@object-ui/components 3.1.2 → 3.1.4
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 +44 -14
- package/CHANGELOG.md +16 -0
- package/dist/index.css +3 -1
- package/dist/index.js +78089 -59928
- package/dist/index.umd.cjs +80 -55
- package/dist/src/custom/mobile-dialog-content.d.ts +1 -1
- package/dist/src/lib/use-sync-external-store-shim.d.ts +10 -0
- package/dist/src/lib/use-sync-external-store-with-selector-shim.d.ts +1 -0
- package/dist/src/ui/accordion.d.ts +1 -1
- package/dist/src/ui/alert-dialog.d.ts +1 -1
- package/dist/src/ui/aspect-ratio.d.ts +1 -8
- package/dist/src/ui/avatar.d.ts +1 -1
- package/dist/src/ui/chart.d.ts +21 -15
- package/dist/src/ui/checkbox.d.ts +1 -1
- package/dist/src/ui/collapsible.d.ts +1 -8
- package/dist/src/ui/command.d.ts +2 -2
- package/dist/src/ui/context-menu.d.ts +1 -1
- package/dist/src/ui/dialog.d.ts +1 -1
- package/dist/src/ui/drawer.d.ts +10 -6
- package/dist/src/ui/dropdown-menu.d.ts +1 -1
- package/dist/src/ui/form.d.ts +2 -2
- package/dist/src/ui/hover-card.d.ts +1 -1
- package/dist/src/ui/label.d.ts +1 -1
- package/dist/src/ui/menubar.d.ts +1 -1
- package/dist/src/ui/navigation-menu.d.ts +1 -1
- package/dist/src/ui/popover.d.ts +1 -1
- package/dist/src/ui/progress.d.ts +1 -1
- package/dist/src/ui/radio-group.d.ts +1 -1
- package/dist/src/ui/scroll-area.d.ts +1 -1
- package/dist/src/ui/select.d.ts +1 -1
- package/dist/src/ui/separator.d.ts +1 -1
- package/dist/src/ui/sheet.d.ts +1 -1
- package/dist/src/ui/sidebar.d.ts +4 -1
- package/dist/src/ui/slider.d.ts +1 -1
- package/dist/src/ui/switch.d.ts +1 -1
- package/dist/src/ui/tabs.d.ts +1 -1
- package/dist/src/ui/toast.d.ts +1 -1
- package/dist/src/ui/toggle-group.d.ts +1 -1
- package/dist/src/ui/toggle.d.ts +1 -1
- package/dist/src/ui/tooltip.d.ts +1 -1
- package/package.json +19 -45
- package/shadcn-components.json +179 -54
- package/src/__tests__/navigation-overlay.test.tsx +2 -2
- package/src/custom/button-group.tsx +2 -2
- package/src/custom/field.tsx +3 -3
- package/src/custom/item.tsx +2 -2
- package/src/custom/mobile-dialog-content.tsx +1 -1
- package/src/lib/use-sync-external-store-shim.ts +10 -0
- package/src/lib/use-sync-external-store-with-selector-shim.ts +90 -0
- package/src/renderers/form/form.tsx +7 -0
- package/src/ui/accordion.tsx +1 -1
- package/src/ui/alert-dialog.tsx +1 -1
- package/src/ui/aspect-ratio.tsx +1 -1
- package/src/ui/avatar.tsx +1 -1
- package/src/ui/breadcrumb.tsx +2 -2
- package/src/ui/button.tsx +2 -2
- package/src/ui/checkbox.tsx +1 -1
- package/src/ui/collapsible.tsx +1 -1
- package/src/ui/command.tsx +2 -2
- package/src/ui/context-menu.tsx +3 -3
- package/src/ui/dialog.tsx +1 -1
- package/src/ui/drawer.tsx +13 -13
- package/src/ui/dropdown-menu.tsx +3 -3
- package/src/ui/form.tsx +5 -5
- package/src/ui/hover-card.tsx +2 -2
- package/src/ui/label.tsx +1 -1
- package/src/ui/menubar.tsx +3 -3
- package/src/ui/navigation-menu.tsx +1 -1
- package/src/ui/popover.tsx +2 -2
- package/src/ui/progress.tsx +1 -1
- package/src/ui/radio-group.tsx +1 -1
- package/src/ui/scroll-area.tsx +1 -1
- package/src/ui/select.tsx +2 -2
- package/src/ui/separator.tsx +1 -1
- package/src/ui/sheet.tsx +1 -1
- package/src/ui/sidebar.tsx +11 -8
- package/src/ui/slider.tsx +1 -1
- package/src/ui/switch.tsx +1 -1
- package/src/ui/tabs.tsx +1 -1
- package/src/ui/toast.tsx +1 -1
- package/src/ui/toggle-group.tsx +1 -1
- package/src/ui/toggle.tsx +1 -1
- package/src/ui/tooltip.tsx +2 -2
- package/vite.config.ts +19 -11
package/.turbo/turbo-build.log
CHANGED
|
@@ -1,34 +1,64 @@
|
|
|
1
1
|
|
|
2
|
-
> @object-ui/components@3.1.
|
|
2
|
+
> @object-ui/components@3.1.4 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.1.
|
|
6
|
+
> @object-ui/types@3.1.4 build /home/runner/work/objectui/objectui/packages/types
|
|
7
7
|
> tsc
|
|
8
8
|
|
|
9
9
|
|
|
10
|
-
> @object-ui/core@3.1.
|
|
10
|
+
> @object-ui/core@3.1.4 build /home/runner/work/objectui/objectui/packages/core
|
|
11
11
|
> tsc
|
|
12
12
|
|
|
13
13
|
|
|
14
|
-
> @object-ui/react@3.1.
|
|
14
|
+
> @object-ui/react@3.1.4 build /home/runner/work/objectui/objectui/packages/react
|
|
15
15
|
> tsc
|
|
16
16
|
|
|
17
17
|
|
|
18
|
-
> @object-ui/components@3.1.
|
|
18
|
+
> @object-ui/components@3.1.4 build /home/runner/work/objectui/objectui/packages/components
|
|
19
19
|
> vite build
|
|
20
20
|
|
|
21
|
-
[36mvite
|
|
22
|
-
|
|
23
|
-
[32m✓[39m 3579 modules transformed.
|
|
21
|
+
[36mvite v8.0.1 [32mbuilding client environment for production...[36m[39m
|
|
22
|
+
[2K
|
|
24
23
|
rendering chunks...
|
|
25
24
|
[32m
|
|
26
25
|
[36m[vite:dts][32m Start generate declaration files...[39m
|
|
26
|
+
[96msrc/ui/chart.tsx[0m:[93m117[0m:[93m7[0m - [91merror[0m[90m TS2339: [0mProperty 'payload' does not exist on type 'Omit<Omit<Props<ValueType, NameType>, PropertiesReadFromContext> & { active?: boolean | undefined; allowEscapeViewBox?: AllowInDimension | undefined; ... 24 more ...; wrapperStyle?: CSSProperties | undefined; } & ClassAttributes<...> & HTMLAttributes<...> & { ...; }, "ref">'.
|
|
27
|
+
|
|
28
|
+
[7m117[0m payload,
|
|
29
|
+
[7m [0m [91m ~~~~~~~[0m
|
|
30
|
+
[96msrc/ui/chart.tsx[0m:[93m122[0m:[93m7[0m - [91merror[0m[90m TS2339: [0mProperty 'label' does not exist on type 'Omit<Omit<Props<ValueType, NameType>, PropertiesReadFromContext> & { active?: boolean | undefined; allowEscapeViewBox?: AllowInDimension | undefined; ... 24 more ...; wrapperStyle?: CSSProperties | undefined; } & ClassAttributes<...> & HTMLAttributes<...> & { ...; }, "ref">'.
|
|
31
|
+
|
|
32
|
+
[7m122[0m label,
|
|
33
|
+
[7m [0m [91m ~~~~~[0m
|
|
34
|
+
[96msrc/ui/chart.tsx[0m:[93m264[0m:[93m41[0m - [91merror[0m[90m TS2344: [0mType '"payload" | "verticalAlign"' does not satisfy the constraint '"string" | "filter" | "fill" | "values" | "className" | "color" | "slot" | "style" | "children" | "content" | "clipPath" | "mask" | "path" | "key" | "suppressHydrationWarning" | ... 435 more ... | "onBBoxUpdate"'.
|
|
35
|
+
Type '"payload"' is not assignable to type '"string" | "filter" | "fill" | "values" | "className" | "color" | "slot" | "style" | "children" | "content" | "clipPath" | "mask" | "path" | "key" | "suppressHydrationWarning" | ... 435 more ... | "onBBoxUpdate"'.
|
|
36
|
+
|
|
37
|
+
[7m264[0m Pick<RechartsPrimitive.LegendProps, "payload" | "verticalAlign"> & {
|
|
38
|
+
[7m [0m [91m ~~~~~~~~~~~~~~~~~~~~~~~~~~~[0m
|
|
39
|
+
[96msrc/ui/chart.tsx[0m:[93m275[0m:[93m19[0m - [91merror[0m[90m TS2339: [0mProperty 'length' does not exist on type '{}'.
|
|
40
|
+
|
|
41
|
+
[7m275[0m if (!payload?.length) {
|
|
42
|
+
[7m [0m [91m ~~~~~~[0m
|
|
43
|
+
[96msrc/ui/chart.tsx[0m:[93m289[0m:[93m12[0m - [91merror[0m[90m TS2339: [0mProperty 'filter' does not exist on type '{}'.
|
|
44
|
+
|
|
45
|
+
[7m289[0m .filter((item) => item.type !== "none")
|
|
46
|
+
[7m [0m [91m ~~~~~~[0m
|
|
47
|
+
|
|
48
|
+
[32m[36m[vite:dts][32m Declaration files built in 7948ms.
|
|
49
|
+
[39m
|
|
50
|
+
computing gzip size...
|
|
51
|
+
dist/index.css 117.20 kB │ gzip: 19.15 kB
|
|
52
|
+
dist/index.js 2,017.82 kB │ gzip: 470.41 kB
|
|
53
|
+
|
|
54
|
+
[33m[33m[PLUGIN_TIMINGS] Warning:[0m Your build spent significant time in plugin `vite:dts`. See https://rolldown.rs/options/checks#plugintimings for more details.
|
|
55
|
+
[39m
|
|
56
|
+
[2K
|
|
57
|
+
rendering chunks...
|
|
27
58
|
computing gzip size...
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
59
|
+
dist/index.css 117.20 kB │ gzip: 19.15 kB
|
|
60
|
+
dist/index.umd.cjs 1,552.98 kB │ gzip: 419.79 kB
|
|
61
|
+
|
|
62
|
+
[33m[33m[MISSING_GLOBAL_NAME] Warning:[0m No name was provided for external module "react/jsx-runtime" in "output.globals" – guessing "react_jsx_runtime".
|
|
31
63
|
[39m
|
|
32
|
-
[
|
|
33
|
-
[2mdist/[22m[36mindex.umd.cjs [39m[1m[33m1,387.84 kB[39m[22m[2m │ gzip: 383.45 kB[22m
|
|
34
|
-
[32m✓ built in 17.15s[39m
|
|
64
|
+
[32m✓ built in 11.58s[39m
|
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @object-ui/components
|
|
2
2
|
|
|
3
|
+
## 3.1.4
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- @object-ui/types@3.1.4
|
|
8
|
+
- @object-ui/core@3.1.4
|
|
9
|
+
- @object-ui/react@3.1.4
|
|
10
|
+
|
|
11
|
+
## 3.1.3
|
|
12
|
+
|
|
13
|
+
### Patch Changes
|
|
14
|
+
|
|
15
|
+
- @object-ui/types@3.1.3
|
|
16
|
+
- @object-ui/core@3.1.3
|
|
17
|
+
- @object-ui/react@3.1.3
|
|
18
|
+
|
|
3
19
|
## 3.1.2
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|