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;
|
package/dist/styles/shadows.d.ts
CHANGED
package/dist/styles/shadows.js
CHANGED
|
@@ -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
|
`,
|