@carbon/charts 1.13.15 → 1.13.18

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.
Files changed (100) hide show
  1. package/CHANGELOG.md +31 -0
  2. package/README.md +9 -4
  3. package/dist/{_baseEach-HUN6tK0-.mjs → _baseEach-L1oeNjGL.mjs} +2 -2
  4. package/dist/{_baseEach-HUN6tK0-.mjs.map → _baseEach-L1oeNjGL.mjs.map} +1 -1
  5. package/dist/{angle-utils-32tpV6-P.mjs → angle-utils-iPPUNSDt.mjs} +4 -12
  6. package/dist/{angle-utils-32tpV6-P.mjs.map → angle-utils-iPPUNSDt.mjs.map} +1 -1
  7. package/dist/{choropleth-cqJq7eSU.mjs → choropleth-bEh4R3-F.mjs} +3227 -2698
  8. package/dist/choropleth-bEh4R3-F.mjs.map +1 -0
  9. package/dist/{color-scale-utils-bwaA2TiF.mjs → color-scale-utils-GLd1MML3.mjs} +2 -2
  10. package/dist/color-scale-utils-GLd1MML3.mjs.map +1 -0
  11. package/dist/components/axes/axis.d.ts +1 -1
  12. package/dist/components/axes/chart-clip.d.ts +1 -1
  13. package/dist/components/axes/grid-brush.d.ts +1 -1
  14. package/dist/components/axes/grid.d.ts +1 -1
  15. package/dist/components/axes/ruler.d.ts +1 -1
  16. package/dist/components/axes/toolbar.d.ts +1 -1
  17. package/dist/components/axes/two-dimensional-axes.d.ts +2 -2
  18. package/dist/components/axes/zero-line.d.ts +1 -1
  19. package/dist/components/axes/zoom-bar.d.ts +1 -1
  20. package/dist/components/essentials/canvas-chart-clip.d.ts +1 -1
  21. package/dist/components/essentials/geo-projection.d.ts +1 -1
  22. package/dist/components/essentials/highlights.d.ts +1 -1
  23. package/dist/components/essentials/legend.d.ts +1 -1
  24. package/dist/components/essentials/modal.d.ts +1 -1
  25. package/dist/components/essentials/threshold.d.ts +1 -1
  26. package/dist/components/essentials/title.d.ts +1 -1
  27. package/dist/components/essentials/tooltip.d.ts +1 -1
  28. package/dist/components/graphs/alluvial.d.ts +1 -1
  29. package/dist/components/graphs/area-stacked.d.ts +1 -1
  30. package/dist/components/graphs/area.d.ts +1 -1
  31. package/dist/components/graphs/bar.d.ts +1 -1
  32. package/dist/components/graphs/boxplot.d.ts +1 -1
  33. package/dist/components/graphs/bullet.d.ts +1 -1
  34. package/dist/components/graphs/choropleth.d.ts +1 -1
  35. package/dist/components/graphs/circle-pack.d.ts +1 -1
  36. package/dist/components/graphs/gauge.d.ts +1 -1
  37. package/dist/components/graphs/heatmap.d.ts +1 -1
  38. package/dist/components/graphs/histogram.d.ts +1 -1
  39. package/dist/components/graphs/line.d.ts +1 -1
  40. package/dist/components/graphs/meter.d.ts +1 -1
  41. package/dist/components/graphs/pie.d.ts +1 -1
  42. package/dist/components/graphs/radar.d.ts +1 -1
  43. package/dist/components/graphs/scatter.d.ts +1 -1
  44. package/dist/components/graphs/skeleton.d.ts +1 -1
  45. package/dist/components/graphs/tree.d.ts +1 -1
  46. package/dist/components/graphs/treemap.d.ts +1 -1
  47. package/dist/components/graphs/wordcloud.d.ts +1 -1
  48. package/dist/components/index.mjs +4 -4
  49. package/dist/components/layout/layout.d.ts +1 -1
  50. package/dist/components/layout/spacer.d.ts +1 -1
  51. package/dist/demo/index.mjs +208 -204
  52. package/dist/demo/index.mjs.map +1 -1
  53. package/dist/demo/styles.css +35 -11
  54. package/dist/demo/styles.css.map +1 -1
  55. package/dist/demo/utils/stackblitz/angular.d.ts +1 -1
  56. package/dist/demo/utils/stackblitz/react.d.ts +1 -1
  57. package/dist/demo/utils/stackblitz/svelte.d.ts +1 -1
  58. package/dist/demo/utils/stackblitz/vanilla-js.d.ts +1 -1
  59. package/dist/demo/utils/stackblitz/vue.d.ts +1 -1
  60. package/dist/demo/utils/story-widgets.d.ts +1 -1
  61. package/dist/enums-tMKLWMMm.mjs.map +1 -1
  62. package/dist/index.mjs +16 -17
  63. package/dist/index.mjs.map +1 -1
  64. package/dist/model/index.mjs +3 -3
  65. package/dist/services/essentials/dom-utils.d.ts +1 -1
  66. package/dist/services/essentials/events.d.ts +1 -1
  67. package/dist/services/essentials/files.d.ts +1 -1
  68. package/dist/services/essentials/gradient-utils.d.ts +1 -1
  69. package/dist/services/essentials/transitions.d.ts +1 -1
  70. package/dist/services/index.mjs +3 -3
  71. package/dist/styles.css +35 -11
  72. package/dist/styles.css.map +1 -1
  73. package/dist/styles.min.css +1 -1
  74. package/dist/styles.min.css.map +1 -1
  75. package/dist/umd/bundle.umd.js +85 -0
  76. package/dist/umd/bundle.umd.js.map +1 -0
  77. package/dist/utils/sanitizeHtml.d.ts +3 -0
  78. package/dist/{wordcloud-dqk1DqiP.mjs → wordcloud-XkAQGXwu.mjs} +80 -79
  79. package/dist/wordcloud-XkAQGXwu.mjs.map +1 -0
  80. package/dist/{zoom-OcSt8txb.mjs → zoom-nkwOD6_z.mjs} +6 -4
  81. package/dist/zoom-nkwOD6_z.mjs.map +1 -0
  82. package/package.json +10 -8
  83. package/scss/_chart-wrapper.scss +1 -1
  84. package/scss/_color-palette.scss +8 -8
  85. package/scss/components/_title.scss +1 -1
  86. package/scss/components/_tooltip.scss +6 -2
  87. package/scss/components/toolbar/_buttons.scss +160 -159
  88. package/scss/components/toolbar/_modal.scss +348 -315
  89. package/scss/demos.scss +3 -2
  90. package/scss/graphs/_choropleth.scss +1 -1
  91. package/scss/graphs/_tree.scss +2 -1
  92. package/scss/index.scss +1 -1
  93. package/styles.css +35 -11
  94. package/styles.min.css +1 -1
  95. package/dist/choropleth-cqJq7eSU.mjs.map +0 -1
  96. package/dist/color-scale-utils-bwaA2TiF.mjs.map +0 -1
  97. package/dist/umd/bundle.umd.cjs +0 -84
  98. package/dist/umd/bundle.umd.cjs.map +0 -1
  99. package/dist/wordcloud-dqk1DqiP.mjs.map +0 -1
  100. package/dist/zoom-OcSt8txb.mjs.map +0 -1
@@ -306,7 +306,7 @@ const dA = [
306
306
  data: {
307
307
  loading: !0
308
308
  }
309
- }, t3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
309
+ }, L3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
310
310
  __proto__: null,
311
311
  areaDiscreteDomain: mA,
312
312
  areaDiscreteDomainOptions: UA,
@@ -1101,7 +1101,7 @@ const dA = [
1101
1101
  includeZero: !1
1102
1102
  }
1103
1103
  }
1104
- }, L3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1104
+ }, D3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1105
1105
  __proto__: null,
1106
1106
  floatingBarData: q_,
1107
1107
  floatingBarOptions: $_,
@@ -1225,7 +1225,7 @@ const dA = [
1225
1225
  mapsTo: "group"
1226
1226
  }
1227
1227
  }
1228
- }, D3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1228
+ }, r3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1229
1229
  __proto__: null,
1230
1230
  simpleBoxplotData: EA,
1231
1231
  simpleBoxplotOptions: ee,
@@ -1682,7 +1682,7 @@ const dA = [
1682
1682
  position: "left",
1683
1683
  orientation: "vertical"
1684
1684
  }
1685
- }, r3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1685
+ }, o3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1686
1686
  __proto__: null,
1687
1687
  dualLine: Te,
1688
1688
  lineCustomColorOptions: re,
@@ -1874,7 +1874,7 @@ const dA = [
1874
1874
  bubble: {
1875
1875
  radiusMapsTo: "value"
1876
1876
  }
1877
- }, o3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1877
+ }, n3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1878
1878
  __proto__: null,
1879
1879
  bubbleDiscreteData: de,
1880
1880
  bubbleDiscreteOptions: pe,
@@ -1940,7 +1940,7 @@ const dA = [
1940
1940
  mapsTo: "title"
1941
1941
  }
1942
1942
  }
1943
- }, n3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1943
+ }, i3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
1944
1944
  __proto__: null,
1945
1945
  basicBulletData: ve,
1946
1946
  basicBulletOptions: He
@@ -44783,7 +44783,7 @@ const dA = [
44783
44783
  timeScale: {
44784
44784
  addSpaceOnEdges: 0
44785
44785
  }
44786
- }, i3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44786
+ }, C3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44787
44787
  __proto__: null,
44788
44788
  comboAreaLineData: Xe,
44789
44789
  comboAreaLineOptions: Qe,
@@ -44850,7 +44850,7 @@ const dA = [
44850
44850
  data: {
44851
44851
  loading: !0
44852
44852
  }
44853
- }, C3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44853
+ }, O3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44854
44854
  __proto__: null,
44855
44855
  pieCenteredData: Na,
44856
44856
  pieCenteredOptions: ta,
@@ -44907,7 +44907,7 @@ const dA = [
44907
44907
  data: {
44908
44908
  loading: !0
44909
44909
  }
44910
- }, O3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44910
+ }, R3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44911
44911
  __proto__: null,
44912
44912
  donutCenteredData: Oa,
44913
44913
  donutCenteredOptions: Ra,
@@ -44951,7 +44951,7 @@ const dA = [
44951
44951
  value: "#FFE5B4"
44952
44952
  }
44953
44953
  }
44954
- }, R3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44954
+ }, F3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
44955
44955
  __proto__: null,
44956
44956
  gaugeData: X,
44957
44957
  gaugeDataNoDelta: Pa,
@@ -45263,7 +45263,7 @@ const dA = [
45263
45263
  { group: "Dataset 1", transactions: 100, value: 99 },
45264
45264
  { group: "Dataset 1", transactions: 100, value: 19 },
45265
45265
  { group: "Dataset 2", transactions: 100, value: 16 }
45266
- ], F3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45266
+ ], I3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45267
45267
  __proto__: null,
45268
45268
  histogramContinueData: Q,
45269
45269
  histogramContinueOptions: pa,
@@ -45303,7 +45303,7 @@ const dA = [
45303
45303
  points: {
45304
45304
  radius: 7
45305
45305
  }
45306
- }, I3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45306
+ }, s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45307
45307
  __proto__: null,
45308
45308
  lollipopDiscreteData: nA,
45309
45309
  lollipopDiscreteOptions: ga,
@@ -45412,7 +45412,7 @@ const dA = [
45412
45412
  breakdownFormatter: (_) => `You are using ${_.datasetsTotal} GB of the space this label is really long will need to be truncated with a tooltip Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua.`
45413
45413
  }
45414
45414
  }
45415
- }, s3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45415
+ }, l3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45416
45416
  __proto__: null,
45417
45417
  meterData: y,
45418
45418
  meterOptionsCustomColor: Ha,
@@ -45528,7 +45528,7 @@ const dA = [
45528
45528
  data: {
45529
45529
  groupMapsTo: "month"
45530
45530
  }
45531
- }, l3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45531
+ }, u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45532
45532
  __proto__: null,
45533
45533
  radarCenteredData: ka,
45534
45534
  radarCenteredOptions: fa,
@@ -45664,7 +45664,7 @@ const dA = [
45664
45664
  correspondingDatasets: ["Products"]
45665
45665
  }
45666
45666
  }
45667
- }, u3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45667
+ }, T3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45668
45668
  __proto__: null,
45669
45669
  doubleLinearScatterData: xa,
45670
45670
  doubleLinearScatterOptions: Xa,
@@ -45693,7 +45693,7 @@ const dA = [
45693
45693
  data: {
45694
45694
  loading: !0
45695
45695
  }
45696
- }), T3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45696
+ }), P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
45697
45697
  __proto__: null,
45698
45698
  stepData: MS,
45699
45699
  stepEmptyStateData: ES,
@@ -46322,7 +46322,7 @@ const dA = [
46322
46322
  legend: {
46323
46323
  clickable: !1
46324
46324
  }
46325
- }, P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46325
+ }, B3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46326
46326
  __proto__: null,
46327
46327
  lineTimeSeries15secondsOptions: Y,
46328
46328
  lineTimeSeries30minutesOptions: nS,
@@ -46561,7 +46561,7 @@ const dA = [
46561
46561
  type: "dendrogram",
46562
46562
  rootTitle: "flare"
46563
46563
  }
46564
- }, B3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46564
+ }, c3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46565
46565
  __proto__: null,
46566
46566
  dendogramOptions: bS,
46567
46567
  treeData: j,
@@ -46656,7 +46656,7 @@ const dA = [
46656
46656
  }
46657
46657
  ], YS = {
46658
46658
  title: "Treemap"
46659
- }, c3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46659
+ }, d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46660
46660
  __proto__: null,
46661
46661
  treemapData: VS,
46662
46662
  treemapOptions: YS
@@ -46873,7 +46873,7 @@ const dA = [
46873
46873
  canvasZoom: {
46874
46874
  enabled: !1
46875
46875
  }
46876
- }, d3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46876
+ }, p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46877
46877
  __proto__: null,
46878
46878
  circlePackSingleLevelData: wS,
46879
46879
  circlePackSingleOptions: ZS,
@@ -46935,7 +46935,7 @@ const dA = [
46935
46935
  }
46936
46936
  ]
46937
46937
  }
46938
- ), p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46938
+ ), m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
46939
46939
  __proto__: null,
46940
46940
  toolbarLineTimeSeriesData: $S,
46941
46941
  toolbarLineTimeSeriesOptions: AM,
@@ -47043,7 +47043,7 @@ const dA = [
47043
47043
  option: 3
47044
47044
  }
47045
47045
  }
47046
- }, m3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47046
+ }, U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47047
47047
  __proto__: null,
47048
47048
  wordCloudData: _M,
47049
47049
  wordCloudOptions: eM
@@ -47209,7 +47209,7 @@ const cM = [], Z = L(
47209
47209
  );
47210
47210
  Z.title = "Zoom bar (skeleton)";
47211
47211
  Z.zoomBar.top.loading = !0;
47212
- const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47212
+ const G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47213
47213
  __proto__: null,
47214
47214
  addZoomBarToOptions: L,
47215
47215
  definedZoomBarStackedBarTimeSeriesData: rM,
@@ -47553,7 +47553,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47553
47553
  monochrome: !0,
47554
47554
  nodePadding: 33
47555
47555
  }
47556
- }, G3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47556
+ }, g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47557
47557
  __proto__: null,
47558
47558
  alluvialGradientData: pM,
47559
47559
  alluvialMonochromeData: yM,
@@ -47606,7 +47606,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47606
47606
  curve: "curveNatural"
47607
47607
  }, HM = L(
47608
47608
  Object.assign({}, uA)
47609
- ), g3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47609
+ ), K3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
47610
47610
  __proto__: null,
47611
47611
  boundedAreaTimeSeriesWithHighlightsOptions: uA,
47612
47612
  boundedAreaTimeSeriesWithHighlightsZoomOptions: HM,
@@ -48743,7 +48743,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48743
48743
  heatmap: {
48744
48744
  colorLegend: { title: "Legend title" }
48745
48745
  }
48746
- }, K3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48746
+ }, y3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48747
48747
  __proto__: null,
48748
48748
  heatmapData: p,
48749
48749
  heatmapDomainOptions: VM,
@@ -48753,7 +48753,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48753
48753
  heatmapPositiveNegativeData: bM,
48754
48754
  heatmapPositiveNegativeOptions: WM,
48755
48755
  heatmapQuantizeLegendOption: hM
48756
- }, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.15", _E = "Carbon Charts component library", eE = "module", aE = "./dist/index.mjs", SE = "./dist/umd/bundle.umd.js", ME = "./dist/index.d.ts", EE = {
48756
+ }, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.13.18", _E = "Carbon Charts component library", eE = "module", aE = "./dist/index.mjs", SE = "./dist/umd/bundle.umd.js", ME = "./dist/index.d.ts", EE = {
48757
48757
  "./package.json": "./package.json",
48758
48758
  "./styles.min.css": "./dist/styles.min.css",
48759
48759
  "./styles.css": "./dist/styles.css",
@@ -48820,7 +48820,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48820
48820
  }, LE = {
48821
48821
  type: "git",
48822
48822
  url: "git@github.com:carbon-design-system/carbon-charts.git",
48823
- homepage: "https://carbon-design-system.github.io/carbon-charts/"
48823
+ homepage: "https://charts.carbondesignsystem.com/"
48824
48824
  }, DE = {
48825
48825
  "@carbon/colors": "^11.20.1",
48826
48826
  "@carbon/telemetry": "~0.1.0",
@@ -48830,6 +48830,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48830
48830
  "d3-cloud": "^1.2.7",
48831
48831
  "d3-sankey": "^0.12.3",
48832
48832
  "date-fns": "^3.0.6",
48833
+ dompurify: "^3.0.6",
48833
48834
  "html-to-image": "^1.11.11",
48834
48835
  "lodash-es": "^4.17.21",
48835
48836
  "topojson-client": "^3.1.0",
@@ -48855,19 +48856,20 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48855
48856
  "@types/d3": "^7.4.3",
48856
48857
  "@types/d3-cloud": "^1.2.9",
48857
48858
  "@types/d3-sankey": "^0.12.4",
48859
+ "@types/dompurify": "^3.0.5",
48858
48860
  "@types/lodash-es": "^4.17.12",
48859
48861
  "@types/topojson": "^3.2.6",
48860
48862
  concurrently: "^8.2.2",
48861
48863
  "downlevel-dts": "^0.11.0",
48862
48864
  jsdom: "^23.0.1",
48863
48865
  "resize-observer-polyfill": "^1.5.1",
48864
- sass: "^1.69.5",
48865
- storybook: "~7.6.6",
48866
- typedoc: "^0.25.4",
48866
+ sass: "^1.69.7",
48867
+ storybook: "~7.6.7",
48868
+ typedoc: "^0.25.6",
48867
48869
  typescript: "^5.3.3",
48868
48870
  vite: "^5.0.10",
48869
- "vite-plugin-dts": "^3.6.4",
48870
- vitest: "^1.1.0"
48871
+ "vite-plugin-dts": "^3.7.0",
48872
+ vitest: "^1.1.1"
48871
48873
  }, iE = {
48872
48874
  access: "public"
48873
48875
  }, CE = [
@@ -48932,7 +48934,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48932
48934
  maintainers: FE,
48933
48935
  contributors: IE,
48934
48936
  gitHead: sE
48935
- }, lE = "@carbon/charts-angular", uE = "1.13.15", TE = "Carbon Charts component library for Angular", PE = {
48937
+ }, lE = "@carbon/charts-angular", uE = "1.13.18", TE = "Carbon Charts component library for Angular", PE = {
48936
48938
  "./styles.min.css": "./styles.min.css",
48937
48939
  "./styles.css": "./styles.css"
48938
48940
  }, BE = !1, cE = "module", dE = {
@@ -48981,7 +48983,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48981
48983
  "@carbon/icon-helpers": "^10.45.1",
48982
48984
  "@carbon/icons": "^11.33.0",
48983
48985
  "@stackblitz/sdk": "^1.9.0",
48984
- "@storybook/angular": "^7.6.6",
48986
+ "@storybook/angular": "^7.6.7",
48985
48987
  "@types/carbon__icon-helpers": "^10.7.4",
48986
48988
  concurrently: "^8.2.2",
48987
48989
  d3: "^7.8.5",
@@ -48990,7 +48992,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48990
48992
  "downlevel-dts": "^0.11.0",
48991
48993
  "ng-packagr": "^16.2.3",
48992
48994
  rxjs: "~7.8.1",
48993
- storybook: "~7.6.6",
48995
+ storybook: "~7.6.7",
48994
48996
  "style-loader": "^3.3.3",
48995
48997
  typescript: "~5.1.6",
48996
48998
  "zone.js": "~0.14.2"
@@ -49001,7 +49003,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49001
49003
  }, gE = {
49002
49004
  type: "git",
49003
49005
  url: "git@github.com:carbon-design-system/carbon-charts.git",
49004
- homepage: "https://carbon-design-system.github.io/carbon-charts/angular/"
49006
+ homepage: "https://charts.carbondesignsystem.com/angular/"
49005
49007
  }, KE = "Apache-2.0", yE = "IBM", vE = [
49006
49008
  "charts",
49007
49009
  "graphs",
@@ -49060,18 +49062,19 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49060
49062
  maintainers: HE,
49061
49063
  contributors: hE,
49062
49064
  gitHead: WE
49063
- }, bE = "@carbon/charts-react", VE = "1.13.15", YE = "Carbon Charts component library for React", kE = "module", fE = "./dist/index.mjs", ZE = "./dist/index.d.ts", wE = {
49065
+ }, bE = "@carbon/charts-react", VE = "1.13.18", YE = "Carbon Charts component library for React", kE = "module", fE = "./dist/index.js", ZE = "./dist/index.mjs", wE = "./dist/index.d.ts", JE = {
49064
49066
  "./package.json": "./package.json",
49065
49067
  ".": {
49066
49068
  types: "./dist/index.d.ts",
49067
- import: "./dist/index.mjs"
49069
+ import: "./dist/index.mjs",
49070
+ require: "./dist/index.js"
49068
49071
  },
49069
49072
  "./styles.min.css": "./dist/styles.min.css",
49070
49073
  "./styles.css": "./dist/styles.css"
49071
- }, JE = [
49074
+ }, zE = [
49072
49075
  "dist",
49073
49076
  "README.md"
49074
- ], zE = {
49077
+ ], xE = {
49075
49078
  postinstall: "carbon-telemetry collect --install",
49076
49079
  "file:styles": "cp ../core/dist/styles.* dist",
49077
49080
  "file:downlevel:dts": "downlevel-dts dist dist",
@@ -49088,38 +49091,38 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49088
49091
  format: 'prettier . --write "**/*.{scss,css,js,ts,tsx,cjs,mjs,md}" --ignore-path ../../.eslintignore',
49089
49092
  clean: "rm -rf dist demo/bundle",
49090
49093
  "pub:demo": "cp -a demo/bundle/. ../../pages/react"
49091
- }, xE = {
49094
+ }, XE = {
49092
49095
  "@carbon/charts": "workspace:*",
49093
49096
  "@carbon/icons-react": "^11.33.0",
49094
49097
  "@carbon/telemetry": "~0.1.0",
49095
49098
  react: "^18.2.0",
49096
49099
  "react-dom": "^18.2.0"
49097
- }, XE = {
49100
+ }, QE = {
49098
49101
  react: "^16.0.0 || ^17.0.0 || ^18.0.0",
49099
49102
  "react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
49100
- }, QE = {
49103
+ }, jE = {
49101
49104
  "@stackblitz/sdk": "1.9.0",
49102
- "@types/react": "^18.2.45",
49105
+ "@types/react": "^18.2.46",
49103
49106
  "@types/react-dom": "^18.2.18",
49104
49107
  "@vitejs/plugin-react": "^4.2.1",
49105
- classnames: "^2.3.2",
49108
+ classnames: "^2.5.1",
49106
49109
  concurrently: "^8.2.2",
49107
49110
  d3: "^7.8.5",
49108
49111
  "d3-cloud": "^1.2.7",
49109
49112
  "d3-sankey": "^0.12.3",
49110
49113
  "downlevel-dts": "^0.11.0",
49111
- sass: "^1.69.5",
49112
- storybook: "~7.6.6",
49114
+ sass: "^1.69.7",
49115
+ storybook: "~7.6.7",
49113
49116
  typescript: "^5.3.3",
49114
49117
  vite: "^5.0.10",
49115
- "vite-plugin-dts": "^3.6.4"
49116
- }, jE = {
49117
- access: "public"
49118
+ "vite-plugin-dts": "^3.7.0"
49118
49119
  }, qE = {
49120
+ access: "public"
49121
+ }, $E = {
49119
49122
  type: "git",
49120
49123
  url: "git@github.com:carbon-design-system/carbon-charts.git",
49121
- homepage: "https://carbon-design-system.github.io/carbon-charts/react/"
49122
- }, $E = "Apache-2.0", AN = "IBM", _N = [
49124
+ homepage: "https://charts.carbondesignsystem.com/react/"
49125
+ }, AN = "Apache-2.0", _N = "IBM", eN = [
49123
49126
  "charts",
49124
49127
  "graphs",
49125
49128
  "radar",
@@ -49147,44 +49150,45 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49147
49150
  "svg",
49148
49151
  "data",
49149
49152
  "typescript"
49150
- ], eN = {
49153
+ ], aN = {
49151
49154
  url: "https://github.com/carbon-design-system/carbon-charts/issues"
49152
- }, aN = "https://github.com/carbon-design-system/carbon-charts#readme", SN = [
49155
+ }, SN = "https://github.com/carbon-design-system/carbon-charts#readme", MN = [
49153
49156
  {
49154
49157
  name: "Eliad Moosavi",
49155
49158
  email: "iliadm@ca.ibm.com",
49156
49159
  url: "https://github.com/theiliad"
49157
49160
  }
49158
- ], MN = [
49161
+ ], EN = [
49159
49162
  {
49160
49163
  name: "Eliad Moosavi",
49161
49164
  email: "iliadm@ca.ibm.com",
49162
49165
  url: "https://github.com/theiliad"
49163
49166
  }
49164
- ], EN = "f7037103474e53901678dd9e62095b0b1f0f62c4", NN = {
49167
+ ], NN = "f7037103474e53901678dd9e62095b0b1f0f62c4", tN = {
49165
49168
  name: bE,
49166
49169
  version: VE,
49167
49170
  description: YE,
49168
49171
  type: kE,
49169
- module: fE,
49170
- types: ZE,
49171
- exports: wE,
49172
- files: JE,
49173
- scripts: zE,
49174
- dependencies: xE,
49175
- peerDependencies: XE,
49176
- devDependencies: QE,
49177
- publishConfig: jE,
49178
- repository: qE,
49179
- license: $E,
49180
- author: AN,
49181
- keywords: _N,
49182
- bugs: eN,
49183
- homepage: aN,
49184
- maintainers: SN,
49185
- contributors: MN,
49186
- gitHead: EN
49187
- }, tN = "@carbon/charts-svelte", LN = "1.13.15", DN = "Carbon Charts component library for Svelte", rN = {
49172
+ main: fE,
49173
+ module: ZE,
49174
+ types: wE,
49175
+ exports: JE,
49176
+ files: zE,
49177
+ scripts: xE,
49178
+ dependencies: XE,
49179
+ peerDependencies: QE,
49180
+ devDependencies: jE,
49181
+ publishConfig: qE,
49182
+ repository: $E,
49183
+ license: AN,
49184
+ author: _N,
49185
+ keywords: eN,
49186
+ bugs: aN,
49187
+ homepage: SN,
49188
+ maintainers: MN,
49189
+ contributors: EN,
49190
+ gitHead: NN
49191
+ }, LN = "@carbon/charts-svelte", DN = "1.13.18", rN = "Carbon Charts component library for Svelte", oN = {
49188
49192
  postinstall: "carbon-telemetry collect --install",
49189
49193
  "file:styles": "cp ../core/dist/styles.* dist",
49190
49194
  "build:package": "svelte-kit sync && svelte-package && yarn file:styles",
@@ -49202,7 +49206,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49202
49206
  preview: "vite preview",
49203
49207
  check: "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
49204
49208
  "pub:demo": "cp -a demo/bundle/. ../../pages/svelte"
49205
- }, oN = "module", nN = "./dist/index.d.ts", iN = "./dist/index.js", CN = "./dist/index.js", ON = {
49209
+ }, nN = "module", iN = "./dist/index.d.ts", CN = "./dist/index.js", ON = "./dist/index.js", RN = {
49206
49210
  ".": {
49207
49211
  types: "./dist/index.d.ts",
49208
49212
  svelte: "./dist/index.js",
@@ -49210,51 +49214,51 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49210
49214
  },
49211
49215
  "./styles.min.css": "./dist/styles.min.css",
49212
49216
  "./styles.css": "./dist/styles.css"
49213
- }, RN = [
49217
+ }, FN = [
49214
49218
  "dist",
49215
49219
  "CHANGELOG.md"
49216
- ], FN = {
49220
+ ], IN = {
49217
49221
  svelte: "^3.31.0 || ^4.0.0"
49218
- }, IN = {
49222
+ }, sN = {
49219
49223
  "@carbon/charts": "workspace:*",
49220
49224
  "@carbon/telemetry": "~0.1.0"
49221
- }, sN = {
49225
+ }, lN = {
49222
49226
  "@stackblitz/sdk": "^1.9.0",
49223
49227
  "@sveltejs/adapter-auto": "^3.0.1",
49224
49228
  "@sveltejs/kit": "^2.0.6",
49225
- "@sveltejs/package": "^2.2.4",
49229
+ "@sveltejs/package": "^2.2.5",
49226
49230
  "@sveltejs/vite-plugin-svelte": "^3.0.1",
49227
49231
  concurrently: "^8.2.2",
49228
49232
  d3: "^7.8.5",
49229
49233
  "d3-cloud": "^1.2.7",
49230
49234
  "d3-sankey": "^0.12.3",
49231
49235
  eslint: "^8.56.0",
49232
- publint: "^0.2.6",
49233
- storybook: "~7.6.6",
49236
+ publint: "^0.2.7",
49237
+ storybook: "~7.6.7",
49234
49238
  svelte: "^4.2.8",
49235
49239
  "svelte-check": "^3.6.2",
49236
49240
  tslib: "^2.6.2",
49237
49241
  typescript: "^5.3.3",
49238
49242
  vite: "^5.0.10"
49239
- }, lN = {
49240
- access: "public"
49241
49243
  }, uN = {
49244
+ access: "public"
49245
+ }, TN = {
49242
49246
  type: "git",
49243
49247
  url: "git@github.com:carbon-design-system/carbon-charts.git",
49244
- homepage: "https://carbon-design-system.github.io/carbon-charts/svelte/"
49245
- }, TN = {
49248
+ homepage: "https://charts.carbondesignsystem.com/svelte/"
49249
+ }, PN = {
49246
49250
  url: "https://github.com/carbon-design-system/carbon-charts/issues"
49247
- }, PN = "https://github.com/carbon-design-system/carbon-charts#readme", BN = [
49251
+ }, BN = "https://github.com/carbon-design-system/carbon-charts#readme", cN = [
49248
49252
  {
49249
49253
  name: "Eric Liu",
49250
49254
  url: "https://github.com/metonym"
49251
49255
  }
49252
- ], cN = [
49256
+ ], dN = [
49253
49257
  {
49254
49258
  name: "Eric Liu",
49255
49259
  url: "https://github.com/metonym"
49256
49260
  }
49257
- ], dN = "Apache-2.0", pN = "IBM", mN = [
49261
+ ], pN = "Apache-2.0", mN = "IBM", UN = [
49258
49262
  "charts",
49259
49263
  "graphs",
49260
49264
  "radar",
@@ -49282,31 +49286,31 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49282
49286
  "svg",
49283
49287
  "data",
49284
49288
  "typescript"
49285
- ], UN = "f7037103474e53901678dd9e62095b0b1f0f62c4", BA = {
49286
- name: tN,
49287
- version: LN,
49288
- description: DN,
49289
- scripts: rN,
49290
- type: oN,
49291
- types: nN,
49292
- svelte: iN,
49293
- module: CN,
49294
- exports: ON,
49295
- files: RN,
49296
- peerDependencies: FN,
49297
- dependencies: IN,
49298
- devDependencies: sN,
49299
- publishConfig: lN,
49300
- repository: uN,
49301
- bugs: TN,
49302
- homepage: PN,
49303
- maintainers: BN,
49304
- contributors: cN,
49305
- license: dN,
49306
- author: pN,
49307
- keywords: mN,
49308
- gitHead: UN
49309
- }, GN = "@carbon/charts-vue", gN = "1.13.15", KN = "Carbon Charts component library for Vue", yN = "module", vN = "./dist/index.mjs", HN = "./dist/index.d.ts", hN = {
49289
+ ], GN = "f7037103474e53901678dd9e62095b0b1f0f62c4", BA = {
49290
+ name: LN,
49291
+ version: DN,
49292
+ description: rN,
49293
+ scripts: oN,
49294
+ type: nN,
49295
+ types: iN,
49296
+ svelte: CN,
49297
+ module: ON,
49298
+ exports: RN,
49299
+ files: FN,
49300
+ peerDependencies: IN,
49301
+ dependencies: sN,
49302
+ devDependencies: lN,
49303
+ publishConfig: uN,
49304
+ repository: TN,
49305
+ bugs: PN,
49306
+ homepage: BN,
49307
+ maintainers: cN,
49308
+ contributors: dN,
49309
+ license: pN,
49310
+ author: mN,
49311
+ keywords: UN,
49312
+ gitHead: GN
49313
+ }, gN = "@carbon/charts-vue", KN = "1.13.18", yN = "Carbon Charts component library for Vue", vN = "module", HN = "./dist/index.mjs", hN = "./dist/index.d.ts", WN = {
49310
49314
  "./styles.min.css": "./dist/styles.min.css",
49311
49315
  "./styles.css": "./dist/styles.css",
49312
49316
  ".": {
@@ -49314,10 +49318,10 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49314
49318
  types: "./dist/index.d.ts",
49315
49319
  default: "./dist/index.mjs"
49316
49320
  }
49317
- }, WN = [
49321
+ }, bN = [
49318
49322
  "dist",
49319
49323
  "CHANGELOG.md"
49320
- ], bN = {
49324
+ ], VN = {
49321
49325
  postinstall: "carbon-telemetry collect --install",
49322
49326
  "file:styles": "cp ../core/dist/styles.* dist",
49323
49327
  "build:package": "vite build && yarn file:styles",
@@ -49332,33 +49336,33 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49332
49336
  format: "prettier --write src/ --ignore-path ../../.eslintignore",
49333
49337
  clean: "rm -rf dist demo/bundle",
49334
49338
  "pub:demo": "cp -a demo/bundle/. ../../pages/vue"
49335
- }, VN = {
49336
- vue: "^3.3.0"
49337
49339
  }, YN = {
49340
+ vue: "^3.4.0"
49341
+ }, kN = {
49338
49342
  "@carbon/charts": "workspace:*",
49339
49343
  "@carbon/telemetry": "~0.1.0",
49340
- vue: "^3.3.13"
49341
- }, kN = {
49344
+ vue: "^3.4.3"
49345
+ }, fN = {
49342
49346
  "@stackblitz/sdk": "^1.9.0",
49343
49347
  "@types/d3": "^7.4.3",
49344
- "@vitejs/plugin-vue": "^4.5.2",
49348
+ "@vitejs/plugin-vue": "^5.0.2",
49345
49349
  concurrently: "^8.2.2",
49346
49350
  d3: "^7.8.5",
49347
49351
  "d3-cloud": "^1.2.7",
49348
49352
  "d3-sankey": "^0.12.3",
49349
- storybook: "~7.6.6",
49353
+ storybook: "~7.6.7",
49350
49354
  typescript: "^5.3.3",
49351
49355
  vite: "^5.0.10",
49352
- "vite-plugin-dts": "^3.6.4",
49353
- "vue-tsc": "^1.8.26"
49354
- }, fN = {
49356
+ "vite-plugin-dts": "^3.7.0",
49357
+ "vue-tsc": "^1.8.27"
49358
+ }, ZN = {
49355
49359
  access: "public",
49356
49360
  tag: "next"
49357
- }, ZN = {
49361
+ }, wN = {
49358
49362
  type: "git",
49359
49363
  url: "git@github.com:carbon-design-system/carbon-charts.git",
49360
- homepage: "https://carbon-design-system.github.io/carbon-charts/vue/"
49361
- }, wN = "Apache-2.0", JN = "IBM", zN = [
49364
+ homepage: "https://charts.carbondesignsystem.com/vue/"
49365
+ }, JN = "Apache-2.0", zN = "IBM", xN = [
49362
49366
  "charts",
49363
49367
  "graphs",
49364
49368
  "radar",
@@ -49386,31 +49390,31 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49386
49390
  "svg",
49387
49391
  "data",
49388
49392
  "typescript"
49389
- ], xN = {
49390
- name: GN,
49391
- version: gN,
49392
- description: KN,
49393
- type: yN,
49394
- module: vN,
49395
- types: HN,
49396
- exports: hN,
49397
- files: WN,
49398
- scripts: bN,
49399
- peerDependencies: VN,
49400
- dependencies: YN,
49401
- devDependencies: kN,
49402
- publishConfig: fN,
49403
- repository: ZN,
49404
- license: wN,
49405
- author: JN,
49406
- keywords: zN
49393
+ ], XN = {
49394
+ name: gN,
49395
+ version: KN,
49396
+ description: yN,
49397
+ type: vN,
49398
+ module: HN,
49399
+ types: hN,
49400
+ exports: WN,
49401
+ files: bN,
49402
+ scripts: VN,
49403
+ peerDependencies: YN,
49404
+ dependencies: kN,
49405
+ devDependencies: fN,
49406
+ publishConfig: ZN,
49407
+ repository: wN,
49408
+ license: JN,
49409
+ author: zN,
49410
+ keywords: xN
49407
49411
  }, M = {
49408
49412
  carbonCharts: B.version,
49409
49413
  d3: B.dependencies.d3,
49410
49414
  d3Cloud: B.dependencies["d3-cloud"],
49411
49415
  d3Sankey: B.dependencies["d3-sankey"],
49412
49416
  angular: c.dependencies["@angular/core"],
49413
- react: NN.dependencies.react,
49417
+ react: tN.dependencies.react,
49414
49418
  rxjs: c.dependencies.rxjs,
49415
49419
  svelteVite: "^2.4.6",
49416
49420
  svelteTsConfig: "^5.0.2",
@@ -49419,7 +49423,7 @@ const U3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49419
49423
  tslib: c.dependencies.tslib,
49420
49424
  typescript: c.dependencies.typescript,
49421
49425
  vite: B.devDependencies.vite,
49422
- vue: xN.dependencies.vue,
49426
+ vue: XN.dependencies.vue,
49423
49427
  zoneJs: c.dependencies["zone.js"]
49424
49428
  };
49425
49429
  function D(_, e = 0, a = !0) {
@@ -49448,7 +49452,7 @@ function D(_, e = 0, a = !0) {
49448
49452
  typeof _ == "string" ? S += `'${_.replace(/(['"`])/g, "\\$1")}'` : S += _;
49449
49453
  return S;
49450
49454
  }
49451
- function XN(_) {
49455
+ function QN(_) {
49452
49456
  const e = {
49453
49457
  "@carbon/charts": M.carbonCharts,
49454
49458
  d3: M.d3,
@@ -49527,7 +49531,7 @@ ${E ? S : N}
49527
49531
  }
49528
49532
  };
49529
49533
  }
49530
- function QN(_) {
49534
+ function jN(_) {
49531
49535
  const e = {
49532
49536
  "@angular/animations": M.angular,
49533
49537
  "@angular/common": M.angular,
@@ -49691,7 +49695,7 @@ bootstrapApplication(App)
49691
49695
  }
49692
49696
  };
49693
49697
  }
49694
- function jN(_) {
49698
+ function qN(_) {
49695
49699
  const e = {
49696
49700
  "@carbon/charts-react": M.carbonCharts,
49697
49701
  d3: M.d3,
@@ -49770,7 +49774,7 @@ root.render(
49770
49774
  }
49771
49775
  };
49772
49776
  }
49773
- function qN(_) {
49777
+ function $N(_) {
49774
49778
  const e = {
49775
49779
  "@carbon/charts-svelte": M.carbonCharts,
49776
49780
  "@sveltejs/vite-plugin-svelte": M.svelteVite,
@@ -49893,7 +49897,7 @@ export default defineConfig({
49893
49897
  }
49894
49898
  };
49895
49899
  }
49896
- function $N(_) {
49900
+ function A3(_) {
49897
49901
  const e = {
49898
49902
  "@carbon/charts-vue": M.carbonCharts,
49899
49903
  d3: M.d3,
@@ -49974,7 +49978,7 @@ app.mount('#app')
49974
49978
  }
49975
49979
  };
49976
49980
  }
49977
- const A3 = (_) => {
49981
+ const _3 = (_) => {
49978
49982
  var S, E, N;
49979
49983
  const e = document.createElement("div");
49980
49984
  e.id = "theme-picker", e.innerHTML = `
@@ -50019,7 +50023,7 @@ const A3 = (_) => {
50019
50023
  </fieldset>`;
50020
50024
  const a = document.documentElement.getAttribute("data-carbon-theme");
50021
50025
  a ? (S = e.querySelector(`input#theme__${a}`)) == null || S.setAttribute("checked", "true") : (E = e.querySelector("input#theme__white")) == null || E.setAttribute("checked", "true"), (N = _.querySelector("#charting-controls")) == null || N.appendChild(e);
50022
- }, _3 = (_, e) => {
50026
+ }, e3 = (_, e) => {
50023
50027
  const a = [
50024
50028
  "geoEqualEarth",
50025
50029
  "geoAlbers",
@@ -50048,7 +50052,7 @@ const A3 = (_) => {
50048
50052
  const { value: t } = N.target;
50049
50053
  S.thematic.projection = t, e.model.setOptions(S);
50050
50054
  }), _.querySelector("#charting-controls").appendChild(E);
50051
- }, e3 = (_, e, a = { colorPairingOptions: null }) => {
50055
+ }, a3 = (_, e, a = { colorPairingOptions: null }) => {
50052
50056
  var K, PA;
50053
50057
  const { colorPairingOptions: S } = a, E = e.model.getOptions(), { numberOfVariants: N, option: t } = E.color.pairing, r = e.model.getAllDataGroupsNames().length, l = N || r;
50054
50058
  let u = !1;
@@ -50088,10 +50092,10 @@ const A3 = (_) => {
50088
50092
  const { value: z } = F.target, [T, I] = z.split("-color-option-");
50089
50093
  E.color.pairing.numberOfVariants = T, E.color.pairing.option = I, e.model.setOptions(E);
50090
50094
  }), (PA = _ == null ? void 0 : _.querySelector("#charting-controls")) == null || PA.appendChild(n);
50091
- }, y3 = (_, e, a, S = { colorPairingOptions: null }) => {
50095
+ }, v3 = (_, e, a, S = { colorPairingOptions: null }) => {
50092
50096
  var E, N;
50093
- _.querySelector("#charting-controls") && (_.querySelector("#charting-controls").innerHTML = ""), A3(_), ((E = e == null ? void 0 : e.configs) == null ? void 0 : E.excludeColorPaletteControl) !== !0 && e3(_, a, S), (N = e == null ? void 0 : e.configs) != null && N.includeProjectionControl && _3(_, a), a3(_, a);
50094
- }, a3 = (_, e) => {
50097
+ _.querySelector("#charting-controls") && (_.querySelector("#charting-controls").innerHTML = ""), _3(_), ((E = e == null ? void 0 : e.configs) == null ? void 0 : E.excludeColorPaletteControl) !== !0 && a3(_, a, S), (N = e == null ? void 0 : e.configs) != null && N.includeProjectionControl && e3(_, a), S3(_, a);
50098
+ }, S3 = (_, e) => {
50095
50099
  const a = _.querySelectorAll("div#theme-picker input.cds--radio-button"), S = document.documentElement.getAttribute("data-carbon-theme");
50096
50100
  S && e.services.domUtils.getHolder().setAttribute("data-carbon-theme", S), a.forEach((E) => {
50097
50101
  E.addEventListener("click", (N) => {
@@ -50099,7 +50103,7 @@ const A3 = (_) => {
50099
50103
  document.documentElement.setAttribute("data-carbon-theme", t), e.model.setOptions({ ...e.model.getOptions(), theme: t });
50100
50104
  });
50101
50105
  });
50102
- }, d = (_) => `https://carbon-design-system.github.io/carbon-charts/${_ !== "vanilla" ? `${_}/` : ""}${window.parent.location.search}`, v3 = (_, e) => {
50106
+ }, d = (_) => `https://charts.carbondesignsystem.com/${_ !== "vanilla" ? `${_}/` : ""}${window.parent.location.search}`, H3 = (_, e) => {
50103
50107
  var N;
50104
50108
  let a = [
50105
50109
  {
@@ -50273,7 +50277,7 @@ const A3 = (_) => {
50273
50277
  angular: "ibm-wordcloud-chart",
50274
50278
  vue: "CcvWordCloudChart"
50275
50279
  }
50276
- }, S3 = [
50280
+ }, M3 = [
50277
50281
  {
50278
50282
  title: "Axes",
50279
50283
  demos: [
@@ -50594,7 +50598,7 @@ const A3 = (_) => {
50594
50598
  }
50595
50599
  ]
50596
50600
  }
50597
- ].map((_) => (_.storyGroupTitle = "Utility", _)), M3 = [
50601
+ ].map((_) => (_.storyGroupTitle = "Utility", _)), E3 = [
50598
50602
  {
50599
50603
  title: "Area (simple)",
50600
50604
  description: "Area charts are similar to line charts, but the areas below the lines are filled with colors or patterns. Stacked charts are useful for comparing proportional contributions within a category. They plot the relative value that each data series contributes to the total.",
@@ -51278,7 +51282,7 @@ const A3 = (_) => {
51278
51282
  }
51279
51283
  ]
51280
51284
  }
51281
- ].map((_) => (_.storyGroupTitle = "Simple charts", _)), E3 = [
51285
+ ].map((_) => (_.storyGroupTitle = "Simple charts", _)), N3 = [
51282
51286
  {
51283
51287
  title: "Choropleth (experimental)",
51284
51288
  configs: {
@@ -51427,46 +51431,46 @@ const A3 = (_) => {
51427
51431
  ]
51428
51432
  }
51429
51433
  ].map((_) => (_.storyGroupTitle = "Complex charts", _));
51430
- let AA = [...S3, ...M3, ...E3];
51431
- const cA = (_) => _.replace(/[^\w\s]/gi, "").replace(/\s\s+/g, " ").toLowerCase().replace(/\s+/g, "-"), N3 = (_) => _.sort((e, a) => a.title - e.title).map((e) => (e.demos = e.demos.map((a) => (a.title = a.options.title, a.id = `${cA(e.title)}--${cA(a.options.title)}`, a.options.height = a.options.height ?? "400px", a.code = {
51432
- vanilla: XN(a),
51433
- angular: QN(a),
51434
- react: jN(a),
51435
- svelte: qN(a),
51436
- vue: $N(a)
51434
+ let AA = [...M3, ...E3, ...N3];
51435
+ const cA = (_) => _.replace(/[^\w\s]/gi, "").replace(/\s\s+/g, " ").toLowerCase().replace(/\s+/g, "-"), t3 = (_) => _.sort((e, a) => a.title - e.title).map((e) => (e.demos = e.demos.map((a) => (a.title = a.options.title, a.id = `${cA(e.title)}--${cA(a.options.title)}`, a.options.height = a.options.height ?? "400px", a.code = {
51436
+ vanilla: QN(a),
51437
+ angular: jN(a),
51438
+ react: qN(a),
51439
+ svelte: $N(a),
51440
+ vue: A3(a)
51437
51441
  }, a)), e));
51438
- AA = N3(AA);
51439
- const H3 = AA;
51442
+ AA = t3(AA);
51443
+ const h3 = AA;
51440
51444
  export {
51441
- y3 as addControls,
51442
- v3 as addOtherVersions,
51443
- a3 as addRadioButtonEventListeners,
51444
- G3 as alluvialDemos,
51445
- t3 as areaDemos,
51446
- L3 as barDemos,
51447
- D3 as boxplotDemos,
51448
- o3 as bubbleDemos,
51449
- n3 as bulletDemos,
51450
- d3 as circlePackDemos,
51451
- i3 as comboDemos,
51452
- O3 as donutDemos,
51453
- R3 as gaugeDemos,
51454
- K3 as heatmapDemos,
51455
- g3 as highlightDemos,
51456
- F3 as histogramDemos,
51457
- r3 as lineDemos,
51458
- I3 as lollipopDemos,
51459
- s3 as meterDemos,
51460
- C3 as pieDemos,
51461
- l3 as radarDemos,
51462
- u3 as scatterDemos,
51463
- T3 as stepDemos,
51464
- H3 as storybookDemoGroups,
51465
- P3 as timeSeriesAxisDemos,
51466
- p3 as toolbarDemos,
51467
- B3 as treeDemos,
51468
- c3 as treemapDemos,
51469
- m3 as wordCloudDemos,
51470
- U3 as zoomBarDemos
51445
+ v3 as addControls,
51446
+ H3 as addOtherVersions,
51447
+ S3 as addRadioButtonEventListeners,
51448
+ g3 as alluvialDemos,
51449
+ L3 as areaDemos,
51450
+ D3 as barDemos,
51451
+ r3 as boxplotDemos,
51452
+ n3 as bubbleDemos,
51453
+ i3 as bulletDemos,
51454
+ p3 as circlePackDemos,
51455
+ C3 as comboDemos,
51456
+ R3 as donutDemos,
51457
+ F3 as gaugeDemos,
51458
+ y3 as heatmapDemos,
51459
+ K3 as highlightDemos,
51460
+ I3 as histogramDemos,
51461
+ o3 as lineDemos,
51462
+ s3 as lollipopDemos,
51463
+ l3 as meterDemos,
51464
+ O3 as pieDemos,
51465
+ u3 as radarDemos,
51466
+ T3 as scatterDemos,
51467
+ P3 as stepDemos,
51468
+ h3 as storybookDemoGroups,
51469
+ B3 as timeSeriesAxisDemos,
51470
+ m3 as toolbarDemos,
51471
+ c3 as treeDemos,
51472
+ d3 as treemapDemos,
51473
+ U3 as wordCloudDemos,
51474
+ G3 as zoomBarDemos
51471
51475
  };
51472
51476
  //# sourceMappingURL=index.mjs.map