@carbon/charts 1.23.0 → 1.23.2
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 +18 -0
- package/dist/{choropleth-B4QAH8Ww.mjs → choropleth-BOOQMTNf.mjs} +6 -5
- package/dist/choropleth-BOOQMTNf.mjs.map +1 -0
- package/dist/components/index.mjs +1 -1
- package/dist/index.mjs +2 -2
- package/dist/styles.css +0 -194
- 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 +2 -2
- package/dist/umd/bundle.umd.cjs.map +1 -1
- package/dist/umd/bundle.umd.js +2 -2
- package/package.json +13 -13
- package/styles.css +0 -194
- package/styles.min.css +1 -1
- package/dist/choropleth-B4QAH8Ww.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@carbon/charts",
|
|
3
|
-
"version": "1.23.
|
|
3
|
+
"version": "1.23.2",
|
|
4
4
|
"description": "Carbon Charts component library",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"module": "./dist/index.mjs",
|
|
@@ -82,33 +82,33 @@
|
|
|
82
82
|
"d3-cloud": "^1.2.7",
|
|
83
83
|
"d3-sankey": "^0.12.3",
|
|
84
84
|
"date-fns": "^4.1.0",
|
|
85
|
-
"dompurify": "^3.2.
|
|
85
|
+
"dompurify": "^3.2.5",
|
|
86
86
|
"html-to-image": "1.11.11",
|
|
87
87
|
"lodash-es": "^4.17.21",
|
|
88
88
|
"topojson-client": "^3.1.0",
|
|
89
89
|
"tslib": "^2.8.1"
|
|
90
90
|
},
|
|
91
91
|
"devDependencies": {
|
|
92
|
-
"@carbon/layout": "^11.
|
|
93
|
-
"@carbon/styles": "^1.
|
|
94
|
-
"@carbon/themes": "^11.
|
|
95
|
-
"@playwright/test": "^1.
|
|
92
|
+
"@carbon/layout": "^11.31.0",
|
|
93
|
+
"@carbon/styles": "^1.78.0",
|
|
94
|
+
"@carbon/themes": "^11.49.0",
|
|
95
|
+
"@playwright/test": "^1.51.1",
|
|
96
96
|
"@rollup/plugin-replace": "^6.0.2",
|
|
97
97
|
"@types/dompurify": "^3.2.0",
|
|
98
98
|
"@types/lodash-es": "^4.17.12",
|
|
99
|
-
"@types/node": "^22.
|
|
99
|
+
"@types/node": "^22.14.0",
|
|
100
100
|
"concurrently": "^9.1.2",
|
|
101
101
|
"downlevel-dts": "^0.11.0",
|
|
102
|
-
"eslint": "^9.
|
|
102
|
+
"eslint": "^9.23.0",
|
|
103
103
|
"jsdom": "^26.0.0",
|
|
104
104
|
"prettier": "^3.5.3",
|
|
105
|
-
"publint": "^0.3.
|
|
105
|
+
"publint": "^0.3.10",
|
|
106
106
|
"resize-observer-polyfill": "^1.5.1",
|
|
107
|
-
"sass": "^1.
|
|
107
|
+
"sass": "^1.86.3",
|
|
108
108
|
"typescript": "^5.8.2",
|
|
109
|
-
"vite": "^6.2.
|
|
109
|
+
"vite": "^6.2.5",
|
|
110
110
|
"vite-plugin-dts": "^4.5.3",
|
|
111
|
-
"vitest": "^3.
|
|
111
|
+
"vitest": "^3.1.1"
|
|
112
112
|
},
|
|
113
113
|
"publishConfig": {
|
|
114
114
|
"access": "public"
|
|
@@ -157,5 +157,5 @@
|
|
|
157
157
|
"url": "https://github.com/theiliad"
|
|
158
158
|
}
|
|
159
159
|
],
|
|
160
|
-
"gitHead": "
|
|
160
|
+
"gitHead": "0a53e1a4fe1056e5842a0a83c3e72f601e1923e7"
|
|
161
161
|
}
|
package/styles.css
CHANGED
|
@@ -3710,200 +3710,6 @@ svg.cds--cc--color-legend g.legend-title text {
|
|
|
3710
3710
|
fill: var(--cds-layer-inverse-absolute, #000000);
|
|
3711
3711
|
}
|
|
3712
3712
|
|
|
3713
|
-
:root {
|
|
3714
|
-
--cds-caption-01-font-size: 0.75rem;
|
|
3715
|
-
--cds-caption-01-font-weight: 400;
|
|
3716
|
-
--cds-caption-01-line-height: 1.33333;
|
|
3717
|
-
--cds-caption-01-letter-spacing: 0.32px;
|
|
3718
|
-
--cds-caption-02-font-size: 0.875rem;
|
|
3719
|
-
--cds-caption-02-font-weight: 400;
|
|
3720
|
-
--cds-caption-02-line-height: 1.28572;
|
|
3721
|
-
--cds-caption-02-letter-spacing: 0.32px;
|
|
3722
|
-
--cds-label-01-font-size: 0.75rem;
|
|
3723
|
-
--cds-label-01-font-weight: 400;
|
|
3724
|
-
--cds-label-01-line-height: 1.33333;
|
|
3725
|
-
--cds-label-01-letter-spacing: 0.32px;
|
|
3726
|
-
--cds-label-02-font-size: 0.875rem;
|
|
3727
|
-
--cds-label-02-font-weight: 400;
|
|
3728
|
-
--cds-label-02-line-height: 1.28572;
|
|
3729
|
-
--cds-label-02-letter-spacing: 0.16px;
|
|
3730
|
-
--cds-helper-text-01-font-size: 0.75rem;
|
|
3731
|
-
--cds-helper-text-01-line-height: 1.33333;
|
|
3732
|
-
--cds-helper-text-01-letter-spacing: 0.32px;
|
|
3733
|
-
--cds-helper-text-02-font-size: 0.875rem;
|
|
3734
|
-
--cds-helper-text-02-font-weight: 400;
|
|
3735
|
-
--cds-helper-text-02-line-height: 1.28572;
|
|
3736
|
-
--cds-helper-text-02-letter-spacing: 0.16px;
|
|
3737
|
-
--cds-body-short-01-font-size: 0.875rem;
|
|
3738
|
-
--cds-body-short-01-font-weight: 400;
|
|
3739
|
-
--cds-body-short-01-line-height: 1.28572;
|
|
3740
|
-
--cds-body-short-01-letter-spacing: 0.16px;
|
|
3741
|
-
--cds-body-short-02-font-size: 1rem;
|
|
3742
|
-
--cds-body-short-02-font-weight: 400;
|
|
3743
|
-
--cds-body-short-02-line-height: 1.375;
|
|
3744
|
-
--cds-body-short-02-letter-spacing: 0;
|
|
3745
|
-
--cds-body-long-01-font-size: 0.875rem;
|
|
3746
|
-
--cds-body-long-01-font-weight: 400;
|
|
3747
|
-
--cds-body-long-01-line-height: 1.42857;
|
|
3748
|
-
--cds-body-long-01-letter-spacing: 0.16px;
|
|
3749
|
-
--cds-body-long-02-font-size: 1rem;
|
|
3750
|
-
--cds-body-long-02-font-weight: 400;
|
|
3751
|
-
--cds-body-long-02-line-height: 1.5;
|
|
3752
|
-
--cds-body-long-02-letter-spacing: 0;
|
|
3753
|
-
--cds-code-01-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
|
|
3754
|
-
--cds-code-01-font-size: 0.75rem;
|
|
3755
|
-
--cds-code-01-font-weight: 400;
|
|
3756
|
-
--cds-code-01-line-height: 1.33333;
|
|
3757
|
-
--cds-code-01-letter-spacing: 0.32px;
|
|
3758
|
-
--cds-code-02-font-family: 'IBM Plex Mono', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', monospace;
|
|
3759
|
-
--cds-code-02-font-size: 0.875rem;
|
|
3760
|
-
--cds-code-02-font-weight: 400;
|
|
3761
|
-
--cds-code-02-line-height: 1.42857;
|
|
3762
|
-
--cds-code-02-letter-spacing: 0.32px;
|
|
3763
|
-
--cds-heading-01-font-size: 0.875rem;
|
|
3764
|
-
--cds-heading-01-font-weight: 600;
|
|
3765
|
-
--cds-heading-01-line-height: 1.42857;
|
|
3766
|
-
--cds-heading-01-letter-spacing: 0.16px;
|
|
3767
|
-
--cds-heading-02-font-size: 1rem;
|
|
3768
|
-
--cds-heading-02-font-weight: 600;
|
|
3769
|
-
--cds-heading-02-line-height: 1.5;
|
|
3770
|
-
--cds-heading-02-letter-spacing: 0;
|
|
3771
|
-
--cds-productive-heading-01-font-size: 0.875rem;
|
|
3772
|
-
--cds-productive-heading-01-font-weight: 600;
|
|
3773
|
-
--cds-productive-heading-01-line-height: 1.28572;
|
|
3774
|
-
--cds-productive-heading-01-letter-spacing: 0.16px;
|
|
3775
|
-
--cds-productive-heading-02-font-size: 1rem;
|
|
3776
|
-
--cds-productive-heading-02-font-weight: 600;
|
|
3777
|
-
--cds-productive-heading-02-line-height: 1.375;
|
|
3778
|
-
--cds-productive-heading-02-letter-spacing: 0;
|
|
3779
|
-
--cds-productive-heading-03-font-size: 1.25rem;
|
|
3780
|
-
--cds-productive-heading-03-font-weight: 400;
|
|
3781
|
-
--cds-productive-heading-03-line-height: 1.4;
|
|
3782
|
-
--cds-productive-heading-03-letter-spacing: 0;
|
|
3783
|
-
--cds-productive-heading-04-font-size: 1.75rem;
|
|
3784
|
-
--cds-productive-heading-04-font-weight: 400;
|
|
3785
|
-
--cds-productive-heading-04-line-height: 1.28572;
|
|
3786
|
-
--cds-productive-heading-04-letter-spacing: 0;
|
|
3787
|
-
--cds-productive-heading-05-font-size: 2rem;
|
|
3788
|
-
--cds-productive-heading-05-font-weight: 400;
|
|
3789
|
-
--cds-productive-heading-05-line-height: 1.25;
|
|
3790
|
-
--cds-productive-heading-05-letter-spacing: 0;
|
|
3791
|
-
--cds-productive-heading-06-font-size: 2.625rem;
|
|
3792
|
-
--cds-productive-heading-06-font-weight: 300;
|
|
3793
|
-
--cds-productive-heading-06-line-height: 1.199;
|
|
3794
|
-
--cds-productive-heading-06-letter-spacing: 0;
|
|
3795
|
-
--cds-productive-heading-07-font-size: 3.375rem;
|
|
3796
|
-
--cds-productive-heading-07-font-weight: 300;
|
|
3797
|
-
--cds-productive-heading-07-line-height: 1.19;
|
|
3798
|
-
--cds-productive-heading-07-letter-spacing: 0;
|
|
3799
|
-
--cds-expressive-paragraph-01-font-size: 1.5rem;
|
|
3800
|
-
--cds-expressive-paragraph-01-font-weight: 300;
|
|
3801
|
-
--cds-expressive-paragraph-01-line-height: 1.334;
|
|
3802
|
-
--cds-expressive-paragraph-01-letter-spacing: 0;
|
|
3803
|
-
--cds-expressive-heading-01-font-size: 0.875rem;
|
|
3804
|
-
--cds-expressive-heading-01-font-weight: 600;
|
|
3805
|
-
--cds-expressive-heading-01-line-height: 1.42857;
|
|
3806
|
-
--cds-expressive-heading-01-letter-spacing: 0.16px;
|
|
3807
|
-
--cds-expressive-heading-02-font-size: 1rem;
|
|
3808
|
-
--cds-expressive-heading-02-font-weight: 600;
|
|
3809
|
-
--cds-expressive-heading-02-line-height: 1.5;
|
|
3810
|
-
--cds-expressive-heading-02-letter-spacing: 0;
|
|
3811
|
-
--cds-expressive-heading-03-font-size: 1.25rem;
|
|
3812
|
-
--cds-expressive-heading-03-font-weight: 400;
|
|
3813
|
-
--cds-expressive-heading-03-line-height: 1.4;
|
|
3814
|
-
--cds-expressive-heading-03-letter-spacing: 0;
|
|
3815
|
-
--cds-expressive-heading-04-font-size: 1.75rem;
|
|
3816
|
-
--cds-expressive-heading-04-font-weight: 400;
|
|
3817
|
-
--cds-expressive-heading-04-line-height: 1.28572;
|
|
3818
|
-
--cds-expressive-heading-04-letter-spacing: 0;
|
|
3819
|
-
--cds-expressive-heading-05-font-size: 2rem;
|
|
3820
|
-
--cds-expressive-heading-05-font-weight: 400;
|
|
3821
|
-
--cds-expressive-heading-05-line-height: 1.25;
|
|
3822
|
-
--cds-expressive-heading-05-letter-spacing: 0;
|
|
3823
|
-
--cds-expressive-heading-06-font-size: 2rem;
|
|
3824
|
-
--cds-expressive-heading-06-font-weight: 600;
|
|
3825
|
-
--cds-expressive-heading-06-line-height: 1.25;
|
|
3826
|
-
--cds-expressive-heading-06-letter-spacing: 0;
|
|
3827
|
-
--cds-quotation-01-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
|
|
3828
|
-
--cds-quotation-01-font-size: 1.25rem;
|
|
3829
|
-
--cds-quotation-01-font-weight: 400;
|
|
3830
|
-
--cds-quotation-01-line-height: 1.3;
|
|
3831
|
-
--cds-quotation-01-letter-spacing: 0;
|
|
3832
|
-
--cds-quotation-02-font-family: 'IBM Plex Serif', system-ui, -apple-system, BlinkMacSystemFont, '.SFNSText-Regular', serif;
|
|
3833
|
-
--cds-quotation-02-font-size: 2rem;
|
|
3834
|
-
--cds-quotation-02-font-weight: 300;
|
|
3835
|
-
--cds-quotation-02-line-height: 1.25;
|
|
3836
|
-
--cds-quotation-02-letter-spacing: 0;
|
|
3837
|
-
--cds-display-01-font-size: 2.625rem;
|
|
3838
|
-
--cds-display-01-font-weight: 300;
|
|
3839
|
-
--cds-display-01-line-height: 1.19;
|
|
3840
|
-
--cds-display-01-letter-spacing: 0;
|
|
3841
|
-
--cds-display-02-font-size: 2.625rem;
|
|
3842
|
-
--cds-display-02-font-weight: 600;
|
|
3843
|
-
--cds-display-02-line-height: 1.19;
|
|
3844
|
-
--cds-display-02-letter-spacing: 0;
|
|
3845
|
-
--cds-display-03-font-size: 2.625rem;
|
|
3846
|
-
--cds-display-03-font-weight: 300;
|
|
3847
|
-
--cds-display-03-line-height: 1.19;
|
|
3848
|
-
--cds-display-03-letter-spacing: 0;
|
|
3849
|
-
--cds-display-04-font-size: 2.625rem;
|
|
3850
|
-
--cds-display-04-font-weight: 300;
|
|
3851
|
-
--cds-display-04-line-height: 1.19;
|
|
3852
|
-
--cds-display-04-letter-spacing: 0;
|
|
3853
|
-
--cds-legal-01-font-size: 0.75rem;
|
|
3854
|
-
--cds-legal-01-font-weight: 400;
|
|
3855
|
-
--cds-legal-01-line-height: 1.33333;
|
|
3856
|
-
--cds-legal-01-letter-spacing: 0.32px;
|
|
3857
|
-
--cds-legal-02-font-size: 0.875rem;
|
|
3858
|
-
--cds-legal-02-font-weight: 400;
|
|
3859
|
-
--cds-legal-02-line-height: 1.28572;
|
|
3860
|
-
--cds-legal-02-letter-spacing: 0.16px;
|
|
3861
|
-
--cds-body-compact-01-font-size: 0.875rem;
|
|
3862
|
-
--cds-body-compact-01-font-weight: 400;
|
|
3863
|
-
--cds-body-compact-01-line-height: 1.28572;
|
|
3864
|
-
--cds-body-compact-01-letter-spacing: 0.16px;
|
|
3865
|
-
--cds-body-compact-02-font-size: 1rem;
|
|
3866
|
-
--cds-body-compact-02-font-weight: 400;
|
|
3867
|
-
--cds-body-compact-02-line-height: 1.375;
|
|
3868
|
-
--cds-body-compact-02-letter-spacing: 0;
|
|
3869
|
-
--cds-heading-compact-01-font-size: 0.875rem;
|
|
3870
|
-
--cds-heading-compact-01-font-weight: 600;
|
|
3871
|
-
--cds-heading-compact-01-line-height: 1.28572;
|
|
3872
|
-
--cds-heading-compact-01-letter-spacing: 0.16px;
|
|
3873
|
-
--cds-heading-compact-02-font-size: 1rem;
|
|
3874
|
-
--cds-heading-compact-02-font-weight: 600;
|
|
3875
|
-
--cds-heading-compact-02-line-height: 1.375;
|
|
3876
|
-
--cds-heading-compact-02-letter-spacing: 0;
|
|
3877
|
-
--cds-body-01-font-size: 0.875rem;
|
|
3878
|
-
--cds-body-01-font-weight: 400;
|
|
3879
|
-
--cds-body-01-line-height: 1.42857;
|
|
3880
|
-
--cds-body-01-letter-spacing: 0.16px;
|
|
3881
|
-
--cds-body-02-font-size: 1rem;
|
|
3882
|
-
--cds-body-02-font-weight: 400;
|
|
3883
|
-
--cds-body-02-line-height: 1.5;
|
|
3884
|
-
--cds-body-02-letter-spacing: 0;
|
|
3885
|
-
--cds-heading-03-font-size: 1.25rem;
|
|
3886
|
-
--cds-heading-03-font-weight: 400;
|
|
3887
|
-
--cds-heading-03-line-height: 1.4;
|
|
3888
|
-
--cds-heading-03-letter-spacing: 0;
|
|
3889
|
-
--cds-heading-04-font-size: 1.75rem;
|
|
3890
|
-
--cds-heading-04-font-weight: 400;
|
|
3891
|
-
--cds-heading-04-line-height: 1.28572;
|
|
3892
|
-
--cds-heading-04-letter-spacing: 0;
|
|
3893
|
-
--cds-heading-05-font-size: 2rem;
|
|
3894
|
-
--cds-heading-05-font-weight: 400;
|
|
3895
|
-
--cds-heading-05-line-height: 1.25;
|
|
3896
|
-
--cds-heading-05-letter-spacing: 0;
|
|
3897
|
-
--cds-heading-06-font-size: 2.625rem;
|
|
3898
|
-
--cds-heading-06-font-weight: 300;
|
|
3899
|
-
--cds-heading-06-line-height: 1.199;
|
|
3900
|
-
--cds-heading-06-letter-spacing: 0;
|
|
3901
|
-
--cds-heading-07-font-size: 3.375rem;
|
|
3902
|
-
--cds-heading-07-font-weight: 300;
|
|
3903
|
-
--cds-heading-07-line-height: 1.19;
|
|
3904
|
-
--cds-heading-07-letter-spacing: 0;
|
|
3905
|
-
}
|
|
3906
|
-
|
|
3907
3713
|
.cds--cc--card-node {
|
|
3908
3714
|
display: flex;
|
|
3909
3715
|
position: relative;
|