playbook-ui 16.10.0 → 16.11.0-rc.0
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.
- package/dist/.vite/manifest.json +28 -28
- package/dist/ai/all-schemas.json +214 -21
- package/dist/ai/global-props.schema.json +98 -0
- package/dist/ai/index.json +3 -2
- package/dist/ai/kits/checkbox.schema.json +1 -1
- package/dist/ai/kits/circle_icon_button.schema.json +1 -1
- package/dist/ai/kits/date_time.schema.json +1 -1
- package/dist/ai/kits/date_time_stacked.schema.json +1 -1
- package/dist/ai/kits/dropdown.schema.json +8 -0
- package/dist/ai/kits/file_upload.schema.json +1 -1
- package/dist/ai/kits/full_screen.schema.json +89 -0
- package/dist/ai/kits/icon.schema.json +3 -5
- package/dist/ai/kits/radio.schema.json +1 -1
- package/dist/ai/kits/select.schema.json +1 -1
- package/dist/ai/kits/selectable_card.schema.json +1 -1
- package/dist/ai/kits/selectable_card_icon.schema.json +1 -1
- package/dist/ai/kits/selectable_icon.schema.json +1 -1
- package/dist/ai/kits/star_rating.schema.json +1 -1
- package/dist/ai/kits/stat_value.schema.json +1 -1
- package/dist/ai/kits/text_input.schema.json +2 -2
- package/dist/ai/kits/toggle.schema.json +1 -1
- package/dist/ai/kits/typeahead.schema.json +1 -1
- package/dist/charts.js +1 -1
- package/dist/chunks/{_pb_line_graph-plVkeUnU.js → _pb_line_graph-BQrN-uXU.js} +1 -1
- package/dist/chunks/_typeahead-CMBaw31o.js +5 -0
- package/dist/chunks/globalProps-C04xFof_.js +6 -0
- package/dist/chunks/{lib-D9avZHpB.js → lib-BhWFApsB.js} +2 -2
- package/dist/chunks/vendor.js +3 -3
- package/dist/playbook-charts.js +1 -1
- package/dist/playbook-rails-charts-bindings.js +1 -1
- package/dist/playbook-rails-react-bindings.js +1 -1
- package/dist/playbook-rails.js +1 -1
- package/dist/playbook.css +1 -1
- package/dist/playbook.js +1 -1
- package/package.json +1 -1
- package/dist/chunks/_typeahead-hKgL47y6.js +0 -5
- package/dist/chunks/globalProps-D2QbetXQ.js +0 -6
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,33 +1,33 @@
|
|
|
1
1
|
{
|
|
2
|
-
"__pb_line_graph-
|
|
3
|
-
"file": "chunks/_pb_line_graph-
|
|
2
|
+
"__pb_line_graph-BQrN-uXU.js": {
|
|
3
|
+
"file": "chunks/_pb_line_graph-BQrN-uXU.js",
|
|
4
4
|
"name": "_pb_line_graph",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_globalProps-
|
|
7
|
-
"_lib-
|
|
6
|
+
"_globalProps-C04xFof_.js",
|
|
7
|
+
"_lib-BhWFApsB.js"
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
|
-
"__typeahead-
|
|
11
|
-
"file": "chunks/_typeahead-
|
|
10
|
+
"__typeahead-CMBaw31o.js": {
|
|
11
|
+
"file": "chunks/_typeahead-CMBaw31o.js",
|
|
12
12
|
"name": "_typeahead",
|
|
13
13
|
"imports": [
|
|
14
|
-
"_globalProps-
|
|
15
|
-
"_lib-
|
|
14
|
+
"_globalProps-C04xFof_.js",
|
|
15
|
+
"_lib-BhWFApsB.js"
|
|
16
16
|
]
|
|
17
17
|
},
|
|
18
18
|
"_componentRegistry-DRSp5D_e.js": {
|
|
19
19
|
"file": "chunks/componentRegistry-DRSp5D_e.js",
|
|
20
20
|
"name": "componentRegistry"
|
|
21
21
|
},
|
|
22
|
-
"_globalProps-
|
|
23
|
-
"file": "chunks/globalProps-
|
|
22
|
+
"_globalProps-C04xFof_.js": {
|
|
23
|
+
"file": "chunks/globalProps-C04xFof_.js",
|
|
24
24
|
"name": "globalProps",
|
|
25
25
|
"imports": [
|
|
26
|
-
"_lib-
|
|
26
|
+
"_lib-BhWFApsB.js"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"_lib-
|
|
30
|
-
"file": "chunks/lib-
|
|
29
|
+
"_lib-BhWFApsB.js": {
|
|
30
|
+
"file": "chunks/lib-BhWFApsB.js",
|
|
31
31
|
"name": "lib",
|
|
32
32
|
"css": [
|
|
33
33
|
"lib.css"
|
|
@@ -47,9 +47,9 @@
|
|
|
47
47
|
"src": "entrypoints/playbook-charts.js",
|
|
48
48
|
"isEntry": true,
|
|
49
49
|
"imports": [
|
|
50
|
-
"__pb_line_graph-
|
|
51
|
-
"_globalProps-
|
|
52
|
-
"_lib-
|
|
50
|
+
"__pb_line_graph-BQrN-uXU.js",
|
|
51
|
+
"_globalProps-C04xFof_.js",
|
|
52
|
+
"_lib-BhWFApsB.js"
|
|
53
53
|
]
|
|
54
54
|
},
|
|
55
55
|
"entrypoints/playbook-rails-charts-bindings.js": {
|
|
@@ -59,9 +59,9 @@
|
|
|
59
59
|
"isEntry": true,
|
|
60
60
|
"imports": [
|
|
61
61
|
"_componentRegistry-DRSp5D_e.js",
|
|
62
|
-
"__pb_line_graph-
|
|
63
|
-
"_globalProps-
|
|
64
|
-
"_lib-
|
|
62
|
+
"__pb_line_graph-BQrN-uXU.js",
|
|
63
|
+
"_globalProps-C04xFof_.js",
|
|
64
|
+
"_lib-BhWFApsB.js"
|
|
65
65
|
]
|
|
66
66
|
},
|
|
67
67
|
"entrypoints/playbook-rails-react-bindings.js": {
|
|
@@ -71,9 +71,9 @@
|
|
|
71
71
|
"isEntry": true,
|
|
72
72
|
"imports": [
|
|
73
73
|
"_componentRegistry-DRSp5D_e.js",
|
|
74
|
-
"__typeahead-
|
|
75
|
-
"_globalProps-
|
|
76
|
-
"_lib-
|
|
74
|
+
"__typeahead-CMBaw31o.js",
|
|
75
|
+
"_globalProps-C04xFof_.js",
|
|
76
|
+
"_lib-BhWFApsB.js"
|
|
77
77
|
]
|
|
78
78
|
},
|
|
79
79
|
"entrypoints/playbook-rails.js": {
|
|
@@ -82,11 +82,11 @@
|
|
|
82
82
|
"src": "entrypoints/playbook-rails.js",
|
|
83
83
|
"isEntry": true,
|
|
84
84
|
"imports": [
|
|
85
|
-
"_lib-
|
|
86
|
-
"__typeahead-
|
|
85
|
+
"_lib-BhWFApsB.js",
|
|
86
|
+
"__typeahead-CMBaw31o.js",
|
|
87
87
|
"_time_picker_helper-CVMV9ync.js",
|
|
88
88
|
"entrypoints/playbook-rails-react-bindings.js",
|
|
89
|
-
"_globalProps-
|
|
89
|
+
"_globalProps-C04xFof_.js",
|
|
90
90
|
"_componentRegistry-DRSp5D_e.js"
|
|
91
91
|
]
|
|
92
92
|
},
|
|
@@ -98,9 +98,9 @@
|
|
|
98
98
|
"imports": [
|
|
99
99
|
"entrypoints/playbook.js",
|
|
100
100
|
"_time_picker_helper-CVMV9ync.js",
|
|
101
|
-
"__typeahead-
|
|
102
|
-
"_lib-
|
|
103
|
-
"_globalProps-
|
|
101
|
+
"__typeahead-CMBaw31o.js",
|
|
102
|
+
"_lib-BhWFApsB.js",
|
|
103
|
+
"_globalProps-C04xFof_.js"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
"entrypoints/playbook.scss": {
|
package/dist/ai/all-schemas.json
CHANGED
|
@@ -61,6 +61,97 @@
|
|
|
61
61
|
"description": "Align items.",
|
|
62
62
|
"example": "alignItems=\"start\" or alignItems={{ default: \"start\", md: \"end\" }}"
|
|
63
63
|
},
|
|
64
|
+
"border": {
|
|
65
|
+
"type": "enum",
|
|
66
|
+
"values": [
|
|
67
|
+
"none",
|
|
68
|
+
"default",
|
|
69
|
+
"active",
|
|
70
|
+
"default_thick",
|
|
71
|
+
"default_thicker",
|
|
72
|
+
"active_thick",
|
|
73
|
+
"active_thicker"
|
|
74
|
+
],
|
|
75
|
+
"description": "Border."
|
|
76
|
+
},
|
|
77
|
+
"borderTop": {
|
|
78
|
+
"type": "enum",
|
|
79
|
+
"values": [
|
|
80
|
+
"none",
|
|
81
|
+
"default",
|
|
82
|
+
"active",
|
|
83
|
+
"default_thick",
|
|
84
|
+
"default_thicker",
|
|
85
|
+
"active_thick",
|
|
86
|
+
"active_thicker"
|
|
87
|
+
],
|
|
88
|
+
"description": "Top border."
|
|
89
|
+
},
|
|
90
|
+
"borderBottom": {
|
|
91
|
+
"type": "enum",
|
|
92
|
+
"values": [
|
|
93
|
+
"none",
|
|
94
|
+
"default",
|
|
95
|
+
"active",
|
|
96
|
+
"default_thick",
|
|
97
|
+
"default_thicker",
|
|
98
|
+
"active_thick",
|
|
99
|
+
"active_thicker"
|
|
100
|
+
],
|
|
101
|
+
"description": "Bottom border."
|
|
102
|
+
},
|
|
103
|
+
"borderLeft": {
|
|
104
|
+
"type": "enum",
|
|
105
|
+
"values": [
|
|
106
|
+
"none",
|
|
107
|
+
"default",
|
|
108
|
+
"active",
|
|
109
|
+
"default_thick",
|
|
110
|
+
"default_thicker",
|
|
111
|
+
"active_thick",
|
|
112
|
+
"active_thicker"
|
|
113
|
+
],
|
|
114
|
+
"description": "Left border."
|
|
115
|
+
},
|
|
116
|
+
"borderRight": {
|
|
117
|
+
"type": "enum",
|
|
118
|
+
"values": [
|
|
119
|
+
"none",
|
|
120
|
+
"default",
|
|
121
|
+
"active",
|
|
122
|
+
"default_thick",
|
|
123
|
+
"default_thicker",
|
|
124
|
+
"active_thick",
|
|
125
|
+
"active_thicker"
|
|
126
|
+
],
|
|
127
|
+
"description": "Right border."
|
|
128
|
+
},
|
|
129
|
+
"borderX": {
|
|
130
|
+
"type": "enum",
|
|
131
|
+
"values": [
|
|
132
|
+
"none",
|
|
133
|
+
"default",
|
|
134
|
+
"active",
|
|
135
|
+
"default_thick",
|
|
136
|
+
"default_thicker",
|
|
137
|
+
"active_thick",
|
|
138
|
+
"active_thicker"
|
|
139
|
+
],
|
|
140
|
+
"description": "Horizontal border (left + right)."
|
|
141
|
+
},
|
|
142
|
+
"borderY": {
|
|
143
|
+
"type": "enum",
|
|
144
|
+
"values": [
|
|
145
|
+
"none",
|
|
146
|
+
"default",
|
|
147
|
+
"active",
|
|
148
|
+
"default_thick",
|
|
149
|
+
"default_thicker",
|
|
150
|
+
"active_thick",
|
|
151
|
+
"active_thicker"
|
|
152
|
+
],
|
|
153
|
+
"description": "Vertical border (top + bottom)."
|
|
154
|
+
},
|
|
64
155
|
"borderRadius": {
|
|
65
156
|
"type": "enum",
|
|
66
157
|
"values": [
|
|
@@ -751,6 +842,13 @@
|
|
|
751
842
|
"paddingX",
|
|
752
843
|
"paddingY",
|
|
753
844
|
"padding",
|
|
845
|
+
"border",
|
|
846
|
+
"borderTop",
|
|
847
|
+
"borderBottom",
|
|
848
|
+
"borderLeft",
|
|
849
|
+
"borderRight",
|
|
850
|
+
"borderX",
|
|
851
|
+
"borderY",
|
|
754
852
|
"dark",
|
|
755
853
|
"enableDrag",
|
|
756
854
|
"requiredIndicator"
|
|
@@ -2266,7 +2364,7 @@
|
|
|
2266
2364
|
"platforms": [
|
|
2267
2365
|
"rails"
|
|
2268
2366
|
],
|
|
2269
|
-
"type": "
|
|
2367
|
+
"type": "GenericObject"
|
|
2270
2368
|
},
|
|
2271
2369
|
"required": {
|
|
2272
2370
|
"platforms": [
|
|
@@ -2415,7 +2513,7 @@
|
|
|
2415
2513
|
"platforms": [
|
|
2416
2514
|
"rails"
|
|
2417
2515
|
],
|
|
2418
|
-
"type": "
|
|
2516
|
+
"type": "GenericObject"
|
|
2419
2517
|
}
|
|
2420
2518
|
},
|
|
2421
2519
|
"globalProps": true,
|
|
@@ -3672,7 +3770,7 @@
|
|
|
3672
3770
|
"platforms": [
|
|
3673
3771
|
"rails"
|
|
3674
3772
|
],
|
|
3675
|
-
"type": "
|
|
3773
|
+
"type": "Date"
|
|
3676
3774
|
},
|
|
3677
3775
|
"timezone": {
|
|
3678
3776
|
"platforms": [
|
|
@@ -3740,7 +3838,7 @@
|
|
|
3740
3838
|
"platforms": [
|
|
3741
3839
|
"rails"
|
|
3742
3840
|
],
|
|
3743
|
-
"type": "
|
|
3841
|
+
"type": "Date"
|
|
3744
3842
|
},
|
|
3745
3843
|
"timezone": {
|
|
3746
3844
|
"platforms": [
|
|
@@ -4247,6 +4345,14 @@
|
|
|
4247
4345
|
"rails"
|
|
4248
4346
|
]
|
|
4249
4347
|
},
|
|
4348
|
+
"disabled": {
|
|
4349
|
+
"type": "boolean",
|
|
4350
|
+
"platforms": [
|
|
4351
|
+
"react",
|
|
4352
|
+
"rails"
|
|
4353
|
+
],
|
|
4354
|
+
"default": false
|
|
4355
|
+
},
|
|
4250
4356
|
"formPillProps": {
|
|
4251
4357
|
"type": "GenericObject",
|
|
4252
4358
|
"platforms": [
|
|
@@ -4674,7 +4780,7 @@
|
|
|
4674
4780
|
"platforms": [
|
|
4675
4781
|
"rails"
|
|
4676
4782
|
],
|
|
4677
|
-
"type": "
|
|
4783
|
+
"type": "GenericObject"
|
|
4678
4784
|
}
|
|
4679
4785
|
},
|
|
4680
4786
|
"globalProps": true,
|
|
@@ -5355,6 +5461,95 @@
|
|
|
5355
5461
|
}
|
|
5356
5462
|
}
|
|
5357
5463
|
},
|
|
5464
|
+
"full_screen": {
|
|
5465
|
+
"$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
|
|
5466
|
+
"name": "FullScreen",
|
|
5467
|
+
"description": "FullScreen component",
|
|
5468
|
+
"platforms": [
|
|
5469
|
+
"react",
|
|
5470
|
+
"rails"
|
|
5471
|
+
],
|
|
5472
|
+
"props": {
|
|
5473
|
+
"contentPadding": {
|
|
5474
|
+
"type": "enum",
|
|
5475
|
+
"platforms": [
|
|
5476
|
+
"react"
|
|
5477
|
+
],
|
|
5478
|
+
"values": [
|
|
5479
|
+
"none",
|
|
5480
|
+
"xxs",
|
|
5481
|
+
"xs",
|
|
5482
|
+
"sm",
|
|
5483
|
+
"md",
|
|
5484
|
+
"lg",
|
|
5485
|
+
"xl"
|
|
5486
|
+
]
|
|
5487
|
+
},
|
|
5488
|
+
"headerText": {
|
|
5489
|
+
"type": "string",
|
|
5490
|
+
"platforms": [
|
|
5491
|
+
"react"
|
|
5492
|
+
]
|
|
5493
|
+
},
|
|
5494
|
+
"headerTextStyling": {
|
|
5495
|
+
"type": "enum",
|
|
5496
|
+
"platforms": [
|
|
5497
|
+
"react"
|
|
5498
|
+
],
|
|
5499
|
+
"values": [
|
|
5500
|
+
"title_4",
|
|
5501
|
+
"body"
|
|
5502
|
+
]
|
|
5503
|
+
},
|
|
5504
|
+
"isFullscreen": {
|
|
5505
|
+
"type": "boolean",
|
|
5506
|
+
"platforms": [
|
|
5507
|
+
"react"
|
|
5508
|
+
]
|
|
5509
|
+
},
|
|
5510
|
+
"onOpen": {
|
|
5511
|
+
"type": "function",
|
|
5512
|
+
"platforms": [
|
|
5513
|
+
"react"
|
|
5514
|
+
]
|
|
5515
|
+
},
|
|
5516
|
+
"onClose": {
|
|
5517
|
+
"type": "function",
|
|
5518
|
+
"platforms": [
|
|
5519
|
+
"react"
|
|
5520
|
+
]
|
|
5521
|
+
},
|
|
5522
|
+
"stickyHeader": {
|
|
5523
|
+
"type": "boolean",
|
|
5524
|
+
"platforms": [
|
|
5525
|
+
"react"
|
|
5526
|
+
]
|
|
5527
|
+
},
|
|
5528
|
+
"trigger": {
|
|
5529
|
+
"type": "function",
|
|
5530
|
+
"platforms": [
|
|
5531
|
+
"react"
|
|
5532
|
+
]
|
|
5533
|
+
},
|
|
5534
|
+
"escToExit": {
|
|
5535
|
+
"type": "boolean",
|
|
5536
|
+
"platforms": [
|
|
5537
|
+
"react"
|
|
5538
|
+
]
|
|
5539
|
+
}
|
|
5540
|
+
},
|
|
5541
|
+
"globalProps": true,
|
|
5542
|
+
"usage": {
|
|
5543
|
+
"react": {
|
|
5544
|
+
"import": "import { FullScreen } from 'playbook-ui'",
|
|
5545
|
+
"example": "<FullScreen contentPadding=\"none\" headerTextStyling=\"title_4\"></FullScreen>"
|
|
5546
|
+
},
|
|
5547
|
+
"rails": {
|
|
5548
|
+
"import": null,
|
|
5549
|
+
"example": "<%= pb_rails(\"full_screen\", props: { content_padding: \"none\", header_text_styling: \"title_4\" }) %>"
|
|
5550
|
+
}
|
|
5551
|
+
}
|
|
5552
|
+
},
|
|
5358
5553
|
"hashtag": {
|
|
5359
5554
|
"$schema": "https://playbook.powerapp.cloud/schemas/kit-schema.json",
|
|
5360
5555
|
"name": "Hashtag",
|
|
@@ -5604,12 +5799,10 @@
|
|
|
5604
5799
|
],
|
|
5605
5800
|
"props": {
|
|
5606
5801
|
"border": {
|
|
5607
|
-
"type": "
|
|
5802
|
+
"type": "boolean | BorderPropValue",
|
|
5608
5803
|
"platforms": [
|
|
5609
|
-
"react"
|
|
5610
|
-
|
|
5611
|
-
],
|
|
5612
|
-
"default": false
|
|
5804
|
+
"react"
|
|
5805
|
+
]
|
|
5613
5806
|
},
|
|
5614
5807
|
"color": {
|
|
5615
5808
|
"type": "string",
|
|
@@ -8577,7 +8770,7 @@
|
|
|
8577
8770
|
"platforms": [
|
|
8578
8771
|
"rails"
|
|
8579
8772
|
],
|
|
8580
|
-
"type": "
|
|
8773
|
+
"type": "GenericObject"
|
|
8581
8774
|
}
|
|
8582
8775
|
},
|
|
8583
8776
|
"globalProps": true,
|
|
@@ -8983,7 +9176,7 @@
|
|
|
8983
9176
|
"platforms": [
|
|
8984
9177
|
"rails"
|
|
8985
9178
|
],
|
|
8986
|
-
"type": "
|
|
9179
|
+
"type": "GenericObject"
|
|
8987
9180
|
},
|
|
8988
9181
|
"onchange": {
|
|
8989
9182
|
"platforms": [
|
|
@@ -9117,7 +9310,7 @@
|
|
|
9117
9310
|
"platforms": [
|
|
9118
9311
|
"rails"
|
|
9119
9312
|
],
|
|
9120
|
-
"type": "
|
|
9313
|
+
"type": "GenericObject"
|
|
9121
9314
|
}
|
|
9122
9315
|
},
|
|
9123
9316
|
"globalProps": true,
|
|
@@ -9239,7 +9432,7 @@
|
|
|
9239
9432
|
"platforms": [
|
|
9240
9433
|
"rails"
|
|
9241
9434
|
],
|
|
9242
|
-
"type": "
|
|
9435
|
+
"type": "GenericObject"
|
|
9243
9436
|
}
|
|
9244
9437
|
},
|
|
9245
9438
|
"globalProps": true,
|
|
@@ -9348,7 +9541,7 @@
|
|
|
9348
9541
|
"platforms": [
|
|
9349
9542
|
"rails"
|
|
9350
9543
|
],
|
|
9351
|
-
"type": "
|
|
9544
|
+
"type": "GenericObject"
|
|
9352
9545
|
}
|
|
9353
9546
|
},
|
|
9354
9547
|
"globalProps": true,
|
|
@@ -9688,7 +9881,7 @@
|
|
|
9688
9881
|
"platforms": [
|
|
9689
9882
|
"rails"
|
|
9690
9883
|
],
|
|
9691
|
-
"type": "
|
|
9884
|
+
"type": "GenericObject"
|
|
9692
9885
|
},
|
|
9693
9886
|
"defaultValue": {
|
|
9694
9887
|
"platforms": [
|
|
@@ -9790,7 +9983,7 @@
|
|
|
9790
9983
|
"platforms": [
|
|
9791
9984
|
"rails"
|
|
9792
9985
|
],
|
|
9793
|
-
"type": "
|
|
9986
|
+
"type": "number"
|
|
9794
9987
|
}
|
|
9795
9988
|
},
|
|
9796
9989
|
"globalProps": true,
|
|
@@ -10190,13 +10383,13 @@
|
|
|
10190
10383
|
"platforms": [
|
|
10191
10384
|
"rails"
|
|
10192
10385
|
],
|
|
10193
|
-
"type": "
|
|
10386
|
+
"type": "GenericObject"
|
|
10194
10387
|
},
|
|
10195
10388
|
"validation": {
|
|
10196
10389
|
"platforms": [
|
|
10197
10390
|
"rails"
|
|
10198
10391
|
],
|
|
10199
|
-
"type": "
|
|
10392
|
+
"type": "GenericObject"
|
|
10200
10393
|
}
|
|
10201
10394
|
},
|
|
10202
10395
|
"globalProps": true,
|
|
@@ -11244,7 +11437,7 @@
|
|
|
11244
11437
|
"platforms": [
|
|
11245
11438
|
"rails"
|
|
11246
11439
|
],
|
|
11247
|
-
"type": "
|
|
11440
|
+
"type": "GenericObject"
|
|
11248
11441
|
}
|
|
11249
11442
|
},
|
|
11250
11443
|
"globalProps": true,
|
|
@@ -11621,7 +11814,7 @@
|
|
|
11621
11814
|
"platforms": [
|
|
11622
11815
|
"rails"
|
|
11623
11816
|
],
|
|
11624
|
-
"type": "
|
|
11817
|
+
"type": "GenericObject"
|
|
11625
11818
|
},
|
|
11626
11819
|
"isMulti": {
|
|
11627
11820
|
"platforms": [
|
|
@@ -60,6 +60,97 @@
|
|
|
60
60
|
"description": "Align items.",
|
|
61
61
|
"example": "alignItems=\"start\" or alignItems={{ default: \"start\", md: \"end\" }}"
|
|
62
62
|
},
|
|
63
|
+
"border": {
|
|
64
|
+
"type": "enum",
|
|
65
|
+
"values": [
|
|
66
|
+
"none",
|
|
67
|
+
"default",
|
|
68
|
+
"active",
|
|
69
|
+
"default_thick",
|
|
70
|
+
"default_thicker",
|
|
71
|
+
"active_thick",
|
|
72
|
+
"active_thicker"
|
|
73
|
+
],
|
|
74
|
+
"description": "Border."
|
|
75
|
+
},
|
|
76
|
+
"borderTop": {
|
|
77
|
+
"type": "enum",
|
|
78
|
+
"values": [
|
|
79
|
+
"none",
|
|
80
|
+
"default",
|
|
81
|
+
"active",
|
|
82
|
+
"default_thick",
|
|
83
|
+
"default_thicker",
|
|
84
|
+
"active_thick",
|
|
85
|
+
"active_thicker"
|
|
86
|
+
],
|
|
87
|
+
"description": "Top border."
|
|
88
|
+
},
|
|
89
|
+
"borderBottom": {
|
|
90
|
+
"type": "enum",
|
|
91
|
+
"values": [
|
|
92
|
+
"none",
|
|
93
|
+
"default",
|
|
94
|
+
"active",
|
|
95
|
+
"default_thick",
|
|
96
|
+
"default_thicker",
|
|
97
|
+
"active_thick",
|
|
98
|
+
"active_thicker"
|
|
99
|
+
],
|
|
100
|
+
"description": "Bottom border."
|
|
101
|
+
},
|
|
102
|
+
"borderLeft": {
|
|
103
|
+
"type": "enum",
|
|
104
|
+
"values": [
|
|
105
|
+
"none",
|
|
106
|
+
"default",
|
|
107
|
+
"active",
|
|
108
|
+
"default_thick",
|
|
109
|
+
"default_thicker",
|
|
110
|
+
"active_thick",
|
|
111
|
+
"active_thicker"
|
|
112
|
+
],
|
|
113
|
+
"description": "Left border."
|
|
114
|
+
},
|
|
115
|
+
"borderRight": {
|
|
116
|
+
"type": "enum",
|
|
117
|
+
"values": [
|
|
118
|
+
"none",
|
|
119
|
+
"default",
|
|
120
|
+
"active",
|
|
121
|
+
"default_thick",
|
|
122
|
+
"default_thicker",
|
|
123
|
+
"active_thick",
|
|
124
|
+
"active_thicker"
|
|
125
|
+
],
|
|
126
|
+
"description": "Right border."
|
|
127
|
+
},
|
|
128
|
+
"borderX": {
|
|
129
|
+
"type": "enum",
|
|
130
|
+
"values": [
|
|
131
|
+
"none",
|
|
132
|
+
"default",
|
|
133
|
+
"active",
|
|
134
|
+
"default_thick",
|
|
135
|
+
"default_thicker",
|
|
136
|
+
"active_thick",
|
|
137
|
+
"active_thicker"
|
|
138
|
+
],
|
|
139
|
+
"description": "Horizontal border (left + right)."
|
|
140
|
+
},
|
|
141
|
+
"borderY": {
|
|
142
|
+
"type": "enum",
|
|
143
|
+
"values": [
|
|
144
|
+
"none",
|
|
145
|
+
"default",
|
|
146
|
+
"active",
|
|
147
|
+
"default_thick",
|
|
148
|
+
"default_thicker",
|
|
149
|
+
"active_thick",
|
|
150
|
+
"active_thicker"
|
|
151
|
+
],
|
|
152
|
+
"description": "Vertical border (top + bottom)."
|
|
153
|
+
},
|
|
63
154
|
"borderRadius": {
|
|
64
155
|
"type": "enum",
|
|
65
156
|
"values": [
|
|
@@ -750,6 +841,13 @@
|
|
|
750
841
|
"paddingX",
|
|
751
842
|
"paddingY",
|
|
752
843
|
"padding",
|
|
844
|
+
"border",
|
|
845
|
+
"borderTop",
|
|
846
|
+
"borderBottom",
|
|
847
|
+
"borderLeft",
|
|
848
|
+
"borderRight",
|
|
849
|
+
"borderX",
|
|
850
|
+
"borderY",
|
|
753
851
|
"dark",
|
|
754
852
|
"enableDrag",
|
|
755
853
|
"requiredIndicator"
|
package/dist/ai/index.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "16.
|
|
3
|
-
"generated": "2026-06-
|
|
2
|
+
"version": "16.11.0-rc.0",
|
|
3
|
+
"generated": "2026-06-30T20:06:49.146Z",
|
|
4
4
|
"schemas": {
|
|
5
5
|
"globalProps": "global-props.schema.json",
|
|
6
6
|
"kits": {
|
|
@@ -42,6 +42,7 @@
|
|
|
42
42
|
"form": "kits/form.schema.json",
|
|
43
43
|
"form_group": "kits/form_group.schema.json",
|
|
44
44
|
"form_pill": "kits/form_pill.schema.json",
|
|
45
|
+
"full_screen": "kits/full_screen.schema.json",
|
|
45
46
|
"hashtag": "kits/hashtag.schema.json",
|
|
46
47
|
"highlight": "kits/highlight.schema.json",
|
|
47
48
|
"home_address_street": "kits/home_address_street.schema.json",
|