playbook_ui_docs 14.20.0.pre.alpha.revert4453PBNTR933reactdraggablebugdragbtwnexamples7973 → 14.20.0.pre.alpha.revert4637revert4621PLAY2033atactionbarrails7855
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/app/pb_kits/playbook/pb_select/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_select/docs/index.js +0 -1
- data/dist/playbook-doc.js +2 -2
- metadata +2 -5
- data/app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.html.erb +0 -12
- data/app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.jsx +0 -31
- data/app/pb_kits/playbook/pb_select/docs/_select_custom_select_subheaders.md +0 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: e0ff3cac151b97c5df5aecd11557494dff56530efa9ac0718261a38437f7e0ce
|
4
|
+
data.tar.gz: 72f7618c689bc1a09ca11f5937718a467fe15f601c99d39c6dc695cdfcee34f8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 281eea8423dc598ea01efd0df9898e7edc43f1417a0b0b4985b01cff827dcca338f77e91953926dc59a198d15993ae5d708087ef62a3c9168c06fdcdaeee5ce0
|
7
|
+
data.tar.gz: 31fbfbcd736c7dafa953fa8fcf36d61d2a705a203bcb9ff9b9fc3aa93ff9c284d02621a04e0c33b952c48d63562165b6de2a5ad23cd415124af63ee0d4f78ccf
|
@@ -8,7 +8,6 @@ examples:
|
|
8
8
|
- select_required: Required Select Field
|
9
9
|
- select_value_text_same: Equal option value and value text
|
10
10
|
- select_custom_select: Custom Select
|
11
|
-
- select_custom_select_subheaders: Custom Select Subheaders
|
12
11
|
- select_error: Select w/ Error
|
13
12
|
- select_inline: Select Inline
|
14
13
|
- select_inline_show_arrow: Select Inline (Always Show Arrow)
|
@@ -26,7 +25,6 @@ examples:
|
|
26
25
|
- select_required: Required Select Field
|
27
26
|
- select_value_text_same: Equal option value and value text
|
28
27
|
- select_custom_select: Custom Select
|
29
|
-
- select_custom_select_subheaders: Custom Select Subheaders
|
30
28
|
- select_error: Select w/ Error
|
31
29
|
- select_inline: Select Inline
|
32
30
|
- select_inline_show_arrow: Select Inline (Always Show Arrow)
|
@@ -11,4 +11,3 @@ export { default as SelectInlineShowArrow } from './_select_inline_show_arrow.js
|
|
11
11
|
export { default as SelectInlineCompact } from './_select_inline_compact.jsx'
|
12
12
|
export { default as SelectMultiple } from './_select_multiple.jsx'
|
13
13
|
export { default as SelectReactHook } from './_select_react_hook.jsx'
|
14
|
-
export { default as SelectCustomSelectSubheaders } from './_select_custom_select_subheaders.jsx'
|