playbook_ui_docs 13.18.0.pre.alpha.thor93bargraphoptions2219 → 13.18.0.pre.alpha.useexactnodejsversionghactions2179

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: a9a2061b519f0fd195cbd137e4af57c3a6a12261c3c93d22d17f31f89e8e92dc
4
- data.tar.gz: b7caa1c410686a976fd41898d70fbb08b1c47a119659e854312a9852ff91aeeb
3
+ metadata.gz: 30f116893393c4c063bbf21ee03252b0751df267277c73337494aeec7a5525da
4
+ data.tar.gz: a135d63e74a5d822439a2c1a75b912d3a29b63e67e5dbe3f82526923c2724600
5
5
  SHA512:
6
- metadata.gz: 4401547f740e114be38b6207fabd219987c615de51b921344d47f589f49c72ec092c19662b4cffb8f31dd52effb0bb87f8cc0f2aee287d4f5a5048e17c91f751
7
- data.tar.gz: 45d854e81ce5c07073de874a15ebd063be370e3470b3639fe2a0cc5990e2ca4ff0f9342c923e3e9f6ba4e849e6c0283033b2e136b85f44fa1f32c22327ea3504
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'