@carbon/charts 1.10.4 → 1.10.5

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.
@@ -49304,7 +49304,7 @@ const P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49304
49304
  heatmapPositiveNegativeData: bM,
49305
49305
  heatmapPositiveNegativeOptions: WM,
49306
49306
  heatmapQuantizeLegendOption: hM
49307
- }, Symbol.toStringTag, { value: "Module" })), RN = "@carbon/charts", FN = "1.10.4", IN = "Carbon Charts component library", lN = "./dist/index.mjs", sN = "./dist/index.js", uN = "./dist/index.d.ts", TN = {
49307
+ }, Symbol.toStringTag, { value: "Module" })), RN = "@carbon/charts", FN = "1.10.5", IN = "Carbon Charts component library", lN = "./dist/index.mjs", sN = "./dist/index.js", uN = "./dist/index.d.ts", TN = {
49308
49308
  "./package.json": "./package.json",
49309
49309
  "./styles.min.css": "./dist/styles.min.css",
49310
49310
  "./styles.css": "./dist/styles.css",
@@ -49350,6 +49350,8 @@ const P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49350
49350
  }, PN = [
49351
49351
  "dist",
49352
49352
  "scss",
49353
+ "styles.css",
49354
+ "styles.min.css",
49353
49355
  "CHANGELOG.md"
49354
49356
  ], BN = {
49355
49357
  postinstall: "carbon-telemetry collect --install",
@@ -49358,7 +49360,7 @@ const P3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
49358
49360
  "file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules",
49359
49361
  "file:downlevel:dts": "downlevel-dts dist dist",
49360
49362
  postbundle: 'concurrently "yarn:file:*"',
49361
- "build:package": "vite build && yarn postbundle",
49363
+ "build:package": "vite build && yarn postbundle && cp dist/styles*.css ./",
49362
49364
  "demo:docs": "typedoc ./src/index.ts --out ./demo/bundle/documentation",
49363
49365
  "demo:storybook": "storybook build -o demo/bundle --quiet",
49364
49366
  "build:demo": 'concurrently "yarn:demo:*"',