@powerhousedao/design-system 6.0.0-dev.237 → 6.0.0-dev.239
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/dist/{command-COqe4AfR.d.ts → command-D-VXb1JT.d.ts} +2 -2
- package/dist/{command-COqe4AfR.d.ts.map → command-D-VXb1JT.d.ts.map} +1 -1
- package/dist/ui/components/command/command.d.ts +1 -1
- package/dist/ui/components/index.d.ts +1 -1
- package/dist/ui/index.d.ts +1 -1
- package/package.json +19 -19
|
@@ -71,7 +71,7 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
|
|
|
71
71
|
ref?: React.Ref<HTMLDivElement>;
|
|
72
72
|
} & {
|
|
73
73
|
asChild?: boolean;
|
|
74
|
-
}, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "
|
|
74
|
+
}, "asChild" | "key" | keyof React.HTMLAttributes<HTMLDivElement>>, "value" | "disabled" | "onSelect"> & {
|
|
75
75
|
disabled?: boolean;
|
|
76
76
|
onSelect?: (value: string) => void;
|
|
77
77
|
value?: string;
|
|
@@ -80,4 +80,4 @@ declare const CommandItem: React.ForwardRefExoticComponent<Omit<{
|
|
|
80
80
|
} & React.RefAttributes<HTMLDivElement>, "ref"> & React.RefAttributes<HTMLDivElement>>;
|
|
81
81
|
//#endregion
|
|
82
82
|
export { CommandItem as a, CommandInput as i, CommandEmpty as n, CommandList as o, CommandGroup as r, CommandLoading as s, Command as t };
|
|
83
|
-
//# sourceMappingURL=command-
|
|
83
|
+
//# sourceMappingURL=command-D-VXb1JT.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"command-
|
|
1
|
+
{"version":3,"file":"command-D-VXb1JT.d.ts","names":[],"sources":["../src/ui/components/command/command.tsx"],"mappings":";;;cAIM,OAAA,EAAO,KAAA,CAAA,yBAAA,CAAA,IAAA;;;;;;;;;;;;;;;;;cAeP,YAAA,EAAY,KAAA,CAAA,yBAAA,CAAA,IAAA,CAAA,IAAA,CAAA,IAAA,CAAA,IAAA,CAAA,KAAA,CAAA,iBAAA,CAAA,KAAA,CAAA,mBAAA,CAAA,gBAAA,GAAA,gBAAA,iBAAA,KAAA,CAAA,mBAAA,CAAA,gBAAA;;;;;;;;;;cA2CZ,WAAA,EAAW,KAAA,CAAA,yBAAA,CAAA,IAAA;;;;;;;;;cAqBX,cAAA,EAAc,KAAA,CAAA,yBAAA,CAAA,IAAA;;;;;;;;;;cAMd,YAAA,EAAY,KAAA,CAAA,yBAAA,CAAA,IAAA;;;;;;;cAMZ,YAAA,EAAY,KAAA,CAAA,yBAAA,CAAA,IAAA;;;;;;;;;;;cAgBZ,WAAA,EAAW,KAAA,CAAA,yBAAA,CAAA,IAAA"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { a as CommandItem, i as CommandInput, n as CommandEmpty, o as CommandList, r as CommandGroup, s as CommandLoading, t as Command } from "../../../command-
|
|
1
|
+
import { a as CommandItem, i as CommandInput, n as CommandEmpty, o as CommandList, r as CommandGroup, s as CommandLoading, t as Command } from "../../../command-D-VXb1JT.js";
|
|
2
2
|
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandLoading };
|
|
@@ -2,7 +2,7 @@ import { n as ButtonProps, r as buttonVariants, t as Button } from "../../button
|
|
|
2
2
|
import { n as CharacterCounterProps, t as CharacterCounter } from "../../character-counter-BZ-4xC7Q.js";
|
|
3
3
|
import { n as CheckboxValue, t as CheckboxBase } from "../../checkbox-base-Bh08IVG2.js";
|
|
4
4
|
import { n as CheckboxProps, t as Checkbox } from "../../checkbox-BgS8z46p.js";
|
|
5
|
-
import { a as CommandItem, i as CommandInput, n as CommandEmpty, o as CommandList, r as CommandGroup, s as CommandLoading, t as Command } from "../../command-
|
|
5
|
+
import { a as CommandItem, i as CommandInput, n as CommandEmpty, o as CommandList, r as CommandGroup, s as CommandLoading, t as Command } from "../../command-D-VXb1JT.js";
|
|
6
6
|
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-xAiLWNsq.js";
|
|
7
7
|
import { n as SelectFieldProps, r as SelectFieldRaw, t as SelectField } from "../../select-field-U8KSDxbg.js";
|
|
8
8
|
import { n as EnumFieldProps, t as EnumField } from "../../enum-field-7NPFL29j.js";
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ import { n as ButtonProps, r as buttonVariants, t as Button } from "../button-DI
|
|
|
4
4
|
import { n as CharacterCounterProps, t as CharacterCounter } from "../character-counter-BZ-4xC7Q.js";
|
|
5
5
|
import { n as CheckboxValue, t as CheckboxBase } from "../checkbox-base-Bh08IVG2.js";
|
|
6
6
|
import { n as CheckboxProps, t as Checkbox } from "../checkbox-BgS8z46p.js";
|
|
7
|
-
import { a as CommandItem, i as CommandInput, n as CommandEmpty, o as CommandList, r as CommandGroup, s as CommandLoading, t as Command } from "../command-
|
|
7
|
+
import { a as CommandItem, i as CommandInput, n as CommandEmpty, o as CommandList, r as CommandGroup, s as CommandLoading, t as Command } from "../command-D-VXb1JT.js";
|
|
8
8
|
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-xAiLWNsq.js";
|
|
9
9
|
import { n as SelectFieldProps, r as SelectFieldRaw, t as SelectField } from "../select-field-U8KSDxbg.js";
|
|
10
10
|
import { n as EnumFieldProps, t as EnumField } from "../enum-field-7NPFL29j.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/design-system",
|
|
3
|
-
"version": "6.0.0-dev.
|
|
3
|
+
"version": "6.0.0-dev.239",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -66,18 +66,18 @@
|
|
|
66
66
|
"@babel/preset-typescript": "^7.28.5",
|
|
67
67
|
"@prettier/sync": "^0.5.2",
|
|
68
68
|
"@rollup/plugin-babel": "^7.0.0",
|
|
69
|
-
"@storybook/addon-actions": "^8.6.
|
|
70
|
-
"@storybook/addon-docs": "^8.6.
|
|
71
|
-
"@storybook/addon-essentials": "^8.6.
|
|
72
|
-
"@storybook/addon-interactions": "^8.6.
|
|
73
|
-
"@storybook/addon-links": "^8.6.
|
|
74
|
-
"@storybook/addon-themes": "^8.6.
|
|
75
|
-
"@storybook/blocks": "^8.6.
|
|
76
|
-
"@storybook/preview-api": "^8.6.
|
|
77
|
-
"@storybook/react": "^8.6.
|
|
78
|
-
"@storybook/react-vite": "^8.6.
|
|
79
|
-
"@storybook/test": "^8.6.
|
|
80
|
-
"@storybook/types": "^8.6.
|
|
69
|
+
"@storybook/addon-actions": "^8.6.18",
|
|
70
|
+
"@storybook/addon-docs": "^8.6.18",
|
|
71
|
+
"@storybook/addon-essentials": "^8.6.18",
|
|
72
|
+
"@storybook/addon-interactions": "^8.6.18",
|
|
73
|
+
"@storybook/addon-links": "^8.6.18",
|
|
74
|
+
"@storybook/addon-themes": "^8.6.18",
|
|
75
|
+
"@storybook/blocks": "^8.6.18",
|
|
76
|
+
"@storybook/preview-api": "^8.6.18",
|
|
77
|
+
"@storybook/react": "^8.6.18",
|
|
78
|
+
"@storybook/react-vite": "^8.6.18",
|
|
79
|
+
"@storybook/test": "^8.6.18",
|
|
80
|
+
"@storybook/types": "^8.6.18",
|
|
81
81
|
"@tailwindcss/cli": "4.2.2",
|
|
82
82
|
"@tailwindcss/vite": "4.2.2",
|
|
83
83
|
"@testing-library/dom": "^10.4.0",
|
|
@@ -91,9 +91,9 @@
|
|
|
91
91
|
"camelcase": "^8.0.0",
|
|
92
92
|
"happy-dom": "^20.8.9",
|
|
93
93
|
"jsdom": "^24.0.0",
|
|
94
|
-
"react": "19.2.
|
|
95
|
-
"react-dom": "19.2.
|
|
96
|
-
"storybook": "^8.6.
|
|
94
|
+
"react": "19.2.6",
|
|
95
|
+
"react-dom": "19.2.6",
|
|
96
|
+
"storybook": "^8.6.18",
|
|
97
97
|
"storybook-addon-pseudo-states": "^4.0.4",
|
|
98
98
|
"tailwind-scrollbar": "^4.0.1",
|
|
99
99
|
"tailwindcss": "4.2.2",
|
|
@@ -101,7 +101,7 @@
|
|
|
101
101
|
"tsx": "4.21.0",
|
|
102
102
|
"vite": "8.0.8",
|
|
103
103
|
"vitest": "4.1.1",
|
|
104
|
-
"@powerhousedao/config": "6.0.0-dev.
|
|
104
|
+
"@powerhousedao/config": "6.0.0-dev.239"
|
|
105
105
|
},
|
|
106
106
|
"peerDependencies": {
|
|
107
107
|
"react": ">=19.0.0",
|
|
@@ -133,8 +133,8 @@
|
|
|
133
133
|
"remeda": "2.33.7",
|
|
134
134
|
"tailwind-merge": "3.4.0",
|
|
135
135
|
"usehooks-ts": "^3.1.1",
|
|
136
|
-
"@powerhousedao/shared": "6.0.0-dev.
|
|
137
|
-
"@powerhousedao/reactor-browser": "6.0.0-dev.
|
|
136
|
+
"@powerhousedao/shared": "6.0.0-dev.239",
|
|
137
|
+
"@powerhousedao/reactor-browser": "6.0.0-dev.239"
|
|
138
138
|
},
|
|
139
139
|
"scripts": {
|
|
140
140
|
"tsc": "tsc",
|