@descope/web-components-ui 2.2.14 → 2.2.15

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
@@ -26107,6 +26107,7 @@ const [helperTheme, helperRefs, helperVars] = createHelperVars$1(
26107
26107
  );
26108
26108
 
26109
26109
  const { shadowColor } = helperRefs;
26110
+ const defaultShadow = `${globalRefs.shadow.wide.sm} ${shadowColor}, ${globalRefs.shadow.narrow.sm} ${shadowColor}`;
26110
26111
 
26111
26112
  const tooltip = {
26112
26113
  ...helperTheme,
@@ -26122,10 +26123,11 @@ const tooltip = {
26122
26123
  [vars$1.borderRadius]: globalRefs.radius.xs,
26123
26124
  [vars$1.horizontalPadding]: globalRefs.spacing.md,
26124
26125
  [vars$1.verticalPadding]: globalRefs.spacing.sm,
26126
+ [vars$1.boxShadow]: defaultShadow,
26125
26127
 
26126
26128
  shadow: {
26127
26129
  sm: {
26128
- [vars$1.boxShadow]: `${globalRefs.shadow.wide.sm} ${shadowColor}, ${globalRefs.shadow.narrow.sm} ${shadowColor}`,
26130
+ [vars$1.boxShadow]: defaultShadow,
26129
26131
  },
26130
26132
  md: {
26131
26133
  [vars$1.boxShadow]: `${globalRefs.shadow.wide.md} ${shadowColor}, ${globalRefs.shadow.narrow.md} ${shadowColor}`,