@descope/web-components-ui 1.0.268 → 1.0.270
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 +3 -0
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +3 -0
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/descope-container-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-container/ContainerClass.js +1 -0
- package/src/theme/components/container.js +1 -0
- package/src/theme/components/grid.js +1 -0
package/dist/index.esm.js
CHANGED
@@ -2120,6 +2120,7 @@ const ContainerClass = compose(
|
|
2120
2120
|
mappings: {
|
2121
2121
|
hostHeight: { selector: () => ':host', property: 'height' },
|
2122
2122
|
hostWidth: { selector: () => ':host', property: 'width' },
|
2123
|
+
hostDirection: { selector: () => ':host', property: 'direction' },
|
2123
2124
|
|
2124
2125
|
verticalPadding: [{ property: 'padding-top' }, { property: 'padding-bottom' }],
|
2125
2126
|
horizontalPadding: [{ property: 'padding-left' }, { property: 'padding-right' }],
|
@@ -9355,6 +9356,7 @@ const container = {
|
|
9355
9356
|
[compVars$3.backgroundColor]: globalRefs$d.colors.surface.light,
|
9356
9357
|
[compVars$3.color]: globalRefs$d.colors.surface.contrast,
|
9357
9358
|
[compVars$3.borderRadius]: '0px',
|
9359
|
+
[compVars$3.hostDirection]: globalRefs$d.direction,
|
9358
9360
|
|
9359
9361
|
verticalPadding: {
|
9360
9362
|
sm: { [compVars$3.verticalPadding]: '5px' },
|
@@ -10112,6 +10114,7 @@ const grid = {
|
|
10112
10114
|
[vars$4.hostWidth]: '100%',
|
10113
10115
|
[vars$4.hostHeight]: '100%',
|
10114
10116
|
[vars$4.hostMinHeight]: '400px',
|
10117
|
+
[vars$4.fontWeight]: '400',
|
10115
10118
|
[vars$4.backgroundColor]: globalRefs$3.colors.surface.light,
|
10116
10119
|
|
10117
10120
|
[vars$4.fontSize]: refs.fontSize,
|