@energycap/components 0.38.3-ECAP-19766-branding-update-fixes.20231003-1558 → 0.38.3-ECAP-19739-fix-page-view-footer-z-index.20231004-1635

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-1558",
3
+ "version": "0.38.3-ECAP-19739-fix-page-view-footer-z-index.20231004-1635",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },
@@ -543,7 +543,9 @@ $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);
546
547
  color: var(--ec-form-control-color-disabled);
548
+ border-color: var(--ec-form-control-border-color-disabled);
547
549
 
548
550
  label {
549
551
  color: inherit !important;