@kanda-libs/ks-design-library-new 0.0.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/LICENSE +21 -0
  2. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  3. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  4. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  5. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  6. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  7. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  8. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  9. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  10. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  11. package/dist/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  12. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  13. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  14. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  15. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  16. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  17. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  18. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  19. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  20. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  21. package/dist/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  22. package/dist/index.d.ts +17 -0
  23. package/dist/index.esm.mjs +2 -0
  24. package/dist/index.esm.mjs.map +7 -0
  25. package/dist/library.css +2053 -0
  26. package/package.json +117 -0
  27. package/src/.DS_Store +0 -0
  28. package/src/@types/assets/index.d.ts +26 -0
  29. package/src/@types/index.d.ts +207 -0
  30. package/src/common/helpers.ts +15 -0
  31. package/src/components/Table/components/Cell/constants.ts +11 -0
  32. package/src/components/Table/components/Cell/index.tsx +36 -0
  33. package/src/components/Table/components/Cell/useCellClassNames.ts +23 -0
  34. package/src/components/Table/components/HeaderButton/Button.tsx +18 -0
  35. package/src/components/Table/components/HeaderButton/Wrapper.tsx +22 -0
  36. package/src/components/Table/components/HeaderButton/constants.ts +24 -0
  37. package/src/components/Table/components/HeaderButton/index.tsx +7 -0
  38. package/src/components/Table/components/HeaderButton/useWrapperProps.ts +31 -0
  39. package/src/components/Table/components/HeaderColumn/constants.ts +26 -0
  40. package/src/components/Table/components/HeaderColumn/index.tsx +38 -0
  41. package/src/components/Table/components/HeaderColumn/useHeaderColumnProps.ts +31 -0
  42. package/src/components/Table/components/HeaderGroup/constants.ts +3 -0
  43. package/src/components/Table/components/HeaderGroup/index.tsx +40 -0
  44. package/src/components/Table/components/HeaderGroup/useHeaderGroupProps.ts +27 -0
  45. package/src/components/Table/components/Row/constants.ts +7 -0
  46. package/src/components/Table/components/Row/index.tsx +40 -0
  47. package/src/components/Table/components/Row/useRowClassNames.ts +19 -0
  48. package/src/components/Table/components/SearchInput/index.tsx +22 -0
  49. package/src/components/Table/components/SearchInput/useSearchInput.ts +30 -0
  50. package/src/components/Table/helpers/search.ts +96 -0
  51. package/src/components/Table/index.tsx +64 -0
  52. package/src/components/Table/useTableProps.ts +54 -0
  53. package/src/components/index.tsx +1 -0
  54. package/src/index.ts +2 -0
  55. package/src/moduleTypes.d.ts +1 -0
  56. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff +0 -0
  57. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff +0 -0
  58. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff +0 -0
  59. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff +0 -0
  60. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueHeavyItalic.woff +0 -0
  61. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff +0 -0
  62. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff +0 -0
  63. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff +0 -0
  64. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff +0 -0
  65. package/src/styles/fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff +0 -0
  66. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff +0 -0
  67. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff +0 -0
  68. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff +0 -0
  69. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff +0 -0
  70. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueHeavy.woff +0 -0
  71. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff +0 -0
  72. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff +0 -0
  73. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff +0 -0
  74. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff +0 -0
  75. package/src/styles/fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff +0 -0
  76. package/src/styles/index.css +2236 -0
  77. package/src/styles/ks-design-library.css +2236 -0
  78. package/src/styles/library.css +2053 -0
  79. package/src/styles/tailwind.css +915 -0
  80. package/src/theme/plugins/tailwind.plugin.caret-color.js +32 -0
  81. package/src/theme/plugins/tailwind.plugin.field-error.js +10 -0
  82. package/src/theme/plugins/tailwind.plugin.field-focus.js +10 -0
  83. package/src/theme/plugins/tailwind.plugin.field-loading.js +10 -0
  84. package/src/theme/plugins/tailwind.plugin.group-active.js +10 -0
  85. package/src/theme/plugins/tailwind.plugin.important.js +14 -0
  86. package/src/theme/plugins/tailwind.plugin.label-check.js +10 -0
  87. package/src/theme/plugins/tailwind.plugin.text-style.js +213 -0
  88. package/src/theme/postcss/tailwind.postcss.config.js +7 -0
  89. package/src/theme/themeConfig.js +339 -0
  90. package/src/types.d.ts +58 -0
@@ -0,0 +1,915 @@
1
+ @tailwind base;
2
+ @tailwind components;
3
+ @tailwind utilities;
4
+
5
+ body.full-screen-modal-visible #root {
6
+ display: none;
7
+ }
8
+
9
+ body.full-screen-modal-visible .full-screen-modal {
10
+ display: none;
11
+ }
12
+
13
+ body.full-screen-modal-visible .full-screen-modal:last-child {
14
+ display: block;
15
+ }
16
+
17
+ input,
18
+ textarea {
19
+ -webkit-appearance: none;
20
+ }
21
+
22
+ #modals {
23
+ top: 0px;
24
+ left: 0px;
25
+ position: absolute;
26
+ z-index: 99999;
27
+ }
28
+
29
+ .h-vvp {
30
+ height: var(--100vvh, 100vh);
31
+ }
32
+
33
+ .min-h-vvp {
34
+ min-height: var(--100vvh, 100vh);
35
+ }
36
+
37
+ .w-vvp {
38
+ width: var(--100vvw, 100vw);
39
+ }
40
+
41
+ .min-w-vvp {
42
+ min-width: var(--100vv2, 100vw);
43
+ }
44
+
45
+ .bottom-vvp {
46
+ bottom: var(--offset-h, 0);
47
+ }
48
+
49
+ .touch-actions-none {
50
+ touch-action: none;
51
+ }
52
+
53
+ @layer base {
54
+ @font-face {
55
+ font-family: Galano Grotesque;
56
+ font-weight: 100;
57
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueThin.woff)
58
+ format('woff');
59
+ }
60
+ @font-face {
61
+ font-family: Galano Grotesque;
62
+ font-weight: 200;
63
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraLight.woff)
64
+ format('woff');
65
+ }
66
+ @font-face {
67
+ font-family: Galano Grotesque;
68
+ font-weight: 300;
69
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueLight.woff)
70
+ format('woff');
71
+ }
72
+ @font-face {
73
+ font-family: Galano Grotesque;
74
+ font-weight: 400;
75
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueRegular.woff)
76
+ format('woff');
77
+ }
78
+ @font-face {
79
+ font-family: Galano Grotesque;
80
+ font-weight: 500;
81
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueMedium.woff)
82
+ format('woff');
83
+ }
84
+ @font-face {
85
+ font-family: Galano Grotesque;
86
+ font-weight: 600;
87
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueSemiBold.woff)
88
+ format('woff');
89
+ }
90
+ @font-face {
91
+ font-family: Galano Grotesque;
92
+ font-weight: 700;
93
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBold.woff)
94
+ format('woff');
95
+ }
96
+ @font-face {
97
+ font-family: Galano Grotesque;
98
+ font-weight: 800;
99
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueExtraBold.woff)
100
+ format('woff');
101
+ }
102
+ @font-face {
103
+ font-family: Galano Grotesque;
104
+ font-weight: 900;
105
+ src: url(./fonts/GalanoGrotesque/regular/GalanoGrotesqueBlack.woff)
106
+ format('woff');
107
+ }
108
+ @font-face {
109
+ font-family: Galano Grotesque;
110
+ font-weight: 100;
111
+ font-style: italic;
112
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueThinItalic.woff)
113
+ format('woff');
114
+ }
115
+ @font-face {
116
+ font-family: Galano Grotesque;
117
+ font-weight: 200;
118
+ font-style: italic;
119
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraLightItalic.woff)
120
+ format('woff');
121
+ }
122
+ @font-face {
123
+ font-family: Galano Grotesque;
124
+ font-weight: 300;
125
+ font-style: italic;
126
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueLightItalic.woff)
127
+ format('woff');
128
+ }
129
+ @font-face {
130
+ font-family: Galano Grotesque;
131
+ font-weight: 400;
132
+ font-style: italic;
133
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueRegularItalic.woff)
134
+ format('woff');
135
+ }
136
+ @font-face {
137
+ font-family: Galano Grotesque;
138
+ font-weight: 500;
139
+ font-style: italic;
140
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueMediumItalic.woff)
141
+ format('woff');
142
+ }
143
+ @font-face {
144
+ font-family: Galano Grotesque;
145
+ font-weight: 600;
146
+ font-style: italic;
147
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueSemiBoldItalic.woff)
148
+ format('woff');
149
+ }
150
+ @font-face {
151
+ font-family: Galano Grotesque;
152
+ font-weight: 700;
153
+ font-style: italic;
154
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBoldItalic.woff)
155
+ format('woff');
156
+ }
157
+ @font-face {
158
+ font-family: Galano Grotesque;
159
+ font-weight: 800;
160
+ font-style: italic;
161
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueExtraBoldItalic.woff)
162
+ format('woff');
163
+ }
164
+ @font-face {
165
+ font-family: Galano Grotesque;
166
+ font-weight: 900;
167
+ font-style: italic;
168
+ src: url(./fonts/GalanoGrotesque/italic/GalanoGrotesqueBlackItalic.woff)
169
+ format('woff');
170
+ }
171
+ }
172
+
173
+ @layer components {
174
+ .bg-gradient-a {
175
+ @apply bg-gradient-to-r ring-2 ring-transparent from-lavender-200 to-turquoise-300;
176
+ }
177
+
178
+ .bg-gradient-b {
179
+ @apply bg-gradient-to-r ring-2 ring-transparent from-turquoise-200 to-turquoise-300;
180
+ }
181
+
182
+ .bg-gradient-b-big {
183
+ @apply bg-gradient-to-r ring-2 ring-transparent from-turquoise-300 via-turquoise-200 to-turquoise-300;
184
+ }
185
+ }
186
+
187
+ @supports (-webkit-touch-callout: none) {
188
+ .h-vvp {
189
+ height: var(--100vvh, -webkit-fill-available);
190
+ }
191
+
192
+ .min-h-vvp {
193
+ min-height: var(--100vvh, -webkit-fill-available);
194
+ }
195
+ }
196
+
197
+ .slick-slider,
198
+ .slick-track,
199
+ .slick-list,
200
+ .slick-slide {
201
+ min-height: 100%;
202
+ }
203
+
204
+ .icon-stroke-sm path {
205
+ stroke-width: 1.5px !important;
206
+ }
207
+
208
+ .icon-stroke-md path {
209
+ stroke-width: 2px !important;
210
+ }
211
+
212
+ .icon-stroke-lg path {
213
+ stroke-width: 3px !important;
214
+ }
215
+
216
+ /*
217
+ Modified version of toast CSS to match designs
218
+ ========
219
+ */
220
+
221
+ :root {
222
+ --toastify-color-light: #fff;
223
+ --toastify-color-dark: #121212;
224
+ --toastify-color-info: #ffffff;
225
+ --toastify-color-info-border: #e0e7f0;
226
+ --toastify-color-success: #e9fcf8;
227
+ --toastify-color-success-border: #c1f4e9;
228
+ --toastify-color-warning: #fdf0e8;
229
+ --toastify-color-warning-border: #f4b88f;
230
+ --toastify-color-error: #ffe5f4;
231
+ --toastify-color-error-border: #f5a3b1;
232
+ --toastify-color-transparent: rgba(255, 255, 255, 0.7);
233
+ --toastify-icon-color-info: var(--toastify-color-info-border);
234
+ --toastify-icon-color-success: var(--toastify-color-success-border);
235
+ --toastify-icon-color-warning: var(--toastify-color-warning-border);
236
+ --toastify-icon-color-error: var(--toastify-color-error-border);
237
+ --toastify-toast-width: 100%;
238
+ --toastify-toast-max-width: 440px;
239
+ --toastify-toast-min-height: 64px;
240
+ --toastify-toast-max-height: 128px;
241
+ --toastify-z-index: 9999;
242
+ --toastify-text-color-light: #0d1b2e;
243
+ --toastify-text-color-dark: #fff;
244
+ --toastify-text-color-info: #0d1b2e;
245
+ --toastify-text-color-success: #0d1b2e;
246
+ --toastify-text-color-warning: #0d1b2e;
247
+ --toastify-text-color-error: #0d1b2e;
248
+ --toastify-spinner-color: #616161;
249
+ --toastify-spinner-color-empty-area: #e0e0e0;
250
+ --toastify-color-progress-light: linear-gradient(to right, #7f83ff, #27debf);
251
+ --toastify-color-progress-dark: #bb86fc;
252
+ --toastify-color-progress-info: var(--toastify-color-info-border);
253
+ --toastify-color-progress-success: var(--toastify-color-success-border);
254
+ --toastify-color-progress-warning: var(--toastify-color-warning-border);
255
+ --toastify-color-progress-error: var(--toastify-color-error-border);
256
+ }
257
+
258
+ .Toastify__toast-container {
259
+ z-index: var(--toastify-z-index);
260
+ -webkit-transform: translate3d(0, 0, var(--toastify-z-index) px);
261
+ position: fixed;
262
+ width: var(--toastify-toast-width);
263
+ max-width: var(--toastify-toast-max-width);
264
+ box-sizing: border-box;
265
+ }
266
+ .Toastify__toast-container--top-left {
267
+ top: 1em;
268
+ left: 1em;
269
+ }
270
+ .Toastify__toast-container--top-center {
271
+ top: 1em;
272
+ left: 50%;
273
+ transform: translateX(-50%);
274
+ }
275
+ .Toastify__toast-container--top-right {
276
+ top: 1em;
277
+ right: 1em;
278
+ }
279
+ .Toastify__toast-container--bottom-left {
280
+ bottom: 1em;
281
+ left: 1em;
282
+ }
283
+ .Toastify__toast-container--bottom-center {
284
+ bottom: 1em;
285
+ left: 50%;
286
+ transform: translateX(-50%);
287
+ }
288
+ .Toastify__toast-container--bottom-right {
289
+ bottom: 1em;
290
+ right: 1em;
291
+ }
292
+
293
+ @media only screen and (max-width: 480px) {
294
+ .Toastify__toast-container {
295
+ width: 100vw;
296
+ padding: 0;
297
+ left: 0;
298
+ margin: 0;
299
+ }
300
+ .Toastify__toast-container--top-left,
301
+ .Toastify__toast-container--top-center,
302
+ .Toastify__toast-container--top-right {
303
+ top: 0;
304
+ transform: translateX(0);
305
+ }
306
+ .Toastify__toast-container--bottom-left,
307
+ .Toastify__toast-container--bottom-center,
308
+ .Toastify__toast-container--bottom-right {
309
+ bottom: 0;
310
+ transform: translateX(0);
311
+ }
312
+ .Toastify__toast-container--rtl {
313
+ right: 0;
314
+ left: initial;
315
+ }
316
+ }
317
+ .Toastify__toast {
318
+ position: relative;
319
+ min-height: var(--toastify-toast-min-height);
320
+ box-sizing: border-box;
321
+ margin-bottom: 1rem;
322
+ padding: 16px;
323
+ border-radius: 12px;
324
+ border-width: 1px;
325
+ display: -ms-flexbox;
326
+ display: flex;
327
+ -ms-flex-pack: justify;
328
+ justify-content: space-between;
329
+ max-height: var(--toastify-toast-max-height);
330
+ overflow: hidden;
331
+ cursor: pointer;
332
+ direction: ltr;
333
+ }
334
+ .Toastify__toast--rtl {
335
+ direction: rtl;
336
+ }
337
+ .Toastify__toast-body {
338
+ margin: auto 0;
339
+ -ms-flex: 1 1 auto;
340
+ flex: 1 1 auto;
341
+ display: -ms-flexbox;
342
+ display: flex;
343
+ -ms-flex-align: center;
344
+ align-items: center;
345
+ }
346
+ .Toastify__toast-body > div:last-child {
347
+ -ms-flex: 1;
348
+ flex: 1;
349
+ }
350
+ .Toastify__toast-icon {
351
+ -webkit-margin-end: 10px;
352
+ margin-inline-end: 10px;
353
+ width: 20px;
354
+ -ms-flex-negative: 0;
355
+ flex-shrink: 0;
356
+ display: -ms-flexbox;
357
+ display: flex;
358
+ }
359
+
360
+ .Toastify--animate {
361
+ animation-fill-mode: both;
362
+ animation-duration: 0.7s;
363
+ }
364
+
365
+ .Toastify--animate-icon {
366
+ animation-fill-mode: both;
367
+ animation-duration: 0.3s;
368
+ }
369
+
370
+ @media only screen and (max-width: 480px) {
371
+ .Toastify__toast {
372
+ margin-bottom: 0;
373
+ border-radius: 0;
374
+ }
375
+ }
376
+
377
+ .Toastify__toast-theme--dark {
378
+ background: var(--toastify-color-dark);
379
+ color: var(--toastify-text-color-dark);
380
+ border-color: var(--toastify-text-color-dark);
381
+ }
382
+ .Toastify__toast-theme--light {
383
+ background: var(--toastify-color-light);
384
+ color: var(--toastify-text-color-light);
385
+ border-color: var(--toastify-text-color-light);
386
+ }
387
+ .Toastify__toast-theme--colored.Toastify__toast--default {
388
+ background: var(--toastify-color-light);
389
+ color: var(--toastify-text-color-light);
390
+ border-color: var(--toastify-text-color-light);
391
+ }
392
+ .Toastify__toast-theme--colored.Toastify__toast--info {
393
+ color: var(--toastify-text-color-info);
394
+ background: var(--toastify-color-info);
395
+ border-color: var(--toastify-color-info-border);
396
+ }
397
+ .Toastify__toast-theme--colored.Toastify__toast--success {
398
+ color: var(--toastify-text-color-success);
399
+ background: var(--toastify-color-success);
400
+ border-color: var(--toastify-color-success-border);
401
+ }
402
+ .Toastify__toast-theme--colored.Toastify__toast--warning {
403
+ color: var(--toastify-text-color-warning);
404
+ background: var(--toastify-color-warning);
405
+ border-color: var(--toastify-color-warning-border);
406
+ }
407
+ .Toastify__toast-theme--colored.Toastify__toast--error {
408
+ color: var(--toastify-text-color-error);
409
+ background: var(--toastify-color-error);
410
+ border-color: var(--toastify-color-error-border);
411
+ }
412
+
413
+ .Toastify__progress-bar-theme--light {
414
+ background: var(--toastify-color-progress-light);
415
+ }
416
+ .Toastify__progress-bar-theme--dark {
417
+ background: var(--toastify-color-progress-dark);
418
+ }
419
+ .Toastify__progress-bar--info {
420
+ background: var(--toastify-color-progress-info);
421
+ }
422
+ .Toastify__progress-bar--success {
423
+ background: var(--toastify-color-progress-success);
424
+ }
425
+ .Toastify__progress-bar--warning {
426
+ background: var(--toastify-color-progress-warning);
427
+ }
428
+ .Toastify__progress-bar--error {
429
+ background: var(--toastify-color-progress-error);
430
+ }
431
+ /* .Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,
432
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,
433
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,
434
+ .Toastify__progress-bar-theme--colored.Toastify__progress-bar--error {
435
+ background: var(--toastify-color-transparent);
436
+ } */
437
+
438
+ .Toastify__close-button {
439
+ color: #fff;
440
+ background: transparent;
441
+ outline: none;
442
+ border: none;
443
+ padding: 0;
444
+ cursor: pointer;
445
+ opacity: 0.7;
446
+ transition: 0.3s ease;
447
+ -ms-flex-item-align: start;
448
+ align-self: flex-start;
449
+ }
450
+ .Toastify__close-button--light {
451
+ color: #000;
452
+ opacity: 0.3;
453
+ }
454
+ .Toastify__close-button > svg {
455
+ fill: currentColor;
456
+ height: 16px;
457
+ width: 14px;
458
+ }
459
+ .Toastify__close-button:hover,
460
+ .Toastify__close-button:focus {
461
+ opacity: 1;
462
+ }
463
+
464
+ @keyframes Toastify__trackProgress {
465
+ 0% {
466
+ transform: scaleX(1);
467
+ }
468
+ 100% {
469
+ transform: scaleX(0);
470
+ }
471
+ }
472
+ .Toastify__progress-bar {
473
+ position: absolute;
474
+ bottom: 0;
475
+ left: 0;
476
+ width: 100%;
477
+ height: 4px;
478
+ z-index: var(--toastify-z-index);
479
+ transform-origin: left;
480
+ }
481
+ .Toastify__progress-bar--animated {
482
+ animation: Toastify__trackProgress linear 1 forwards;
483
+ }
484
+ .Toastify__progress-bar--controlled {
485
+ transition: transform 0.2s;
486
+ }
487
+ .Toastify__progress-bar--rtl {
488
+ right: 0;
489
+ left: initial;
490
+ transform-origin: right;
491
+ }
492
+
493
+ .Toastify__spinner {
494
+ width: 20px;
495
+ height: 20px;
496
+ box-sizing: border-box;
497
+ border: 2px solid;
498
+ border-radius: 100%;
499
+ border-color: var(--toastify-spinner-color-empty-area);
500
+ border-right-color: var(--toastify-spinner-color);
501
+ animation: Toastify__spin 0.65s linear infinite;
502
+ }
503
+
504
+ @keyframes Toastify__bounceInRight {
505
+ from,
506
+ 60%,
507
+ 75%,
508
+ 90%,
509
+ to {
510
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
511
+ }
512
+ from {
513
+ opacity: 0;
514
+ transform: translate3d(3000px, 0, 0);
515
+ }
516
+ 60% {
517
+ opacity: 1;
518
+ transform: translate3d(-25px, 0, 0);
519
+ }
520
+ 75% {
521
+ transform: translate3d(10px, 0, 0);
522
+ }
523
+ 90% {
524
+ transform: translate3d(-5px, 0, 0);
525
+ }
526
+ to {
527
+ transform: none;
528
+ }
529
+ }
530
+ @keyframes Toastify__bounceOutRight {
531
+ 20% {
532
+ opacity: 1;
533
+ transform: translate3d(-20px, 0, 0);
534
+ }
535
+ to {
536
+ opacity: 0;
537
+ transform: translate3d(2000px, 0, 0);
538
+ }
539
+ }
540
+ @keyframes Toastify__bounceInLeft {
541
+ from,
542
+ 60%,
543
+ 75%,
544
+ 90%,
545
+ to {
546
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
547
+ }
548
+ 0% {
549
+ opacity: 0;
550
+ transform: translate3d(-3000px, 0, 0);
551
+ }
552
+ 60% {
553
+ opacity: 1;
554
+ transform: translate3d(25px, 0, 0);
555
+ }
556
+ 75% {
557
+ transform: translate3d(-10px, 0, 0);
558
+ }
559
+ 90% {
560
+ transform: translate3d(5px, 0, 0);
561
+ }
562
+ to {
563
+ transform: none;
564
+ }
565
+ }
566
+ @keyframes Toastify__bounceOutLeft {
567
+ 20% {
568
+ opacity: 1;
569
+ transform: translate3d(20px, 0, 0);
570
+ }
571
+ to {
572
+ opacity: 0;
573
+ transform: translate3d(-2000px, 0, 0);
574
+ }
575
+ }
576
+ @keyframes Toastify__bounceInUp {
577
+ from,
578
+ 60%,
579
+ 75%,
580
+ 90%,
581
+ to {
582
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
583
+ }
584
+ from {
585
+ opacity: 0;
586
+ transform: translate3d(0, 3000px, 0);
587
+ }
588
+ 60% {
589
+ opacity: 1;
590
+ transform: translate3d(0, -20px, 0);
591
+ }
592
+ 75% {
593
+ transform: translate3d(0, 10px, 0);
594
+ }
595
+ 90% {
596
+ transform: translate3d(0, -5px, 0);
597
+ }
598
+ to {
599
+ transform: translate3d(0, 0, 0);
600
+ }
601
+ }
602
+ @keyframes Toastify__bounceOutUp {
603
+ 20% {
604
+ transform: translate3d(0, -10px, 0);
605
+ }
606
+ 40%,
607
+ 45% {
608
+ opacity: 1;
609
+ transform: translate3d(0, 20px, 0);
610
+ }
611
+ to {
612
+ opacity: 0;
613
+ transform: translate3d(0, -2000px, 0);
614
+ }
615
+ }
616
+ @keyframes Toastify__bounceInDown {
617
+ from,
618
+ 60%,
619
+ 75%,
620
+ 90%,
621
+ to {
622
+ animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
623
+ }
624
+ 0% {
625
+ opacity: 0;
626
+ transform: translate3d(0, -3000px, 0);
627
+ }
628
+ 60% {
629
+ opacity: 1;
630
+ transform: translate3d(0, 25px, 0);
631
+ }
632
+ 75% {
633
+ transform: translate3d(0, -10px, 0);
634
+ }
635
+ 90% {
636
+ transform: translate3d(0, 5px, 0);
637
+ }
638
+ to {
639
+ transform: none;
640
+ }
641
+ }
642
+ @keyframes Toastify__bounceOutDown {
643
+ 20% {
644
+ transform: translate3d(0, 10px, 0);
645
+ }
646
+ 40%,
647
+ 45% {
648
+ opacity: 1;
649
+ transform: translate3d(0, -20px, 0);
650
+ }
651
+ to {
652
+ opacity: 0;
653
+ transform: translate3d(0, 2000px, 0);
654
+ }
655
+ }
656
+ .Toastify__bounce-enter--top-left,
657
+ .Toastify__bounce-enter--bottom-left {
658
+ animation-name: Toastify__bounceInLeft;
659
+ }
660
+ .Toastify__bounce-enter--top-right,
661
+ .Toastify__bounce-enter--bottom-right {
662
+ animation-name: Toastify__bounceInRight;
663
+ }
664
+ .Toastify__bounce-enter--top-center {
665
+ animation-name: Toastify__bounceInDown;
666
+ }
667
+ .Toastify__bounce-enter--bottom-center {
668
+ animation-name: Toastify__bounceInUp;
669
+ }
670
+
671
+ .Toastify__bounce-exit--top-left,
672
+ .Toastify__bounce-exit--bottom-left {
673
+ animation-name: Toastify__bounceOutLeft;
674
+ }
675
+ .Toastify__bounce-exit--top-right,
676
+ .Toastify__bounce-exit--bottom-right {
677
+ animation-name: Toastify__bounceOutRight;
678
+ }
679
+ .Toastify__bounce-exit--top-center {
680
+ animation-name: Toastify__bounceOutUp;
681
+ }
682
+ .Toastify__bounce-exit--bottom-center {
683
+ animation-name: Toastify__bounceOutDown;
684
+ }
685
+
686
+ @keyframes Toastify__zoomIn {
687
+ from {
688
+ opacity: 0;
689
+ transform: scale3d(0.3, 0.3, 0.3);
690
+ }
691
+ 50% {
692
+ opacity: 1;
693
+ }
694
+ }
695
+ @keyframes Toastify__zoomOut {
696
+ from {
697
+ opacity: 1;
698
+ }
699
+ 50% {
700
+ opacity: 0;
701
+ transform: scale3d(0.3, 0.3, 0.3);
702
+ }
703
+ to {
704
+ opacity: 0;
705
+ }
706
+ }
707
+ .Toastify__zoom-enter {
708
+ animation-name: Toastify__zoomIn;
709
+ }
710
+
711
+ .Toastify__zoom-exit {
712
+ animation-name: Toastify__zoomOut;
713
+ }
714
+
715
+ @keyframes Toastify__flipIn {
716
+ from {
717
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
718
+ animation-timing-function: ease-in;
719
+ opacity: 0;
720
+ }
721
+ 40% {
722
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
723
+ animation-timing-function: ease-in;
724
+ }
725
+ 60% {
726
+ transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
727
+ opacity: 1;
728
+ }
729
+ 80% {
730
+ transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
731
+ }
732
+ to {
733
+ transform: perspective(400px);
734
+ }
735
+ }
736
+ @keyframes Toastify__flipOut {
737
+ from {
738
+ transform: perspective(400px);
739
+ }
740
+ 30% {
741
+ transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
742
+ opacity: 1;
743
+ }
744
+ to {
745
+ transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
746
+ opacity: 0;
747
+ }
748
+ }
749
+ .Toastify__flip-enter {
750
+ animation-name: Toastify__flipIn;
751
+ }
752
+
753
+ .Toastify__flip-exit {
754
+ animation-name: Toastify__flipOut;
755
+ }
756
+
757
+ @keyframes Toastify__slideInRight {
758
+ from {
759
+ transform: translate3d(110%, 0, 0);
760
+ visibility: visible;
761
+ }
762
+ to {
763
+ transform: translate3d(0, 0, 0);
764
+ }
765
+ }
766
+ @keyframes Toastify__slideInLeft {
767
+ from {
768
+ transform: translate3d(-110%, 0, 0);
769
+ visibility: visible;
770
+ }
771
+ to {
772
+ transform: translate3d(0, 0, 0);
773
+ }
774
+ }
775
+ @keyframes Toastify__slideInUp {
776
+ from {
777
+ transform: translate3d(0, 110%, 0);
778
+ visibility: visible;
779
+ }
780
+ to {
781
+ transform: translate3d(0, 0, 0);
782
+ }
783
+ }
784
+ @keyframes Toastify__slideInDown {
785
+ from {
786
+ transform: translate3d(0, -110%, 0);
787
+ visibility: visible;
788
+ }
789
+ to {
790
+ transform: translate3d(0, 0, 0);
791
+ }
792
+ }
793
+ @keyframes Toastify__slideOutRight {
794
+ from {
795
+ transform: translate3d(0, 0, 0);
796
+ }
797
+ to {
798
+ visibility: hidden;
799
+ transform: translate3d(110%, 0, 0);
800
+ }
801
+ }
802
+ @keyframes Toastify__slideOutLeft {
803
+ from {
804
+ transform: translate3d(0, 0, 0);
805
+ }
806
+ to {
807
+ visibility: hidden;
808
+ transform: translate3d(-110%, 0, 0);
809
+ }
810
+ }
811
+ @keyframes Toastify__slideOutDown {
812
+ from {
813
+ transform: translate3d(0, 0, 0);
814
+ }
815
+ to {
816
+ visibility: hidden;
817
+ transform: translate3d(0, 500px, 0);
818
+ }
819
+ }
820
+ @keyframes Toastify__slideOutUp {
821
+ from {
822
+ transform: translate3d(0, 0, 0);
823
+ }
824
+ to {
825
+ visibility: hidden;
826
+ transform: translate3d(0, -500px, 0);
827
+ }
828
+ }
829
+ .Toastify__slide-enter--top-left,
830
+ .Toastify__slide-enter--bottom-left {
831
+ animation-name: Toastify__slideInLeft;
832
+ }
833
+ .Toastify__slide-enter--top-right,
834
+ .Toastify__slide-enter--bottom-right {
835
+ animation-name: Toastify__slideInRight;
836
+ }
837
+ .Toastify__slide-enter--top-center {
838
+ animation-name: Toastify__slideInDown;
839
+ }
840
+ .Toastify__slide-enter--bottom-center {
841
+ animation-name: Toastify__slideInUp;
842
+ }
843
+
844
+ .Toastify__slide-exit--top-left,
845
+ .Toastify__slide-exit--bottom-left {
846
+ animation-name: Toastify__slideOutLeft;
847
+ }
848
+ .Toastify__slide-exit--top-right,
849
+ .Toastify__slide-exit--bottom-right {
850
+ animation-name: Toastify__slideOutRight;
851
+ }
852
+ .Toastify__slide-exit--top-center {
853
+ animation-name: Toastify__slideOutUp;
854
+ }
855
+ .Toastify__slide-exit--bottom-center {
856
+ animation-name: Toastify__slideOutDown;
857
+ }
858
+
859
+ @keyframes Toastify__spin {
860
+ from {
861
+ transform: rotate(0deg);
862
+ }
863
+ to {
864
+ transform: rotate(360deg);
865
+ }
866
+ }
867
+
868
+ @keyframes react-loading-skeleton {
869
+ 100% {
870
+ transform: translateX(100%);
871
+ }
872
+ }
873
+
874
+ .react-loading-skeleton {
875
+ --base-color: #ebebeb;
876
+ --highlight-color: #f5f5f5;
877
+ --animation-duration: 1.5s;
878
+ --animation-direction: normal;
879
+ --pseudo-element-display: block; /* Enable animation */
880
+
881
+ background-color: var(--base-color);
882
+
883
+ width: 100%;
884
+ border-radius: 0.25rem;
885
+ display: inline-flex;
886
+ line-height: 1;
887
+
888
+ position: relative;
889
+ overflow: hidden;
890
+ z-index: 1; /* Necessary for overflow: hidden to work correctly in Safari */
891
+ }
892
+
893
+ .react-loading-skeleton::after {
894
+ content: ' ';
895
+ display: var(--pseudo-element-display);
896
+ position: absolute;
897
+ top: 0;
898
+ left: 0;
899
+ right: 0;
900
+ height: 100%;
901
+ background-repeat: no-repeat;
902
+ background-image: linear-gradient(
903
+ 90deg,
904
+ var(--base-color),
905
+ var(--highlight-color),
906
+ var(--base-color)
907
+ );
908
+ transform: translateX(-100%);
909
+
910
+ animation-name: react-loading-skeleton;
911
+ animation-direction: var(--animation-direction);
912
+ animation-duration: var(--animation-duration);
913
+ animation-timing-function: ease-in-out;
914
+ animation-iteration-count: infinite;
915
+ }