@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 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 */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mirai/core",
3
- "version": "0.4.373",
3
+ "version": "0.4.374",
4
4
  "source": "src/index.js",
5
5
  "repository": "https://gitlab.com/miraicorp/dev/frontend/core",
6
6
  "author": "JΛVI <hello@soyjavi.com>",