@mptw/skylens-ui 1.5.1 → 1.5.2

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.
@@ -94,7 +94,7 @@ export default defineComponent({
94
94
  }
95
95
 
96
96
  .alert-modal .modal-body-content .icon {
97
- @apply text-7.17xl;
97
+ @apply text-7p17xl;
98
98
  }
99
99
 
100
100
  .alert-modal .modal-body-content p {
@@ -79,7 +79,7 @@ export default defineComponent({
79
79
  }
80
80
 
81
81
  .circle-button-lg {
82
- @apply w-13.5 h-13.5 text-2.67xl;
82
+ @apply w-13.5 h-13.5 text-2p67xl;
83
83
  }
84
84
 
85
85
  .circle-button-lg .badge {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.5.1",
4
+ "version": "1.5.2",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",