@kilnonedre/foundation 0.0.22 → 0.0.23

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.
Files changed (2) hide show
  1. package/dist/index.d.ts +2 -2
  2. package/package.json +1 -1
package/dist/index.d.ts CHANGED
@@ -397,7 +397,7 @@ interface ConfigProp$3 {
397
397
  declare const FormTimePicker: (props: ConfigProp$3) => react_jsx_runtime.JSX.Element;
398
398
 
399
399
  interface ConfigProps {
400
- value?: Array<string>;
400
+ value?: Array<UUID>;
401
401
  onChange?: (_ids: string[]) => void;
402
402
  className?: string;
403
403
  disabled?: boolean;
@@ -405,7 +405,7 @@ interface ConfigProps {
405
405
  readonly?: boolean;
406
406
  maxSizeKb?: number;
407
407
  upload: (_formData: FormData) => Promise<ConfigApiRespT<CommonObject>>;
408
- read: (_id: string) => Promise<ConfigApiRespT<CommonObject>>;
408
+ read: (_id: UUID) => Promise<ConfigApiRespT<CommonObject>>;
409
409
  onError?: (_message: string) => void;
410
410
  }
411
411
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kilnonedre/foundation",
3
- "version": "0.0.22",
3
+ "version": "0.0.23",
4
4
  "private": false,
5
5
  "description": "Kilnonedre frontend foundation package",
6
6
  "type": "module",