File tree Expand file tree Collapse file tree 5 files changed +7
-7
lines changed
Expand file tree Collapse file tree 5 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 11@import ' ../../styles/colors.scss' ;
22
3- .box {
3+ .argo- box {
44 border : 1px solid $argo-color-gray-4 ;
55 border-radius : 5px ;
66 padding : 20px ;
Original file line number Diff line number Diff line change @@ -5,9 +5,9 @@ import {ThemeDiv} from '../theme-div/theme-div';
55import './box.scss' ;
66
77export const Box = ( props : { children : React . ReactNode } ) => {
8- return < ThemeDiv className = 'box' > { props . children } </ ThemeDiv > ;
8+ return < ThemeDiv className = 'argo- box' > { props . children } </ ThemeDiv > ;
99} ;
1010
1111export const BoxTitle = ( props : { children : React . ReactNode } ) => {
12- return < ThemeDiv className = 'box__title' > { props . children } </ ThemeDiv > ;
12+ return < ThemeDiv className = 'argo- box__title' > { props . children } </ ThemeDiv > ;
1313} ;
Original file line number Diff line number Diff line change 1- .row {
1+ .argo- row {
22 display : flex ;
33 width : 100% ;
44 margin-bottom : 1.5em ;
55 justify-content : center ;
66
7- .box {
7+ .argo- box {
88 height : auto ;
99 width : 400px ;
1010 margin-right : 15px ;
Original file line number Diff line number Diff line change @@ -4,4 +4,4 @@ import {ThemeDiv} from '../theme-div/theme-div';
44
55import './row.scss' ;
66
7- export const CenteredRow = ( props : { children : React . ReactNode } ) => < ThemeDiv className = 'row' > { props . children } </ ThemeDiv > ;
7+ export const CenteredRow = ( props : { children : React . ReactNode } ) => < ThemeDiv className = 'argo- row' > { props . children } </ ThemeDiv > ;
Original file line number Diff line number Diff line change 11{
22 "name" : " argo-ux" ,
3- "version" : " 1.1.12 " ,
3+ "version" : " 1.1.13 " ,
44 "main" : " index.js" ,
55 "license" : " MIT" ,
66 "dependencies" : {
You can’t perform that action at this time.
0 commit comments