@carbon/charts 1.11.15 → 1.11.16

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.
@@ -48753,7 +48753,7 @@ const p3 = /* @__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.11.15", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/index.js", SE = "./dist/index.d.ts", ME = {
48756
+ }, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.11.16", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/index.js", SE = "./dist/index.d.ts", ME = {
48757
48757
  "./package.json": "./package.json",
48758
48758
  "./styles.min.css": "./dist/styles.min.css",
48759
48759
  "./styles.css": "./dist/styles.css",
@@ -48953,7 +48953,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
48953
48953
  maintainers: RE,
48954
48954
  contributors: FE,
48955
48955
  gitHead: IE
48956
- }, sE = "@carbon/charts-angular", lE = "1.11.15", uE = "Carbon Charts component library for Angular", TE = {
48956
+ }, sE = "@carbon/charts-angular", lE = "1.11.16", uE = "Carbon Charts component library for Angular", TE = {
48957
48957
  "./styles.min.css": "./dist/styles.min.css",
48958
48958
  "./styles.css": "./dist/styles.css"
48959
48959
  }, PE = !1, BE = {
@@ -49097,7 +49097,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49097
49097
  maintainers: yE,
49098
49098
  contributors: vE,
49099
49099
  gitHead: HE
49100
- }, hE = "@carbon/charts-react", WE = "1.11.15", bE = "Carbon Charts component library for React", VE = "./dist/index.js", YE = "./dist/index.mjs", kE = "./dist/index.d.ts", fE = {
49100
+ }, hE = "@carbon/charts-react", WE = "1.11.16", bE = "Carbon Charts component library for React", VE = "./dist/index.js", YE = "./dist/index.mjs", kE = "./dist/index.d.ts", fE = {
49101
49101
  "./package.json": "./package.json",
49102
49102
  ".": {
49103
49103
  types: "./dist/index.d.ts",
@@ -49255,7 +49255,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49255
49255
  maintainers: eN,
49256
49256
  contributors: aN,
49257
49257
  gitHead: SN
49258
- }, EN = "@carbon/charts-svelte", NN = "1.11.15", tN = "Carbon Charts component library for Svelte", LN = {
49258
+ }, EN = "@carbon/charts-svelte", NN = "1.11.16", tN = "Carbon Charts component library for Svelte", LN = {
49259
49259
  postinstall: "carbon-telemetry collect --install",
49260
49260
  "file:styles": "cp ../core/dist/styles.* dist",
49261
49261
  "build:package": "svelte-kit sync && svelte-package && yarn file:styles",
@@ -49393,7 +49393,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49393
49393
  author: cN,
49394
49394
  keywords: dN,
49395
49395
  gitHead: pN
49396
- }, mN = "@carbon/charts-vue", UN = "1.11.15", GN = "Carbon Charts component library for Vue", gN = "./dist/index.js", KN = "./dist/index.mjs", yN = "./dist/index.d.ts", vN = {
49396
+ }, mN = "@carbon/charts-vue", UN = "1.11.16", GN = "Carbon Charts component library for Vue", gN = "./dist/index.js", KN = "./dist/index.mjs", yN = "./dist/index.d.ts", vN = {
49397
49397
  "./styles.min.css": "./dist/styles.min.css",
49398
49398
  "./styles.css": "./dist/styles.css",
49399
49399
  "./*": "./*"
@@ -25981,7 +25981,7 @@ a.cds--side-nav__link--current::before {
25981
25981
  }
25982
25982
  .cds--cc--axes g.axis g.tick text {
25983
25983
  fill: var(--cds-text-secondary, #525252);
25984
- font-family: 'IBM Plex Sans Condensed', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
25984
+ font-family: var(--cds-charts-font-family-condensed);
25985
25985
  }
25986
25986
  .cds--cc--axes g.axis g.tick line {
25987
25987
  display: none;
@@ -25990,7 +25990,7 @@ a.cds--side-nav__link--current::before {
25990
25990
  stroke: var(--cds-border-strong-01, #8d8d8d);
25991
25991
  }
25992
25992
  .cds--cc--axes g.axis .axis-title {
25993
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
25993
+ font-family: var(--cds-charts-font-family);
25994
25994
  font-weight: 600;
25995
25995
  fill: var(--cds-text-primary, #161616);
25996
25996
  }
@@ -26231,7 +26231,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26231
26231
  .cds--cc--title p.title {
26232
26232
  color: var(--cds-text-primary, #161616);
26233
26233
  font-size: 16px;
26234
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26234
+ font-family: var(--cds-charts-font-family);
26235
26235
  font-weight: 600;
26236
26236
  white-space: nowrap;
26237
26237
  overflow: hidden;
@@ -26320,7 +26320,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26320
26320
  position: absolute;
26321
26321
  word-wrap: break-word;
26322
26322
  z-index: 1059;
26323
- font-family: 'IBM Plex Sans Condensed', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26323
+ font-family: var(--cds-charts-font-family-condensed);
26324
26324
  transition: visibility 0s linear 0.1s, opacity 0.1s;
26325
26325
  }
26326
26326
  .cds--cc--tooltip.hidden {
@@ -26446,7 +26446,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26446
26446
  position: absolute;
26447
26447
  word-wrap: break-word;
26448
26448
  z-index: 1059;
26449
- font-family: 'IBM Plex Sans Condensed', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26449
+ font-family: var(--cds-charts-font-family-condensed);
26450
26450
  color: var(--cds-text-primary, #161616);
26451
26451
  line-height: 16px;
26452
26452
  font-size: 12px;
@@ -26509,7 +26509,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26509
26509
  background-color: var(--cds-layer-01, #f4f4f4);
26510
26510
  z-index: 1;
26511
26511
  box-sizing: border-box;
26512
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26512
+ font-family: var(--cds-charts-font-family);
26513
26513
  width: 100%;
26514
26514
  height: 100%;
26515
26515
  padding: 1rem 0.5rem;
@@ -26527,7 +26527,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26527
26527
  }
26528
26528
 
26529
26529
  .cds--cc--card-node--button {
26530
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26530
+ font-family: var(--cds-charts-font-family);
26531
26531
  text-align: left;
26532
26532
  width: 100%;
26533
26533
  }
@@ -26616,7 +26616,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26616
26616
  align-items: center;
26617
26617
  background-color: var(--cds-layer-01, #f4f4f4);
26618
26618
  box-sizing: border-box;
26619
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26619
+ font-family: var(--cds-charts-font-family);
26620
26620
  width: 100%;
26621
26621
  height: 100%;
26622
26622
  position: relative;
@@ -26643,7 +26643,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
26643
26643
  }
26644
26644
 
26645
26645
  .cds--cc--shape-node--button {
26646
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
26646
+ font-family: var(--cds-charts-font-family);
26647
26647
  text-align: left;
26648
26648
  width: 100%;
26649
26649
  }
@@ -27043,7 +27043,9 @@ svg.cds--cc--color-legend g.legend-title text {
27043
27043
  }
27044
27044
 
27045
27045
  .cds--cc--chart-wrapper {
27046
- font-family: 'IBM Plex Sans Condensed', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
27046
+ --cds-charts-font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
27047
+ --cds-charts-font-family-condensed: 'IBM Plex Sans Condensed', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
27048
+ font-family: var(--cds-charts-font-family-condensed);
27047
27049
  }
27048
27050
  .cds--cc--chart-wrapper p {
27049
27051
  padding: 0;
@@ -27058,13 +27060,13 @@ svg.cds--cc--color-legend g.legend-title text {
27058
27060
  fill: var(--cds-text-secondary, #525252);
27059
27061
  }
27060
27062
  .cds--cc--chart-wrapper g.gauge-numbers text.gauge-value-number {
27061
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
27063
+ font-family: var(--cds-charts-font-family);
27062
27064
  font-weight: 300;
27063
27065
  }
27064
27066
  .cds--cc--chart-wrapper text.meter-title,
27065
27067
  .cds--cc--chart-wrapper text.percent-value {
27066
27068
  font-size: 16px;
27067
- font-family: 'IBM Plex Sans', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', sans-serif;
27069
+ font-family: var(--cds-charts-font-family);
27068
27070
  }
27069
27071
  .cds--cc--chart-wrapper text.meter-title {
27070
27072
  font-weight: 600;