@egov3/system-design 1.0.25 → 1.0.29
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 +984 -1
- package/dist/cjs/components/Button/Button.d.ts +6 -0
- package/dist/cjs/components/Button/Button.stories.d.ts +6 -0
- package/dist/cjs/components/Button/Button.test.d.ts +1 -0
- package/dist/cjs/components/Button/index.d.ts +1 -0
- package/dist/cjs/components/index.d.ts +4 -0
- package/dist/cjs/index.d.ts +1 -0
- package/dist/cjs/index.js +2825 -0
- package/dist/cjs/index.js.map +1 -0
- package/dist/cjs/stories/Button.d.ts +28 -0
- package/dist/cjs/stories/Button.stories.d.ts +8 -0
- package/dist/cjs/stories/Header.d.ts +9 -0
- package/dist/cjs/stories/Header.stories.d.ts +6 -0
- package/dist/cjs/stories/Page.d.ts +9 -0
- package/dist/cjs/stories/Page.stories.d.ts +6 -0
- package/dist/esm/components/Button/Button.d.ts +6 -0
- package/dist/esm/components/Button/Button.stories.d.ts +6 -0
- package/dist/esm/components/Button/Button.test.d.ts +1 -0
- package/dist/esm/components/Button/index.d.ts +1 -0
- package/dist/esm/components/index.d.ts +4 -0
- package/dist/esm/index.d.ts +12 -0
- package/dist/esm/index.js +2821 -0
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/stories/Button.d.ts +28 -0
- package/dist/esm/stories/Button.stories.d.ts +8 -0
- package/dist/esm/stories/Header.d.ts +9 -0
- package/dist/esm/stories/Header.stories.d.ts +6 -0
- package/dist/esm/stories/Page.d.ts +9 -0
- package/dist/esm/stories/Page.stories.d.ts +6 -0
- package/package.json +51 -76
- package/.github/workflows/publish.yml +0 -61
- package/@types/scss-modules.d.ts +0 -5
- package/__tests__/components/InputField.test.tsx +0 -101
- package/index.d.ts +0 -7
- package/index.d.ts.map +0 -1
- package/index.js +0 -5
- package/index.tsx +0 -4
- package/jest.config.d.ts +0 -3
- package/jest.config.d.ts.map +0 -1
- package/jest.config.js +0 -46
- package/jest.config.ts +0 -45
- package/jest.setup.d.ts +0 -2
- package/jest.setup.d.ts.map +0 -1
- package/jest.setup.js +0 -4
- package/jest.setup.ts +0 -2
- package/public/NationalEmblem.webp +0 -0
- package/public/favicon.ico +0 -0
- package/public/fonts/Inter-Regular.ttf +0 -0
- package/public/img/Circled-1.svg +0 -11
- package/public/img/Circled-2.svg +0 -11
- package/public/img/Circled-3.svg +0 -11
- package/public/img/Mobile-chat.svg +0 -12
- package/public/img/accessibility-1.svg +0 -3
- package/public/img/account-1.svg +0 -3
- package/public/img/bg/Auth-bg.webp +0 -0
- package/public/img/bg/Autumn-bg.webp +0 -0
- package/public/img/bg/Msg-bg.webp +0 -0
- package/public/img/bg/Spring-bg.webp +0 -0
- package/public/img/bg/Summer-bg.webp +0 -0
- package/public/img/bg/Winter-bg.webp +0 -0
- package/public/img/car.svg +0 -3
- package/public/img/egov-logo.png +0 -0
- package/public/img/language-1.svg +0 -5
- package/public/img/logo.svg +0 -7
- package/src/app/page.d.ts +0 -1
- package/src/app/page.d.ts.map +0 -1
- package/src/app/page.js +0 -1
- package/src/app/page.tsx +0 -0
- package/src/components/InputField/InputField.module.scss +0 -57
- package/src/components/InputField/index.d.ts +0 -20
- package/src/components/InputField/index.d.ts.map +0 -1
- package/src/components/InputField/index.js +0 -60
- package/src/components/InputField/index.tsx +0 -108
- package/src/components/index.d.ts +0 -4
- package/src/components/index.d.ts.map +0 -1
- package/src/components/index.js +0 -5
- package/src/components/index.tsx +0 -3
- package/src/stories/CardWrapperItem.tsx +0 -29
- package/src/stories/Configure.tsx +0 -494
- package/src/stories/assets/accessibility.png +0 -0
- package/src/stories/assets/accessibility.svg +0 -5
- package/src/stories/assets/addon-library.png +0 -0
- package/src/stories/assets/assets.png +0 -0
- package/src/stories/assets/avif-test-image.avif +0 -0
- package/src/stories/assets/context.png +0 -0
- package/src/stories/assets/discord.svg +0 -15
- package/src/stories/assets/docs.png +0 -0
- package/src/stories/assets/figma-plugin.png +0 -0
- package/src/stories/assets/github.svg +0 -3
- package/src/stories/assets/share.png +0 -0
- package/src/stories/assets/styling.png +0 -0
- package/src/stories/assets/testing.png +0 -0
- package/src/stories/assets/theming.png +0 -0
- package/src/stories/assets/tutorials.svg +0 -12
- package/src/stories/assets/youtube.svg +0 -4
- package/src/stories/components/Button.stories.tsx +0 -127
- package/src/styles/colors.module.scss +0 -42
- package/src/styles/globals.scss +0 -43
- package/src/styles/structure.module.scss +0 -60
- package/src/styles/typography.module.scss +0 -120
- package/src/svg/ClearIcon.d.ts +0 -5
- package/src/svg/ClearIcon.d.ts.map +0 -1
- package/src/svg/ClearIcon.js +0 -12
- package/src/svg/ClearIcon.tsx +0 -26
- package/src/svg/index.d.ts +0 -3
- package/src/svg/index.d.ts.map +0 -1
- package/src/svg/index.js +0 -5
- package/src/svg/index.tsx +0 -3
- package/src/utils/ClassNamesFn.d.ts +0 -2
- package/src/utils/ClassNamesFn.d.ts.map +0 -1
- package/src/utils/ClassNamesFn.js +0 -5
- package/src/utils/ClassNamesFn.tsx +0 -2
- package/tsconfig.json +0 -39
- package/tsconfig.tsbuildinfo +0 -1
|
@@ -1,127 +0,0 @@
|
|
|
1
|
-
import type { Meta, StoryObj } from "@storybook/react";
|
|
2
|
-
import { fn } from "@storybook/test";
|
|
3
|
-
|
|
4
|
-
import { Components } from "~components";
|
|
5
|
-
|
|
6
|
-
const meta = {
|
|
7
|
-
title: "Components/Button",
|
|
8
|
-
component: Components.Button,
|
|
9
|
-
parameters: {
|
|
10
|
-
layout: "centered",
|
|
11
|
-
},
|
|
12
|
-
tags: ["autodocs"],
|
|
13
|
-
argTypes: {},
|
|
14
|
-
args: {
|
|
15
|
-
onClick: fn(),
|
|
16
|
-
},
|
|
17
|
-
} satisfies Meta<typeof Components.Button>;
|
|
18
|
-
|
|
19
|
-
export default meta;
|
|
20
|
-
type Story = StoryObj<typeof meta>;
|
|
21
|
-
|
|
22
|
-
export const IsRounded: Story = {
|
|
23
|
-
args: {
|
|
24
|
-
isRounded: true,
|
|
25
|
-
size: "large",
|
|
26
|
-
children: "Button",
|
|
27
|
-
ariaLabel: "Кпнока",
|
|
28
|
-
},
|
|
29
|
-
};
|
|
30
|
-
|
|
31
|
-
export const NotRounded: Story = {
|
|
32
|
-
args: {
|
|
33
|
-
isRounded: false,
|
|
34
|
-
size: "large",
|
|
35
|
-
children: "Button",
|
|
36
|
-
ariaLabel: "Кпнока",
|
|
37
|
-
},
|
|
38
|
-
};
|
|
39
|
-
|
|
40
|
-
export const Large: Story = {
|
|
41
|
-
args: {
|
|
42
|
-
size: "large",
|
|
43
|
-
children: "Button",
|
|
44
|
-
ariaLabel: "Кпнока",
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
|
|
48
|
-
export const Medium: Story = {
|
|
49
|
-
args: {
|
|
50
|
-
size: "medium",
|
|
51
|
-
children: "Button",
|
|
52
|
-
ariaLabel: "Кпнока",
|
|
53
|
-
},
|
|
54
|
-
};
|
|
55
|
-
|
|
56
|
-
export const Small: Story = {
|
|
57
|
-
args: {
|
|
58
|
-
size: "small",
|
|
59
|
-
children: "Button",
|
|
60
|
-
ariaLabel: "Кпнока",
|
|
61
|
-
},
|
|
62
|
-
};
|
|
63
|
-
|
|
64
|
-
export const Mini: Story = {
|
|
65
|
-
args: {
|
|
66
|
-
size: "mini",
|
|
67
|
-
children: "Button",
|
|
68
|
-
ariaLabel: "Кпнока",
|
|
69
|
-
},
|
|
70
|
-
};
|
|
71
|
-
|
|
72
|
-
export const VariantDefault: Story = {
|
|
73
|
-
args: {
|
|
74
|
-
variant: "default",
|
|
75
|
-
size: "large",
|
|
76
|
-
children: "Button",
|
|
77
|
-
ariaLabel: "Кпнока",
|
|
78
|
-
},
|
|
79
|
-
};
|
|
80
|
-
|
|
81
|
-
export const VariantTinted: Story = {
|
|
82
|
-
args: {
|
|
83
|
-
variant: "tinted",
|
|
84
|
-
size: "large",
|
|
85
|
-
children: "Button",
|
|
86
|
-
ariaLabel: "Кпнока",
|
|
87
|
-
},
|
|
88
|
-
};
|
|
89
|
-
|
|
90
|
-
export const VariantSecondary: Story = {
|
|
91
|
-
args: {
|
|
92
|
-
variant: "secondary",
|
|
93
|
-
size: "large",
|
|
94
|
-
children: "Button",
|
|
95
|
-
ariaLabel: "Кпнока",
|
|
96
|
-
},
|
|
97
|
-
};
|
|
98
|
-
|
|
99
|
-
export const VariantDefaultDisabled: Story = {
|
|
100
|
-
args: {
|
|
101
|
-
variant: "default",
|
|
102
|
-
size: "large",
|
|
103
|
-
children: "Button",
|
|
104
|
-
disabled: true,
|
|
105
|
-
ariaLabel: "Кпнока",
|
|
106
|
-
},
|
|
107
|
-
};
|
|
108
|
-
|
|
109
|
-
export const VariantTintedDisabled: Story = {
|
|
110
|
-
args: {
|
|
111
|
-
variant: "tinted",
|
|
112
|
-
size: "large",
|
|
113
|
-
children: "Button",
|
|
114
|
-
disabled: true,
|
|
115
|
-
ariaLabel: "Кпнока",
|
|
116
|
-
},
|
|
117
|
-
};
|
|
118
|
-
|
|
119
|
-
export const VariantSecondaryDisabled: Story = {
|
|
120
|
-
args: {
|
|
121
|
-
variant: "secondary",
|
|
122
|
-
size: "large",
|
|
123
|
-
children: "Button",
|
|
124
|
-
disabled: true,
|
|
125
|
-
ariaLabel: "Кпнока",
|
|
126
|
-
},
|
|
127
|
-
};
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
$default-primary-accent: #0581da;
|
|
2
|
-
$default-white-color: #fff;
|
|
3
|
-
|
|
4
|
-
// Surface Colors
|
|
5
|
-
$Surface-Surface-3-color: #e3e7eb;
|
|
6
|
-
$Surface-Surface-2: #fff;
|
|
7
|
-
$Surface-Surface-1: #f0f2f4;
|
|
8
|
-
$Surface-Surface-White---Nonconvert: #fff;
|
|
9
|
-
$Surface-Surface-Alt: rgba(240, 242, 244, 0.8);
|
|
10
|
-
$Surface-Surface-BlackOpacity: rgba(0, 0, 0, 0.24);
|
|
11
|
-
|
|
12
|
-
// Text Colors
|
|
13
|
-
$Text-Accent: #0581da;
|
|
14
|
-
$Text-Primary: #000;
|
|
15
|
-
$Text-White-nonconvert-color: #ffffff;
|
|
16
|
-
$Text-Disabled-color: #929daa;
|
|
17
|
-
$Text-Disabled-Accent-color: #9bcdf0;
|
|
18
|
-
$Text-Secondary: #758393;
|
|
19
|
-
|
|
20
|
-
// Icons Colors
|
|
21
|
-
$icon-error-color: #f35929;
|
|
22
|
-
$icon-warning-color: #f3a229;
|
|
23
|
-
$icon-accent-color: #0581da;
|
|
24
|
-
$icon-secondary-color: #758393;
|
|
25
|
-
$Icon-Success: #57bb09;
|
|
26
|
-
|
|
27
|
-
// Buttons Colors
|
|
28
|
-
$Button-Primary-Default: #0581da; // TODO
|
|
29
|
-
$button-tinted-default-color: #e1f0fb;
|
|
30
|
-
$button-tinted-on-hover-color: #b2d9f5;
|
|
31
|
-
$button-primary-on-hover-color: #1a9cfa;
|
|
32
|
-
$button-secondary-on-hover: #c5ccd3;
|
|
33
|
-
$button-disabled-default-color: #c5ccd3;
|
|
34
|
-
$button-secondary-default-color: #e6e9ec;
|
|
35
|
-
$button-alternative-default-color: rgba(170, 170, 170, 0.64);
|
|
36
|
-
|
|
37
|
-
// Page Color
|
|
38
|
-
$Page-Color-Background-Gray: #f0f2f4;
|
|
39
|
-
$Page-Color-Background-White: #fff;
|
|
40
|
-
|
|
41
|
-
// General lightmode colors
|
|
42
|
-
$Leaf: #c1dc19;
|
package/src/styles/globals.scss
DELETED
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
@import '/src/styles/colors.module';
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
--default-primary-accent-color: #0581da;
|
|
5
|
-
--default-black-color: #000;
|
|
6
|
-
--default-white-color: #fff;
|
|
7
|
-
--default-secondary-grey-color: #758393;
|
|
8
|
-
--background-color: #f0f2f4;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
* {
|
|
12
|
-
padding: 0;
|
|
13
|
-
margin: 0;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
html,
|
|
17
|
-
body {
|
|
18
|
-
height: 100%;
|
|
19
|
-
background-color: #f0f2f4;
|
|
20
|
-
font-family: 'Inter', sans-serif;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
a {
|
|
24
|
-
text-decoration: none;
|
|
25
|
-
color: $default-primary-accent;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
ul {
|
|
29
|
-
list-style: none;
|
|
30
|
-
list-style-type: none;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
@font-face {
|
|
34
|
-
font-family: 'Inter';
|
|
35
|
-
src: url('/fonts/Inter-Regular.ttf');
|
|
36
|
-
font-display: swap;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
fieldset,
|
|
40
|
-
button {
|
|
41
|
-
border: none;
|
|
42
|
-
background: inherit;
|
|
43
|
-
}
|
|
@@ -1,60 +0,0 @@
|
|
|
1
|
-
@import '/src/styles/typography.module';
|
|
2
|
-
@import '/src/styles/colors.module';
|
|
3
|
-
|
|
4
|
-
.authBtn {
|
|
5
|
-
display: flex;
|
|
6
|
-
padding: 14px 24px;
|
|
7
|
-
justify-content: center;
|
|
8
|
-
align-items: center;
|
|
9
|
-
gap: 8px;
|
|
10
|
-
align-self: stretch;
|
|
11
|
-
|
|
12
|
-
border-radius: 12px;
|
|
13
|
-
background: var(--default-primary-accent-color, #0581da);
|
|
14
|
-
|
|
15
|
-
line-height: 16px;
|
|
16
|
-
|
|
17
|
-
text-transform: none;
|
|
18
|
-
box-shadow: none;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
.serviceBodyContainer {
|
|
22
|
-
display: grid;
|
|
23
|
-
grid-template-areas: 'serviceBody1 serviceBody2';
|
|
24
|
-
grid-template-columns: 2fr 282px;
|
|
25
|
-
|
|
26
|
-
margin-bottom: 32px;
|
|
27
|
-
}
|
|
28
|
-
|
|
29
|
-
.serviceBody1 {
|
|
30
|
-
grid-area: serviceBody1;
|
|
31
|
-
margin-right: 32px;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.serviceBodyItem {
|
|
35
|
-
border-radius: 12px;
|
|
36
|
-
background: var(--default-white-color, #fff);
|
|
37
|
-
height: fit-content;
|
|
38
|
-
}
|
|
39
|
-
|
|
40
|
-
.updAndDownloadBtn {
|
|
41
|
-
width: 100%;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.stepWrapper {
|
|
45
|
-
padding: 16px;
|
|
46
|
-
border-bottom: 1px solid #f0f2f4;
|
|
47
|
-
}
|
|
48
|
-
|
|
49
|
-
.serviceStatusLabel {
|
|
50
|
-
display: block;
|
|
51
|
-
color: $icon-secondary-color;
|
|
52
|
-
padding: 12px 16px;
|
|
53
|
-
@include bodyMedium;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.serviceContainerStepTitle {
|
|
57
|
-
color: var(--default-primary-accent-color, #0581da);
|
|
58
|
-
margin-bottom: 16px;
|
|
59
|
-
@include subtitles3;
|
|
60
|
-
}
|
|
@@ -1,120 +0,0 @@
|
|
|
1
|
-
/* Headings/Heading 1 */
|
|
2
|
-
@mixin heading1 {
|
|
3
|
-
font-family: Inter;
|
|
4
|
-
font-size: 32px;
|
|
5
|
-
font-style: normal;
|
|
6
|
-
font-weight: 600;
|
|
7
|
-
line-height: 36px; /* 112.5% */
|
|
8
|
-
letter-spacing: -0.32px;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
/* Headings/Heading 3 */
|
|
12
|
-
@mixin heading3 {
|
|
13
|
-
font-family: Inter;
|
|
14
|
-
font-size: 24px;
|
|
15
|
-
font-style: normal;
|
|
16
|
-
font-weight: 600;
|
|
17
|
-
line-height: 28px; /* 116.667% */
|
|
18
|
-
letter-spacing: -0.24px;
|
|
19
|
-
}
|
|
20
|
-
|
|
21
|
-
/* Subtitles/Subtitle 3 */
|
|
22
|
-
@mixin subtitles3 {
|
|
23
|
-
font-family: Inter;
|
|
24
|
-
font-size: 16px;
|
|
25
|
-
font-style: normal;
|
|
26
|
-
font-weight: 600;
|
|
27
|
-
line-height: 24px; /* 150% */
|
|
28
|
-
}
|
|
29
|
-
|
|
30
|
-
/* Body/Body 1, Medium */
|
|
31
|
-
@mixin bodyMedium {
|
|
32
|
-
font-family: Inter;
|
|
33
|
-
font-size: 16px;
|
|
34
|
-
font-style: normal;
|
|
35
|
-
font-weight: 500;
|
|
36
|
-
line-height: 24px; /* 150% */
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
/* Body/Body 1, Regular */
|
|
40
|
-
@mixin Body1Regular {
|
|
41
|
-
font-family: Inter;
|
|
42
|
-
font-size: 16px;
|
|
43
|
-
font-style: normal;
|
|
44
|
-
font-weight: 400;
|
|
45
|
-
line-height: 24px; /* 150% */
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
/* Body/Body 2, Medium */
|
|
49
|
-
@mixin body2Medium {
|
|
50
|
-
font-family: Inter;
|
|
51
|
-
font-size: 14px;
|
|
52
|
-
font-style: normal;
|
|
53
|
-
font-weight: 500;
|
|
54
|
-
line-height: 20px; /* 142.857% */
|
|
55
|
-
}
|
|
56
|
-
|
|
57
|
-
/* Body/Body 2, Regular */
|
|
58
|
-
@mixin body2Regular {
|
|
59
|
-
font-family: Inter;
|
|
60
|
-
font-size: 14px;
|
|
61
|
-
font-style: normal;
|
|
62
|
-
font-weight: 400;
|
|
63
|
-
line-height: 20px; /* 142.857% */
|
|
64
|
-
}
|
|
65
|
-
|
|
66
|
-
/* Body/Body 3, Regular */
|
|
67
|
-
@mixin body3Regular {
|
|
68
|
-
font-family: Inter;
|
|
69
|
-
font-size: 14px;
|
|
70
|
-
font-style: normal;
|
|
71
|
-
font-weight: 400;
|
|
72
|
-
line-height: 16px; /* 114.286% */
|
|
73
|
-
}
|
|
74
|
-
|
|
75
|
-
/* Caption/Caption 1, Medium */
|
|
76
|
-
@mixin caption1Medium {
|
|
77
|
-
font-family: Inter;
|
|
78
|
-
font-size: 12px;
|
|
79
|
-
font-style: normal;
|
|
80
|
-
font-weight: 500;
|
|
81
|
-
line-height: 16px; /* 133.333% */
|
|
82
|
-
}
|
|
83
|
-
|
|
84
|
-
/* Caption/Caption 1, Regular */
|
|
85
|
-
@mixin caption1Regular {
|
|
86
|
-
font-family: Inter;
|
|
87
|
-
font-size: 12px;
|
|
88
|
-
font-style: normal;
|
|
89
|
-
font-weight: 400;
|
|
90
|
-
line-height: 16px; /* 133.333% */
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
/* Caption/Caption 1, Semibold */
|
|
94
|
-
@mixin caption1Semibold {
|
|
95
|
-
font-family: Inter;
|
|
96
|
-
font-size: 12px;
|
|
97
|
-
font-style: normal;
|
|
98
|
-
font-weight: 600;
|
|
99
|
-
line-height: 16px; /* 133.333% */
|
|
100
|
-
}
|
|
101
|
-
|
|
102
|
-
/* Caption/Caption 2, Medium */
|
|
103
|
-
@mixin caption2Medium {
|
|
104
|
-
font-family: Inter;
|
|
105
|
-
font-size: 10px;
|
|
106
|
-
font-style: normal;
|
|
107
|
-
font-weight: 500;
|
|
108
|
-
line-height: 12px; /* 120% */
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/* Caption/Caption 2, Regular */
|
|
112
|
-
@mixin caption2Regular {
|
|
113
|
-
font-family: Inter;
|
|
114
|
-
font-size: 10px;
|
|
115
|
-
font-style: normal;
|
|
116
|
-
font-weight: 400;
|
|
117
|
-
line-height: 12px; /* 120% */
|
|
118
|
-
}
|
|
119
|
-
|
|
120
|
-
$borderRadius: 4px;
|
package/src/svg/ClearIcon.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClearIcon.d.ts","sourceRoot":"","sources":["ClearIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,eAAO,MAAM,SAAS,uCAKnB,KAAK,CAAC,QAAQ,CAAC,aAAa,CAAC,GAAG;IAAE,QAAQ,CAAC,EAAE,MAAM,CAAA;CAAE,QAkBvD,CAAC"}
|
package/src/svg/ClearIcon.js
DELETED
|
@@ -1,12 +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
|
-
exports.ClearIcon = void 0;
|
|
7
|
-
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
8
|
-
const react_1 = __importDefault(require("react"));
|
|
9
|
-
const ClearIcon = ({ width = 20, height = 20, fill = "none", pathFill = "#fff", }) => {
|
|
10
|
-
return ((0, jsx_runtime_1.jsx)("svg", { "data-testid": "Icons_CLEAR", xmlns: "http://www.w3.org/2000/svg", width: width, height: height, fill: fill, viewBox: "0 0 20 20", children: (0, jsx_runtime_1.jsx)("path", { fill: pathFill, fillRule: "evenodd", d: "M10 18.333a8.333 8.333 0 100-16.666 8.333 8.333 0 000 16.666zM7.5 6.027L6.027 7.5l2.5 2.5-2.5 2.5L7.5 13.973l2.5-2.5 2.5 2.5 1.473-1.473-2.5-2.5 2.5-2.5L12.5 6.027l-2.5 2.5-2.5-2.5z", clipRule: "evenodd" }) }));
|
|
11
|
-
};
|
|
12
|
-
exports.ClearIcon = ClearIcon;
|
package/src/svg/ClearIcon.tsx
DELETED
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
import React from "react";
|
|
2
|
-
|
|
3
|
-
export const ClearIcon = ({
|
|
4
|
-
width = 20,
|
|
5
|
-
height = 20,
|
|
6
|
-
fill = "none",
|
|
7
|
-
pathFill = "#fff",
|
|
8
|
-
}: React.SVGProps<SVGSVGElement> & { pathFill?: string }) => {
|
|
9
|
-
return (
|
|
10
|
-
<svg
|
|
11
|
-
data-testid="Icons_CLEAR"
|
|
12
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
13
|
-
width={width}
|
|
14
|
-
height={height}
|
|
15
|
-
fill={fill}
|
|
16
|
-
viewBox="0 0 20 20"
|
|
17
|
-
>
|
|
18
|
-
<path
|
|
19
|
-
fill={pathFill}
|
|
20
|
-
fillRule="evenodd"
|
|
21
|
-
d="M10 18.333a8.333 8.333 0 100-16.666 8.333 8.333 0 000 16.666zM7.5 6.027L6.027 7.5l2.5 2.5-2.5 2.5L7.5 13.973l2.5-2.5 2.5 2.5 1.473-1.473-2.5-2.5 2.5-2.5L12.5 6.027l-2.5 2.5-2.5-2.5z"
|
|
22
|
-
clipRule="evenodd"
|
|
23
|
-
></path>
|
|
24
|
-
</svg>
|
|
25
|
-
);
|
|
26
|
-
};
|
package/src/svg/index.d.ts
DELETED
package/src/svg/index.d.ts.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,aAAa,CAAC;AAExC,OAAO,EAAE,SAAS,EAAE,CAAC"}
|
package/src/svg/index.js
DELETED
|
@@ -1,5 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.ClearIcon = void 0;
|
|
4
|
-
const ClearIcon_1 = require("./ClearIcon");
|
|
5
|
-
Object.defineProperty(exports, "ClearIcon", { enumerable: true, get: function () { return ClearIcon_1.ClearIcon; } });
|
package/src/svg/index.tsx
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"ClassNamesFn.d.ts","sourceRoot":"","sources":["ClassNamesFn.tsx"],"names":[],"mappings":"AAAA,eAAO,MAAM,YAAY,YAAa,OAAO,EAAE,WACN,CAAC"}
|
package/tsconfig.json
DELETED
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"allowJs": true,
|
|
4
|
-
"allowSyntheticDefaultImports": true,
|
|
5
|
-
"baseUrl": "./",
|
|
6
|
-
"declaration": true,
|
|
7
|
-
"declarationMap": true,
|
|
8
|
-
"esModuleInterop": true,
|
|
9
|
-
"incremental": true,
|
|
10
|
-
"isolatedModules": true,
|
|
11
|
-
"jsx": "react",
|
|
12
|
-
"lib": ["dom", "dom.iterable", "esnext"],
|
|
13
|
-
"module": "CommonJS",
|
|
14
|
-
"moduleResolution": "node",
|
|
15
|
-
"noEmit": false,
|
|
16
|
-
"outDir": "./",
|
|
17
|
-
"paths": {
|
|
18
|
-
"~components": ["./src/components/index"],
|
|
19
|
-
"~svg": ["./src/svg/index"],
|
|
20
|
-
"~utils/*": ["./src/utils/*"]
|
|
21
|
-
},
|
|
22
|
-
"plugins": [{ "name": "next" }],
|
|
23
|
-
"resolveJsonModule": true,
|
|
24
|
-
"skipLibCheck": true,
|
|
25
|
-
"strict": true,
|
|
26
|
-
"target": "es6",
|
|
27
|
-
"types": ["@types/react", "@types/react-dom"]
|
|
28
|
-
},
|
|
29
|
-
"include": [
|
|
30
|
-
"src",
|
|
31
|
-
"next-env.d.ts",
|
|
32
|
-
"**/*.ts",
|
|
33
|
-
"**/*.tsx",
|
|
34
|
-
"**/*.css",
|
|
35
|
-
".next/types/**/*.ts",
|
|
36
|
-
"@types"
|
|
37
|
-
],
|
|
38
|
-
"exclude": ["node_modules", "__tests__", "src/stories", "dist"]
|
|
39
|
-
}
|
package/tsconfig.tsbuildinfo
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"program":{"fileNames":["../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es5.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2016.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2018.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2019.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2021.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2023.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.dom.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.dom.iterable.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.core.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.collection.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.generator.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.iterable.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.promise.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.proxy.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.reflect.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.symbol.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2015.symbol.wellknown.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2016.array.include.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2016.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.date.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.object.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.sharedmemory.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.string.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2017.typedarrays.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2018.asyncgenerator.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2018.asynciterable.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2018.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2018.promise.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2018.regexp.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2019.array.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2019.object.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2019.string.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2019.symbol.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2019.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.bigint.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.date.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.promise.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.sharedmemory.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.string.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.symbol.wellknown.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2020.number.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2021.promise.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2021.string.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2021.weakref.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2021.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.array.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.error.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.object.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.sharedmemory.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.string.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2022.regexp.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2023.array.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2023.collection.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.es2023.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.array.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.collection.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.intl.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.disposable.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.string.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.promise.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.decorators.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.object.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.esnext.regexp.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.decorators.d.ts","../../../appdata/local/yarn/data/global/node_modules/typescript/lib/lib.decorators.legacy.d.ts","./src/app/page.tsx","./src/utils/classnamesfn.tsx","./src/svg/clearicon.tsx","./src/svg/index.tsx","./src/components/inputfield/index.tsx","./src/components/index.tsx","./jest.config.ts","./jest.setup.ts","./@types/scss-modules.d.ts","./index.tsx"],"fileInfos":[{"version":"44e584d4f6444f58791784f1d530875970993129442a847597db702a073ca68c","affectsGlobalScope":true},"45b7ab580deca34ae9729e97c13cfd999df04416a79116c3bfb483804f85ded4","3facaf05f0c5fc569c5649dd359892c98a85557e3e0c847964caeb67076f4d75","9a68c0c07ae2fa71b44384a839b7b8d81662a236d4b9ac30916718f7510b1b2d","5e1c4c362065a6b95ff952c0eab010f04dcd2c3494e813b493ecfd4fcb9fc0d8","68d73b4a11549f9c0b7d352d10e91e5dca8faa3322bfb77b661839c42b1ddec7","5efce4fc3c29ea84e8928f97adec086e3dc876365e0982cc8479a07954a3efd4","feecb1be483ed332fad555aff858affd90a48ab19ba7272ee084704eb7167569","5514e54f17d6d74ecefedc73c504eadffdeda79c7ea205cf9febead32d45c4bc","27bdc30a0e32783366a5abeda841bc22757c1797de8681bbe81fbc735eeb1c10","17edc026abf73c5c2dd508652d63f68ec4efd9d4856e3469890d27598209feb5",{"version":"4af6b0c727b7a2896463d512fafd23634229adf69ac7c00e2ae15a09cb084fad","affectsGlobalScope":true},{"version":"9c00a480825408b6a24c63c1b71362232927247595d7c97659bc24dc68ae0757","affectsGlobalScope":true},{"version":"6920e1448680767498a0b77c6a00a8e77d14d62c3da8967b171f1ddffa3c18e4","affectsGlobalScope":true},{"version":"dc2df20b1bcdc8c2d34af4926e2c3ab15ffe1160a63e58b7e09833f616efff44","affectsGlobalScope":true},{"version":"4443e68b35f3332f753eacc66a04ac1d2053b8b035a0e0ac1d455392b5e243b3","affectsGlobalScope":true},{"version":"bc47685641087c015972a3f072480889f0d6c65515f12bd85222f49a98952ed7","affectsGlobalScope":true},{"version":"0dc1e7ceda9b8b9b455c3a2d67b0412feab00bd2f66656cd8850e8831b08b537","affectsGlobalScope":true},{"version":"ce691fb9e5c64efb9547083e4a34091bcbe5bdb41027e310ebba8f7d96a98671","affectsGlobalScope":true},{"version":"8d697a2a929a5fcb38b7a65594020fcef05ec1630804a33748829c5ff53640d0","affectsGlobalScope":true},{"version":"4ff2a353abf8a80ee399af572debb8faab2d33ad38c4b4474cff7f26e7653b8d","affectsGlobalScope":true},{"version":"93495ff27b8746f55d19fcbcdbaccc99fd95f19d057aed1bd2c0cafe1335fbf0","affectsGlobalScope":true},{"version":"6fc23bb8c3965964be8c597310a2878b53a0306edb71d4b5a4dfe760186bcc01","affectsGlobalScope":true},{"version":"ea011c76963fb15ef1cdd7ce6a6808b46322c527de2077b6cfdf23ae6f5f9ec7","affectsGlobalScope":true},{"version":"38f0219c9e23c915ef9790ab1d680440d95419ad264816fa15009a8851e79119","affectsGlobalScope":true},{"version":"bb42a7797d996412ecdc5b2787720de477103a0b2e53058569069a0e2bae6c7e","affectsGlobalScope":true},{"version":"4738f2420687fd85629c9efb470793bb753709c2379e5f85bc1815d875ceadcd","affectsGlobalScope":true},{"version":"2f11ff796926e0832f9ae148008138ad583bd181899ab7dd768a2666700b1893","affectsGlobalScope":true},{"version":"4de680d5bb41c17f7f68e0419412ca23c98d5749dcaaea1896172f06435891fc","affectsGlobalScope":true},{"version":"9fc46429fbe091ac5ad2608c657201eb68b6f1b8341bd6d670047d32ed0a88fa","affectsGlobalScope":true},{"version":"61c37c1de663cf4171e1192466e52c7a382afa58da01b1dc75058f032ddf0839","affectsGlobalScope":true},{"version":"b541a838a13f9234aba650a825393ffc2292dc0fc87681a5d81ef0c96d281e7a","affectsGlobalScope":true},{"version":"9e9fbd7030c440b33d021da145d3232984c8bb7916f277e8ffd3dc2e3eae2bdb","affectsGlobalScope":true},{"version":"811ec78f7fefcabbda4bfa93b3eb67d9ae166ef95f9bff989d964061cbf81a0c","affectsGlobalScope":true},{"version":"717937616a17072082152a2ef351cb51f98802fb4b2fdabd32399843875974ca","affectsGlobalScope":true},{"version":"d7e7d9b7b50e5f22c915b525acc5a49a7a6584cf8f62d0569e557c5cfc4b2ac2","affectsGlobalScope":true},{"version":"71c37f4c9543f31dfced6c7840e068c5a5aacb7b89111a4364b1d5276b852557","affectsGlobalScope":true},{"version":"576711e016cf4f1804676043e6a0a5414252560eb57de9faceee34d79798c850","affectsGlobalScope":true},{"version":"89c1b1281ba7b8a96efc676b11b264de7a8374c5ea1e6617f11880a13fc56dc6","affectsGlobalScope":true},{"version":"74f7fa2d027d5b33eb0471c8e82a6c87216223181ec31247c357a3e8e2fddc5b","affectsGlobalScope":true},{"version":"ae37d6ccd1560b0203ab88d46987393adaaa78c919e51acf32fb82c86502e98c","affectsGlobalScope":true},{"version":"063600664504610fe3e99b717a1223f8b1900087fab0b4cad1496a114744f8df","affectsGlobalScope":true},{"version":"934019d7e3c81950f9a8426d093458b65d5aff2c7c1511233c0fd5b941e608ab","affectsGlobalScope":true},{"version":"bf14a426dbbf1022d11bd08d6b8e709a2e9d246f0c6c1032f3b2edb9a902adbe","affectsGlobalScope":true},{"version":"5e07ed3809d48205d5b985642a59f2eba47c402374a7cf8006b686f79efadcbd","affectsGlobalScope":true},{"version":"2b72d528b2e2fe3c57889ca7baef5e13a56c957b946906d03767c642f386bbc3","affectsGlobalScope":true},{"version":"479553e3779be7d4f68e9f40cdb82d038e5ef7592010100410723ceced22a0f7","affectsGlobalScope":true},{"version":"368af93f74c9c932edd84c58883e736c9e3d53cec1fe24c0b0ff451f529ceab1","affectsGlobalScope":true},{"version":"af3dd424cf267428f30ccfc376f47a2c0114546b55c44d8c0f1d57d841e28d74","affectsGlobalScope":true},{"version":"995c005ab91a498455ea8dfb63aa9f83fa2ea793c3d8aa344be4a1678d06d399","affectsGlobalScope":true},{"version":"d3d7b04b45033f57351c8434f60b6be1ea71a2dfec2d0a0c3c83badbb0e3e693","affectsGlobalScope":true},{"version":"956d27abdea9652e8368ce029bb1e0b9174e9678a273529f426df4b3d90abd60","affectsGlobalScope":true},{"version":"4fa6ed14e98aa80b91f61b9805c653ee82af3502dc21c9da5268d3857772ca05","affectsGlobalScope":true},{"version":"e6633e05da3ff36e6da2ec170d0d03ccf33de50ca4dc6f5aeecb572cedd162fb","affectsGlobalScope":true},{"version":"d8670852241d4c6e03f2b89d67497a4bbefe29ecaa5a444e2c11a9b05e6fccc6","affectsGlobalScope":true},{"version":"8444af78980e3b20b49324f4a16ba35024fef3ee069a0eb67616ea6ca821c47a","affectsGlobalScope":true},{"version":"caccc56c72713969e1cfe5c3d44e5bab151544d9d2b373d7dbe5a1e4166652be","affectsGlobalScope":true},{"version":"3287d9d085fbd618c3971944b65b4be57859f5415f495b33a6adc994edd2f004","affectsGlobalScope":true},{"version":"b4b67b1a91182421f5df999988c690f14d813b9850b40acd06ed44691f6727ad","affectsGlobalScope":true},{"version":"9d540251809289a05349b70ab5f4b7b99f922af66ab3c39ba56a475dcf95d5ff","affectsGlobalScope":true},{"version":"436aaf437562f276ec2ddbee2f2cdedac7664c1e4c1d2c36839ddd582eeb3d0a","affectsGlobalScope":true},{"version":"8e3c06ea092138bf9fa5e874a1fdbc9d54805d074bee1de31b99a11e2fec239d","affectsGlobalScope":true},{"version":"0b11f3ca66aa33124202c80b70cd203219c3d4460cfc165e0707aa9ec710fc53","affectsGlobalScope":true},{"version":"6a3f5a0129cc80cf439ab71164334d649b47059a4f5afca90282362407d0c87f","affectsGlobalScope":true},{"version":"811c71eee4aa0ac5f7adf713323a5c41b0cf6c4e17367a34fbce379e12bbf0a4","affectsGlobalScope":true},{"version":"15b98a533864d324e5f57cd3cfc0579b231df58c1c0f6063ea0fcb13c3c74ff9","affectsGlobalScope":true},{"version":"0a6282c8827e4b9a95f4bf4f5c205673ada31b982f50572d27103df8ceb8013c","affectsGlobalScope":true},{"version":"ac77cb3e8c6d3565793eb90a8373ee8033146315a3dbead3bde8db5eaf5e5ec6","affectsGlobalScope":true},{"version":"d4b1d2c51d058fc21ec2629fff7a76249dec2e36e12960ea056e3ef89174080f","affectsGlobalScope":true},{"version":"2fef54945a13095fdb9b84f705f2b5994597640c46afeb2ce78352fab4cb3279","affectsGlobalScope":true},{"version":"56e4ed5aab5f5920980066a9409bfaf53e6d21d3f8d020c17e4de584d29600ad","affectsGlobalScope":true},{"version":"33358442698bb565130f52ba79bfd3d4d484ac85fe33f3cb1759c54d18201393","affectsGlobalScope":true},{"version":"782dec38049b92d4e85c1585fbea5474a219c6984a35b004963b00beb1aab538","affectsGlobalScope":true},"e3b0c44298fc1c149afbf4c8996fb92427ae41e4649b934ca495991b7852b855",{"version":"560d8b3758e885f3a81a5069239a4cfc0be9f4f06d87ad99507d79b152d5184c","signature":"5ae0c046969807870124dc90571eb7954bbb0874d44867e2eaf7d577e34f91e4"},{"version":"9e37a4a1cf537d701d7afeb82696600f74e179bbd324dd98cf62f8feb9794412","signature":"a933144ffc70c3d5b42980227625017b7a20565246f2f18e60811bb3dbbb1b7f"},{"version":"d6b800c5756c3017b68370c37fc8243c5635a2cb9c45dacfa50a3cadb20702b8","signature":"f1aad6ed958175f90e3653636bffe7257fef7f36ccfdf9461310572cd7770dd5"},{"version":"e3a5312fca792bbf3a3974c23385c871ff1d7c9b6558b3b25e025730d4baf60a","signature":"a0b16dc09fb2ad9ef7ba1e005599815508764fea4762e1d3c77d96589457812b"},{"version":"3db0800a69ac984885945657ceef055a0e8cbca27a4a878b66d8488a84c0b251","signature":"f8167ef1155d6ee7339f9be47342b5f3c93991cd402c3a7cc9b18101e6717455"},{"version":"6168dbddf34f90d747a94eda3e6a418cefc71a89044d34e902a298e79f20fbf9","signature":"46a0b34e1264c4d25ca6646ff0e6cfaa7275ea1ae5a6bc23d4dfd84edf2f2b2e"},{"version":"9f55f16aa3b766880e655d100d9a0ee6856313bb594569cc4642517df7aa29dc","signature":"a46d66851af2c056e805fdd574bf5ec3adb1181c43c5e41f0a1c592e338afe64"},"713fcbfaa5a7d63527fd9112ddff277b26a0aac056e105b36f6b4d60ee8753ea",{"version":"11781fe0cf8d2249d7023ac1ec03f6fbacfd961ea9aecaf788fbffd02e1d1b66","signature":"d9bfa0a8d0c9e261d6e1c0fb4a01503834afc7d1119f8905aa54486343002f35"}],"root":[[74,83]],"options":{"allowJs":true,"allowSyntheticDefaultImports":true,"declaration":true,"declarationMap":true,"esModuleInterop":true,"jsx":4,"module":1,"outDir":"./","skipLibCheck":true,"strict":true,"target":2},"fileIdsList":[[79],[78],[75,77,82],[76]],"referencedMap":[[83,1],[79,2],[78,3],[77,4]],"semanticDiagnosticsPerFile":[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,61,62,63,64,65,66,67,68,69,70,71,72,73,74,75,76,77,78,79,80,81,82,83]},"version":"5.5.4"}
|