@aristobyte-ui/presets 1.0.54 → 1.0.56

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 -6
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.54",
4
+ "version": "1.0.56",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "author": "AristoByte <info@aristobyte.com>",
@@ -117,9 +117,9 @@
117
117
  "check-types": "tsc --noEmit"
118
118
  },
119
119
  "dependencies": {
120
- "@aristobyte-ui/anchor": "^1.0.54",
121
- "@aristobyte-ui/button": "^1.0.54",
122
- "@aristobyte-ui/utils": "^1.0.54",
120
+ "@aristobyte-ui/anchor": "^1.0.56",
121
+ "@aristobyte-ui/button": "^1.0.56",
122
+ "@aristobyte-ui/utils": "^1.0.56",
123
123
  "esbuild-sass-plugin": "^3.3.1",
124
124
  "react": "^19.1.0",
125
125
  "react-dom": "^19.1.0",
@@ -127,8 +127,8 @@
127
127
  "tsup": "^8.5.0"
128
128
  },
129
129
  "devDependencies": {
130
- "@aristobyte-ui/eslint-config": "^1.0.54",
131
- "@aristobyte-ui/typescript-config": "^1.0.54",
130
+ "@aristobyte-ui/eslint-config": "^1.0.56",
131
+ "@aristobyte-ui/typescript-config": "^1.0.56",
132
132
  "@turbo/gen": "^2.5.0",
133
133
  "@types/node": "^24.3.0",
134
134
  "@types/react": "19.1.0",