@mptw/skylens-ui 1.4.6 → 1.4.8

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.
@@ -78,7 +78,7 @@ export default defineComponent({
78
78
  @apply relative inline-flex flex-col items-start space-y-1 cursor-pointer
79
79
 
80
80
  .radio-button-wrapper
81
- @apply inline-flex items-center text-base s('leading-4.5') text-gray-3
81
+ @apply inline-flex items-center text-base text-gray-3
82
82
 
83
83
  .icon
84
84
  @apply hidden
@@ -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.8",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",