@aristobyte-ui/presets 1.0.50 → 1.0.51

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.
Files changed (1) hide show
  1. package/package.json +6 -8
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/presets",
3
3
  "description": "A collection of prebuilt UI presets for AristoByteUI — including cards, widgets, dashboards, and interactive layouts — fully typed and styled with SCSS modules for seamless integration.",
4
- "version": "1.0.50",
4
+ "version": "1.0.51",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",
@@ -117,20 +117,18 @@
117
117
  "check-types": "tsc --noEmit"
118
118
  },
119
119
  "dependencies": {
120
- "@aristobyte-ui/anchor": "^1.0.50",
121
- "@aristobyte-ui/button": "^1.0.50",
122
- "@aristobyte-ui/utils": "^1.0.50",
120
+ "@aristobyte-ui/anchor": "^1.0.51",
121
+ "@aristobyte-ui/button": "^1.0.51",
122
+ "@aristobyte-ui/utils": "^1.0.51",
123
123
  "esbuild-sass-plugin": "^3.3.1",
124
- "framer-motion": "^12.23.9",
125
124
  "react": "^19.1.0",
126
125
  "react-dom": "^19.1.0",
127
126
  "sass": "^1.89.0",
128
- "shiki": "^3.7.0",
129
127
  "tsup": "^8.5.0"
130
128
  },
131
129
  "devDependencies": {
132
- "@aristobyte-ui/eslint-config": "^1.0.50",
133
- "@aristobyte-ui/typescript-config": "^1.0.50",
130
+ "@aristobyte-ui/eslint-config": "^1.0.51",
131
+ "@aristobyte-ui/typescript-config": "^1.0.51",
134
132
  "@turbo/gen": "^2.5.0",
135
133
  "@types/node": "^24.3.0",
136
134
  "@types/react": "19.1.0",