@energycap/components 0.38.3-ECAP-19766-branding-update-fixes.20231003-1151 → 0.38.3-ECAP-19766-branding-update-fixes.20231003-1412

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.38.3-ECAP-19766-branding-update-fixes.20231003-1151",
3
+ "version": "0.38.3-ECAP-19766-branding-update-fixes.20231003-1412",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -543,9 +543,7 @@ $checkbox-indicator-size: $form-control-icon-size;
543
543
 
544
544
  &.is-disabled {
545
545
  opacity: var(--ec-form-control-opacity-disabled);
546
- background-color: var(--ec-form-control-background-color-disabled);
547
546
  color: var(--ec-form-control-color-disabled);
548
- border-color: var(--ec-form-control-border-color-disabled);
549
547
 
550
548
  label {
551
549
  color: inherit !important;