playbook_ui_docs 13.23.0.pre.alpha.PLAY1284investigation2657 → 13.23.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.
- checksums.yaml +4 -4
- data/app/pb_kits/playbook/pb_bar_graph/docs/example.yml +0 -2
- data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_with_highlight.jsx +1 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/example.yml +0 -1
- data/app/pb_kits/playbook/pb_typeahead/docs/index.js +0 -1
- data/dist/playbook-doc.js +9 -9
- metadata +5 -9
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.html.erb +0 -26
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.jsx +0 -36
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_secondary_y_axis.md +0 -3
- data/app/pb_kits/playbook/pb_typeahead/docs/_typeahead_custom_menu_list.jsx +0 -51
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 2551238e0e39b464ae21f0564d14852da929defe1f380520ae00449c116a886d
|
|
4
|
+
data.tar.gz: 56c99772990210d2cab93af23ce4138a55f2ada2034d97abb26f54ce854e7085
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 991d70d46030520c81bcd566d7841c57d06b3374d2eeabd0c2020f2ef62f78685925e0d5dc8de17a989a0630a64f54eff6cfa6d316f3df9a999ba6b707be29c9
|
|
7
|
+
data.tar.gz: f8e3874aad138721909b1ee9de0f26ba1aa9bfe3a78e25645203b8d62c2d8548f89795494d0f6148c65e42f6199d0592402d8d5aa8d7de48447206a9a2419115
|
|
@@ -9,7 +9,6 @@ examples:
|
|
|
9
9
|
- bar_graph_spline: Spline
|
|
10
10
|
- bar_graph_colors: Color Overrides
|
|
11
11
|
- bar_graph_custom: Custom Overrides
|
|
12
|
-
- bar_graph_secondary_y_axis: Secondary Y-Axis
|
|
13
12
|
|
|
14
13
|
|
|
15
14
|
react:
|
|
@@ -21,4 +20,3 @@ examples:
|
|
|
21
20
|
- bar_graph_spline: Spline
|
|
22
21
|
- bar_graph_colors: Color Overrides
|
|
23
22
|
- bar_graph_custom: Custom Overrides
|
|
24
|
-
- bar_graph_secondary_y_axis: Secondary Y-Axis
|
|
@@ -6,4 +6,3 @@ export { default as BarGraphHeight } from './_bar_graph_height.jsx'
|
|
|
6
6
|
export { default as BarGraphSpline } from './_bar_graph_spline.jsx'
|
|
7
7
|
export { default as BarGraphColors } from './_bar_graph_colors.jsx'
|
|
8
8
|
export { default as BarGraphCustom } from './_bar_graph_custom.jsx'
|
|
9
|
-
export { default as BarGraphSecondaryYAxis } from './_bar_graph_secondary_y_axis.jsx'
|
|
@@ -9,4 +9,3 @@ export { default as TypeaheadMultiKit } from './_typeahead_multi_kit.jsx'
|
|
|
9
9
|
export { default as TypeaheadCreateable } from './_typeahead_createable.jsx'
|
|
10
10
|
export { default as TypeaheadAsyncCreateable } from './_typeahead_async_createable.jsx'
|
|
11
11
|
export { default as TypeaheadErrorState } from './_typeahead_error_state.jsx'
|
|
12
|
-
export { default as TypeaheadCustomMenuList } from './_typeahead_custom_menu_list.jsx'
|