@energycap/components 0.37.7-ECAP-18600-ech-theme-updates.20230913-1005 → 0.37.7-ECAP-18600-ech-theme-updates.20230913-1506

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.37.7-ECAP-18600-ech-theme-updates.20230913-1005",
3
+ "version": "0.37.7-ECAP-18600-ech-theme-updates.20230913-1506",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -169,15 +169,15 @@
169
169
  --ec-background-color-control-invalid: var(--ec-background-color-caution);
170
170
 
171
171
  // Shadows
172
- // TODO: verify
173
- --ec-box-shadow: 0px .125rem .5rem var(--ec-color-shadow);
172
+ --ec-box-shadow: 0px .125rem 1rem var(--ec-color-shadow);
173
+
174
174
  // TODO: verify
175
175
  --ec-box-shadow-overlay: 0px .0625rem .5rem var(--ec-color-shadow-overlay);
176
176
 
177
177
  // Borders
178
178
  --ec-border-color: #D6D6D7;
179
179
  --ec-border-color-dark: #383840;
180
- --ec-border-color-hint: #EDEDED;
180
+ --ec-border-color-hint: var(--ec-color-gray-1);
181
181
  --ec-border-color-control: var(--ec-color-gray-4);
182
182
  --ec-border-color-control-disabled: var(--ec-border-color-control);
183
183
  --ec-border-color-control-readonly: transparent;