playbook_ui_docs 13.22.0.pre.alpha.pbntr254barchartnegativenumber2640 → 13.22.0.pre.alpha.playbookgemspecrailsversion2608
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 +1 -4
- data/app/pb_kits/playbook/pb_bar_graph/docs/index.js +0 -2
- data/dist/playbook-doc.js +5 -5
- metadata +2 -6
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.html.erb +0 -23
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_negative_numbers.jsx +0 -35
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.html.erb +0 -22
- data/app/pb_kits/playbook/pb_bar_graph/docs/_bar_graph_stacked.jsx +0 -34
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 45231373914385c1a87911aabeb3cc65256c4c874356894e30cc148c3edd18a9
|
4
|
+
data.tar.gz: 44843deb7040754391dec172d5397b5f7cd19626059da0e5912debd8ee8a5882
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 0bc0f7bb219bd88b7d7aa34204fef9e82c4314cb53180801ca183662eb21cee32816748ddbaa544ed115a2eb1c728cd2b33bcb8ec278ad61554c2ab97830e4b6
|
7
|
+
data.tar.gz: 8480214ba05eace0268aafd2a1629787923baa167eb619d023c3a3b239edae9aae2cad3a91e7fe8766f97a50e422f4be3acbd7859505a8ec0492360737a853a0
|
@@ -9,8 +9,7 @@ examples:
|
|
9
9
|
- bar_graph_spline: Spline
|
10
10
|
- bar_graph_colors: Color Overrides
|
11
11
|
- bar_graph_custom: Custom Overrides
|
12
|
-
|
13
|
-
- bar_graph_negative_numbers: Negative Numbers
|
12
|
+
|
14
13
|
|
15
14
|
react:
|
16
15
|
- bar_graph_default: Default
|
@@ -21,5 +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_stacked: Stacked
|
25
|
-
- bar_graph_negative_numbers: Negative Numbers
|
@@ -6,5 +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 BarGraphStacked } from './_bar_graph_stacked.jsx'
|
10
|
-
export { default as BarGraphNegativeNumbers } from './_bar_graph_negative_numbers.jsx'
|