@axos-web-dev/shared-components 1.0.50-patch.2 → 1.0.51

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.
@@ -5,10 +5,10 @@ export type CpraInputs = {
5
5
  Categories_of_personal_info: "Yes" | "No";
6
6
  Pieces_of_personal_information: "Yes" | "No";
7
7
  Request_Correction_of_Information: "Yes" | "No";
8
- Corrected_Information: string;
9
8
  Delete_personal_info: "Yes" | "No";
10
9
  Opt_out_of_sale_of_info: "Yes" | "No";
11
10
  Current_client: "Yes" | "No";
11
+ Former_client: "Yes" | "No";
12
12
  Currently_Employed_by_Axos_Financial: "Yes" | "No";
13
13
  Previously_Employed_by_Axos_Financial: "Yes" | "No";
14
14
  Ever_Applied_for_Employment_with_Axos_Financial: "Yes" | "No";
@@ -1,5 +1,5 @@
1
1
  "use client";
2
- import { jsx, jsxs, Fragment } from "react/jsx-runtime";
2
+ import { jsx, jsxs } from "react/jsx-runtime";
3
3
  import { zodResolver } from "@hookform/resolvers/zod";
4
4
  import { Button } from "../Button/Button.js";
5
5
  import "../Button/Button.css.js";
@@ -25,9 +25,10 @@ import "../icons/CheckIcon/CheckIcon.css.js";
25
25
  /* empty css */
26
26
  /* empty css */
27
27
  /* empty css */
28
- import CheckboxGroup from "../Input/CheckboxGroup.js";
29
28
  import { findMoreAxosDomains } from "../utils/allowedAxosDomains.js";
29
+ import { associatedEmail } from "../utils/EverestValidity.js";
30
30
  import { getVariant } from "../utils/getVariant.js";
31
+ import CheckboxGroup from "../Input/CheckboxGroup.js";
31
32
  import clsx from "clsx";
32
33
  import { useForm, FormProvider } from "react-hook-form";
33
34
  import * as z from "zod";
@@ -49,21 +50,11 @@ const CpraRequest = ({
49
50
  California_Resident: z.string(),
50
51
  Categories_of_personal_info: z.string(),
51
52
  Pieces_of_personal_information: z.string(),
52
- Request_Correction_of_Information: z.string().optional(),
53
- Corrected_Information: z.string().optional().refine(
54
- (val) => {
55
- if (requestCorrectionOfInfo === "Yes" && !val) {
56
- return false;
57
- }
58
- return true;
59
- },
60
- {
61
- message: "Corrected Information is required."
62
- }
63
- ),
53
+ Request_Correction_of_Information: z.string(),
64
54
  Delete_personal_info: z.string(),
65
55
  Opt_out_of_sale_of_info: z.string(),
66
56
  Current_client: z.string(),
57
+ Former_client: z.string(),
67
58
  Currently_Employed_by_Axos_Financial: z.string(),
68
59
  Previously_Employed_by_Axos_Financial: z.string(),
69
60
  Ever_Applied_for_Employment_with_Axos_Financial: z.string(),
@@ -110,20 +101,12 @@ const CpraRequest = ({
110
101
  handleSubmit,
111
102
  register,
112
103
  setValue,
113
- watch,
114
104
  formState: { errors, isValid, isSubmitting }
115
105
  } = methods;
116
106
  const submitForm = async (data) => {
117
107
  await onSubmit(data);
118
108
  };
119
109
  const variant = getVariant(fullVariant);
120
- const options = [
121
- { label: "Address", value: "Address" },
122
- { label: "Name", value: "Name" },
123
- { label: "Phone Number", value: "Phone Number" },
124
- { label: "Date of Birth", value: "Date of Birth" },
125
- { label: "Email", value: "Email" }
126
- ];
127
110
  const options2 = [
128
111
  { label: "Axos Bank", value: "Axos Bank" },
129
112
  {
@@ -133,15 +116,7 @@ const CpraRequest = ({
133
116
  { label: "UFB Direct", value: "UFB Direct" },
134
117
  { label: "Other", value: "Other" }
135
118
  ];
136
- const [selectedValues, setSelectedValues] = useState([]);
137
119
  const [selectedValues2, setSelectedValues2] = useState([]);
138
- const requestCorrectionOfInfo = watch("Request_Correction_of_Information");
139
- const handleSelectedValues = (updatedValues) => {
140
- if (updatedValues) {
141
- setSelectedValues(updatedValues);
142
- setValue("Corrected_Information", updatedValues.join(";"));
143
- }
144
- };
145
120
  const handleSelectedValues2 = (updatedValues) => {
146
121
  if (updatedValues) {
147
122
  setSelectedValues2(updatedValues);
@@ -264,7 +239,7 @@ const CpraRequest = ({
264
239
  RadioButtonSet,
265
240
  {
266
241
  id: "Request_Correction_of_Information",
267
- label: "Request correction of information?",
242
+ label: "* Request correction of information?",
268
243
  sizes: "medium",
269
244
  required: true,
270
245
  error: !!errors.Request_Correction_of_Information,
@@ -292,18 +267,6 @@ const CpraRequest = ({
292
267
  ]
293
268
  }
294
269
  ) }),
295
- requestCorrectionOfInfo === "Yes" && /* @__PURE__ */ jsxs(Fragment, { children: [
296
- /* @__PURE__ */ jsx("div", { className: `${descriptionField({ variant })}`, children: "Please select all that apply." }),
297
- /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
298
- CheckboxGroup,
299
- {
300
- options,
301
- selectedValues,
302
- error: !!errors.Corrected_Information,
303
- onChange: handleSelectedValues
304
- }
305
- ) })
306
- ] }),
307
270
  /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs("div", { className: `${form} ${descriptionField({ variant })}`, children: [
308
271
  /* @__PURE__ */ jsx("u", { children: "Right to Delete:" }),
309
272
  " You have the right to submit a verifiable request asking that Axos Financial delete certain personal information Axos Financial has collected from you, subject to certain exceptions as permitted by law."
@@ -381,7 +344,7 @@ const CpraRequest = ({
381
344
  RadioButtonSet,
382
345
  {
383
346
  id: "Current_client",
384
- label: "* I am a current or former client or customer.",
347
+ label: "* I am a current client or customer.",
385
348
  sizes: "medium",
386
349
  required: true,
387
350
  error: !!errors.Current_client,
@@ -409,6 +372,38 @@ const CpraRequest = ({
409
372
  ]
410
373
  }
411
374
  ) }),
375
+ /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
376
+ RadioButtonSet,
377
+ {
378
+ id: "Former_client",
379
+ label: "* I am a former client or customer.",
380
+ sizes: "medium",
381
+ required: true,
382
+ error: !!errors.Former_client,
383
+ helperText: errors.Former_client?.message,
384
+ variant,
385
+ children: [
386
+ /* @__PURE__ */ jsx(
387
+ RadioButton,
388
+ {
389
+ ...register("Former_client", {}),
390
+ value: "Yes",
391
+ radioText: "Yes",
392
+ groupName: "Former_client"
393
+ }
394
+ ),
395
+ /* @__PURE__ */ jsx(
396
+ RadioButton,
397
+ {
398
+ ...register("Former_client", {}),
399
+ value: "No",
400
+ radioText: "No",
401
+ groupName: "Former_client"
402
+ }
403
+ )
404
+ ]
405
+ }
406
+ ) }),
412
407
  /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsxs(
413
408
  RadioButtonSet,
414
409
  {
@@ -513,7 +508,7 @@ const CpraRequest = ({
513
508
  ) }),
514
509
  /* @__PURE__ */ jsxs("div", { className: `${fullRowForm}`, children: [
515
510
  /* @__PURE__ */ jsx("h2", { className: `header_2 ${descriptionField({ variant })}`, children: "Step 3: Where have you interacted with Axos Financial?" }),
516
- /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField({ variant })}`, children: "Please select all that apply." })
511
+ /* @__PURE__ */ jsx("div", { className: `${form} ${descriptionField({ variant })}`, children: "* Please select all that apply." })
517
512
  ] }),
518
513
  /* @__PURE__ */ jsx("div", { className: `${fullRowForm}`, children: /* @__PURE__ */ jsx(
519
514
  CheckboxGroup,
@@ -530,7 +525,7 @@ const CpraRequest = ({
530
525
  {
531
526
  id: "First_Name",
532
527
  ...register("First_Name", { required: true }),
533
- label: "First Name",
528
+ label: "* First Name",
534
529
  sizes: "medium",
535
530
  required: true,
536
531
  error: !!errors.First_Name,
@@ -543,7 +538,7 @@ const CpraRequest = ({
543
538
  {
544
539
  id: "Last_Name",
545
540
  ...register("Last_Name", { required: true }),
546
- label: "Last Name",
541
+ label: "* Last Name",
547
542
  sizes: "medium",
548
543
  required: true,
549
544
  error: !!errors.Last_Name,
@@ -559,7 +554,7 @@ const CpraRequest = ({
559
554
  required: true
560
555
  }),
561
556
  type: "date",
562
- label: "Date of Birth",
557
+ label: "* Date of Birth",
563
558
  sizes: "medium",
564
559
  placeholder: "Date of Birth",
565
560
  required: true,
@@ -573,12 +568,12 @@ const CpraRequest = ({
573
568
  {
574
569
  id: "email",
575
570
  ...register("email", {
576
- required: true
577
- // validate: {
578
- // isValid: associatedEmail,
579
- // },
571
+ required: true,
572
+ validate: {
573
+ isValid: associatedEmail
574
+ }
580
575
  }),
581
- label: "Email",
576
+ label: "* Email",
582
577
  sizes: "medium",
583
578
  required: true,
584
579
  error: !!errors.email,
@@ -591,7 +586,7 @@ const CpraRequest = ({
591
586
  {
592
587
  id: "Telephone",
593
588
  ...register("Telephone", { required: true, maxLength: 12 }),
594
- label: "Preferred Phone",
589
+ label: "* Preferred Phone",
595
590
  sizes: "medium",
596
591
  required: true,
597
592
  error: !!errors.Telephone,
@@ -604,7 +599,7 @@ const CpraRequest = ({
604
599
  {
605
600
  id: "Street_Address",
606
601
  ...register("Street_Address", { required: true }),
607
- label: "Street Address",
602
+ label: "* Street Address",
608
603
  sizes: "medium",
609
604
  required: true,
610
605
  variant
@@ -615,7 +610,7 @@ const CpraRequest = ({
615
610
  {
616
611
  id: "City",
617
612
  ...register("City", { required: true }),
618
- label: "City",
613
+ label: "* City",
619
614
  sizes: "medium",
620
615
  required: true,
621
616
  variant
@@ -628,7 +623,7 @@ const CpraRequest = ({
628
623
  ...register("State_", {
629
624
  required: true
630
625
  }),
631
- label: "State",
626
+ label: "* State",
632
627
  sizes: "medium",
633
628
  required: true,
634
629
  error: !!errors.State_,
@@ -693,7 +688,7 @@ const CpraRequest = ({
693
688
  {
694
689
  id: "Zip_Code",
695
690
  ...register("Zip_Code", { required: true }),
696
- label: "Zip Code",
691
+ label: "* Zip Code",
697
692
  sizes: "medium",
698
693
  required: true,
699
694
  variant
@@ -69,6 +69,8 @@ export declare const menuData: {
69
69
  "Managed Portfolios": {
70
70
  "Managed Portfolios Home": string;
71
71
  "Investing Details": string;
72
+ "Investment Strategy": string;
73
+ "Investing Features": string;
72
74
  };
73
75
  "Self Directed Trading": {
74
76
  "Self Directed Trading Home": string;
@@ -132,7 +134,7 @@ export declare const menuData: {
132
134
  Solutions: {
133
135
  "Solutions Home": string;
134
136
  "New Business": string;
135
- "Nonprofit Banking": string;
137
+ "Non-Profits": string;
136
138
  };
137
139
  "Other Resources": {
138
140
  "Business Support": string;
@@ -261,6 +261,12 @@ const menuData = {
261
261
  ),
262
262
  "Investing Details": findMoreAxosDomains(
263
263
  "{AXOS}/invest/managed-portfolios/investing-details"
264
+ ),
265
+ "Investment Strategy": findMoreAxosDomains(
266
+ "{AXOS}/invest/managed-portfolios/investment-strategy"
267
+ ),
268
+ "Investing Features": findMoreAxosDomains(
269
+ "{AXOS}/invest/managed-portfolios/investing-features"
264
270
  )
265
271
  },
266
272
  "Self Directed Trading": {
@@ -385,8 +391,8 @@ const menuData = {
385
391
  "New Business": findMoreAxosDomains(
386
392
  "{AXOSBANK}/business/solutions/new-business"
387
393
  ),
388
- "Nonprofit Banking": findMoreAxosDomains(
389
- "{AXOSBANK}/business/solutions/nonprofit-banking"
394
+ "Non-Profits": findMoreAxosDomains(
395
+ "{AXOSBANK}/business/solutions/non-profits"
390
396
  )
391
397
  },
392
398
  "Other Resources": {
@@ -1592,18 +1592,27 @@ function SubNavBar() {
1592
1592
  Link,
1593
1593
  {
1594
1594
  href: findMoreAxosDomains(
1595
- "{AXOS}/invest/managed-portfolios"
1595
+ "{AXOS}/invest/managed-portfolios/investing-details"
1596
1596
  ),
1597
- children: "Managed Portfolios"
1597
+ children: "Investing Details"
1598
1598
  }
1599
1599
  ) }),
1600
1600
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1601
1601
  Link,
1602
1602
  {
1603
1603
  href: findMoreAxosDomains(
1604
- "{AXOS}/invest/managed-portfolios/investing-details"
1604
+ "{AXOS}/invest/managed-portfolios/investment-strategy"
1605
1605
  ),
1606
- children: "Investing Details"
1606
+ children: "Investment Strategy"
1607
+ }
1608
+ ) }),
1609
+ /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
1610
+ Link,
1611
+ {
1612
+ href: findMoreAxosDomains(
1613
+ "{AXOS}/invest/managed-portfolios/investing-features"
1614
+ ),
1615
+ children: "Investing Features"
1607
1616
  }
1608
1617
  ) })
1609
1618
  ] })
@@ -2316,9 +2325,9 @@ function SubNavBar() {
2316
2325
  Link,
2317
2326
  {
2318
2327
  href: findMoreAxosDomains(
2319
- "{AXOSBANK}/business/solutions/nonprofit-banking"
2328
+ "{AXOSBANK}/business/solutions/non-profits"
2320
2329
  ),
2321
- children: "Nonprofit Banking"
2330
+ children: "Non-Profits"
2322
2331
  }
2323
2332
  ) })
2324
2333
  ] })
package/package.json CHANGED
@@ -1,131 +1,131 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "1.0.50-patch.2",
5
- "type": "module",
6
- "module": "dist/main.js",
7
- "types": "dist/main.d.ts",
8
- "files": [
9
- "dist"
10
- ],
11
- "sideEffects": [
12
- "dist/assets/**/*.css"
13
- ],
14
- "scripts": {
15
- "dev": "vite",
16
- "build": "tsc --p ./tsconfig.build.json && vite build",
17
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
- "preview": "vite preview",
19
- "prepublishOnly": "npm run build",
20
- "check-types": "tsc --pretty --noEmit",
21
- "check-format": "prettier --check .",
22
- "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
- "format": "prettier --write .",
24
- "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
- "prepare": "husky",
26
- "storybook": "storybook dev -p 6006",
27
- "build-storybook": "storybook build",
28
- "npm:link": "npm run build && npm link"
29
- },
30
- "dependencies": {
31
- "@headlessui/react": "^2.2.0",
32
- "@hookform/resolvers": "^3.9.1",
33
- "@react-input/mask": "^1.2.15",
34
- "@react-input/number-format": "^1.1.3",
35
- "@storybook/icons": "^1.3.0",
36
- "@storybook/preview-api": "^8.4.7",
37
- "@types/iframe-resizer": "3.5.13",
38
- "@vanilla-extract/css": "^1.16.1",
39
- "@vanilla-extract/recipes": "^0.5.1",
40
- "antd": "^5.22.5",
41
- "clsx": "^2.1.1",
42
- "framer-motion": "^12.9.2",
43
- "iframe-resizer": "^3.6.6",
44
- "lodash": "^4.17.21",
45
- "moment": "^2.30.1",
46
- "react-date-picker": "^11.0.0",
47
- "react-date-range": "^2.0.1",
48
- "react-hook-form": "^7.54.2",
49
- "react-markdown": "^9.0.1",
50
- "react-popper": "^2.3.0",
51
- "react-slick": "^0.30.2",
52
- "react-use": "^17.6.0",
53
- "react-wrap-balancer": "^1.1.1",
54
- "rsuite": "^5.75.0",
55
- "slick-carousel": "^1.8.1",
56
- "typed-css-modules": "^0.9.1",
57
- "vite-plugin-svgr": "^4.3.0",
58
- "zod": "^3.24.1",
59
- "zustand": "^4.5.5"
60
- },
61
- "peerDependencies": {
62
- "@vanilla-extract/css-utils": "^0.1.3",
63
- "@vanilla-extract/recipes": "^0.5.1",
64
- "@vanilla-extract/vite-plugin": "^4.0.3",
65
- "next": "^14.1.4",
66
- "react": "^18.2.0",
67
- "react-date-range": "^2.0.1",
68
- "react-dom": "^18.2.0",
69
- "react-popper": "^2.3.0",
70
- "react-slick": "^0.30.2",
71
- "slick-carousel": "^1.8.1"
72
- },
73
- "devDependencies": {
74
- "@chromatic-com/storybook": "^1.9.0",
75
- "@rollup/plugin-alias": "^5.1.1",
76
- "@storybook/addon-essentials": "^8.4.7",
77
- "@storybook/addon-interactions": "^8.4.7",
78
- "@storybook/addon-links": "^8.4.7",
79
- "@storybook/addon-mdx-gfm": "^8.4.7",
80
- "@storybook/addon-onboarding": "^8.4.7",
81
- "@storybook/addon-themes": "^8.4.7",
82
- "@storybook/blocks": "^8.4.7",
83
- "@storybook/react": "^8.4.7",
84
- "@storybook/react-vite": "^8.4.7",
85
- "@storybook/test": "^8.4.7",
86
- "@svgr/core": "^8.1.0",
87
- "@svgr/plugin-prettier": "^8.1.0",
88
- "@svgr/plugin-svgo": "^8.1.0",
89
- "@types/lodash": "^4.17.13",
90
- "@types/node": "^20.17.10",
91
- "@types/react": "^18.3.18",
92
- "@types/react-date-range": "^1.4.9",
93
- "@types/react-datepicker": "^6.2.0",
94
- "@types/react-dom": "^18.3.5",
95
- "@types/react-slick": "^0.23.13",
96
- "@typescript-eslint/eslint-plugin": "^7.18.0",
97
- "@typescript-eslint/parser": "^7.18.0",
98
- "@vanilla-extract/css-utils": "^0.1.4",
99
- "@vanilla-extract/recipes": "^0.5.5",
100
- "@vanilla-extract/vite-plugin": "^4.0.18",
101
- "@vitejs/plugin-react-swc": "^3.7.2",
102
- "esbuild-vanilla-image-loader": "^0.1.3",
103
- "eslint": "^8.57.1",
104
- "eslint-plugin-react-hooks": "^4.6.2",
105
- "eslint-plugin-react-refresh": "^0.4.16",
106
- "eslint-plugin-storybook": "^0.8.0",
107
- "glob": "^10.4.5",
108
- "husky": "^9.1.7",
109
- "next": "^14.1.4",
110
- "prettier": "3.2.5",
111
- "react": "^18.3.1",
112
- "react-dom": "^18.3.1",
113
- "rollup-plugin-preserve-directives": "^0.4.0",
114
- "rollup-plugin-svg-import": "^3.0.0",
115
- "rollup-plugin-svgo": "^2.0.0",
116
- "storybook": "^8.4.7",
117
- "typescript": "^5.7.2",
118
- "typescript-plugin-css-modules": "^5.1.0",
119
- "vite": "^5.4.11",
120
- "vite-plugin-dts": "^3.9.1",
121
- "vite-plugin-lib-inject-css": "^2.1.1",
122
- "vite-plugin-setting-css-module": "^1.1.4",
123
- "vite-tsconfig-paths": "^4.3.2"
124
- },
125
- "main": "index.js",
126
- "directories": {
127
- "lib": "lib"
128
- },
129
- "author": "axos-web-dev",
130
- "license": "ISC"
131
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "1.0.51",
5
+ "type": "module",
6
+ "module": "dist/main.js",
7
+ "types": "dist/main.d.ts",
8
+ "files": [
9
+ "dist"
10
+ ],
11
+ "sideEffects": [
12
+ "dist/assets/**/*.css"
13
+ ],
14
+ "scripts": {
15
+ "dev": "vite",
16
+ "build": "tsc --p ./tsconfig.build.json && vite build",
17
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
18
+ "preview": "vite preview",
19
+ "prepublishOnly": "npm run build",
20
+ "check-types": "tsc --pretty --noEmit",
21
+ "check-format": "prettier --check .",
22
+ "check-lint": "eslint . --ext ts --ext tsx --ext js",
23
+ "format": "prettier --write .",
24
+ "test-all": "npm run check-format && npm run check-lint && npm run check-types && npm run build",
25
+ "prepare": "husky",
26
+ "storybook": "storybook dev -p 6006",
27
+ "build-storybook": "storybook build",
28
+ "npm:link": "npm run build && npm link"
29
+ },
30
+ "dependencies": {
31
+ "@headlessui/react": "^2.2.0",
32
+ "@hookform/resolvers": "^3.9.1",
33
+ "@react-input/mask": "^1.2.15",
34
+ "@react-input/number-format": "^1.1.3",
35
+ "@storybook/icons": "^1.3.0",
36
+ "@storybook/preview-api": "^8.4.7",
37
+ "@types/iframe-resizer": "3.5.13",
38
+ "@vanilla-extract/css": "^1.16.1",
39
+ "@vanilla-extract/recipes": "^0.5.1",
40
+ "antd": "^5.22.5",
41
+ "clsx": "^2.1.1",
42
+ "framer-motion": "^12.9.2",
43
+ "iframe-resizer": "^3.6.6",
44
+ "lodash": "^4.17.21",
45
+ "moment": "^2.30.1",
46
+ "react-date-picker": "^11.0.0",
47
+ "react-date-range": "^2.0.1",
48
+ "react-hook-form": "^7.54.2",
49
+ "react-markdown": "^9.0.1",
50
+ "react-popper": "^2.3.0",
51
+ "react-slick": "^0.30.2",
52
+ "react-use": "^17.6.0",
53
+ "react-wrap-balancer": "^1.1.1",
54
+ "rsuite": "^5.75.0",
55
+ "slick-carousel": "^1.8.1",
56
+ "typed-css-modules": "^0.9.1",
57
+ "vite-plugin-svgr": "^4.3.0",
58
+ "zod": "^3.24.1",
59
+ "zustand": "^4.5.5"
60
+ },
61
+ "peerDependencies": {
62
+ "@vanilla-extract/css-utils": "^0.1.3",
63
+ "@vanilla-extract/recipes": "^0.5.1",
64
+ "@vanilla-extract/vite-plugin": "^4.0.3",
65
+ "next": "^14.1.4",
66
+ "react": "^18.2.0",
67
+ "react-date-range": "^2.0.1",
68
+ "react-dom": "^18.2.0",
69
+ "react-popper": "^2.3.0",
70
+ "react-slick": "^0.30.2",
71
+ "slick-carousel": "^1.8.1"
72
+ },
73
+ "devDependencies": {
74
+ "@chromatic-com/storybook": "^1.9.0",
75
+ "@rollup/plugin-alias": "^5.1.1",
76
+ "@storybook/addon-essentials": "^8.4.7",
77
+ "@storybook/addon-interactions": "^8.4.7",
78
+ "@storybook/addon-links": "^8.4.7",
79
+ "@storybook/addon-mdx-gfm": "^8.4.7",
80
+ "@storybook/addon-onboarding": "^8.4.7",
81
+ "@storybook/addon-themes": "^8.4.7",
82
+ "@storybook/blocks": "^8.4.7",
83
+ "@storybook/react": "^8.4.7",
84
+ "@storybook/react-vite": "^8.4.7",
85
+ "@storybook/test": "^8.4.7",
86
+ "@svgr/core": "^8.1.0",
87
+ "@svgr/plugin-prettier": "^8.1.0",
88
+ "@svgr/plugin-svgo": "^8.1.0",
89
+ "@types/lodash": "^4.17.13",
90
+ "@types/node": "^20.17.10",
91
+ "@types/react": "^18.3.18",
92
+ "@types/react-date-range": "^1.4.9",
93
+ "@types/react-datepicker": "^6.2.0",
94
+ "@types/react-dom": "^18.3.5",
95
+ "@types/react-slick": "^0.23.13",
96
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
97
+ "@typescript-eslint/parser": "^7.18.0",
98
+ "@vanilla-extract/css-utils": "^0.1.4",
99
+ "@vanilla-extract/recipes": "^0.5.5",
100
+ "@vanilla-extract/vite-plugin": "^4.0.18",
101
+ "@vitejs/plugin-react-swc": "^3.7.2",
102
+ "esbuild-vanilla-image-loader": "^0.1.3",
103
+ "eslint": "^8.57.1",
104
+ "eslint-plugin-react-hooks": "^4.6.2",
105
+ "eslint-plugin-react-refresh": "^0.4.16",
106
+ "eslint-plugin-storybook": "^0.8.0",
107
+ "glob": "^10.4.5",
108
+ "husky": "^9.1.7",
109
+ "next": "^14.1.4",
110
+ "prettier": "3.2.5",
111
+ "react": "^18.3.1",
112
+ "react-dom": "^18.3.1",
113
+ "rollup-plugin-preserve-directives": "^0.4.0",
114
+ "rollup-plugin-svg-import": "^3.0.0",
115
+ "rollup-plugin-svgo": "^2.0.0",
116
+ "storybook": "^8.4.7",
117
+ "typescript": "^5.7.2",
118
+ "typescript-plugin-css-modules": "^5.1.0",
119
+ "vite": "^5.4.11",
120
+ "vite-plugin-dts": "^3.9.1",
121
+ "vite-plugin-lib-inject-css": "^2.1.1",
122
+ "vite-plugin-setting-css-module": "^1.1.4",
123
+ "vite-tsconfig-paths": "^4.3.2"
124
+ },
125
+ "main": "index.js",
126
+ "directories": {
127
+ "lib": "lib"
128
+ },
129
+ "author": "axos-web-dev",
130
+ "license": "ISC"
131
+ }