@carbon/charts 1.0.2 → 1.0.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 +11 -0
- package/demo/styles.css +15 -15
- package/demo/styles.min.css +1 -1
- package/demo/styles.min.css.map +1 -1
- package/package.json +1 -1
- package/styles/components/_edge.scss +7 -7
- package/styles/components/diagrams/_card-node.scss +7 -7
- package/styles/components/diagrams/_edge.scss +7 -7
- package/styles/components/diagrams/_shape-node.scss +1 -1
- package/styles/components/diagrams/index.scss +4 -4
- package/styles.css +15 -15
- package/styles.min.css +1 -1
- package/styles.min.css.map +1 -1
- package/styles/components/_card.scss +0 -98
- package/styles/components/_circle.scss +0 -47
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
|
+
## [1.0.3](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.2...v1.0.3) (2022-05-25)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **network-diagrams:** fix styling issues ([#1377](https://github.com/carbon-design-system/carbon-charts/issues/1377)) ([731b747](https://github.com/carbon-design-system/carbon-charts/commit/731b74708fbd2e239f2cf7f51a2a37b8f30ba3f6))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
## [1.0.2](https://github.com/carbon-design-system/carbon-charts/compare/v1.0.1...v1.0.2) (2022-05-24)
|
|
7
18
|
|
|
8
19
|
**Note:** Version bump only for package @carbon/charts
|
package/demo/styles.css
CHANGED
|
@@ -23926,7 +23926,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
23926
23926
|
width: 100%;
|
|
23927
23927
|
height: 100%;
|
|
23928
23928
|
padding: 1rem 0.5rem;
|
|
23929
|
-
border-left:
|
|
23929
|
+
border-left: 0.25rem solid var(--cds-border-inverse, #161616);
|
|
23930
23930
|
}
|
|
23931
23931
|
|
|
23932
23932
|
.cds--cc--card-node--a,
|
|
@@ -23970,11 +23970,11 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
23970
23970
|
width: 100%;
|
|
23971
23971
|
position: absolute;
|
|
23972
23972
|
z-index: 0;
|
|
23973
|
-
border-top:
|
|
23974
|
-
border-right:
|
|
23973
|
+
border-top: 0.125rem solid var(--cds-layer-accent-01, #e0e0e0);
|
|
23974
|
+
border-right: 0.125rem solid var(--cds-layer-accent-01, #e0e0e0);
|
|
23975
23975
|
pointer-events: none;
|
|
23976
|
-
left:
|
|
23977
|
-
bottom:
|
|
23976
|
+
left: 0.3125rem;
|
|
23977
|
+
bottom: 0.3125rem;
|
|
23978
23978
|
}
|
|
23979
23979
|
.cds--cc--card-node--stacked::after {
|
|
23980
23980
|
content: "";
|
|
@@ -23982,11 +23982,11 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
23982
23982
|
width: 100%;
|
|
23983
23983
|
position: absolute;
|
|
23984
23984
|
z-index: 0;
|
|
23985
|
-
border-top:
|
|
23986
|
-
border-right:
|
|
23985
|
+
border-top: 0.125rem solid var(--cds-layer-accent-01, #e0e0e0);
|
|
23986
|
+
border-right: 0.125rem solid var(--cds-layer-accent-01, #e0e0e0);
|
|
23987
23987
|
pointer-events: none;
|
|
23988
|
-
left:
|
|
23989
|
-
bottom:
|
|
23988
|
+
left: 0.6875rem;
|
|
23989
|
+
bottom: 0.6875rem;
|
|
23990
23990
|
}
|
|
23991
23991
|
|
|
23992
23992
|
.cds--cc--card-node__column {
|
|
@@ -24044,7 +24044,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
24044
24044
|
}
|
|
24045
24045
|
|
|
24046
24046
|
.cds--cc--shape-node--rounded-square {
|
|
24047
|
-
border-radius:
|
|
24047
|
+
border-radius: 0.5rem;
|
|
24048
24048
|
}
|
|
24049
24049
|
|
|
24050
24050
|
.cds--cc--shape-node--a,
|
|
@@ -24124,17 +24124,17 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
24124
24124
|
}
|
|
24125
24125
|
|
|
24126
24126
|
.cds--cc--edge__inner {
|
|
24127
|
-
stroke-width:
|
|
24127
|
+
stroke-width: 0.0625rem;
|
|
24128
24128
|
stroke: var(--cds-border-strong-01, #8d8d8d);
|
|
24129
24129
|
}
|
|
24130
24130
|
|
|
24131
24131
|
.cds--cc--edge__outer {
|
|
24132
|
-
stroke-width:
|
|
24132
|
+
stroke-width: 0.15625rem;
|
|
24133
24133
|
stroke: transparent;
|
|
24134
24134
|
}
|
|
24135
24135
|
|
|
24136
24136
|
.cds--cc--edge:hover .cds--cc--edge__inner {
|
|
24137
|
-
stroke-width:
|
|
24137
|
+
stroke-width: 0.15625rem;
|
|
24138
24138
|
}
|
|
24139
24139
|
|
|
24140
24140
|
.cds--cc--edge--dash-sm {
|
|
@@ -24155,7 +24155,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
24155
24155
|
|
|
24156
24156
|
.cds--cc--edge--tunnel .cds--cc--edge__outer {
|
|
24157
24157
|
stroke: var(--cds-layer-accent-01, #e0e0e0);
|
|
24158
|
-
stroke-width:
|
|
24158
|
+
stroke-width: 0.375rem;
|
|
24159
24159
|
}
|
|
24160
24160
|
|
|
24161
24161
|
.cds--cc--edge--double .cds--cc--edge__inner {
|
|
@@ -24163,7 +24163,7 @@ div.cds--cc--legend.clickable div.legend-item:not(.additional):hover div.checkbo
|
|
|
24163
24163
|
}
|
|
24164
24164
|
.cds--cc--edge--double .cds--cc--edge__outer {
|
|
24165
24165
|
stroke: var(--cds-border-inverse, #161616);
|
|
24166
|
-
stroke-width:
|
|
24166
|
+
stroke-width: 0.28125rem;
|
|
24167
24167
|
}
|
|
24168
24168
|
|
|
24169
24169
|
.cds--cc--marker {
|