@descope/web-components-ui 3.20.1 → 3.20.2
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/dist/cjs/index.cjs.js +6 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +6 -1
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-collapsible-container.js +1 -1
- package/dist/umd/descope-collapsible-container.js.map +1 -1
- package/dist/umd/index.js +1 -1
- package/package.json +42 -42
package/dist/cjs/index.cjs.js
CHANGED
|
@@ -3660,6 +3660,9 @@ const button = {
|
|
|
3660
3660
|
[compVars$9.labelTextColor]: helperRefs$7.main,
|
|
3661
3661
|
[compVars$9.borderColor]: helperRefs$7.main,
|
|
3662
3662
|
},
|
|
3663
|
+
_disabled: {
|
|
3664
|
+
[compVars$9.iconColor]: helperRefs$7.main,
|
|
3665
|
+
},
|
|
3663
3666
|
},
|
|
3664
3667
|
|
|
3665
3668
|
link: {
|
|
@@ -3672,6 +3675,9 @@ const button = {
|
|
|
3672
3675
|
_active: {
|
|
3673
3676
|
[compVars$9.labelTextColor]: helperRefs$7.main,
|
|
3674
3677
|
},
|
|
3678
|
+
_disabled: {
|
|
3679
|
+
[compVars$9.iconColor]: helperRefs$7.main,
|
|
3680
|
+
},
|
|
3675
3681
|
},
|
|
3676
3682
|
},
|
|
3677
3683
|
|
|
@@ -9233,7 +9239,6 @@ class RawCollapsibleContainer extends createBaseClass$1({
|
|
|
9233
9239
|
.title {
|
|
9234
9240
|
display: contents;
|
|
9235
9241
|
}
|
|
9236
|
-
/* attach icon */
|
|
9237
9242
|
:host([attach-icon="true"]) .header {
|
|
9238
9243
|
display: block;
|
|
9239
9244
|
}
|