lupine.components 1.1.44 → 1.1.45

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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lupine.components",
3
- "version": "1.1.44",
3
+ "version": "1.1.45",
4
4
  "license": "MIT",
5
5
  "author": "uuware.com",
6
6
  "homepage": "https://github.com/uuware/lupine.js",
@@ -206,7 +206,7 @@ export class ActionSheet {
206
206
  </div>
207
207
  );
208
208
  base.style.position = 'fixed';
209
- base.style.zIndex = zIndex || 'var(--layer-actionsheet-window)';
209
+ base.style.zIndex = zIndex || 'var(--layer-notice)';
210
210
  document.body.appendChild(base);
211
211
  await mountInnerComponent(base, component);
212
212
  return handleClose;