@carbon/charts 1.16.10 → 1.16.11
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 +13 -0
- package/dist/demo/index.mjs +59 -59
- package/dist/umd/bundle.umd.js +86 -0
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.16.
|
|
3
|
+
"version": "1.16.11",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -60,7 +60,7 @@
|
|
|
60
60
|
"file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules",
|
|
61
61
|
"file:downlevel:dts": "downlevel-dts dist dist",
|
|
62
62
|
"postbundle": "concurrently \"yarn:file:*\"",
|
|
63
|
-
"build:package": "vite build && vite build -c ./vite.umd.config.ts && yarn postbundle && cp dist/styles*.css* ./",
|
|
63
|
+
"build:package": "vite build && vite build -c ./vite.umd.config.ts && cp dist/umd/bundle.umd.cjs dist/umd/bundle.umd.js && yarn postbundle && cp dist/styles*.css* ./",
|
|
64
64
|
"demo:docs": "typedoc ./src/index.ts --excludeExternals --out ./demo/bundle/documentation",
|
|
65
65
|
"demo:storybook": "storybook build -o demo/bundle --quiet",
|
|
66
66
|
"build:demo": "concurrently \"yarn:demo:*\"",
|
|
@@ -112,7 +112,7 @@
|
|
|
112
112
|
"jsdom": "^24.1.0",
|
|
113
113
|
"prettier": "^3.3.2",
|
|
114
114
|
"resize-observer-polyfill": "^1.5.1",
|
|
115
|
-
"sass": "^1.77.
|
|
115
|
+
"sass": "^1.77.6",
|
|
116
116
|
"storybook": "^7.6.19",
|
|
117
117
|
"typedoc": "^0.25.13",
|
|
118
118
|
"typescript": "^5.4.5",
|
|
@@ -167,5 +167,5 @@
|
|
|
167
167
|
"url": "https://github.com/theiliad"
|
|
168
168
|
}
|
|
169
169
|
],
|
|
170
|
-
"gitHead": "
|
|
170
|
+
"gitHead": "08318c67c93dd53e31cb968976397f3068864e63"
|
|
171
171
|
}
|