vira 28.2.0 → 28.2.1

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.
@@ -6,7 +6,7 @@ import { type CSSResult } from 'element-vir';
6
6
  */
7
7
  export declare const shadowCssVars: import("lit-css-vars").CssVarDefinitions<{
8
8
  readonly 'menu-shadow-color': "#e2e2e2";
9
- readonly 'modal-shadow-color': "#bfbfbf";
9
+ readonly 'modal-shadow-color': "#4f4f4f";
10
10
  }>;
11
11
  /**
12
12
  * CSS chunks for default Vira shadow styles.
@@ -7,7 +7,7 @@ import { defineCssVars } from 'lit-css-vars';
7
7
  */
8
8
  export const shadowCssVars = defineCssVars({
9
9
  'menu-shadow-color': '#e2e2e2',
10
- 'modal-shadow-color': '#bfbfbf',
10
+ 'modal-shadow-color': '#4f4f4f',
11
11
  });
12
12
  /**
13
13
  * CSS chunks for default Vira shadow styles.
@@ -30,6 +30,6 @@ export const viraShadows = {
30
30
  will-change: filter;
31
31
  `,
32
32
  modal: css `
33
- box-shadow: 0 20px 60px ${shadowCssVars['modal-shadow-color'].value};
33
+ box-shadow: 0 5px 15px ${shadowCssVars['modal-shadow-color'].value};
34
34
  `,
35
35
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "28.2.0",
3
+ "version": "28.2.1",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",