@mptw/skylens-ui 1.5.1 → 1.5.3

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.
@@ -159,6 +159,14 @@
159
159
 
160
160
  --transition-input-focus: "margin, padding, color, font-size, line-height, background-color";
161
161
  --transition-app-header: "margin, width";
162
+ --transition-width: "width";
163
+ --transition-height: "height";
164
+ --transition-margin: "margin";
165
+ --transition-font-size: "font-size";
166
+ --transition-padding: "padding";
167
+ --transition-sidebar-nav-item: "border-radius, width";
168
+ --transition-sidebar-nav-item-icon: "width, height, font-size";
169
+ --transition-border-radius: "border-radius";
162
170
 
163
171
  --text-shadow-default: "0px 4px 4px rgba(0, 0, 0, 0.25)";
164
172
  --text-shadow-md: "0px 2px 8px rgba(88, 82, 103, 0.25)";
@@ -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.3",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",