@dartcom/ui-kit 10.2.1 → 10.2.2

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.
@@ -8,5 +8,8 @@ export declare const icons: {
8
8
  move: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
9
9
  muiName: string;
10
10
  };
11
+ save: import("@mui/material/OverridableComponent").OverridableComponent<import("@mui/material").SvgIconTypeMap<{}, "svg">> & {
12
+ muiName: string;
13
+ };
11
14
  };
12
15
  //# sourceMappingURL=constants.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/icon/constants.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,KAAK;;;;;;;;;;CAIjB,CAAC"}
1
+ {"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../src/components/buttons/icon/constants.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;CAKjB,CAAC"}
@@ -1,2 +1,3 @@
1
- export declare const useFormContext: () => import("react-hook-form").UseFormReturn<import("react-hook-form").FieldValues, any, import("react-hook-form").FieldValues>;
1
+ import { FieldValues } from 'react-hook-form';
2
+ export declare const useFormContext: <T extends FieldValues>() => import("react-hook-form").UseFormReturn<T, any, T>;
2
3
  //# sourceMappingURL=useFormContext.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"useFormContext.d.ts","sourceRoot":"","sources":["../../../../src/components/form/hooks/useFormContext.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,kIAI1B,CAAC"}
1
+ {"version":3,"file":"useFormContext.d.ts","sourceRoot":"","sources":["../../../../src/components/form/hooks/useFormContext.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,WAAW,EAEZ,MAAM,iBAAiB,CAAC;AAEzB,eAAO,MAAM,cAAc,GAAI,CAAC,SAAS,WAAW,yDAInD,CAAC"}
package/dist/index.cjs CHANGED
@@ -13,6 +13,7 @@ var DeleteIcon = require('@mui/icons-material/Delete');
13
13
  var EditIcon = require('@mui/icons-material/Edit');
14
14
  var MovingIcon = require('@mui/icons-material/Moving');
15
15
  var RestartAltIcon = require('@mui/icons-material/RestartAlt');
16
+ var SaveIcon = require('@mui/icons-material/Save');
16
17
  var CloudUploadIcon = require('@mui/icons-material/CloudUpload');
17
18
  var Checkbox = require('@mui/material/Checkbox');
18
19
  var FormControlLabel = require('@mui/material/FormControlLabel');
@@ -12036,6 +12037,7 @@ const icons = {
12036
12037
  reset: RestartAltIcon,
12037
12038
  edit: EditIcon,
12038
12039
  move: MovingIcon,
12040
+ save: SaveIcon,
12039
12041
  };
12040
12042
 
12041
12043
  const IconButton = ({ title, iconProps, ...props }) => {