@xylabs/sdk-react 2.11.15 → 2.11.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,7 +9,7 @@ export interface BoxlikeComponentProps {
|
|
|
9
9
|
bgcolor?: string;
|
|
10
10
|
border?: string;
|
|
11
11
|
borderColor?: string;
|
|
12
|
-
display?: 'block' | 'inline' | 'flex' | '
|
|
12
|
+
display?: 'block' | 'inline' | 'flex' | 'inline-block' | 'inherit';
|
|
13
13
|
flexDirection?: 'row' | 'column';
|
|
14
14
|
flexGrow?: number;
|
|
15
15
|
flexShrink?: number;
|
|
@@ -9,7 +9,7 @@ export interface BoxlikeComponentProps {
|
|
|
9
9
|
bgcolor?: string;
|
|
10
10
|
border?: string;
|
|
11
11
|
borderColor?: string;
|
|
12
|
-
display?: 'block' | 'inline' | 'flex' | '
|
|
12
|
+
display?: 'block' | 'inline' | 'flex' | 'inline-block' | 'inherit';
|
|
13
13
|
flexDirection?: 'row' | 'column';
|
|
14
14
|
flexGrow?: number;
|
|
15
15
|
flexShrink?: number;
|
|
@@ -9,7 +9,7 @@ export interface BoxlikeComponentProps {
|
|
|
9
9
|
bgcolor?: string;
|
|
10
10
|
border?: string;
|
|
11
11
|
borderColor?: string;
|
|
12
|
-
display?: 'block' | 'inline' | 'flex' | '
|
|
12
|
+
display?: 'block' | 'inline' | 'flex' | 'inline-block' | 'inherit';
|
|
13
13
|
flexDirection?: 'row' | 'column';
|
|
14
14
|
flexGrow?: number;
|
|
15
15
|
flexShrink?: number;
|
package/dist/docs.json
CHANGED
|
@@ -55722,7 +55722,7 @@
|
|
|
55722
55722
|
},
|
|
55723
55723
|
{
|
|
55724
55724
|
"type": "literal",
|
|
55725
|
-
"value": "
|
|
55725
|
+
"value": "inline-block"
|
|
55726
55726
|
},
|
|
55727
55727
|
{
|
|
55728
55728
|
"type": "literal",
|
|
@@ -94577,7 +94577,7 @@
|
|
|
94577
94577
|
},
|
|
94578
94578
|
{
|
|
94579
94579
|
"type": "literal",
|
|
94580
|
-
"value": "
|
|
94580
|
+
"value": "inline-block"
|
|
94581
94581
|
},
|
|
94582
94582
|
{
|
|
94583
94583
|
"type": "literal",
|
|
@@ -162693,7 +162693,7 @@
|
|
|
162693
162693
|
},
|
|
162694
162694
|
{
|
|
162695
162695
|
"type": "literal",
|
|
162696
|
-
"value": "
|
|
162696
|
+
"value": "inline-block"
|
|
162697
162697
|
},
|
|
162698
162698
|
{
|
|
162699
162699
|
"type": "literal",
|
|
@@ -301297,7 +301297,7 @@
|
|
|
301297
301297
|
},
|
|
301298
301298
|
{
|
|
301299
301299
|
"type": "literal",
|
|
301300
|
-
"value": "
|
|
301300
|
+
"value": "inline-block"
|
|
301301
301301
|
},
|
|
301302
301302
|
{
|
|
301303
301303
|
"type": "literal",
|
|
@@ -356409,7 +356409,7 @@
|
|
|
356409
356409
|
},
|
|
356410
356410
|
{
|
|
356411
356411
|
"type": "literal",
|
|
356412
|
-
"value": "
|
|
356412
|
+
"value": "inline-block"
|
|
356413
356413
|
},
|
|
356414
356414
|
{
|
|
356415
356415
|
"type": "literal",
|
package/package.json
CHANGED
|
@@ -10,7 +10,7 @@ export interface BoxlikeComponentProps {
|
|
|
10
10
|
bgcolor?: string
|
|
11
11
|
border?: string
|
|
12
12
|
borderColor?: string
|
|
13
|
-
display?: 'block' | 'inline' | 'flex' | '
|
|
13
|
+
display?: 'block' | 'inline' | 'flex' | 'inline-block' | 'inherit'
|
|
14
14
|
flexDirection?: 'row' | 'column'
|
|
15
15
|
flexGrow?: number
|
|
16
16
|
flexShrink?: number
|