playbook_ui_docs 13.18.0.pre.alpha.thor93bargraphoptions2219 → 13.18.0.pre.alpha.useexactnodejsversionghactions2179
Sign up to get free protection for your applications and to get access to all the features.
- 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/dist/playbook-doc.js +4 -4
- metadata +2 -4
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.html.erb +0 -39
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_custom.jsx +0 -65
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 30f116893393c4c063bbf21ee03252b0751df267277c73337494aeec7a5525da
|
4
|
+
data.tar.gz: a135d63e74a5d822439a2c1a75b912d3a29b63e67e5dbe3f82526923c2724600
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 149c58ee770db6e5fa4c9f54943b9f1d823f3bb791d264e9d431f04b6b4f2411c56cb9edda91a08a6c094596b88735b231bb69cb944ca4df94aaddc56fef59ea
|
7
|
+
data.tar.gz: b6b011d564dbc2f915e4d2efd9d255a36fb08f45b58dd5fc591d7941f112698badb18f05c2fdafc20a283a0df4f629de16f1bebdfe901c72e106fff625672c06
|
@@ -8,7 +8,6 @@ examples:
|
|
8
8
|
- bar_graph_height: Height
|
9
9
|
- bar_graph_spline: Spline
|
10
10
|
- bar_graph_colors: Color Overrides
|
11
|
-
- bar_graph_custom: Custom Overrides
|
12
11
|
|
13
12
|
|
14
13
|
react:
|
@@ -19,4 +18,3 @@ examples:
|
|
19
18
|
- bar_graph_height: Height
|
20
19
|
- bar_graph_spline: Spline
|
21
20
|
- bar_graph_colors: Color Overrides
|
22
|
-
- bar_graph_custom: Custom Overrides
|
@@ -5,4 +5,3 @@ export { default as BarGraphLegendNonClickable } from './_bar_graph_legend_non_c
|
|
5
5
|
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
|
-
export { default as BarGraphCustom } from './_bar_graph_custom.jsx'
|