@egov3/system-design 1.0.25 → 1.0.30

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 (112) hide show
  1. package/README.md +984 -1
  2. package/dist/cjs/components/Button/index.d.ts +13 -0
  3. package/{src → dist/cjs}/components/InputField/index.d.ts +0 -1
  4. package/dist/cjs/components/index.d.ts +5 -0
  5. package/dist/cjs/index.d.ts +1 -0
  6. package/dist/cjs/index.js +2921 -0
  7. package/dist/cjs/index.js.map +1 -0
  8. package/dist/cjs/stories/Button.d.ts +28 -0
  9. package/dist/cjs/stories/Button.stories.d.ts +8 -0
  10. package/dist/cjs/stories/Header.d.ts +9 -0
  11. package/dist/cjs/stories/Header.stories.d.ts +6 -0
  12. package/dist/cjs/stories/Page.d.ts +9 -0
  13. package/dist/cjs/stories/Page.stories.d.ts +6 -0
  14. package/dist/cjs/svg/ClearIcon.d.ts +4 -0
  15. package/{src/svg/index.tsx → dist/cjs/svg/index.d.ts} +2 -3
  16. package/{src → dist/cjs}/utils/ClassNamesFn.d.ts +0 -1
  17. package/dist/esm/components/Button/index.d.ts +13 -0
  18. package/dist/esm/components/InputField/index.d.ts +19 -0
  19. package/dist/esm/components/index.d.ts +5 -0
  20. package/dist/esm/index.d.ts +39 -0
  21. package/dist/esm/index.js +2917 -0
  22. package/dist/esm/index.js.map +1 -0
  23. package/dist/esm/stories/Button.d.ts +28 -0
  24. package/dist/esm/stories/Button.stories.d.ts +8 -0
  25. package/dist/esm/stories/Header.d.ts +9 -0
  26. package/dist/esm/stories/Header.stories.d.ts +6 -0
  27. package/dist/esm/stories/Page.d.ts +9 -0
  28. package/dist/esm/stories/Page.stories.d.ts +6 -0
  29. package/dist/esm/svg/ClearIcon.d.ts +4 -0
  30. package/{src → dist/esm}/svg/index.d.ts +0 -1
  31. package/dist/esm/utils/ClassNamesFn.d.ts +1 -0
  32. package/package.json +51 -76
  33. package/.github/workflows/publish.yml +0 -61
  34. package/@types/scss-modules.d.ts +0 -5
  35. package/__tests__/components/InputField.test.tsx +0 -101
  36. package/index.d.ts +0 -7
  37. package/index.d.ts.map +0 -1
  38. package/index.js +0 -5
  39. package/index.tsx +0 -4
  40. package/jest.config.d.ts +0 -3
  41. package/jest.config.d.ts.map +0 -1
  42. package/jest.config.js +0 -46
  43. package/jest.config.ts +0 -45
  44. package/jest.setup.d.ts +0 -2
  45. package/jest.setup.d.ts.map +0 -1
  46. package/jest.setup.js +0 -4
  47. package/jest.setup.ts +0 -2
  48. package/public/NationalEmblem.webp +0 -0
  49. package/public/favicon.ico +0 -0
  50. package/public/fonts/Inter-Regular.ttf +0 -0
  51. package/public/img/Circled-1.svg +0 -11
  52. package/public/img/Circled-2.svg +0 -11
  53. package/public/img/Circled-3.svg +0 -11
  54. package/public/img/Mobile-chat.svg +0 -12
  55. package/public/img/accessibility-1.svg +0 -3
  56. package/public/img/account-1.svg +0 -3
  57. package/public/img/bg/Auth-bg.webp +0 -0
  58. package/public/img/bg/Autumn-bg.webp +0 -0
  59. package/public/img/bg/Msg-bg.webp +0 -0
  60. package/public/img/bg/Spring-bg.webp +0 -0
  61. package/public/img/bg/Summer-bg.webp +0 -0
  62. package/public/img/bg/Winter-bg.webp +0 -0
  63. package/public/img/car.svg +0 -3
  64. package/public/img/egov-logo.png +0 -0
  65. package/public/img/language-1.svg +0 -5
  66. package/public/img/logo.svg +0 -7
  67. package/src/app/page.d.ts +0 -1
  68. package/src/app/page.d.ts.map +0 -1
  69. package/src/app/page.js +0 -1
  70. package/src/app/page.tsx +0 -0
  71. package/src/components/InputField/InputField.module.scss +0 -57
  72. package/src/components/InputField/index.d.ts.map +0 -1
  73. package/src/components/InputField/index.js +0 -60
  74. package/src/components/InputField/index.tsx +0 -108
  75. package/src/components/index.d.ts +0 -4
  76. package/src/components/index.d.ts.map +0 -1
  77. package/src/components/index.js +0 -5
  78. package/src/components/index.tsx +0 -3
  79. package/src/stories/CardWrapperItem.tsx +0 -29
  80. package/src/stories/Configure.tsx +0 -494
  81. package/src/stories/assets/accessibility.png +0 -0
  82. package/src/stories/assets/accessibility.svg +0 -5
  83. package/src/stories/assets/addon-library.png +0 -0
  84. package/src/stories/assets/assets.png +0 -0
  85. package/src/stories/assets/avif-test-image.avif +0 -0
  86. package/src/stories/assets/context.png +0 -0
  87. package/src/stories/assets/discord.svg +0 -15
  88. package/src/stories/assets/docs.png +0 -0
  89. package/src/stories/assets/figma-plugin.png +0 -0
  90. package/src/stories/assets/github.svg +0 -3
  91. package/src/stories/assets/share.png +0 -0
  92. package/src/stories/assets/styling.png +0 -0
  93. package/src/stories/assets/testing.png +0 -0
  94. package/src/stories/assets/theming.png +0 -0
  95. package/src/stories/assets/tutorials.svg +0 -12
  96. package/src/stories/assets/youtube.svg +0 -4
  97. package/src/stories/components/Button.stories.tsx +0 -127
  98. package/src/styles/colors.module.scss +0 -42
  99. package/src/styles/globals.scss +0 -43
  100. package/src/styles/structure.module.scss +0 -60
  101. package/src/styles/typography.module.scss +0 -120
  102. package/src/svg/ClearIcon.d.ts +0 -5
  103. package/src/svg/ClearIcon.d.ts.map +0 -1
  104. package/src/svg/ClearIcon.js +0 -12
  105. package/src/svg/ClearIcon.tsx +0 -26
  106. package/src/svg/index.d.ts.map +0 -1
  107. package/src/svg/index.js +0 -5
  108. package/src/utils/ClassNamesFn.d.ts.map +0 -1
  109. package/src/utils/ClassNamesFn.js +0 -5
  110. package/src/utils/ClassNamesFn.tsx +0 -2
  111. package/tsconfig.json +0 -39
  112. package/tsconfig.tsbuildinfo +0 -1
package/package.json CHANGED
@@ -1,90 +1,65 @@
1
1
  {
2
2
  "name": "@egov3/system-design",
3
- "version": "1.0.25",
4
- "type": "module",
5
- "main": "index.js",
6
- "types": "index.d.ts",
7
- "private": false,
8
- "publishConfig": {
9
- "access": "public"
10
- },
3
+ "version": "1.0.30",
4
+ "main": "dist/cjs/index.js",
5
+ "types": "dist/esm/index.d.ts",
6
+ "module": "dist/esm/index.js",
7
+ "files": [
8
+ "dist"
9
+ ],
11
10
  "repository": {
12
11
  "type": "git",
13
12
  "url": "https://github.com/egov3/system-design.git"
14
13
  },
15
14
  "scripts": {
16
- "build": "tsc --project tsconfig.json",
17
- "lint": "next lint",
15
+ "build": "rollup -c",
18
16
  "test": "jest",
19
- "test:unit:update": "jest -u",
20
- "test:unit:coverage": "jest --coverage",
21
- "lint-staged": "lint-staged",
22
- "type-check": "tsc --project tsconfig.json --pretty --noEmit && echo",
23
- "prepare": "cross-env NODE_ENV=development yarn prepare:dev",
24
- "prepare:dev": "husky install",
25
- "storybook": "storybook dev -p 6006",
26
- "build-storybook": "storybook build"
17
+ "storybook": "start-storybook -p 6006",
18
+ "build-storybook": "build-storybook"
27
19
  },
28
- "author": "EGOV",
20
+ "author": "Zhassulan Baigozha",
29
21
  "license": "ISC",
30
- "description": "system-design components for new egov 3.0",
31
- "dependencies": {
32
- "@types/js-cookie": "^3.0.6",
33
- "@types/qrcode": "^1.5.5",
34
- "critters": "^0.0.24",
35
- "js-cookie": "^3.0.5",
36
- "next": "^14.1.0",
37
- "react": "^18.3.1",
38
- "react-dom": "^18.3.1",
39
- "ts-jest": "^29.2.5"
22
+ "description": "A system-design NPM package in Typescript",
23
+ "peerDependencies": {
24
+ "react": "18.2.0",
25
+ "react-dom": "18.2.0"
40
26
  },
41
27
  "devDependencies": {
42
- "@babel/plugin-syntax-jsx": "^7.23.3",
43
- "@babel/preset-env": "^7.23.9",
44
- "@babel/preset-react": "^7.23.3",
45
- "@babel/preset-typescript": "^7.23.3",
46
- "@chromatic-com/storybook": "^1.3.2",
47
- "@commitlint/cli": "^18.6.1",
48
- "@commitlint/config-conventional": "^18.6.2",
49
- "@next/eslint-plugin-next": "^14.1.0",
50
- "@storybook/addon-essentials": "^8.0.8",
51
- "@storybook/addon-interactions": "^8.0.8",
52
- "@storybook/addon-links": "^8.0.8",
53
- "@storybook/addon-onboarding": "^8.0.8",
54
- "@storybook/blocks": "^8.0.8",
55
- "@storybook/nextjs": "^8.0.8",
56
- "@storybook/react": "^8.1.11",
57
- "@storybook/test": "^8.0.8",
58
- "@testing-library/dom": "^10.3.2",
59
- "@testing-library/jest-dom": "^6.4.8",
60
- "@testing-library/react": "^14.3.1",
61
- "@types/jest": "^29.5.14",
62
- "@types/node": "^20.11.19",
63
- "@types/react": "^18.3.12",
64
- "@types/react-dom": "^18.3.1",
65
- "@types/react-test-renderer": "^18.0.7",
66
- "@typescript-eslint/eslint-plugin": "^6.21.0",
67
- "@typescript-eslint/parser": "^6.21.0",
68
- "commitizen": "^4.3.0",
69
- "cross-env": "^7.0.3",
70
- "eslint": "^8.56.0",
71
- "eslint-config-next": "14.1.0",
72
- "eslint-config-prettier": "^9.1.0",
73
- "eslint-plugin-import": "^2.29.1",
74
- "eslint-plugin-n": "^16.6.2",
75
- "eslint-plugin-promise": "^6.1.1",
76
- "eslint-plugin-storybook": "^0.8.0",
77
- "husky": "^9.0.11",
78
- "jest": "^29.7.0",
79
- "jest-environment-jsdom": "^29.7.0",
80
- "lint-staged": "^15.2.2",
81
- "npm-check-updates": "^16.14.18",
82
- "prettier": "^3.2.5",
83
- "react-test-renderer": "^18.2.0",
84
- "sass": "^1.80.5",
85
- "sass-loader": "^16.0.2",
86
- "storybook": "^8.0.8",
87
- "ts-node": "^10.9.2",
88
- "typescript": "^5.4.0"
28
+ "@babel/core": "^7.16.0",
29
+ "@babel/preset-env": "^7.16.4",
30
+ "@babel/preset-react": "^7.16.0",
31
+ "@babel/preset-typescript": "^7.16.0",
32
+ "@mdx-js/react": "^2.1.2",
33
+ "@rollup/plugin-commonjs": "^21.0.1",
34
+ "@rollup/plugin-node-resolve": "^13.0.6",
35
+ "@rollup/plugin-typescript": "^8.3.0",
36
+ "@storybook/addon-actions": "^6.5.9",
37
+ "@storybook/addon-essentials": "^6.5.9",
38
+ "@storybook/addon-links": "^6.5.9",
39
+ "@storybook/builder-webpack5": "^6.5.9",
40
+ "@storybook/manager-webpack5": "^6.5.9",
41
+ "@storybook/mdx2-csf": "^0.0.3",
42
+ "@storybook/preset-scss": "^1.0.3",
43
+ "@storybook/react": "^6.5.9",
44
+ "@testing-library/react": "^13.3.0",
45
+ "@types/jest": "^28.1.6",
46
+ "@types/react": "^18.0.15",
47
+ "babel-jest": "^27.3.1",
48
+ "babel-loader": "^8.2.3",
49
+ "css-loader": "^6.5.1",
50
+ "html-webpack-plugin": "^5.5.0",
51
+ "identity-obj-proxy": "^3.0.0",
52
+ "jest": "^28.1.3",
53
+ "postcss": "^8",
54
+ "postcss-loader": "^4",
55
+ "react": "^18.2.0",
56
+ "react-dom": "^18.2.0",
57
+ "rollup": "^2.60.0",
58
+ "rollup-plugin-dts": "^4.0.1",
59
+ "rollup-plugin-postcss": "^4.0.1",
60
+ "sass": "^1.43.5",
61
+ "sass-loader": "^12.3.0",
62
+ "style-loader": "^3.3.1",
63
+ "typescript": "^4.7.4"
89
64
  }
90
65
  }
@@ -1,61 +0,0 @@
1
- name: Publish to npm
2
-
3
- on:
4
- push:
5
- branches:
6
- - main
7
-
8
- jobs:
9
- publish:
10
- runs-on: ubuntu-latest
11
-
12
- permissions:
13
- contents: write
14
- packages: write
15
- actions: write
16
-
17
- steps:
18
- - name: Checkout code
19
- uses: actions/checkout@v3
20
-
21
- - name: Set up Node.js
22
- uses: actions/setup-node@v3
23
- with:
24
- node-version: "20"
25
- registry-url: "https://registry.npmjs.org/"
26
-
27
- - name: Install dependencies
28
- run: yarn install
29
-
30
- - name: Build project
31
- run: yarn build
32
-
33
- - name: Increment version
34
- run: yarn version --patch --no-git-tag-version
35
-
36
- - name: Check PERSONAL_TOKEN
37
- run: |
38
- echo "Token starts with: ${PERSONAL_TOKEN:0:4}... and ends with ...${PERSONAL_TOKEN: -4}"
39
- env:
40
- PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
41
-
42
- - name: Test git connection
43
- run: |
44
- git ls-remote https://Zhassulan-Baigozha:${{ secrets.PERSONAL_TOKEN }}@github.com/egov3/system-design.git
45
- env:
46
- PERSONAL_TOKEN: ${{ secrets.PERSONAL_TOKEN }}
47
-
48
- - name: Commit updated package.json
49
- run: |
50
- git config --global user.name "github-actions[bot]"
51
- git config --global user.email "github-actions[bot]@users.noreply.github.com"
52
- git add package.json
53
- git commit -m "ci: bump version to $(jq -r '.version' package.json)"
54
- git stash --include-untracked
55
- git pull --rebase https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/egov3/system-design.git main
56
- git push --force https://x-access-token:${{ secrets.PERSONAL_TOKEN }}@github.com/egov3/system-design.git main
57
-
58
- - name: Publish to npm
59
- env:
60
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
61
- run: yarn publish --non-interactive --access public
@@ -1,5 +0,0 @@
1
- // scss-modules.d.ts
2
- declare module '*.module.scss' {
3
- const classes: { [key: string]: string };
4
- export default classes;
5
- }
@@ -1,101 +0,0 @@
1
- import React from "react";
2
- import { render, fireEvent } from "@testing-library/react";
3
- import "@testing-library/jest-dom";
4
-
5
- import { Components } from "~components";
6
-
7
- describe("InputField", () => {
8
- it("(1) Should render without crashing", () => {
9
- const { getByPlaceholderText } = render(
10
- <Components.InputField
11
- id={"testRenderId"}
12
- labelText={""}
13
- ariaLabel={"test ariaLabel"}
14
- />
15
- );
16
- expect(getByPlaceholderText("")).toBeInTheDocument();
17
- });
18
-
19
- it("(2) Should render with the correct placeholder", () => {
20
- const placeholder = "Enter text";
21
- const { getByPlaceholderText } = render(
22
- <Components.InputField
23
- id={"testPlaceholderId"}
24
- labelText={""}
25
- ariaLabel={"test ariaLabel"}
26
- placeholder={placeholder}
27
- />
28
- );
29
- expect(getByPlaceholderText(placeholder)).toBeInTheDocument();
30
- });
31
-
32
- it("(3) Should call onFocus and onBlur handlers", () => {
33
- const onFocus = jest.fn();
34
- const onBlur = jest.fn();
35
- const { getByPlaceholderText } = render(
36
- <Components.InputField
37
- id={"testOnBlurId"}
38
- labelText={""}
39
- ariaLabel={"test ariaLabel"}
40
- placeholder="test"
41
- onFocus={onFocus}
42
- onBlur={onBlur}
43
- />
44
- );
45
- const input = getByPlaceholderText("test");
46
- fireEvent.focus(input);
47
- expect(onFocus).toHaveBeenCalled();
48
- fireEvent.blur(input);
49
- expect(onBlur).toHaveBeenCalled();
50
- });
51
-
52
- it("(4) Should render inputLeftIcon if provided", () => {
53
- const leftIcon = <span data-testid="left-icon">Icon</span>;
54
- const { getByTestId } = render(
55
- <Components.InputField
56
- id={"testLeftId"}
57
- labelText={""}
58
- ariaLabel={"test ariaLabel"}
59
- inputLeftIcon={leftIcon}
60
- />
61
- );
62
- expect(getByTestId("left-icon")).toBeInTheDocument();
63
- });
64
-
65
- it.skip("(5) Should render and clears value when clear icon is clicked", () => {
66
- const onChange = jest.fn();
67
- const value = "test value";
68
- const { getByPlaceholderText, getByTestId } = render(
69
- <Components.InputField
70
- id={"testId"}
71
- labelText={""}
72
- ariaLabel={"test ariaLabel"}
73
- placeholder="test"
74
- value={value}
75
- onChange={onChange}
76
- isClearable
77
- />
78
- );
79
- const input = getByPlaceholderText("test");
80
- expect(input).toHaveValue(value);
81
- const clearIcon = getByTestId("Icons_CLEAR");
82
- fireEvent.click(clearIcon);
83
- expect(onChange).toHaveBeenCalledWith(
84
- expect.objectContaining({ target: { value: "" } })
85
- );
86
- });
87
-
88
- it("(6) Should apply focused class on focus", () => {
89
- const { getByPlaceholderText, container } = render(
90
- <Components.InputField
91
- id={"testFocusedId"}
92
- labelText={""}
93
- ariaLabel={"test ariaLabel"}
94
- placeholder="test"
95
- />
96
- );
97
- const input = getByPlaceholderText("test");
98
- fireEvent.focus(input);
99
- expect(container.firstChild).toHaveClass("input--onfocus");
100
- });
101
- });
package/index.d.ts DELETED
@@ -1,7 +0,0 @@
1
- declare const SystemDesign: {
2
- Components: {
3
- InputField: ({ onFocus, onBlur, onChange, onEnterPress, value, inputLeftIcon, placeholder, className, style, isClearable, type, id, labelText, ariaLabel, }: import("./src/components/InputField").IInputFieldProps) => React.ReactNode;
4
- };
5
- };
6
- export default SystemDesign;
7
- //# sourceMappingURL=index.d.ts.map
package/index.d.ts.map DELETED
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAEA,QAAA,MAAM,YAAY;;;;CAAiB,CAAC;AACpC,eAAe,YAAY,CAAC"}
package/index.js DELETED
@@ -1,5 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const components_1 = require("./src/components");
4
- const SystemDesign = { Components: components_1.Components };
5
- exports.default = SystemDesign;
package/index.tsx DELETED
@@ -1,4 +0,0 @@
1
- import { Components } from "./src/components";
2
-
3
- const SystemDesign = { Components };
4
- export default SystemDesign;
package/jest.config.d.ts DELETED
@@ -1,3 +0,0 @@
1
- declare const _default: any;
2
- export default _default;
3
- //# sourceMappingURL=jest.config.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.config.d.ts","sourceRoot":"","sources":["jest.config.ts"],"names":[],"mappings":";AA4CA,wBAAkD"}
package/jest.config.js DELETED
@@ -1,46 +0,0 @@
1
- "use strict";
2
- var __importDefault = (this && this.__importDefault) || function (mod) {
3
- return (mod && mod.__esModule) ? mod : { "default": mod };
4
- };
5
- Object.defineProperty(exports, "__esModule", { value: true });
6
- const jest_1 = __importDefault(require("next/jest"));
7
- const createJestConfig = (0, jest_1.default)({
8
- dir: './'
9
- });
10
- const customJestConfig = {
11
- collectCoverage: true,
12
- collectCoverageFrom: [
13
- 'src/**/*.tsx'
14
- ],
15
- coveragePathIgnorePatterns: [
16
- '<rootDir>/src/store',
17
- '<rootDir>/src/stories',
18
- ],
19
- testMatch: ['**/*.test.tsx'],
20
- setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
21
- testEnvironment: 'jsdom',
22
- moduleNameMapper: {
23
- '@/(.*)': '<rootDir>/$1',
24
- '~constants/(.*)': '<rootDir>/src/constants/$1',
25
- '~customHooks/(.*)': '<rootDir>/src/customHooks/$1',
26
- '~customMock/(.*)': '<rootDir>/__tests__/customMock/$1',
27
- '~components': '<rootDir>/src/components/index.tsx',
28
- '~module': '<rootDir>/src/components/index.tsx',
29
- '~svg': '<rootDir>/src/svg/index.tsx',
30
- '~templates': '<rootDir>/src/templates/index.tsx',
31
- '~utils/(.*)': '<rootDir>/src/utils/$1'
32
- },
33
- coverageThreshold: {
34
- global: {
35
- branches: 40,
36
- functions: 40,
37
- lines: 40,
38
- statements: 40
39
- }
40
- },
41
- transform: {
42
- '^.+\\.(ts|tsx)$': 'ts-jest',
43
- },
44
- transformIgnorePatterns: ['/node_modules/'],
45
- };
46
- exports.default = createJestConfig(customJestConfig);
package/jest.config.ts DELETED
@@ -1,45 +0,0 @@
1
- import nextJest from 'next/jest';
2
- import type { Config } from '@jest/types';
3
-
4
- const createJestConfig = nextJest({
5
- dir: './'
6
- });
7
-
8
- const customJestConfig: Config.InitialOptions = {
9
- collectCoverage: true,
10
- collectCoverageFrom: [
11
- 'src/**/*.tsx'
12
- ],
13
- coveragePathIgnorePatterns: [
14
- '<rootDir>/src/store',
15
- '<rootDir>/src/stories',
16
- ],
17
- testMatch: ['**/*.test.tsx'],
18
- setupFilesAfterEnv: ['<rootDir>/jest.setup.ts'],
19
- testEnvironment: 'jsdom',
20
- moduleNameMapper: {
21
- '@/(.*)': '<rootDir>/$1',
22
- '~constants/(.*)': '<rootDir>/src/constants/$1',
23
- '~customHooks/(.*)': '<rootDir>/src/customHooks/$1',
24
- '~customMock/(.*)': '<rootDir>/__tests__/customMock/$1',
25
- '~components': '<rootDir>/src/components/index.tsx',
26
- '~module': '<rootDir>/src/components/index.tsx',
27
- '~svg': '<rootDir>/src/svg/index.tsx',
28
- '~templates': '<rootDir>/src/templates/index.tsx',
29
- '~utils/(.*)': '<rootDir>/src/utils/$1'
30
- },
31
- coverageThreshold: {
32
- global: {
33
- branches: 40,
34
- functions: 40,
35
- lines: 40,
36
- statements: 40
37
- }
38
- },
39
- transform: {
40
- '^.+\\.(ts|tsx)$': 'ts-jest',
41
- },
42
- transformIgnorePatterns: ['/node_modules/'],
43
- };
44
-
45
- export default createJestConfig(customJestConfig);
package/jest.setup.d.ts DELETED
@@ -1,2 +0,0 @@
1
- import '@testing-library/jest-dom';
2
- //# sourceMappingURL=jest.setup.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"jest.setup.d.ts","sourceRoot":"","sources":["jest.setup.ts"],"names":[],"mappings":"AACA,OAAO,2BAA2B,CAAC"}
package/jest.setup.js DELETED
@@ -1,4 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- // Learn more: https://github.com/testing-library/jest-dom
4
- require("@testing-library/jest-dom");
package/jest.setup.ts DELETED
@@ -1,2 +0,0 @@
1
- // Learn more: https://github.com/testing-library/jest-dom
2
- import '@testing-library/jest-dom';
Binary file
Binary file
Binary file
@@ -1,11 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clipPath="url(#clip0_970_19856)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.9817C4.50494 1.9817 1.67164 4.815 1.67164 8.31006C1.67164 11.8051 4.50494 14.6384 8 14.6384C11.4951 14.6384 14.3284 11.8051 14.3284 8.31006C14.3284 4.815 11.4951 1.9817 8 1.9817ZM0 8.31006C0 3.89178 3.58172 0.310059 8 0.310059C12.4183 0.310059 16 3.89178 16 8.31006C16 12.7283 12.4183 16.3101 8 16.3101C3.58172 16.3101 0 12.7283 0 8.31006Z" fill="var(--default-black-color, #000)"/>
4
- <path d="M9.20206 4.53733V11.8101H7.88459V5.81929H7.84197L6.14098 6.90594V5.69855L7.94851 4.53733H9.20206Z" fill="var(--default-black-color, #000)"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_970_19856">
8
- <rect width="16" height="16" fill="white" transform="translate(0 0.310059)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clipPath="url(#clip0_970_17764)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.9817C4.50494 1.9817 1.67164 4.815 1.67164 8.31006C1.67164 11.8051 4.50494 14.6384 8 14.6384C11.4951 14.6384 14.3284 11.8051 14.3284 8.31006C14.3284 4.815 11.4951 1.9817 8 1.9817ZM0 8.31006C0 3.89178 3.58172 0.310059 8 0.310059C12.4183 0.310059 16 3.89178 16 8.31006C16 12.7283 12.4183 16.3101 8 16.3101C3.58172 16.3101 0 12.7283 0 8.31006Z" fill="var(--default-black-color, #000)"/>
4
- <path d="M5.54084 11.8101V10.8584L8.0657 8.38321C8.30717 8.13937 8.5084 7.92275 8.66939 7.73335C8.83037 7.54396 8.95111 7.36048 9.03161 7.18293C9.1121 7.00537 9.15234 6.81598 9.15234 6.61475C9.15234 6.38511 9.10026 6.18861 8.99609 6.02526C8.89193 5.85954 8.7487 5.7317 8.56641 5.64173C8.38411 5.55177 8.17696 5.50679 7.94496 5.50679C7.70585 5.50679 7.49633 5.55651 7.31641 5.65594C7.13648 5.753 6.9968 5.8915 6.89737 6.07142C6.80031 6.25135 6.75178 6.4656 6.75178 6.71418H5.49822C5.49822 6.25253 5.60357 5.85125 5.81428 5.51034C6.02498 5.16943 6.31499 4.90547 6.6843 4.71844C7.05599 4.53141 7.48213 4.4379 7.96271 4.4379C8.4504 4.4379 8.87891 4.52905 9.24822 4.71134C9.61754 4.89363 9.904 5.14339 10.1076 5.46063C10.3136 5.77786 10.4165 6.14008 10.4165 6.54727C10.4165 6.81953 10.3645 7.08705 10.2603 7.34983C10.1561 7.61262 9.97266 7.90381 9.70987 8.22341C9.44946 8.54301 9.08369 8.93009 8.61257 9.38463L7.35902 10.6595V10.7092H10.5266V11.8101H5.54084Z" fill="var(--default-black-color, #000)"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_970_17764">
8
- <rect width="16" height="16" fill="white" transform="translate(0 0.310059)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,11 +0,0 @@
1
- <svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <g clipPath="url(#clip0_970_31466)">
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M8 1.9817C4.50494 1.9817 1.67164 4.815 1.67164 8.31006C1.67164 11.8051 4.50494 14.6384 8 14.6384C11.4951 14.6384 14.3284 11.8051 14.3284 8.31006C14.3284 4.815 11.4951 1.9817 8 1.9817ZM0 8.31006C0 3.89178 3.58172 0.310059 8 0.310059C12.4183 0.310059 16 3.89178 16 8.31006C16 12.7283 12.4183 16.3101 8 16.3101C3.58172 16.3101 0 12.7283 0 8.31006Z" fill="var(--default-black-color, #000)"/>
4
- <path d="M7.99956 11.9095C7.48819 11.9095 7.03365 11.8219 6.63592 11.6467C6.24056 11.4715 5.92806 11.2277 5.69842 10.9152C5.46878 10.6027 5.34686 10.2416 5.33265 9.83208H6.66788C6.67972 10.0286 6.74482 10.2002 6.86319 10.347C6.98156 10.4914 7.139 10.6039 7.33549 10.6843C7.53199 10.7648 7.75216 10.8051 7.996 10.8051C8.25642 10.8051 8.48725 10.7601 8.68848 10.6701C8.88971 10.5778 9.04714 10.45 9.16078 10.2866C9.27441 10.1233 9.33005 9.93506 9.32768 9.72199C9.33005 9.50182 9.27323 9.30769 9.15723 9.1396C9.04122 8.97152 8.87314 8.84012 8.65297 8.74543C8.43516 8.65073 8.17238 8.60338 7.86461 8.60338H7.22186V7.58776H7.86461C8.11793 7.58776 8.33928 7.54396 8.52868 7.45637C8.72044 7.36877 8.87077 7.24566 8.97967 7.08705C9.08857 6.92606 9.14184 6.74022 9.13947 6.52952C9.14184 6.32355 9.09567 6.14481 9.00098 5.9933C8.90865 5.83941 8.77726 5.71986 8.6068 5.63463C8.43871 5.5494 8.24103 5.50679 8.01376 5.50679C7.79122 5.50679 7.58526 5.54704 7.39586 5.62753C7.20647 5.70802 7.05377 5.82284 6.93777 5.97199C6.82176 6.11877 6.76021 6.29396 6.75311 6.49756H5.48535C5.49482 6.09036 5.61201 5.73288 5.83691 5.42512C6.06419 5.11498 6.36722 4.87351 6.746 4.70068C7.12479 4.52549 7.54975 4.4379 8.02086 4.4379C8.50618 4.4379 8.92759 4.52905 9.28507 4.71134C9.64492 4.89126 9.92309 5.13392 10.1196 5.43932C10.3161 5.74472 10.4143 6.08208 10.4143 6.45139C10.4167 6.86096 10.296 7.20423 10.0521 7.48122C9.81064 7.75821 9.4934 7.93932 9.10041 8.02455V8.08137C9.61177 8.15239 10.0036 8.34178 10.2758 8.64955C10.5505 8.95494 10.6866 9.33492 10.6842 9.78946C10.6842 10.1967 10.5682 10.5612 10.3362 10.8832C10.1066 11.2028 9.78933 11.4538 9.3845 11.6361C8.98204 11.8183 8.52039 11.9095 7.99956 11.9095Z" fill="var(--default-black-color, #000)"/>
5
- </g>
6
- <defs>
7
- <clipPath id="clip0_970_31466">
8
- <rect width="16" height="16" fill="white" transform="translate(0 0.310059)"/>
9
- </clipPath>
10
- </defs>
11
- </svg>
@@ -1,12 +0,0 @@
1
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="25" viewBox="0 0 24 25" fill="none">
2
- <g clipPath="url(#clip0_874_95062)">
3
- <path d="M11 3.31006H21V11.3101H18L14 13.3101V11.3101H11V3.31006Z" stroke="var(--default-black-color, #000)" strokeWidth="2" stroke-linecap="round" stroke-linejoin="round"/>
4
- <path d="M15 16.3101V20.3101C15 20.5753 14.8946 20.8296 14.7071 21.0172C14.5196 21.2047 14.2652 21.3101 14 21.3101H6C5.73478 21.3101 5.48043 21.2047 5.29289 21.0172C5.10536 20.8296 5 20.5753 5 20.3101V6.31006C5 6.04484 5.10536 5.79049 5.29289 5.60295C5.48043 5.41542 5.73478 5.31006 6 5.31006H8" stroke="var(--default-black-color, #000)" strokeWidth="2" stroke-linecap="round" stroke-linejoin="round"/>
5
- <path d="M10 18.3101V18.3201" stroke="var(--default-black-color, #000)" strokeWidth="2" stroke-linecap="round" stroke-linejoin="round"/>
6
- </g>
7
- <defs>
8
- <clipPath id="clip0_874_95062">
9
- <rect width="24" height="24" fill="white" transform="translate(0 0.310059)"/>
10
- </clipPath>
11
- </defs>
12
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.4735 17.9621L12.1232 15.9367C11.4274 16.0769 10.7164 16.1485 10.0002 16.1485C7.965 16.1485 5.9717 15.5706 4.25212 14.4821C2.53255 13.3936 1.15739 11.8393 0.286621 9.99985C1.15819 8.16102 2.53354 6.60718 4.25293 5.5188C4.47064 5.38099 4.69274 5.25136 4.91875 5.13004L3.47345 2.9621L4.8602 2.0376L6.46813 4.44948C7.59834 4.05588 8.79183 3.85175 10.0002 3.85117C12.0351 3.85216 14.0279 4.43042 15.7473 5.5188C17.4667 6.60718 18.8421 8.16102 19.7137 9.99985C18.8428 11.8393 17.4677 13.3936 15.7481 14.4821C15.1316 14.8724 14.4799 15.197 13.8037 15.4529L14.8602 17.0376L13.4735 17.9621ZM14.5047 13.273C13.9755 13.5761 13.4194 13.8242 12.8452 14.0151L11.8086 12.4602C12.0931 12.251 12.3407 11.993 12.539 11.6962C12.8745 11.1941 13.0537 10.6037 13.0537 9.99983C13.0537 9.18999 12.7319 8.41333 12.1592 7.84066C11.5867 7.26802 10.81 6.94631 10.0002 6.94631C9.44398 6.94631 8.8994 7.09816 8.42459 7.38417L7.42841 5.8899C8.25991 5.64421 9.12584 5.51791 10.0002 5.51791C11.5822 5.51791 13.1369 5.93151 14.5099 6.71769C15.8829 7.50388 17.0265 8.63535 17.8272 9.99985C17.0213 11.3598 15.8766 12.4875 14.5047 13.273ZM10.9803 10.98C10.9487 11.0116 10.9158 11.0415 10.8816 11.0697L9.35125 8.77416C9.46953 8.71155 9.5969 8.66605 9.72958 8.63966C9.99858 8.58608 10.2774 8.61358 10.5308 8.71858C10.7842 8.82349 11.0008 9.00124 11.1532 9.22933C11.3056 9.45741 11.387 9.72549 11.387 9.99983C11.3865 10.3675 11.2403 10.72 10.9803 10.98ZM11.1054 14.41L5.84775 6.52354C5.72734 6.5855 5.60817 6.65022 5.49035 6.71769C5.14548 6.91517 4.81508 7.13443 4.50095 7.3737L9.21489 14.4446C9.47539 14.4682 9.73738 14.4806 10.0002 14.4818C10.3708 14.4802 10.7398 14.4561 11.1054 14.41ZM6.85508 13.9095C6.38688 13.7356 5.93205 13.523 5.49547 13.273C4.12365 12.4875 2.9789 11.3598 2.17295 9.99985C2.48528 9.46768 2.84974 8.97096 3.25962 8.51634L6.85508 13.9095Z" fill="var(--default-black-color, #000)"/>
3
- </svg>
@@ -1,3 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M9.99984 5.6595C9.50542 5.6595 9.022 5.80613 8.61092 6.08083C8.1998 6.35554 7.87936 6.74598 7.69015 7.2028C7.50092 7.65961 7.45141 8.16228 7.54788 8.64725C7.64434 9.13217 7.88245 9.57767 8.23207 9.92725C8.58167 10.2769 9.02717 10.515 9.51209 10.6115C9.99709 10.7079 10.4998 10.6584 10.9566 10.4692C11.4133 10.28 11.8038 9.95959 12.0785 9.54842C12.3533 9.13734 12.4998 8.65392 12.4998 8.1595C12.4998 7.49646 12.2364 6.86058 11.7676 6.39174C11.2988 5.9229 10.6629 5.6595 9.99984 5.6595ZM9.99984 9.24284C9.78559 9.24284 9.57609 9.17934 9.398 9.06025C9.21984 8.94125 9.081 8.772 8.999 8.57409C8.917 8.37609 8.8955 8.1583 8.93734 7.94815C8.97909 7.73801 9.08234 7.54498 9.23384 7.39347C9.38534 7.24196 9.57834 7.13879 9.7885 7.09699C9.99867 7.05519 10.2164 7.07664 10.4144 7.15864C10.6123 7.24063 10.7816 7.37949 10.9006 7.55764C11.0197 7.73579 11.0832 7.94524 11.0832 8.1595C11.0828 8.44675 10.9686 8.72209 10.7655 8.92517C10.5624 9.12825 10.2871 9.2425 9.99984 9.24284ZM9.99984 1.6665C8.35167 1.6665 6.7405 2.15525 5.37009 3.07092C3.99968 3.9866 2.93158 5.28809 2.30085 6.81081C1.67011 8.3335 1.50509 10.0091 1.82663 11.6256C2.14817 13.2421 2.94185 14.7269 4.10729 15.8924C5.27272 17.0578 6.75758 17.8515 8.37409 18.1731C9.99059 18.4946 11.6662 18.3296 13.1888 17.6988C14.7116 17.0681 16.0131 16 16.9288 14.6296C17.8444 13.2592 18.3332 11.648 18.3332 9.99984C18.3332 8.9055 18.1176 7.82185 17.6988 6.81081C17.2801 5.79976 16.6663 4.8811 15.8924 4.10728C15.1186 3.33346 14.1999 2.71963 13.1888 2.30084C12.1778 1.88205 11.0942 1.6665 9.99984 1.6665ZM12.5023 16.1748C10.8984 16.8305 9.10125 16.8305 7.49742 16.1748V14.2415C8.20541 13.6682 9.08884 13.3553 9.99984 13.3553C10.9108 13.3553 11.7943 13.6682 12.5023 14.2415V16.1748ZM14.1689 15.194V13.5318L13.9248 13.2876C13.4094 12.7721 12.7976 12.3631 12.1241 12.0841C11.4507 11.8051 10.7288 11.6615 9.99984 11.6615C9.27084 11.6615 8.549 11.8051 7.87559 12.0841C7.20212 12.3631 6.59023 12.7721 6.07484 13.2876L5.83075 13.5318V15.1939C4.75315 14.3303 3.97033 13.1534 3.59042 11.8258C3.2105 10.4981 3.25227 9.08517 3.70993 7.78229C4.16759 6.47938 5.01856 5.35075 6.1453 4.5523C7.27202 3.75387 8.61892 3.32503 9.99984 3.32503C11.3808 3.32503 12.7277 3.75387 13.8544 4.5523C14.9811 5.35075 15.8321 6.47938 16.2898 7.78229C16.7474 9.08517 16.7892 10.4981 16.4093 11.8258C16.0293 13.1534 15.2465 14.3304 14.1689 15.194Z" fill="var(--default-black-color, #000)"/>
3
- </svg>
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -1,3 +0,0 @@
1
- <svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path d="M23 17V11.9468C23.0002 11.6124 22.912 11.2839 22.7445 10.9946C22.577 10.7053 22.336 10.4653 22.0459 10.299C20.6667 9.47156 19.0932 9.02338 17.4849 8.99995L14.9387 6.25065C14.5642 5.84635 14.1102 5.52378 13.6052 5.30319C13.1002 5.0826 12.5551 4.96874 12.004 4.96875H9.83C9.124 4.96867 8.42599 5.11811 7.7819 5.40722C7.13781 5.69634 6.56225 6.11858 6.0931 6.64615L4 8.99995H2.8758C2.37831 8.99995 1.90119 9.19758 1.54941 9.54936C1.19763 9.90114 1 10.3783 1 10.8758V16.2L3.9254 16.9389C4.11443 17.464 4.45936 17.9187 4.91399 18.2423C5.36862 18.5659 5.91126 18.7428 6.46923 18.7494C7.02721 18.7561 7.5739 18.5921 8.0361 18.2794C8.49829 17.9667 8.85394 17.5203 9.0554 17H14.6412C14.8411 17.5153 15.1921 17.9582 15.6482 18.2705C16.1043 18.5828 16.6441 18.7499 17.1969 18.7499C17.7497 18.7499 18.2895 18.5828 18.7456 18.2705C19.2017 17.9582 19.5527 17.5153 19.7526 17H23ZM7.5127 7.90915C7.80363 7.58225 8.16042 7.32058 8.55964 7.14134C8.95886 6.9621 9.39149 6.86934 9.8291 6.86915H12.0039C12.2931 6.86945 12.579 6.92935 12.844 7.04513C13.109 7.16091 13.3472 7.33007 13.5439 7.54205L14.8947 8.99995H6.5426L7.5127 7.90915ZM2.9 10.876L4 10.8999H4.8525H17.4C18.7048 10.9111 19.9826 11.2724 21.1 11.9462V15.1H19.7839C19.5995 14.5604 19.251 14.092 18.7872 13.7604C18.3233 13.4287 17.7674 13.2504 17.1972 13.2504C16.627 13.2504 16.0711 13.4287 15.6072 13.7604C15.1434 14.092 14.7949 14.5604 14.6105 15.1H9.0867C8.90491 14.5701 8.56497 14.1087 8.11276 13.7781C7.66054 13.4475 7.1178 13.2635 6.55776 13.2511C5.99772 13.2386 5.44732 13.3981 4.98081 13.7083C4.51431 14.0184 4.15414 14.4641 3.9489 14.9854L2.9 14.7207V10.876ZM6.5 17C6.30222 17 6.10888 16.9413 5.94443 16.8314C5.77998 16.7215 5.65181 16.5654 5.57612 16.3826C5.50043 16.1999 5.48063 15.9988 5.51921 15.8049C5.5578 15.6109 5.65304 15.4327 5.79289 15.2928C5.93275 15.153 6.11093 15.0578 6.30491 15.0192C6.49889 14.9806 6.69996 15.0004 6.88268 15.0761C7.06541 15.1518 7.22159 15.2799 7.33147 15.4444C7.44135 15.6088 7.5 15.8022 7.5 16C7.49971 16.2651 7.39426 16.5193 7.20679 16.7067C7.01931 16.8942 6.76513 16.9997 6.5 17ZM17.1972 17C16.9994 17 16.8061 16.9413 16.6416 16.8314C16.4772 16.7215 16.349 16.5654 16.2733 16.3826C16.1976 16.1999 16.1778 15.9988 16.2164 15.8049C16.255 15.6109 16.3502 15.4327 16.4901 15.2928C16.6299 15.153 16.8081 15.0578 17.0021 15.0192C17.1961 14.9806 17.3972 15.0004 17.5799 15.0761C17.7626 15.1518 17.9188 15.2799 18.0287 15.4444C18.1386 15.6088 18.1972 15.8022 18.1972 16C18.1969 16.2651 18.0915 16.5193 17.904 16.7067C17.7165 16.8942 17.4623 16.9997 17.1972 17Z" fill="var(--default-black-color, #000)"/>
3
- </svg>
Binary file
@@ -1,5 +0,0 @@
1
- <svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M3.72616 12.4244H1.6665L4.80482 3.3335H7.28174L10.4156 12.4244H8.35596L7.6829 10.3514H4.40054L3.72616 12.4244ZM6.07879 5.41091L7.19576 8.85107H4.88863L6.00777 5.41091H6.07879Z" fill="var(--default-black-color, #000)"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M13.3867 9.16683C14.3455 9.16683 15.1608 9.34883 15.8326 9.71282C16.5043 10.0768 17.0148 10.5814 17.364 11.2265C17.7162 11.8716 17.8922 12.6203 17.8922 13.4726V14.4314C17.8922 15.2245 17.7221 15.9273 17.3818 16.5399C17.0444 17.1524 16.5739 17.6333 15.9702 17.9825C15.3695 18.3317 14.6785 18.5063 13.8972 18.5063C13.0864 18.5063 12.3895 18.3391 11.8065 18.0047C11.2265 17.6674 10.7811 17.1865 10.4704 16.5621C10.1596 15.9377 10.0028 15.189 9.99984 14.316V13.2861H15.9482C15.9341 12.982 15.8853 12.6994 15.8015 12.4383C15.7009 12.1217 15.5426 11.8465 15.3265 11.6127C15.1105 11.3789 14.8323 11.1984 14.492 11.0711C14.1517 10.9409 13.7418 10.8758 13.2624 10.8758C13.0168 10.8758 12.7579 10.8921 12.4856 10.9246C12.2163 10.9572 11.9515 11.0016 11.6911 11.0578C11.4306 11.1111 11.1954 11.1688 10.9853 11.2309L10.6701 9.63736C10.8181 9.56929 11.0341 9.49975 11.3182 9.42873C11.6023 9.3577 11.9248 9.29704 12.2859 9.24673C12.6469 9.19346 13.0139 9.16683 13.3867 9.16683ZM11.9308 14.8531H15.9286C15.8941 15.1474 15.8221 15.4182 15.7127 15.6654C15.5559 16.0235 15.3206 16.3046 15.0069 16.5088C14.6933 16.713 14.3026 16.8151 13.8351 16.8151C13.4178 16.8151 13.0686 16.7411 12.7875 16.5931C12.5063 16.4422 12.2933 16.2336 12.1483 15.9673C12.0062 15.698 11.9337 15.3872 11.9308 15.0351V14.8531Z" fill="var(--default-black-color, #000)"/>
4
- <path d="M8.33317 14.1668H1.6665V15.8335H8.33317V14.1668Z" fill="var(--default-black-color, #000)"/>
5
- </svg>
@@ -1,7 +0,0 @@
1
- <svg width="61" height="24" viewBox="0 0 61 24" fill="none" xmlns="http://www.w3.org/2000/svg">
2
- <path fill-rule="evenodd" clip-rule="evenodd" d="M39.463 15.9813C43.7932 15.9813 47.3036 12.4038 47.3036 7.99065C47.3036 3.57754 43.7932 0 39.463 0C35.1327 0 31.6223 3.57754 31.6223 7.99065C31.6223 12.4038 35.1327 15.9813 39.463 15.9813ZM39.4909 12.4486C41.8916 12.4486 43.8377 10.4653 43.8377 8.01869C43.8377 5.57212 41.8916 3.58878 39.4909 3.58878C37.0903 3.58878 35.1442 5.57212 35.1442 8.01869C35.1442 10.4653 37.0903 12.4486 39.4909 12.4486Z" fill="var(--default-black-color, #000)"/>
3
- <path fill-rule="evenodd" clip-rule="evenodd" d="M31.244 1.86245e-06H23.433L23.4351 0.00626131C23.3312 0.00210278 23.2268 4.0315e-06 23.122 4.0315e-06C18.7917 4.0315e-06 15.2813 3.57754 15.2813 7.99066C15.2813 12.4038 18.7917 15.9813 23.122 15.9813C27.4522 15.9813 30.9626 12.4038 30.9626 7.99066C30.9626 6.11754 30.3302 4.39495 29.2711 3.03255H31.244V1.86245e-06ZM23.1487 12.4486C25.5493 12.4486 27.4954 10.4653 27.4954 8.0187C27.4954 5.57213 25.5493 3.58879 23.1487 3.58879C20.748 3.58879 18.8019 5.57213 18.8019 8.0187C18.8019 10.4653 20.748 12.4486 23.1487 12.4486Z" fill="var(--default-black-color, #000)"/>
4
- <path d="M23.1222 24C27.4524 24 30.9628 20.4225 30.9628 16.0093L27.4956 16.0093L27.4956 16.0374C27.4956 18.484 25.5495 20.4673 23.1489 20.4673C20.7483 20.4673 18.8022 18.484 18.8022 16.0374L18.8022 16.0093L15.2815 16.0093C15.2815 20.4225 18.7919 24 23.1222 24Z" fill="var(--default-black-color, #000)"/>
5
- <path d="M57.0732 0H61L55.4209 15.9813H51.3411L45.762 0H49.699L53.2994 11.8715H53.4626L57.0732 0Z" fill="var(--default-black-color, #000)"/>
6
- <path d="M10.5485 6.25419C10.36 5.21663 10.0206 4.42885 9.5304 3.89086C9.05907 3.35286 8.33321 3.08386 7.35283 3.08386C6.71182 3.08386 6.17449 3.19915 5.74086 3.42972C5.32609 3.64107 4.98673 3.91007 4.72278 4.23671C4.47769 4.56335 4.29858 4.9092 4.18546 5.27427C4.09119 5.63934 4.03463 5.96598 4.01578 6.25419H10.5485ZM4.01578 8.84809C4.07234 10.1739 4.40227 11.1346 5.00558 11.7302C5.60889 12.3258 6.47615 12.6237 7.60735 12.6237C8.41805 12.6237 9.11563 12.4219 9.70008 12.0184C10.2845 11.5957 10.6428 11.1538 10.7747 10.6926H14.3097C13.7441 12.4796 12.8769 13.7573 11.708 14.5259C10.5391 15.2944 9.12505 15.6787 7.46595 15.6787C6.31589 15.6787 5.27896 15.4962 4.35514 15.1311C3.43132 14.7468 2.6489 14.2088 2.00789 13.5171C1.36687 12.8254 0.867257 11.9992 0.509042 11.0385C0.169681 10.0778 0 9.02102 0 7.86818C0 6.75376 0.179107 5.7162 0.537322 4.75549C0.895537 3.79479 1.40458 2.96858 2.06445 2.27687C2.72432 1.56595 3.50673 1.00874 4.4117 0.605243C5.33552 0.201748 6.3536 0 7.46595 0C8.71028 0 9.79435 0.249784 10.7182 0.749351C11.642 1.2297 12.3961 1.88298 12.9806 2.70919C13.5839 3.5354 14.0175 4.47689 14.2815 5.53366C14.5454 6.59044 14.6397 7.69525 14.5643 8.84809H4.01578Z" fill="var(--default-black-color, #000)"/>
7
- </svg>
package/src/app/page.d.ts DELETED
@@ -1 +0,0 @@
1
- //# sourceMappingURL=page.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["page.tsx"],"names":[],"mappings":""}
package/src/app/page.js DELETED
@@ -1 +0,0 @@
1
- "use strict";
package/src/app/page.tsx DELETED
File without changes