adata-ui 0.3.72 → 0.3.74
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 +7 -7
- package/babel.config.js +5 -5
- package/package.json +76 -76
- package/public/index.html +17 -17
- package/public/logo.svg +4 -4
- package/src/App.vue +25 -25
- package/src/assets/_text_field.scss +224 -224
- package/src/assets/facebook.svg +4 -4
- package/src/assets/instagram.svg +6 -6
- package/src/assets/logo-desktop-main.svg +8 -8
- package/src/assets/logo-desktop.svg +9 -9
- package/src/assets/logo-mobile-main.svg +4 -4
- package/src/assets/logo-mobile.svg +9 -9
- package/src/assets/logo-white-desktop.svg +8 -8
- package/src/assets/style.scss +1 -1
- package/src/assets/telegram.svg +4 -4
- package/src/assets/tiktok.svg +4 -4
- package/src/assets/up-down.svg +3 -3
- package/src/assets/youtube.svg +5 -5
- package/src/components/Alert/Alert.stories.js +17 -17
- package/src/components/Alert/Alert.vue +63 -63
- package/src/components/BottomNavigationBar/ABottomNavigationBar.vue +160 -160
- package/src/components/BottomNavigationBar/BottomNavigationBar.stories.js +24 -24
- package/src/components/Button/AButton.vue +231 -231
- package/src/components/Button/Button.stories.js +23 -23
- package/src/components/Checkbox/ACheckbox.vue +114 -114
- package/src/components/Checkbox/Checkbox.stories.js +15 -15
- package/src/components/CheckboxMenu/CheckboxMenu.stories.js +23 -23
- package/src/components/CheckboxMenu/CheckboxMenu.vue +108 -108
- package/src/components/ErrorPages/BadGateway.vue +224 -224
- package/src/components/ErrorPages/Forbidden.vue +468 -468
- package/src/components/ErrorPages/InternalServerError.vue +275 -275
- package/src/components/ErrorPages/NotFound.vue +995 -995
- package/src/components/ErrorPages/Unavailable.vue +3705 -3705
- package/src/components/Footer/Footer.stories.js +20 -20
- package/src/components/Footer/Footer.vue +292 -292
- package/src/components/Header/ChildLinks.vue +141 -122
- package/src/components/Header/Header.stories.js +56 -56
- package/src/components/Header/Header.vue +1289 -1289
- package/src/components/Header/InfoHeader.vue +319 -319
- package/src/components/Header/Profile.vue +670 -670
- package/src/components/Header/ProfileMenu.vue +291 -276
- package/src/components/Header/ProfileMobile.vue +308 -308
- package/src/components/Header/ProfileOld.vue +781 -781
- package/src/components/InternalServerError/InternalServerError.stories.js +16 -16
- package/src/components/InternalServerError/InternalServerError.vue +262 -262
- package/src/components/Introduction.stories.mdx +7 -7
- package/src/components/Loader/Loader.stories.js +24 -24
- package/src/components/Loader/Loader.vue +325 -325
- package/src/components/MailTo/MailTo.stories.js +14 -14
- package/src/components/MailTo/MailTo.vue +258 -258
- package/src/components/NavIcon/ANavIcon.vue +49 -49
- package/src/components/NavIcon/NavIcon.stories.js +14 -14
- package/src/components/PasswordField/PasswordField.stories.js +16 -16
- package/src/components/PasswordField/PasswordField.vue +77 -77
- package/src/components/SearchTextField/SearchTextField.stories.js +77 -77
- package/src/components/SearchTextField/SearchTextField.vue +230 -230
- package/src/components/ServiceSlider/AServiceSlider.vue +782 -782
- package/src/components/ServiceSlider/ServiceSlider.stories.js +20 -20
- package/src/components/Table/ATable.vue +117 -117
- package/src/components/Table/Table.stories.js +15 -15
- package/src/components/TextArea/TextArea.stories.js +17 -17
- package/src/components/TextArea/TextArea.vue +116 -116
- package/src/components/TextError/TextError.stories.js +15 -15
- package/src/components/TextError/TextError.vue +57 -57
- package/src/components/TextField/TextField.stories.js +17 -17
- package/src/components/TextField/TextField.vue +107 -107
- package/src/components/index.js +54 -54
- package/src/components/newComponents/FooterNew/FooterBottom.vue +153 -153
- package/src/components/newComponents/FooterNew/FooterItem.vue +113 -113
- package/src/components/newComponents/FooterNew/FooterNew.stories.js +20 -20
- package/src/components/newComponents/FooterNew/FooterNew.vue +39 -39
- package/src/components/newComponents/FooterNew/FooterTop.vue +321 -321
- package/src/components/transitions/SlideToggle.vue +55 -55
- package/src/components/transitions/VerticalMobileToggle.vue +75 -75
- package/src/configs/icons.js +112 -112
- package/src/configs/profileDropDown.js +134 -134
- package/src/main.js +12 -12
- package/dist/adata-ui.common.js +0 -12970
- package/dist/adata-ui.common.js.map +0 -1
- package/dist/adata-ui.css +0 -1
- package/dist/adata-ui.umd.js +0 -12980
- package/dist/adata-ui.umd.js.map +0 -1
- package/dist/adata-ui.umd.min.js +0 -7
- package/dist/adata-ui.umd.min.js.map +0 -1
- package/dist/demo.html +0 -10
- package/dist/img/facebook.797d820f.svg +0 -4
- package/dist/img/instagram.8a77381c.svg +0 -6
- package/dist/img/logo-desktop-main.4d169395.svg +0 -8
- package/dist/img/logo-mobile-main.397bce24.svg +0 -4
- package/dist/img/logo-white-desktop.7d0e3481.svg +0 -8
- package/dist/img/telegram.be0d1008.svg +0 -4
- package/dist/img/tiktok.eaeb39cb.svg +0 -4
- package/dist/img/up-down.e2b28f72.svg +0 -3
- package/dist/img/youtube.125aace6.svg +0 -5
- package/package-lock.json +0 -26218
|
@@ -1,224 +1,224 @@
|
|
|
1
|
-
*:focus {
|
|
2
|
-
outline: none;
|
|
3
|
-
}
|
|
4
|
-
.adt-text-block {
|
|
5
|
-
$self: &;
|
|
6
|
-
position: relative;
|
|
7
|
-
width: 100%;
|
|
8
|
-
|
|
9
|
-
&.magnifier {
|
|
10
|
-
#{$self}__input {
|
|
11
|
-
padding: 19px 40px 5px 40px;
|
|
12
|
-
}
|
|
13
|
-
|
|
14
|
-
#{$self}__label {
|
|
15
|
-
left: 40px;
|
|
16
|
-
}
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
&.magnifier-mobile {
|
|
20
|
-
#{$self}__magnifier {
|
|
21
|
-
display: block;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
#{$self}__input {
|
|
25
|
-
padding: 19px 8px 5px 11px;
|
|
26
|
-
border-top-right-radius: 0;
|
|
27
|
-
border-bottom-right-radius: 0;
|
|
28
|
-
-webkit-appearance: none;
|
|
29
|
-
}
|
|
30
|
-
|
|
31
|
-
#{$self}__label {
|
|
32
|
-
left: 12px;
|
|
33
|
-
}
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
&__input-mob-search {
|
|
37
|
-
border-top-right-radius: 0;
|
|
38
|
-
border-bottom-right-radius: 0;
|
|
39
|
-
-webkit-appearance: none;
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
&__field {
|
|
43
|
-
position: relative;
|
|
44
|
-
overflow: hidden;
|
|
45
|
-
@media (max-width: 1025px) {
|
|
46
|
-
width: 100%;
|
|
47
|
-
display: flex;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
&__input,
|
|
52
|
-
&__textarea textarea {
|
|
53
|
-
background: #ffffff;
|
|
54
|
-
border: 0.5px solid #c4c4c4;
|
|
55
|
-
box-sizing: border-box;
|
|
56
|
-
border-radius: 2px;
|
|
57
|
-
width: 100%;
|
|
58
|
-
height: 40px;
|
|
59
|
-
font-size: 14px;
|
|
60
|
-
color: #1a2030;
|
|
61
|
-
padding: 19px 40px 5px 16px;
|
|
62
|
-
transition: 0.3s all;
|
|
63
|
-
@media (max-width: 1025px) {
|
|
64
|
-
padding: 19px 36px 7px 12px;
|
|
65
|
-
height: 40px;
|
|
66
|
-
font-size: 12px;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
&:focus ~ #{$self}__label,
|
|
70
|
-
&:not(:focus):valid ~ #{$self}__label,
|
|
71
|
-
&:-webkit-autofill ~ #{$self}__label,
|
|
72
|
-
&:not(:-webkit-autofill):valid ~ #{$self}__label {
|
|
73
|
-
top: 12px;
|
|
74
|
-
font-size: 10px;
|
|
75
|
-
color: #71757a;
|
|
76
|
-
text-overflow: inherit;
|
|
77
|
-
width: 100%;
|
|
78
|
-
@media (max-width: 1025px) {
|
|
79
|
-
font-size: 8px;
|
|
80
|
-
}
|
|
81
|
-
}
|
|
82
|
-
&:hover {
|
|
83
|
-
border: 0.5px solid #2c3e50;
|
|
84
|
-
}
|
|
85
|
-
|
|
86
|
-
&:focus {
|
|
87
|
-
border: 0.5px solid #2c3e50;
|
|
88
|
-
}
|
|
89
|
-
|
|
90
|
-
&::placeholder {
|
|
91
|
-
font-size: 12px;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
&.error {
|
|
95
|
-
border-color: #ff2e43;
|
|
96
|
-
}
|
|
97
|
-
}
|
|
98
|
-
|
|
99
|
-
&__textarea {
|
|
100
|
-
border: 0.5px solid #c4c4c4;
|
|
101
|
-
height: 120px;
|
|
102
|
-
display: flex;
|
|
103
|
-
flex-direction: column;
|
|
104
|
-
justify-content: flex-end;
|
|
105
|
-
position: relative;
|
|
106
|
-
overflow: hidden;
|
|
107
|
-
&--error {
|
|
108
|
-
border: none;
|
|
109
|
-
border: 0.5px solid #ff2e43;
|
|
110
|
-
background: #ff2e431f;
|
|
111
|
-
textarea {
|
|
112
|
-
background: transparent;
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
&:focus,
|
|
116
|
-
&:hover {
|
|
117
|
-
border: 0.5px solid #2c3e50;
|
|
118
|
-
}
|
|
119
|
-
textarea {
|
|
120
|
-
border: none;
|
|
121
|
-
height: 100%;
|
|
122
|
-
padding: 24px 40px 5px 16px;
|
|
123
|
-
resize: none;
|
|
124
|
-
&:focus,
|
|
125
|
-
&:hover {
|
|
126
|
-
border: none;
|
|
127
|
-
}
|
|
128
|
-
}
|
|
129
|
-
.adt-text-block__label {
|
|
130
|
-
top: 20px;
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
&__label {
|
|
135
|
-
position: absolute;
|
|
136
|
-
pointer-events: none;
|
|
137
|
-
left: 16px;
|
|
138
|
-
top: 50%;
|
|
139
|
-
transform: translateY(-50%);
|
|
140
|
-
white-space: nowrap;
|
|
141
|
-
overflow: hidden;
|
|
142
|
-
line-height: 40px;
|
|
143
|
-
transition: 0.3s;
|
|
144
|
-
color: #71757a;
|
|
145
|
-
font-size: 14px;
|
|
146
|
-
@media (max-width: 1025px) {
|
|
147
|
-
left: 12px;
|
|
148
|
-
font-size: 14px;
|
|
149
|
-
line-height: 16px;
|
|
150
|
-
color: #71757a;
|
|
151
|
-
}
|
|
152
|
-
}
|
|
153
|
-
|
|
154
|
-
&__textarea + label {
|
|
155
|
-
top: 20px;
|
|
156
|
-
}
|
|
157
|
-
|
|
158
|
-
&--ellipsis {
|
|
159
|
-
width: calc(100% - 56px);
|
|
160
|
-
text-overflow: ellipsis;
|
|
161
|
-
overflow: hidden;
|
|
162
|
-
}
|
|
163
|
-
|
|
164
|
-
&__icon {
|
|
165
|
-
position: absolute;
|
|
166
|
-
right: 16px;
|
|
167
|
-
height: 100%;
|
|
168
|
-
top: 0;
|
|
169
|
-
display: flex;
|
|
170
|
-
align-items: center;
|
|
171
|
-
|
|
172
|
-
&:hover {
|
|
173
|
-
cursor: pointer;
|
|
174
|
-
}
|
|
175
|
-
}
|
|
176
|
-
|
|
177
|
-
&__required {
|
|
178
|
-
color: #ff2e43;
|
|
179
|
-
}
|
|
180
|
-
|
|
181
|
-
&__options {
|
|
182
|
-
position: absolute;
|
|
183
|
-
top: calc(100% + 4px);
|
|
184
|
-
left: 0;
|
|
185
|
-
width: 100%;
|
|
186
|
-
background: #fff;
|
|
187
|
-
z-index: 1000;
|
|
188
|
-
border-radius: 2px;
|
|
189
|
-
padding: 8px 0;
|
|
190
|
-
max-height: 250px;
|
|
191
|
-
overflow: auto;
|
|
192
|
-
|
|
193
|
-
#searchVariant {
|
|
194
|
-
background: #eef0f5;
|
|
195
|
-
}
|
|
196
|
-
}
|
|
197
|
-
|
|
198
|
-
.search-options {
|
|
199
|
-
&__item {
|
|
200
|
-
padding: 5px 16px;
|
|
201
|
-
line-height: 16px;
|
|
202
|
-
font-size: 14px;
|
|
203
|
-
color: #71757a;
|
|
204
|
-
transition: 0.3s all;
|
|
205
|
-
cursor: pointer;
|
|
206
|
-
@media (max-width: 1025px) {
|
|
207
|
-
font-size: 12px;
|
|
208
|
-
}
|
|
209
|
-
|
|
210
|
-
&:hover {
|
|
211
|
-
background: #eef0f5;
|
|
212
|
-
}
|
|
213
|
-
}
|
|
214
|
-
&::-webkit-scrollbar {
|
|
215
|
-
width: 4px;
|
|
216
|
-
&-thumb {
|
|
217
|
-
background: #c4c4c4;
|
|
218
|
-
}
|
|
219
|
-
&-track {
|
|
220
|
-
background: #fff;
|
|
221
|
-
}
|
|
222
|
-
}
|
|
223
|
-
}
|
|
224
|
-
}
|
|
1
|
+
*:focus {
|
|
2
|
+
outline: none;
|
|
3
|
+
}
|
|
4
|
+
.adt-text-block {
|
|
5
|
+
$self: &;
|
|
6
|
+
position: relative;
|
|
7
|
+
width: 100%;
|
|
8
|
+
|
|
9
|
+
&.magnifier {
|
|
10
|
+
#{$self}__input {
|
|
11
|
+
padding: 19px 40px 5px 40px;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
#{$self}__label {
|
|
15
|
+
left: 40px;
|
|
16
|
+
}
|
|
17
|
+
}
|
|
18
|
+
|
|
19
|
+
&.magnifier-mobile {
|
|
20
|
+
#{$self}__magnifier {
|
|
21
|
+
display: block;
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
#{$self}__input {
|
|
25
|
+
padding: 19px 8px 5px 11px;
|
|
26
|
+
border-top-right-radius: 0;
|
|
27
|
+
border-bottom-right-radius: 0;
|
|
28
|
+
-webkit-appearance: none;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
#{$self}__label {
|
|
32
|
+
left: 12px;
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
&__input-mob-search {
|
|
37
|
+
border-top-right-radius: 0;
|
|
38
|
+
border-bottom-right-radius: 0;
|
|
39
|
+
-webkit-appearance: none;
|
|
40
|
+
}
|
|
41
|
+
|
|
42
|
+
&__field {
|
|
43
|
+
position: relative;
|
|
44
|
+
overflow: hidden;
|
|
45
|
+
@media (max-width: 1025px) {
|
|
46
|
+
width: 100%;
|
|
47
|
+
display: flex;
|
|
48
|
+
}
|
|
49
|
+
}
|
|
50
|
+
|
|
51
|
+
&__input,
|
|
52
|
+
&__textarea textarea {
|
|
53
|
+
background: #ffffff;
|
|
54
|
+
border: 0.5px solid #c4c4c4;
|
|
55
|
+
box-sizing: border-box;
|
|
56
|
+
border-radius: 2px;
|
|
57
|
+
width: 100%;
|
|
58
|
+
height: 40px;
|
|
59
|
+
font-size: 14px;
|
|
60
|
+
color: #1a2030;
|
|
61
|
+
padding: 19px 40px 5px 16px;
|
|
62
|
+
transition: 0.3s all;
|
|
63
|
+
@media (max-width: 1025px) {
|
|
64
|
+
padding: 19px 36px 7px 12px;
|
|
65
|
+
height: 40px;
|
|
66
|
+
font-size: 12px;
|
|
67
|
+
}
|
|
68
|
+
|
|
69
|
+
&:focus ~ #{$self}__label,
|
|
70
|
+
&:not(:focus):valid ~ #{$self}__label,
|
|
71
|
+
&:-webkit-autofill ~ #{$self}__label,
|
|
72
|
+
&:not(:-webkit-autofill):valid ~ #{$self}__label {
|
|
73
|
+
top: 12px;
|
|
74
|
+
font-size: 10px;
|
|
75
|
+
color: #71757a;
|
|
76
|
+
text-overflow: inherit;
|
|
77
|
+
width: 100%;
|
|
78
|
+
@media (max-width: 1025px) {
|
|
79
|
+
font-size: 8px;
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
&:hover {
|
|
83
|
+
border: 0.5px solid #2c3e50;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
&:focus {
|
|
87
|
+
border: 0.5px solid #2c3e50;
|
|
88
|
+
}
|
|
89
|
+
|
|
90
|
+
&::placeholder {
|
|
91
|
+
font-size: 12px;
|
|
92
|
+
}
|
|
93
|
+
|
|
94
|
+
&.error {
|
|
95
|
+
border-color: #ff2e43;
|
|
96
|
+
}
|
|
97
|
+
}
|
|
98
|
+
|
|
99
|
+
&__textarea {
|
|
100
|
+
border: 0.5px solid #c4c4c4;
|
|
101
|
+
height: 120px;
|
|
102
|
+
display: flex;
|
|
103
|
+
flex-direction: column;
|
|
104
|
+
justify-content: flex-end;
|
|
105
|
+
position: relative;
|
|
106
|
+
overflow: hidden;
|
|
107
|
+
&--error {
|
|
108
|
+
border: none;
|
|
109
|
+
border: 0.5px solid #ff2e43;
|
|
110
|
+
background: #ff2e431f;
|
|
111
|
+
textarea {
|
|
112
|
+
background: transparent;
|
|
113
|
+
}
|
|
114
|
+
}
|
|
115
|
+
&:focus,
|
|
116
|
+
&:hover {
|
|
117
|
+
border: 0.5px solid #2c3e50;
|
|
118
|
+
}
|
|
119
|
+
textarea {
|
|
120
|
+
border: none;
|
|
121
|
+
height: 100%;
|
|
122
|
+
padding: 24px 40px 5px 16px;
|
|
123
|
+
resize: none;
|
|
124
|
+
&:focus,
|
|
125
|
+
&:hover {
|
|
126
|
+
border: none;
|
|
127
|
+
}
|
|
128
|
+
}
|
|
129
|
+
.adt-text-block__label {
|
|
130
|
+
top: 20px;
|
|
131
|
+
}
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
&__label {
|
|
135
|
+
position: absolute;
|
|
136
|
+
pointer-events: none;
|
|
137
|
+
left: 16px;
|
|
138
|
+
top: 50%;
|
|
139
|
+
transform: translateY(-50%);
|
|
140
|
+
white-space: nowrap;
|
|
141
|
+
overflow: hidden;
|
|
142
|
+
line-height: 40px;
|
|
143
|
+
transition: 0.3s;
|
|
144
|
+
color: #71757a;
|
|
145
|
+
font-size: 14px;
|
|
146
|
+
@media (max-width: 1025px) {
|
|
147
|
+
left: 12px;
|
|
148
|
+
font-size: 14px;
|
|
149
|
+
line-height: 16px;
|
|
150
|
+
color: #71757a;
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
&__textarea + label {
|
|
155
|
+
top: 20px;
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
&--ellipsis {
|
|
159
|
+
width: calc(100% - 56px);
|
|
160
|
+
text-overflow: ellipsis;
|
|
161
|
+
overflow: hidden;
|
|
162
|
+
}
|
|
163
|
+
|
|
164
|
+
&__icon {
|
|
165
|
+
position: absolute;
|
|
166
|
+
right: 16px;
|
|
167
|
+
height: 100%;
|
|
168
|
+
top: 0;
|
|
169
|
+
display: flex;
|
|
170
|
+
align-items: center;
|
|
171
|
+
|
|
172
|
+
&:hover {
|
|
173
|
+
cursor: pointer;
|
|
174
|
+
}
|
|
175
|
+
}
|
|
176
|
+
|
|
177
|
+
&__required {
|
|
178
|
+
color: #ff2e43;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
&__options {
|
|
182
|
+
position: absolute;
|
|
183
|
+
top: calc(100% + 4px);
|
|
184
|
+
left: 0;
|
|
185
|
+
width: 100%;
|
|
186
|
+
background: #fff;
|
|
187
|
+
z-index: 1000;
|
|
188
|
+
border-radius: 2px;
|
|
189
|
+
padding: 8px 0;
|
|
190
|
+
max-height: 250px;
|
|
191
|
+
overflow: auto;
|
|
192
|
+
|
|
193
|
+
#searchVariant {
|
|
194
|
+
background: #eef0f5;
|
|
195
|
+
}
|
|
196
|
+
}
|
|
197
|
+
|
|
198
|
+
.search-options {
|
|
199
|
+
&__item {
|
|
200
|
+
padding: 5px 16px;
|
|
201
|
+
line-height: 16px;
|
|
202
|
+
font-size: 14px;
|
|
203
|
+
color: #71757a;
|
|
204
|
+
transition: 0.3s all;
|
|
205
|
+
cursor: pointer;
|
|
206
|
+
@media (max-width: 1025px) {
|
|
207
|
+
font-size: 12px;
|
|
208
|
+
}
|
|
209
|
+
|
|
210
|
+
&:hover {
|
|
211
|
+
background: #eef0f5;
|
|
212
|
+
}
|
|
213
|
+
}
|
|
214
|
+
&::-webkit-scrollbar {
|
|
215
|
+
width: 4px;
|
|
216
|
+
&-thumb {
|
|
217
|
+
background: #c4c4c4;
|
|
218
|
+
}
|
|
219
|
+
&-track {
|
|
220
|
+
background: #fff;
|
|
221
|
+
}
|
|
222
|
+
}
|
|
223
|
+
}
|
|
224
|
+
}
|
package/src/assets/facebook.svg
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
3
|
-
<path d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
|
|
4
|
-
</svg>
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<circle cx="14" cy="14" r="14" fill="white"/>
|
|
3
|
+
<path d="M19.2137 18.2816L19.8356 14.3301H15.9452V11.767C15.9452 10.6857 16.4877 9.63107 18.2302 9.63107H20V6.26699C20 6.26699 18.3945 6 16.8603 6C13.6548 6 11.5617 7.89294 11.5617 11.3184V14.3301H8V18.2816H11.5617V27.8345C12.2767 27.944 13.0082 28 13.7534 28C14.4986 28 15.2302 27.944 15.9452 27.8345V18.2816H19.2137Z" fill="#2C3E50"/>
|
|
4
|
+
</svg>
|
package/src/assets/instagram.svg
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<rect width="28" height="28" rx="14" fill="white"/>
|
|
3
|
-
<path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" fill="#2C3E50"/>
|
|
4
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" fill="#2C3E50"/>
|
|
5
|
-
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" fill="#2C3E50"/>
|
|
6
|
-
</svg>
|
|
1
|
+
<svg width="28" height="28" viewBox="0 0 28 28" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<rect width="28" height="28" rx="14" fill="white"/>
|
|
3
|
+
<path d="M20.125 9.1875C20.125 9.91237 19.5374 10.5 18.8125 10.5C18.0876 10.5 17.5 9.91237 17.5 9.1875C17.5 8.46263 18.0876 7.875 18.8125 7.875C19.5374 7.875 20.125 8.46263 20.125 9.1875Z" fill="#2C3E50"/>
|
|
4
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M14 18.375C16.4162 18.375 18.375 16.4162 18.375 14C18.375 11.5838 16.4162 9.625 14 9.625C11.5838 9.625 9.625 11.5838 9.625 14C9.625 16.4162 11.5838 18.375 14 18.375ZM14 16.625C15.4497 16.625 16.625 15.4497 16.625 14C16.625 12.5503 15.4497 11.375 14 11.375C12.5503 11.375 11.375 12.5503 11.375 14C11.375 15.4497 12.5503 16.625 14 16.625Z" fill="#2C3E50"/>
|
|
5
|
+
<path fill-rule="evenodd" clip-rule="evenodd" d="M5.25 13.65C5.25 10.7097 5.25 9.23959 5.82222 8.11655C6.32555 7.1287 7.1287 6.32555 8.11655 5.82222C9.23959 5.25 10.7097 5.25 13.65 5.25H14.35C17.2903 5.25 18.7604 5.25 19.8835 5.82222C20.8713 6.32555 21.6744 7.1287 22.1778 8.11655C22.75 9.23959 22.75 10.7097 22.75 13.65V14.35C22.75 17.2903 22.75 18.7604 22.1778 19.8835C21.6744 20.8713 20.8713 21.6744 19.8835 22.1778C18.7604 22.75 17.2903 22.75 14.35 22.75H13.65C10.7097 22.75 9.23959 22.75 8.11655 22.1778C7.1287 21.6744 6.32555 20.8713 5.82222 19.8835C5.25 18.7604 5.25 17.2903 5.25 14.35V13.65ZM13.65 7H14.35C15.849 7 16.868 7.00136 17.6557 7.06572C18.4229 7.1284 18.8153 7.24202 19.089 7.38148C19.7475 7.71703 20.283 8.25247 20.6185 8.91103C20.758 9.18473 20.8716 9.57709 20.9343 10.3443C20.9986 11.132 21 12.151 21 13.65V14.35C21 15.849 20.9986 16.868 20.9343 17.6557C20.8716 18.4229 20.758 18.8153 20.6185 19.089C20.283 19.7475 19.7475 20.283 19.089 20.6185C18.8153 20.758 18.4229 20.8716 17.6557 20.9343C16.868 20.9986 15.849 21 14.35 21H13.65C12.151 21 11.132 20.9986 10.3443 20.9343C9.57709 20.8716 9.18473 20.758 8.91103 20.6185C8.25247 20.283 7.71703 19.7475 7.38148 19.089C7.24202 18.8153 7.1284 18.4229 7.06572 17.6557C7.00136 16.868 7 15.849 7 14.35V13.65C7 12.151 7.00136 11.132 7.06572 10.3443C7.1284 9.57709 7.24202 9.18473 7.38148 8.91103C7.71703 8.25247 8.25247 7.71703 8.91103 7.38148C9.18473 7.24202 9.57709 7.1284 10.3443 7.06572C11.132 7.00136 12.151 7 13.65 7Z" fill="#2C3E50"/>
|
|
6
|
+
</svg>
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
<svg width="90" height="26" viewBox="0 0 90 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
-
<path d="M34.1172 20.7018V5.53516H39.7101C45.3172 5.53516 48.12 8.0001 48.1185 12.93C48.1185 15.2917 47.3536 17.1781 45.8237 18.5893C44.2938 20.0005 42.2559 20.7054 39.7101 20.704L34.1172 20.7018ZM37.6744 8.31499V17.9307H39.435C40.974 17.9307 42.183 17.4865 43.0622 16.5982C43.9413 15.7098 44.3794 14.5001 44.3764 12.969C44.3764 11.5245 43.9421 10.387 43.0735 9.55649C42.2048 8.72593 40.9845 8.3121 39.4125 8.31499H37.6744Z" fill="#2C3E50"/>
|
|
3
|
-
<path d="M64.2478 20.7018H60.3817L59.2545 17.3283H53.6526L52.5255 20.7018H48.6797L54.4258 5.53516H58.6414L64.2478 20.7018ZM58.434 14.7045L56.7387 9.60416C56.602 9.15989 56.5136 8.70315 56.475 8.24132H56.3871C56.3495 8.6907 56.2572 9.13429 56.1121 9.563L54.3943 14.7045H58.434Z" fill="#2C3E50"/>
|
|
4
|
-
<path d="M75.6902 8.31521H71.1817V20.702H67.6267V8.31521H63.1406V5.5332H75.6902V8.31521Z" fill="#2C3E50"/>
|
|
5
|
-
<path d="M90.0006 20.7018H86.1277L85.0006 17.3283H79.3897L78.2783 20.7018H74.4258L80.1719 5.53516H84.3874L90.0006 20.7018ZM84.1891 14.7045L82.4938 9.60416C82.3571 9.15989 82.2687 8.70315 82.2301 8.24132H82.1422C82.1046 8.6907 82.0123 9.13429 81.8671 9.563L80.1494 14.7045H84.1891Z" fill="#2C3E50"/>
|
|
6
|
-
<path d="M13.3112 8.26172H13.2233C13.1857 8.71109 13.0934 9.15467 12.9482 9.58338L11.2305 14.7335H15.2701L13.5749 9.63538C13.4378 9.1875 13.3494 8.72715 13.3112 8.26172Z" fill="#2C3E50"/>
|
|
7
|
-
<path d="M24.3463 0H2.70514C1.98769 0 1.29963 0.273926 0.792318 0.76152C0.285006 1.24911 0 1.91044 0 2.6V23.4C0 24.0896 0.285006 24.7509 0.792318 25.2385C1.29963 25.7261 1.98769 26 2.70514 26H24.3463C25.0637 26 25.7518 25.7261 26.2591 25.2385C26.7664 24.7509 27.0514 24.0896 27.0514 23.4V2.6C27.0514 1.91044 26.7664 1.24911 26.2591 0.76152C25.7518 0.273926 25.0637 0 24.3463 0ZM17.2069 20.7242L16.0798 17.3485H10.4666L9.35528 20.7242H5.50721L11.2534 5.55751H15.4689L21.0821 20.7242H17.2069Z" fill="#2C3E50"/>
|
|
8
|
-
</svg>
|
|
1
|
+
<svg width="90" height="26" viewBox="0 0 90 26" fill="none" xmlns="http://www.w3.org/2000/svg">
|
|
2
|
+
<path d="M34.1172 20.7018V5.53516H39.7101C45.3172 5.53516 48.12 8.0001 48.1185 12.93C48.1185 15.2917 47.3536 17.1781 45.8237 18.5893C44.2938 20.0005 42.2559 20.7054 39.7101 20.704L34.1172 20.7018ZM37.6744 8.31499V17.9307H39.435C40.974 17.9307 42.183 17.4865 43.0622 16.5982C43.9413 15.7098 44.3794 14.5001 44.3764 12.969C44.3764 11.5245 43.9421 10.387 43.0735 9.55649C42.2048 8.72593 40.9845 8.3121 39.4125 8.31499H37.6744Z" fill="#2C3E50"/>
|
|
3
|
+
<path d="M64.2478 20.7018H60.3817L59.2545 17.3283H53.6526L52.5255 20.7018H48.6797L54.4258 5.53516H58.6414L64.2478 20.7018ZM58.434 14.7045L56.7387 9.60416C56.602 9.15989 56.5136 8.70315 56.475 8.24132H56.3871C56.3495 8.6907 56.2572 9.13429 56.1121 9.563L54.3943 14.7045H58.434Z" fill="#2C3E50"/>
|
|
4
|
+
<path d="M75.6902 8.31521H71.1817V20.702H67.6267V8.31521H63.1406V5.5332H75.6902V8.31521Z" fill="#2C3E50"/>
|
|
5
|
+
<path d="M90.0006 20.7018H86.1277L85.0006 17.3283H79.3897L78.2783 20.7018H74.4258L80.1719 5.53516H84.3874L90.0006 20.7018ZM84.1891 14.7045L82.4938 9.60416C82.3571 9.15989 82.2687 8.70315 82.2301 8.24132H82.1422C82.1046 8.6907 82.0123 9.13429 81.8671 9.563L80.1494 14.7045H84.1891Z" fill="#2C3E50"/>
|
|
6
|
+
<path d="M13.3112 8.26172H13.2233C13.1857 8.71109 13.0934 9.15467 12.9482 9.58338L11.2305 14.7335H15.2701L13.5749 9.63538C13.4378 9.1875 13.3494 8.72715 13.3112 8.26172Z" fill="#2C3E50"/>
|
|
7
|
+
<path d="M24.3463 0H2.70514C1.98769 0 1.29963 0.273926 0.792318 0.76152C0.285006 1.24911 0 1.91044 0 2.6V23.4C0 24.0896 0.285006 24.7509 0.792318 25.2385C1.29963 25.7261 1.98769 26 2.70514 26H24.3463C25.0637 26 25.7518 25.7261 26.2591 25.2385C26.7664 24.7509 27.0514 24.0896 27.0514 23.4V2.6C27.0514 1.91044 26.7664 1.24911 26.2591 0.76152C25.7518 0.273926 25.0637 0 24.3463 0ZM17.2069 20.7242L16.0798 17.3485H10.4666L9.35528 20.7242H5.50721L11.2534 5.55751H15.4689L21.0821 20.7242H17.2069Z" fill="#2C3E50"/>
|
|
8
|
+
</svg>
|