@mindly/ui-components 5.80.0 → 5.82.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,5 +1,5 @@
1
1
  /// <reference types="react" />
2
- export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "expand" | "routerAnimation" | "shape"> & {
2
+ export declare const ButtonStyled: import("styled-components").StyledComponent<import("react").ForwardRefExoticComponent<Pick<import("@ionic/core/dist/types/components").JSX.IonButton, "form" | "strong" | "type" | "disabled" | "rel" | "color" | "buttonType" | "download" | "href" | "target" | "mode" | "size" | "fill" | "onIonBlur" | "onIonFocus" | "expand" | "routerAnimation" | "shape"> & {
3
3
  routerLink?: string | undefined;
4
4
  routerDirection?: "none" | "root" | "forward" | "back" | undefined;
5
5
  routerOptions?: import("@ionic/react").RouterOptions | undefined;
@@ -4,6 +4,7 @@ type ProgressBar_v2Props = {
4
4
  progress: number;
5
5
  className?: string;
6
6
  reversed?: boolean;
7
+ animationDuration?: number;
7
8
  };
8
9
  declare const _default: React.NamedExoticComponent<ProgressBar_v2Props>;
9
10
  export default _default;
package/dist/index.d.ts CHANGED
@@ -1904,6 +1904,7 @@ type ProgressBar_v2Props = {
1904
1904
  progress: number;
1905
1905
  className?: string;
1906
1906
  reversed?: boolean;
1907
+ animationDuration?: number;
1907
1908
  };
1908
1909
  declare const _default$k: React__default.NamedExoticComponent<ProgressBar_v2Props>;
1909
1910
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mindly/ui-components",
3
- "version": "5.80.0",
3
+ "version": "5.82.0",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "clean": "rimraf dist",
@@ -19,14 +19,14 @@
19
19
  "@capacitor/share": "5.0.7",
20
20
  "@fontsource/inter": "5.0.8",
21
21
  "@fontsource/inter-tight": "5.0.12",
22
- "@ionic/react": "6.1.11",
23
- "@ionic/react-router": "6.1.11",
22
+ "@ionic/react": "6.7.5",
23
+ "@ionic/react-router": "6.7.5",
24
24
  "@react-aria/toast": "3.0.0-beta.7",
25
25
  "@react-stately/toast": "3.0.0-beta.1",
26
26
  "classnames": "2.3.2",
27
27
  "date-fns": "2.30.0",
28
28
  "html-react-parser": "3.0.16",
29
- "luxon": "2.4.0",
29
+ "luxon": "2.5.2",
30
30
  "react": "17.0.2",
31
31
  "react-aria": "3.26.0",
32
32
  "react-countdown": "2.3.5",
@@ -38,7 +38,7 @@
38
38
  "react-photo-view": "1.2.4",
39
39
  "react-rating": "2.0.5",
40
40
  "react-stately": "3.24.0",
41
- "styled-components": "5.3.1",
41
+ "styled-components": "5.3.11",
42
42
  "swiper": "8.4.7",
43
43
  "tailwind-variants": "0.1.14"
44
44
  },