@domun/component-library 1.0.0
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/lib/assets/fonts/icomoon.eot +0 -0
- package/lib/assets/fonts/icomoon.svg +221 -0
- package/lib/assets/fonts/icomoon.ttf +0 -0
- package/lib/assets/fonts/icomoon.woff +0 -0
- package/lib/assets/img/icons/AndroidIcon.d.ts +3 -0
- package/lib/assets/img/icons/AppleIcon.d.ts +3 -0
- package/lib/assets/img/icons/Close.d.ts +3 -0
- package/lib/assets/img/icons/index.d.ts +2 -0
- package/lib/common/consts/events.d.ts +16 -0
- package/lib/common/index.d.ts +3 -0
- package/lib/common/localStorage.d.ts +1 -0
- package/lib/common/utils.d.ts +3 -0
- package/lib/components/DownloadAppButton/DownloadAppButton.d.ts +3 -0
- package/lib/components/DownloadAppButton/DownloadAppButton.stories.d.ts +9 -0
- package/lib/components/DropDown/DropDown.d.ts +4 -0
- package/lib/components/DropDown/index.d.ts +1 -0
- package/lib/components/DropDown/types.d.ts +15 -0
- package/lib/components/ErrorMessage/ErrorMessage.d.ts +6 -0
- package/lib/components/ErrorMessage/index.d.ts +1 -0
- package/lib/components/HelpLink/HelpLink.d.ts +5 -0
- package/lib/components/Inputs/Input.d.ts +4 -0
- package/lib/components/Inputs/InputCountry.d.ts +4 -0
- package/lib/components/Inputs/InputDocument.d.ts +7 -0
- package/lib/components/Inputs/InputEconomicSector.d.ts +4 -0
- package/lib/components/Inputs/InputEmail.d.ts +4 -0
- package/lib/components/Inputs/InputPassword.d.ts +4 -0
- package/lib/components/Inputs/InputPhone.d.ts +4 -0
- package/lib/components/Inputs/index.d.ts +7 -0
- package/lib/components/Inputs/types.d.ts +38 -0
- package/lib/components/Login/Login.d.ts +4 -0
- package/lib/components/Login/Login.stories.d.ts +9 -0
- package/lib/components/Login/components/CustomerProfile/CustomerProfile.d.ts +8 -0
- package/lib/components/Login/components/CustomerProfile/CustomerProfile.stories.d.ts +27 -0
- package/lib/components/Login/components/GetCode/GetCode.d.ts +11 -0
- package/lib/components/Login/components/GetCode/GetCode.stories.d.ts +24 -0
- package/lib/components/Login/components/GetCode/types.d.ts +9 -0
- package/lib/components/Login/components/GetCodeByEmail/GetCodeByEmail.d.ts +9 -0
- package/lib/components/Login/components/GetCodeByEmail/GetCodeByEmail.stories.d.ts +20 -0
- package/lib/components/Login/components/GetCodeByEmail/types.d.ts +9 -0
- package/lib/components/Login/components/LoginContainer/LoginContainer.d.ts +6 -0
- package/lib/components/Login/components/RegisterInApp/RegisterInApp.d.ts +3 -0
- package/lib/components/Login/components/RegisterInApp/RegisterInApp.stories.d.ts +19 -0
- package/lib/components/Login/components/RegisterMessage/RegisterMessage.d.ts +3 -0
- package/lib/components/Login/components/SmsValidation/SmsValidation.d.ts +10 -0
- package/lib/components/Login/components/SmsValidation/SmsValidation.stories.d.ts +21 -0
- package/lib/components/Login/components/UpdateUserData/UpdateUserData.d.ts +9 -0
- package/lib/components/Login/components/UpdateUserData/UpdateUserData.stories.d.ts +19 -0
- package/lib/components/Login/components/ValidateCode/ValidateCode.d.ts +12 -0
- package/lib/components/Login/fetcher.d.ts +1 -0
- package/lib/components/Login/icons/CheckCircle.d.ts +3 -0
- package/lib/components/Login/icons/Profile.d.ts +3 -0
- package/lib/components/Login/icons/SignOut.d.ts +3 -0
- package/lib/components/Login/index.d.ts +16 -0
- package/lib/components/Login/services.d.ts +42 -0
- package/lib/components/Login/types.d.ts +41 -0
- package/lib/components/Modal/Modal.d.ts +3 -0
- package/lib/components/Modal/Modal.stories.d.ts +13 -0
- package/lib/components/Modal/index.d.ts +1 -0
- package/lib/components/Modal/types.d.ts +36 -0
- package/lib/components/Pagination/Pagination.stories.d.ts +16 -0
- package/lib/components/Pagination/index.d.ts +1 -0
- package/lib/components/Pagination/pagination.d.ts +4 -0
- package/lib/components/Pagination/paginationProps.d.ts +10 -0
- package/lib/components/Pagination/usePagination.d.ts +2 -0
- package/lib/components/ProgressBar/ProgressBar.d.ts +5 -0
- package/lib/components/SelectLoginMethod/SelectLoginMethod.d.ts +11 -0
- package/lib/components/SelectLoginMethod/index.d.ts +1 -0
- package/lib/components/Slider/Slider.d.ts +4 -0
- package/lib/components/Slider/Slider.stories.d.ts +16 -0
- package/lib/components/Slider/Slider.type.d.ts +16 -0
- package/lib/components/Slider/index.d.ts +1 -0
- package/lib/components/index.d.ts +10 -0
- package/lib/constants/constants.d.ts +30 -0
- package/lib/constants/index.d.ts +1 -0
- package/lib/icons/ArrowDown.d.ts +3 -0
- package/lib/icons/ArrowTop.d.ts +3 -0
- package/lib/icons/Chat.d.ts +3 -0
- package/lib/icons/Information.d.ts +3 -0
- package/lib/icons/LightSupport.d.ts +3 -0
- package/lib/icons/Password.d.ts +3 -0
- package/lib/icons/Rocket.d.ts +3 -0
- package/lib/icons/WhatsAppFill.d.ts +3 -0
- package/lib/icons/index.d.ts +6 -0
- package/lib/index.css +24 -0
- package/lib/index.d.ts +7 -0
- package/lib/index.esm.css +24 -0
- package/lib/index.esm.js +1 -0
- package/lib/index.js +1 -0
- package/lib/providers/auth.provider.d.ts +13 -0
- package/lib/providers/copies.provider.d.ts +7 -0
- package/lib/providers/fallback.copies.d.ts +1 -0
- package/lib/providers/index.d.ts +1 -0
- package/lib/styles/icomoon-font.dev.css +12 -0
- package/lib/styles/icomoon-font.prod.css +12 -0
- package/lib/styles/icons.css +636 -0
- package/lib/ui/index.d.ts +13 -0
- package/lib/ui/ui-autocomplete/index.d.ts +2 -0
- package/lib/ui/ui-autocomplete/types.d.ts +11 -0
- package/lib/ui/ui-autocomplete/ui-autocomplete.d.ts +5 -0
- package/lib/ui/ui-autocomplete/ui-autocomplete.stories.d.ts +5 -0
- package/lib/ui/ui-button/index.d.ts +2 -0
- package/lib/ui/ui-button/types.d.ts +24 -0
- package/lib/ui/ui-button/ui-button.d.ts +4 -0
- package/lib/ui/ui-checkbox/index.d.ts +2 -0
- package/lib/ui/ui-checkbox/types.d.ts +6 -0
- package/lib/ui/ui-checkbox/ui-checkbox.d.ts +4 -0
- package/lib/ui/ui-checkbox/ui-checkbox.stories.d.ts +5 -0
- package/lib/ui/ui-dropdown/index.d.ts +2 -0
- package/lib/ui/ui-dropdown/types.d.ts +20 -0
- package/lib/ui/ui-dropdown/ui-dropdown.d.ts +4 -0
- package/lib/ui/ui-dropdown/ui-dropdown.stories.d.ts +5 -0
- package/lib/ui/ui-full-screen-loader/index.d.ts +2 -0
- package/lib/ui/ui-full-screen-loader/types.d.ts +3 -0
- package/lib/ui/ui-full-screen-loader/ui-full-screen-loader.d.ts +4 -0
- package/lib/ui/ui-full-screen-loader/ui-full-screen-loader.stories.d.ts +5 -0
- package/lib/ui/ui-icons/index.d.ts +2 -0
- package/lib/ui/ui-icons/ui-icons-dev.d.ts +4 -0
- package/lib/ui/ui-icons/ui-icons-prod.d.ts +4 -0
- package/lib/ui/ui-input/index.d.ts +2 -0
- package/lib/ui/ui-input/types.d.ts +25 -0
- package/lib/ui/ui-input/ui-input.d.ts +4 -0
- package/lib/ui/ui-landing-footer/index.d.ts +2 -0
- package/lib/ui/ui-landing-footer/types.d.ts +3 -0
- package/lib/ui/ui-landing-footer/ui-landing-footer.d.ts +4 -0
- package/lib/ui/ui-landing-footer/ui-landing-footer.stories.d.ts +5 -0
- package/lib/ui/ui-landing-header/index.d.ts +2 -0
- package/lib/ui/ui-landing-header/types.d.ts +22 -0
- package/lib/ui/ui-landing-header/ui-landing-header.d.ts +4 -0
- package/lib/ui/ui-landing-header/ui-landing-header.stories.d.ts +7 -0
- package/lib/ui/ui-loader/index.d.ts +2 -0
- package/lib/ui/ui-loader/types.d.ts +4 -0
- package/lib/ui/ui-loader/ui-loader.d.ts +4 -0
- package/lib/ui/ui-phone/index.d.ts +2 -0
- package/lib/ui/ui-phone/types.d.ts +24 -0
- package/lib/ui/ui-phone/ui-phone.d.ts +4 -0
- package/lib/ui/ui-phone/ui-phone.stories.d.ts +5 -0
- package/lib/ui/ui-radio/index.d.ts +2 -0
- package/lib/ui/ui-radio/types.d.ts +6 -0
- package/lib/ui/ui-radio/ui-input.stories.d.ts +5 -0
- package/lib/ui/ui-radio/ui-radio.d.ts +4 -0
- package/lib/ui/ui-timer/index.d.ts +2 -0
- package/lib/ui/ui-timer/types.d.ts +8 -0
- package/lib/ui/ui-timer/ui-input.stories.d.ts +5 -0
- package/lib/ui/ui-timer/ui-timer.d.ts +4 -0
- package/lib/utils/go-to-app.d.ts +1 -0
- package/lib/utils/index.d.ts +2 -0
- package/lib/utils/scroll-to.d.ts +1 -0
- package/package.json +86 -0
|
@@ -0,0 +1,636 @@
|
|
|
1
|
+
[class^="icon-"], [class*=" icon-"] {
|
|
2
|
+
/* use !important to prevent issues with browser extensions that change fonts */
|
|
3
|
+
font-family: 'icomoon' !important;
|
|
4
|
+
speak: never;
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-weight: normal;
|
|
7
|
+
font-variant: normal;
|
|
8
|
+
text-transform: none;
|
|
9
|
+
line-height: 1;
|
|
10
|
+
|
|
11
|
+
/* Better Font Rendering =========== */
|
|
12
|
+
-webkit-font-smoothing: antialiased;
|
|
13
|
+
-moz-osx-font-smoothing: grayscale;
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
.icon-cart:before {
|
|
17
|
+
content: "\e900";
|
|
18
|
+
}
|
|
19
|
+
.icon-calendar:before {
|
|
20
|
+
content: "\e901";
|
|
21
|
+
}
|
|
22
|
+
.icon-expert:before {
|
|
23
|
+
content: "\e902";
|
|
24
|
+
}
|
|
25
|
+
.icon-burger-menu:before {
|
|
26
|
+
content: "\e903";
|
|
27
|
+
}
|
|
28
|
+
.icon-headset-mic:before {
|
|
29
|
+
content: "\e904";
|
|
30
|
+
}
|
|
31
|
+
.icon-bubble-chat:before {
|
|
32
|
+
content: "\e905";
|
|
33
|
+
}
|
|
34
|
+
.icon-share:before {
|
|
35
|
+
content: "\e906";
|
|
36
|
+
}
|
|
37
|
+
.icon-close:before {
|
|
38
|
+
content: "\e907";
|
|
39
|
+
}
|
|
40
|
+
.icon-check:before {
|
|
41
|
+
content: "\e908";
|
|
42
|
+
}
|
|
43
|
+
.icon-user:before {
|
|
44
|
+
content: "\e909";
|
|
45
|
+
}
|
|
46
|
+
.icon-trash:before {
|
|
47
|
+
content: "\e90a";
|
|
48
|
+
}
|
|
49
|
+
.icon-minus:before {
|
|
50
|
+
content: "\e90b";
|
|
51
|
+
}
|
|
52
|
+
.icon-plus-2:before {
|
|
53
|
+
content: "\e90c";
|
|
54
|
+
}
|
|
55
|
+
.icon-plus:before {
|
|
56
|
+
content: "\e90d";
|
|
57
|
+
}
|
|
58
|
+
.icon-arrow-3:before {
|
|
59
|
+
content: "\e90e";
|
|
60
|
+
}
|
|
61
|
+
.icon-arrow-2:before {
|
|
62
|
+
content: "\e90f";
|
|
63
|
+
}
|
|
64
|
+
.icon-arrow:before {
|
|
65
|
+
content: "\e910";
|
|
66
|
+
}
|
|
67
|
+
.icon-hide-password:before {
|
|
68
|
+
content: "\e911";
|
|
69
|
+
}
|
|
70
|
+
.icon-show-password:before {
|
|
71
|
+
content: "\e912";
|
|
72
|
+
}
|
|
73
|
+
.icon-squares:before {
|
|
74
|
+
content: "\e913";
|
|
75
|
+
}
|
|
76
|
+
.icon-bullets-list:before {
|
|
77
|
+
content: "\e914";
|
|
78
|
+
}
|
|
79
|
+
.icon-search:before {
|
|
80
|
+
content: "\e915";
|
|
81
|
+
}
|
|
82
|
+
.icon-circle-check:before {
|
|
83
|
+
content: "\e916";
|
|
84
|
+
}
|
|
85
|
+
.icon-circle-exclamation:before {
|
|
86
|
+
content: "\e917";
|
|
87
|
+
}
|
|
88
|
+
.icon-shopping-cart:before {
|
|
89
|
+
content: "\e918";
|
|
90
|
+
}
|
|
91
|
+
.icon-cash:before {
|
|
92
|
+
content: "\e919";
|
|
93
|
+
}
|
|
94
|
+
.icon-refresh:before {
|
|
95
|
+
content: "\e91a";
|
|
96
|
+
}
|
|
97
|
+
.icon-arrows-left-right:before {
|
|
98
|
+
content: "\e91b";
|
|
99
|
+
}
|
|
100
|
+
.icon-credit-card:before {
|
|
101
|
+
content: "\e91c";
|
|
102
|
+
}
|
|
103
|
+
.icon-trophy:before {
|
|
104
|
+
content: "\e91d";
|
|
105
|
+
}
|
|
106
|
+
.icon-book-open:before {
|
|
107
|
+
content: "\e91e";
|
|
108
|
+
}
|
|
109
|
+
.icon-pencil:before {
|
|
110
|
+
content: "\e91f";
|
|
111
|
+
}
|
|
112
|
+
.icon-question-support:before {
|
|
113
|
+
content: "\e920";
|
|
114
|
+
}
|
|
115
|
+
.icon-youtube:before {
|
|
116
|
+
content: "\e921";
|
|
117
|
+
}
|
|
118
|
+
.icon-android:before {
|
|
119
|
+
content: "\e922";
|
|
120
|
+
}
|
|
121
|
+
.icon-linked-in:before {
|
|
122
|
+
content: "\e923";
|
|
123
|
+
}
|
|
124
|
+
.icon-tiktok:before {
|
|
125
|
+
content: "\e924";
|
|
126
|
+
}
|
|
127
|
+
.icon-instagram:before {
|
|
128
|
+
content: "\e925";
|
|
129
|
+
}
|
|
130
|
+
.icon-facebook:before {
|
|
131
|
+
content: "\e926";
|
|
132
|
+
}
|
|
133
|
+
.icon-apple:before {
|
|
134
|
+
content: "\e927";
|
|
135
|
+
}
|
|
136
|
+
.icon-four-points:before {
|
|
137
|
+
content: "\e928";
|
|
138
|
+
}
|
|
139
|
+
.icon-arrow-line:before {
|
|
140
|
+
content: "\e929";
|
|
141
|
+
}
|
|
142
|
+
.icon-arrow-bend:before {
|
|
143
|
+
content: "\e92a";
|
|
144
|
+
}
|
|
145
|
+
.icon-facebook-outline:before {
|
|
146
|
+
content: "\e92b";
|
|
147
|
+
}
|
|
148
|
+
.icon-list-more:before {
|
|
149
|
+
content: "\e92c";
|
|
150
|
+
}
|
|
151
|
+
.icon-clock:before {
|
|
152
|
+
content: "\e92d";
|
|
153
|
+
}
|
|
154
|
+
.icon-coupon:before {
|
|
155
|
+
content: "\e92e";
|
|
156
|
+
}
|
|
157
|
+
.icon-truck:before {
|
|
158
|
+
content: "\e92f";
|
|
159
|
+
}
|
|
160
|
+
.icon-email-fill:before {
|
|
161
|
+
content: "\e930";
|
|
162
|
+
}
|
|
163
|
+
.icon-eye:before {
|
|
164
|
+
content: "\e931";
|
|
165
|
+
}
|
|
166
|
+
.icon-facebook-circle-outline:before {
|
|
167
|
+
content: "\e932";
|
|
168
|
+
}
|
|
169
|
+
.icon-ascendant:before {
|
|
170
|
+
content: "\e933";
|
|
171
|
+
}
|
|
172
|
+
.icon-grid:before {
|
|
173
|
+
content: "\e934";
|
|
174
|
+
}
|
|
175
|
+
.icon-question:before {
|
|
176
|
+
content: "\e935";
|
|
177
|
+
}
|
|
178
|
+
.icon-head-phones:before {
|
|
179
|
+
content: "\e936";
|
|
180
|
+
}
|
|
181
|
+
.icon-whatsapp-color:before {
|
|
182
|
+
content: "\e937";
|
|
183
|
+
}
|
|
184
|
+
.icon-instagram-circle-outline:before {
|
|
185
|
+
content: "\e938";
|
|
186
|
+
}
|
|
187
|
+
.icon-link-share:before {
|
|
188
|
+
content: "\e939";
|
|
189
|
+
}
|
|
190
|
+
.icon-list:before {
|
|
191
|
+
content: "\e93a";
|
|
192
|
+
}
|
|
193
|
+
.icon-store:before {
|
|
194
|
+
content: "\e93b";
|
|
195
|
+
}
|
|
196
|
+
.icon-instagram-outline:before {
|
|
197
|
+
content: "\e93c";
|
|
198
|
+
}
|
|
199
|
+
.icon-order:before {
|
|
200
|
+
content: "\e93d";
|
|
201
|
+
}
|
|
202
|
+
.icon-phone:before {
|
|
203
|
+
content: "\e93e";
|
|
204
|
+
}
|
|
205
|
+
.icon-play-circle:before {
|
|
206
|
+
content: "\e93f";
|
|
207
|
+
}
|
|
208
|
+
.icon-percentage-fill-stroke:before {
|
|
209
|
+
content: "\e940";
|
|
210
|
+
}
|
|
211
|
+
.icon-question-circle:before {
|
|
212
|
+
content: "\e941";
|
|
213
|
+
}
|
|
214
|
+
.icon-share-outline:before {
|
|
215
|
+
content: "\e942";
|
|
216
|
+
}
|
|
217
|
+
.icon-twitter-online:before {
|
|
218
|
+
content: "\e943";
|
|
219
|
+
}
|
|
220
|
+
.icon-star-fill:before {
|
|
221
|
+
content: "\e944";
|
|
222
|
+
}
|
|
223
|
+
.icon-build:before {
|
|
224
|
+
content: "\e945";
|
|
225
|
+
}
|
|
226
|
+
.icon-support:before {
|
|
227
|
+
content: "\e946";
|
|
228
|
+
}
|
|
229
|
+
.icon-location-outline:before {
|
|
230
|
+
content: "\e947";
|
|
231
|
+
}
|
|
232
|
+
.icon-filters:before {
|
|
233
|
+
content: "\e948";
|
|
234
|
+
}
|
|
235
|
+
.icon-pause:before {
|
|
236
|
+
content: "\e949";
|
|
237
|
+
}
|
|
238
|
+
.icon-mute:before {
|
|
239
|
+
content: "\e94a";
|
|
240
|
+
}
|
|
241
|
+
.icon-volume:before {
|
|
242
|
+
content: "\e94b";
|
|
243
|
+
}
|
|
244
|
+
.icon-talk:before {
|
|
245
|
+
content: "\e94c";
|
|
246
|
+
}
|
|
247
|
+
.icon-play:before {
|
|
248
|
+
content: "\e94d";
|
|
249
|
+
}
|
|
250
|
+
.icon-heart:before {
|
|
251
|
+
content: "\e94e";
|
|
252
|
+
}
|
|
253
|
+
.icon-crown:before {
|
|
254
|
+
content: "\e94f";
|
|
255
|
+
}
|
|
256
|
+
.icon-pin:before {
|
|
257
|
+
content: "\e950";
|
|
258
|
+
}
|
|
259
|
+
.icon-arrow-top:before {
|
|
260
|
+
content: "\e951";
|
|
261
|
+
}
|
|
262
|
+
.icon-trash-outline:before {
|
|
263
|
+
content: "\e952";
|
|
264
|
+
}
|
|
265
|
+
.icon-info-alert-icon:before {
|
|
266
|
+
content: "\e953";
|
|
267
|
+
}
|
|
268
|
+
.icon-minus-circle:before {
|
|
269
|
+
content: "\e954";
|
|
270
|
+
}
|
|
271
|
+
.icon-plus-circle:before {
|
|
272
|
+
content: "\e955";
|
|
273
|
+
}
|
|
274
|
+
.icon-ray:before {
|
|
275
|
+
content: "\e956";
|
|
276
|
+
}
|
|
277
|
+
.icon-full-screen:before {
|
|
278
|
+
content: "\e957";
|
|
279
|
+
}
|
|
280
|
+
.icon-bag:before {
|
|
281
|
+
content: "\e958";
|
|
282
|
+
}
|
|
283
|
+
.icon-image:before {
|
|
284
|
+
content: "\e959";
|
|
285
|
+
}
|
|
286
|
+
.icon-palette:before {
|
|
287
|
+
content: "\e95a";
|
|
288
|
+
}
|
|
289
|
+
.icon-picture-in-picture:before {
|
|
290
|
+
content: "\e95b";
|
|
291
|
+
}
|
|
292
|
+
.icon-star:before {
|
|
293
|
+
content: "\e95c";
|
|
294
|
+
}
|
|
295
|
+
.icon-dots:before {
|
|
296
|
+
content: "\e95d";
|
|
297
|
+
}
|
|
298
|
+
.icon-caret-circle-down:before {
|
|
299
|
+
content: "\e95e";
|
|
300
|
+
}
|
|
301
|
+
.icon-arrow-right:before {
|
|
302
|
+
content: "\e95f";
|
|
303
|
+
}
|
|
304
|
+
.icon-arrow-line-up:before {
|
|
305
|
+
content: "\e960";
|
|
306
|
+
}
|
|
307
|
+
.icon-megaphone:before {
|
|
308
|
+
content: "\e961";
|
|
309
|
+
}
|
|
310
|
+
.icon-filled-clock:before {
|
|
311
|
+
content: "\e962";
|
|
312
|
+
}
|
|
313
|
+
.icon-bank:before {
|
|
314
|
+
content: "\e963";
|
|
315
|
+
}
|
|
316
|
+
.icon-filled-lock:before {
|
|
317
|
+
content: "\e964";
|
|
318
|
+
}
|
|
319
|
+
.icon-outlined-shield:before {
|
|
320
|
+
content: "\e965";
|
|
321
|
+
}
|
|
322
|
+
.icon-font:before {
|
|
323
|
+
content: "\e966";
|
|
324
|
+
}
|
|
325
|
+
.icon-sumer-logo:before {
|
|
326
|
+
content: "\e967";
|
|
327
|
+
}
|
|
328
|
+
.icon-e-twitter:before {
|
|
329
|
+
content: "\e968";
|
|
330
|
+
}
|
|
331
|
+
.icon-e-facebook:before {
|
|
332
|
+
content: "\e969";
|
|
333
|
+
}
|
|
334
|
+
.icon-e-instagram:before {
|
|
335
|
+
content: "\e96a";
|
|
336
|
+
}
|
|
337
|
+
.icon-e-tik-tok:before {
|
|
338
|
+
content: "\e96b";
|
|
339
|
+
}
|
|
340
|
+
.icon-camera:before {
|
|
341
|
+
content: "\e96c";
|
|
342
|
+
}
|
|
343
|
+
.icon-light-dots-three-circle:before {
|
|
344
|
+
content: "\e96d";
|
|
345
|
+
}
|
|
346
|
+
.icon-close-circle:before {
|
|
347
|
+
content: "\e96e";
|
|
348
|
+
}
|
|
349
|
+
.icon-diamonds:before {
|
|
350
|
+
content: "\e96f";
|
|
351
|
+
}
|
|
352
|
+
.icon-arrow-go-up:before {
|
|
353
|
+
content: "\e970";
|
|
354
|
+
}
|
|
355
|
+
.icon-chart-line-up:before {
|
|
356
|
+
content: "\e971";
|
|
357
|
+
}
|
|
358
|
+
.icon-map-pin-line:before {
|
|
359
|
+
content: "\e972";
|
|
360
|
+
}
|
|
361
|
+
.icon-light-percent:before {
|
|
362
|
+
content: "\e973";
|
|
363
|
+
}
|
|
364
|
+
.icon-chat-talk:before {
|
|
365
|
+
content: "\e974";
|
|
366
|
+
}
|
|
367
|
+
.icon-light-package:before {
|
|
368
|
+
content: "\e975";
|
|
369
|
+
}
|
|
370
|
+
.icon-line-start:before {
|
|
371
|
+
content: "\e976";
|
|
372
|
+
}
|
|
373
|
+
.icon-email-outline:before {
|
|
374
|
+
content: "\e977";
|
|
375
|
+
}
|
|
376
|
+
.icon-copy:before {
|
|
377
|
+
content: "\e978";
|
|
378
|
+
}
|
|
379
|
+
.icon-cart-outline:before {
|
|
380
|
+
content: "\e979";
|
|
381
|
+
}
|
|
382
|
+
.icon-account-circle-outline:before {
|
|
383
|
+
content: "\e97a";
|
|
384
|
+
}
|
|
385
|
+
.icon-comments-outline:before {
|
|
386
|
+
content: "\e97b";
|
|
387
|
+
}
|
|
388
|
+
.icon-handshake-outline:before {
|
|
389
|
+
content: "\e97c";
|
|
390
|
+
}
|
|
391
|
+
.icon-home-outline:before {
|
|
392
|
+
content: "\e97d";
|
|
393
|
+
}
|
|
394
|
+
.icon-logout-outline:before {
|
|
395
|
+
content: "\e97e";
|
|
396
|
+
}
|
|
397
|
+
.icon-shopping-outline:before {
|
|
398
|
+
content: "\e97f";
|
|
399
|
+
}
|
|
400
|
+
.icon-view-grid-outline:before {
|
|
401
|
+
content: "\e980";
|
|
402
|
+
}
|
|
403
|
+
.icon-menu:before {
|
|
404
|
+
content: "\e981";
|
|
405
|
+
}
|
|
406
|
+
.icon-light-trademarked:before {
|
|
407
|
+
content: "\e982";
|
|
408
|
+
}
|
|
409
|
+
.icon-light-layout:before {
|
|
410
|
+
content: "\e983";
|
|
411
|
+
}
|
|
412
|
+
.icon-eye-light:before {
|
|
413
|
+
content: "\e984";
|
|
414
|
+
}
|
|
415
|
+
.icon-light-paintBrush:before {
|
|
416
|
+
content: "\e985";
|
|
417
|
+
}
|
|
418
|
+
.icon-light-text:before {
|
|
419
|
+
content: "\e986";
|
|
420
|
+
}
|
|
421
|
+
.icon-light-text-align-left:before {
|
|
422
|
+
content: "\e987";
|
|
423
|
+
}
|
|
424
|
+
.icon-light-perspective:before {
|
|
425
|
+
content: "\e988";
|
|
426
|
+
}
|
|
427
|
+
.icon-light-camera:before {
|
|
428
|
+
content: "\e989";
|
|
429
|
+
}
|
|
430
|
+
.icon-light-align-right:before {
|
|
431
|
+
content: "\e98a";
|
|
432
|
+
}
|
|
433
|
+
.icon-light-align-center-horizontal:before {
|
|
434
|
+
content: "\e98b";
|
|
435
|
+
}
|
|
436
|
+
.icon-light-align-left:before {
|
|
437
|
+
content: "\e98c";
|
|
438
|
+
}
|
|
439
|
+
.icon-light-tshirt:before {
|
|
440
|
+
content: "\e98d";
|
|
441
|
+
}
|
|
442
|
+
.icon-light-lamp:before {
|
|
443
|
+
content: "\e98e";
|
|
444
|
+
}
|
|
445
|
+
.icon-light-hand:before {
|
|
446
|
+
content: "\e98f";
|
|
447
|
+
}
|
|
448
|
+
.icon-light-hamburger:before {
|
|
449
|
+
content: "\e990";
|
|
450
|
+
}
|
|
451
|
+
.icon-light-flower-lotus:before {
|
|
452
|
+
content: "\e991";
|
|
453
|
+
}
|
|
454
|
+
.icon-light-diamond:before {
|
|
455
|
+
content: "\e992";
|
|
456
|
+
}
|
|
457
|
+
.icon-light-desktop:before {
|
|
458
|
+
content: "\e993";
|
|
459
|
+
}
|
|
460
|
+
.icon-isotipo-sumer:before {
|
|
461
|
+
content: "\e994";
|
|
462
|
+
}
|
|
463
|
+
.icon-light-bag:before {
|
|
464
|
+
content: "\e995";
|
|
465
|
+
}
|
|
466
|
+
.icon-light-mobile:before {
|
|
467
|
+
content: "\e996";
|
|
468
|
+
}
|
|
469
|
+
.icon-light-cursor:before {
|
|
470
|
+
content: "\e997";
|
|
471
|
+
}
|
|
472
|
+
.icon-light-grid-four:before {
|
|
473
|
+
content: "\e998";
|
|
474
|
+
}
|
|
475
|
+
.icon-light-handbag:before {
|
|
476
|
+
content: "\e999";
|
|
477
|
+
}
|
|
478
|
+
.icon-light-list-three:before {
|
|
479
|
+
content: "\e99a";
|
|
480
|
+
}
|
|
481
|
+
.icon-rocket-launch-light:before {
|
|
482
|
+
content: "\e99b";
|
|
483
|
+
}
|
|
484
|
+
.icon-globe-hemisphere-west-light:before {
|
|
485
|
+
content: "\e99c";
|
|
486
|
+
}
|
|
487
|
+
.icon-square-rounded:before {
|
|
488
|
+
content: "\e99d";
|
|
489
|
+
}
|
|
490
|
+
.icon-circle:before {
|
|
491
|
+
content: "\e99e";
|
|
492
|
+
}
|
|
493
|
+
.icon-square:before {
|
|
494
|
+
content: "\e99f";
|
|
495
|
+
}
|
|
496
|
+
.icon-pen-ink:before {
|
|
497
|
+
content: "\e9a0";
|
|
498
|
+
}
|
|
499
|
+
.icon-arrow-black:before {
|
|
500
|
+
content: "\e9a1";
|
|
501
|
+
}
|
|
502
|
+
.icon-chats-circle:before {
|
|
503
|
+
content: "\e9a2";
|
|
504
|
+
}
|
|
505
|
+
.icon-chat-circle-dots:before {
|
|
506
|
+
content: "\e9a3";
|
|
507
|
+
}
|
|
508
|
+
.icon-chat-circle-text:before {
|
|
509
|
+
content: "\e9a4";
|
|
510
|
+
}
|
|
511
|
+
.icon-align-vertical-bottom:before {
|
|
512
|
+
content: "\e9a5";
|
|
513
|
+
}
|
|
514
|
+
.icon-align-vertical-center:before {
|
|
515
|
+
content: "\e9a6";
|
|
516
|
+
}
|
|
517
|
+
.icon-pencil-line:before {
|
|
518
|
+
content: "\e9a7";
|
|
519
|
+
}
|
|
520
|
+
.icon-puzzle-piece:before {
|
|
521
|
+
content: "\e9a8";
|
|
522
|
+
}
|
|
523
|
+
.icon-arrows-out-cardinal:before {
|
|
524
|
+
content: "\e9a9";
|
|
525
|
+
}
|
|
526
|
+
.icon-chart-bar-light:before {
|
|
527
|
+
content: "\e9aa";
|
|
528
|
+
}
|
|
529
|
+
.icon-layout-light:before {
|
|
530
|
+
content: "\e9ab";
|
|
531
|
+
}
|
|
532
|
+
.icon-six-dots-vertical:before {
|
|
533
|
+
content: "\e9ac";
|
|
534
|
+
}
|
|
535
|
+
.icon-link-light:before {
|
|
536
|
+
content: "\e9ad";
|
|
537
|
+
}
|
|
538
|
+
.icon-light-gradient:before {
|
|
539
|
+
content: "\e9ae";
|
|
540
|
+
}
|
|
541
|
+
.icon-light-target:before {
|
|
542
|
+
content: "\e9af";
|
|
543
|
+
}
|
|
544
|
+
.icon-addons:before {
|
|
545
|
+
content: "\e9b0";
|
|
546
|
+
}
|
|
547
|
+
.icon-cta:before {
|
|
548
|
+
content: "\e9b5";
|
|
549
|
+
}
|
|
550
|
+
.icon-ia:before {
|
|
551
|
+
content: "\e9b6";
|
|
552
|
+
}
|
|
553
|
+
.icon-h1:before {
|
|
554
|
+
content: "\e9b7";
|
|
555
|
+
}
|
|
556
|
+
.icon-h2:before {
|
|
557
|
+
content: "\e9b8";
|
|
558
|
+
}
|
|
559
|
+
.icon-square-five:before {
|
|
560
|
+
content: "\e9b9";
|
|
561
|
+
}
|
|
562
|
+
.icon-light-receipt:before {
|
|
563
|
+
content: "\e9ba";
|
|
564
|
+
}
|
|
565
|
+
.icon-light-link-simple:before {
|
|
566
|
+
content: "\e9bb";
|
|
567
|
+
}
|
|
568
|
+
.icon-whatsapp-outline:before {
|
|
569
|
+
content: "\e9bc";
|
|
570
|
+
}
|
|
571
|
+
.icon-light-globe:before {
|
|
572
|
+
content: "\e9bd";
|
|
573
|
+
}
|
|
574
|
+
.icon-car-light:before {
|
|
575
|
+
content: "\e9be";
|
|
576
|
+
}
|
|
577
|
+
.icon-star-half-light:before {
|
|
578
|
+
content: "\e9bf";
|
|
579
|
+
}
|
|
580
|
+
.icon-copy-simple-light:before {
|
|
581
|
+
content: "\e9c0";
|
|
582
|
+
}
|
|
583
|
+
.icon-circle-dashed-light:before {
|
|
584
|
+
content: "\e9c1";
|
|
585
|
+
}
|
|
586
|
+
.icon-cloud-moon-light:before {
|
|
587
|
+
content: "\e9c2";
|
|
588
|
+
}
|
|
589
|
+
.icon-light-paint-brush:before {
|
|
590
|
+
content: "\e9c3";
|
|
591
|
+
}
|
|
592
|
+
.icon-light-handshake:before {
|
|
593
|
+
content: "\e9c4";
|
|
594
|
+
}
|
|
595
|
+
.icon-light-flag-banner:before {
|
|
596
|
+
content: "\e9c5";
|
|
597
|
+
}
|
|
598
|
+
.icon-thumbs-up:before {
|
|
599
|
+
content: "\e9c6";
|
|
600
|
+
}
|
|
601
|
+
.icon-thumbs-down:before {
|
|
602
|
+
content: "\e9c7";
|
|
603
|
+
}
|
|
604
|
+
.icon-pause-circle:before {
|
|
605
|
+
content: "\e9c8";
|
|
606
|
+
}
|
|
607
|
+
.icon-paper-plane-tilt:before {
|
|
608
|
+
content: "\e9c9";
|
|
609
|
+
}
|
|
610
|
+
.icon-minus:before {
|
|
611
|
+
content: "\e9ca";
|
|
612
|
+
}
|
|
613
|
+
.icon-evo:before {
|
|
614
|
+
content: "\e9cb";
|
|
615
|
+
}
|
|
616
|
+
.icon-dots-three-outline:before {
|
|
617
|
+
content: "\e9cc";
|
|
618
|
+
}
|
|
619
|
+
.icon-arrows-out-simple:before {
|
|
620
|
+
content: "\e9cd";
|
|
621
|
+
}
|
|
622
|
+
.icon-arrows-in-simple:before {
|
|
623
|
+
content: "\e9ce";
|
|
624
|
+
}
|
|
625
|
+
.icon-arrows-clockwise:before {
|
|
626
|
+
content: "\e9cf";
|
|
627
|
+
}
|
|
628
|
+
.icon-arrow-up-right:before {
|
|
629
|
+
content: "\e9d0";
|
|
630
|
+
}
|
|
631
|
+
.icon-arrow-counter-clockwise:before {
|
|
632
|
+
content: "\e9d1";
|
|
633
|
+
}
|
|
634
|
+
.icon-shuffle:before {
|
|
635
|
+
content: "\e9d2";
|
|
636
|
+
}
|
|
@@ -0,0 +1,13 @@
|
|
|
1
|
+
export * from './ui-button';
|
|
2
|
+
export * from './ui-checkbox';
|
|
3
|
+
export * from './ui-dropdown';
|
|
4
|
+
export * from './ui-full-screen-loader';
|
|
5
|
+
export * from './ui-input';
|
|
6
|
+
export * from './ui-landing-footer';
|
|
7
|
+
export * from './ui-landing-header';
|
|
8
|
+
export * from './ui-loader';
|
|
9
|
+
export * from './ui-phone';
|
|
10
|
+
export * from './ui-radio';
|
|
11
|
+
export * from './ui-timer';
|
|
12
|
+
export * from './ui-icons';
|
|
13
|
+
export * from './ui-autocomplete';
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
export declare type UiAutocompleteProps = {
|
|
2
|
+
expandiblePosition?: 'top' | 'bottom';
|
|
3
|
+
options: UiAutocompleteOption[];
|
|
4
|
+
showNoResults?: boolean;
|
|
5
|
+
onChange: (v: string) => void;
|
|
6
|
+
onInputChange?: (v: string) => void;
|
|
7
|
+
};
|
|
8
|
+
export declare type UiAutocompleteOption = {
|
|
9
|
+
label: string;
|
|
10
|
+
value: string;
|
|
11
|
+
};
|
|
@@ -0,0 +1,5 @@
|
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ComponentMeta, ComponentStory } from '@storybook/react';
|
|
3
|
+
declare const _default: ComponentMeta<React.FC<import("./types").UiAutocompleteProps & Omit<import("..").UiInputProps, "onChange">>>;
|
|
4
|
+
export default _default;
|
|
5
|
+
export declare const Default: ComponentStory<React.FC<import("./types").UiAutocompleteProps & Omit<import("..").UiInputProps, "onChange">>>;
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
import { MouseEvent, ReactNode, FormEvent } from "react";
|
|
2
|
+
export type UiButtonProps = {
|
|
3
|
+
appereance?: string;
|
|
4
|
+
children: string | React.ReactNode;
|
|
5
|
+
className?: string;
|
|
6
|
+
disabled?: boolean;
|
|
7
|
+
isLoading?: boolean;
|
|
8
|
+
icon?: ReactNode;
|
|
9
|
+
role?: string;
|
|
10
|
+
onClick: (event: MouseEvent<HTMLButtonElement> | FormEvent<HTMLFormElement>) => void;
|
|
11
|
+
styles?: ButtonStyles;
|
|
12
|
+
};
|
|
13
|
+
export type StyledButtonProps = ButtonStyles & {
|
|
14
|
+
appereance: string;
|
|
15
|
+
};
|
|
16
|
+
export type ButtonStyles = {
|
|
17
|
+
background?: string;
|
|
18
|
+
color?: string;
|
|
19
|
+
borderRadius?: string;
|
|
20
|
+
width?: string;
|
|
21
|
+
height?: string;
|
|
22
|
+
borderColor?: string;
|
|
23
|
+
padding?: string;
|
|
24
|
+
};
|