@powerhousedao/design-system 6.1.0-dev.17 → 6.1.0-dev.18
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/{enum-field-bC_8wERu.d.ts → enum-field-B1ZGimK6.d.ts} +2 -2
- package/dist/{enum-field-bC_8wERu.d.ts.map → enum-field-B1ZGimK6.d.ts.map} +1 -1
- package/dist/{radio-group-field-D_ewx5Oz.d.ts → radio-group-field-qOD9_nWy.d.ts} +2 -2
- package/dist/{radio-group-field-D_ewx5Oz.d.ts.map → radio-group-field-qOD9_nWy.d.ts.map} +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/components/radio-group-field/radio-group-field.d.ts +1 -1
- package/dist/ui/components/sidebar/subcomponents/status-icon.d.ts +1 -1
- package/dist/ui/components/sidebar/subcomponents/status-icon.d.ts.map +1 -1
- package/dist/ui/index.d.ts +2 -2
- package/package.json +4 -4
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { n as RadioGroupFieldProps } from "./radio-group-field-
|
|
1
|
+
import { n as RadioGroupFieldProps } from "./radio-group-field-qOD9_nWy.js";
|
|
2
2
|
import { n as SelectFieldProps } from "./select-field-C97QIhUL.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-B1ZGimK6.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"enum-field-
|
|
1
|
+
{"version":3,"file":"enum-field-B1ZGimK6.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
|
|
10
|
+
declare const RadioGroupField: react.ForwardRefExoticComponent<Omit<HTMLAttributes<HTMLDivElement>, keyof InputBaseProps<string> | "dir" | keyof FieldErrorHandling | keyof RadioGroupProps> & {
|
|
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-qOD9_nWy.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"radio-group-field-
|
|
1
|
+
{"version":3,"file":"radio-group-field-qOD9_nWy.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,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-B1ZGimK6.js";
|
|
2
2
|
export { EnumField, EnumFieldProps };
|
|
@@ -3,9 +3,9 @@ import { n as CharacterCounterProps, t as CharacterCounter } from "../../charact
|
|
|
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
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-CbTi7Jj2.js";
|
|
6
|
-
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-
|
|
6
|
+
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../../radio-group-field-qOD9_nWy.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-B1ZGimK6.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";
|
|
@@ -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-qOD9_nWy.js";
|
|
2
2
|
export { RadioGroupField, RadioGroupFieldProps };
|
|
@@ -10,7 +10,7 @@ interface StatusIconProps {
|
|
|
10
10
|
declare const StatusIcon: ({
|
|
11
11
|
status,
|
|
12
12
|
isDescendenceModified
|
|
13
|
-
}: StatusIconProps) => string | number | bigint | boolean | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> |
|
|
13
|
+
}: StatusIconProps) => string | number | bigint | boolean | react_jsx_runtime0.JSX.Element | Iterable<react.ReactNode> | Promise<string | number | bigint | boolean | react.ReactPortal | react.ReactElement<unknown, string | react.JSXElementConstructor<any>> | Iterable<react.ReactNode> | null | undefined> | null | undefined;
|
|
14
14
|
//#endregion
|
|
15
15
|
export { StatusIcon };
|
|
16
16
|
//# sourceMappingURL=status-icon.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"status-icon.d.ts","names":[],"sources":["../../../../../src/ui/components/sidebar/subcomponents/status-icon.tsx"],"mappings":";;;;;UAQU,eAAA;EACR,MAAA,EAAQ,UAAA;EACR,qBAAA;AAAA;AAAA,cAwBW,UAAA;EAAc,MAAA;EAAA;AAAA,GAGxB,eAAA,0CAAe,QAAA,CAAA,KAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,KAAA,CAAA,WAAA,GAAA,KAAA,CAAA,YAAA,mBAAA,KAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,KAAA,CAAA,SAAA
|
|
1
|
+
{"version":3,"file":"status-icon.d.ts","names":[],"sources":["../../../../../src/ui/components/sidebar/subcomponents/status-icon.tsx"],"mappings":";;;;;UAQU,eAAA;EACR,MAAA,EAAQ,UAAA;EACR,qBAAA;AAAA;AAAA,cAwBW,UAAA;EAAc,MAAA;EAAA;AAAA,GAGxB,eAAA,0CAAe,kBAAA,CAAA,GAAA,CAAA,OAAA,GAAA,QAAA,CAAA,KAAA,CAAA,SAAA,IAAA,OAAA,sCAAA,KAAA,CAAA,WAAA,GAAA,KAAA,CAAA,YAAA,mBAAA,KAAA,CAAA,qBAAA,SAAA,QAAA,CAAA,KAAA,CAAA,SAAA"}
|
package/dist/ui/index.d.ts
CHANGED
|
@@ -5,9 +5,9 @@ import { n as CharacterCounterProps, t as CharacterCounter } from "../character-
|
|
|
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
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-CbTi7Jj2.js";
|
|
8
|
-
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-
|
|
8
|
+
import { n as RadioGroupFieldProps, t as RadioGroupField } from "../radio-group-field-qOD9_nWy.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-B1ZGimK6.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.1.0-dev.
|
|
3
|
+
"version": "6.1.0-dev.18",
|
|
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.1.0-dev.
|
|
112
|
+
"@powerhousedao/config": "6.1.0-dev.18"
|
|
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.1.0-dev.
|
|
147
|
-
"@powerhousedao/shared": "6.1.0-dev.
|
|
146
|
+
"@powerhousedao/reactor-browser": "6.1.0-dev.18",
|
|
147
|
+
"@powerhousedao/shared": "6.1.0-dev.18"
|
|
148
148
|
},
|
|
149
149
|
"scripts": {
|
|
150
150
|
"tsc": "tsc",
|