gridsmith-ui 0.2.0 → 0.2.1

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,7 +1,7 @@
1
1
  {
2
2
  "name": "gridsmith-ui",
3
- "version": "0.2.0",
4
- "description": "Gridsmith component library — 78 React components with design tokens and a CSS custom property theming engine",
3
+ "version": "0.2.1",
4
+ "description": "Gridsmith component library — 79 React components with design tokens and a CSS custom property theming engine",
5
5
  "type": "module",
6
6
  "sideEffects": [
7
7
  "*.css"
@@ -48,11 +48,21 @@
48
48
  "react-icons": "^5.0.0"
49
49
  },
50
50
  "peerDependenciesMeta": {
51
- "lucide-react": { "optional": true },
52
- "@phosphor-icons/react": { "optional": true },
53
- "@heroicons/react": { "optional": true },
54
- "@tabler/icons-react": { "optional": true },
55
- "react-icons": { "optional": true }
51
+ "lucide-react": {
52
+ "optional": true
53
+ },
54
+ "@phosphor-icons/react": {
55
+ "optional": true
56
+ },
57
+ "@heroicons/react": {
58
+ "optional": true
59
+ },
60
+ "@tabler/icons-react": {
61
+ "optional": true
62
+ },
63
+ "react-icons": {
64
+ "optional": true
65
+ }
56
66
  },
57
67
  "devDependencies": {
58
68
  "@types/react": "^19.2.14",