@energycap/components 0.33.5-ECAP-18191-carbon-hub-theme-phase-1.20230531-0917 → 0.33.5-ECAP-18191-carbon-hub-theme-phase-1.20230601-1619
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/energycap-components.min.css +2 -2
- package/esm2020/lib/controls/button/button.component.mjs +2 -2
- package/esm2020/lib/controls/menu/menu.component.mjs +3 -3
- package/esm2020/lib/display/app-bar/app-bar.component.mjs +3 -3
- package/esm2020/lib/display/avatar/avatar.component.mjs +2 -2
- package/esm2020/lib/display/tags/tags.component.mjs +2 -2
- package/fesm2015/energycap-components.mjs +10 -10
- package/fesm2015/energycap-components.mjs.map +1 -1
- package/fesm2020/energycap-components.mjs +10 -10
- package/fesm2020/energycap-components.mjs.map +1 -1
- package/package.json +1 -1
- package/src/styles/_global-variables.scss +3 -3
package/package.json
CHANGED
@@ -130,9 +130,9 @@
|
|
130
130
|
--ec-box-shadow-overlay: 0px .0625rem .5rem var(--ec-color-shadow-overlay);
|
131
131
|
|
132
132
|
// Borders
|
133
|
-
--ec-border-color:
|
134
|
-
--ec-border-color-dark:
|
135
|
-
--ec-border-color-hint:
|
133
|
+
--ec-border-color: #D6D6D7;
|
134
|
+
--ec-border-color-dark: #383840;
|
135
|
+
--ec-border-color-hint: #EDEDED;
|
136
136
|
--ec-border-color-legacy: rgb(210, 215, 217);
|
137
137
|
--ec-border-radius: .25rem;
|
138
138
|
--ec-border-radius-card: .375rem;
|