@aristobyte-ui/presets 1.0.31 → 1.0.32
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 +5 -13
package/package.json
CHANGED
|
@@ -1,12 +1,9 @@
|
|
|
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.
|
|
4
|
+
"version": "1.0.32",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
|
-
"main": "dist/index.js",
|
|
8
|
-
"module": "dist/index.mjs",
|
|
9
|
-
"types": "dist/index.d.ts",
|
|
10
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
11
8
|
"homepage": "https://www.npmjs.com/package/@aristobyte-ui/presets",
|
|
12
9
|
"repository": {
|
|
@@ -113,12 +110,6 @@
|
|
|
113
110
|
"publishConfig": {
|
|
114
111
|
"access": "public"
|
|
115
112
|
},
|
|
116
|
-
"exports": {
|
|
117
|
-
".": {
|
|
118
|
-
"import": "./dist/index.mjs",
|
|
119
|
-
"require": "./dist/index.js"
|
|
120
|
-
}
|
|
121
|
-
},
|
|
122
113
|
"scripts": {
|
|
123
114
|
"build": "tsup",
|
|
124
115
|
"lint": "eslint . --max-warnings 0",
|
|
@@ -126,7 +117,8 @@
|
|
|
126
117
|
"check-types": "tsc --noEmit"
|
|
127
118
|
},
|
|
128
119
|
"dependencies": {
|
|
129
|
-
"@aristobyte-ui/
|
|
120
|
+
"@aristobyte-ui/button": "^1.0.32",
|
|
121
|
+
"@aristobyte-ui/utils": "^1.0.32",
|
|
130
122
|
"esbuild-sass-plugin": "^3.3.1",
|
|
131
123
|
"framer-motion": "^12.23.9",
|
|
132
124
|
"react": "^19.1.0",
|
|
@@ -136,8 +128,8 @@
|
|
|
136
128
|
"tsup": "^8.5.0"
|
|
137
129
|
},
|
|
138
130
|
"devDependencies": {
|
|
139
|
-
"@aristobyte-ui/eslint-config": "^1.0.
|
|
140
|
-
"@aristobyte-ui/typescript-config": "^1.0.
|
|
131
|
+
"@aristobyte-ui/eslint-config": "^1.0.32",
|
|
132
|
+
"@aristobyte-ui/typescript-config": "^1.0.32",
|
|
141
133
|
"@turbo/gen": "^2.5.0",
|
|
142
134
|
"@types/node": "^24.3.0",
|
|
143
135
|
"@types/react": "19.1.0",
|