@carbon/charts 1.13.30 → 1.13.31

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.
package/CHANGELOG.md CHANGED
@@ -3,6 +3,19 @@
3
3
  All notable changes to this project will be documented in this file. See
4
4
  [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## 1.13.31 (2024-02-07)
7
+
8
+ ### Bug Fixes
9
+
10
+ - **modal:** styles of export to csv button
11
+ ([#1745](https://github.com/carbon-design-system/carbon-charts/issues/1745))
12
+ ([75c8281](https://github.com/carbon-design-system/carbon-charts/commit/75c82810b2ce081a81ddf8815b2a6abaac19ede2))
13
+
14
+ # Change Log
15
+
16
+ All notable changes to this project will be documented in this file. See
17
+ [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
18
+
6
19
  ## 1.13.30 (2024-02-05)
7
20
 
8
21
  ### Bug Fixes
@@ -48754,7 +48754,7 @@ const H3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48754
48754
  heatmapPositiveNegativeData: kM,
48755
48755
  heatmapPositiveNegativeOptions: YM,
48756
48756
  heatmapQuantizeLegendOption: VM
48757
- }, Symbol.toStringTag, { value: "Module" })), SE = "@carbon/charts", ME = "1.13.30", EE = "Carbon Charts component library", NE = "module", tE = "./dist/index.mjs", LE = "./dist/umd/bundle.umd.js", DE = "./dist/index.d.ts", rE = {
48757
+ }, Symbol.toStringTag, { value: "Module" })), SE = "@carbon/charts", ME = "1.13.31", EE = "Carbon Charts component library", NE = "module", tE = "./dist/index.mjs", LE = "./dist/umd/bundle.umd.js", DE = "./dist/index.d.ts", rE = {
48758
48758
  "./package.json": "./package.json",
48759
48759
  "./styles.min.css": "./dist/styles.min.css",
48760
48760
  "./styles.css": "./dist/styles.css",
@@ -48936,7 +48936,7 @@ const H3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48936
48936
  maintainers: TE,
48937
48937
  contributors: PE,
48938
48938
  gitHead: BE
48939
- }, cE = "@carbon/charts-angular", dE = "1.13.30", pE = "Carbon Charts component library for Angular", mE = {
48939
+ }, cE = "@carbon/charts-angular", dE = "1.13.31", pE = "Carbon Charts component library for Angular", mE = {
48940
48940
  "./styles.min.css": "./styles.min.css",
48941
48941
  "./styles.css": "./styles.css"
48942
48942
  }, UE = !1, GE = "module", gE = {
@@ -49064,7 +49064,7 @@ const H3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49064
49064
  maintainers: YE,
49065
49065
  contributors: kE,
49066
49066
  gitHead: fE
49067
- }, ZE = "@carbon/charts-react", wE = "1.13.30", JE = "Carbon Charts component library for React", zE = "module", xE = "./dist/index.js", XE = "./dist/index.mjs", QE = "./dist/index.d.ts", jE = {
49067
+ }, ZE = "@carbon/charts-react", wE = "1.13.31", JE = "Carbon Charts component library for React", zE = "module", xE = "./dist/index.js", XE = "./dist/index.mjs", QE = "./dist/index.d.ts", jE = {
49068
49068
  "./package.json": "./package.json",
49069
49069
  ".": {
49070
49070
  types: "./dist/index.d.ts",
@@ -49191,7 +49191,7 @@ const H3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49191
49191
  maintainers: DN,
49192
49192
  contributors: rN,
49193
49193
  gitHead: oN
49194
- }, iN = "@carbon/charts-svelte", CN = "1.13.30", ON = "Carbon Charts component library for Svelte", RN = {
49194
+ }, iN = "@carbon/charts-svelte", CN = "1.13.31", ON = "Carbon Charts component library for Svelte", RN = {
49195
49195
  postinstall: "ibmtelemetry --config=telemetry.yml",
49196
49196
  "file:styles": "cp ../core/dist/styles.* dist",
49197
49197
  "build:package": "svelte-kit sync && svelte-package && yarn file:styles",
@@ -49314,7 +49314,7 @@ const H3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49314
49314
  author: yN,
49315
49315
  keywords: vN,
49316
49316
  gitHead: HN
49317
- }, hN = "@carbon/charts-vue", WN = "1.13.30", bN = "Carbon Charts component library for Vue", VN = "module", YN = "./dist/index.mjs", kN = "./dist/index.d.ts", fN = {
49317
+ }, hN = "@carbon/charts-vue", WN = "1.13.31", bN = "Carbon Charts component library for Vue", VN = "module", YN = "./dist/index.mjs", kN = "./dist/index.d.ts", fN = {
49318
49318
  "./styles.min.css": "./dist/styles.min.css",
49319
49319
  "./styles.css": "./dist/styles.css",
49320
49320
  ".": {
@@ -4669,18 +4669,18 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
4669
4669
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
4670
4670
  vertical-align: top;
4671
4671
  }
4672
- .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn-primary {
4672
+ .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn--primary {
4673
4673
  border-width: 1px;
4674
4674
  border-style: solid;
4675
4675
  border-color: transparent;
4676
4676
  background-color: var(--cds-button-primary, #0f62fe);
4677
4677
  color: var(--cds-text-on-color, #ffffff);
4678
4678
  }
4679
- .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn-primary:hover {
4679
+ .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn--primary:hover {
4680
4680
  color: var(--cds-text-on-color, #ffffff);
4681
4681
  background-color: var(--cds-button-primary-hover, #0050e6);
4682
4682
  }
4683
- .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn-primary:focus {
4683
+ .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn--primary:focus {
4684
4684
  border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
4685
4685
  box-shadow: inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)), inset 0 0 0 2px var(--cds-background, #ffffff);
4686
4686
  }
package/dist/styles.css CHANGED
@@ -4668,18 +4668,18 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
4668
4668
  transition: background 70ms cubic-bezier(0, 0, 0.38, 0.9), box-shadow 70ms cubic-bezier(0, 0, 0.38, 0.9), border-color 70ms cubic-bezier(0, 0, 0.38, 0.9), outline 70ms cubic-bezier(0, 0, 0.38, 0.9);
4669
4669
  vertical-align: top;
4670
4670
  }
4671
- .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn-primary {
4671
+ .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn--primary {
4672
4672
  border-width: 1px;
4673
4673
  border-style: solid;
4674
4674
  border-color: transparent;
4675
4675
  background-color: var(--cds-button-primary, #0f62fe);
4676
4676
  color: var(--cds-text-on-color, #ffffff);
4677
4677
  }
4678
- .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn-primary:hover {
4678
+ .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn--primary:hover {
4679
4679
  color: var(--cds-text-on-color, #ffffff);
4680
4680
  background-color: var(--cds-button-primary-hover, #0050e6);
4681
4681
  }
4682
- .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn-primary:focus {
4682
+ .cds--chart-holder .cds--modal .cds--modal-container .cds--modal-footer .cds--btn--primary:focus {
4683
4683
  border-color: var(--cds-button-focus-color, var(--cds-focus, #0f62fe));
4684
4684
  box-shadow: inset 0 0 0 1px var(--cds-button-focus-color, var(--cds-focus, #0f62fe)), inset 0 0 0 2px var(--cds-background, #ffffff);
4685
4685
  }