@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.
@@ -23363,6 +23363,7 @@ const [helperTheme, helperRefs, helperVars] = createHelperVars$1(
23363
23363
  );
23364
23364
 
23365
23365
  const { shadowColor } = helperRefs;
23366
+ const defaultShadow = `${globalRefs.shadow.wide.sm} ${shadowColor}, ${globalRefs.shadow.narrow.sm} ${shadowColor}`;
23366
23367
 
23367
23368
  const tooltip = {
23368
23369
  ...helperTheme,
@@ -23378,10 +23379,11 @@ const tooltip = {
23378
23379
  [vars$1.borderRadius]: globalRefs.radius.xs,
23379
23380
  [vars$1.horizontalPadding]: globalRefs.spacing.md,
23380
23381
  [vars$1.verticalPadding]: globalRefs.spacing.sm,
23382
+ [vars$1.boxShadow]: defaultShadow,
23381
23383
 
23382
23384
  shadow: {
23383
23385
  sm: {
23384
- [vars$1.boxShadow]: `${globalRefs.shadow.wide.sm} ${shadowColor}, ${globalRefs.shadow.narrow.sm} ${shadowColor}`,
23386
+ [vars$1.boxShadow]: defaultShadow,
23385
23387
  },
23386
23388
  md: {
23387
23389
  [vars$1.boxShadow]: `${globalRefs.shadow.wide.md} ${shadowColor}, ${globalRefs.shadow.narrow.md} ${shadowColor}`,