playbook_ui 13.12.0.pre.alpha.PLAY1081exporttypes1608 → 13.12.0.pre.alpha.PLAY1081exporttypes1609

Sign up to get free protection for your applications and to get access to all the features.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: f0bc057462f84066058ae751edb8a5800772fabfae7826217c54ecf10e87e78d
4
- data.tar.gz: a82a61433089122a5b9844f07b865f933bd8eda322ccf039edbb7661f319ce54
3
+ metadata.gz: 61fc6d0bff811a2a4c8f69ad42b6bb7cb19f63c1ae6f4d2381f0f9f37566f9ac
4
+ data.tar.gz: 350186aac935fd297ee648695f792c6a9376fc5f383b7c44875a47ee9547c9ac
5
5
  SHA512:
6
- metadata.gz: '095fa0bda11e86865f7be0b1f7f24ed36ac48e44b1535bdd3a056afa2189e03dd3d6c02130b615c0475cdcaa1fd58013c6d50dab71a2893b8e16ec6c0e2cdcef'
7
- data.tar.gz: d8d7173f5164053988cefc4789d7af043435562c91bab3f6e63d5a3684b9455580af4cb8e05ec124d764a79b31dccd669a491b524b8fd1917a5f366a9b2daca6
6
+ metadata.gz: 0d77e3f852cd5ee78ead150667b5086112bc2f06d918d1bcdb8aba93ffa5f3058ce1252b02931bad9dac39c02b1692e803d7f0958fc7fe8b6c8eea1629a62ca3
7
+ data.tar.gz: 7f79ffa699b946af5bb315d21b9577dd493e3db9c39a3805327be1b2aa79e5e5af7d1289885f5780eaaddafdcf26c6420de44c7ffccf6e3f85932eb356561042
@@ -27,13 +27,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
27
27
  } & {
28
28
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
29
29
  } & {
30
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
30
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
31
31
  } & {
32
32
  dark?: boolean;
33
33
  } & {
34
34
  display?: import("../types").DisplayType;
35
35
  } & import("../types").DisplaySizes & {
36
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
36
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
37
37
  } & {
38
38
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
39
39
  } & {
@@ -49,13 +49,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
49
49
  } & {
50
50
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
51
51
  } & {
52
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
53
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
54
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
55
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
56
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
57
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
58
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
52
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
53
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
54
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
55
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
56
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
57
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
58
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
59
59
  break?: string;
60
60
  default?: string;
61
61
  } & {
@@ -63,19 +63,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
63
63
  } & {
64
64
  numberSpacing?: "tabular";
65
65
  } & {
66
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
66
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
67
67
  } & {
68
68
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
69
69
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
70
70
  overflow?: "auto" | "scroll" | "hidden" | "visible";
71
71
  } & {
72
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
73
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
74
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
75
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
76
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
77
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
78
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
72
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
73
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
74
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
75
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
76
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
77
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
78
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
79
79
  break?: string;
80
80
  default?: string;
81
81
  } & {
@@ -85,7 +85,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
85
85
  } & {
86
86
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
87
87
  } & {
88
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
88
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
89
89
  } & {
90
90
  hover?: string;
91
91
  }, string | number> | Pick<{
@@ -116,13 +116,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
116
116
  } & {
117
117
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
118
118
  } & {
119
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
119
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
120
120
  } & {
121
121
  dark?: boolean;
122
122
  } & {
123
123
  display?: import("../types").DisplayType;
124
124
  } & import("../types").DisplaySizes & {
125
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
125
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
126
126
  } & {
127
127
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
128
128
  } & {
@@ -138,13 +138,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
138
138
  } & {
139
139
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
140
140
  } & {
141
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
142
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
143
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
144
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
145
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
146
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
147
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
141
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
142
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
143
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
144
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
145
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
146
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
147
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
148
148
  break?: string;
149
149
  default?: string;
150
150
  } & {
@@ -152,19 +152,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
152
152
  } & {
153
153
  numberSpacing?: "tabular";
154
154
  } & {
155
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
155
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
156
156
  } & {
157
157
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
158
158
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
159
159
  overflow?: "auto" | "scroll" | "hidden" | "visible";
160
160
  } & {
161
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
162
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
163
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
164
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
165
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
166
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
167
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
161
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
162
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
163
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
164
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
165
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
166
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
167
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
168
168
  break?: string;
169
169
  default?: string;
170
170
  } & {
@@ -174,7 +174,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
174
174
  } & {
175
175
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
176
176
  } & {
177
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
177
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
178
178
  } & {
179
179
  hover?: string;
180
180
  }, string | number> | Pick<{
@@ -205,11 +205,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
205
205
  } & {
206
206
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
207
207
  } & {
208
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
208
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
209
209
  } & {
210
210
  dark?: boolean;
211
211
  } & import("../types").DisplaySizes & {
212
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
212
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
213
213
  } & {
214
214
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
215
215
  } & {
@@ -225,13 +225,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
225
225
  } & {
226
226
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
227
227
  } & {
228
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
229
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
230
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
231
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
232
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
233
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
234
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
228
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
229
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
230
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
231
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
232
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
233
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
234
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
235
235
  break?: string;
236
236
  default?: string;
237
237
  } & {
@@ -239,19 +239,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
239
239
  } & {
240
240
  numberSpacing?: "tabular";
241
241
  } & {
242
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
242
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
243
243
  } & {
244
244
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
245
245
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
246
246
  overflow?: "auto" | "scroll" | "hidden" | "visible";
247
247
  } & {
248
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
249
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
250
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
251
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
252
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
253
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
254
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
248
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
249
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
250
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
251
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
252
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
253
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
254
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
255
255
  break?: string;
256
256
  default?: string;
257
257
  } & {
@@ -261,7 +261,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
261
261
  } & {
262
262
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
263
263
  } & {
264
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
264
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
265
265
  } & {
266
266
  hover?: string;
267
267
  }, string | number> | Pick<{
@@ -292,11 +292,11 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
292
292
  } & {
293
293
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
294
294
  } & {
295
- cursor?: "none" | "progress" | "text" | "auto" | "default" | "pointer" | "alias" | "cell" | "copy" | "crosshair" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
295
+ cursor?: "none" | "progress" | "text" | "pointer" | "alias" | "auto" | "cell" | "copy" | "crosshair" | "default" | "grab" | "grabbing" | "help" | "move" | "wait" | "contextMenu" | "verticalText" | "noDrop" | "notAllowed" | "eResize" | "nResize" | "neResize" | "nwResize" | "sResize" | "seResize" | "swResize" | "wResize" | "ewResize" | "nsResize" | "neswResize" | "nwseResize" | "colResize" | "rowResize" | "allScroll" | "zoomIn" | "zoomOut";
296
296
  } & {
297
297
  dark?: boolean;
298
298
  } & import("../types").DisplaySizes & {
299
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
299
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
300
300
  } & {
301
301
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
302
302
  } & {
@@ -312,13 +312,13 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
312
312
  } & {
313
313
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
314
314
  } & {
315
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
316
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
317
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
318
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
319
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
320
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
321
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
315
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
316
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
317
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
318
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
319
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
320
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
321
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
322
322
  break?: string;
323
323
  default?: string;
324
324
  } & {
@@ -326,19 +326,19 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
326
326
  } & {
327
327
  numberSpacing?: "tabular";
328
328
  } & {
329
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
329
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
330
330
  } & {
331
331
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
332
332
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
333
333
  overflow?: "auto" | "scroll" | "hidden" | "visible";
334
334
  } & {
335
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
336
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
337
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
338
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
339
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
340
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
341
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
335
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
336
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
337
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
338
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
339
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
340
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
341
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
342
342
  break?: string;
343
343
  default?: string;
344
344
  } & {
@@ -348,7 +348,7 @@ declare const _default: React.ForwardRefExoticComponent<(Pick<{
348
348
  } & {
349
349
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
350
350
  } & {
351
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
351
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
352
352
  } & {
353
353
  hover?: string;
354
354
  }, string | number>) & React.RefAttributes<unknown>>;