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.
@@ -28,13 +28,13 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
28
28
  } & {
29
29
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
30
30
  } & {
31
- 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";
31
+ 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";
32
32
  } & {
33
33
  dark?: boolean;
34
34
  } & {
35
35
  display?: import("../types").DisplayType;
36
36
  } & import("../types").DisplaySizes & {
37
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
37
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
38
38
  } & {
39
39
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
40
40
  } & {
@@ -50,13 +50,13 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
50
50
  } & {
51
51
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
52
52
  } & {
53
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
54
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
55
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
56
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
57
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
58
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
59
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
53
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
54
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
55
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
56
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
57
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
58
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
59
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
60
60
  break?: string;
61
61
  default?: string;
62
62
  } & {
@@ -64,19 +64,19 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
64
64
  } & {
65
65
  numberSpacing?: "tabular";
66
66
  } & {
67
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
67
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
68
68
  } & {
69
69
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
70
70
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
71
71
  overflow?: "auto" | "scroll" | "hidden" | "visible";
72
72
  } & {
73
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
74
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
75
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
76
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
77
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
78
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
79
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
73
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
74
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
75
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
76
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
77
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
78
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
79
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
80
80
  break?: string;
81
81
  default?: string;
82
82
  } & {
@@ -86,7 +86,7 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
86
86
  } & {
87
87
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
88
88
  } & {
89
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
89
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
90
90
  } & {
91
91
  hover?: string;
92
92
  }, string | number> | Pick<{
@@ -117,13 +117,13 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
117
117
  } & {
118
118
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
119
119
  } & {
120
- 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";
120
+ 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";
121
121
  } & {
122
122
  dark?: boolean;
123
123
  } & {
124
124
  display?: import("../types").DisplayType;
125
125
  } & import("../types").DisplaySizes & {
126
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
126
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
127
127
  } & {
128
128
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
129
129
  } & {
@@ -139,13 +139,13 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
139
139
  } & {
140
140
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
141
141
  } & {
142
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
143
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
144
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
145
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
146
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
147
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
148
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
142
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
143
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
144
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
145
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
146
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
147
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
148
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
149
149
  break?: string;
150
150
  default?: string;
151
151
  } & {
@@ -153,19 +153,19 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
153
153
  } & {
154
154
  numberSpacing?: "tabular";
155
155
  } & {
156
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
156
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
157
157
  } & {
158
158
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
159
159
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
160
160
  overflow?: "auto" | "scroll" | "hidden" | "visible";
161
161
  } & {
162
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
163
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
164
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
165
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
166
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
167
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
168
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
162
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
163
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
164
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
165
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
166
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
167
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
168
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
169
169
  break?: string;
170
170
  default?: string;
171
171
  } & {
@@ -175,7 +175,7 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
175
175
  } & {
176
176
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
177
177
  } & {
178
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
178
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
179
179
  } & {
180
180
  hover?: string;
181
181
  }, string | number> | Pick<{
@@ -206,11 +206,11 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
206
206
  } & {
207
207
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
208
208
  } & {
209
- 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";
209
+ 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";
210
210
  } & {
211
211
  dark?: boolean;
212
212
  } & import("../types").DisplaySizes & {
213
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
213
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
214
214
  } & {
215
215
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
216
216
  } & {
@@ -226,13 +226,13 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
226
226
  } & {
227
227
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
228
228
  } & {
229
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
230
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
231
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
232
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
233
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
234
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
235
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
229
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
230
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
231
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
232
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
233
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
234
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
235
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
236
236
  break?: string;
237
237
  default?: string;
238
238
  } & {
@@ -240,19 +240,19 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
240
240
  } & {
241
241
  numberSpacing?: "tabular";
242
242
  } & {
243
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
243
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
244
244
  } & {
245
245
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
246
246
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
247
247
  overflow?: "auto" | "scroll" | "hidden" | "visible";
248
248
  } & {
249
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
250
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
251
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
252
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
253
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
254
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
255
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
249
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
250
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
251
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
252
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
253
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
254
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
255
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
256
256
  break?: string;
257
257
  default?: string;
258
258
  } & {
@@ -262,7 +262,7 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
262
262
  } & {
263
263
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
264
264
  } & {
265
- zIndex?: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
265
+ zIndex?: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
266
266
  } & {
267
267
  hover?: string;
268
268
  }, string | number> | Pick<{
@@ -293,11 +293,11 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
293
293
  } & {
294
294
  borderRadius?: "md" | "lg" | "sm" | "xl" | "xs" | "none" | "rounded";
295
295
  } & {
296
- 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";
296
+ 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";
297
297
  } & {
298
298
  dark?: boolean;
299
299
  } & import("../types").DisplaySizes & {
300
- flex?: "none" | "auto" | "initial" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
300
+ flex?: "none" | "initial" | "auto" | "1" | "2" | "3" | "4" | "5" | "0" | "6" | "7" | "8" | "9" | "10" | "11" | "12";
301
301
  } & {
302
302
  flexDirection?: "column" | "row" | "rowReverse" | "columnReverse";
303
303
  } & {
@@ -313,13 +313,13 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
313
313
  } & {
314
314
  lineHeight?: "loosest" | "looser" | "loose" | "normal" | "tight" | "tighter" | "tightest";
315
315
  } & {
316
- marginRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
317
- marginLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
318
- marginTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
319
- marginBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
320
- marginX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
321
- marginY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
322
- margin?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
316
+ marginRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
317
+ marginLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
318
+ marginTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
319
+ marginBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
320
+ marginX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
321
+ marginY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
322
+ margin?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
323
323
  break?: string;
324
324
  default?: string;
325
325
  } & {
@@ -327,19 +327,19 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
327
327
  } & {
328
328
  numberSpacing?: "tabular";
329
329
  } & {
330
- order?: 2 | "none" | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
330
+ order?: 1 | 2 | 3 | "none" | 4 | 5 | 6 | 7 | 8 | 9 | 10 | "first" | 11 | 12;
331
331
  } & {
332
332
  overflowX?: "auto" | "scroll" | "hidden" | "visible";
333
333
  overflowY?: "auto" | "scroll" | "hidden" | "visible";
334
334
  overflow?: "auto" | "scroll" | "hidden" | "visible";
335
335
  } & {
336
- paddingRight?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
337
- paddingLeft?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
338
- paddingTop?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
339
- paddingBottom?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
340
- paddingX?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
341
- paddingY?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
342
- padding?: "none" | "auto" | "initial" | "inherit" | import("../types").Sizes;
336
+ paddingRight?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
337
+ paddingLeft?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
338
+ paddingTop?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
339
+ paddingBottom?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
340
+ paddingX?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
341
+ paddingY?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
342
+ padding?: "none" | "inherit" | "initial" | "auto" | import("../types").Sizes;
343
343
  break?: string;
344
344
  default?: string;
345
345
  } & {
@@ -349,7 +349,7 @@ declare const Tooltip: React.ForwardRefExoticComponent<(Pick<{
349
349
  } & {
350
350
  textAlign?: "center" | "left" | "right" | "start" | "end" | "justify" | "justifyAll" | "matchParent";
351
351
  } & {
352
- [key: string]: 2 | 1 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
352
+ [key: string]: 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10;
353
353
  } & {
354
354
  hover?: string;
355
355
  }, string | number>) & React.RefAttributes<unknown>>;
@@ -2,5 +2,5 @@
2
2
 
3
3
  module Playbook
4
4
  PREVIOUS_VERSION = "13.12.0"
5
- VERSION = "13.12.0.pre.alpha.PLAY1081exporttypes1608"
5
+ VERSION = "13.12.0.pre.alpha.PLAY1081exporttypes1609"
6
6
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: playbook_ui
3
3
  version: !ruby/object:Gem::Version
4
- version: 13.12.0.pre.alpha.PLAY1081exporttypes1608
4
+ version: 13.12.0.pre.alpha.PLAY1081exporttypes1609
5
5
  platform: ruby
6
6
  authors:
7
7
  - Power UX