@opexa/portal-components 0.0.838 → 0.0.839

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 (100) hide show
  1. package/dist/components/AccountInfo/GoogleDisconnect.d.ts +7 -0
  2. package/dist/components/AccountInfo/GoogleDisconnect.js +11 -0
  3. package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .d.ts +1 -0
  4. package/dist/components/DepositWithdrawal/Deposit/GCashWebpayDeposit /GCashWebpayDeposit .js +191 -0
  5. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/QRPHDepositContext.d.ts +2 -2
  6. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit/useQRPHDeposit.d.ts +1 -1
  7. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.d.ts +1 -0
  8. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Confirmed.js +11 -0
  9. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.d.ts +1 -0
  10. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Failed.js +11 -0
  11. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.d.ts +1 -0
  12. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/Form.js +126 -0
  13. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.d.ts +1 -0
  14. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/GeneratingQrCode.js +10 -0
  15. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.d.ts +1 -0
  16. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDeposit.js +12 -0
  17. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.d.ts +17 -0
  18. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QRPHDepositContext.js +2 -0
  19. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.d.ts +1 -0
  20. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/QrCodeGenerated.js +41 -0
  21. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.d.ts +13 -0
  22. package/dist/components/DepositWithdrawal/Deposit/QRPHDeposit__next/useQRPHDeposit.js +91 -0
  23. package/dist/components/KYC/KYCVerificationStatus.lazy.js +4 -7
  24. package/dist/components/PortalProvider/CXDTokenObserver.js +11 -11
  25. package/dist/constants/GameProvider.js +7 -0
  26. package/dist/icons/LinkBrokenIcon.d.ts +2 -0
  27. package/dist/icons/LinkBrokenIcon.js +4 -0
  28. package/dist/images/game-providers/RUBY_PLAY.png +0 -0
  29. package/dist/types/index.d.ts +1 -1
  30. package/dist/ui/AlertDialog/AlertDialog.d.ts +154 -154
  31. package/dist/ui/AlertDialog/alertDialog.recipe.d.ts +14 -14
  32. package/dist/ui/Avatar/Avatar.d.ts +9 -9
  33. package/dist/ui/Avatar/avatar.recipe.d.ts +3 -3
  34. package/dist/ui/Badge/Badge.d.ts +12 -12
  35. package/dist/ui/Badge/badge.anatomy.d.ts +1 -1
  36. package/dist/ui/Badge/badge.recipe.d.ts +3 -3
  37. package/dist/ui/Carousel/Carousel.d.ts +72 -72
  38. package/dist/ui/Carousel/carousel.recipe.d.ts +8 -8
  39. package/dist/ui/Checkbox/Checkbox.d.ts +23 -23
  40. package/dist/ui/Checkbox/checkbox.recipe.d.ts +3 -3
  41. package/dist/ui/Clipboard/Clipboard.d.ts +18 -18
  42. package/dist/ui/Clipboard/clipboard.recipe.d.ts +3 -3
  43. package/dist/ui/Combobox/Combobox.d.ts +42 -42
  44. package/dist/ui/Combobox/combobox.recipe.d.ts +3 -3
  45. package/dist/ui/DatePicker/DatePicker.d.ts +72 -72
  46. package/dist/ui/DatePicker/datePicker.recipe.d.ts +3 -3
  47. package/dist/ui/Dialog/Dialog.d.ts +33 -33
  48. package/dist/ui/Dialog/dialog.recipe.d.ts +3 -3
  49. package/dist/ui/Drawer/Drawer.d.ts +33 -33
  50. package/dist/ui/Drawer/drawer.recipe.d.ts +3 -3
  51. package/dist/ui/Field/Field.d.ts +21 -21
  52. package/dist/ui/Field/field.recipe.d.ts +3 -3
  53. package/dist/ui/Menu/Menu.d.ts +252 -252
  54. package/dist/ui/Menu/menu.recipe.d.ts +14 -14
  55. package/dist/ui/NumberInput/NumberInput.d.ts +24 -24
  56. package/dist/ui/NumberInput/numberInput.recipe.d.ts +3 -3
  57. package/dist/ui/PasswordInput/PasswordInput.d.ts +18 -18
  58. package/dist/ui/PasswordInput/passwordInput.recipe.d.ts +3 -3
  59. package/dist/ui/PinInput/PinInput.d.ts +12 -12
  60. package/dist/ui/PinInput/pinInput.recipe.d.ts +3 -3
  61. package/dist/ui/Popover/Popover.d.ts +121 -121
  62. package/dist/ui/Popover/popover.recipe.d.ts +11 -11
  63. package/dist/ui/Progress/Progress.d.ts +27 -27
  64. package/dist/ui/Progress/progress.recipe.d.ts +3 -3
  65. package/dist/ui/QrCode/QrCode.d.ts +40 -40
  66. package/dist/ui/QrCode/qrCode.recipe.d.ts +8 -8
  67. package/dist/ui/SegmentGroup/SegmentGroup.d.ts +18 -18
  68. package/dist/ui/SegmentGroup/segmentGroup.recipe.d.ts +3 -3
  69. package/dist/ui/Select/Select.d.ts +45 -45
  70. package/dist/ui/Select/select.recipe.d.ts +3 -3
  71. package/dist/ui/Table/Table.d.ts +21 -21
  72. package/dist/ui/Table/table.anatomy.d.ts +1 -1
  73. package/dist/ui/Table/table.recipe.d.ts +3 -3
  74. package/dist/ui/Tabs/Tabs.d.ts +15 -15
  75. package/dist/ui/Tabs/tabs.recipe.d.ts +3 -3
  76. package/dist/ui/Tooltip/Tooltip.d.ts +30 -30
  77. package/dist/ui/Tooltip/tooltip.recipe.d.ts +5 -5
  78. package/package.json +1 -1
  79. package/dist/components/Banner/Banner.client.d.ts +0 -12
  80. package/dist/components/Banner/Banner.client.js +0 -49
  81. package/dist/components/PortalProvider/AndroidOnlyComponents.d.ts +0 -1
  82. package/dist/components/PortalProvider/AndroidOnlyComponents.js +0 -12
  83. package/dist/components/SignIn/utils.d.ts +0 -8
  84. package/dist/components/SignIn/utils.js +0 -26
  85. package/dist/constants/Branches.d.ts +0 -2
  86. package/dist/constants/Branches.js +0 -42
  87. package/dist/third-parties/FacebookPixel/FacebookPixel.d.ts +0 -4
  88. package/dist/third-parties/FacebookPixel/FacebookPixel.js +0 -4
  89. package/dist/third-parties/FacebookPixel/api.d.ts +0 -0
  90. package/dist/third-parties/FacebookPixel/api.js +0 -1
  91. package/dist/third-parties/FacebookPixel/index.d.ts +0 -1
  92. package/dist/third-parties/FacebookPixel/index.js +0 -1
  93. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.d.ts +0 -4
  94. package/dist/third-parties/GoogleRecaptcha/GoogleRecaptcha.js +0 -4
  95. package/dist/third-parties/GoogleRecaptcha/api.d.ts +0 -0
  96. package/dist/third-parties/GoogleRecaptcha/api.js +0 -1
  97. package/dist/third-parties/GoogleRecaptcha/index.d.ts +0 -1
  98. package/dist/third-parties/GoogleRecaptcha/index.js +0 -1
  99. package/dist/third-parties/index.d.ts +0 -2
  100. package/dist/third-parties/index.js +0 -2
@@ -1,46 +1,46 @@
1
1
  export declare const alertDialogRecipe: import("tailwind-variants").TVReturnType<{
2
2
  [key: string]: {
3
3
  [key: string]: import("tailwind-variants").ClassValue | {
4
- content?: import("tailwind-variants").ClassValue;
5
4
  title?: import("tailwind-variants").ClassValue;
5
+ content?: import("tailwind-variants").ClassValue;
6
+ body?: import("tailwind-variants").ClassValue;
6
7
  trigger?: import("tailwind-variants").ClassValue;
8
+ footer?: import("tailwind-variants").ClassValue;
9
+ header?: import("tailwind-variants").ClassValue;
7
10
  backdrop?: import("tailwind-variants").ClassValue;
8
11
  positioner?: import("tailwind-variants").ClassValue;
9
12
  description?: import("tailwind-variants").ClassValue;
10
13
  closeTrigger?: import("tailwind-variants").ClassValue;
11
- header?: import("tailwind-variants").ClassValue;
12
- body?: import("tailwind-variants").ClassValue;
13
- footer?: import("tailwind-variants").ClassValue;
14
14
  };
15
15
  };
16
16
  } | {
17
17
  [x: string]: {
18
18
  [x: string]: import("tailwind-variants").ClassValue | {
19
- content?: import("tailwind-variants").ClassValue;
20
19
  title?: import("tailwind-variants").ClassValue;
20
+ content?: import("tailwind-variants").ClassValue;
21
+ body?: import("tailwind-variants").ClassValue;
21
22
  trigger?: import("tailwind-variants").ClassValue;
23
+ footer?: import("tailwind-variants").ClassValue;
24
+ header?: import("tailwind-variants").ClassValue;
22
25
  backdrop?: import("tailwind-variants").ClassValue;
23
26
  positioner?: import("tailwind-variants").ClassValue;
24
27
  description?: import("tailwind-variants").ClassValue;
25
28
  closeTrigger?: import("tailwind-variants").ClassValue;
26
- header?: import("tailwind-variants").ClassValue;
27
- body?: import("tailwind-variants").ClassValue;
28
- footer?: import("tailwind-variants").ClassValue;
29
29
  };
30
30
  };
31
- } | {}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, {
31
+ } | {}, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, {
32
32
  [key: string]: {
33
33
  [key: string]: import("tailwind-variants").ClassValue | {
34
- content?: import("tailwind-variants").ClassValue;
35
34
  title?: import("tailwind-variants").ClassValue;
35
+ content?: import("tailwind-variants").ClassValue;
36
+ body?: import("tailwind-variants").ClassValue;
36
37
  trigger?: import("tailwind-variants").ClassValue;
38
+ footer?: import("tailwind-variants").ClassValue;
39
+ header?: import("tailwind-variants").ClassValue;
37
40
  backdrop?: import("tailwind-variants").ClassValue;
38
41
  positioner?: import("tailwind-variants").ClassValue;
39
42
  description?: import("tailwind-variants").ClassValue;
40
43
  closeTrigger?: import("tailwind-variants").ClassValue;
41
- header?: import("tailwind-variants").ClassValue;
42
- body?: import("tailwind-variants").ClassValue;
43
- footer?: import("tailwind-variants").ClassValue;
44
44
  };
45
45
  };
46
- } | {}, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"content" | "title" | "trigger" | "backdrop" | "positioner" | "description" | "closeTrigger" | "header" | "body" | "footer", string | string[]>, undefined, unknown, unknown, undefined>>;
46
+ } | {}, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, import("tailwind-variants").TVReturnType<unknown, Record<"title" | "content" | "body" | "trigger" | "footer" | "header" | "backdrop" | "positioner" | "description" | "closeTrigger", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -6,21 +6,21 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
6
6
  fallback: string;
7
7
  };
8
8
  };
9
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, {
9
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
10
10
  size: {
11
11
  md: {
12
12
  root: string;
13
13
  fallback: string;
14
14
  };
15
15
  };
16
- }, Record<"image" | "fallback" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
16
+ }, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
17
17
  size: {
18
18
  md: {
19
19
  root: string;
20
20
  fallback: string;
21
21
  };
22
22
  };
23
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
23
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
24
24
  export declare const Image: import("react").ComponentType<import("@ark-ui/react").Assign<Avatar.ImageProps & import("react").RefAttributes<HTMLImageElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
25
25
  size: {
26
26
  md: {
@@ -28,21 +28,21 @@ export declare const Image: import("react").ComponentType<import("@ark-ui/react"
28
28
  fallback: string;
29
29
  };
30
30
  };
31
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, {
31
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
32
32
  size: {
33
33
  md: {
34
34
  root: string;
35
35
  fallback: string;
36
36
  };
37
37
  };
38
- }, Record<"image" | "fallback" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
38
+ }, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
39
39
  size: {
40
40
  md: {
41
41
  root: string;
42
42
  fallback: string;
43
43
  };
44
44
  };
45
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
45
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
46
46
  export declare const Fallback: import("react").ComponentType<import("@ark-ui/react").Assign<Avatar.FallbackProps & import("react").RefAttributes<HTMLSpanElement>, import("tailwind-variants").VariantProps<import("tailwind-variants").TVReturnType<{
47
47
  size: {
48
48
  md: {
@@ -50,19 +50,19 @@ export declare const Fallback: import("react").ComponentType<import("@ark-ui/rea
50
50
  fallback: string;
51
51
  };
52
52
  };
53
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, {
53
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
54
54
  size: {
55
55
  md: {
56
56
  root: string;
57
57
  fallback: string;
58
58
  };
59
59
  };
60
- }, Record<"image" | "fallback" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
60
+ }, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
61
61
  size: {
62
62
  md: {
63
63
  root: string;
64
64
  fallback: string;
65
65
  };
66
66
  };
67
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
67
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
68
68
  export declare const Context: (props: Avatar.ContextProps) => import("react").ReactNode;
@@ -5,18 +5,18 @@ export declare const avatarRecipe: import("tailwind-variants").TVReturnType<{
5
5
  fallback: string;
6
6
  };
7
7
  };
8
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, {
8
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, {
9
9
  size: {
10
10
  md: {
11
11
  root: string;
12
12
  fallback: string;
13
13
  };
14
14
  };
15
- }, Record<"image" | "fallback" | "root", string | string[]>, import("tailwind-variants").TVReturnType<{
15
+ }, Record<"image" | "root" | "fallback", string | string[]>, import("tailwind-variants").TVReturnType<{
16
16
  size: {
17
17
  md: {
18
18
  root: string;
19
19
  fallback: string;
20
20
  };
21
21
  };
22
- }, Record<"image" | "fallback" | "root", string | string[]>, undefined, unknown, unknown, undefined>>;
22
+ }, Record<"image" | "root" | "fallback", string | string[]>, undefined, unknown, unknown, undefined>>;
@@ -37,7 +37,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
37
37
  root: string;
38
38
  };
39
39
  };
40
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
40
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
41
41
  size: {
42
42
  md: {
43
43
  root: string;
@@ -72,7 +72,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
72
72
  root: string;
73
73
  };
74
74
  };
75
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
75
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
76
76
  size: {
77
77
  md: {
78
78
  root: string;
@@ -107,7 +107,7 @@ export declare const Root: import("react").ComponentType<import("@ark-ui/react")
107
107
  root: string;
108
108
  };
109
109
  };
110
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
110
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
111
111
  interface BadgeLabelProps extends ComponentPropsWithRef<'span'> {
112
112
  asChild?: boolean;
113
113
  }
@@ -146,7 +146,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
146
146
  root: string;
147
147
  };
148
148
  };
149
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
149
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
150
150
  size: {
151
151
  md: {
152
152
  root: string;
@@ -181,7 +181,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
181
181
  root: string;
182
182
  };
183
183
  };
184
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
184
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
185
185
  size: {
186
186
  md: {
187
187
  root: string;
@@ -216,7 +216,7 @@ export declare const Label: import("react").ComponentType<import("@ark-ui/react"
216
216
  root: string;
217
217
  };
218
218
  };
219
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
219
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
220
220
  interface BadgeIndicatorProps extends ComponentPropsWithRef<'svg'> {
221
221
  asChild?: boolean;
222
222
  }
@@ -255,7 +255,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
255
255
  root: string;
256
256
  };
257
257
  };
258
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
258
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
259
259
  size: {
260
260
  md: {
261
261
  root: string;
@@ -290,7 +290,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
290
290
  root: string;
291
291
  };
292
292
  };
293
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
293
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
294
294
  size: {
295
295
  md: {
296
296
  root: string;
@@ -325,7 +325,7 @@ export declare const Indicator: import("react").ComponentType<import("@ark-ui/re
325
325
  root: string;
326
326
  };
327
327
  };
328
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
328
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
329
329
  interface BadgeIconProps extends ComponentPropsWithRef<'svg'> {
330
330
  asChild?: boolean;
331
331
  }
@@ -364,7 +364,7 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
364
364
  root: string;
365
365
  };
366
366
  };
367
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
367
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
368
368
  size: {
369
369
  md: {
370
370
  root: string;
@@ -399,7 +399,7 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
399
399
  root: string;
400
400
  };
401
401
  };
402
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
402
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
403
403
  size: {
404
404
  md: {
405
405
  root: string;
@@ -434,5 +434,5 @@ export declare const Icon: import("react").ComponentType<import("@ark-ui/react")
434
434
  root: string;
435
435
  };
436
436
  };
437
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
437
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>>>>;
438
438
  export {};
@@ -1 +1 @@
1
- export declare const badgeAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"label" | "root" | "icon" | "indicator">;
1
+ export declare const badgeAnatomy: import("@ark-ui/react/anatomy").AnatomyInstance<"root" | "label" | "indicator" | "icon">;
@@ -33,7 +33,7 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
33
33
  root: string;
34
34
  };
35
35
  };
36
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, {
36
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, {
37
37
  size: {
38
38
  md: {
39
39
  root: string;
@@ -68,7 +68,7 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
68
68
  root: string;
69
69
  };
70
70
  };
71
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, import("tailwind-variants").TVReturnType<{
71
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, import("tailwind-variants").TVReturnType<{
72
72
  size: {
73
73
  md: {
74
74
  root: string;
@@ -103,4 +103,4 @@ export declare const badgeRecipe: import("tailwind-variants").TVReturnType<{
103
103
  root: string;
104
104
  };
105
105
  };
106
- }, Record<"label" | "root" | "icon" | "indicator", string | string[]>, undefined, unknown, unknown, undefined>>;
106
+ }, Record<"root" | "label" | "indicator" | "icon", string | string[]>, undefined, unknown, unknown, undefined>>;