@aristobyte-ui/react 1.0.113 → 2.1.0
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 +13 -43
- package/dist/index.d.mts +0 -9
- package/dist/index.d.ts +0 -9
- package/dist/index.js +0 -42
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -13
- package/dist/index.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@aristobyte-ui/react",
|
|
3
3
|
"description": "AristoByte UI — the complete suite of reusable, production-ready React components with built-in design tokens, accessibility, and theming. Install this package to get the full library in a single dependency.",
|
|
4
|
-
"version": "1.0
|
|
4
|
+
"version": "2.1.0",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"private": false,
|
|
7
7
|
"author": "AristoByte <info@aristobyte.com>",
|
|
8
|
-
"homepage": "https://www.npmjs.com/package/@aristobyte-ui",
|
|
8
|
+
"homepage": "https://www.npmjs.com/package/@aristobyte-ui/react",
|
|
9
9
|
"repository": {
|
|
10
10
|
"type": "git",
|
|
11
11
|
"url": "git+https://github.com/aristobyte-team/aristobyte-ui.git",
|
|
@@ -53,51 +53,21 @@
|
|
|
53
53
|
"publishConfig": {
|
|
54
54
|
"access": "public"
|
|
55
55
|
},
|
|
56
|
-
"main": "dist/index.js",
|
|
57
|
-
"module": "dist/index.
|
|
58
|
-
"types": "dist/index.d.ts",
|
|
59
|
-
"exports": {
|
|
60
|
-
"development": {
|
|
61
|
-
"import": "./index.ts",
|
|
62
|
-
"types": "./index.ts"
|
|
63
|
-
},
|
|
64
|
-
"default": {
|
|
65
|
-
"import": "./dist/index.mjs",
|
|
66
|
-
"require": "./dist/index.js",
|
|
67
|
-
"types": "./dist/index.d.ts"
|
|
68
|
-
}
|
|
69
|
-
},
|
|
70
|
-
"scripts": {
|
|
71
|
-
"build": "tsup",
|
|
72
|
-
"lint": "eslint . --max-warnings 0",
|
|
73
|
-
"generate:component": "turbo gen react-component",
|
|
74
|
-
"check-types": "tsc --noEmit"
|
|
75
|
-
},
|
|
56
|
+
"main": "dist/lib/main/index.js",
|
|
57
|
+
"module": "dist/es/main/index.js",
|
|
76
58
|
"peerDependencies": {
|
|
77
59
|
"react": "^19.1.0",
|
|
78
60
|
"react-dom": "^19.1.0"
|
|
79
61
|
},
|
|
80
62
|
"dependencies": {
|
|
81
|
-
"@aristobyte-ui/anchor": "^1.0
|
|
82
|
-
"@aristobyte-ui/button": "^1.0
|
|
83
|
-
"@aristobyte-ui/dropdown": "^1.0
|
|
84
|
-
"@aristobyte-ui/message-box": "^1.0
|
|
85
|
-
"@aristobyte-ui/presets": "^1.0
|
|
86
|
-
"@aristobyte-ui/radio": "^1.0
|
|
87
|
-
"@aristobyte-ui/spinner": "^1.0
|
|
88
|
-
"@aristobyte-ui/switch": "^1.0
|
|
89
|
-
"@aristobyte-ui/utils": "^1.0
|
|
90
|
-
},
|
|
91
|
-
"devDependencies": {
|
|
92
|
-
"@aristobyte-ui/eslint-config": "^1.0.113",
|
|
93
|
-
"@aristobyte-ui/jest-config": "^1.0.113",
|
|
94
|
-
"@aristobyte-ui/typescript-config": "^1.0.113",
|
|
95
|
-
"@turbo/gen": "^2.5.0",
|
|
96
|
-
"@types/node": "^24.3.0",
|
|
97
|
-
"@types/react": "19.1.0",
|
|
98
|
-
"@types/react-dom": "19.1.1",
|
|
99
|
-
"eslint": "^9.27.0",
|
|
100
|
-
"tsup": "^8.5.0",
|
|
101
|
-
"typescript": "^5.8.3"
|
|
63
|
+
"@aristobyte-ui/anchor": "^2.1.0",
|
|
64
|
+
"@aristobyte-ui/button": "^2.1.0",
|
|
65
|
+
"@aristobyte-ui/dropdown": "^2.1.0",
|
|
66
|
+
"@aristobyte-ui/message-box": "^2.1.0",
|
|
67
|
+
"@aristobyte-ui/presets": "^2.1.0",
|
|
68
|
+
"@aristobyte-ui/radio": "^2.1.0",
|
|
69
|
+
"@aristobyte-ui/spinner": "^2.1.0",
|
|
70
|
+
"@aristobyte-ui/switch": "^2.1.0",
|
|
71
|
+
"@aristobyte-ui/utils": "^2.1.0"
|
|
102
72
|
}
|
|
103
73
|
}
|
package/dist/index.d.mts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from '@aristobyte-ui/anchor';
|
|
2
|
-
export * from '@aristobyte-ui/button';
|
|
3
|
-
export * from '@aristobyte-ui/dropdown';
|
|
4
|
-
export * from '@aristobyte-ui/message-box';
|
|
5
|
-
export * from '@aristobyte-ui/presets';
|
|
6
|
-
export * from '@aristobyte-ui/radio';
|
|
7
|
-
export * from '@aristobyte-ui/spinner';
|
|
8
|
-
export * from '@aristobyte-ui/switch';
|
|
9
|
-
export * from '@aristobyte-ui/utils';
|
package/dist/index.d.ts
DELETED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
export * from '@aristobyte-ui/anchor';
|
|
2
|
-
export * from '@aristobyte-ui/button';
|
|
3
|
-
export * from '@aristobyte-ui/dropdown';
|
|
4
|
-
export * from '@aristobyte-ui/message-box';
|
|
5
|
-
export * from '@aristobyte-ui/presets';
|
|
6
|
-
export * from '@aristobyte-ui/radio';
|
|
7
|
-
export * from '@aristobyte-ui/spinner';
|
|
8
|
-
export * from '@aristobyte-ui/switch';
|
|
9
|
-
export * from '@aristobyte-ui/utils';
|
package/dist/index.js
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
"use strict";
|
|
3
|
-
var __defProp = Object.defineProperty;
|
|
4
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
-
var __copyProps = (to, from, except, desc) => {
|
|
8
|
-
if (from && typeof from === "object" || typeof from === "function") {
|
|
9
|
-
for (let key of __getOwnPropNames(from))
|
|
10
|
-
if (!__hasOwnProp.call(to, key) && key !== except)
|
|
11
|
-
__defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
}
|
|
13
|
-
return to;
|
|
14
|
-
};
|
|
15
|
-
var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
16
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
17
|
-
|
|
18
|
-
// index.ts
|
|
19
|
-
var index_exports = {};
|
|
20
|
-
module.exports = __toCommonJS(index_exports);
|
|
21
|
-
__reExport(index_exports, require("@aristobyte-ui/anchor"), module.exports);
|
|
22
|
-
__reExport(index_exports, require("@aristobyte-ui/button"), module.exports);
|
|
23
|
-
__reExport(index_exports, require("@aristobyte-ui/dropdown"), module.exports);
|
|
24
|
-
__reExport(index_exports, require("@aristobyte-ui/message-box"), module.exports);
|
|
25
|
-
__reExport(index_exports, require("@aristobyte-ui/presets"), module.exports);
|
|
26
|
-
__reExport(index_exports, require("@aristobyte-ui/radio"), module.exports);
|
|
27
|
-
__reExport(index_exports, require("@aristobyte-ui/spinner"), module.exports);
|
|
28
|
-
__reExport(index_exports, require("@aristobyte-ui/switch"), module.exports);
|
|
29
|
-
__reExport(index_exports, require("@aristobyte-ui/utils"), module.exports);
|
|
30
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
31
|
-
0 && (module.exports = {
|
|
32
|
-
...require("@aristobyte-ui/anchor"),
|
|
33
|
-
...require("@aristobyte-ui/button"),
|
|
34
|
-
...require("@aristobyte-ui/dropdown"),
|
|
35
|
-
...require("@aristobyte-ui/message-box"),
|
|
36
|
-
...require("@aristobyte-ui/presets"),
|
|
37
|
-
...require("@aristobyte-ui/radio"),
|
|
38
|
-
...require("@aristobyte-ui/spinner"),
|
|
39
|
-
...require("@aristobyte-ui/switch"),
|
|
40
|
-
...require("@aristobyte-ui/utils")
|
|
41
|
-
});
|
|
42
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["export * from \"@aristobyte-ui/anchor\";\nexport * from \"@aristobyte-ui/button\";\nexport * from \"@aristobyte-ui/dropdown\";\nexport * from \"@aristobyte-ui/message-box\";\nexport * from \"@aristobyte-ui/presets\";\nexport * from \"@aristobyte-ui/radio\";\nexport * from \"@aristobyte-ui/spinner\";\nexport * from \"@aristobyte-ui/switch\";\nexport * from \"@aristobyte-ui/utils\";\n"],"mappings":";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA,0BAAc,kCAAd;AACA,0BAAc,kCADd;AAEA,0BAAc,oCAFd;AAGA,0BAAc,uCAHd;AAIA,0BAAc,mCAJd;AAKA,0BAAc,iCALd;AAMA,0BAAc,mCANd;AAOA,0BAAc,kCAPd;AAQA,0BAAc,iCARd;","names":[]}
|
package/dist/index.mjs
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
"use client";
|
|
2
|
-
|
|
3
|
-
// index.ts
|
|
4
|
-
export * from "@aristobyte-ui/anchor";
|
|
5
|
-
export * from "@aristobyte-ui/button";
|
|
6
|
-
export * from "@aristobyte-ui/dropdown";
|
|
7
|
-
export * from "@aristobyte-ui/message-box";
|
|
8
|
-
export * from "@aristobyte-ui/presets";
|
|
9
|
-
export * from "@aristobyte-ui/radio";
|
|
10
|
-
export * from "@aristobyte-ui/spinner";
|
|
11
|
-
export * from "@aristobyte-ui/switch";
|
|
12
|
-
export * from "@aristobyte-ui/utils";
|
|
13
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":["../index.ts"],"sourcesContent":["export * from \"@aristobyte-ui/anchor\";\nexport * from \"@aristobyte-ui/button\";\nexport * from \"@aristobyte-ui/dropdown\";\nexport * from \"@aristobyte-ui/message-box\";\nexport * from \"@aristobyte-ui/presets\";\nexport * from \"@aristobyte-ui/radio\";\nexport * from \"@aristobyte-ui/spinner\";\nexport * from \"@aristobyte-ui/switch\";\nexport * from \"@aristobyte-ui/utils\";\n"],"mappings":";;;AAAA,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;","names":[]}
|