@carbon/charts 0.50.8 → 0.50.9
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 +11 -0
- package/demo/styles.css +40 -0
- package/demo/styles.css.map +1 -1
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/package.json +1 -1
- package/styles/components/_legend.scss +5 -1
- package/styles/components/_tooltip.scss +4 -0
- package/styles-g10.css +10 -0
- package/styles-g10.css.map +1 -1
- package/styles-g10.min.css +1 -1
- package/styles-g10.min.css.map +1 -1
- package/styles-g100.css +10 -0
- package/styles-g100.css.map +1 -1
- package/styles-g100.min.css +1 -1
- package/styles-g100.min.css.map +1 -1
- package/styles-g90.css +10 -0
- package/styles-g90.css.map +1 -1
- package/styles-g90.min.css +1 -1
- package/styles-g90.min.css.map +1 -1
- package/styles.css +10 -0
- package/styles.css.map +1 -1
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
## [0.50.9](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.8...v0.50.9) (2021-10-20)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **core:** hCM issues with legend & tooltips ([#1195](https://github.com/carbon-design-system/carbon-charts/issues/1195)) ([d5d7bf1](https://github.com/carbon-design-system/carbon-charts/commit/d5d7bf1b1438a275ea7083bc278d36c884a49bce))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [0.50.8](https://github.com/carbon-design-system/carbon-charts/compare/v0.50.7...v0.50.8) (2021-10-18)
|
|
7
18
|
|
|
8
19
|
|
package/demo/styles.css
CHANGED
|
@@ -11697,6 +11697,11 @@ div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox {
|
|
|
11697
11697
|
border: solid 1px #ffffff;
|
|
11698
11698
|
box-shadow: 0 0 0 2px transparent;
|
|
11699
11699
|
}
|
|
11700
|
+
@media (forced-colors: active) {
|
|
11701
|
+
div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox {
|
|
11702
|
+
forced-color-adjust: none;
|
|
11703
|
+
}
|
|
11704
|
+
}
|
|
11700
11705
|
div.container.theme--white div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
|
|
11701
11706
|
border-color: #525252;
|
|
11702
11707
|
background: #ffffff;
|
|
@@ -11941,6 +11946,11 @@ div.container.theme--white .bx--cc--tooltip .tooltip-color {
|
|
|
11941
11946
|
width: 4px;
|
|
11942
11947
|
height: 100%;
|
|
11943
11948
|
}
|
|
11949
|
+
@media (forced-colors: active) {
|
|
11950
|
+
div.container.theme--white .bx--cc--tooltip .tooltip-color {
|
|
11951
|
+
forced-color-adjust: none;
|
|
11952
|
+
}
|
|
11953
|
+
}
|
|
11944
11954
|
div.container.theme--white .bx--cc--tooltip .tooltip-color + div.label p {
|
|
11945
11955
|
margin-left: 4px;
|
|
11946
11956
|
}
|
|
@@ -14808,6 +14818,11 @@ div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox {
|
|
|
14808
14818
|
border: solid 1px #f4f4f4;
|
|
14809
14819
|
box-shadow: 0 0 0 2px transparent;
|
|
14810
14820
|
}
|
|
14821
|
+
@media (forced-colors: active) {
|
|
14822
|
+
div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox {
|
|
14823
|
+
forced-color-adjust: none;
|
|
14824
|
+
}
|
|
14825
|
+
}
|
|
14811
14826
|
div.container.theme--g10 div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
|
|
14812
14827
|
border-color: #525252;
|
|
14813
14828
|
background: #f4f4f4;
|
|
@@ -15052,6 +15067,11 @@ div.container.theme--g10 .bx--cc--tooltip .tooltip-color {
|
|
|
15052
15067
|
width: 4px;
|
|
15053
15068
|
height: 100%;
|
|
15054
15069
|
}
|
|
15070
|
+
@media (forced-colors: active) {
|
|
15071
|
+
div.container.theme--g10 .bx--cc--tooltip .tooltip-color {
|
|
15072
|
+
forced-color-adjust: none;
|
|
15073
|
+
}
|
|
15074
|
+
}
|
|
15055
15075
|
div.container.theme--g10 .bx--cc--tooltip .tooltip-color + div.label p {
|
|
15056
15076
|
margin-left: 4px;
|
|
15057
15077
|
}
|
|
@@ -19248,6 +19268,11 @@ div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox {
|
|
|
19248
19268
|
border: solid 1px #262626;
|
|
19249
19269
|
box-shadow: 0 0 0 2px transparent;
|
|
19250
19270
|
}
|
|
19271
|
+
@media (forced-colors: active) {
|
|
19272
|
+
div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox {
|
|
19273
|
+
forced-color-adjust: none;
|
|
19274
|
+
}
|
|
19275
|
+
}
|
|
19251
19276
|
div.container.theme--g90 div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
|
|
19252
19277
|
border-color: #c6c6c6;
|
|
19253
19278
|
background: #262626;
|
|
@@ -19493,6 +19518,11 @@ div.container.theme--g90 .bx--cc--tooltip .tooltip-color {
|
|
|
19493
19518
|
width: 4px;
|
|
19494
19519
|
height: 100%;
|
|
19495
19520
|
}
|
|
19521
|
+
@media (forced-colors: active) {
|
|
19522
|
+
div.container.theme--g90 .bx--cc--tooltip .tooltip-color {
|
|
19523
|
+
forced-color-adjust: none;
|
|
19524
|
+
}
|
|
19525
|
+
}
|
|
19496
19526
|
div.container.theme--g90 .bx--cc--tooltip .tooltip-color + div.label p {
|
|
19497
19527
|
margin-left: 4px;
|
|
19498
19528
|
}
|
|
@@ -23707,6 +23737,11 @@ div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox {
|
|
|
23707
23737
|
border: solid 1px #161616;
|
|
23708
23738
|
box-shadow: 0 0 0 2px transparent;
|
|
23709
23739
|
}
|
|
23740
|
+
@media (forced-colors: active) {
|
|
23741
|
+
div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox {
|
|
23742
|
+
forced-color-adjust: none;
|
|
23743
|
+
}
|
|
23744
|
+
}
|
|
23710
23745
|
div.container.theme--g100 div.bx--cc--legend div.legend-item div.checkbox:not(.active) {
|
|
23711
23746
|
border-color: #c6c6c6;
|
|
23712
23747
|
background: #161616;
|
|
@@ -23952,6 +23987,11 @@ div.container.theme--g100 .bx--cc--tooltip .tooltip-color {
|
|
|
23952
23987
|
width: 4px;
|
|
23953
23988
|
height: 100%;
|
|
23954
23989
|
}
|
|
23990
|
+
@media (forced-colors: active) {
|
|
23991
|
+
div.container.theme--g100 .bx--cc--tooltip .tooltip-color {
|
|
23992
|
+
forced-color-adjust: none;
|
|
23993
|
+
}
|
|
23994
|
+
}
|
|
23955
23995
|
div.container.theme--g100 .bx--cc--tooltip .tooltip-color + div.label p {
|
|
23956
23996
|
margin-left: 4px;
|
|
23957
23997
|
}
|