@axos-web-dev/shared-components 0.0.55 → 0.0.57

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 (57) hide show
  1. package/dist/AlertBanner/index.d.ts +1 -1
  2. package/dist/Button/Button.d.ts +1 -1
  3. package/dist/Button/GoBackButton.d.ts +1 -1
  4. package/dist/CallToActionBar/CallToActionBar.interface.d.ts +1 -1
  5. package/dist/CallToActionBar/index.d.ts +1 -1
  6. package/dist/Carousel/Carousel.css.d.ts +44 -0
  7. package/dist/Carousel/Carousel.css.js +12 -8
  8. package/dist/Carousel/index.d.ts +3 -1
  9. package/dist/Carousel/index.js +84 -31
  10. package/dist/Chevron/Chevron.interface.d.ts +1 -1
  11. package/dist/Chevron/index.d.ts +1 -1
  12. package/dist/Chevron/index.js +2 -0
  13. package/dist/ContentBanner/ContentBanner.interface.d.ts +1 -1
  14. package/dist/ContentBanner/index.d.ts +1 -1
  15. package/dist/DownloadTile/index.d.ts +1 -1
  16. package/dist/ExecutiveBio/ExecutiveBio.interface.d.ts +2 -2
  17. package/dist/ExecutiveBio/ExecutiveBioSet.d.ts +1 -1
  18. package/dist/FaqAccordion/index.d.ts +2 -1
  19. package/dist/FaqAccordion/index.js +26 -13
  20. package/dist/FooterSiteMap/AxosBank/FooterSiteMap.js +2 -0
  21. package/dist/Forms/ContactUsBusiness.js +2 -0
  22. package/dist/Forms/EmailOnly.js +2 -0
  23. package/dist/Forms/RenderForm.d.ts +1 -1
  24. package/dist/Forms/RenderForm.js +2 -0
  25. package/dist/Forms/ScheduleCall.d.ts +2 -2
  26. package/dist/Forms/ScheduleCall.js +7 -1
  27. package/dist/Forms/SuccesForm.js +2 -0
  28. package/dist/HeroBanner/HeroBanner.interface.d.ts +1 -1
  29. package/dist/Hyperlink/index.d.ts +1 -1
  30. package/dist/Hyperlink/index.js +2 -0
  31. package/dist/IconBillboard/IconBillboard.d.ts +3 -3
  32. package/dist/IconBillboard/IconBillboard.interface.d.ts +3 -3
  33. package/dist/ImageBillboard/ImageBillboard.interface.d.ts +4 -4
  34. package/dist/ImageLink/ImageLink.js +2 -0
  35. package/dist/ImageLink/ImageLinkSet.d.ts +2 -2
  36. package/dist/ImageLink/ImageLinkSet.js +2 -0
  37. package/dist/ImageLink/index.js +2 -0
  38. package/dist/Input/Input.d.ts +1 -1
  39. package/dist/Input/InputProps.d.ts +1 -1
  40. package/dist/Modal/Modal.d.ts +1 -1
  41. package/dist/Modal/Modal.js +2 -0
  42. package/dist/NavigationMenu/index.d.ts +1 -0
  43. package/dist/NavigationMenu/index.js +4 -2
  44. package/dist/SetContainer/SetContainer.d.ts +1 -1
  45. package/dist/SetContainer/SetContainer.js +2 -0
  46. package/dist/StepItems/StepItems.interface.d.ts +3 -3
  47. package/dist/Table/Table.d.ts +1 -1
  48. package/dist/Typography/Typography.d.ts +1 -1
  49. package/dist/VideoTile/VideoTile.d.ts +1 -1
  50. package/dist/VideoWrapper/index.d.ts +1 -1
  51. package/dist/assets/Carousel/Carousel.css +68 -29
  52. package/dist/assets/IconBillboard/IconBillboard.css +3 -0
  53. package/dist/icons/ArrowIcon/index.d.ts +1 -1
  54. package/dist/main.js +38 -36
  55. package/dist/utils/faqAccordionOptions.d.ts +1 -0
  56. package/dist/utils/faqAccordionOptions.js +20 -0
  57. package/package.json +17 -17
@@ -50,6 +50,8 @@ import "../Chevron/Chevron.css.js";
50
50
  import "../Modal/contextApi/store.js";
51
51
  /* empty css */
52
52
  /* empty css */
53
+ /* empty css */
54
+ /* empty css */
53
55
  /* empty css */
54
56
  /* empty css */
55
57
  import "../StepItems/StepItems.css.js";
@@ -46,6 +46,8 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
46
46
  /* empty css */
47
47
  /* empty css */
48
48
  /* empty css */
49
+ /* empty css */
50
+ /* empty css */
49
51
  /* empty css */
50
52
  /* empty css */
51
53
  import "../StepItems/StepItems.css.js";
@@ -1,5 +1,5 @@
1
- import { InputHTMLAttributes, ReactNode } from 'react';
2
1
  import { QuaternaryTypes } from '../utils';
2
+ import { InputHTMLAttributes, ReactNode } from 'react';
3
3
 
4
4
  export interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
5
5
  label?: ReactNode;
@@ -1,5 +1,5 @@
1
- import { InputHTMLAttributes, PropsWithChildren, ReactNode, SelectHTMLAttributes } from 'react';
2
1
  import { QuaternaryTypes } from '../utils';
2
+ import { InputHTMLAttributes, PropsWithChildren, ReactNode, SelectHTMLAttributes } from 'react';
3
3
 
4
4
  export interface InputProps extends InputHTMLAttributes<HTMLInputElement> {
5
5
  label?: ReactNode;
@@ -1,4 +1,4 @@
1
- import { ModalProps } from './Modal.interface';
2
1
  import { FC } from 'react';
2
+ import { ModalProps } from './Modal.interface';
3
3
 
4
4
  export declare const Modal: FC<ModalProps>;
@@ -45,6 +45,8 @@ import "../LandingPageHeader/LandingPageHeader.css.js";
45
45
  import "./contextApi/store.js";
46
46
  /* empty css */
47
47
  /* empty css */
48
+ /* empty css */
49
+ /* empty css */
48
50
  /* empty css */
49
51
  /* empty css */
50
52
  import "../StepItems/StepItems.css.js";
@@ -1,2 +1,3 @@
1
1
  export { default as NavBarAXA } from './AxosAdvisor';
2
+ export { default as NavBarAAS } from './AxosAdvisorServices';
2
3
  export { default as NavBarAFS } from './AxosFiduciary';
@@ -1,6 +1,8 @@
1
1
  import { default as default2 } from "./AxosAdvisor/index.js";
2
- import { default as default3 } from "./AxosFiduciary/index.js";
2
+ import { default as default3 } from "./AxosAdvisorServices/index.js";
3
+ import { default as default4 } from "./AxosFiduciary/index.js";
3
4
  export {
4
- default3 as NavBarAFS,
5
+ default3 as NavBarAAS,
6
+ default4 as NavBarAFS,
5
7
  default2 as NavBarAXA
6
8
  };
@@ -1,5 +1,5 @@
1
- import { PropsWithChildren } from 'react';
2
1
  import { ImageBillboardSetProps } from '../ImageBillboard/ImageBillboard.interface';
2
+ import { PropsWithChildren } from 'react';
3
3
 
4
4
  export interface SetContainerProps extends Omit<ImageBillboardSetProps, "imageBillboards">, PropsWithChildren {
5
5
  internalName?: string;
@@ -46,6 +46,8 @@ import "../Chevron/Chevron.css.js";
46
46
  /* empty css */
47
47
  /* empty css */
48
48
  /* empty css */
49
+ /* empty css */
50
+ /* empty css */
49
51
  /* empty css */
50
52
  /* empty css */
51
53
  import "../StepItems/StepItems.css.js";
@@ -1,7 +1,7 @@
1
- import { ReactNode } from 'react';
2
- import { ImageInterface } from '../IconBillboard';
3
- import { QuaternaryTypes } from '../utils/variant.types';
4
1
  import { ChevronProps } from '../Chevron/Chevron.interface';
2
+ import { QuaternaryTypes } from '../utils/variant.types';
3
+ import { ImageInterface } from '../IconBillboard';
4
+ import { ReactNode } from 'react';
5
5
 
6
6
  export interface StepItemsSetProps {
7
7
  id: string;
@@ -1,5 +1,5 @@
1
- import { CellProps, RowProps, TableContainerProps, TableProps } from './Table.interface';
2
1
  import { PropsWithChildren } from 'react';
2
+ import { CellProps, RowProps, TableContainerProps, TableProps } from './Table.interface';
3
3
 
4
4
  export declare const TableContainer: ({ tableTitle, tableBody, tableFooter, tableType, tableDescription, internalName, id, }: TableContainerProps) => import("react/jsx-runtime").JSX.Element;
5
5
  export declare const Table: ({ variant, children, highlight, tableType, alternateColorRows, }: TableProps) => import("react/jsx-runtime").JSX.Element;
@@ -1,5 +1,5 @@
1
- import { TypographySizeVariants, TypographyVariants } from '.';
2
1
  import { default as React } from 'react';
2
+ import { TypographySizeVariants, TypographyVariants } from '.';
3
3
 
4
4
  type AsType = "body1" | "body2" | "caption" | "h1" | "h2" | "h3" | "h4" | "h5" | "h6" | "inherit" | "overline" | "subtitle1" | "subtitle2" | string;
5
5
  export interface Props extends React.PropsWithChildren {
@@ -1,4 +1,4 @@
1
- import { VideoTileInterface } from './VideoTile.interface';
2
1
  import { FC } from 'react';
2
+ import { VideoTileInterface } from './VideoTile.interface';
3
3
 
4
4
  export declare const VideoTile: FC<VideoTileInterface>;
@@ -1,5 +1,5 @@
1
- import { VideoTileInterface } from '../VideoTile';
2
1
  import { FC } from 'react';
2
+ import { VideoTileInterface } from '../VideoTile';
3
3
 
4
4
  export interface VideoWrapperProps {
5
5
  videoTiles: VideoTileInterface[];
@@ -6,7 +6,31 @@
6
6
  justify-content: center;
7
7
  margin-top: 16px;
8
8
  }
9
- .jgs3fs1 {
9
+ .jgs3fs2 {
10
+ background: var(--_1073cm84);
11
+ background-clip: text;
12
+ -webkit-text-fill-color: transparent;
13
+ text-shadow: 0px 0px #00000000;
14
+ }
15
+ .jgs3fs3 {
16
+ background: var(--_1073cm8b);
17
+ background-clip: text;
18
+ -webkit-text-fill-color: transparent;
19
+ text-shadow: 0px 0px #00000000;
20
+ }
21
+ .jgs3fs4 {
22
+ color: var(--_1073cm8i);
23
+ background-clip: text;
24
+ -webkit-text-fill-color: transparent;
25
+ text-shadow: 0px 0px #00000000;
26
+ }
27
+ .jgs3fs5 {
28
+ color: var(--_1073cm8p);
29
+ background-clip: text;
30
+ -webkit-text-fill-color: transparent;
31
+ text-shadow: 0px 0px #00000000;
32
+ }
33
+ .jgs3fs6 {
10
34
  display: flex;
11
35
  flex-direction: column;
12
36
  border-radius: 16px;
@@ -16,46 +40,61 @@
16
40
  padding-top: 40px;
17
41
  padding-bottom: 40px;
18
42
  }
19
- .jgs3fs2 {
43
+ .jgs3fs7 {
20
44
  background: var(--_1073cm81);
21
45
  color: var(--_1073cm83);
22
46
  }
23
- .jgs3fs3 {
47
+ .jgs3fs8 {
24
48
  background: var(--_1073cm88);
25
49
  color: var(--_1073cm8a);
26
50
  }
27
- .jgs3fs4 {
51
+ .jgs3fs9 {
28
52
  background: var(--_1073cm8f);
29
53
  color: var(--_1073cm8h);
30
54
  }
31
- .jgs3fs5 {
55
+ .jgs3fsa {
32
56
  background: var(--_1073cm8m);
33
57
  color: var(--_1073cm8n);
34
58
  }
35
- .jgs3fs6 {
59
+ .jgs3fsb {
60
+ margin-top: 16px;
61
+ }
62
+ .jgs3fsc {
63
+ color: var(--_1073cm82);
64
+ }
65
+ .jgs3fsd {
66
+ color: var(--_1073cm8a);
67
+ }
68
+ .jgs3fse {
69
+ color: var(--_1073cm8j);
70
+ }
71
+ .jgs3fsf {
72
+ color: var(--_1073cm8n);
73
+ }
74
+ .jgs3fsg {
36
75
  display: flex;
37
76
  gap: 10px;
38
77
  text-align: center;
39
78
  justify-content: center;
40
79
  }
41
- .jgs3fs7 {
80
+ .jgs3fsh {
42
81
  font-size: 18px;
43
82
  font-weight: 600;
44
83
  letter-spacing: 0.2px;
45
84
  }
46
- .jgs3fs9 {
85
+ .jgs3fsj {
47
86
  color: var(--_1073cm83);
48
87
  }
49
- .jgs3fsa {
88
+ .jgs3fsk {
50
89
  color: var(--_1073cm8a);
51
90
  }
52
- .jgs3fsb {
91
+ .jgs3fsl {
53
92
  color: var(--_1073cm8h);
54
93
  }
55
- .jgs3fsc {
94
+ .jgs3fsm {
56
95
  color: var(--_1073cm8o);
57
96
  }
58
- .jgs3fsd {
97
+ .jgs3fsn {
59
98
  text-align: center;
60
99
  gap: 24px;
61
100
  font-style: italic;
@@ -69,20 +108,20 @@
69
108
  transition-property: all;
70
109
  transition-behavior: left;
71
110
  }
72
- .jgs3fse {
111
+ .jgs3fso {
73
112
  display: flex;
74
113
  flex-direction: column;
75
114
  justify-content: center;
76
115
  opacity: 1;
77
116
  transition-delay: .5s;
78
117
  }
79
- .jgs3fsf {
118
+ .jgs3fsp {
80
119
  display: none;
81
120
  }
82
- .jgs3fsg {
121
+ .jgs3fsq {
83
122
  display: flex;
84
123
  }
85
- .jgs3fsh {
124
+ .jgs3fsr {
86
125
  display: flex;
87
126
  justify-content: center;
88
127
  width: 100%;
@@ -90,7 +129,7 @@
90
129
  border: none;
91
130
  margin-bottom: 24px;
92
131
  }
93
- .jgs3fsi {
132
+ .jgs3fss {
94
133
  width: 12px;
95
134
  height: 12px;
96
135
  border-width: 1px;
@@ -98,39 +137,39 @@
98
137
  border-radius: 100px;
99
138
  cursor: pointer;
100
139
  }
101
- .jgs3fsj {
140
+ .jgs3fst {
102
141
  border-color: #1E3860;
103
142
  }
104
- .jgs3fsj:hover {
143
+ .jgs3fst:hover {
105
144
  background: #87B9D7;
106
145
  }
107
- .jgs3fsk {
146
+ .jgs3fsu {
108
147
  border-color: #1E3860;
109
148
  }
110
- .jgs3fsk:hover {
149
+ .jgs3fsu:hover {
111
150
  background: #87B9D7;
112
151
  }
113
- .jgs3fsl {
152
+ .jgs3fsv {
114
153
  border-color: #FFFFFF;
115
154
  }
116
- .jgs3fsl:hover {
155
+ .jgs3fsv:hover {
117
156
  background: #EBEBEB;
118
157
  }
119
- .jgs3fsm {
158
+ .jgs3fsw {
120
159
  border-color: #FAA74A;
121
160
  }
122
- .jgs3fsm:hover {
161
+ .jgs3fsw:hover {
123
162
  background: #FFE7D2;
124
163
  }
125
- .jgs3fso {
164
+ .jgs3fsy {
126
165
  background: #1E3860;
127
166
  }
128
- .jgs3fsp {
167
+ .jgs3fsz {
129
168
  background: #1E3860;
130
169
  }
131
- .jgs3fsq {
170
+ .jgs3fs10 {
132
171
  background: #FFFFFF;
133
172
  }
134
- .jgs3fsr {
173
+ .jgs3fs11 {
135
174
  background: #FAA74A;
136
175
  }
@@ -89,10 +89,13 @@
89
89
  gap: 10px;
90
90
  }
91
91
  ._1r4ovbuh {
92
+ display: flex;
92
93
  justify-content: center;
93
94
  width: 100%;
94
95
  text-align: center;
95
96
  margin-top: auto;
97
+ gap: 24px;
98
+ flex-wrap: wrap;
96
99
  }
97
100
  ._1r4ovbui {
98
101
  margin-inline: auto;
@@ -1,5 +1,5 @@
1
- import { FC } from 'react';
2
1
  import { CallToActionTypes } from '../../utils/variant.types';
2
+ import { FC } from 'react';
3
3
 
4
4
  export interface ArrowProps {
5
5
  variant: CallToActionTypes;
package/dist/main.js CHANGED
@@ -55,7 +55,8 @@ import { MainHTML } from "./MainHTML/index.js";
55
55
  import { Modal } from "./Modal/Modal.js";
56
56
  import { GlobalContext, GlobalContextProvider, useGlobalContext } from "./Modal/contextApi/store.js";
57
57
  import { default as default2 } from "./NavigationMenu/AxosAdvisor/index.js";
58
- import { default as default3 } from "./NavigationMenu/AxosFiduciary/index.js";
58
+ import { default as default3 } from "./NavigationMenu/AxosAdvisorServices/index.js";
59
+ import { default as default4 } from "./NavigationMenu/AxosFiduciary/index.js";
59
60
  import { SecondaryFooter } from "./SecondaryFooter/index.js";
60
61
  import { SocialMediaBar } from "./SocialMediaBar/index.js";
61
62
  import { StepItems } from "./StepItems/StepItems.js";
@@ -69,24 +70,24 @@ import { VideoInit } from "./VideoTile/VideoInit.js";
69
70
  import { VideoTile } from "./VideoTile/VideoTile.js";
70
71
  import { expand_icon, hide_transcript, item, mb_8, show, toggle_container, transcript_btn, transcript_container, transcript_content, video_container, video_title, vidyard_height, w_100 } from "./VideoTile/VideoTile.css.js";
71
72
  import { VideoWrapper } from "./VideoWrapper/index.js";
72
- import { default as default4 } from "./icons/ArrowIcon/index.js";
73
- import { default as default5 } from "./icons/AxosX/index.js";
74
- import { default as default6 } from "./icons/AxosX/Blue.js";
75
- import { default as default7 } from "./icons/CheckCircle.js";
76
- import { default as default8 } from "./icons/CheckCircleLight.js";
77
- import { default as default9 } from "./icons/CheckIcon/index.js";
78
- import { default as default10 } from "./icons/ChevronDown.js";
79
- import { default as default11 } from "./icons/ChevronUp.js";
80
- import { default as default12 } from "./icons/CloseIcon/index.js";
81
- import { default as default13 } from "./icons/DownloadIcon/index.js";
82
- import { default as default14 } from "./icons/EqualHousingLender.js";
83
- import { default as default15 } from "./icons/LockIcon/index.js";
84
- import { default as default16 } from "./icons/MemberFdicLogo.js";
85
- import { default as default17 } from "./icons/QuoteIconGrey.js";
86
- import { default as default18 } from "./icons/QuoteIconWhite.js";
87
- import { default as default19 } from "./icons/QuoteIconYellow.js";
73
+ import { default as default5 } from "./icons/ArrowIcon/index.js";
74
+ import { default as default6 } from "./icons/AxosX/index.js";
75
+ import { default as default7 } from "./icons/AxosX/Blue.js";
76
+ import { default as default8 } from "./icons/CheckCircle.js";
77
+ import { default as default9 } from "./icons/CheckCircleLight.js";
78
+ import { default as default10 } from "./icons/CheckIcon/index.js";
79
+ import { default as default11 } from "./icons/ChevronDown.js";
80
+ import { default as default12 } from "./icons/ChevronUp.js";
81
+ import { default as default13 } from "./icons/CloseIcon/index.js";
82
+ import { default as default14 } from "./icons/DownloadIcon/index.js";
83
+ import { default as default15 } from "./icons/EqualHousingLender.js";
84
+ import { default as default16 } from "./icons/LockIcon/index.js";
85
+ import { default as default17 } from "./icons/MemberFdicLogo.js";
86
+ import { default as default18 } from "./icons/QuoteIconGrey.js";
87
+ import { default as default19 } from "./icons/QuoteIconWhite.js";
88
+ import { default as default20 } from "./icons/QuoteIconYellow.js";
88
89
  import { SvgWarningIcon } from "./icons/WarningIcon/index.js";
89
- import { default as default20 } from "./icons/FollowIcon/index.js";
90
+ import { default as default21 } from "./icons/FollowIcon/index.js";
90
91
  import { axosTheme, vars } from "./themes/axos.css.js";
91
92
  import { premierTheme } from "./themes/premier.css.js";
92
93
  import { associatedEmail } from "./utils/EverestValidity.js";
@@ -104,36 +105,36 @@ export {
104
105
  AlertBanner,
105
106
  ApplicationStart,
106
107
  ApyCalculator,
107
- default4 as ArrowIcon,
108
+ default5 as ArrowIcon,
108
109
  AxosFooterSiteMap,
109
- default5 as AxosX,
110
- default6 as AxosXBlue,
110
+ default6 as AxosX,
111
+ default7 as AxosXBlue,
111
112
  BulletItem,
112
113
  Button,
113
114
  CallToActionBar,
114
115
  Carousel,
115
116
  CarouselSlide,
116
- default7 as CheckCircle,
117
- default8 as CheckCircleLight,
118
- default9 as CheckIcon,
117
+ default8 as CheckCircle,
118
+ default9 as CheckCircleLight,
119
+ default10 as CheckIcon,
119
120
  Checkbox,
120
121
  Chevron,
121
- default10 as ChevronDown,
122
- default11 as ChevronUp,
123
- default12 as CloseIcon,
122
+ default11 as ChevronDown,
123
+ default12 as ChevronUp,
124
+ default13 as CloseIcon,
124
125
  CollectInformationAlert,
125
126
  ContactUsBusiness,
126
127
  ContentBanner,
127
128
  CurrencyInput,
128
- default13 as DownloadIcon,
129
+ default14 as DownloadIcon,
129
130
  DownloadTile,
130
131
  Dropdown,
131
132
  EmailOnly,
132
- default14 as EqualHousingLender,
133
+ default15 as EqualHousingLender,
133
134
  ExecutiveBio,
134
135
  ExecutiveBioSet,
135
136
  FaqAccordion,
136
- default20 as FollowIcon,
137
+ default21 as FollowIcon,
137
138
  FooterContent,
138
139
  FooterDisclosure,
139
140
  FooterIcons,
@@ -151,15 +152,16 @@ export {
151
152
  Input,
152
153
  InputPhone,
153
154
  LandingPageHeader,
154
- default15 as LockIcon,
155
+ default16 as LockIcon,
155
156
  MainHTML,
156
- default16 as MemberFdicLogo,
157
+ default17 as MemberFdicLogo,
157
158
  Modal,
158
- default3 as NavBarAFS,
159
+ default3 as NavBarAAS,
160
+ default4 as NavBarAFS,
159
161
  default2 as NavBarAXA,
160
- default17 as QuoteIconGrey,
161
- default18 as QuoteIconWhite,
162
- default19 as QuoteIconYellow,
162
+ default18 as QuoteIconGrey,
163
+ default19 as QuoteIconWhite,
164
+ default20 as QuoteIconYellow,
163
165
  RenderWebForm,
164
166
  SalesforceFieldsForm,
165
167
  SalesforceSchema,
@@ -0,0 +1 @@
1
+ export declare const getLevelNumber: (level: string) => 1 | 2 | 3;
@@ -0,0 +1,20 @@
1
+ const getLevelNumber = (level) => {
2
+ const faqlevel = level?.toLowerCase();
3
+ switch (faqlevel) {
4
+ case "one": {
5
+ return 1;
6
+ }
7
+ case "two": {
8
+ return 2;
9
+ }
10
+ case "three": {
11
+ return 3;
12
+ }
13
+ default: {
14
+ return 1;
15
+ }
16
+ }
17
+ };
18
+ export {
19
+ getLevelNumber
20
+ };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@axos-web-dev/shared-components",
3
3
  "description": "Axos shared components library for web.",
4
- "version": "0.0.55",
4
+ "version": "0.0.57",
5
5
  "type": "module",
6
6
  "module": "dist/main.js",
7
7
  "types": "dist/main.d.ts",
@@ -28,20 +28,20 @@
28
28
  "npm:link": "npm run build && npm link"
29
29
  },
30
30
  "dependencies": {
31
- "@hookform/resolvers": "^3.3.4",
32
- "@react-input/mask": "^1.2.0",
33
- "@react-input/number-format": "^1.0.25",
31
+ "@hookform/resolvers": "^3.4.0",
32
+ "@react-input/mask": "^1.2.4",
33
+ "@react-input/number-format": "^1.0.26",
34
34
  "@storybook/builder-vite": "^7.6.19",
35
35
  "@storybook/preview-api": "^7.6.19",
36
36
  "@vanilla-extract/css": "^1.15.1",
37
37
  "@vanilla-extract/recipes": "^0.5.1",
38
38
  "clsx": "^2.1.1",
39
- "react-hook-form": "^7.51.3",
39
+ "react-hook-form": "^7.51.4",
40
40
  "react-markdown": "^9.0.1",
41
41
  "react-use": "^17.5.0",
42
42
  "typed-css-modules": "^0.9.1",
43
43
  "vite-plugin-svgr": "^4.2.0",
44
- "zod": "^3.23.6",
44
+ "zod": "^3.23.8",
45
45
  "zustand": "^4.5.2"
46
46
  },
47
47
  "peerDependencies": {
@@ -58,7 +58,7 @@
58
58
  "@storybook/addon-essentials": "^7.6.19",
59
59
  "@storybook/addon-interactions": "^7.6.19",
60
60
  "@storybook/addon-links": "^7.6.19",
61
- "@storybook/addon-onboarding": "^8.0.9",
61
+ "@storybook/addon-onboarding": "^8.1.0",
62
62
  "@storybook/addon-themes": "^7.6.19",
63
63
  "@storybook/blocks": "^7.6.19",
64
64
  "@storybook/react": "^7.6.19",
@@ -67,11 +67,11 @@
67
67
  "@svgr/core": "^8.1.0",
68
68
  "@svgr/plugin-prettier": "^8.1.0",
69
69
  "@svgr/plugin-svgo": "^8.1.0",
70
- "@types/node": "^20.12.8",
71
- "@types/react": "^18.3.1",
70
+ "@types/node": "^20.12.12",
71
+ "@types/react": "^18.3.2",
72
72
  "@types/react-dom": "^18.3.0",
73
- "@typescript-eslint/eslint-plugin": "^7.8.0",
74
- "@typescript-eslint/parser": "^7.8.0",
73
+ "@typescript-eslint/eslint-plugin": "^7.9.0",
74
+ "@typescript-eslint/parser": "^7.9.0",
75
75
  "@vanilla-extract/css-utils": "^0.1.3",
76
76
  "@vanilla-extract/recipes": "^0.5.2",
77
77
  "@vanilla-extract/vite-plugin": "^4.0.9",
@@ -79,9 +79,9 @@
79
79
  "esbuild-vanilla-image-loader": "^0.1.3",
80
80
  "eslint": "^8.57.0",
81
81
  "eslint-plugin-react-hooks": "^4.6.2",
82
- "eslint-plugin-react-refresh": "^0.4.6",
82
+ "eslint-plugin-react-refresh": "^0.4.7",
83
83
  "eslint-plugin-storybook": "^0.8.0",
84
- "glob": "^10.3.12",
84
+ "glob": "^10.3.15",
85
85
  "husky": "^9.0.11",
86
86
  "next": "^14.1.4",
87
87
  "prettier": "3.2.5",
@@ -91,11 +91,11 @@
91
91
  "rollup-plugin-svg-import": "^3.0.0",
92
92
  "rollup-plugin-svgo": "^2.0.0",
93
93
  "storybook": "^7.6.19",
94
- "typescript": "^5.2.2",
94
+ "typescript": "^5.4.5",
95
95
  "typescript-plugin-css-modules": "^5.1.0",
96
- "vite": "^5.2.10",
97
- "vite-plugin-dts": "^3.9.0",
98
- "vite-plugin-lib-inject-css": "^2.0.1",
96
+ "vite": "^5.2.11",
97
+ "vite-plugin-dts": "^3.9.1",
98
+ "vite-plugin-lib-inject-css": "^2.1.1",
99
99
  "vite-plugin-setting-css-module": "^1.1.4",
100
100
  "vite-tsconfig-paths": "^4.3.2"
101
101
  },