@fctc/sme-widget-ui 1.0.6 → 1.0.8

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.
package/README.md CHANGED
@@ -1,93 +1,93 @@
1
- # edu-widget-ui
2
-
3
-
4
-
5
- ## Getting started
6
-
7
- To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
-
9
- Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
-
11
- ## Add your files
12
-
13
- - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14
- - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
15
-
16
- ```
17
- cd existing_repo
18
- git remote add origin https://gitlab.atomsolution.vn/education-erp/edu-widget-ui.git
19
- git branch -M main
20
- git push -uf origin main
21
- ```
22
-
23
- ## Integrate with your tools
24
-
25
- - [ ] [Set up project integrations](https://gitlab.atomsolution.vn/education-erp/edu-widget-ui/-/settings/integrations)
26
-
27
- ## Collaborate with your team
28
-
29
- - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
30
- - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
31
- - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
32
- - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
33
- - [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
34
-
35
- ## Test and Deploy
36
-
37
- Use the built-in continuous integration in GitLab.
38
-
39
- - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
40
- - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
41
- - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
42
- - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
43
- - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
44
-
45
- ***
46
-
47
- # Editing this README
48
-
49
- When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
50
-
51
- ## Suggestions for a good README
52
-
53
- Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
54
-
55
- ## Name
56
- Choose a self-explaining name for your project.
57
-
58
- ## Description
59
- Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
60
-
61
- ## Badges
62
- On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
63
-
64
- ## Visuals
65
- Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
66
-
67
- ## Installation
68
- Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
69
-
70
- ## Usage
71
- Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
72
-
73
- ## Support
74
- Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
75
-
76
- ## Roadmap
77
- If you have ideas for releases in the future, it is a good idea to list them in the README.
78
-
79
- ## Contributing
80
- State if you are open to contributions and what your requirements are for accepting them.
81
-
82
- For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
83
-
84
- You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
85
-
86
- ## Authors and acknowledgment
87
- Show your appreciation to those who have contributed to the project.
88
-
89
- ## License
90
- For open source projects, say how it is licensed.
91
-
92
- ## Project status
93
- If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
1
+ # edu-widget-ui
2
+
3
+
4
+
5
+ ## Getting started
6
+
7
+ To make it easy for you to get started with GitLab, here's a list of recommended next steps.
8
+
9
+ Already a pro? Just edit this README.md and make it your own. Want to make it easy? [Use the template at the bottom](#editing-this-readme)!
10
+
11
+ ## Add your files
12
+
13
+ - [ ] [Create](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#create-a-file) or [upload](https://docs.gitlab.com/ee/user/project/repository/web_editor.html#upload-a-file) files
14
+ - [ ] [Add files using the command line](https://docs.gitlab.com/ee/gitlab-basics/add-file.html#add-a-file-using-the-command-line) or push an existing Git repository with the following command:
15
+
16
+ ```
17
+ cd existing_repo
18
+ git remote add origin https://gitlab.atomsolution.vn/education-erp/edu-widget-ui.git
19
+ git branch -M main
20
+ git push -uf origin main
21
+ ```
22
+
23
+ ## Integrate with your tools
24
+
25
+ - [ ] [Set up project integrations](https://gitlab.atomsolution.vn/education-erp/edu-widget-ui/-/settings/integrations)
26
+
27
+ ## Collaborate with your team
28
+
29
+ - [ ] [Invite team members and collaborators](https://docs.gitlab.com/ee/user/project/members/)
30
+ - [ ] [Create a new merge request](https://docs.gitlab.com/ee/user/project/merge_requests/creating_merge_requests.html)
31
+ - [ ] [Automatically close issues from merge requests](https://docs.gitlab.com/ee/user/project/issues/managing_issues.html#closing-issues-automatically)
32
+ - [ ] [Enable merge request approvals](https://docs.gitlab.com/ee/user/project/merge_requests/approvals/)
33
+ - [ ] [Set auto-merge](https://docs.gitlab.com/ee/user/project/merge_requests/merge_when_pipeline_succeeds.html)
34
+
35
+ ## Test and Deploy
36
+
37
+ Use the built-in continuous integration in GitLab.
38
+
39
+ - [ ] [Get started with GitLab CI/CD](https://docs.gitlab.com/ee/ci/quick_start/index.html)
40
+ - [ ] [Analyze your code for known vulnerabilities with Static Application Security Testing (SAST)](https://docs.gitlab.com/ee/user/application_security/sast/)
41
+ - [ ] [Deploy to Kubernetes, Amazon EC2, or Amazon ECS using Auto Deploy](https://docs.gitlab.com/ee/topics/autodevops/requirements.html)
42
+ - [ ] [Use pull-based deployments for improved Kubernetes management](https://docs.gitlab.com/ee/user/clusters/agent/)
43
+ - [ ] [Set up protected environments](https://docs.gitlab.com/ee/ci/environments/protected_environments.html)
44
+
45
+ ***
46
+
47
+ # Editing this README
48
+
49
+ When you're ready to make this README your own, just edit this file and use the handy template below (or feel free to structure it however you want - this is just a starting point!). Thanks to [makeareadme.com](https://www.makeareadme.com/) for this template.
50
+
51
+ ## Suggestions for a good README
52
+
53
+ Every project is different, so consider which of these sections apply to yours. The sections used in the template are suggestions for most open source projects. Also keep in mind that while a README can be too long and detailed, too long is better than too short. If you think your README is too long, consider utilizing another form of documentation rather than cutting out information.
54
+
55
+ ## Name
56
+ Choose a self-explaining name for your project.
57
+
58
+ ## Description
59
+ Let people know what your project can do specifically. Provide context and add a link to any reference visitors might be unfamiliar with. A list of Features or a Background subsection can also be added here. If there are alternatives to your project, this is a good place to list differentiating factors.
60
+
61
+ ## Badges
62
+ On some READMEs, you may see small images that convey metadata, such as whether or not all the tests are passing for the project. You can use Shields to add some to your README. Many services also have instructions for adding a badge.
63
+
64
+ ## Visuals
65
+ Depending on what you are making, it can be a good idea to include screenshots or even a video (you'll frequently see GIFs rather than actual videos). Tools like ttygif can help, but check out Asciinema for a more sophisticated method.
66
+
67
+ ## Installation
68
+ Within a particular ecosystem, there may be a common way of installing things, such as using Yarn, NuGet, or Homebrew. However, consider the possibility that whoever is reading your README is a novice and would like more guidance. Listing specific steps helps remove ambiguity and gets people to using your project as quickly as possible. If it only runs in a specific context like a particular programming language version or operating system or has dependencies that have to be installed manually, also add a Requirements subsection.
69
+
70
+ ## Usage
71
+ Use examples liberally, and show the expected output if you can. It's helpful to have inline the smallest example of usage that you can demonstrate, while providing links to more sophisticated examples if they are too long to reasonably include in the README.
72
+
73
+ ## Support
74
+ Tell people where they can go to for help. It can be any combination of an issue tracker, a chat room, an email address, etc.
75
+
76
+ ## Roadmap
77
+ If you have ideas for releases in the future, it is a good idea to list them in the README.
78
+
79
+ ## Contributing
80
+ State if you are open to contributions and what your requirements are for accepting them.
81
+
82
+ For people who want to make changes to your project, it's helpful to have some documentation on how to get started. Perhaps there is a script that they should run or some environment variables that they need to set. Make these steps explicit. These instructions could also be useful to your future self.
83
+
84
+ You can also document commands to lint the code or run tests. These steps help to ensure high code quality and reduce the likelihood that the changes inadvertently break something. Having instructions for running tests is especially helpful if it requires external setup, such as starting a Selenium server for testing in a browser.
85
+
86
+ ## Authors and acknowledgment
87
+ Show your appreciation to those who have contributed to the project.
88
+
89
+ ## License
90
+ For open source projects, say how it is licensed.
91
+
92
+ ## Project status
93
+ If you have run out of energy or time for your project, put a note at the top of the README saying that development has slowed down or stopped completely. Someone may choose to fork your project or volunteer to step in as a maintainer or owner, allowing your project to keep going. You can also make an explicit request for maintainers.
package/dist/.babelrc ADDED
@@ -0,0 +1,7 @@
1
+ {
2
+ "presets": [
3
+ "@babel/preset-env",
4
+ "@babel/preset-react",
5
+ "@babel/preset-typescript"
6
+ ]
7
+ }
@@ -0,0 +1,10 @@
1
+ root = true
2
+
3
+ [*]
4
+ end_of_line = lf
5
+ insert_final_newline = true
6
+
7
+ [*.{js,json,yml}]
8
+ charset = utf-8
9
+ indent_style = space
10
+ indent_size = 2
@@ -0,0 +1,6 @@
1
+ dist
2
+ .cache
3
+ package-lock.json
4
+ public
5
+ node_modules
6
+ yarn.lock
@@ -0,0 +1,66 @@
1
+ module.exports = {
2
+ root: true,
3
+ env: { browser: true, es2020: true },
4
+ extends: [
5
+ 'eslint:recommended',
6
+ 'plugin:@typescript-eslint/recommended',
7
+ 'plugin:prettier/recommended',
8
+ ],
9
+ ignorePatterns: ['dist', '.eslintrc.cjs', 'commitlint.config.cjs'],
10
+ parser: '@typescript-eslint/parser',
11
+ overrides: [
12
+ {
13
+ files: ['**/*.ts', '**/*.tsx', '**/*.js', '**/*.jsx', '**/*.cjs'],
14
+ plugins: [
15
+ '@typescript-eslint',
16
+ 'unused-imports',
17
+ 'simple-import-sort',
18
+ 'react-refresh',
19
+ ],
20
+ rules: {
21
+ 'react-refresh/only-export-components': [
22
+ 'warn',
23
+ { allowConstantExport: true },
24
+ ],
25
+ 'import/prefer-default-export': 'off',
26
+ 'simple-import-sort/imports': [
27
+ 'error',
28
+ {
29
+ groups: [
30
+ // Packages `react` related packages come first.
31
+ ['^react', '^@?\\w'],
32
+ // Internal packages.
33
+ ['^(@|components)(/.*|$)'],
34
+ // Side effect imports.
35
+ ['^\\u0000'],
36
+ // Parent imports. Put `..` last.
37
+ ['^\\.\\.(?!/?$)', '^\\.\\./?$'],
38
+ // Other relative imports. Put same-folder imports and `.` last.
39
+ ['^\\./(?=.*/)(?!/?$)', '^\\.(?!/?$)', '^\\./?$'],
40
+ // Style imports.
41
+ ['^.+\\.?(css)$'],
42
+ ],
43
+ },
44
+ ],
45
+ 'prettier/prettier': [
46
+ 'error',
47
+ {
48
+ endOfLine: 'auto',
49
+ },
50
+ ],
51
+ 'react/react-in-jsx-scope': 'off',
52
+ 'no-param-reassign': 'off',
53
+ 'simple-import-sort/exports': 'error',
54
+ '@typescript-eslint/no-unused-vars': 'off',
55
+ '@typescript-eslint/no-non-null-assertion': 'off',
56
+ '@typescript-eslint/no-explicit-any': 'off',
57
+ '@typescript-eslint/ban-ts-comment': 'off',
58
+ '@typescript-eslint/ban-types': 'off',
59
+ 'unused-imports/no-unused-imports': 'error',
60
+ 'unused-imports/no-unused-vars': ['error', { argsIgnorePattern: '^_' }],
61
+ 'no-plusplus': 'off',
62
+ 'no-case-declarations': 'off',
63
+ },
64
+ },
65
+ ],
66
+ }
@@ -0,0 +1,4 @@
1
+ /.yarn/** linguist-vendored
2
+ /.yarn/releases/* binary
3
+ /.yarn/plugins/**/* binary
4
+ /.pnp.* binary linguist-generated
@@ -0,0 +1,4 @@
1
+ {
2
+ "singleQuote": true,
3
+ "semi": false
4
+ }
package/dist/icons.js CHANGED
@@ -1126,7 +1126,7 @@ var ResetIcon = () => {
1126
1126
  // src/icons/search-icon.tsx
1127
1127
  var import_jsx_runtime25 = require("react/jsx-runtime");
1128
1128
  var SearchIcon = () => {
1129
- return /* @__PURE__ */ (0, import_jsx_runtime25.jsxs)(
1129
+ return /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1130
1130
  "svg",
1131
1131
  {
1132
1132
  xmlns: "http://www.w3.org/2000/svg",
@@ -1134,22 +1134,13 @@ var SearchIcon = () => {
1134
1134
  height: "20",
1135
1135
  viewBox: "0 0 20 20",
1136
1136
  fill: "none",
1137
- children: [
1138
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1139
- "path",
1140
- {
1141
- d: "M9.58334 18.1248C4.875 18.1248 1.04167 14.2915 1.04167 9.58317C1.04167 4.87484 4.875 1.0415 9.58334 1.0415C14.2917 1.0415 18.125 4.87484 18.125 9.58317C18.125 14.2915 14.2917 18.1248 9.58334 18.1248ZM9.58334 2.2915C5.55834 2.2915 2.29167 5.5665 2.29167 9.58317C2.29167 13.5998 5.55834 16.8748 9.58334 16.8748C13.6083 16.8748 16.875 13.5998 16.875 9.58317C16.875 5.5665 13.6083 2.2915 9.58334 2.2915Z",
1142
- fill: "#525252"
1143
- }
1144
- ),
1145
- /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1146
- "path",
1147
- {
1148
- d: "M18.3333 18.9585C18.175 18.9585 18.0167 18.9002 17.8917 18.7752L16.225 17.1085C15.9833 16.8669 15.9833 16.4669 16.225 16.2252C16.4667 15.9835 16.8667 15.9835 17.1083 16.2252L18.775 17.8919C19.0167 18.1335 19.0167 18.5335 18.775 18.7752C18.65 18.9002 18.4917 18.9585 18.3333 18.9585Z",
1149
- fill: "#525252"
1150
- }
1151
- )
1152
- ]
1137
+ children: /* @__PURE__ */ (0, import_jsx_runtime25.jsx)(
1138
+ "path",
1139
+ {
1140
+ d: "M14.5232 13.4627L17.7355 16.6742L16.6742 17.7355L13.4627 14.5232C12.2678 15.4812 10.7815 16.0022 9.25 16C5.524 16 2.5 12.976 2.5 9.25C2.5 5.524 5.524 2.5 9.25 2.5C12.976 2.5 16 5.524 16 9.25C16.0022 10.7815 15.4812 12.2678 14.5232 13.4627ZM13.0187 12.9062C13.9706 11.9274 14.5021 10.6153 14.5 9.25C14.5 6.349 12.1502 4 9.25 4C6.349 4 4 6.349 4 9.25C4 12.1502 6.349 14.5 9.25 14.5C10.6153 14.5021 11.9274 13.9706 12.9062 13.0187L13.0187 12.9062Z",
1141
+ fill: "#AEAEAE"
1142
+ }
1143
+ )
1153
1144
  }
1154
1145
  );
1155
1146
  };
package/dist/icons.mjs CHANGED
@@ -1062,9 +1062,9 @@ var ResetIcon = () => {
1062
1062
  };
1063
1063
 
1064
1064
  // src/icons/search-icon.tsx
1065
- import { jsx as jsx25, jsxs as jsxs14 } from "react/jsx-runtime";
1065
+ import { jsx as jsx25 } from "react/jsx-runtime";
1066
1066
  var SearchIcon = () => {
1067
- return /* @__PURE__ */ jsxs14(
1067
+ return /* @__PURE__ */ jsx25(
1068
1068
  "svg",
1069
1069
  {
1070
1070
  xmlns: "http://www.w3.org/2000/svg",
@@ -1072,30 +1072,21 @@ var SearchIcon = () => {
1072
1072
  height: "20",
1073
1073
  viewBox: "0 0 20 20",
1074
1074
  fill: "none",
1075
- children: [
1076
- /* @__PURE__ */ jsx25(
1077
- "path",
1078
- {
1079
- d: "M9.58334 18.1248C4.875 18.1248 1.04167 14.2915 1.04167 9.58317C1.04167 4.87484 4.875 1.0415 9.58334 1.0415C14.2917 1.0415 18.125 4.87484 18.125 9.58317C18.125 14.2915 14.2917 18.1248 9.58334 18.1248ZM9.58334 2.2915C5.55834 2.2915 2.29167 5.5665 2.29167 9.58317C2.29167 13.5998 5.55834 16.8748 9.58334 16.8748C13.6083 16.8748 16.875 13.5998 16.875 9.58317C16.875 5.5665 13.6083 2.2915 9.58334 2.2915Z",
1080
- fill: "#525252"
1081
- }
1082
- ),
1083
- /* @__PURE__ */ jsx25(
1084
- "path",
1085
- {
1086
- d: "M18.3333 18.9585C18.175 18.9585 18.0167 18.9002 17.8917 18.7752L16.225 17.1085C15.9833 16.8669 15.9833 16.4669 16.225 16.2252C16.4667 15.9835 16.8667 15.9835 17.1083 16.2252L18.775 17.8919C19.0167 18.1335 19.0167 18.5335 18.775 18.7752C18.65 18.9002 18.4917 18.9585 18.3333 18.9585Z",
1087
- fill: "#525252"
1088
- }
1089
- )
1090
- ]
1075
+ children: /* @__PURE__ */ jsx25(
1076
+ "path",
1077
+ {
1078
+ d: "M14.5232 13.4627L17.7355 16.6742L16.6742 17.7355L13.4627 14.5232C12.2678 15.4812 10.7815 16.0022 9.25 16C5.524 16 2.5 12.976 2.5 9.25C2.5 5.524 5.524 2.5 9.25 2.5C12.976 2.5 16 5.524 16 9.25C16.0022 10.7815 15.4812 12.2678 14.5232 13.4627ZM13.0187 12.9062C13.9706 11.9274 14.5021 10.6153 14.5 9.25C14.5 6.349 12.1502 4 9.25 4C6.349 4 4 6.349 4 9.25C4 12.1502 6.349 14.5 9.25 14.5C10.6153 14.5021 11.9274 13.9706 12.9062 13.0187L13.0187 12.9062Z",
1079
+ fill: "#AEAEAE"
1080
+ }
1081
+ )
1091
1082
  }
1092
1083
  );
1093
1084
  };
1094
1085
 
1095
1086
  // src/icons/setting-icon.tsx
1096
- import { jsx as jsx26, jsxs as jsxs15 } from "react/jsx-runtime";
1087
+ import { jsx as jsx26, jsxs as jsxs14 } from "react/jsx-runtime";
1097
1088
  var SettingIcon = ({ className = "" }) => {
1098
- return /* @__PURE__ */ jsxs15(
1089
+ return /* @__PURE__ */ jsxs14(
1099
1090
  "svg",
1100
1091
  {
1101
1092
  width: "16",
@@ -1187,9 +1178,9 @@ var UnArchiveIcon = () => {
1187
1178
  };
1188
1179
 
1189
1180
  // src/icons/vector-icon.tsx
1190
- import { jsx as jsx30, jsxs as jsxs16 } from "react/jsx-runtime";
1181
+ import { jsx as jsx30, jsxs as jsxs15 } from "react/jsx-runtime";
1191
1182
  var VectorIcon = () => {
1192
- return /* @__PURE__ */ jsxs16(
1183
+ return /* @__PURE__ */ jsxs15(
1193
1184
  "svg",
1194
1185
  {
1195
1186
  xmlns: "http://www.w3.org/2000/svg",
@@ -1218,9 +1209,9 @@ var VectorIcon = () => {
1218
1209
  };
1219
1210
 
1220
1211
  // src/icons/zip-icon.tsx
1221
- import { jsx as jsx31, jsxs as jsxs17 } from "react/jsx-runtime";
1212
+ import { jsx as jsx31, jsxs as jsxs16 } from "react/jsx-runtime";
1222
1213
  var ZipIcon = () => {
1223
- return /* @__PURE__ */ jsxs17(
1214
+ return /* @__PURE__ */ jsxs16(
1224
1215
  "svg",
1225
1216
  {
1226
1217
  width: "40",
@@ -1229,8 +1220,8 @@ var ZipIcon = () => {
1229
1220
  fill: "none",
1230
1221
  xmlns: "http://www.w3.org/2000/svg",
1231
1222
  children: [
1232
- /* @__PURE__ */ jsxs17("g", { clipPath: "url(#clip0_3042_66427)", children: [
1233
- /* @__PURE__ */ jsxs17("g", { filter: "url(#filter0_di_3042_66427)", children: [
1223
+ /* @__PURE__ */ jsxs16("g", { clipPath: "url(#clip0_3042_66427)", children: [
1224
+ /* @__PURE__ */ jsxs16("g", { filter: "url(#filter0_di_3042_66427)", children: [
1234
1225
  /* @__PURE__ */ jsx31(
1235
1226
  "path",
1236
1227
  {
@@ -1255,7 +1246,7 @@ var ZipIcon = () => {
1255
1246
  strokeWidth: "1.5"
1256
1247
  }
1257
1248
  ),
1258
- /* @__PURE__ */ jsxs17("g", { filter: "url(#filter1_i_3042_66427)", children: [
1249
+ /* @__PURE__ */ jsxs16("g", { filter: "url(#filter1_i_3042_66427)", children: [
1259
1250
  /* @__PURE__ */ jsx31("mask", { id: "path-4-inside-1_3042_66427", fill: "white", children: /* @__PURE__ */ jsx31("path", { d: "M0 22C0 19.7909 1.79086 18 4 18H20C22.2091 18 24 19.7909 24 22V30C24 32.2091 22.2091 34 20 34H4C1.79086 34 0 32.2091 0 30V22Z" }) }),
1260
1251
  /* @__PURE__ */ jsx31(
1261
1252
  "path",
@@ -1282,8 +1273,8 @@ var ZipIcon = () => {
1282
1273
  )
1283
1274
  ] })
1284
1275
  ] }),
1285
- /* @__PURE__ */ jsxs17("defs", { children: [
1286
- /* @__PURE__ */ jsxs17(
1276
+ /* @__PURE__ */ jsxs16("defs", { children: [
1277
+ /* @__PURE__ */ jsxs16(
1287
1278
  "filter",
1288
1279
  {
1289
1280
  id: "filter0_di_3042_66427",
@@ -1361,7 +1352,7 @@ var ZipIcon = () => {
1361
1352
  ]
1362
1353
  }
1363
1354
  ),
1364
- /* @__PURE__ */ jsxs17(
1355
+ /* @__PURE__ */ jsxs16(
1365
1356
  "filter",
1366
1357
  {
1367
1358
  id: "filter1_i_3042_66427",
@@ -1420,9 +1411,9 @@ var ZipIcon = () => {
1420
1411
  };
1421
1412
 
1422
1413
  // src/icons/empty-data.tsx
1423
- import { jsx as jsx32, jsxs as jsxs18 } from "react/jsx-runtime";
1414
+ import { jsx as jsx32, jsxs as jsxs17 } from "react/jsx-runtime";
1424
1415
  var EmptyData = ({ className }) => {
1425
- return /* @__PURE__ */ jsxs18(
1416
+ return /* @__PURE__ */ jsxs17(
1426
1417
  "svg",
1427
1418
  {
1428
1419
  xmlns: "http://www.w3.org/2000/svg",
@@ -1431,7 +1422,7 @@ var EmptyData = ({ className }) => {
1431
1422
  viewBox: "0 0 120 140",
1432
1423
  fill: "none",
1433
1424
  children: [
1434
- /* @__PURE__ */ jsxs18("g", { clipPath: "url(#clip0_5603_10527)", children: [
1425
+ /* @__PURE__ */ jsxs17("g", { clipPath: "url(#clip0_5603_10527)", children: [
1435
1426
  /* @__PURE__ */ jsx32("g", { filter: "url(#filter0_d_5603_10527)", children: /* @__PURE__ */ jsx32(
1436
1427
  "path",
1437
1428
  {
@@ -1464,7 +1455,7 @@ var EmptyData = ({ className }) => {
1464
1455
  )
1465
1456
  }
1466
1457
  ),
1467
- /* @__PURE__ */ jsxs18("g", { mask: "url(#mask0_5603_10527)", children: [
1458
+ /* @__PURE__ */ jsxs17("g", { mask: "url(#mask0_5603_10527)", children: [
1468
1459
  /* @__PURE__ */ jsx32(
1469
1460
  "path",
1470
1461
  {
@@ -1529,7 +1520,7 @@ var EmptyData = ({ className }) => {
1529
1520
  )
1530
1521
  }
1531
1522
  ),
1532
- /* @__PURE__ */ jsx32("g", { mask: "url(#mask2_5603_10527)", children: /* @__PURE__ */ jsxs18("g", { opacity: "0.07", children: [
1523
+ /* @__PURE__ */ jsx32("g", { mask: "url(#mask2_5603_10527)", children: /* @__PURE__ */ jsxs17("g", { opacity: "0.07", children: [
1533
1524
  /* @__PURE__ */ jsx32("path", { d: "M73.716 93H27V99.214H73.716V93Z", fill: "black" }),
1534
1525
  /* @__PURE__ */ jsx32("path", { d: "M95.812 101.699H27V107.913H95.812V101.699Z", fill: "black" }),
1535
1526
  /* @__PURE__ */ jsx32("path", { d: "M69.297 113.506H27V119.72H69.297V113.506Z", fill: "black" }),
@@ -1569,8 +1560,8 @@ var EmptyData = ({ className }) => {
1569
1560
  }
1570
1561
  )
1571
1562
  ] }),
1572
- /* @__PURE__ */ jsxs18("defs", { children: [
1573
- /* @__PURE__ */ jsxs18(
1563
+ /* @__PURE__ */ jsxs17("defs", { children: [
1564
+ /* @__PURE__ */ jsxs17(
1574
1565
  "filter",
1575
1566
  {
1576
1567
  id: "filter0_d_5603_10527",
@@ -1628,7 +1619,7 @@ var EmptyData = ({ className }) => {
1628
1619
  };
1629
1620
 
1630
1621
  // src/icons/loading-icon.tsx
1631
- import { jsx as jsx33, jsxs as jsxs19 } from "react/jsx-runtime";
1622
+ import { jsx as jsx33, jsxs as jsxs18 } from "react/jsx-runtime";
1632
1623
  var LoadingIcon = ({
1633
1624
  width = 15,
1634
1625
  height = 15,
@@ -1649,7 +1640,7 @@ var LoadingIcon = ({
1649
1640
  background: "transparent"
1650
1641
  },
1651
1642
  ...props,
1652
- children: /* @__PURE__ */ jsxs19("g", { children: [
1643
+ children: /* @__PURE__ */ jsxs18("g", { children: [
1653
1644
  /* @__PURE__ */ jsx33(
1654
1645
  "circle",
1655
1646
  {
@@ -1680,8 +1671,8 @@ var LoadingIcon = ({
1680
1671
  };
1681
1672
 
1682
1673
  // src/icons/paid-icon.tsx
1683
- import { jsx as jsx34, jsxs as jsxs20 } from "react/jsx-runtime";
1684
- var PaidIcon = () => /* @__PURE__ */ jsxs20(
1674
+ import { jsx as jsx34, jsxs as jsxs19 } from "react/jsx-runtime";
1675
+ var PaidIcon = () => /* @__PURE__ */ jsxs19(
1685
1676
  "svg",
1686
1677
  {
1687
1678
  width: "208",
@@ -1690,7 +1681,7 @@ var PaidIcon = () => /* @__PURE__ */ jsxs20(
1690
1681
  fill: "none",
1691
1682
  xmlns: "http://www.w3.org/2000/svg",
1692
1683
  children: [
1693
- /* @__PURE__ */ jsxs20("g", { opacity: "0.5", filter: "url(#filter0_d_615_26793)", children: [
1684
+ /* @__PURE__ */ jsxs19("g", { opacity: "0.5", filter: "url(#filter0_d_615_26793)", children: [
1694
1685
  /* @__PURE__ */ jsx34(
1695
1686
  "path",
1696
1687
  {
@@ -1766,8 +1757,8 @@ var PaidIcon = () => /* @__PURE__ */ jsxs20(
1766
1757
  }
1767
1758
  )
1768
1759
  ] }),
1769
- /* @__PURE__ */ jsxs20("defs", { children: [
1770
- /* @__PURE__ */ jsxs20(
1760
+ /* @__PURE__ */ jsxs19("defs", { children: [
1761
+ /* @__PURE__ */ jsxs19(
1771
1762
  "filter",
1772
1763
  {
1773
1764
  id: "filter0_d_615_26793",
@@ -1864,13 +1855,13 @@ var PlaceHolderIcon = () => {
1864
1855
  };
1865
1856
 
1866
1857
  // src/icons/google-icon.tsx
1867
- import { jsx as jsx36, jsxs as jsxs21 } from "react/jsx-runtime";
1858
+ import { jsx as jsx36, jsxs as jsxs20 } from "react/jsx-runtime";
1868
1859
  var GoogleIcon = ({
1869
1860
  width = 20,
1870
1861
  height = 20,
1871
1862
  ...props
1872
1863
  }) => {
1873
- return /* @__PURE__ */ jsxs21(
1864
+ return /* @__PURE__ */ jsxs20(
1874
1865
  "svg",
1875
1866
  {
1876
1867
  xmlns: "http://www.w3.org/2000/svg",
@@ -1915,9 +1906,9 @@ var GoogleIcon = ({
1915
1906
  };
1916
1907
 
1917
1908
  // src/icons/eye-closed-icon.tsx
1918
- import { jsx as jsx37, jsxs as jsxs22 } from "react/jsx-runtime";
1909
+ import { jsx as jsx37, jsxs as jsxs21 } from "react/jsx-runtime";
1919
1910
  var EyeClosedIcon = () => {
1920
- return /* @__PURE__ */ jsxs22(
1911
+ return /* @__PURE__ */ jsxs21(
1921
1912
  "svg",
1922
1913
  {
1923
1914
  width: "20",