@object-ui/components 3.0.1 → 3.0.3
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/.turbo/turbo-build.log +7 -7
- package/CHANGELOG.md +16 -0
- package/package.json +5 -5
- package/src/index.test.ts +0 -15
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,21 +1,21 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/components@3.0.
|
|
2
|
+
> @object-ui/components@3.0.3 prebuild /home/runner/work/objectui/objectui/packages/components
|
|
3
3
|
> pnpm --filter @object-ui/types build && pnpm --filter @object-ui/core build && pnpm --filter @object-ui/react build
|
|
4
4
|
|
|
5
5
|
|
|
6
|
-
> @object-ui/types@3.0.
|
|
6
|
+
> @object-ui/types@3.0.3 build /home/runner/work/objectui/objectui/packages/types
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @object-ui/core@3.0.
|
|
10
|
+
> @object-ui/core@3.0.3 build /home/runner/work/objectui/objectui/packages/core
|
|
11
11
|
> tsc
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
> @object-ui/react@3.0.
|
|
14
|
+
> @object-ui/react@3.0.3 build /home/runner/work/objectui/objectui/packages/react
|
|
15
15
|
> tsc
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
> @object-ui/components@3.0.
|
|
18
|
+
> @object-ui/components@3.0.3 build /home/runner/work/objectui/objectui/packages/components
|
|
19
19
|
> vite build
|
|
20
20
|
|
|
21
21
|
[36mvite v7.3.1 [32mbuilding client environment for production...[36m[39m
|
|
@@ -27,8 +27,8 @@ rendering chunks...
|
|
|
27
27
|
computing gzip size...
|
|
28
28
|
[2mdist/[22m[35mindex.css [39m[1m[2m 108.63 kB[22m[1m[22m[2m │ gzip: 17.92 kB[22m
|
|
29
29
|
[2mdist/[22m[36mindex.js [39m[1m[33m1,863.84 kB[39m[22m[2m │ gzip: 435.01 kB[22m
|
|
30
|
-
[32m[36m[vite:dts][32m Declaration files built in
|
|
30
|
+
[32m[36m[vite:dts][32m Declaration files built in 6975ms.
|
|
31
31
|
[39m
|
|
32
32
|
[2mdist/[22m[35mindex.css [39m[1m[2m 108.63 kB[22m[1m[22m[2m │ gzip: 17.92 kB[22m
|
|
33
33
|
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m1,341.86 kB[39m[22m[2m │ gzip: 371.21 kB[22m
|
|
34
|
-
[32m✓ built in
|
|
34
|
+
[32m✓ built in 14.46s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @object-ui/components
|
|
2
2
|
|
|
3
|
+
## 3.0.3
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@3.0.3
|
|
8
|
+
- @object-ui/core@3.0.3
|
|
9
|
+
- @object-ui/react@3.0.3
|
|
10
|
+
|
|
11
|
+
## 3.0.2
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @object-ui/types@3.0.2
|
|
16
|
+
- @object-ui/core@3.0.2
|
|
17
|
+
- @object-ui/react@3.0.2
|
|
18
|
+
|
|
3
19
|
## 3.0.1
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@object-ui/components",
|
|
3
|
-
"version": "3.0.
|
|
3
|
+
"version": "3.0.3",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"license": "MIT",
|
|
6
6
|
"description": "Standard UI component library for Object UI, built with Shadcn UI + Tailwind CSS",
|
|
@@ -63,15 +63,15 @@
|
|
|
63
63
|
"next-themes": "^0.4.6",
|
|
64
64
|
"react-day-picker": "^9.13.2",
|
|
65
65
|
"react-hook-form": "^7.71.1",
|
|
66
|
-
"react-resizable-panels": "^4.6.
|
|
66
|
+
"react-resizable-panels": "^4.6.3",
|
|
67
67
|
"recharts": "2.15.4",
|
|
68
68
|
"sonner": "^2.0.7",
|
|
69
69
|
"tailwind-merge": "^3.4.0",
|
|
70
70
|
"tailwindcss-animate": "^1.0.7",
|
|
71
71
|
"vaul": "^1.1.2",
|
|
72
|
-
"@object-ui/core": "3.0.
|
|
73
|
-
"@object-ui/react": "3.0.
|
|
74
|
-
"@object-ui/types": "3.0.
|
|
72
|
+
"@object-ui/core": "3.0.3",
|
|
73
|
+
"@object-ui/react": "3.0.3",
|
|
74
|
+
"@object-ui/types": "3.0.3"
|
|
75
75
|
},
|
|
76
76
|
"peerDependencies": {
|
|
77
77
|
"react": "^18.0.0 || ^19.0.0",
|
package/src/index.test.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* ObjectUI
|
|
3
|
-
* Copyright (c) 2024-present ObjectStack Inc.
|
|
4
|
-
*
|
|
5
|
-
* This source code is licensed under the MIT license found in the
|
|
6
|
-
* LICENSE file in the root directory of this source tree.
|
|
7
|
-
*/
|
|
8
|
-
|
|
9
|
-
import { describe, it, expect } from 'vitest';
|
|
10
|
-
|
|
11
|
-
describe('components', () => {
|
|
12
|
-
it('should work', () => {
|
|
13
|
-
expect(true).toBe(true);
|
|
14
|
-
});
|
|
15
|
-
});
|