vira 31.1.0 → 31.1.2

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.
@@ -60,7 +60,6 @@ export const ViraMenu = defineViraElement()({
60
60
  }
61
61
 
62
62
  ${hostClasses['vira-menu-open-upwards'].selector} {
63
- ${viraShadows.menuShadowReversed}
64
63
  border-radius: ${viraFormCssVars['vira-form-radius'].value};
65
64
  border-bottom-left-radius: 0;
66
65
  border-bottom-right-radius: 0;
@@ -414,8 +414,10 @@ export const ViraButton = defineViraElement()({
414
414
  }
415
415
 
416
416
  ${hostClasses['vira-button-icon-only'].selector} {
417
+ aspect-ratio: 1;
418
+
417
419
  button {
418
- aspect-ratio: 1;
420
+ padding: 0;
419
421
  }
420
422
  }
421
423
  `;
@@ -15,6 +15,5 @@ export declare const shadowCssVars: import("lit-css-vars").CssVarDefinitions<{
15
15
  */
16
16
  export declare const viraShadows: {
17
17
  readonly menuShadow: CSSResult;
18
- readonly menuShadowReversed: CSSResult;
19
18
  readonly modal: CSSResult;
20
19
  };
@@ -22,13 +22,6 @@ export const viraShadows = {
22
22
  */
23
23
  will-change: filter;
24
24
  `,
25
- menuShadowReversed: css `
26
- filter: drop-shadow(0px -5px 5px ${shadowCssVars['menu-shadow-color'].value});
27
- /*
28
- This helps force the drop shadow to re-render when the element moves or the page changes.
29
- */
30
- will-change: filter;
31
- `,
32
25
  modal: css `
33
26
  box-shadow: 0 5px 15px ${shadowCssVars['modal-shadow-color'].value};
34
27
  `,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vira",
3
- "version": "31.1.0",
3
+ "version": "31.1.2",
4
4
  "description": "A simple and highly versatile design system using element-vir.",
5
5
  "keywords": [
6
6
  "design",