@latte-macchiat-io/latte-vanilla-components 0.0.489 → 0.0.490

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@latte-macchiat-io/latte-vanilla-components",
3
- "version": "0.0.489",
3
+ "version": "0.0.490",
4
4
  "description": "Beautiful components for amazing projects, with a touch of Vanilla 🥤",
5
5
  "type": "module",
6
6
  "main": "./src/index.ts",
@@ -66,7 +66,7 @@ const themeExpandCollapseBase = {
66
66
  },
67
67
 
68
68
  title: {
69
- fontWeight: 500,
69
+ fontWeight: '500',
70
70
  gap: {
71
71
  mobile: '15px',
72
72
  sm: '15px',
@@ -109,7 +109,6 @@ const themeExpandCollapseBase = {
109
109
  },
110
110
 
111
111
  icon: {
112
- size: '30px',
113
112
  marginTop: {
114
113
  mobile: '15px',
115
114
  sm: '15px',