@carbon/charts 1.22.0 → 1.22.3
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 +35 -0
- package/README.md +3 -2
- package/dist/{angle-utils-CGNI01fr.mjs → angle-utils-RQSA_x-9.mjs} +29 -29
- package/dist/{angle-utils-CGNI01fr.mjs.map → angle-utils-RQSA_x-9.mjs.map} +1 -1
- package/dist/{array-D7iT_STy.mjs → array-DUMAG1_w.mjs} +2 -2
- package/dist/{array-D7iT_STy.mjs.map → array-DUMAG1_w.mjs.map} +1 -1
- package/dist/{choropleth-0DsmaWsP.mjs → choropleth-C1BTZZfm.mjs} +829 -854
- package/dist/choropleth-C1BTZZfm.mjs.map +1 -0
- package/dist/{color-scale-utils-f3PWy_Op.mjs → color-scale-utils-CKd_DujW.mjs} +1380 -1375
- package/dist/color-scale-utils-CKd_DujW.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/{index-DFubnvsv.mjs → index-CiAo-vQV.mjs} +558 -534
- package/dist/index-CiAo-vQV.mjs.map +1 -0
- package/dist/index.mjs +35 -35
- package/dist/index.mjs.map +1 -1
- package/dist/model/index.mjs +4 -4
- package/dist/model/index.mjs.map +1 -1
- package/dist/services/index.mjs +3 -3
- package/dist/styles.css +294 -288
- package/dist/styles.css.map +1 -1
- package/dist/styles.min.css +1 -1
- package/dist/styles.min.css.map +1 -1
- package/dist/umd/bundle.umd.cjs +17 -22
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +17 -22
- package/package.json +23 -23
- package/scss/components/_axis.scss +8 -0
- package/styles.css +294 -288
- package/styles.min.css +1 -1
- package/telemetry.yml +1 -1
- package/dist/choropleth-0DsmaWsP.mjs.map +0 -1
- package/dist/color-scale-utils-f3PWy_Op.mjs.map +0 -1
- package/dist/index-DFubnvsv.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.22.
|
|
3
|
+
"version": "1.22.3",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -73,43 +73,43 @@
|
|
|
73
73
|
"directory": "packages/core"
|
|
74
74
|
},
|
|
75
75
|
"dependencies": {
|
|
76
|
-
"@carbon/colors": "^11.
|
|
76
|
+
"@carbon/colors": "^11.28.0",
|
|
77
77
|
"@carbon/utils-position": "^1.3.0",
|
|
78
|
-
"@ibm/telemetry-js": "^1.
|
|
78
|
+
"@ibm/telemetry-js": "^1.8.0",
|
|
79
79
|
"@types/d3": "^7.4.3",
|
|
80
80
|
"@types/topojson": "^3.2.6",
|
|
81
|
-
"carbon-components": "^10.
|
|
81
|
+
"carbon-components": "^10.59.0",
|
|
82
82
|
"d3": "^7.9.0",
|
|
83
83
|
"d3-cloud": "^1.2.7",
|
|
84
84
|
"d3-sankey": "^0.12.3",
|
|
85
|
-
"date-fns": "^
|
|
86
|
-
"dompurify": "^3.
|
|
85
|
+
"date-fns": "^4.1.0",
|
|
86
|
+
"dompurify": "^3.2.0",
|
|
87
87
|
"html-to-image": "^1.11.11",
|
|
88
88
|
"lodash-es": "^4.17.21",
|
|
89
89
|
"topojson-client": "^3.1.0",
|
|
90
|
-
"tslib": "^2.
|
|
90
|
+
"tslib": "^2.8.1"
|
|
91
91
|
},
|
|
92
92
|
"devDependencies": {
|
|
93
|
-
"@carbon/layout": "^11.
|
|
94
|
-
"@carbon/styles": "^1.
|
|
95
|
-
"@carbon/themes": "^11.
|
|
96
|
-
"@playwright/test": "^1.
|
|
97
|
-
"@rollup/plugin-replace": "^
|
|
93
|
+
"@carbon/layout": "^11.28.0",
|
|
94
|
+
"@carbon/styles": "^1.69.0",
|
|
95
|
+
"@carbon/themes": "^11.43.0",
|
|
96
|
+
"@playwright/test": "^1.48.2",
|
|
97
|
+
"@rollup/plugin-replace": "^6.0.1",
|
|
98
98
|
"@types/dompurify": "^3.0.5",
|
|
99
99
|
"@types/lodash-es": "^4.17.12",
|
|
100
|
-
"@types/node": "^22.
|
|
101
|
-
"concurrently": "^9.0
|
|
100
|
+
"@types/node": "^22.9.0",
|
|
101
|
+
"concurrently": "^9.1.0",
|
|
102
102
|
"downlevel-dts": "^0.11.0",
|
|
103
|
-
"eslint": "^9.
|
|
104
|
-
"jsdom": "^25.0.
|
|
103
|
+
"eslint": "^9.15.0",
|
|
104
|
+
"jsdom": "^25.0.1",
|
|
105
105
|
"prettier": "^3.3.3",
|
|
106
|
-
"publint": "^0.2.
|
|
106
|
+
"publint": "^0.2.12",
|
|
107
107
|
"resize-observer-polyfill": "^1.5.1",
|
|
108
|
-
"sass": "^1.
|
|
109
|
-
"typescript": "^5.6.
|
|
110
|
-
"vite": "^5.4.
|
|
111
|
-
"vite-plugin-dts": "^4.
|
|
112
|
-
"vitest": "^2.1.
|
|
108
|
+
"sass": "^1.81.0",
|
|
109
|
+
"typescript": "^5.6.3",
|
|
110
|
+
"vite": "^5.4.11",
|
|
111
|
+
"vite-plugin-dts": "^4.3.0",
|
|
112
|
+
"vitest": "^2.1.5"
|
|
113
113
|
},
|
|
114
114
|
"publishConfig": {
|
|
115
115
|
"access": "public"
|
|
@@ -158,5 +158,5 @@
|
|
|
158
158
|
"url": "https://github.com/theiliad"
|
|
159
159
|
}
|
|
160
160
|
],
|
|
161
|
-
"gitHead": "
|
|
161
|
+
"gitHead": "fa5f07291e3efde0e89a2fc07b393d05ea33a5e5"
|
|
162
162
|
}
|
|
@@ -32,6 +32,14 @@
|
|
|
32
32
|
g.tick text {
|
|
33
33
|
fill: theme.$text-secondary;
|
|
34
34
|
font-family: var(--#{globals.$prefix}-charts-font-family-condensed);
|
|
35
|
+
|
|
36
|
+
&.tick-label--primary {
|
|
37
|
+
font-weight: bold;
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
&.tick-label {
|
|
41
|
+
font-weight: normal;
|
|
42
|
+
}
|
|
35
43
|
}
|
|
36
44
|
|
|
37
45
|
g.tick line {
|