create-mercato-app 0.6.1-develop.3110.780b0b618f → 0.6.1-develop.3115.bc23703ef8
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/package.json
CHANGED
|
@@ -18,6 +18,10 @@ TODO: Fix that latter to have reference by the package names
|
|
|
18
18
|
|
|
19
19
|
@custom-variant dark (&:is(.dark *));
|
|
20
20
|
|
|
21
|
+
@utility z-popover {
|
|
22
|
+
z-index: var(--z-index-popover);
|
|
23
|
+
}
|
|
24
|
+
|
|
21
25
|
@theme inline {
|
|
22
26
|
--color-background: var(--background);
|
|
23
27
|
--color-foreground: var(--foreground);
|
|
@@ -116,6 +120,7 @@ TODO: Fix that latter to have reference by the package names
|
|
|
116
120
|
--z-index-dropdown: 20;
|
|
117
121
|
--z-index-overlay: 30;
|
|
118
122
|
--z-index-modal: 40;
|
|
123
|
+
--z-index-popover: 45;
|
|
119
124
|
--z-index-toast: 50;
|
|
120
125
|
--z-index-tooltip: 60;
|
|
121
126
|
--z-index-banner: 70;
|