@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.
@@ -1,4 +1,4 @@
1
- import { n as RadioGroupFieldProps } from "./radio-group-field-DNapUn2b.js";
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-CjTSTf1e.d.ts.map
16
+ //# sourceMappingURL=enum-field-BEyFQh8A.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"enum-field-CjTSTf1e.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"}
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> | "dir" | keyof FieldErrorHandling | keyof RadioGroupProps> & {
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-DNapUn2b.d.ts.map
15
+ //# sourceMappingURL=radio-group-field-C8MQjHb7.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-group-field-DNapUn2b.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,yBAAA,kBAAA,SAAA,eAAA"}
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-D-eR7LQM.js";
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-CjTSTf1e.js";
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-D-eR7LQM.js";
6
- import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-DNapUn2b.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-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-CjTSTf1e.js";
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-DNapUn2b.js";
1
+ import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../../radio-group-field-C8MQjHb7.js";
2
2
  export { RadioGroupField, RadioGroupFieldProps };
@@ -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-D-eR7LQM.js";
8
- import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-DNapUn2b.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-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-CjTSTf1e.js";
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.2-staging.9",
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.2-staging.9"
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/shared": "6.0.2-staging.9",
143
- "@powerhousedao/reactor-browser": "6.0.2-staging.9"
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"}