@descope/web-components-ui 1.137.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 +7 -1
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +7 -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-alert-index-js.js +1 -1
- package/dist/umd/descope-alert-index-js.js.map +1 -1
- package/package.json +1 -1
- package/src/components/descope-alert/AlertClass.js +7 -1
package/dist/index.esm.js
CHANGED
@@ -19104,7 +19104,13 @@ const AlertClass = compose$1(
|
|
19104
19104
|
horizontalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
19105
19105
|
verticalPadding: [{ property: 'padding-right' }, { property: 'padding-left' }],
|
19106
19106
|
alignItems: {},
|
19107
|
-
justifyContent:
|
19107
|
+
justifyContent: [
|
19108
|
+
{},
|
19109
|
+
{
|
19110
|
+
selector: EnrichedTextClass.componentName,
|
19111
|
+
property: EnrichedTextClass.cssVarList.textAlign,
|
19112
|
+
},
|
19113
|
+
],
|
19108
19114
|
icon: [
|
19109
19115
|
{ ...icon$3, property: 'content' },
|
19110
19116
|
{ ...icon$3, property: 'display', fallback: 'none' },
|