@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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.33.5-ECAP-18191-carbon-hub-theme-phase-1.20230531-0917",
3
+ "version": "0.33.5-ECAP-18191-carbon-hub-theme-phase-1.20230601-1619",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -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: rgba(26, 26, 35, .18);
134
- --ec-border-color-dark: rgba(26, 26, 35, .87);
135
- --ec-border-color-hint: rgba(26,26,35, .1);
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;