@powerhousedao/design-system 6.1.0 → 6.2.0-dev.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/dist/{command-C_iXJ_6a.d.ts → command-tFzjgzge.d.ts} +8 -8
- package/dist/{command-C_iXJ_6a.d.ts.map → command-tFzjgzge.d.ts.map} +1 -1
- package/dist/connect/index.d.ts +7 -1
- package/dist/connect/index.d.ts.map +1 -1
- package/dist/connect/index.js +90 -80
- package/dist/connect/index.js.map +1 -1
- package/dist/{enum-field-UxIet5Lp.d.ts → enum-field-CwZVs3Ux.d.ts} +2 -2
- package/dist/{enum-field-UxIet5Lp.d.ts.map → enum-field-CwZVs3Ux.d.ts.map} +1 -1
- package/dist/ui/components/command/command.d.ts +1 -1
- package/dist/ui/components/enum-field/enum-field.d.ts +1 -1
- package/dist/ui/components/index.d.ts +2 -2
- package/dist/ui/index.d.ts +2 -2
- package/package.json +4 -4
|
@@ -10,7 +10,7 @@ type EnumFieldProps = ({
|
|
|
10
10
|
} & RadioGroupFieldProps) | ({
|
|
11
11
|
variant: "Select";
|
|
12
12
|
} & SelectFieldProps);
|
|
13
|
-
declare const EnumField: React.ForwardRefExoticComponent<EnumFieldProps & React.RefAttributes<
|
|
13
|
+
declare const EnumField: React.ForwardRefExoticComponent<EnumFieldProps & React.RefAttributes<HTMLButtonElement | HTMLDivElement>>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { EnumFieldProps as n, EnumField as t };
|
|
16
|
-
//# sourceMappingURL=enum-field-
|
|
16
|
+
//# sourceMappingURL=enum-field-CwZVs3Ux.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum-field-
|
|
1
|
+
{"version":3,"file":"enum-field-CwZVs3Ux.d.ts","names":[],"sources":["../src/ui/components/enum-field/enum-field.tsx"],"mappings":";;;;;KAUY,cAAA;EAEN,OAAA;AAAA,KACG,oBAAA,GAAuB,gBAAA;EAE1B,OAAA;AAAA,IACE,oBAAA;EAEF,OAAA;AAAA,IACE,gBAAA;AAAA,cAEK,SAAA,EAAS,KAAA,CAAA,yBAAA,CAAA,cAAA,GAAA,KAAA,CAAA,aAAA,CAAA,iBAAA,GAAA,cAAA"}
|
|
@@ -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-tFzjgzge.js";
|
|
2
2
|
export { Command, CommandEmpty, CommandGroup, CommandInput, CommandItem, CommandList, CommandLoading };
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as EnumFieldProps, t as EnumField } from "../../../enum-field-
|
|
1
|
+
import { n as EnumFieldProps, t as EnumField } from "../../../enum-field-CwZVs3Ux.js";
|
|
2
2
|
export { EnumField, EnumFieldProps };
|
|
@@ -2,10 +2,10 @@ import { n as ButtonProps, r as buttonVariants, t as Button } from "../../button
|
|
|
2
2
|
import { n as CharacterCounterProps, t as CharacterCounter } from "../../character-counter-BWoglM2P.js";
|
|
3
3
|
import { n as CheckboxValue, t as CheckboxBase } from "../../checkbox-base-CZo-4eL0.js";
|
|
4
4
|
import { n as CheckboxProps, t as Checkbox } from "../../checkbox-CGBtXQnI.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-tFzjgzge.js";
|
|
6
6
|
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-wlqeiLN3.js";
|
|
7
7
|
import { n as SelectFieldProps, r as SelectFieldRaw, t as SelectField } from "../../select-field-C97QIhUL.js";
|
|
8
|
-
import { n as EnumFieldProps, t as EnumField } from "../../enum-field-
|
|
8
|
+
import { n as EnumFieldProps, t as EnumField } from "../../enum-field-CwZVs3Ux.js";
|
|
9
9
|
import { n as FormDescriptionProps, t as FormDescription } from "../../form-description-CYkcMEzm.js";
|
|
10
10
|
import { t as FormGroup } from "../../form-group-C8kL6pdZ.js";
|
|
11
11
|
import { n as FormLabelProps, t as FormLabel } from "../../form-label-b6nQi0XO.js";
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ import { n as ButtonProps, r as buttonVariants, t as Button } from "../button-C8
|
|
|
4
4
|
import { n as CharacterCounterProps, t as CharacterCounter } from "../character-counter-BWoglM2P.js";
|
|
5
5
|
import { n as CheckboxValue, t as CheckboxBase } from "../checkbox-base-CZo-4eL0.js";
|
|
6
6
|
import { n as CheckboxProps, t as Checkbox } from "../checkbox-CGBtXQnI.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-tFzjgzge.js";
|
|
8
8
|
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-wlqeiLN3.js";
|
|
9
9
|
import { n as SelectFieldProps, r as SelectFieldRaw, t as SelectField } from "../select-field-C97QIhUL.js";
|
|
10
|
-
import { n as EnumFieldProps, t as EnumField } from "../enum-field-
|
|
10
|
+
import { n as EnumFieldProps, t as EnumField } from "../enum-field-CwZVs3Ux.js";
|
|
11
11
|
import { n as FormDescriptionProps, t as FormDescription } from "../form-description-CYkcMEzm.js";
|
|
12
12
|
import { t as FormGroup } from "../form-group-C8kL6pdZ.js";
|
|
13
13
|
import { n as FormLabelProps, t as FormLabel } from "../form-label-b6nQi0XO.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/design-system",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0-dev.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -109,7 +109,7 @@
|
|
|
109
109
|
"tsx": "4.21.0",
|
|
110
110
|
"vite": "8.0.8",
|
|
111
111
|
"vitest": "4.1.1",
|
|
112
|
-
"@powerhousedao/config": "6.
|
|
112
|
+
"@powerhousedao/config": "6.2.0-dev.0"
|
|
113
113
|
},
|
|
114
114
|
"peerDependencies": {
|
|
115
115
|
"react": ">=19.0.0",
|
|
@@ -143,8 +143,8 @@
|
|
|
143
143
|
"tailwind-merge": "3.4.0",
|
|
144
144
|
"type-fest": "5.6.0",
|
|
145
145
|
"usehooks-ts": "^3.1.1",
|
|
146
|
-
"@powerhousedao/reactor-browser": "6.
|
|
147
|
-
"@powerhousedao/shared": "6.
|
|
146
|
+
"@powerhousedao/reactor-browser": "6.2.0-dev.0",
|
|
147
|
+
"@powerhousedao/shared": "6.2.0-dev.0"
|
|
148
148
|
},
|
|
149
149
|
"scripts": {
|
|
150
150
|
"tsc": "tsc",
|