@descope/web-components-ui 1.0.381 → 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 +29 -39
- 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/dist/umd/phone-fields-descope-phone-field-descope-phone-field-internal-index-js.js +1 -1
- package/dist/umd/phone-fields-descope-phone-field-index-js.js +1 -1
- package/package.json +1 -1
- package/src/components/descope-date-field/DateFieldClass.js +1 -0
- package/src/components/phone-fields/descope-phone-field/descope-phone-field-internal/PhoneFieldInternal.js +2 -5
- package/src/components/phone-fields/descope-phone-field/helpers.js +28 -0
- package/src/theme/components/calendar.js +0 -3
- package/src/theme/components/dateField.js +0 -32
package/dist/cjs/index.cjs.js
CHANGED
@@ -14522,7 +14522,6 @@ const calendar = {
|
|
14522
14522
|
[vars$5.calendarPadding]: '1em',
|
14523
14523
|
|
14524
14524
|
[vars$5.topNavVerticalPadding]: '1em',
|
14525
|
-
[vars$5.topNavHorizontalPadding]: '1em',
|
14526
14525
|
[vars$5.topNavAlignment]: 'space-between',
|
14527
14526
|
[vars$5.topNavGap]: '0',
|
14528
14527
|
[vars$5.topNavSelectorsGap]: '0.5em',
|
@@ -14545,10 +14544,8 @@ const calendar = {
|
|
14545
14544
|
|
14546
14545
|
[vars$5.weekdayFontSize]: '0.875em',
|
14547
14546
|
[vars$5.weekdayFontWeight]: '500',
|
14548
|
-
[vars$5.weekdayTextColor]: globalRefs$4.colors.surface.dark,
|
14549
14547
|
|
14550
14548
|
// day table cell
|
14551
|
-
[vars$5.dayWidth]: '2.705em',
|
14552
14549
|
[vars$5.dayHeight]: '3.125em',
|
14553
14550
|
|
14554
14551
|
// day value
|
@@ -15377,6 +15374,7 @@ const DateFieldClass = compose(
|
|
15377
15374
|
outlineWidth: { ...overlay },
|
15378
15375
|
outlineColor: { ...overlay },
|
15379
15376
|
outlineStyle: { ...overlay },
|
15377
|
+
direction: { ...overlay },
|
15380
15378
|
},
|
15381
15379
|
}),
|
15382
15380
|
draggableMixin,
|
@@ -15392,39 +15390,7 @@ const vars$4 = DateFieldClass.cssVarList;
|
|
15392
15390
|
|
15393
15391
|
const dateField = {
|
15394
15392
|
[vars$4.hostWidth]: refs.width,
|
15395
|
-
[vars$4.hostMinWidth]: refs.minWidth,
|
15396
15393
|
[vars$4.hostDirection]: refs.direction,
|
15397
|
-
[vars$4.fontSize]: refs.fontSize,
|
15398
|
-
[vars$4.fontFamily]: refs.fontFamily,
|
15399
|
-
[vars$4.labelFontSize]: refs.labelFontSize,
|
15400
|
-
[vars$4.labelFontWeight]: refs.labelFontWeight,
|
15401
|
-
[vars$4.labelTextColor]: refs.labelTextColor,
|
15402
|
-
[vars$4.errorMessageTextColor]: refs.errorMessageTextColor,
|
15403
|
-
[vars$4.inputValueTextColor]: refs.valueTextColor,
|
15404
|
-
[vars$4.inputPlaceholderColor]: refs.placeholderTextColor,
|
15405
|
-
[vars$4.inputBorderWidth]: refs.borderWidth,
|
15406
|
-
[vars$4.inputBorderStyle]: refs.borderStyle,
|
15407
|
-
[vars$4.inputBorderColor]: refs.borderColor,
|
15408
|
-
[vars$4.inputBorderRadius]: refs.borderRadius,
|
15409
|
-
[vars$4.inputOutlineWidth]: refs.outlineWidth,
|
15410
|
-
[vars$4.inputOutlineStyle]: refs.outlineStyle,
|
15411
|
-
[vars$4.inputOutlineColor]: refs.outlineColor,
|
15412
|
-
[vars$4.inputOutlineOffset]: refs.outlineOffset,
|
15413
|
-
[vars$4.inputBackgroundColor]: refs.backgroundColor,
|
15414
|
-
[vars$4.labelRequiredIndicator]: refs.requiredIndicator,
|
15415
|
-
[vars$4.inputHorizontalPadding]: refs.horizontalPadding,
|
15416
|
-
[vars$4.inputHeight]: refs.inputHeight,
|
15417
|
-
[vars$4.labelPosition]: refs.labelPosition,
|
15418
|
-
[vars$4.labelTopPosition]: refs.labelTopPosition,
|
15419
|
-
[vars$4.labelHorizontalPosition]: refs.labelHorizontalPosition,
|
15420
|
-
[vars$4.inputTransformY]: refs.inputTransformY,
|
15421
|
-
[vars$4.inputTransition]: refs.inputTransition,
|
15422
|
-
[vars$4.marginInlineStart]: refs.marginInlineStart,
|
15423
|
-
[vars$4.placeholderOpacity]: refs.placeholderOpacity,
|
15424
|
-
[vars$4.inputVerticalAlignment]: refs.inputVerticalAlignment,
|
15425
|
-
[vars$4.valueInputHeight]: refs.valueInputHeight,
|
15426
|
-
[vars$4.valueInputMarginBottom]: refs.valueInputMarginBottom,
|
15427
|
-
|
15428
15394
|
[vars$4.iconMargin]: '0.375em',
|
15429
15395
|
|
15430
15396
|
[vars$4.overlay.marginTop]: `calc(${refs.outlineWidth} + 1px)`,
|