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 +4 -4
- data/app/pb_kits/playbook/pb_radio/_radio.d.ts +72 -72
- data/app/pb_kits/playbook/pb_select/_select.d.ts +72 -72
- data/app/pb_kits/playbook/pb_text_input/_text_input.d.ts +72 -72
- data/app/pb_kits/playbook/pb_textarea/_textarea.d.ts +72 -72
- data/app/pb_kits/playbook/pb_tooltip/_tooltip.d.ts +72 -72
- data/lib/playbook/version.rb +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 61fc6d0bff811a2a4c8f69ad42b6bb7cb19f63c1ae6f4d2381f0f9f37566f9ac
|
4
|
+
data.tar.gz: 350186aac935fd297ee648695f792c6a9376fc5f383b7c44875a47ee9547c9ac
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
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" | "
|
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" | "
|
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" | "
|
53
|
-
marginLeft?: "none" | "
|
54
|
-
marginTop?: "none" | "
|
55
|
-
marginBottom?: "none" | "
|
56
|
-
marginX?: "none" | "
|
57
|
-
marginY?: "none" | "
|
58
|
-
margin?: "none" | "
|
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?:
|
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" | "
|
73
|
-
paddingLeft?: "none" | "
|
74
|
-
paddingTop?: "none" | "
|
75
|
-
paddingBottom?: "none" | "
|
76
|
-
paddingX?: "none" | "
|
77
|
-
paddingY?: "none" | "
|
78
|
-
padding?: "none" | "
|
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?:
|
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" | "
|
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" | "
|
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" | "
|
142
|
-
marginLeft?: "none" | "
|
143
|
-
marginTop?: "none" | "
|
144
|
-
marginBottom?: "none" | "
|
145
|
-
marginX?: "none" | "
|
146
|
-
marginY?: "none" | "
|
147
|
-
margin?: "none" | "
|
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?:
|
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" | "
|
162
|
-
paddingLeft?: "none" | "
|
163
|
-
paddingTop?: "none" | "
|
164
|
-
paddingBottom?: "none" | "
|
165
|
-
paddingX?: "none" | "
|
166
|
-
paddingY?: "none" | "
|
167
|
-
padding?: "none" | "
|
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]:
|
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" | "
|
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" | "
|
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" | "
|
229
|
-
marginLeft?: "none" | "
|
230
|
-
marginTop?: "none" | "
|
231
|
-
marginBottom?: "none" | "
|
232
|
-
marginX?: "none" | "
|
233
|
-
marginY?: "none" | "
|
234
|
-
margin?: "none" | "
|
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?:
|
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" | "
|
249
|
-
paddingLeft?: "none" | "
|
250
|
-
paddingTop?: "none" | "
|
251
|
-
paddingBottom?: "none" | "
|
252
|
-
paddingX?: "none" | "
|
253
|
-
paddingY?: "none" | "
|
254
|
-
padding?: "none" | "
|
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?:
|
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" | "
|
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" | "
|
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" | "
|
316
|
-
marginLeft?: "none" | "
|
317
|
-
marginTop?: "none" | "
|
318
|
-
marginBottom?: "none" | "
|
319
|
-
marginX?: "none" | "
|
320
|
-
marginY?: "none" | "
|
321
|
-
margin?: "none" | "
|
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?:
|
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" | "
|
336
|
-
paddingLeft?: "none" | "
|
337
|
-
paddingTop?: "none" | "
|
338
|
-
paddingBottom?: "none" | "
|
339
|
-
paddingX?: "none" | "
|
340
|
-
paddingY?: "none" | "
|
341
|
-
padding?: "none" | "
|
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]:
|
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>>;
|