@carbon/charts 1.6.8 → 1.6.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 +8 -0
- package/demo/styles.css +3 -6
- 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/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
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
|
+
## [1.6.9](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.8...v1.6.9) (2023-03-03)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @carbon/charts
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
|
|
12
|
+
|
|
13
|
+
|
|
6
14
|
## [1.6.8](https://github.com/carbon-design-system/carbon-charts/compare/v1.6.7...v1.6.8) (2023-02-27)
|
|
7
15
|
|
|
8
16
|
|
package/demo/styles.css
CHANGED
|
@@ -27887,19 +27887,16 @@ div.container {
|
|
|
27887
27887
|
padding: 30px;
|
|
27888
27888
|
}
|
|
27889
27889
|
div.container div.v10-banner {
|
|
27890
|
-
background-color: var(--cds-charts-5-1-1, #6929c4);
|
|
27891
27890
|
padding: 1rem 30px;
|
|
27892
|
-
|
|
27891
|
+
margin: -30px -30px 30px -30px;
|
|
27892
|
+
background-color: var(--cds-field, #f4f4f4);
|
|
27893
|
+
color: var(--cds-text-primary, #161616);
|
|
27893
27894
|
font-size: 0.95rem;
|
|
27894
27895
|
line-height: 1.5;
|
|
27895
|
-
margin: -30px -30px 30px -30px;
|
|
27896
27896
|
}
|
|
27897
27897
|
div.container div.v10-banner b {
|
|
27898
27898
|
font-weight: 600;
|
|
27899
27899
|
}
|
|
27900
|
-
div.container div.v10-banner a {
|
|
27901
|
-
color: #fff;
|
|
27902
|
-
}
|
|
27903
27900
|
div.container div#color-palette-picker {
|
|
27904
27901
|
max-width: 18rem;
|
|
27905
27902
|
margin-top: 2rem;
|