@descope/web-components-ui 1.0.382 → 1.0.384

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/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,
@@ -13201,6 +13202,10 @@ class RawUserAttribute extends createBaseClass({
13201
13202
  content: '*';
13202
13203
  color: var(${TextClass.cssVarList.textColor});
13203
13204
  }
13205
+
13206
+ :host([readonly="true"]) descope-button {
13207
+ visibility: hidden;
13208
+ }
13204
13209
  </style>
13205
13210
 
13206
13211
 
@@ -17037,7 +17042,6 @@ const calendar = {
17037
17042
  [vars$5.calendarPadding]: '1em',
17038
17043
 
17039
17044
  [vars$5.topNavVerticalPadding]: '1em',
17040
- [vars$5.topNavHorizontalPadding]: '1em',
17041
17045
  [vars$5.topNavAlignment]: 'space-between',
17042
17046
  [vars$5.topNavGap]: '0',
17043
17047
  [vars$5.topNavSelectorsGap]: '0.5em',
@@ -17060,10 +17064,8 @@ const calendar = {
17060
17064
 
17061
17065
  [vars$5.weekdayFontSize]: '0.875em',
17062
17066
  [vars$5.weekdayFontWeight]: '500',
17063
- [vars$5.weekdayTextColor]: globalRefs$4.colors.surface.dark,
17064
17067
 
17065
17068
  // day table cell
17066
- [vars$5.dayWidth]: '2.705em',
17067
17069
  [vars$5.dayHeight]: '3.125em',
17068
17070
 
17069
17071
  // day value
@@ -17127,39 +17129,7 @@ const vars$4 = DateFieldClass.cssVarList;
17127
17129
 
17128
17130
  const dateField = {
17129
17131
  [vars$4.hostWidth]: refs.width,
17130
- [vars$4.hostMinWidth]: refs.minWidth,
17131
17132
  [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
17133
  [vars$4.iconMargin]: '0.375em',
17164
17134
 
17165
17135
  [vars$4.overlay.marginTop]: `calc(${refs.outlineWidth} + 1px)`,