@mirai/core 0.4.373 → 0.4.374
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/README.md +0 -2
- package/build/theme.css +0 -2
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -233,9 +233,7 @@ This component requires a data-id attribute, which contains the ID of the offer
|
|
|
233
233
|
Additionally, like other components, the `<Deals>` component offers some light visual customization through CSS variables:
|
|
234
234
|
|
|
235
235
|
```css
|
|
236
|
-
--mirai-deals-modal-z-index: 601;
|
|
237
236
|
--mirai-deals-notification-max-width: calc(var(--mirai-ui-calendar-cell) * 14 + var(--mirai-ui-calendar-padding) * 2);
|
|
238
|
-
--mirai-ui-modal-layer: var(--mirai-deals-modal-z-index);
|
|
239
237
|
```
|
|
240
238
|
|
|
241
239
|
## 2.7 `<Environment>`
|
package/build/theme.css
CHANGED
|
@@ -99,8 +99,6 @@
|
|
|
99
99
|
--mirai-places-padding: var(--mirai-ui-space-M);
|
|
100
100
|
|
|
101
101
|
/* modals */
|
|
102
|
-
--mirai-deals-modal-z-index: 10000;
|
|
103
|
-
--mirai-ui-modal-layer: var(--mirai-deals-modal-z-index);
|
|
104
102
|
--mirai-modal-max-height: calc(100svh - var(--mirai-ui-space-XXL));
|
|
105
103
|
|
|
106
104
|
/* session */
|