playbook-ui 16.6.0 → 16.7.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 +806 -220
- package/dist/ai/index.json +2 -2
- package/dist/ai/kits/advanced_table.schema.json +54 -7
- package/dist/ai/kits/avatar.schema.json +13 -5
- package/dist/ai/kits/background.schema.json +14 -0
- package/dist/ai/kits/badge.schema.json +6 -0
- package/dist/ai/kits/body.schema.json +6 -0
- package/dist/ai/kits/button_toolbar.schema.json +7 -8
- package/dist/ai/kits/card.schema.json +30 -8
- package/dist/ai/kits/checkbox.schema.json +6 -0
- package/dist/ai/kits/circle_icon_button.schema.json +6 -0
- package/dist/ai/kits/collapsible.schema.json +18 -3
- package/dist/ai/kits/contact.schema.json +6 -0
- package/dist/ai/kits/currency.schema.json +6 -0
- package/dist/ai/kits/dashboard_value.schema.json +9 -7
- package/dist/ai/kits/date.schema.json +17 -12
- package/dist/ai/kits/date_picker.schema.json +9 -3
- package/dist/ai/kits/date_range_inline.schema.json +16 -10
- package/dist/ai/kits/date_range_stacked.schema.json +6 -0
- package/dist/ai/kits/date_stacked.schema.json +12 -6
- package/dist/ai/kits/date_time_stacked.schema.json +6 -0
- package/dist/ai/kits/date_year_stacked.schema.json +6 -0
- package/dist/ai/kits/detail.schema.json +6 -0
- package/dist/ai/kits/dialog.schema.json +17 -19
- package/dist/ai/kits/draggable.schema.json +11 -5
- package/dist/ai/kits/dropdown.schema.json +32 -20
- package/dist/ai/kits/file_upload.schema.json +8 -2
- package/dist/ai/kits/fixed_confirmation_toast.schema.json +16 -10
- package/dist/ai/kits/flex.schema.json +18 -0
- package/dist/ai/kits/form_pill.schema.json +7 -1
- package/dist/ai/kits/hashtag.schema.json +6 -0
- package/dist/ai/kits/home_address_street.schema.json +6 -0
- package/dist/ai/kits/icon.schema.json +2 -2
- package/dist/ai/kits/icon_button.schema.json +7 -7
- package/dist/ai/kits/icon_circle.schema.json +6 -0
- package/dist/ai/kits/icon_stat_value.schema.json +6 -0
- package/dist/ai/kits/icon_value.schema.json +6 -0
- package/dist/ai/kits/label_value.schema.json +14 -8
- package/dist/ai/kits/layout.schema.json +18 -2
- package/dist/ai/kits/legend.schema.json +6 -0
- package/dist/ai/kits/link.schema.json +6 -0
- package/dist/ai/kits/list.schema.json +17 -12
- package/dist/ai/kits/loading_inline.schema.json +6 -0
- package/dist/ai/kits/multi_level_select.schema.json +15 -15
- package/dist/ai/kits/multiple_users.schema.json +6 -0
- package/dist/ai/kits/multiple_users_stacked.schema.json +6 -0
- package/dist/ai/kits/nav.schema.json +7 -1
- package/dist/ai/kits/overlay.schema.json +7 -1
- package/dist/ai/kits/pagination.schema.json +3 -3
- package/dist/ai/kits/passphrase.schema.json +6 -0
- package/dist/ai/kits/phone_number_input.schema.json +6 -0
- package/dist/ai/kits/popover.schema.json +7 -8
- package/dist/ai/kits/progress_pills.schema.json +6 -0
- package/dist/ai/kits/progress_simple.schema.json +12 -0
- package/dist/ai/kits/radio.schema.json +6 -0
- package/dist/ai/kits/rich_text_editor.schema.json +8 -2
- package/dist/ai/kits/section_separator.schema.json +6 -0
- package/dist/ai/kits/select.schema.json +13 -1
- package/dist/ai/kits/selectable_card.schema.json +7 -1
- package/dist/ai/kits/selectable_card_icon.schema.json +7 -1
- package/dist/ai/kits/selectable_icon.schema.json +7 -1
- package/dist/ai/kits/skeleton_loading.schema.json +30 -0
- package/dist/ai/kits/star_rating.schema.json +6 -0
- package/dist/ai/kits/stat_change.schema.json +6 -0
- package/dist/ai/kits/table.schema.json +9 -3
- package/dist/ai/kits/text_input.schema.json +13 -6
- package/dist/ai/kits/textarea.schema.json +1 -1
- package/dist/ai/kits/time.schema.json +16 -12
- package/dist/ai/kits/time_picker.schema.json +8 -2
- package/dist/ai/kits/time_range_inline.schema.json +6 -0
- package/dist/ai/kits/time_stacked.schema.json +6 -0
- package/dist/ai/kits/timestamp.schema.json +6 -0
- package/dist/ai/kits/title_count.schema.json +6 -0
- package/dist/ai/kits/tooltip.schema.json +48 -2
- package/dist/ai/kits/typeahead.schema.json +24 -3
- package/dist/ai/kits/user.schema.json +6 -0
- package/dist/ai/kits/weekday_stacked.schema.json +6 -0
- package/dist/charts.js +1 -1
- package/dist/chunks/{_pb_line_graph-DGkIsVkb.js → _pb_line_graph-D7f-RfJJ.js} +1 -1
- package/dist/chunks/_typeahead-DO5eU-VL.js +1 -0
- package/dist/chunks/{globalProps-Bz7jieNR.js → globalProps-BwwZkfTI.js} +1 -1
- package/dist/chunks/{lib-BmLf_8Ll.js → lib-Ch18RlJa.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 +2 -1
- package/dist/chunks/_typeahead-B7njd3xH.js +0 -1
package/dist/.vite/manifest.json
CHANGED
|
@@ -1,37 +1,37 @@
|
|
|
1
1
|
{
|
|
2
|
-
"__pb_line_graph-
|
|
3
|
-
"file": "chunks/_pb_line_graph-
|
|
2
|
+
"__pb_line_graph-D7f-RfJJ.js": {
|
|
3
|
+
"file": "chunks/_pb_line_graph-D7f-RfJJ.js",
|
|
4
4
|
"name": "_pb_line_graph",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_globalProps-
|
|
7
|
-
"_lib-
|
|
6
|
+
"_globalProps-BwwZkfTI.js",
|
|
7
|
+
"_lib-Ch18RlJa.js"
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
|
-
"__typeahead-
|
|
11
|
-
"file": "chunks/_typeahead-
|
|
10
|
+
"__typeahead-DO5eU-VL.js": {
|
|
11
|
+
"file": "chunks/_typeahead-DO5eU-VL.js",
|
|
12
12
|
"name": "_typeahead",
|
|
13
13
|
"imports": [
|
|
14
|
-
"_globalProps-
|
|
15
|
-
"_lib-
|
|
14
|
+
"_globalProps-BwwZkfTI.js",
|
|
15
|
+
"_lib-Ch18RlJa.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-BwwZkfTI.js": {
|
|
23
|
+
"file": "chunks/globalProps-BwwZkfTI.js",
|
|
24
24
|
"name": "globalProps",
|
|
25
25
|
"imports": [
|
|
26
|
-
"_lib-
|
|
26
|
+
"_lib-Ch18RlJa.js"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
29
|
"_lazysizes-B7xYodB-.js": {
|
|
30
30
|
"file": "chunks/lazysizes-B7xYodB-.js",
|
|
31
31
|
"name": "lazysizes"
|
|
32
32
|
},
|
|
33
|
-
"_lib-
|
|
34
|
-
"file": "chunks/lib-
|
|
33
|
+
"_lib-Ch18RlJa.js": {
|
|
34
|
+
"file": "chunks/lib-Ch18RlJa.js",
|
|
35
35
|
"name": "lib",
|
|
36
36
|
"css": [
|
|
37
37
|
"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-D7f-RfJJ.js",
|
|
51
|
+
"_globalProps-BwwZkfTI.js",
|
|
52
|
+
"_lib-Ch18RlJa.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-D7f-RfJJ.js",
|
|
63
|
+
"_globalProps-BwwZkfTI.js",
|
|
64
|
+
"_lib-Ch18RlJa.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-DO5eU-VL.js",
|
|
75
|
+
"_globalProps-BwwZkfTI.js",
|
|
76
|
+
"_lib-Ch18RlJa.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-Ch18RlJa.js",
|
|
86
|
+
"__typeahead-DO5eU-VL.js",
|
|
87
87
|
"_lazysizes-B7xYodB-.js",
|
|
88
88
|
"entrypoints/playbook-rails-react-bindings.js",
|
|
89
|
-
"_globalProps-
|
|
89
|
+
"_globalProps-BwwZkfTI.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
|
"_lazysizes-B7xYodB-.js",
|
|
101
|
-
"__typeahead-
|
|
102
|
-
"_lib-
|
|
103
|
-
"_globalProps-
|
|
101
|
+
"__typeahead-DO5eU-VL.js",
|
|
102
|
+
"_lib-Ch18RlJa.js",
|
|
103
|
+
"_globalProps-BwwZkfTI.js"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
"entrypoints/playbook.scss": {
|