@mptw/skylens-ui 1.4.6 → 1.4.7

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.
@@ -55,7 +55,7 @@ export default defineComponent({
55
55
 
56
56
  <style lang="stylus" scoped>
57
57
  .toast
58
- @apply fixed top-0 left-0 w-full h-full pointer-events-none
58
+ @apply s('z-[100]') fixed top-0 left-0 w-full h-full pointer-events-none
59
59
 
60
60
  &-wrapper
61
61
  @apply absolute s('top-1/2') s('left-1/2') py-4 px-6 s('bg-backdrop/80') rounded text-base text-white s('-translate-x-1/2') s('-translate-y-1/2')
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.4.6",
4
+ "version": "1.4.7",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",