@descope/web-components-ui 1.136.0 → 1.138.0
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 +8 -2
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +8 -2
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/8961.js +1 -1
- package/dist/umd/8961.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/DescopeDev.js.map +1 -1
- package/dist/umd/descope-alert-index-js.js +1 -1
- package/dist/umd/descope-alert-index-js.js.map +1 -1
- package/package.json +24 -24
- package/src/components/descope-alert/AlertClass.js +7 -1
package/dist/cjs/index.cjs.js
CHANGED
@@ -1647,7 +1647,7 @@ const createStyleMixin$1 =
|
|
1647
1647
|
|
1648
1648
|
|
1649
1649
|
#setAttrOverride(attrName, value) {
|
1650
|
-
const style = this.#overrideStyleEle?.cssRules[0]
|
1650
|
+
const style = this.#overrideStyleEle?.cssRules[0]?.style;
|
1651
1651
|
|
1652
1652
|
if (!style) return;
|
1653
1653
|
|
@@ -19948,7 +19948,13 @@ const AlertClass = compose$1(
|
|
19948
19948
|
horizontalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
19949
19949
|
verticalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
|
19950
19950
|
alignItems: {},
|
19951
|
-
justifyContent:
|
19951
|
+
justifyContent: [
|
19952
|
+
{},
|
19953
|
+
{
|
19954
|
+
selector: EnrichedTextClass.componentName,
|
19955
|
+
property: EnrichedTextClass.cssVarList.textAlign,
|
19956
|
+
},
|
19957
|
+
],
|
19952
19958
|
icon: [
|
19953
19959
|
{ ...icon$1, property: 'content' },
|
19954
19960
|
{ ...icon$1, property: 'display', fallback: 'none' },
|