@axos-web-dev/shared-components 1.0.77-patch.52 → 1.0.77-patch.53

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.
@@ -1,6 +1,6 @@
1
- import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_53yiw_1";
2
- const author = "_author_53yiw_7";
3
- const quote = "_quote_53yiw_1";
1
+ import '../assets/Blockquote/Blockquote.css.css';const quote_spacer = "_quote_spacer_168r9_1";
2
+ const author = "_author_168r9_13";
3
+ const quote = "_quote_168r9_1";
4
4
  const css = {
5
5
  quote_spacer,
6
6
  author,
@@ -51,8 +51,8 @@ import "../Carousel/index.js";
51
51
  /* empty css */
52
52
  import "../Chatbot/store/chat.js";
53
53
  import "../Chatbot/authenticate.js";
54
- import "react-use";
55
54
  import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
55
+ import "react-use";
56
56
  /* empty css */
57
57
  import "../Chatbot/store/messages.js";
58
58
  /* empty css */
@@ -1,4 +1,3 @@
1
- import "./Chatbot.css.ts.vanilla.css.js";
2
1
  import '../assets/Chatbot/ChatWindow.css';/* empty css */
3
2
  var windowStyle = "_13n1jqk0";
4
3
  var windowOpenStyle = "_13n1jqk1";
@@ -1,3 +1,4 @@
1
+ import "./Chatbot.css.ts.vanilla.css.js";
1
2
  var chatbotAXB = "_1hpv6vm0";
2
3
  var chatbotUFB = "_1hpv6vm1";
3
4
  export {
@@ -161,15 +161,6 @@ const AxosFooterSiteMap = ({
161
161
  children: "Savings"
162
162
  }
163
163
  ) }),
164
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
165
- "a",
166
- {
167
- href: findMoreAxosDomains(
168
- "{AXOSBANK}/personal/bank/savings-accounts/certificates-of-deposit"
169
- ),
170
- children: "CDs"
171
- }
172
- ) }),
173
164
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
174
165
  "a",
175
166
  {
@@ -573,15 +564,6 @@ const AxosFooterSiteMap = ({
573
564
  children: "Savings"
574
565
  }
575
566
  ) }),
576
- /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
577
- "a",
578
- {
579
- href: findMoreAxosDomains(
580
- "{AXOSBANK}/personal/bank/savings-accounts/certificates-of-deposit"
581
- ),
582
- children: "CDs"
583
- }
584
- ) }),
585
567
  /* @__PURE__ */ jsx("li", { children: /* @__PURE__ */ jsx(
586
568
  "a",
587
569
  {
@@ -60,8 +60,8 @@ import "../Carousel/index.js";
60
60
  /* empty css */
61
61
  import "../Chatbot/store/chat.js";
62
62
  import "../Chatbot/authenticate.js";
63
- import "react-use";
64
63
  import "../Chatbot/Chatbot.css.ts.vanilla.css.js";
64
+ import "react-use";
65
65
  /* empty css */
66
66
  import "../Chatbot/store/messages.js";
67
67
  /* empty css */
@@ -34,7 +34,7 @@ const GlobalContextProvider = ({ children }) => {
34
34
  body: shortUrl(targetLinkUrl),
35
35
  onCancel: () => setOpenModal(false),
36
36
  onAccept: () => {
37
- window.open(targetLinkUrl, "_blank", "noreferrer");
37
+ window.location.href = targetLinkUrl;
38
38
  setOpenModal(false);
39
39
  }
40
40
  }
@@ -1,68 +1,68 @@
1
- ._quote_spacer_53yiw_1 {
2
- line-height: 1.35;
3
- margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
- margin-inline: auto;
5
- }
6
-
7
- ._author_53yiw_7,
8
- ._quote_53yiw_1 {
9
- color: #1f1f1f;
10
- }
11
-
12
- ._author_53yiw_7 {
13
- text-align: right;
14
- margin-top: 18px;
15
- }
16
-
17
- ._author_53yiw_7 cite {
18
- font-style: normal;
19
- }
20
-
21
- ._quote_spacer_53yiw_1 .img_fluid {
22
- margin-right: 24px;
23
- transform: rotateY(180deg) scaleY(-1);
24
- }
25
-
26
- ._quote_spacer_53yiw_1 .flex_row {
27
- align-items: flex-start;
28
- }
29
-
30
- ._quote_53yiw_1 p {
31
- font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
- font-style: italic;
33
- line-height: 1.2;
34
- }
35
-
36
- @media (max-width: 768px) {
37
- ._quote_spacer_53yiw_1 .img_fluid {
38
- max-width: 30px;
39
- margin-right: 12px;
40
- }
41
- ._author_53yiw_7 {
42
- margin-top: 14px;
43
- }
44
- ._quote_53yiw_1 p {
45
- font-size: 18px;
46
- }
47
- ._author_53yiw_7 cite {
48
- font-size: 14px;
49
- }
50
- }
51
-
52
- @media (max-width: 500px) {
53
- ._author_53yiw_7 {
54
- margin-top: 12px;
55
- }
56
- }
57
-
58
- @media (min-width: 604px) {
59
- ._quote_spacer_53yiw_1 {
60
- width: min(calc(100% - 2rem), 792px);
61
- }
62
- }
63
-
64
- @media (min-width: 1023px) {
65
- ._quote_53yiw_1 p {
66
- font-weight: 700;
67
- }
68
- }
1
+ ._quote_spacer_168r9_1 {
2
+ line-height: 1.35;
3
+ margin-block: clamp(1.88rem, 1.99vw + 1.41rem, 3rem);
4
+ margin-inline: auto;
5
+ }
6
+
7
+ ._author_168r9_13,
8
+ ._quote_168r9_1 {
9
+ color: #1f1f1f;
10
+ }
11
+
12
+ ._author_168r9_13 {
13
+ text-align: right;
14
+ margin-top: 18px;
15
+ }
16
+
17
+ ._author_168r9_13 cite {
18
+ font-style: normal;
19
+ }
20
+
21
+ ._quote_spacer_168r9_1 .img_fluid {
22
+ margin-right: 24px;
23
+ transform: rotateY(180deg) scaleY(-1);
24
+ }
25
+
26
+ ._quote_spacer_168r9_1 .flex_row {
27
+ align-items: flex-start;
28
+ }
29
+
30
+ ._quote_168r9_1 p {
31
+ font-size: clamp(1.22rem, 0.92vw + 1rem, 1.74rem);
32
+ font-style: italic;
33
+ line-height: 1.2;
34
+ }
35
+
36
+ @media (max-width: 768px) {
37
+ ._quote_spacer_168r9_1 .img_fluid {
38
+ max-width: 30px;
39
+ margin-right: 12px;
40
+ }
41
+ ._author_168r9_13 {
42
+ margin-top: 14px;
43
+ }
44
+ ._quote_168r9_1 p {
45
+ font-size: 18px;
46
+ }
47
+ ._author_168r9_13 cite {
48
+ font-size: 14px;
49
+ }
50
+ }
51
+
52
+ @media (max-width: 500px) {
53
+ ._author_168r9_13 {
54
+ margin-top: 12px;
55
+ }
56
+ }
57
+
58
+ @media (min-width: 604px) {
59
+ ._quote_spacer_168r9_1 {
60
+ width: min(calc(100% - 2rem), 792px);
61
+ }
62
+ }
63
+
64
+ @media (min-width: 1023px) {
65
+ ._quote_168r9_1 p {
66
+ font-weight: 700;
67
+ }
68
+ }
package/package.json CHANGED
@@ -1,135 +1,135 @@
1
- {
2
- "name": "@axos-web-dev/shared-components",
3
- "description": "Axos shared components library for web.",
4
- "version": "1.0.77-patch.52",
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.10.0",
33
- "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
- "@react-input/mask": "^1.2.15",
35
- "@react-input/number-format": "^1.1.3",
36
- "@storybook/icons": "^1.3.0",
37
- "@storybook/preview-api": "^8.4.7",
38
- "@types/iframe-resizer": "3.5.13",
39
- "@ujet/websdk-headless": "^3.41.4",
40
- "@vanilla-extract/css": "^1.16.1",
41
- "@vanilla-extract/recipes": "^0.5.1",
42
- "antd": "^5.22.5",
43
- "clsx": "^2.1.1",
44
- "framer-motion": "^12.9.2",
45
- "iframe-resizer": "^3.6.6",
46
- "lodash": "^4.17.21",
47
- "moment": "^2.30.1",
48
- "next-safe-action": "^8.0.2",
49
- "react-date-picker": "^11.0.0",
50
- "react-date-range": "^2.0.1",
51
- "react-hook-form": "^7.54.2",
52
- "react-markdown": "^9.0.1",
53
- "react-popper": "^2.3.0",
54
- "react-slick": "^0.30.2",
55
- "react-use": "^17.6.0",
56
- "react-wrap-balancer": "^1.1.1",
57
- "remark-gfm": "^4.0.1",
58
- "rsuite": "^5.75.0",
59
- "slick-carousel": "^1.8.1",
60
- "typed-css-modules": "^0.9.1",
61
- "vite-plugin-svgr": "^4.3.0",
62
- "zod": "^3.24.1",
63
- "zustand": "^4.5.5"
64
- },
65
- "peerDependencies": {
66
- "@vanilla-extract/css-utils": "^0.1.3",
67
- "@vanilla-extract/recipes": "^0.5.1",
68
- "@vanilla-extract/vite-plugin": "^4.0.3",
69
- "next": "^14.1.4",
70
- "react": "^18.2.0",
71
- "react-date-range": "^2.0.1",
72
- "react-dom": "^18.2.0",
73
- "react-popper": "^2.3.0",
74
- "react-slick": "^0.30.2",
75
- "slick-carousel": "^1.8.1"
76
- },
77
- "devDependencies": {
78
- "@chromatic-com/storybook": "^1.9.0",
79
- "@rollup/plugin-alias": "^5.1.1",
80
- "@storybook/addon-essentials": "^8.4.7",
81
- "@storybook/addon-interactions": "^8.4.7",
82
- "@storybook/addon-links": "^8.4.7",
83
- "@storybook/addon-mdx-gfm": "^8.4.7",
84
- "@storybook/addon-onboarding": "^8.4.7",
85
- "@storybook/addon-themes": "^8.4.7",
86
- "@storybook/blocks": "^8.4.7",
87
- "@storybook/react": "^8.6.14",
88
- "@storybook/react-vite": "^8.4.7",
89
- "@storybook/test": "^8.6.14",
90
- "@svgr/core": "^8.1.0",
91
- "@svgr/plugin-prettier": "^8.1.0",
92
- "@svgr/plugin-svgo": "^8.1.0",
93
- "@types/lodash": "^4.17.17",
94
- "@types/node": "^20.19.0",
95
- "@types/react": "^18.3.23",
96
- "@types/react-date-range": "^1.4.9",
97
- "@types/react-datepicker": "^6.2.0",
98
- "@types/react-dom": "^18.3.7",
99
- "@types/react-slick": "^0.23.13",
100
- "@typescript-eslint/eslint-plugin": "^7.18.0",
101
- "@typescript-eslint/parser": "^7.18.0",
102
- "@vanilla-extract/css-utils": "^0.1.4",
103
- "@vanilla-extract/recipes": "^0.5.5",
104
- "@vanilla-extract/vite-plugin": "^4.0.18",
105
- "@vitejs/plugin-react-swc": "^3.7.2",
106
- "esbuild-vanilla-image-loader": "^0.1.3",
107
- "eslint": "^8.57.1",
108
- "eslint-plugin-react-hooks": "^4.6.2",
109
- "eslint-plugin-react-refresh": "^0.4.16",
110
- "eslint-plugin-storybook": "^0.8.0",
111
- "glob": "^10.4.5",
112
- "husky": "^9.1.7",
113
- "next": "^14.1.4",
114
- "prettier": "3.2.5",
115
- "react": "^18.3.1",
116
- "react-dom": "^18.3.1",
117
- "rollup-plugin-preserve-directives": "^0.4.0",
118
- "rollup-plugin-svg-import": "^3.0.0",
119
- "rollup-plugin-svgo": "^2.0.0",
120
- "storybook": "^8.4.7",
121
- "typescript": "^5.7.2",
122
- "typescript-plugin-css-modules": "^5.1.0",
123
- "vite": "^5.4.11",
124
- "vite-plugin-dts": "^3.9.1",
125
- "vite-plugin-lib-inject-css": "^2.1.1",
126
- "vite-plugin-setting-css-module": "^1.1.4",
127
- "vite-tsconfig-paths": "^4.3.2"
128
- },
129
- "main": "index.js",
130
- "directories": {
131
- "lib": "lib"
132
- },
133
- "author": "axos-web-dev",
134
- "license": "ISC"
135
- }
1
+ {
2
+ "name": "@axos-web-dev/shared-components",
3
+ "description": "Axos shared components library for web.",
4
+ "version": "1.0.77-patch.53",
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.10.0",
33
+ "@next-safe-action/adapter-react-hook-form": "^2.0.0",
34
+ "@react-input/mask": "^1.2.15",
35
+ "@react-input/number-format": "^1.1.3",
36
+ "@storybook/icons": "^1.3.0",
37
+ "@storybook/preview-api": "^8.4.7",
38
+ "@types/iframe-resizer": "3.5.13",
39
+ "@ujet/websdk-headless": "^3.41.4",
40
+ "@vanilla-extract/css": "^1.16.1",
41
+ "@vanilla-extract/recipes": "^0.5.1",
42
+ "antd": "^5.22.5",
43
+ "clsx": "^2.1.1",
44
+ "framer-motion": "^12.9.2",
45
+ "iframe-resizer": "^3.6.6",
46
+ "lodash": "^4.17.21",
47
+ "moment": "^2.30.1",
48
+ "next-safe-action": "^8.0.2",
49
+ "react-date-picker": "^11.0.0",
50
+ "react-date-range": "^2.0.1",
51
+ "react-hook-form": "^7.54.2",
52
+ "react-markdown": "^9.0.1",
53
+ "react-popper": "^2.3.0",
54
+ "react-slick": "^0.30.2",
55
+ "react-use": "^17.6.0",
56
+ "react-wrap-balancer": "^1.1.1",
57
+ "remark-gfm": "^4.0.1",
58
+ "rsuite": "^5.75.0",
59
+ "slick-carousel": "^1.8.1",
60
+ "typed-css-modules": "^0.9.1",
61
+ "vite-plugin-svgr": "^4.3.0",
62
+ "zod": "^3.24.1",
63
+ "zustand": "^4.5.5"
64
+ },
65
+ "peerDependencies": {
66
+ "@vanilla-extract/css-utils": "^0.1.3",
67
+ "@vanilla-extract/recipes": "^0.5.1",
68
+ "@vanilla-extract/vite-plugin": "^4.0.3",
69
+ "next": "^14.1.4",
70
+ "react": "^18.2.0",
71
+ "react-date-range": "^2.0.1",
72
+ "react-dom": "^18.2.0",
73
+ "react-popper": "^2.3.0",
74
+ "react-slick": "^0.30.2",
75
+ "slick-carousel": "^1.8.1"
76
+ },
77
+ "devDependencies": {
78
+ "@chromatic-com/storybook": "^1.9.0",
79
+ "@rollup/plugin-alias": "^5.1.1",
80
+ "@storybook/addon-essentials": "^8.4.7",
81
+ "@storybook/addon-interactions": "^8.4.7",
82
+ "@storybook/addon-links": "^8.4.7",
83
+ "@storybook/addon-mdx-gfm": "^8.4.7",
84
+ "@storybook/addon-onboarding": "^8.4.7",
85
+ "@storybook/addon-themes": "^8.4.7",
86
+ "@storybook/blocks": "^8.4.7",
87
+ "@storybook/react": "^8.6.14",
88
+ "@storybook/react-vite": "^8.4.7",
89
+ "@storybook/test": "^8.6.14",
90
+ "@svgr/core": "^8.1.0",
91
+ "@svgr/plugin-prettier": "^8.1.0",
92
+ "@svgr/plugin-svgo": "^8.1.0",
93
+ "@types/lodash": "^4.17.17",
94
+ "@types/node": "^20.19.0",
95
+ "@types/react": "^18.3.23",
96
+ "@types/react-date-range": "^1.4.9",
97
+ "@types/react-datepicker": "^6.2.0",
98
+ "@types/react-dom": "^18.3.7",
99
+ "@types/react-slick": "^0.23.13",
100
+ "@typescript-eslint/eslint-plugin": "^7.18.0",
101
+ "@typescript-eslint/parser": "^7.18.0",
102
+ "@vanilla-extract/css-utils": "^0.1.4",
103
+ "@vanilla-extract/recipes": "^0.5.5",
104
+ "@vanilla-extract/vite-plugin": "^4.0.18",
105
+ "@vitejs/plugin-react-swc": "^3.7.2",
106
+ "esbuild-vanilla-image-loader": "^0.1.3",
107
+ "eslint": "^8.57.1",
108
+ "eslint-plugin-react-hooks": "^4.6.2",
109
+ "eslint-plugin-react-refresh": "^0.4.16",
110
+ "eslint-plugin-storybook": "^0.8.0",
111
+ "glob": "^10.4.5",
112
+ "husky": "^9.1.7",
113
+ "next": "^14.1.4",
114
+ "prettier": "3.2.5",
115
+ "react": "^18.3.1",
116
+ "react-dom": "^18.3.1",
117
+ "rollup-plugin-preserve-directives": "^0.4.0",
118
+ "rollup-plugin-svg-import": "^3.0.0",
119
+ "rollup-plugin-svgo": "^2.0.0",
120
+ "storybook": "^8.4.7",
121
+ "typescript": "^5.7.2",
122
+ "typescript-plugin-css-modules": "^5.1.0",
123
+ "vite": "^5.4.11",
124
+ "vite-plugin-dts": "^3.9.1",
125
+ "vite-plugin-lib-inject-css": "^2.1.1",
126
+ "vite-plugin-setting-css-module": "^1.1.4",
127
+ "vite-tsconfig-paths": "^4.3.2"
128
+ },
129
+ "main": "index.js",
130
+ "directories": {
131
+ "lib": "lib"
132
+ },
133
+ "author": "axos-web-dev",
134
+ "license": "ISC"
135
+ }