@powerhousedao/design-system 6.0.2-staging.9 → 6.1.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-D-eR7LQM.d.ts → command-BtOLY735.d.ts} +15 -15
- package/dist/command-BtOLY735.d.ts.map +1 -0
- package/dist/connect/index.js +1 -1
- package/dist/connect/index.js.map +1 -1
- package/dist/{enum-field-CjTSTf1e.d.ts → enum-field-BEyFQh8A.d.ts} +2 -2
- package/dist/{enum-field-CjTSTf1e.d.ts.map → enum-field-BEyFQh8A.d.ts.map} +1 -1
- package/dist/{radio-group-field-DNapUn2b.d.ts → radio-group-field-C8MQjHb7.d.ts} +2 -2
- package/dist/{radio-group-field-DNapUn2b.d.ts.map → radio-group-field-C8MQjHb7.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 +3 -3
- package/dist/ui/components/radio-group-field/radio-group-field.d.ts +1 -1
- package/dist/ui/index.d.ts +3 -3
- package/package.json +4 -4
- package/dist/command-D-eR7LQM.d.ts.map +0 -1
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as RadioGroupFieldProps } from "./radio-group-field-
|
|
1
|
+
import { n as RadioGroupFieldProps } from "./radio-group-field-C8MQjHb7.js";
|
|
2
2
|
import { n as SelectFieldProps } from "./select-field-BClhLm83.js";
|
|
3
3
|
import React from "react";
|
|
4
4
|
|
|
@@ -13,4 +13,4 @@ type EnumFieldProps = ({
|
|
|
13
13
|
declare const EnumField: React.ForwardRefExoticComponent<EnumFieldProps & React.RefAttributes<HTMLDivElement | HTMLButtonElement>>;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { EnumFieldProps as n, EnumField as t };
|
|
16
|
-
//# sourceMappingURL=enum-field-
|
|
16
|
+
//# sourceMappingURL=enum-field-BEyFQh8A.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum-field-
|
|
1
|
+
{"version":3,"file":"enum-field-BEyFQh8A.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,cAAA,GAAA,iBAAA"}
|
|
@@ -7,9 +7,9 @@ type RadioGroupFieldBaseProps = Omit<HTMLAttributes<HTMLDivElement>, keyof Input
|
|
|
7
7
|
dir?: "ltr" | "rtl";
|
|
8
8
|
};
|
|
9
9
|
type RadioGroupFieldProps = RadioGroupFieldBaseProps & InputBaseProps<string> & FieldErrorHandling & RadioGroupProps;
|
|
10
|
-
declare const RadioGroupField: react.ForwardRefExoticComponent<Omit<HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> |
|
|
10
|
+
declare const RadioGroupField: react.ForwardRefExoticComponent<Omit<HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> | keyof FieldErrorHandling | keyof RadioGroupProps | "dir"> & {
|
|
11
11
|
dir?: "ltr" | "rtl";
|
|
12
12
|
} & InputBaseProps<string> & FieldErrorHandling & RadioGroupProps & react.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
//#endregion
|
|
14
14
|
export { RadioGroupFieldProps as n, RadioGroupField as t };
|
|
15
|
-
//# sourceMappingURL=radio-group-field-
|
|
15
|
+
//# sourceMappingURL=radio-group-field-C8MQjHb7.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-group-field-
|
|
1
|
+
{"version":3,"file":"radio-group-field-C8MQjHb7.d.ts","names":[],"sources":["../src/ui/components/radio-group-field/radio-group-field.tsx"],"mappings":";;;;;KAUK,wBAAA,GAA2B,IAAA,CAC9B,cAAA,CAAe,cAAA,SACP,cAAA,iBACA,kBAAA,SACA,eAAA;EAGR,GAAA;AAAA;AAAA,KAGU,oBAAA,GAAuB,wBAAA,GACjC,cAAA,WACA,kBAAA,GACA,eAAA;AAAA,cAkFW,eAAA,QAAe,yBAAA,CAAA,IAAA,CAAA,cAAA,CAAA,cAAA,SAAA,cAAA,iBAAA,kBAAA,SAAA,eAAA"}
|
|
@@ -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-BtOLY735.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-BEyFQh8A.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-BcuG4STA.js";
|
|
3
3
|
import { n as CheckboxValue, t as CheckboxBase } from "../../checkbox-base-8xXJvAbj.js";
|
|
4
4
|
import { n as CheckboxProps, t as Checkbox } from "../../checkbox-dqrYEK5V.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-
|
|
6
|
-
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-
|
|
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-BtOLY735.js";
|
|
6
|
+
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-C8MQjHb7.js";
|
|
7
7
|
import { n as SelectFieldProps, r as SelectFieldRaw, t as SelectField } from "../../select-field-BClhLm83.js";
|
|
8
|
-
import { n as EnumFieldProps, t as EnumField } from "../../enum-field-
|
|
8
|
+
import { n as EnumFieldProps, t as EnumField } from "../../enum-field-BEyFQh8A.js";
|
|
9
9
|
import { n as FormDescriptionProps, t as FormDescription } from "../../form-description-BpST5Ww-.js";
|
|
10
10
|
import { t as FormGroup } from "../../form-group-BauWlFkQ.js";
|
|
11
11
|
import { n as FormLabelProps, t as FormLabel } from "../../form-label-Cz_gcj-B.js";
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../../radio-group-field-
|
|
1
|
+
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../../radio-group-field-C8MQjHb7.js";
|
|
2
2
|
export { RadioGroupField, RadioGroupFieldProps };
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -4,10 +4,10 @@ import { n as ButtonProps, r as buttonVariants, t as Button } from "../button-49
|
|
|
4
4
|
import { n as CharacterCounterProps, t as CharacterCounter } from "../character-counter-BcuG4STA.js";
|
|
5
5
|
import { n as CheckboxValue, t as CheckboxBase } from "../checkbox-base-8xXJvAbj.js";
|
|
6
6
|
import { n as CheckboxProps, t as Checkbox } from "../checkbox-dqrYEK5V.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-
|
|
8
|
-
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-
|
|
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-BtOLY735.js";
|
|
8
|
+
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-C8MQjHb7.js";
|
|
9
9
|
import { n as SelectFieldProps, r as SelectFieldRaw, t as SelectField } from "../select-field-BClhLm83.js";
|
|
10
|
-
import { n as EnumFieldProps, t as EnumField } from "../enum-field-
|
|
10
|
+
import { n as EnumFieldProps, t as EnumField } from "../enum-field-BEyFQh8A.js";
|
|
11
11
|
import { n as FormDescriptionProps, t as FormDescription } from "../form-description-BpST5Ww-.js";
|
|
12
12
|
import { t as FormGroup } from "../form-group-BauWlFkQ.js";
|
|
13
13
|
import { n as FormLabelProps, t as FormLabel } from "../form-label-Cz_gcj-B.js";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@powerhousedao/design-system",
|
|
3
|
-
"version": "6.0
|
|
3
|
+
"version": "6.1.0-dev.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist",
|
|
@@ -107,7 +107,7 @@
|
|
|
107
107
|
"tsx": "4.21.0",
|
|
108
108
|
"vite": "8.0.8",
|
|
109
109
|
"vitest": "4.1.1",
|
|
110
|
-
"@powerhousedao/config": "6.0
|
|
110
|
+
"@powerhousedao/config": "6.1.0-dev.0"
|
|
111
111
|
},
|
|
112
112
|
"peerDependencies": {
|
|
113
113
|
"react": ">=19.0.0",
|
|
@@ -139,8 +139,8 @@
|
|
|
139
139
|
"tailwind-merge": "3.4.0",
|
|
140
140
|
"type-fest": "5.6.0",
|
|
141
141
|
"usehooks-ts": "^3.1.1",
|
|
142
|
-
"@powerhousedao/
|
|
143
|
-
"@powerhousedao/
|
|
142
|
+
"@powerhousedao/reactor-browser": "6.1.0-dev.0",
|
|
143
|
+
"@powerhousedao/shared": "6.1.0-dev.0"
|
|
144
144
|
},
|
|
145
145
|
"scripts": {
|
|
146
146
|
"tsc": "tsc",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"command-D-eR7LQM.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,SAAA,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"}
|