@arkyn/types 1.3.74 → 1.3.76
Sign up to get free protection for your applications and to get access to all the features.
- package/dist/components/ButtonProps.d.ts +1 -1
- package/dist/components/ButtonProps.d.ts.map +1 -1
- package/dist/components/CardProps.d.ts +4 -0
- package/dist/components/CardProps.d.ts.map +1 -0
- package/dist/components/CardProps.js +1 -0
- package/dist/components/IconButtonProps.d.ts +1 -1
- package/dist/components/IconButtonProps.d.ts.map +1 -1
- package/dist/index.d.ts +4 -2
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4 -2
- package/dist/shared/FomartToHiddenDigitsOptions.d.ts +6 -0
- package/dist/shared/FomartToHiddenDigitsOptions.d.ts.map +1 -0
- package/dist/shared/FomartToHiddenDigitsOptions.js +1 -0
- package/package.json +1 -1
- package/src/components/ButtonProps.ts +1 -1
- package/src/components/CardProps.ts +5 -0
- package/src/components/IconButtonProps.ts +1 -1
- package/src/index.ts +4 -2
- package/src/shared/FomartToHiddenDigitsOptions.ts +6 -0
@@ -6,7 +6,7 @@ type ButtonProps = BaseButtonProps & {
|
|
6
6
|
loadingText?: string;
|
7
7
|
size?: "xs" | "sm" | "md" | "lg";
|
8
8
|
variant?: "solid" | "outline" | "ghost" | "invisible";
|
9
|
-
scheme?: "primary" | "success" | "warning" | "danger";
|
9
|
+
scheme?: "primary" | "success" | "warning" | "danger" | "info";
|
10
10
|
leftIcon?: LucideIcon;
|
11
11
|
rightIcon?: LucideIcon;
|
12
12
|
};
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"ButtonProps.d.ts","sourceRoot":"","sources":["../../src/components/ButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,eAAe,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE/D,KAAK,WAAW,GAAG,eAAe,GAAG;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACtD,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;
|
1
|
+
{"version":3,"file":"ButtonProps.d.ts","sourceRoot":"","sources":["../../src/components/ButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,eAAe,GAAG,oBAAoB,CAAC,iBAAiB,CAAC,CAAC;AAE/D,KAAK,WAAW,GAAG,eAAe,GAAG;IACnC,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,CAAC;IAErB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACtD,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;IAE/D,QAAQ,CAAC,EAAE,UAAU,CAAC;IACtB,SAAS,CAAC,EAAE,UAAU,CAAC;CACxB,CAAC;AAEF,YAAY,EAAE,WAAW,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"CardProps.d.ts","sourceRoot":"","sources":["../../src/components/CardProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAE5C,KAAK,SAAS,GAAG,cAAc,CAAC,cAAc,CAAC,CAAC;AAEhD,YAAY,EAAE,SAAS,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
@@ -7,7 +7,7 @@ type IconButtonProps = BaseIconButtonProps & {
|
|
7
7
|
isLoading?: boolean;
|
8
8
|
size?: "xs" | "sm" | "md" | "lg";
|
9
9
|
variant?: "solid" | "outline" | "ghost" | "invisible";
|
10
|
-
scheme?: "primary" | "success" | "warning" | "danger";
|
10
|
+
scheme?: "primary" | "success" | "warning" | "danger" | "info";
|
11
11
|
};
|
12
12
|
export type { IconButtonProps };
|
13
13
|
//# sourceMappingURL=IconButtonProps.d.ts.map
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"IconButtonProps.d.ts","sourceRoot":"","sources":["../../src/components/IconButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,mBAAmB,GAAG,IAAI,CAC7B,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,UAAU,GAAG,YAAY,CAC1B,CAAC;AAEF,KAAK,eAAe,GAAG,mBAAmB,GAAG;IAC3C,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACtD,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,CAAC;
|
1
|
+
{"version":3,"file":"IconButtonProps.d.ts","sourceRoot":"","sources":["../../src/components/IconButtonProps.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,cAAc,CAAC;AAC/C,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,OAAO,CAAC;AAElD,KAAK,mBAAmB,GAAG,IAAI,CAC7B,oBAAoB,CAAC,iBAAiB,CAAC,EACvC,UAAU,GAAG,YAAY,CAC1B,CAAC;AAEF,KAAK,eAAe,GAAG,mBAAmB,GAAG;IAC3C,IAAI,EAAE,UAAU,CAAC;IACjB,YAAY,EAAE,MAAM,CAAC;IAErB,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACjC,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,GAAG,OAAO,GAAG,WAAW,CAAC;IACtD,MAAM,CAAC,EAAE,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,QAAQ,GAAG,MAAM,CAAC;CAChE,CAAC;AAEF,YAAY,EAAE,eAAe,EAAE,CAAC"}
|
package/dist/index.d.ts
CHANGED
@@ -12,6 +12,7 @@ export * from "./components/AlertProps";
|
|
12
12
|
export * from "./components/BadgeProps";
|
13
13
|
export * from "./components/BreadcrumbProps";
|
14
14
|
export * from "./components/ButtonProps";
|
15
|
+
export * from "./components/CardProps";
|
15
16
|
export * from "./components/CheckboxProps";
|
16
17
|
export * from "./components/DividerProps";
|
17
18
|
export * from "./components/DrawerProps";
|
@@ -21,18 +22,19 @@ export * from "./components/InputProps";
|
|
21
22
|
export * from "./components/ModalProps";
|
22
23
|
export * from "./components/PaginationProps";
|
23
24
|
export * from "./components/PopoverProps";
|
25
|
+
export * from "./components/RadioProps";
|
24
26
|
export * from "./components/SelectProps";
|
25
27
|
export * from "./components/SkeletonProps";
|
26
28
|
export * from "./components/TableProps";
|
29
|
+
export * from "./components/TabProps";
|
27
30
|
export * from "./components/TextareaProps";
|
28
31
|
export * from "./components/ToastProps";
|
29
32
|
export * from "./components/TooltipProps";
|
30
|
-
export * from "./components/TabProps";
|
31
|
-
export * from "./components/RadioProps";
|
32
33
|
export * from "./hooks/Drawer";
|
33
34
|
export * from "./hooks/Modal";
|
34
35
|
export * from "./hooks/Toast";
|
35
36
|
export * from "./server/formParseProps";
|
36
37
|
export * from "./server/httpResponse";
|
37
38
|
export * from "./shared/CalculateCardInstallmentProps";
|
39
|
+
export * from "./shared/FomartToHiddenDigitsOptions";
|
38
40
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAG7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AACA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,iBAAiB,CAAC;AAChC,cAAc,cAAc,CAAC;AAC7B,cAAc,gCAAgC,CAAC;AAC/C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,cAAc,CAAC;AAG7B,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,0BAA0B,CAAC;AACzC,cAAc,wBAAwB,CAAC;AACvC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,yBAAyB,CAAC;AACxC,cAAc,yBAAyB,CAAC;AACxC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,2BAA2B,CAAC;AAC1C,cAAc,yBAAyB,CAAC;AACxC,cAAc,0BAA0B,CAAC;AACzC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AACtC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,yBAAyB,CAAC;AACxC,cAAc,2BAA2B,CAAC;AAG1C,cAAc,gBAAgB,CAAC;AAC/B,cAAc,eAAe,CAAC;AAC9B,cAAc,eAAe,CAAC;AAG9B,cAAc,yBAAyB,CAAC;AACxC,cAAc,uBAAuB,CAAC;AAGtC,cAAc,wCAAwC,CAAC;AACvD,cAAc,sCAAsC,CAAC"}
|
package/dist/index.js
CHANGED
@@ -14,6 +14,7 @@ export * from "./components/AlertProps";
|
|
14
14
|
export * from "./components/BadgeProps";
|
15
15
|
export * from "./components/BreadcrumbProps";
|
16
16
|
export * from "./components/ButtonProps";
|
17
|
+
export * from "./components/CardProps";
|
17
18
|
export * from "./components/CheckboxProps";
|
18
19
|
export * from "./components/DividerProps";
|
19
20
|
export * from "./components/DrawerProps";
|
@@ -23,14 +24,14 @@ export * from "./components/InputProps";
|
|
23
24
|
export * from "./components/ModalProps";
|
24
25
|
export * from "./components/PaginationProps";
|
25
26
|
export * from "./components/PopoverProps";
|
27
|
+
export * from "./components/RadioProps";
|
26
28
|
export * from "./components/SelectProps";
|
27
29
|
export * from "./components/SkeletonProps";
|
28
30
|
export * from "./components/TableProps";
|
31
|
+
export * from "./components/TabProps";
|
29
32
|
export * from "./components/TextareaProps";
|
30
33
|
export * from "./components/ToastProps";
|
31
34
|
export * from "./components/TooltipProps";
|
32
|
-
export * from "./components/TabProps";
|
33
|
-
export * from "./components/RadioProps";
|
34
35
|
// Hooks
|
35
36
|
export * from "./hooks/Drawer";
|
36
37
|
export * from "./hooks/Modal";
|
@@ -40,3 +41,4 @@ export * from "./server/formParseProps";
|
|
40
41
|
export * from "./server/httpResponse";
|
41
42
|
// Shared
|
42
43
|
export * from "./shared/CalculateCardInstallmentProps";
|
44
|
+
export * from "./shared/FomartToHiddenDigitsOptions";
|
@@ -0,0 +1 @@
|
|
1
|
+
{"version":3,"file":"FomartToHiddenDigitsOptions.d.ts","sourceRoot":"","sources":["../../src/shared/FomartToHiddenDigitsOptions.ts"],"names":[],"mappings":"AAAA,KAAK,2BAA2B,GAAG;IACjC,KAAK,CAAC,EAAE,MAAM,GAAG,CAAC,MAAM,EAAE,MAAM,CAAC,CAAC;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB,CAAC;AAEF,YAAY,EAAE,2BAA2B,EAAE,CAAC"}
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|
package/package.json
CHANGED
@@ -9,7 +9,7 @@ type ButtonProps = BaseButtonProps & {
|
|
9
9
|
|
10
10
|
size?: "xs" | "sm" | "md" | "lg";
|
11
11
|
variant?: "solid" | "outline" | "ghost" | "invisible";
|
12
|
-
scheme?: "primary" | "success" | "warning" | "danger";
|
12
|
+
scheme?: "primary" | "success" | "warning" | "danger" | "info";
|
13
13
|
|
14
14
|
leftIcon?: LucideIcon;
|
15
15
|
rightIcon?: LucideIcon;
|
@@ -13,7 +13,7 @@ type IconButtonProps = BaseIconButtonProps & {
|
|
13
13
|
isLoading?: boolean;
|
14
14
|
size?: "xs" | "sm" | "md" | "lg";
|
15
15
|
variant?: "solid" | "outline" | "ghost" | "invisible";
|
16
|
-
scheme?: "primary" | "success" | "warning" | "danger";
|
16
|
+
scheme?: "primary" | "success" | "warning" | "danger" | "info";
|
17
17
|
};
|
18
18
|
|
19
19
|
export type { IconButtonProps };
|
package/src/index.ts
CHANGED
@@ -15,6 +15,7 @@ export * from "./components/AlertProps";
|
|
15
15
|
export * from "./components/BadgeProps";
|
16
16
|
export * from "./components/BreadcrumbProps";
|
17
17
|
export * from "./components/ButtonProps";
|
18
|
+
export * from "./components/CardProps";
|
18
19
|
export * from "./components/CheckboxProps";
|
19
20
|
export * from "./components/DividerProps";
|
20
21
|
export * from "./components/DrawerProps";
|
@@ -24,14 +25,14 @@ export * from "./components/InputProps";
|
|
24
25
|
export * from "./components/ModalProps";
|
25
26
|
export * from "./components/PaginationProps";
|
26
27
|
export * from "./components/PopoverProps";
|
28
|
+
export * from "./components/RadioProps";
|
27
29
|
export * from "./components/SelectProps";
|
28
30
|
export * from "./components/SkeletonProps";
|
29
31
|
export * from "./components/TableProps";
|
32
|
+
export * from "./components/TabProps";
|
30
33
|
export * from "./components/TextareaProps";
|
31
34
|
export * from "./components/ToastProps";
|
32
35
|
export * from "./components/TooltipProps";
|
33
|
-
export * from "./components/TabProps";
|
34
|
-
export * from "./components/RadioProps";
|
35
36
|
|
36
37
|
// Hooks
|
37
38
|
export * from "./hooks/Drawer";
|
@@ -44,3 +45,4 @@ export * from "./server/httpResponse";
|
|
44
45
|
|
45
46
|
// Shared
|
46
47
|
export * from "./shared/CalculateCardInstallmentProps";
|
48
|
+
export * from "./shared/FomartToHiddenDigitsOptions";
|