@mptw/skylens-ui 1.5.5 → 1.5.6

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,14 +159,8 @@
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
162
  --transition-sidebar-nav-item: "border-radius, width";
168
163
  --transition-sidebar-nav-item-icon: "width, height, font-size";
169
- --transition-border-radius: "border-radius";
170
164
 
171
165
  --text-shadow-default: "0px 4px 4px rgba(0, 0, 0, 0.25)";
172
166
  --text-shadow-md: "0px 2px 8px rgba(88, 82, 103, 0.25)";
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mptw/skylens-ui",
3
3
  "type": "module",
4
- "version": "1.5.5",
4
+ "version": "1.5.6",
5
5
  "main": "./nuxt.config.ts",
6
6
  "scripts": {
7
7
  "dev": "nuxi dev .playground",