@mtes-mct/monitor-ui 24.22.3 → 24.24.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.
Files changed (40) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/components/MapMenuDialog/index.d.ts +1 -3
  3. package/components/MapMenuDialog/index.d.ts.map +1 -1
  4. package/elements/Field.d.ts +1 -3
  5. package/elements/Field.d.ts.map +1 -1
  6. package/elements/FieldError.d.ts +1 -3
  7. package/elements/FieldError.d.ts.map +1 -1
  8. package/elements/IconBox.d.ts +1 -3
  9. package/elements/IconBox.d.ts.map +1 -1
  10. package/elements/Label.d.ts +1 -3
  11. package/elements/Label.d.ts.map +1 -1
  12. package/elements/Legend.d.ts +1 -3
  13. package/elements/Legend.d.ts.map +1 -1
  14. package/elements/Tag/index.d.ts +3 -9
  15. package/elements/Tag/index.d.ts.map +1 -1
  16. package/elements/TagGroup.d.ts +1 -3
  17. package/elements/TagGroup.d.ts.map +1 -1
  18. package/fields/DateRangePicker/NumberInput.d.ts +1 -1
  19. package/fields/Textarea.d.ts.map +1 -1
  20. package/fields/shared/StyledIMaskInput.d.ts +59 -107
  21. package/fields/shared/StyledIMaskInput.d.ts.map +1 -1
  22. package/hooks/__tests__/usePrevious.test.d.ts +2 -0
  23. package/hooks/__tests__/usePrevious.test.d.ts.map +1 -0
  24. package/hooks/useForceUpdate.d.ts +1 -1
  25. package/icons/Contact.d.ts +3 -0
  26. package/icons/Contact.d.ts.map +1 -0
  27. package/icons/GroupPerson.d.ts +3 -0
  28. package/icons/GroupPerson.d.ts.map +1 -0
  29. package/icons/License.d.ts +3 -0
  30. package/icons/License.d.ts.map +1 -0
  31. package/icons/index.d.ts +4 -1
  32. package/icons/index.d.ts.map +1 -1
  33. package/index.js +684 -30876
  34. package/package.json +3 -3
  35. package/tables/SimpleTable/Td.d.ts +1 -3
  36. package/tables/SimpleTable/Td.d.ts.map +1 -1
  37. package/tables/SimpleTable/index.d.ts +2 -6
  38. package/tables/SimpleTable/index.d.ts.map +1 -1
  39. package/tables/TableWithSelectableRows/index.d.ts +6 -18
  40. package/tables/TableWithSelectableRows/index.d.ts.map +1 -1
package/CHANGELOG.md CHANGED
@@ -1,3 +1,28 @@
1
+ ## [24.23.0](https://github.com/MTES-MCT/monitor-ui/compare/v24.22.3...v24.23.0) (2025-07-09)
2
+
3
+ ### Features
4
+
5
+ * **icons:** add License, GroupPerson and Contact icons ([f74c1d6](https://github.com/MTES-MCT/monitor-ui/commit/f74c1d655b17fc2461a3691fa32261b3c6080c80))
6
+
7
+ ### Buid System & Dependencies
8
+
9
+ * **dev-deps:** bump the all-non-major-dependencies group across 1 directory with 6 updates ([d24804f](https://github.com/MTES-MCT/monitor-ui/commit/d24804ff99f63af541d29fa08eb0826ef3613d86))
10
+ * **dev-deps:** bump the non-major-dev-dependencies group across 1 directory with 11 updates ([1da37d1](https://github.com/MTES-MCT/monitor-ui/commit/1da37d13ac4d8cd340f138eb78d17db3f5af9655))
11
+ * **dev-deps:** bump vite from 6.3.5 to 7.0.0 in /e2e/release/sample ([46512c3](https://github.com/MTES-MCT/monitor-ui/commit/46512c3f15a7213debbe827ec0f78839f95f8b6e))
12
+
13
+ ## [24.22.3](https://github.com/MTES-MCT/monitor-ui/compare/v24.22.2...v24.22.3) (2025-07-02)
14
+
15
+ ### Bug Fixes
16
+
17
+ * **fields:** don't trigger onChange function if value finish with an `.` ([d8de952](https://github.com/MTES-MCT/monitor-ui/commit/d8de952116cd3cc979e9bfa19d1dfd5de6178bc7))
18
+ * **fields:** fix dd coordinates input ([7cbaa2f](https://github.com/MTES-MCT/monitor-ui/commit/7cbaa2f976a009bd7aa7b554489526e441e55842))
19
+ * **fields:** set latitude or longitude after checking if value is too long ([a934a9b](https://github.com/MTES-MCT/monitor-ui/commit/a934a9b46ce7787d5577911cf525d159e981563e))
20
+
21
+ ### Buid System & Dependencies
22
+
23
+ * **deps:** bump @tanstack/react-virtual ([94103ef](https://github.com/MTES-MCT/monitor-ui/commit/94103efc011f8aecdd49af0f1a7745574bf1d0db))
24
+ * **dev-deps:** bump the non-major-dev-dependencies group with 30 updates ([54db2e3](https://github.com/MTES-MCT/monitor-ui/commit/54db2e368daf1d591c63a3075cb952f10e6f4cf6))
25
+
1
26
  ## [24.22.2](https://github.com/MTES-MCT/monitor-ui/compare/v24.22.1...v24.22.2) (2025-06-23)
2
27
 
3
28
  ### Bug Fixes
@@ -4,9 +4,7 @@ export declare const MapMenuDialog: {
4
4
  Container: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
5
5
  Footer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
6
6
  Header: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, never>> & string;
7
- Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
8
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
9
- }>, never>, never>> & string;
7
+ Title: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, never>, never>> & string;
10
8
  VisibilityButton: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<any, never>> & (string | (string & Omit<any, keyof import("react").Component<any, {}, any>>));
11
9
  };
12
10
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MapMenuDialog/index.tsx"],"names":[],"mappings":"AA6EA,eAAO,MAAM,aAAa;;;;;;;;;;CAQzB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/MapMenuDialog/index.tsx"],"names":[],"mappings":"AA6EA,eAAO,MAAM,aAAa;;;;;;;;CAQzB,CAAA"}
@@ -1,6 +1,4 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  export type FieldProps = HTMLAttributes<HTMLDivElement>;
3
- export declare const Field: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }>, FieldProps>, never>> & string;
3
+ export declare const Field: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, FieldProps>, never>> & string;
6
4
  //# sourceMappingURL=Field.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/elements/Field.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AACvD,eAAO,MAAM,KAAK;;iCAMjB,CAAA"}
1
+ {"version":3,"file":"Field.d.ts","sourceRoot":"","sources":["../../src/elements/Field.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,UAAU,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AACvD,eAAO,MAAM,KAAK,kZAMjB,CAAA"}
@@ -2,7 +2,5 @@ import type { HTMLAttributes } from 'react';
2
2
  export type FieldErrorProps = HTMLAttributes<HTMLParagraphElement> & {
3
3
  $isDisabled?: boolean | undefined;
4
4
  };
5
- export declare const FieldError: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, "ref"> & {
6
- ref?: ((instance: HTMLParagraphElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLParagraphElement> | null | undefined;
7
- }>, FieldErrorProps>, never>> & string;
5
+ export declare const FieldError: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>, import("react").DetailedHTMLProps<HTMLAttributes<HTMLParagraphElement>, HTMLParagraphElement>>, FieldErrorProps>, never>> & string;
8
6
  //# sourceMappingURL=FieldError.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../src/elements/FieldError.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,oBAAoB,CAAC,GAAG;IACnE,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,UAAU;;sCAStB,CAAA"}
1
+ {"version":3,"file":"FieldError.d.ts","sourceRoot":"","sources":["../../src/elements/FieldError.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,eAAe,GAAG,cAAc,CAAC,oBAAoB,CAAC,GAAG;IACnE,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,UAAU,+aAStB,CAAA"}
@@ -7,7 +7,5 @@ export type IconBoxProps = HTMLAttributes<HTMLSpanElement> & {
7
7
  /**
8
8
  * Internal component used to wrap SVG icon components
9
9
  */
10
- export declare const IconBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "ref"> & {
11
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
12
- }>, IconBoxProps>, never>> & string;
10
+ export declare const IconBox: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>>, IconBoxProps>, never>> & string;
13
11
  //# sourceMappingURL=IconBox.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"IconBox.d.ts","sourceRoot":"","sources":["../../src/elements/IconBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AACD;;GAEG;AACH,eAAO,MAAM,OAAO;;mCAWnB,CAAA"}
1
+ {"version":3,"file":"IconBox.d.ts","sourceRoot":"","sources":["../../src/elements/IconBox.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,YAAY,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IAC3D,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,gBAAgB;IAChB,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AACD;;GAEG;AACH,eAAO,MAAM,OAAO,wZAWnB,CAAA"}
@@ -5,7 +5,5 @@ export type LabelProps = LabelHTMLAttributes<HTMLLabelElement> & {
5
5
  $isHidden?: boolean | undefined;
6
6
  $isRequired?: boolean | undefined;
7
7
  };
8
- export declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, Omit<import("react").DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, "ref"> & {
9
- ref?: ((instance: HTMLLabelElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLabelElement> | null | undefined;
10
- }>, LabelProps>, never>> & string;
8
+ export declare const Label: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, import("react").DetailedHTMLProps<LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>>, LabelProps>, never>> & string;
11
9
  //# sourceMappingURL=Label.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../src/elements/Label.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAEhD,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GAAG;IAC/D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,KAAK;;iCAiBjB,CAAA"}
1
+ {"version":3,"file":"Label.d.ts","sourceRoot":"","sources":["../../src/elements/Label.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,OAAO,CAAA;AAEhD,MAAM,MAAM,UAAU,GAAG,mBAAmB,CAAC,gBAAgB,CAAC,GAAG;IAC/D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACjC,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,KAAK,oaAiBjB,CAAA"}
@@ -5,7 +5,5 @@ export type LegendProps = HTMLAttributes<HTMLLegendElement> & {
5
5
  $isHidden?: boolean | undefined;
6
6
  $isRequired?: boolean | undefined;
7
7
  };
8
- export declare const Legend: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, "ref"> & {
9
- ref?: ((instance: HTMLLegendElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLLegendElement> | null | undefined;
10
- }>, LegendProps>, never>> & string;
8
+ export declare const Legend: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>, import("react").DetailedHTMLProps<HTMLAttributes<HTMLLegendElement>, HTMLLegendElement>>, LegendProps>, never>> & string;
11
9
  //# sourceMappingURL=Legend.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Legend.d.ts","sourceRoot":"","sources":["../../src/elements/Legend.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IAC5D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,MAAM;;kCAkBlB,CAAA"}
1
+ {"version":3,"file":"Legend.d.ts","sourceRoot":"","sources":["../../src/elements/Legend.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,WAAW,GAAG,cAAc,CAAC,iBAAiB,CAAC,GAAG;IAC5D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC/B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CAClC,CAAA;AACD,eAAO,MAAM,MAAM,+ZAkBlB,CAAA"}
@@ -12,36 +12,30 @@ export type TagProps = HTMLAttributes<HTMLSpanElement> & {
12
12
  withCircleIcon?: boolean | undefined;
13
13
  };
14
14
  export declare function Tag({ accent, backgroundColor, borderColor, children, className, color, Icon, iconColor, isLight, withCircleIcon, ...nativeProps }: TagProps): import("react/jsx-runtime").JSX.Element;
15
- export declare const PrimaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
15
+ export declare const PrimaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
16
16
  $backgroundColor?: string | undefined;
17
17
  $borderColor?: string | undefined;
18
18
  $color?: string | undefined;
19
19
  $isLight: boolean;
20
20
  $withCircleIcon?: boolean | undefined;
21
- }, "ref"> & {
22
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
23
21
  }, {
24
22
  $isLight: boolean;
25
23
  }>> & string;
26
- export declare const SecondaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
24
+ export declare const SecondaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
27
25
  $backgroundColor?: string | undefined;
28
26
  $borderColor?: string | undefined;
29
27
  $color?: string | undefined;
30
28
  $isLight: boolean;
31
29
  $withCircleIcon?: boolean | undefined;
32
- }, "ref"> & {
33
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
34
30
  }, {
35
31
  $isLight: boolean;
36
32
  }>> & string;
37
- export declare const TertiaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<Omit<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
33
+ export declare const TertiaryTag: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("styled-components").FastOmit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLSpanElement>, HTMLSpanElement>, "$color" | "$backgroundColor" | "$isLight" | "$borderColor" | "$withCircleIcon"> & {
38
34
  $backgroundColor?: string | undefined;
39
35
  $borderColor?: string | undefined;
40
36
  $color?: string | undefined;
41
37
  $isLight: boolean;
42
38
  $withCircleIcon?: boolean | undefined;
43
- }, "ref"> & {
44
- ref?: ((instance: HTMLSpanElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLSpanElement> | null | undefined;
45
39
  }, {
46
40
  $isLight: boolean;
47
41
  }>> & string;
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAGnC,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAW,MAAM,OAAO,CAAA;AAG5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,GAAG,SAAS,CAAA;IAC/C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACrC,CAAA;AACD,wBAAgB,GAAG,CAAC,EAClB,MAAM,EACN,eAAe,EACf,WAAW,EACX,QAAQ,EACR,SAAS,EACT,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAe,EACf,cAAsB,EACtB,GAAG,WAAW,EACf,EAAE,QAAQ,2CA+CV;AA+BD,eAAO,MAAM,UAAU;uBA5BF,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;;;cAyB3B,OAAO;YAIlB,CAAA;AAGD,eAAO,MAAM,YAAY;uBApCJ,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;;;cAiC3B,OAAO;YAIlB,CAAA;AAED,eAAO,MAAM,WAAW;uBA3CH,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;;;cAwC3B,OAAO;YAIlB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/elements/Tag/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,YAAY,CAAA;AAGnC,OAAO,EAAE,KAAK,iBAAiB,EAAE,KAAK,cAAc,EAAW,MAAM,OAAO,CAAA;AAG5E,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAA;AAEpD,MAAM,MAAM,QAAQ,GAAG,cAAc,CAAC,eAAe,CAAC,GAAG;IACvD,IAAI,CAAC,EAAE,iBAAiB,CAAC,SAAS,CAAC,GAAG,SAAS,CAAA;IAC/C,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC3B,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IACpC,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAChC,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC9B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;CACrC,CAAA;AACD,wBAAgB,GAAG,CAAC,EAClB,MAAM,EACN,eAAe,EACf,WAAW,EACX,QAAQ,EACR,SAAS,EACT,KAAK,EACL,IAAI,EACJ,SAAS,EACT,OAAe,EACf,cAAsB,EACtB,GAAG,WAAW,EACf,EAAE,QAAQ,2CA+CV;AA+BD,eAAO,MAAM,UAAU;uBA5BF,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;cAyB3B,OAAO;YAIlB,CAAA;AAGD,eAAO,MAAM,YAAY;uBApCJ,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;cAiC3B,OAAO;YAIlB,CAAA;AAED,eAAO,MAAM,WAAW;uBA3CH,MAAM,GAAG,SAAS;mBACtB,MAAM,GAAG,SAAS;aACxB,MAAM,GAAG,SAAS;cACjB,OAAO;sBACC,OAAO,GAAG,SAAS;;cAwC3B,OAAO;YAIlB,CAAA"}
@@ -1,6 +1,4 @@
1
1
  import type { HTMLAttributes } from 'react';
2
2
  export type TagGroupProps = HTMLAttributes<HTMLDivElement>;
3
- export declare const TagGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, Omit<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, "ref"> & {
4
- ref?: ((instance: HTMLDivElement | null) => void | import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES[keyof import("react").DO_NOT_USE_OR_YOU_WILL_BE_FIRED_CALLBACK_REF_RETURN_VALUES]) | import("react").RefObject<HTMLDivElement> | null | undefined;
5
- }>, TagGroupProps>, never>> & string;
3
+ export declare const TagGroup: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("styled-components/dist/types").Substitute<import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>, import("react").DetailedHTMLProps<HTMLAttributes<HTMLDivElement>, HTMLDivElement>>, TagGroupProps>, never>> & string;
6
4
  //# sourceMappingURL=TagGroup.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../src/elements/TagGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAC1D,eAAO,MAAM,QAAQ;;oCAOpB,CAAA"}
1
+ {"version":3,"file":"TagGroup.d.ts","sourceRoot":"","sources":["../../src/elements/TagGroup.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,cAAc,CAAC,cAAc,CAAC,CAAA;AAC1D,eAAO,MAAM,QAAQ,qZAOpB,CAAA"}
@@ -17,7 +17,7 @@ export type NumberInputProps = Omit<InputHTMLAttributes<HTMLInputElement>, 'defa
17
17
  onPrevious?: (() => Promisable<void>) | undefined;
18
18
  size: number;
19
19
  };
20
- export declare const NumberInput: import("react").ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "pattern" | "defaultValue" | "onInput" | "type" | "max" | "maxLength" | "min"> & {
20
+ export declare const NumberInput: import("react").ForwardRefExoticComponent<Omit<InputHTMLAttributes<HTMLInputElement>, "pattern" | "defaultValue" | "onInput" | "max" | "min" | "type" | "maxLength"> & {
21
21
  isLight: boolean;
22
22
  max?: number;
23
23
  min?: number;
@@ -1 +1 @@
1
- {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../src/fields/Textarea.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAoB,sBAAsB,EAAE,MAAM,OAAO,CAAA;AACrE,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,sBAAsB,CAAC,mBAAmB,CAAC,EAC3C,cAAc,GAAG,IAAI,GAAG,UAAU,GAAG,OAAO,CAC7C,GAAG;IACF,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IAC9D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AACD,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,QAAQ,EACR,QAAgB,EAChB,IAAQ,EACR,KAAK,EACL,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,aAAa,2CAiDf"}
1
+ {"version":3,"file":"Textarea.d.ts","sourceRoot":"","sources":["../../src/fields/Textarea.tsx"],"names":[],"mappings":"AAkBA,OAAO,KAAK,EAAE,sBAAsB,EAAE,MAAM,OAAO,CAAA;AACnD,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,WAAW,CAAA;AAE3C,MAAM,MAAM,aAAa,GAAG,IAAI,CAC9B,sBAAsB,CAAC,mBAAmB,CAAC,EAC3C,cAAc,GAAG,IAAI,GAAG,UAAU,GAAG,OAAO,CAC7C,GAAG;IACF,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;IAC1B,oBAAoB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC1C,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7B,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAChC,aAAa,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IACnC,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC7C,KAAK,EAAE,MAAM,CAAA;IACb,IAAI,EAAE,MAAM,CAAA;IACZ,QAAQ,CAAC,EAAE,CAAC,SAAS,EAAE,MAAM,GAAG,SAAS,KAAK,UAAU,CAAC,IAAI,CAAC,CAAA;IAC9D,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAA;IAC9B,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAA;CAC3B,CAAA;AACD,wBAAgB,QAAQ,CAAC,EACvB,SAAS,EACT,QAAgB,EAChB,KAAK,EACL,oBAA4B,EAC5B,aAAqB,EACrB,OAAe,EACf,UAAkB,EAClB,aAAqB,EACrB,uBAA+B,EAC/B,KAAK,EACL,QAAQ,EACR,QAAgB,EAChB,IAAQ,EACR,KAAK,EACL,KAAK,EACL,GAAG,aAAa,EACjB,EAAE,aAAa,2CAiDf"}