playbook-ui 16.9.0 → 16.10.0-alpha.PLAY3053advancedtablebottompinnedrowsreact17469
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 +32 -32
- package/dist/ai/all-schemas.json +378 -87
- package/dist/ai/global-props.schema.json +98 -0
- package/dist/ai/index.json +3 -2
- package/dist/ai/kits/advanced_table.schema.json +0 -12
- package/dist/ai/kits/badge.schema.json +1 -1
- package/dist/ai/kits/button_toolbar.schema.json +1 -1
- package/dist/ai/kits/card.schema.json +2 -0
- package/dist/ai/kits/checkbox.schema.json +2 -2
- package/dist/ai/kits/circle_icon_button.schema.json +2 -2
- package/dist/ai/kits/date_picker.schema.json +9 -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 +3 -3
- package/dist/ai/kits/filter.schema.json +94 -29
- package/dist/ai/kits/fixed_confirmation_toast.schema.json +1 -1
- package/dist/ai/kits/form_pill.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/icon_button.schema.json +1 -1
- package/dist/ai/kits/loading_inline.schema.json +18 -2
- package/dist/ai/kits/passphrase.schema.json +13 -0
- package/dist/ai/kits/pb_bar_graph.schema.json +1 -1
- package/dist/ai/kits/pb_circle_chart.schema.json +1 -1
- package/dist/ai/kits/pb_gauge_chart.schema.json +1 -1
- package/dist/ai/kits/pb_line_graph.schema.json +1 -1
- package/dist/ai/kits/phone_number_input.schema.json +2 -2
- package/dist/ai/kits/radio.schema.json +1 -1
- package/dist/ai/kits/select.schema.json +2 -2
- package/dist/ai/kits/selectable_card.schema.json +2 -2
- package/dist/ai/kits/selectable_card_icon.schema.json +2 -2
- 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 +3 -3
- package/dist/ai/kits/textarea.schema.json +1 -1
- package/dist/ai/kits/toggle.schema.json +2 -2
- package/dist/ai/kits/typeahead.schema.json +8 -2
- package/dist/charts.js +1 -1
- package/dist/chunks/{_pb_line_graph-B870s9g1.js → _pb_line_graph-C2H9vs_8.js} +1 -1
- package/dist/chunks/_typeahead-Du8dRYaM.js +5 -0
- package/dist/chunks/globalProps-DIAZ03-L.js +6 -0
- package/dist/chunks/lib-ZHDedNfP.js +29 -0
- package/dist/chunks/time_picker_helper-CVMV9ync.js +1 -0
- package/dist/chunks/vendor.js +5 -5
- 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/dist/tokens/colors.scss +5 -1
- package/package.json +1 -1
- package/dist/chunks/_typeahead-jMN-A0_C.js +0 -5
- package/dist/chunks/globalProps-BInmh-C7.js +0 -6
- package/dist/chunks/lib-CVYIIiwI.js +0 -29
- package/dist/chunks/time_picker_helper-Bx8nzyM8.js +0 -1
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-C2H9vs_8.js": {
|
|
3
|
+
"file": "chunks/_pb_line_graph-C2H9vs_8.js",
|
|
4
4
|
"name": "_pb_line_graph",
|
|
5
5
|
"imports": [
|
|
6
|
-
"_globalProps-
|
|
7
|
-
"_lib-
|
|
6
|
+
"_globalProps-DIAZ03-L.js",
|
|
7
|
+
"_lib-ZHDedNfP.js"
|
|
8
8
|
]
|
|
9
9
|
},
|
|
10
|
-
"__typeahead-
|
|
11
|
-
"file": "chunks/_typeahead-
|
|
10
|
+
"__typeahead-Du8dRYaM.js": {
|
|
11
|
+
"file": "chunks/_typeahead-Du8dRYaM.js",
|
|
12
12
|
"name": "_typeahead",
|
|
13
13
|
"imports": [
|
|
14
|
-
"_globalProps-
|
|
15
|
-
"_lib-
|
|
14
|
+
"_globalProps-DIAZ03-L.js",
|
|
15
|
+
"_lib-ZHDedNfP.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-DIAZ03-L.js": {
|
|
23
|
+
"file": "chunks/globalProps-DIAZ03-L.js",
|
|
24
24
|
"name": "globalProps",
|
|
25
25
|
"imports": [
|
|
26
|
-
"_lib-
|
|
26
|
+
"_lib-ZHDedNfP.js"
|
|
27
27
|
]
|
|
28
28
|
},
|
|
29
|
-
"_lib-
|
|
30
|
-
"file": "chunks/lib-
|
|
29
|
+
"_lib-ZHDedNfP.js": {
|
|
30
|
+
"file": "chunks/lib-ZHDedNfP.js",
|
|
31
31
|
"name": "lib",
|
|
32
32
|
"css": [
|
|
33
33
|
"lib.css"
|
|
@@ -37,8 +37,8 @@
|
|
|
37
37
|
"file": "lib.css",
|
|
38
38
|
"src": "_lib.css"
|
|
39
39
|
},
|
|
40
|
-
"_time_picker_helper-
|
|
41
|
-
"file": "chunks/time_picker_helper-
|
|
40
|
+
"_time_picker_helper-CVMV9ync.js": {
|
|
41
|
+
"file": "chunks/time_picker_helper-CVMV9ync.js",
|
|
42
42
|
"name": "time_picker_helper"
|
|
43
43
|
},
|
|
44
44
|
"entrypoints/playbook-charts.js": {
|
|
@@ -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-C2H9vs_8.js",
|
|
51
|
+
"_globalProps-DIAZ03-L.js",
|
|
52
|
+
"_lib-ZHDedNfP.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-C2H9vs_8.js",
|
|
63
|
+
"_globalProps-DIAZ03-L.js",
|
|
64
|
+
"_lib-ZHDedNfP.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-Du8dRYaM.js",
|
|
75
|
+
"_globalProps-DIAZ03-L.js",
|
|
76
|
+
"_lib-ZHDedNfP.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-
|
|
87
|
-
"_time_picker_helper-
|
|
85
|
+
"_lib-ZHDedNfP.js",
|
|
86
|
+
"__typeahead-Du8dRYaM.js",
|
|
87
|
+
"_time_picker_helper-CVMV9ync.js",
|
|
88
88
|
"entrypoints/playbook-rails-react-bindings.js",
|
|
89
|
-
"_globalProps-
|
|
89
|
+
"_globalProps-DIAZ03-L.js",
|
|
90
90
|
"_componentRegistry-DRSp5D_e.js"
|
|
91
91
|
]
|
|
92
92
|
},
|
|
@@ -97,10 +97,10 @@
|
|
|
97
97
|
"isEntry": true,
|
|
98
98
|
"imports": [
|
|
99
99
|
"entrypoints/playbook.js",
|
|
100
|
-
"_time_picker_helper-
|
|
101
|
-
"__typeahead-
|
|
102
|
-
"_lib-
|
|
103
|
-
"_globalProps-
|
|
100
|
+
"_time_picker_helper-CVMV9ync.js",
|
|
101
|
+
"__typeahead-Du8dRYaM.js",
|
|
102
|
+
"_lib-ZHDedNfP.js",
|
|
103
|
+
"_globalProps-DIAZ03-L.js"
|
|
104
104
|
]
|
|
105
105
|
},
|
|
106
106
|
"entrypoints/playbook.scss": {
|