playbook_ui_docs 13.22.0.pre.alpha.pbntr254barchartnegativenumber2640 → 13.22.0.pre.alpha.playbookgemspecrailsversion2608

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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 249c45e622d09f7c5dcfc0c64217521521467c1cd6f0f970e6b3315564fec4a8
4
- data.tar.gz: fd671a0a92e74f736bc7e11cb143f588ac2dc09d5fa05231b0b443674968f723
3
+ metadata.gz: 45231373914385c1a87911aabeb3cc65256c4c874356894e30cc148c3edd18a9
4
+ data.tar.gz: 44843deb7040754391dec172d5397b5f7cd19626059da0e5912debd8ee8a5882
5
5
  SHA512:
6
- metadata.gz: 96addf1bebc2865b8e3433bda090081b1dd6427deacef0eb555e4b72d59ffedeaf4b51354e0dd59924a0ce8c48c8e65989b0239006ecebe5dad591bdcd71af05
7
- data.tar.gz: eb7e89e30197337b9ca02dd966d825d99f3f349bb73e3f951a350ac9a0170ac6b3c64301c3c304cf1c933b0a2aeb36b6c1187310d68b49c8929f11f462b27f47
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
- - bar_graph_stacked: Stacked
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'