@descope/web-components-ui 1.0.382 → 1.0.383
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 +1 -35
- package/dist/cjs/index.cjs.js.map +1 -1
- package/dist/index.esm.js +1 -35
- package/dist/index.esm.js.map +1 -1
- package/dist/umd/DescopeDev.js +1 -1
- package/dist/umd/descope-date-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-date-field/DateFieldClass.js +1 -0
- package/src/theme/components/calendar.js +0 -3
- package/src/theme/components/dateField.js +0 -32
package/dist/index.esm.js
CHANGED
|
@@ -5139,6 +5139,7 @@ const DateFieldClass = compose(
|
|
|
5139
5139
|
outlineWidth: { ...overlay },
|
|
5140
5140
|
outlineColor: { ...overlay },
|
|
5141
5141
|
outlineStyle: { ...overlay },
|
|
5142
|
+
direction: { ...overlay },
|
|
5142
5143
|
},
|
|
5143
5144
|
}),
|
|
5144
5145
|
draggableMixin,
|
|
@@ -17037,7 +17038,6 @@ const calendar = {
|
|
|
17037
17038
|
[vars$5.calendarPadding]: '1em',
|
|
17038
17039
|
|
|
17039
17040
|
[vars$5.topNavVerticalPadding]: '1em',
|
|
17040
|
-
[vars$5.topNavHorizontalPadding]: '1em',
|
|
17041
17041
|
[vars$5.topNavAlignment]: 'space-between',
|
|
17042
17042
|
[vars$5.topNavGap]: '0',
|
|
17043
17043
|
[vars$5.topNavSelectorsGap]: '0.5em',
|
|
@@ -17060,10 +17060,8 @@ const calendar = {
|
|
|
17060
17060
|
|
|
17061
17061
|
[vars$5.weekdayFontSize]: '0.875em',
|
|
17062
17062
|
[vars$5.weekdayFontWeight]: '500',
|
|
17063
|
-
[vars$5.weekdayTextColor]: globalRefs$4.colors.surface.dark,
|
|
17064
17063
|
|
|
17065
17064
|
// day table cell
|
|
17066
|
-
[vars$5.dayWidth]: '2.705em',
|
|
17067
17065
|
[vars$5.dayHeight]: '3.125em',
|
|
17068
17066
|
|
|
17069
17067
|
// day value
|
|
@@ -17127,39 +17125,7 @@ const vars$4 = DateFieldClass.cssVarList;
|
|
|
17127
17125
|
|
|
17128
17126
|
const dateField = {
|
|
17129
17127
|
[vars$4.hostWidth]: refs.width,
|
|
17130
|
-
[vars$4.hostMinWidth]: refs.minWidth,
|
|
17131
17128
|
[vars$4.hostDirection]: refs.direction,
|
|
17132
|
-
[vars$4.fontSize]: refs.fontSize,
|
|
17133
|
-
[vars$4.fontFamily]: refs.fontFamily,
|
|
17134
|
-
[vars$4.labelFontSize]: refs.labelFontSize,
|
|
17135
|
-
[vars$4.labelFontWeight]: refs.labelFontWeight,
|
|
17136
|
-
[vars$4.labelTextColor]: refs.labelTextColor,
|
|
17137
|
-
[vars$4.errorMessageTextColor]: refs.errorMessageTextColor,
|
|
17138
|
-
[vars$4.inputValueTextColor]: refs.valueTextColor,
|
|
17139
|
-
[vars$4.inputPlaceholderColor]: refs.placeholderTextColor,
|
|
17140
|
-
[vars$4.inputBorderWidth]: refs.borderWidth,
|
|
17141
|
-
[vars$4.inputBorderStyle]: refs.borderStyle,
|
|
17142
|
-
[vars$4.inputBorderColor]: refs.borderColor,
|
|
17143
|
-
[vars$4.inputBorderRadius]: refs.borderRadius,
|
|
17144
|
-
[vars$4.inputOutlineWidth]: refs.outlineWidth,
|
|
17145
|
-
[vars$4.inputOutlineStyle]: refs.outlineStyle,
|
|
17146
|
-
[vars$4.inputOutlineColor]: refs.outlineColor,
|
|
17147
|
-
[vars$4.inputOutlineOffset]: refs.outlineOffset,
|
|
17148
|
-
[vars$4.inputBackgroundColor]: refs.backgroundColor,
|
|
17149
|
-
[vars$4.labelRequiredIndicator]: refs.requiredIndicator,
|
|
17150
|
-
[vars$4.inputHorizontalPadding]: refs.horizontalPadding,
|
|
17151
|
-
[vars$4.inputHeight]: refs.inputHeight,
|
|
17152
|
-
[vars$4.labelPosition]: refs.labelPosition,
|
|
17153
|
-
[vars$4.labelTopPosition]: refs.labelTopPosition,
|
|
17154
|
-
[vars$4.labelHorizontalPosition]: refs.labelHorizontalPosition,
|
|
17155
|
-
[vars$4.inputTransformY]: refs.inputTransformY,
|
|
17156
|
-
[vars$4.inputTransition]: refs.inputTransition,
|
|
17157
|
-
[vars$4.marginInlineStart]: refs.marginInlineStart,
|
|
17158
|
-
[vars$4.placeholderOpacity]: refs.placeholderOpacity,
|
|
17159
|
-
[vars$4.inputVerticalAlignment]: refs.inputVerticalAlignment,
|
|
17160
|
-
[vars$4.valueInputHeight]: refs.valueInputHeight,
|
|
17161
|
-
[vars$4.valueInputMarginBottom]: refs.valueInputMarginBottom,
|
|
17162
|
-
|
|
17163
17129
|
[vars$4.iconMargin]: '0.375em',
|
|
17164
17130
|
|
|
17165
17131
|
[vars$4.overlay.marginTop]: `calc(${refs.outlineWidth} + 1px)`,
|