@konstructio/ui 0.0.13-alpha.2 → 0.1.0-alpha.3

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/DatePicker.css +1 -0
  2. package/dist/{Modal-i7eolhYH.js → Modal-B2ujmsSW.js} +2 -2
  3. package/dist/components/Alert/Alert.js +1 -1
  4. package/dist/components/AlertDialog/AlertDialog.js +55 -41
  5. package/dist/components/AlertDialog/components/AlertDialogTrigger.js +1 -1
  6. package/dist/components/AlertDialog/components/index.js +1 -1
  7. package/dist/components/Badge/Badge.js +79 -0
  8. package/dist/components/Badge/Badge.variants.js +68 -0
  9. package/dist/components/Breadcrumb/Breadcrumb.js +43 -52
  10. package/dist/components/Breadcrumb/Breadcrumb.variants.js +10 -41
  11. package/dist/components/Breadcrumb/components/Item/Item.js +22 -23
  12. package/dist/components/Breadcrumb/components/Item/Item.variants.js +43 -56
  13. package/dist/components/Button/Button.js +30 -26
  14. package/dist/components/Button/Button.variants.js +115 -28
  15. package/dist/components/Checkbox/Checkbox.js +297 -187
  16. package/dist/components/Checkbox/Checkbox.variants.js +12 -15
  17. package/dist/components/Command/Command.js +2 -2
  18. package/dist/components/Command/components/Command.js +1 -1
  19. package/dist/components/Command/components/CommandEmpty.js +1 -1
  20. package/dist/components/Command/components/CommandGroup.js +1 -1
  21. package/dist/components/Command/components/CommandInput.js +1 -1
  22. package/dist/components/Command/components/CommandItem.js +1 -1
  23. package/dist/components/Command/components/CommandList.js +1 -1
  24. package/dist/components/Command/components/CommandSeparator.js +1 -1
  25. package/dist/components/Command/components/DialogContent.js +1 -1
  26. package/dist/components/Command/components/DialogOverlay.js +1 -1
  27. package/dist/components/Datepicker/DatePicker.js +2711 -0
  28. package/dist/components/Datepicker/DatePicker.variants.js +5 -0
  29. package/dist/components/Divider/Divider.variants.js +9 -12
  30. package/dist/components/Dropdown/contexts/dropdown.hook.js +5 -3
  31. package/dist/components/Input/Input.js +106 -137
  32. package/dist/components/Input/Input.variants.js +15 -13
  33. package/dist/components/Loading/Loading.js +14 -99
  34. package/dist/components/Modal/Modal.js +2 -2
  35. package/dist/components/Modal/components/Body/Body.js +1 -1
  36. package/dist/components/Modal/components/Footer/Footer.js +1 -1
  37. package/dist/components/Modal/components/Header/Header.js +1 -1
  38. package/dist/components/Modal/components/Wrapper/Wrapper.js +2 -2
  39. package/dist/components/Modal/components/index.js +1 -1
  40. package/dist/components/NumberInput/NumberInput.js +1 -1
  41. package/dist/components/Radio/Radio.variants.js +14 -12
  42. package/dist/components/RadioGroup/RadioGroup.js +1 -1
  43. package/dist/components/Range/Range.js +1 -1
  44. package/dist/components/Slider/Slider.js +1 -1
  45. package/dist/components/Switch/Switch.js +141 -126
  46. package/dist/components/Tabs/Tabs.js +24 -0
  47. package/dist/components/Tabs/Tabs.variants.js +58 -0
  48. package/dist/components/Tabs/components/Content.js +19 -0
  49. package/dist/components/Tabs/components/List.js +20 -0
  50. package/dist/components/Tabs/components/Trigger.js +26 -0
  51. package/dist/components/Tag/Tag.js +1 -1
  52. package/dist/components/TimePicker/TimePicker.js +8 -0
  53. package/dist/components/TimePicker/TimePicker.variants.js +62 -0
  54. package/dist/components/TimePicker/components/HoursList/HoursList.js +93 -0
  55. package/dist/components/TimePicker/components/MeridianList/MeridianList.js +68 -0
  56. package/dist/components/TimePicker/components/MinutesList/MinutesList.js +60 -0
  57. package/dist/components/TimePicker/components/Wrapper/Wrapper.js +102 -0
  58. package/dist/components/TimePicker/components/WrapperList/WrapperList.js +51 -0
  59. package/dist/components/TimePicker/components/WrapperList/WrapperList.variants.js +16 -0
  60. package/dist/components/TimePicker/components/index.js +4 -0
  61. package/dist/components/TimePicker/contexts/index.js +8 -0
  62. package/dist/components/TimePicker/contexts/time-picker.context.js +22 -0
  63. package/dist/components/TimePicker/contexts/time-picker.hook.js +13 -0
  64. package/dist/components/TimePicker/contexts/time-picker.provider.js +46 -0
  65. package/dist/components/TimePicker/utils/index.js +6 -0
  66. package/dist/components/Toast/Toast.js +37 -35
  67. package/dist/components/Tooltip/Tooltip.js +1 -1
  68. package/dist/components/Typography/Typography.js +1 -1
  69. package/dist/components/index.js +72 -66
  70. package/dist/createLucideIcon-BA2PlKw1.js +94 -0
  71. package/dist/index-55GVbfLI.js +432 -0
  72. package/dist/{index-D9BbbgUq.js → index-B-qIIQlg.js} +2 -2
  73. package/dist/index-BRcC_VTj.js +31 -0
  74. package/dist/{index-Bry5AFQ2.js → index-Bc1LNrRD.js} +1 -1
  75. package/dist/index-BdMNhZnh.js +9 -0
  76. package/dist/index-C2xwUZXm.js +323 -0
  77. package/dist/{index-YaQrdkGE.js → index-CQ6ORxI_.js} +31 -30
  78. package/dist/index-Cq1I1cG9.js +129 -0
  79. package/dist/index-Cs8Lv8Wj.js +13 -0
  80. package/dist/{index-dRxIWVBr.js → index-DmCJ8fIR.js} +6 -5
  81. package/dist/index-DwYXX2sM.js +13 -0
  82. package/dist/{index-g-TFwd6Y.js → index-ObZsP5Eh.js} +2 -1
  83. package/dist/{index-DvFiic6N.js → index-Ud3-A7-K.js} +95 -101
  84. package/dist/{index-G_6jG4Qc.js → index-Y44iCJcQ.js} +18 -18
  85. package/dist/index-tIydFizp.js +83 -0
  86. package/dist/{index-AM3avohj.js → index-xPmNHv1y.js} +3 -3
  87. package/dist/index.d.ts +72 -13
  88. package/dist/index.js +78 -72
  89. package/dist/package.json +25 -22
  90. package/dist/styles.css +1 -1
  91. package/dist/ui/civo-theme.css +263 -0
  92. package/dist/ui/kubefirst-theme.css +1 -1
  93. package/dist/ui/theme.css +11 -0
  94. package/dist/ui/utilities.css +11 -2
  95. package/dist/utils/index.js +3 -3
  96. package/package.json +25 -22
  97. package/dist/index-BOx5P4tS.js +0 -423
  98. package/dist/index-Bk324h27.js +0 -82
  99. package/dist/index-CWKdynYu.js +0 -32
  100. package/dist/index-bYyfdsls.js +0 -118
package/dist/index.d.ts CHANGED
@@ -1,8 +1,11 @@
1
+ import { AlertDialogProps as AlertDialogProps_2 } from '@radix-ui/react-alert-dialog';
1
2
  import { ButtonHTMLAttributes } from 'react';
2
3
  import { ClassProp } from 'class-variance-authority/types';
3
4
  import { Context } from 'react';
5
+ import { DayPickerProps } from 'react-day-picker';
4
6
  import { FC } from 'react';
5
7
  import { ForwardRefExoticComponent } from 'react';
8
+ import { getAllTimezones } from 'countries-and-timezones';
6
9
  import { HTMLAttributes } from 'react';
7
10
  import { HtmlHTMLAttributes } from 'react';
8
11
  import { InputHTMLAttributes } from 'react';
@@ -16,17 +19,17 @@ export declare const Alert: FC<AlertProps>;
16
19
 
17
20
  export declare const AlertDialog: FC<AlertDialogProps>;
18
21
 
19
- declare interface AlertDialogProps extends PropsWithChildren {
20
- buttonCancelClassName?: string;
21
- buttonCancelText?: string;
22
- buttonConfirmClassName?: string;
23
- buttonConfirmText?: string;
24
- buttonText?: string;
22
+ declare interface AlertDialogProps extends PropsWithChildren, AlertDialogProps_2 {
23
+ buttonCancel?: ButtonCancelProps;
24
+ buttonConfirm?: ButtonConfirmProps;
25
+ buttonTriggerText?: string;
25
26
  buttonTriggerClassName?: string;
26
27
  className?: string;
27
- description?: string;
28
+ description?: string | ReactNode;
29
+ showCancelButton?: boolean;
28
30
  theme?: Theme;
29
- title?: string;
31
+ title?: string | ReactNode;
32
+ wrapperClassName?: string;
30
33
  onConfirm?: () => void;
31
34
  }
32
35
 
@@ -63,6 +66,22 @@ declare const autocompleteVariants: (props?: ({
63
66
  variant?: "default" | null | undefined;
64
67
  } & ClassProp) | undefined) => string;
65
68
 
69
+ export declare const Badge: FC<BadgeProps>;
70
+
71
+ declare type BadgeProps = VariantProps<typeof badgeVariants> & {
72
+ label: string;
73
+ className?: string;
74
+ loading?: boolean;
75
+ dismissible?: true;
76
+ onClick?: VoidFunction;
77
+ onDismiss?: VoidFunction;
78
+ };
79
+
80
+ declare const badgeVariants: (props?: ({
81
+ variant?: "info" | "warning" | "danger" | "default" | "success" | null | undefined;
82
+ size?: "default" | null | undefined;
83
+ } & ClassProp) | undefined) => string;
84
+
66
85
  declare interface BodyProps extends React.HTMLAttributes<HTMLTableSectionElement>, PropsWithChildren, VariantProps<typeof bodyVariants> {
67
86
  }
68
87
 
@@ -76,12 +95,19 @@ declare interface BreadcrumbProps extends VariantProps<typeof breadcrumbVariants
76
95
  theme?: Theme;
77
96
  }
78
97
 
79
- declare const breadcrumbVariants: (props?: ({
80
- size?: "base" | "sm" | "lg" | "xl" | null | undefined;
81
- } & ClassProp) | undefined) => string;
98
+ declare const breadcrumbVariants: (props?: ClassProp | undefined) => string;
82
99
 
83
100
  export declare const Button: FC<ButtonProps>;
84
101
 
102
+ declare type ButtonBaseProps = Partial<ButtonProps> & {
103
+ className?: string;
104
+ text?: string;
105
+ };
106
+
107
+ declare type ButtonCancelProps = ButtonBaseProps;
108
+
109
+ declare type ButtonConfirmProps = ButtonBaseProps;
110
+
85
111
  declare interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElement>, 'disabled'>, VariantProps<typeof buttonVariants> {
86
112
  asChild?: boolean;
87
113
  disabled?: boolean;
@@ -89,10 +115,12 @@ declare interface ButtonProps extends Omit<ButtonHTMLAttributes<HTMLButtonElemen
89
115
  }
90
116
 
91
117
  declare const buttonVariants: (props?: ({
92
- variant?: "danger" | "circle" | "text" | "primary" | "secondary" | null | undefined;
118
+ variant?: "danger" | "text" | "primary" | "secondary" | null | undefined;
119
+ shape?: "circle" | null | undefined;
93
120
  version?: "default" | "alternate" | null | undefined;
94
121
  disabled?: boolean | null | undefined;
95
122
  size?: "medium" | "large" | null | undefined;
123
+ appearance?: "compact" | null | undefined;
96
124
  } & ClassProp) | undefined) => string;
97
125
 
98
126
  export declare const Card: FC<CardProps>;
@@ -129,6 +157,15 @@ declare const checkboxVariants: (props?: ({
129
157
  checked?: boolean | null | undefined;
130
158
  } & ClassProp) | undefined) => string;
131
159
 
160
+ export declare const DatePicker: FC<DatePickerProps>;
161
+
162
+ declare type DatePickerProps = Omit<DayPickerProps, 'mode'> & VariantProps<typeof datePickerVariants> & {
163
+ timeZone?: TimeZone;
164
+ onSelect?: (date: Date) => void;
165
+ };
166
+
167
+ declare const datePickerVariants: (props?: ClassProp | undefined) => string;
168
+
132
169
  export declare const Divider: FC<HTMLAttributes<HTMLDivElement>>;
133
170
 
134
171
  export declare const Dropdown: FC<DropdownProps>;
@@ -171,6 +208,9 @@ declare interface InputProps extends InputHTMLAttributes<HTMLInputElement>, Vari
171
208
  label?: string | ReactNode;
172
209
  labelClassName?: string;
173
210
  theme?: Theme;
211
+ isRequired?: boolean;
212
+ isSearch?: boolean;
213
+ helperText?: string;
174
214
  }
175
215
 
176
216
  declare const inputVariants: (props?: ({
@@ -538,6 +578,25 @@ declare type ThemeProps = {
538
578
 
539
579
  export declare const ThemeProvider: FC<ThemeContextProps>;
540
580
 
581
+ export declare const TimePicker: FC<TimePickerProps>;
582
+
583
+ declare type TimePickerProps = VariantProps<typeof timePickerVariants> & {
584
+ format?: '12' | '24';
585
+ scrollBehavior?: 'smooth' | 'auto';
586
+ time?: Date;
587
+ name?: string;
588
+ label?: string;
589
+ required?: boolean;
590
+ className?: string;
591
+ listClassName?: string;
592
+ listItemClassName?: string;
593
+ listItemButtonClassName?: string;
594
+ };
595
+
596
+ declare const timePickerVariants: (props?: ClassProp | undefined) => string;
597
+
598
+ declare type TimeZone = keyof ReturnType<typeof getAllTimezones>;
599
+
541
600
  export declare const Toast: FC<ToastProps>;
542
601
 
543
602
  declare interface ToastProps extends PropsWithChildren, VariantProps<typeof toastVariants> {
@@ -566,7 +625,7 @@ declare interface TooltipProps extends PropsWithChildren, VariantProps<typeof to
566
625
  }
567
626
 
568
627
  declare const tooltipVariants: (props?: ({
569
- position?: "left" | "right" | "top" | "bottom" | null | undefined;
628
+ position?: "left" | "right" | "bottom" | "top" | null | undefined;
570
629
  } & ClassProp) | undefined) => string;
571
630
 
572
631
  export declare const Typography: FC<TypographyProps>;
package/dist/index.js CHANGED
@@ -1,80 +1,86 @@
1
1
  import { Alert as e } from "./components/Alert/Alert.js";
2
2
  import { AlertDialog as p } from "./components/AlertDialog/AlertDialog.js";
3
3
  import { Autocomplete as x } from "./components/Autocomplete/Autocomplete.js";
4
- import { Breadcrumb as a } from "./components/Breadcrumb/Breadcrumb.js";
5
- import { Button as d } from "./components/Button/Button.js";
6
- import { Card as n } from "./components/Card/Card.js";
7
- import { Checkbox as T } from "./components/Checkbox/Checkbox.js";
8
- import { Dropdown as h } from "./components/Dropdown/Dropdown.js";
9
- import { Input as v } from "./components/Input/Input.js";
10
- import { M as c } from "./Modal-i7eolhYH.js";
11
- import { NumberInput as N } from "./components/NumberInput/NumberInput.js";
12
- import { ProgressBar as S } from "./components/ProgressBar/ProgressBar.js";
13
- import { Radio as B } from "./components/Radio/Radio.js";
14
- import { RadioCard as G } from "./components/RadioCard/RadioCard.js";
15
- import { RadioCardGroup as y } from "./components/RadioCardGroup/RadioCardGroup.js";
16
- import { RadioGroup as L } from "./components/RadioGroup/RadioGroup.js";
17
- import { Range as P } from "./components/Range/Range.js";
18
- import { Footer as F } from "./components/Sidebar/components/Footer/Footer.js";
19
- import { Logo as j } from "./components/Sidebar/components/Logo/Logo.js";
20
- import { Navigation as z } from "./components/Sidebar/components/Navigation/Navigation.js";
21
- import { NavigationGroup as H } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
22
- import { NavigationOption as K } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
23
- import { NavigationSeparator as U } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
24
- import { Sidebar as W } from "./components/Sidebar/Sidebar.js";
25
- import { Slider as Y } from "./components/Slider/Slider.js";
26
- import { Switch as _ } from "./components/Switch/Switch.js";
27
- import { Tag as oo } from "./components/Tag/Tag.js";
28
- import { TagSelect as eo } from "./components/TagSelect/TagSelect.js";
29
- import { TextArea as po } from "./components/TextArea/TextArea.js";
30
- import { Toast as xo } from "./components/Toast/Toast.js";
31
- import { Tooltip as ao } from "./components/Tooltip/Tooltip.js";
32
- import { Loading as go } from "./components/Loading/Loading.js";
33
- import { Typography as uo } from "./components/Typography/Typography.js";
34
- import { Divider as lo } from "./components/Divider/Divider.js";
35
- import { Table as so } from "./components/Table/Table.js";
36
- import { ThemeContext as bo } from "./contexts/theme.context.js";
37
- import { useTheme as Co } from "./contexts/theme.hook.js";
38
- import { ThemeProvider as Ro } from "./contexts/theme.provider.js";
39
- import { useToggle as Ao } from "./hooks/useToggle.js";
4
+ import { Badge as a } from "./components/Badge/Badge.js";
5
+ import { Breadcrumb as d } from "./components/Breadcrumb/Breadcrumb.js";
6
+ import { Button as n } from "./components/Button/Button.js";
7
+ import { Card as u } from "./components/Card/Card.js";
8
+ import { Checkbox as c } from "./components/Checkbox/Checkbox.js";
9
+ import { DatePicker as s } from "./components/Datepicker/DatePicker.js";
10
+ import { Divider as b } from "./components/Divider/Divider.js";
11
+ import { Dropdown as N } from "./components/Dropdown/Dropdown.js";
12
+ import { Input as S } from "./components/Input/Input.js";
13
+ import { Loading as B } from "./components/Loading/Loading.js";
14
+ import { M as P } from "./Modal-B2ujmsSW.js";
15
+ import { NumberInput as G } from "./components/NumberInput/NumberInput.js";
16
+ import { ProgressBar as y } from "./components/ProgressBar/ProgressBar.js";
17
+ import { Radio as L } from "./components/Radio/Radio.js";
18
+ import { RadioCard as F } from "./components/RadioCard/RadioCard.js";
19
+ import { RadioCardGroup as j } from "./components/RadioCardGroup/RadioCardGroup.js";
20
+ import { RadioGroup as z } from "./components/RadioGroup/RadioGroup.js";
21
+ import { Range as H } from "./components/Range/Range.js";
22
+ import { Footer as K } from "./components/Sidebar/components/Footer/Footer.js";
23
+ import { Logo as U } from "./components/Sidebar/components/Logo/Logo.js";
24
+ import { Navigation as W } from "./components/Sidebar/components/Navigation/Navigation.js";
25
+ import { NavigationGroup as Y } from "./components/Sidebar/components/NavigationGroup/NavigationGroup.js";
26
+ import { NavigationOption as _ } from "./components/Sidebar/components/NavigationOption/NavigationOption.js";
27
+ import { NavigationSeparator as oo } from "./components/Sidebar/components/NavigationSeparator/NavigationSeparator.js";
28
+ import { Sidebar as eo } from "./components/Sidebar/Sidebar.js";
29
+ import { Slider as po } from "./components/Slider/Slider.js";
30
+ import { Switch as xo } from "./components/Switch/Switch.js";
31
+ import { Table as ao } from "./components/Table/Table.js";
32
+ import { Tag as go } from "./components/Tag/Tag.js";
33
+ import { TagSelect as To } from "./components/TagSelect/TagSelect.js";
34
+ import { TextArea as lo } from "./components/TextArea/TextArea.js";
35
+ import { TimePicker as ho } from "./components/TimePicker/TimePicker.js";
36
+ import { Toast as vo } from "./components/Toast/Toast.js";
37
+ import { Tooltip as Co } from "./components/Tooltip/Tooltip.js";
38
+ import { Typography as Ro } from "./components/Typography/Typography.js";
39
+ import { ThemeContext as Ao } from "./contexts/theme.context.js";
40
+ import { useTheme as Do } from "./contexts/theme.hook.js";
41
+ import { ThemeProvider as ko } from "./contexts/theme.provider.js";
42
+ import { useToggle as wo } from "./hooks/useToggle.js";
40
43
  export {
41
44
  e as Alert,
42
45
  p as AlertDialog,
43
46
  x as Autocomplete,
44
- a as Breadcrumb,
45
- d as Button,
46
- n as Card,
47
- T as Checkbox,
48
- lo as Divider,
49
- h as Dropdown,
50
- F as Footer,
51
- v as Input,
52
- go as Loading,
53
- j as Logo,
54
- c as Modal,
55
- z as Navigation,
56
- H as NavigationGroup,
57
- K as NavigationOption,
58
- U as NavigationSeparator,
59
- N as NumberInput,
60
- S as ProgressBar,
61
- B as Radio,
62
- G as RadioCard,
63
- y as RadioCardGroup,
64
- L as RadioGroup,
65
- P as Range,
66
- W as Sidebar,
67
- Y as Slider,
68
- _ as Switch,
69
- so as Table,
70
- oo as Tag,
71
- eo as TagSelect,
72
- po as TextArea,
73
- bo as ThemeContext,
74
- Ro as ThemeProvider,
75
- xo as Toast,
76
- ao as Tooltip,
77
- uo as Typography,
78
- Co as useTheme,
79
- Ao as useToggle
47
+ a as Badge,
48
+ d as Breadcrumb,
49
+ n as Button,
50
+ u as Card,
51
+ c as Checkbox,
52
+ s as DatePicker,
53
+ b as Divider,
54
+ N as Dropdown,
55
+ K as Footer,
56
+ S as Input,
57
+ B as Loading,
58
+ U as Logo,
59
+ P as Modal,
60
+ W as Navigation,
61
+ Y as NavigationGroup,
62
+ _ as NavigationOption,
63
+ oo as NavigationSeparator,
64
+ G as NumberInput,
65
+ y as ProgressBar,
66
+ L as Radio,
67
+ F as RadioCard,
68
+ j as RadioCardGroup,
69
+ z as RadioGroup,
70
+ H as Range,
71
+ eo as Sidebar,
72
+ po as Slider,
73
+ xo as Switch,
74
+ ao as Table,
75
+ go as Tag,
76
+ To as TagSelect,
77
+ lo as TextArea,
78
+ Ao as ThemeContext,
79
+ ko as ThemeProvider,
80
+ ho as TimePicker,
81
+ vo as Toast,
82
+ Co as Tooltip,
83
+ Ro as Typography,
84
+ Do as useTheme,
85
+ wo as useToggle
80
86
  };
package/dist/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@konstructio/ui",
3
3
  "description": "A set of reusable and customizable React components built for konstruct.io",
4
4
  "private": false,
5
- "version": "0.0.13-alpha.1",
5
+ "version": "0.1.0-alpha.2",
6
6
  "type": "module",
7
7
  "license": "MIT",
8
8
  "main": "dist/index.js",
@@ -55,23 +55,26 @@
55
55
  "test:watch": "vitest dev"
56
56
  },
57
57
  "dependencies": {
58
- "@radix-ui/react-alert-dialog": "^1.1.7",
59
- "@radix-ui/react-checkbox": "^1.1.5",
60
- "@radix-ui/react-dialog": "^1.1.7",
61
- "@radix-ui/react-slider": "^1.2.4",
62
- "@radix-ui/react-slot": "^1.2.0",
63
- "@radix-ui/react-switch": "^1.1.4",
64
- "@radix-ui/react-toast": "^1.2.7",
65
- "@radix-ui/react-visually-hidden": "^1.1.3",
58
+ "@radix-ui/react-alert-dialog": "^1.1.13",
59
+ "@radix-ui/react-checkbox": "^1.3.1",
60
+ "@radix-ui/react-dialog": "^1.1.13",
61
+ "@radix-ui/react-slider": "^1.3.4",
62
+ "@radix-ui/react-slot": "^1.2.2",
63
+ "@radix-ui/react-switch": "^1.2.4",
64
+ "@radix-ui/react-toast": "^1.2.13",
65
+ "@radix-ui/react-tabs": "^1.1.11",
66
+ "@radix-ui/react-visually-hidden": "^1.2.2",
66
67
  "class-variance-authority": "^0.7.1",
67
68
  "clsx": "^2.1.1",
68
69
  "cmdk": "^1.1.1",
70
+ "countries-and-timezones": "^3.8.0",
69
71
  "js-cookie": "^3.0.5",
70
- "lucide-react": "^0.488.0",
72
+ "lucide-react": "^0.510.0",
73
+ "react-day-picker": "^9.7.0",
71
74
  "react-feather": "^2.0.10",
72
75
  "react-focus-lock": "^2.13.6",
73
76
  "react-remove-scroll": "^2.6.3",
74
- "tailwind-merge": "^3.2.0"
77
+ "tailwind-merge": "^3.3.0"
75
78
  },
76
79
  "peerDependencies": {
77
80
  "@types/react": "*",
@@ -112,25 +115,25 @@
112
115
  "@storybook/react": "^8.6.12",
113
116
  "@storybook/react-vite": "^8.6.12",
114
117
  "@storybook/test": "^8.6.12",
115
- "@tailwindcss/vite": "^4.1.4",
118
+ "@tailwindcss/vite": "^4.1.6",
116
119
  "@testing-library/jest-dom": "^6.6.3",
117
120
  "@testing-library/react": "^16.3.0",
118
121
  "@testing-library/user-event": "^14.6.1",
119
122
  "@types/jest-axe": "^3.5.9",
120
123
  "@types/js-cookie": "^3.0.6",
121
124
  "@types/lodash": "^4.17.16",
122
- "@types/react": "^19.1.2",
123
- "@types/react-dom": "^19.1.2",
124
- "@typescript-eslint/eslint-plugin": "^8.29.1",
125
- "@typescript-eslint/parser": "^8.29.1",
126
- "@vitejs/plugin-react": "^4.3.4",
127
- "@vitest/coverage-v8": "^3.1.1",
125
+ "@types/react": "^19.1.4",
126
+ "@types/react-dom": "^19.1.5",
127
+ "@typescript-eslint/eslint-plugin": "^8.32.1",
128
+ "@typescript-eslint/parser": "^8.32.1",
129
+ "@vitejs/plugin-react": "^4.4.1",
130
+ "@vitest/coverage-v8": "^3.1.3",
128
131
  "autoprefixer": "^10.4.21",
129
132
  "eslint": "^8.57.0",
130
133
  "eslint-plugin-react-hooks": "^4.6.2",
131
134
  "eslint-plugin-react-refresh": "^0.4.7",
132
135
  "eslint-plugin-storybook": "^0.9.0",
133
- "glob": "^11.0.1",
136
+ "glob": "^11.0.2",
134
137
  "husky": "^9.1.7",
135
138
  "jest-axe": "^10.0.0",
136
139
  "jsdom": "^26.1.0",
@@ -139,14 +142,14 @@
139
142
  "prettier": "^3.5.3",
140
143
  "rimraf": "^6.0.1",
141
144
  "storybook": "^8.6.12",
142
- "tailwindcss": "^4.1.4",
145
+ "tailwindcss": "^4.1.6",
143
146
  "ts-node": "^10.9.2",
144
147
  "typescript": "^5.8.3",
145
- "vite": "^6.2.6",
148
+ "vite": "^6.3.5",
146
149
  "vite-plugin-dts": "^4.5.3",
147
150
  "vite-plugin-lib-inject-css": "^2.2.2",
148
151
  "vite-plugin-svgr": "^4.3.0",
149
152
  "vite-tsconfig-paths": "^5.1.4",
150
- "vitest": "^3.1.1"
153
+ "vitest": "^3.1.3"
151
154
  }
152
155
  }