playbook_ui_docs 13.24.0.pre.alpha.PBNTR261NewKitDropdown2681 → 13.24.0.pre.alpha.PLAY998backgroundkitremoveemptyinlinline2666
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.
- checksums.yaml +4 -4
- data/dist/menu.yml +1 -5
- data/dist/playbook-doc.js +10 -10
- metadata +2 -8
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_default.jsx +0 -53
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_display.jsx +0 -104
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_options.jsx +0 -69
- data/app/pb_kits/playbook/pb_dropdown/docs/_dropdown_with_custom_trigger.jsx +0 -78
- data/app/pb_kits/playbook/pb_dropdown/docs/example.yml +0 -9
- data/app/pb_kits/playbook/pb_dropdown/docs/index.js +0 -4
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 5cc4b30beb5fda784336c48123bad22bd96a10702763ba158c8b4bcfc393e40f
|
4
|
+
data.tar.gz: a4ff8fa81d75a3dda46fe084c1b63d4ca226271773a17a635f4871fcadbe0b0f
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: e9e2a56b3336721ae49d611ca544ffbbcad2baa93c36896fa76ecb3b5f97429e56393c681559b69f41ef4b59a89f9dd8263cc78bfeab5a57c99a71cf0d3d619d
|
7
|
+
data.tar.gz: 625a65a7a7f3de07cfb1372371c0ca2a6d2c23e82d3d3f8cea5f934067c1209cbdeedc9f8b83a11abe01677701bcef5c74817499d1ae50913485ee67f5f7d085
|
data/dist/menu.yml
CHANGED
@@ -254,10 +254,6 @@ kits:
|
|
254
254
|
platforms: *web
|
255
255
|
description: Playbook's date picker is built using flatpickr, a vanilla js library. Common date picker use cases and features have been adapted into simple prop based configuration detailed in the docs below.
|
256
256
|
status: "stable"
|
257
|
-
- name: dropdown
|
258
|
-
platforms: *react_only
|
259
|
-
description: ""
|
260
|
-
status: "beta"
|
261
257
|
- name: "multi_level_select"
|
262
258
|
platforms: *web
|
263
259
|
description: The MultiLevelSelect kit renders a multi leveled select dropdown based on data from the user.
|
@@ -464,4 +460,4 @@ kits:
|
|
464
460
|
- name: "user"
|
465
461
|
platforms: *web
|
466
462
|
description: This kit was created for having a systematic way of displaying users with avatar, titles, name and territory. This is a versatile kit with features than can be added to display more info.
|
467
|
-
status: "stable"
|
463
|
+
status: "stable"
|