@carbon/charts 1.11.17 → 1.11.19
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 +22 -0
- package/dist/{_baseEach-9c20c3b4.mjs → _baseEach-76cda8a8.mjs} +2 -2
- package/dist/{_baseEach-9c20c3b4.mjs.map → _baseEach-76cda8a8.mjs.map} +1 -1
- package/dist/{angle-utils-edabc527.mjs → angle-utils-6b17e95b.mjs} +2 -2
- package/dist/{angle-utils-edabc527.mjs.map → angle-utils-6b17e95b.mjs.map} +1 -1
- package/dist/{choropleth-2ac5a535.mjs → choropleth-17b85d55.mjs} +4 -4
- package/dist/{choropleth-2ac5a535.mjs.map → choropleth-17b85d55.mjs.map} +1 -1
- package/dist/{color-scale-utils-149f8038.mjs → color-scale-utils-faf67b75.mjs} +799 -799
- package/dist/{color-scale-utils-149f8038.mjs.map → color-scale-utils-faf67b75.mjs.map} +1 -1
- package/dist/components/index.mjs +4 -4
- package/dist/demo/index.mjs +89 -94
- package/dist/demo/index.mjs.map +1 -1
- package/dist/{index-38625a66.mjs → index-b0e98af9.mjs} +3 -3
- package/dist/{index-38625a66.mjs.map → index-b0e98af9.mjs.map} +1 -1
- package/dist/index.mjs +8 -8
- package/dist/model/index.mjs +2 -2
- package/dist/services/index.mjs +3 -3
- package/dist/umd/bundle.umd.js +84 -0
- package/dist/umd/bundle.umd.js.map +1 -0
- package/package.json +27 -32
- package/dist/_baseEach-c254cbf6.js +0 -2
- package/dist/_baseEach-c254cbf6.js.map +0 -1
- package/dist/a11y-c7c9d087.js +0 -2
- package/dist/a11y-c7c9d087.js.map +0 -1
- package/dist/angle-utils-f4be8d20.js +0 -3
- package/dist/angle-utils-f4be8d20.js.map +0 -1
- package/dist/choropleth-684cc897.js +0 -82
- package/dist/choropleth-684cc897.js.map +0 -1
- package/dist/color-scale-utils-f797f768.js +0 -2
- package/dist/color-scale-utils-f797f768.js.map +0 -1
- package/dist/components/index.js +0 -2
- package/dist/components/index.js.map +0 -1
- package/dist/demo/index.js +0 -441
- package/dist/demo/index.js.map +0 -1
- package/dist/enums-aa2efd99.js +0 -2
- package/dist/enums-aa2efd99.js.map +0 -1
- package/dist/index-822564ed.js +0 -2
- package/dist/index-822564ed.js.map +0 -1
- package/dist/index-c5b4f8ab.js +0 -2
- package/dist/index-c5b4f8ab.js.map +0 -1
- package/dist/index.js +0 -2
- package/dist/index.js.map +0 -1
- package/dist/interfaces/index.js +0 -2
- package/dist/interfaces/index.js.map +0 -1
- package/dist/model/index.js +0 -3
- package/dist/model/index.js.map +0 -1
- package/dist/services/index.js +0 -2
- package/dist/services/index.js.map +0 -1
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import { h as d, k as m, X as h, A as u, a8 as S, F as C, B as c, o as g, p as B, C as T, f as L, e as b, r as k, s as A, q as x, a9 as P, D as R, z as w, a7 as G, G as H, x as v, E as M, H as f, I as D, Y as Z, b as j, L as q, j as y, K as z, O as E, N as W, M as F, P as I, Q as J, R as K, l as N, w as O, m as Q, J as U, S as V, t as X, y as Y, v as _, u as $, g as aa, T as sa, a as ea, d as ra, U as oa, V as ta, i as ia, W as la, n as pa, Z as na, _ as da, $ as ma, a0 as ha, a1 as ua, a2 as Sa, a3 as Ca, a4 as ca, a5 as ga, a6 as Ba } from "../choropleth-
|
|
1
|
+
import { h as d, k as m, X as h, A as u, a8 as S, F as C, B as c, o as g, p as B, C as T, f as L, e as b, r as k, s as A, q as x, a9 as P, D as R, z as w, a7 as G, G as H, x as v, E as M, H as f, I as D, Y as Z, b as j, L as q, j as y, K as z, O as E, N as W, M as F, P as I, Q as J, R as K, l as N, w as O, m as Q, J as U, S as V, t as X, y as Y, v as _, u as $, g as aa, T as sa, a as ea, d as ra, U as oa, V as ta, i as ia, W as la, n as pa, Z as na, _ as da, $ as ma, a0 as ha, a1 as ua, a2 as Sa, a3 as Ca, a4 as ca, a5 as ga, a6 as Ba } from "../choropleth-17b85d55.mjs";
|
|
2
2
|
import "d3";
|
|
3
|
-
import "../color-scale-utils-
|
|
3
|
+
import "../color-scale-utils-faf67b75.mjs";
|
|
4
4
|
import "../enums-a96ef472.mjs";
|
|
5
5
|
import "../a11y-7bad4f48.mjs";
|
|
6
|
-
import "../angle-utils-
|
|
6
|
+
import "../angle-utils-6b17e95b.mjs";
|
|
7
7
|
import "d3-sankey";
|
|
8
|
-
import "../_baseEach-
|
|
8
|
+
import "../_baseEach-76cda8a8.mjs";
|
|
9
9
|
import "d3-cloud";
|
|
10
10
|
export {
|
|
11
11
|
d as Alluvial,
|
package/dist/demo/index.mjs
CHANGED
|
@@ -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.
|
|
48756
|
+
}, Symbol.toStringTag, { value: "Module" })), $M = "@carbon/charts", AE = "1.11.19", _E = "Carbon Charts component library", eE = "./dist/index.mjs", aE = "./dist/umd/bundle.umd.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",
|
|
@@ -48763,38 +48763,33 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48763
48763
|
types: "./dist/index.d.ts",
|
|
48764
48764
|
browser: {
|
|
48765
48765
|
import: "./dist/index.mjs",
|
|
48766
|
-
require: "./dist/
|
|
48766
|
+
require: "./dist/umd/bundle.umd.js"
|
|
48767
48767
|
},
|
|
48768
48768
|
node: {
|
|
48769
48769
|
import: "./dist/index.mjs",
|
|
48770
|
-
require: "./dist/
|
|
48770
|
+
require: "./dist/umd/bundle.umd.js"
|
|
48771
48771
|
}
|
|
48772
48772
|
},
|
|
48773
48773
|
"./components": {
|
|
48774
48774
|
types: "./dist/components/index.d.ts",
|
|
48775
|
-
import: "./dist/components/index.mjs"
|
|
48776
|
-
require: "./dist/components/index.js"
|
|
48775
|
+
import: "./dist/components/index.mjs"
|
|
48777
48776
|
},
|
|
48778
48777
|
"./demo/styles.css": "./dist/demo/styles.css",
|
|
48779
48778
|
"./demo": {
|
|
48780
48779
|
types: "./dist/demo/index.d.ts",
|
|
48781
|
-
import: "./dist/demo/index.mjs"
|
|
48782
|
-
require: "./dist/demo/index.js"
|
|
48780
|
+
import: "./dist/demo/index.mjs"
|
|
48783
48781
|
},
|
|
48784
48782
|
"./interfaces": {
|
|
48785
48783
|
types: "./dist/interfaces/index.d.ts",
|
|
48786
|
-
import: "./dist/interfaces/index.mjs"
|
|
48787
|
-
require: "./dist/interfaces/index.js"
|
|
48784
|
+
import: "./dist/interfaces/index.mjs"
|
|
48788
48785
|
},
|
|
48789
48786
|
"./model": {
|
|
48790
48787
|
types: "./dist/model/index.d.ts",
|
|
48791
|
-
import: "./dist/model/index.mjs"
|
|
48792
|
-
require: "./dist/model/index.js"
|
|
48788
|
+
import: "./dist/model/index.mjs"
|
|
48793
48789
|
},
|
|
48794
48790
|
"./services": {
|
|
48795
48791
|
types: "./dist/services/index.d.ts",
|
|
48796
|
-
import: "./dist/services/index.mjs"
|
|
48797
|
-
require: "./dist/services/index.js"
|
|
48792
|
+
import: "./dist/services/index.mjs"
|
|
48798
48793
|
}
|
|
48799
48794
|
}, EE = [
|
|
48800
48795
|
"dist",
|
|
@@ -48809,7 +48804,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48809
48804
|
"file:css:demo": "sass scss/demos.scss dist/demo/styles.css --load-path=./node_modules --load-path=../../node_modules",
|
|
48810
48805
|
"file:downlevel:dts": "downlevel-dts dist dist",
|
|
48811
48806
|
postbundle: 'concurrently "yarn:file:*"',
|
|
48812
|
-
"build:package": "vite build && yarn postbundle && cp dist/styles*.css* ./",
|
|
48807
|
+
"build:package": "vite build && vite build -c ./vite.umd.config.ts && yarn postbundle && cp dist/styles*.css* ./",
|
|
48813
48808
|
"demo:docs": "typedoc ./src/index.ts --out ./demo/bundle/documentation",
|
|
48814
48809
|
"demo:storybook": "storybook build -o demo/bundle --quiet",
|
|
48815
48810
|
"build:demo": 'concurrently "yarn:demo:*"',
|
|
@@ -48832,7 +48827,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48832
48827
|
"@carbon/utils-position": "^1.1.4",
|
|
48833
48828
|
"carbon-components": "^10.58.8",
|
|
48834
48829
|
d3: "^7.8.5",
|
|
48835
|
-
"d3-cloud": "^1.2.
|
|
48830
|
+
"d3-cloud": "^1.2.7",
|
|
48836
48831
|
"d3-sankey": "^0.12.3",
|
|
48837
48832
|
"date-fns": "^2.30.0",
|
|
48838
48833
|
"html-to-image": "^1.11.11",
|
|
@@ -48851,29 +48846,29 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48851
48846
|
optional: !0
|
|
48852
48847
|
}
|
|
48853
48848
|
}, oE = {
|
|
48854
|
-
"@babel/core": "^7.22.
|
|
48849
|
+
"@babel/core": "^7.22.10",
|
|
48855
48850
|
"@carbon/import-once": "^10.7.0",
|
|
48856
48851
|
"@carbon/layout": "^11.18.0",
|
|
48857
48852
|
"@carbon/styles": "^1.35.0",
|
|
48858
48853
|
"@carbon/themes": "^11.23.0",
|
|
48859
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
48854
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
48860
48855
|
"@stackblitz/sdk": "^1.9.0",
|
|
48861
|
-
"@storybook/addon-essentials": "^7.2.
|
|
48862
|
-
"@storybook/addon-interactions": "^7.2.
|
|
48863
|
-
"@storybook/addon-links": "^7.2.
|
|
48864
|
-
"@storybook/blocks": "^7.2.
|
|
48865
|
-
"@storybook/html": "^7.2.
|
|
48866
|
-
"@storybook/html-vite": "^7.2.
|
|
48867
|
-
"@storybook/manager-api": "^7.2.
|
|
48856
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
48857
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
48858
|
+
"@storybook/addon-links": "^7.2.2",
|
|
48859
|
+
"@storybook/blocks": "^7.2.2",
|
|
48860
|
+
"@storybook/html": "^7.2.2",
|
|
48861
|
+
"@storybook/html-vite": "^7.2.2",
|
|
48862
|
+
"@storybook/manager-api": "^7.2.2",
|
|
48868
48863
|
"@storybook/testing-library": "^0.2.0",
|
|
48869
|
-
"@storybook/theming": "^7.2.
|
|
48864
|
+
"@storybook/theming": "^7.2.2",
|
|
48870
48865
|
"@types/d3": "^7.4.0",
|
|
48871
48866
|
"@types/d3-cloud": "^1.2.5",
|
|
48872
48867
|
"@types/d3-sankey": "^0.12.1",
|
|
48873
48868
|
"@types/lodash-es": "^4.17.8",
|
|
48874
48869
|
"@types/topojson": "^3.2.3",
|
|
48875
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
48876
|
-
"@typescript-eslint/parser": "^6.
|
|
48870
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
48871
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
48877
48872
|
concurrently: "^8.2.0",
|
|
48878
48873
|
"downlevel-dts": "^0.11.0",
|
|
48879
48874
|
eslint: "^8.46.0",
|
|
@@ -48884,11 +48879,11 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48884
48879
|
"react-dom": "^18.2.0",
|
|
48885
48880
|
"resize-observer-polyfill": "^1.5.1",
|
|
48886
48881
|
sass: "^1.64.2",
|
|
48887
|
-
storybook: "^7.2.
|
|
48882
|
+
storybook: "^7.2.2",
|
|
48888
48883
|
typedoc: "^0.24.8",
|
|
48889
48884
|
typescript: "^5.1.6",
|
|
48890
|
-
vite: "^4.4.
|
|
48891
|
-
"vite-plugin-dts": "^3.5.
|
|
48885
|
+
vite: "^4.4.9",
|
|
48886
|
+
"vite-plugin-dts": "^3.5.1",
|
|
48892
48887
|
vitest: "^0.34.1"
|
|
48893
48888
|
}, nE = {
|
|
48894
48889
|
access: "public"
|
|
@@ -48953,7 +48948,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48953
48948
|
maintainers: RE,
|
|
48954
48949
|
contributors: FE,
|
|
48955
48950
|
gitHead: IE
|
|
48956
|
-
}, sE = "@carbon/charts-angular", lE = "1.11.
|
|
48951
|
+
}, sE = "@carbon/charts-angular", lE = "1.11.19", uE = "Carbon Charts component library for Angular", TE = {
|
|
48957
48952
|
"./styles.min.css": "./dist/styles.min.css",
|
|
48958
48953
|
"./styles.css": "./dist/styles.css"
|
|
48959
48954
|
}, PE = !1, BE = {
|
|
@@ -48999,36 +48994,36 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
48999
48994
|
"@angular/forms": "^16.1.8",
|
|
49000
48995
|
"@angular/platform-browser": "^16.1.8",
|
|
49001
48996
|
"@angular/platform-browser-dynamic": "^16.1.8",
|
|
49002
|
-
"@babel/core": "^7.22.
|
|
48997
|
+
"@babel/core": "^7.22.10",
|
|
49003
48998
|
"@carbon/icon-helpers": "^10.44.0",
|
|
49004
48999
|
"@carbon/icons": "^11.24.0",
|
|
49005
49000
|
"@stackblitz/sdk": "^1.9.0",
|
|
49006
|
-
"@storybook/addon-essentials": "^7.2.
|
|
49007
|
-
"@storybook/addon-interactions": "^7.2.
|
|
49008
|
-
"@storybook/addon-links": "^7.2.
|
|
49009
|
-
"@storybook/angular": "^7.2.
|
|
49010
|
-
"@storybook/blocks": "^7.2.
|
|
49011
|
-
"@storybook/manager-api": "^7.2.
|
|
49001
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
49002
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
49003
|
+
"@storybook/addon-links": "^7.2.2",
|
|
49004
|
+
"@storybook/angular": "^7.2.2",
|
|
49005
|
+
"@storybook/blocks": "^7.2.2",
|
|
49006
|
+
"@storybook/manager-api": "^7.2.2",
|
|
49012
49007
|
"@storybook/testing-library": "^0.2.0",
|
|
49013
|
-
"@storybook/theming": "^7.2.
|
|
49008
|
+
"@storybook/theming": "^7.2.2",
|
|
49014
49009
|
"@types/carbon__icon-helpers": "^10.7.2",
|
|
49015
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
49016
|
-
"@typescript-eslint/parser": "^6.
|
|
49010
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
49011
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
49017
49012
|
concurrently: "^8.2.0",
|
|
49018
49013
|
d3: "^7.8.5",
|
|
49019
|
-
"d3-cloud": "^1.2.
|
|
49014
|
+
"d3-cloud": "^1.2.7",
|
|
49020
49015
|
"d3-sankey": "^0.12.3",
|
|
49021
49016
|
"downlevel-dts": "^0.11.0",
|
|
49022
49017
|
eslint: "^8.46.0",
|
|
49023
49018
|
"eslint-config-prettier": "^9.0.0",
|
|
49024
49019
|
"eslint-plugin-prettier": "^5.0.0",
|
|
49025
49020
|
"eslint-plugin-storybook": "^0.6.13",
|
|
49026
|
-
"ng-packagr": "^16.
|
|
49021
|
+
"ng-packagr": "^16.2.0",
|
|
49027
49022
|
"prettier-eslint": "^15.0.1",
|
|
49028
49023
|
react: "^18.2.0",
|
|
49029
49024
|
"react-dom": "^18.2.0",
|
|
49030
49025
|
rxjs: "~7.8.1",
|
|
49031
|
-
storybook: "^7.2.
|
|
49026
|
+
storybook: "^7.2.2",
|
|
49032
49027
|
"style-loader": "^3.3.3",
|
|
49033
49028
|
typescript: "~5.1.6",
|
|
49034
49029
|
"zone.js": "~0.13.1"
|
|
@@ -49097,7 +49092,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49097
49092
|
maintainers: yE,
|
|
49098
49093
|
contributors: vE,
|
|
49099
49094
|
gitHead: HE
|
|
49100
|
-
}, hE = "@carbon/charts-react", WE = "1.11.
|
|
49095
|
+
}, hE = "@carbon/charts-react", WE = "1.11.19", bE = "Carbon Charts component library for React", VE = "./dist/index.js", YE = "./dist/index.mjs", kE = "./dist/index.d.ts", fE = {
|
|
49101
49096
|
"./package.json": "./package.json",
|
|
49102
49097
|
".": {
|
|
49103
49098
|
types: "./dist/index.d.ts",
|
|
@@ -49138,36 +49133,36 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49138
49133
|
react: "^16.0.0 || ^17.0.0 || ^18.0.0",
|
|
49139
49134
|
"react-dom": "^16.0.0 || ^17.0.0 || ^18.0.0"
|
|
49140
49135
|
}, xE = {
|
|
49141
|
-
"@babel/core": "^7.22.
|
|
49136
|
+
"@babel/core": "^7.22.10",
|
|
49142
49137
|
"@babel/plugin-external-helpers": "^7.22.5",
|
|
49143
49138
|
"@babel/plugin-proposal-object-rest-spread": "^7.20.7",
|
|
49144
49139
|
"@babel/plugin-transform-react-jsx": "^7.22.5",
|
|
49145
|
-
"@babel/preset-env": "^7.22.
|
|
49140
|
+
"@babel/preset-env": "^7.22.10",
|
|
49146
49141
|
"@babel/preset-react": "^7.22.5",
|
|
49147
49142
|
"@babel/preset-typescript": "^7.22.5",
|
|
49148
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
49143
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
49149
49144
|
"@stackblitz/sdk": "1.9.0",
|
|
49150
|
-
"@storybook/addon-essentials": "^7.2.
|
|
49151
|
-
"@storybook/addon-interactions": "^7.2.
|
|
49152
|
-
"@storybook/addon-links": "^7.2.
|
|
49153
|
-
"@storybook/blocks": "^7.2.
|
|
49154
|
-
"@storybook/manager-api": "^7.2.
|
|
49155
|
-
"@storybook/react": "^7.2.
|
|
49156
|
-
"@storybook/react-vite": "^7.2.
|
|
49157
|
-
"@storybook/react-webpack5": "^7.2.
|
|
49145
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
49146
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
49147
|
+
"@storybook/addon-links": "^7.2.2",
|
|
49148
|
+
"@storybook/blocks": "^7.2.2",
|
|
49149
|
+
"@storybook/manager-api": "^7.2.2",
|
|
49150
|
+
"@storybook/react": "^7.2.2",
|
|
49151
|
+
"@storybook/react-vite": "^7.2.2",
|
|
49152
|
+
"@storybook/react-webpack5": "^7.2.2",
|
|
49158
49153
|
"@storybook/testing-library": "^0.2.0",
|
|
49159
|
-
"@storybook/theming": "^7.2.
|
|
49154
|
+
"@storybook/theming": "^7.2.2",
|
|
49160
49155
|
"@types/carbon__icons-react": "^11.20.0",
|
|
49161
|
-
"@types/react": "^18.2.
|
|
49156
|
+
"@types/react": "^18.2.19",
|
|
49162
49157
|
"@types/react-dom": "^18.2.7",
|
|
49163
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
49164
|
-
"@typescript-eslint/parser": "^6.
|
|
49158
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
49159
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
49165
49160
|
"@vitejs/plugin-react": "^4.0.4",
|
|
49166
49161
|
classnames: "^2.3.2",
|
|
49167
49162
|
concurrently: "^8.2.0",
|
|
49168
49163
|
"css-loader": "6.8.1",
|
|
49169
49164
|
d3: "^7.8.5",
|
|
49170
|
-
"d3-cloud": "^1.2.
|
|
49165
|
+
"d3-cloud": "^1.2.7",
|
|
49171
49166
|
"d3-sankey": "^0.12.3",
|
|
49172
49167
|
"downlevel-dts": "^0.11.0",
|
|
49173
49168
|
eslint: "^8.46.0",
|
|
@@ -49178,11 +49173,11 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49178
49173
|
react: "^18.2.0",
|
|
49179
49174
|
"react-dom": "^18.2.0",
|
|
49180
49175
|
sass: "^1.64.2",
|
|
49181
|
-
storybook: "^7.2.
|
|
49176
|
+
storybook: "^7.2.2",
|
|
49182
49177
|
"style-loader": "^3.3.3",
|
|
49183
49178
|
typescript: "^5.1.6",
|
|
49184
|
-
vite: "^4.4.
|
|
49185
|
-
"vite-plugin-dts": "^3.5.
|
|
49179
|
+
vite: "^4.4.9",
|
|
49180
|
+
"vite-plugin-dts": "^3.5.1",
|
|
49186
49181
|
webpack: "5.88.2"
|
|
49187
49182
|
}, XE = {
|
|
49188
49183
|
access: "public"
|
|
@@ -49255,7 +49250,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49255
49250
|
maintainers: eN,
|
|
49256
49251
|
contributors: aN,
|
|
49257
49252
|
gitHead: SN
|
|
49258
|
-
}, EN = "@carbon/charts-svelte", NN = "1.11.
|
|
49253
|
+
}, EN = "@carbon/charts-svelte", NN = "1.11.19", tN = "Carbon Charts component library for Svelte", LN = {
|
|
49259
49254
|
postinstall: "carbon-telemetry collect --install",
|
|
49260
49255
|
"file:styles": "cp ../core/dist/styles.* dist",
|
|
49261
49256
|
"build:package": "svelte-kit sync && svelte-package && yarn file:styles",
|
|
@@ -49291,23 +49286,23 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49291
49286
|
"@carbon/telemetry": "~0.1.0"
|
|
49292
49287
|
}, FN = {
|
|
49293
49288
|
"@stackblitz/sdk": "^1.9.0",
|
|
49294
|
-
"@storybook/addon-essentials": "^7.2.
|
|
49295
|
-
"@storybook/addon-interactions": "^7.2.
|
|
49296
|
-
"@storybook/addon-links": "^7.2.
|
|
49297
|
-
"@storybook/blocks": "^7.2.
|
|
49298
|
-
"@storybook/manager-api": "^7.2.
|
|
49299
|
-
"@storybook/svelte": "^7.2.
|
|
49300
|
-
"@storybook/sveltekit": "^7.2.
|
|
49289
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
49290
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
49291
|
+
"@storybook/addon-links": "^7.2.2",
|
|
49292
|
+
"@storybook/blocks": "^7.2.2",
|
|
49293
|
+
"@storybook/manager-api": "^7.2.2",
|
|
49294
|
+
"@storybook/svelte": "^7.2.2",
|
|
49295
|
+
"@storybook/sveltekit": "^7.2.2",
|
|
49301
49296
|
"@storybook/testing-library": "^0.2.0",
|
|
49302
|
-
"@storybook/theming": "^7.2.
|
|
49297
|
+
"@storybook/theming": "^7.2.2",
|
|
49303
49298
|
"@sveltejs/adapter-auto": "^2.1.0",
|
|
49304
49299
|
"@sveltejs/kit": "^1.22.4",
|
|
49305
49300
|
"@sveltejs/package": "^2.2.0",
|
|
49306
|
-
"@typescript-eslint/eslint-plugin": "^6.
|
|
49307
|
-
"@typescript-eslint/parser": "^6.
|
|
49301
|
+
"@typescript-eslint/eslint-plugin": "^6.3.0",
|
|
49302
|
+
"@typescript-eslint/parser": "^6.3.0",
|
|
49308
49303
|
concurrently: "^8.2.0",
|
|
49309
49304
|
d3: "^7.8.5",
|
|
49310
|
-
"d3-cloud": "^1.2.
|
|
49305
|
+
"d3-cloud": "^1.2.7",
|
|
49311
49306
|
"d3-sankey": "^0.12.3",
|
|
49312
49307
|
eslint: "^8.46.0",
|
|
49313
49308
|
"eslint-config-prettier": "^9.0.0",
|
|
@@ -49317,12 +49312,12 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49317
49312
|
publint: "^0.2.0",
|
|
49318
49313
|
react: "^18.2.0",
|
|
49319
49314
|
"react-dom": "^18.2.0",
|
|
49320
|
-
storybook: "^7.2.
|
|
49315
|
+
storybook: "^7.2.2",
|
|
49321
49316
|
svelte: "^4.1.2",
|
|
49322
49317
|
"svelte-check": "^3.4.6",
|
|
49323
49318
|
tslib: "^2.6.1",
|
|
49324
49319
|
typescript: "^5.1.6",
|
|
49325
|
-
vite: "^4.4.
|
|
49320
|
+
vite: "^4.4.9"
|
|
49326
49321
|
}, IN = {
|
|
49327
49322
|
access: "public"
|
|
49328
49323
|
}, sN = {
|
|
@@ -49393,7 +49388,7 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49393
49388
|
author: cN,
|
|
49394
49389
|
keywords: dN,
|
|
49395
49390
|
gitHead: pN
|
|
49396
|
-
}, mN = "@carbon/charts-vue", UN = "1.11.
|
|
49391
|
+
}, mN = "@carbon/charts-vue", UN = "1.11.19", GN = "Carbon Charts component library for Vue", gN = "./dist/index.js", KN = "./dist/index.mjs", yN = "./dist/index.d.ts", vN = {
|
|
49397
49392
|
"./styles.min.css": "./dist/styles.min.css",
|
|
49398
49393
|
"./styles.css": "./dist/styles.css",
|
|
49399
49394
|
".": {
|
|
@@ -49426,34 +49421,34 @@ const p3 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
|
|
|
49426
49421
|
"@carbon/telemetry": "~0.1.0",
|
|
49427
49422
|
vue: "^3.3.4"
|
|
49428
49423
|
}, VN = {
|
|
49429
|
-
"@babel/core": "^7.22.
|
|
49430
|
-
"@rushstack/eslint-patch": "^1.3.
|
|
49424
|
+
"@babel/core": "^7.22.10",
|
|
49425
|
+
"@rushstack/eslint-patch": "^1.3.3",
|
|
49431
49426
|
"@stackblitz/sdk": "^1.9.0",
|
|
49432
|
-
"@storybook/addon-essentials": "^7.2.
|
|
49433
|
-
"@storybook/addon-interactions": "^7.2.
|
|
49434
|
-
"@storybook/addon-links": "^7.2.
|
|
49435
|
-
"@storybook/blocks": "^7.2.
|
|
49436
|
-
"@storybook/manager-api": "^7.2.
|
|
49427
|
+
"@storybook/addon-essentials": "^7.2.2",
|
|
49428
|
+
"@storybook/addon-interactions": "^7.2.2",
|
|
49429
|
+
"@storybook/addon-links": "^7.2.2",
|
|
49430
|
+
"@storybook/blocks": "^7.2.2",
|
|
49431
|
+
"@storybook/manager-api": "^7.2.2",
|
|
49437
49432
|
"@storybook/testing-library": "^0.2.0",
|
|
49438
|
-
"@storybook/theming": "^7.2.
|
|
49439
|
-
"@storybook/vue3": "^7.2.
|
|
49440
|
-
"@storybook/vue3-vite": "^7.2.
|
|
49433
|
+
"@storybook/theming": "^7.2.2",
|
|
49434
|
+
"@storybook/vue3": "^7.2.2",
|
|
49435
|
+
"@storybook/vue3-vite": "^7.2.2",
|
|
49441
49436
|
"@types/d3": "^7.4.0",
|
|
49442
49437
|
"@vue/eslint-config-prettier": "^8.0.0",
|
|
49443
49438
|
"@vue/eslint-config-typescript": "^11.0.3",
|
|
49444
49439
|
concurrently: "^8.2.0",
|
|
49445
49440
|
d3: "^7.8.5",
|
|
49446
|
-
"d3-cloud": "^1.2.
|
|
49441
|
+
"d3-cloud": "^1.2.7",
|
|
49447
49442
|
"d3-sankey": "^0.12.3",
|
|
49448
49443
|
eslint: "^8.46.0",
|
|
49449
49444
|
"eslint-plugin-storybook": "^0.6.13",
|
|
49450
|
-
"eslint-plugin-vue": "^9.
|
|
49445
|
+
"eslint-plugin-vue": "^9.17.0",
|
|
49451
49446
|
react: "^18.2.0",
|
|
49452
49447
|
"react-dom": "^18.2.0",
|
|
49453
|
-
storybook: "^7.2.
|
|
49448
|
+
storybook: "^7.2.2",
|
|
49454
49449
|
typescript: "^5.1.6",
|
|
49455
|
-
vite: "^4.4.
|
|
49456
|
-
"vite-plugin-dts": "^3.5.
|
|
49450
|
+
vite: "^4.4.9",
|
|
49451
|
+
"vite-plugin-dts": "^3.5.1",
|
|
49457
49452
|
"vue-tsc": "^1.8.8"
|
|
49458
49453
|
}, YN = {
|
|
49459
49454
|
access: "public",
|