@snabcentr/client-ui 0.0.1 → 0.0.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (139) hide show
  1. package/banner/index.d.ts +2 -0
  2. package/banner/sc-banner.component.d.ts +106 -0
  3. package/banner/sc-banner.module.d.ts +15 -0
  4. package/catalog/category-card/sc-category-card.component.d.ts +64 -0
  5. package/catalog/index.d.ts +3 -0
  6. package/catalog/sc-catalog.module.d.ts +14 -0
  7. package/catalog/sc-favorite-btn/sc-favorite-btn.component.d.ts +13 -0
  8. package/esm2020/banner/index.mjs +3 -0
  9. package/esm2020/banner/sc-banner.component.mjs +187 -0
  10. package/esm2020/banner/sc-banner.module.mjs +25 -0
  11. package/esm2020/catalog/category-card/sc-category-card.component.mjs +102 -0
  12. package/esm2020/catalog/index.mjs +4 -0
  13. package/esm2020/catalog/sc-catalog.module.mjs +24 -0
  14. package/esm2020/catalog/sc-favorite-btn/sc-favorite-btn.component.mjs +24 -0
  15. package/esm2020/helpers/index.mjs +2 -0
  16. package/esm2020/helpers/sc-px-converter.mjs +27 -0
  17. package/esm2020/icons/index.mjs +2 -0
  18. package/esm2020/icons/sc-client-ui-icons-name.mjs +97 -0
  19. package/esm2020/news/index.mjs +4 -0
  20. package/esm2020/news/news-card/sc-news-card.component.mjs +19 -0
  21. package/esm2020/news/news-card-skeleton/sc-news-card-skeleton.component.mjs +23 -0
  22. package/esm2020/news/sc-news.module.mjs +24 -0
  23. package/esm2020/public-api.mjs +6 -2
  24. package/esm2020/share-button/index.mjs +3 -0
  25. package/esm2020/share-button/sc-share-button.component.mjs +15 -0
  26. package/esm2020/share-button/sc-share-button.module.mjs +21 -0
  27. package/fesm2015/snabcentr-client-ui.mjs +544 -8
  28. package/fesm2015/snabcentr-client-ui.mjs.map +1 -1
  29. package/fesm2020/snabcentr-client-ui.mjs +541 -8
  30. package/fesm2020/snabcentr-client-ui.mjs.map +1 -1
  31. package/helpers/index.d.ts +1 -0
  32. package/helpers/sc-px-converter.d.ts +15 -0
  33. package/icons/index.d.ts +1 -0
  34. package/icons/sc-client-ui-icons-name.d.ts +4 -0
  35. package/icons/svg-pack/scIconAddProfile.svg +11 -0
  36. package/icons/svg-pack/scIconApplication.svg +11 -0
  37. package/icons/svg-pack/scIconArrowDown.svg +11 -0
  38. package/icons/svg-pack/scIconArrowDownLarge.svg +11 -0
  39. package/icons/svg-pack/scIconArrowDownLargeEnd.svg +12 -0
  40. package/icons/svg-pack/scIconArrowLeft.svg +11 -0
  41. package/icons/svg-pack/scIconArrowReturn.svg +11 -0
  42. package/icons/svg-pack/scIconArrowRight.svg +11 -0
  43. package/icons/svg-pack/scIconArrowUp.svg +11 -0
  44. package/icons/svg-pack/scIconAttention.svg +11 -0
  45. package/icons/svg-pack/scIconBag.svg +11 -0
  46. package/icons/svg-pack/scIconBasket.svg +11 -0
  47. package/icons/svg-pack/scIconBell.svg +11 -0
  48. package/icons/svg-pack/scIconBook.svg +11 -0
  49. package/icons/svg-pack/scIconBubble.svg +11 -0
  50. package/icons/svg-pack/scIconCalendar.svg +11 -0
  51. package/icons/svg-pack/scIconCancel.svg +18 -0
  52. package/icons/svg-pack/scIconCart.svg +11 -0
  53. package/icons/svg-pack/scIconCatalog.svg +16 -0
  54. package/icons/svg-pack/scIconClients.svg +11 -0
  55. package/icons/svg-pack/scIconClip.svg +11 -0
  56. package/icons/svg-pack/scIconClock.svg +11 -0
  57. package/icons/svg-pack/scIconConfigurator.svg +18 -0
  58. package/icons/svg-pack/scIconContacts.svg +11 -0
  59. package/icons/svg-pack/scIconCross.svg +11 -0
  60. package/icons/svg-pack/scIconDeleteProfile.svg +12 -0
  61. package/icons/svg-pack/scIconDone.svg +12 -0
  62. package/icons/svg-pack/scIconDownloading.svg +11 -0
  63. package/icons/svg-pack/scIconEdit.svg +11 -0
  64. package/icons/svg-pack/scIconError.svg +12 -0
  65. package/icons/svg-pack/scIconExcelFile.svg +11 -0
  66. package/icons/svg-pack/scIconEye.svg +11 -0
  67. package/icons/svg-pack/scIconFavorite.svg +11 -0
  68. package/icons/svg-pack/scIconFavoriteFill.svg +11 -0
  69. package/icons/svg-pack/scIconFile.svg +11 -0
  70. package/icons/svg-pack/scIconFilter.svg +11 -0
  71. package/icons/svg-pack/scIconFolder.svg +11 -0
  72. package/icons/svg-pack/scIconFolderOpen.svg +11 -0
  73. package/icons/svg-pack/scIconFolderPlus.svg +11 -0
  74. package/icons/svg-pack/scIconGraph.svg +11 -0
  75. package/icons/svg-pack/scIconHamburger.svg +13 -0
  76. package/icons/svg-pack/scIconHeart.svg +11 -0
  77. package/icons/svg-pack/scIconHeartFill.svg +11 -0
  78. package/icons/svg-pack/scIconHistory.svg +11 -0
  79. package/icons/svg-pack/scIconHome.svg +12 -0
  80. package/icons/svg-pack/scIconImage.svg +11 -0
  81. package/icons/svg-pack/scIconLike.svg +11 -0
  82. package/icons/svg-pack/scIconList.svg +11 -0
  83. package/icons/svg-pack/scIconLocation.svg +11 -0
  84. package/icons/svg-pack/scIconLock.svg +11 -0
  85. package/icons/svg-pack/scIconLockOpen.svg +11 -0
  86. package/icons/svg-pack/scIconLogIn.svg +11 -0
  87. package/icons/svg-pack/scIconLogOut.svg +13 -0
  88. package/icons/svg-pack/scIconLogOut2.svg +13 -0
  89. package/icons/svg-pack/scIconMail.svg +11 -0
  90. package/icons/svg-pack/scIconMoney.svg +11 -0
  91. package/icons/svg-pack/scIconMoney2.svg +11 -0
  92. package/icons/svg-pack/scIconNews.svg +11 -0
  93. package/icons/svg-pack/scIconOffer.svg +11 -0
  94. package/icons/svg-pack/scIconPalette.svg +18 -0
  95. package/icons/svg-pack/scIconPdfFile.svg +12 -0
  96. package/icons/svg-pack/scIconPercentage.svg +11 -0
  97. package/icons/svg-pack/scIconPhone.svg +11 -0
  98. package/icons/svg-pack/scIconPlus.svg +11 -0
  99. package/icons/svg-pack/scIconPrice.svg +11 -0
  100. package/icons/svg-pack/scIconProfile.svg +11 -0
  101. package/icons/svg-pack/scIconQRCodeScan.svg +18 -0
  102. package/icons/svg-pack/scIconQuestion.svg +11 -0
  103. package/icons/svg-pack/scIconReclamation.svg +11 -0
  104. package/icons/svg-pack/scIconRefresh.svg +11 -0
  105. package/icons/svg-pack/scIconRepeat.svg +11 -0
  106. package/icons/svg-pack/scIconRequisites.svg +11 -0
  107. package/icons/svg-pack/scIconRocket.svg +18 -0
  108. package/icons/svg-pack/scIconSave.svg +11 -0
  109. package/icons/svg-pack/scIconSearch.svg +12 -0
  110. package/icons/svg-pack/scIconSend.svg +11 -0
  111. package/icons/svg-pack/scIconSettings.svg +11 -0
  112. package/icons/svg-pack/scIconShare.svg +15 -0
  113. package/icons/svg-pack/scIconStar.svg +11 -0
  114. package/icons/svg-pack/scIconSuitcase.svg +11 -0
  115. package/icons/svg-pack/scIconTasks.svg +11 -0
  116. package/icons/svg-pack/scIconTick.svg +11 -0
  117. package/icons/svg-pack/scIconTop.svg +11 -0
  118. package/icons/svg-pack/scIconVerticalThreeDots.svg +11 -0
  119. package/icons/svg-pack/scIconViewGrid.svg +11 -0
  120. package/icons/svg-pack/scIconViewInline.svg +11 -0
  121. package/icons/svg-pack/scIconViewMinus.svg +11 -0
  122. package/icons/svg-pack/scIconViewTree.svg +15 -0
  123. package/icons/svg-pack/scIconWallet.svg +11 -0
  124. package/icons/svg-pack/scIconWarning.svg +11 -0
  125. package/icons/svg-pack/scIconWordFile.svg +12 -0
  126. package/news/index.d.ts +3 -0
  127. package/news/news-card/sc-news-card.component.d.ts +13 -0
  128. package/news/news-card-skeleton/sc-news-card-skeleton.component.d.ts +12 -0
  129. package/news/sc-news.module.d.ts +14 -0
  130. package/package.json +16 -1
  131. package/public-api.d.ts +5 -1
  132. package/share-button/index.d.ts +2 -0
  133. package/share-button/sc-share-button.component.d.ts +8 -0
  134. package/share-button/sc-share-button.module.d.ts +11 -0
  135. package/styles/taiga/variables.less +49 -50
  136. package/styles/tailwind/extend.js +189 -0
  137. package/styles/tailwind/tailwind.scss +1055 -0
  138. package/esm2020/test-component/test.component.mjs +0 -14
  139. package/test-component/test.component.d.ts +0 -8
@@ -0,0 +1,1055 @@
1
+ /*
2
+ ! tailwindcss v3.3.3 | MIT License | https://tailwindcss.com
3
+ */
4
+
5
+ /*
6
+ 1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
7
+ 2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
8
+ */
9
+
10
+ *,
11
+ ::before,
12
+ ::after {
13
+ box-sizing: border-box;
14
+ /* 1 */
15
+ border-width: 0;
16
+ /* 2 */
17
+ border-style: solid;
18
+ /* 2 */
19
+ border-color: #e5e7eb;
20
+ /* 2 */
21
+ }
22
+
23
+ ::before,
24
+ ::after {
25
+ --tw-content: '';
26
+ }
27
+
28
+ /*
29
+ 1. Use a consistent sensible line-height in all browsers.
30
+ 2. Prevent adjustments of font size after orientation changes in iOS.
31
+ 3. Use a more readable tab size.
32
+ 4. Use the user's configured `sans` font-family by default.
33
+ 5. Use the user's configured `sans` font-feature-settings by default.
34
+ 6. Use the user's configured `sans` font-variation-settings by default.
35
+ */
36
+
37
+ html {
38
+ line-height: 1.5;
39
+ /* 1 */
40
+ -webkit-text-size-adjust: 100%;
41
+ /* 2 */
42
+ -moz-tab-size: 4;
43
+ /* 3 */
44
+ -o-tab-size: 4;
45
+ tab-size: 4;
46
+ /* 3 */
47
+ font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
48
+ /* 4 */
49
+ font-feature-settings: normal;
50
+ /* 5 */
51
+ font-variation-settings: normal;
52
+ /* 6 */
53
+ }
54
+
55
+ /*
56
+ 1. Remove the margin in all browsers.
57
+ 2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
58
+ */
59
+
60
+ body {
61
+ margin: 0;
62
+ /* 1 */
63
+ line-height: inherit;
64
+ /* 2 */
65
+ }
66
+
67
+ /*
68
+ 1. Add the correct height in Firefox.
69
+ 2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
70
+ 3. Ensure horizontal rules are visible by default.
71
+ */
72
+
73
+ hr {
74
+ height: 0;
75
+ /* 1 */
76
+ color: inherit;
77
+ /* 2 */
78
+ border-top-width: 1px;
79
+ /* 3 */
80
+ }
81
+
82
+ /*
83
+ Add the correct text decoration in Chrome, Edge, and Safari.
84
+ */
85
+
86
+ abbr:where([title]) {
87
+ -webkit-text-decoration: underline dotted;
88
+ text-decoration: underline dotted;
89
+ }
90
+
91
+ /*
92
+ Remove the default font size and weight for headings.
93
+ */
94
+
95
+ h1,
96
+ h2,
97
+ h3,
98
+ h4,
99
+ h5,
100
+ h6 {
101
+ font-size: inherit;
102
+ font-weight: inherit;
103
+ }
104
+
105
+ /*
106
+ Reset links to optimize for opt-in styling instead of opt-out.
107
+ */
108
+
109
+ a {
110
+ color: inherit;
111
+ text-decoration: inherit;
112
+ }
113
+
114
+ /*
115
+ Add the correct font weight in Edge and Safari.
116
+ */
117
+
118
+ b,
119
+ strong {
120
+ font-weight: bolder;
121
+ }
122
+
123
+ /*
124
+ 1. Use the user's configured `mono` font family by default.
125
+ 2. Correct the odd `em` font sizing in all browsers.
126
+ */
127
+
128
+ code,
129
+ kbd,
130
+ samp,
131
+ pre {
132
+ font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
133
+ /* 1 */
134
+ font-size: 1em;
135
+ /* 2 */
136
+ }
137
+
138
+ /*
139
+ Add the correct font size in all browsers.
140
+ */
141
+
142
+ small {
143
+ font-size: 80%;
144
+ }
145
+
146
+ /*
147
+ Prevent `sub` and `sup` elements from affecting the line height in all browsers.
148
+ */
149
+
150
+ sub,
151
+ sup {
152
+ font-size: 75%;
153
+ line-height: 0;
154
+ position: relative;
155
+ vertical-align: baseline;
156
+ }
157
+
158
+ sub {
159
+ bottom: -0.25em;
160
+ }
161
+
162
+ sup {
163
+ top: -0.5em;
164
+ }
165
+
166
+ /*
167
+ 1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
168
+ 2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
169
+ 3. Remove gaps between table borders by default.
170
+ */
171
+
172
+ table {
173
+ text-indent: 0;
174
+ /* 1 */
175
+ border-color: inherit;
176
+ /* 2 */
177
+ border-collapse: collapse;
178
+ /* 3 */
179
+ }
180
+
181
+ /*
182
+ 1. Change the font styles in all browsers.
183
+ 2. Remove the margin in Firefox and Safari.
184
+ 3. Remove default padding in all browsers.
185
+ */
186
+
187
+ button,
188
+ input,
189
+ optgroup,
190
+ select,
191
+ textarea {
192
+ font-family: inherit;
193
+ /* 1 */
194
+ font-feature-settings: inherit;
195
+ /* 1 */
196
+ font-variation-settings: inherit;
197
+ /* 1 */
198
+ font-size: 100%;
199
+ /* 1 */
200
+ font-weight: inherit;
201
+ /* 1 */
202
+ line-height: inherit;
203
+ /* 1 */
204
+ color: inherit;
205
+ /* 1 */
206
+ margin: 0;
207
+ /* 2 */
208
+ padding: 0;
209
+ /* 3 */
210
+ }
211
+
212
+ /*
213
+ Remove the inheritance of text transform in Edge and Firefox.
214
+ */
215
+
216
+ button,
217
+ select {
218
+ text-transform: none;
219
+ }
220
+
221
+ /*
222
+ 1. Correct the inability to style clickable types in iOS and Safari.
223
+ 2. Remove default button styles.
224
+ */
225
+
226
+ button,
227
+ [type='button'],
228
+ [type='reset'],
229
+ [type='submit'] {
230
+ -webkit-appearance: button;
231
+ /* 1 */
232
+ background-color: transparent;
233
+ /* 2 */
234
+ background-image: none;
235
+ /* 2 */
236
+ }
237
+
238
+ /*
239
+ Use the modern Firefox focus style for all focusable elements.
240
+ */
241
+
242
+ :-moz-focusring {
243
+ outline: auto;
244
+ }
245
+
246
+ /*
247
+ Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
248
+ */
249
+
250
+ :-moz-ui-invalid {
251
+ box-shadow: none;
252
+ }
253
+
254
+ /*
255
+ Add the correct vertical alignment in Chrome and Firefox.
256
+ */
257
+
258
+ progress {
259
+ vertical-align: baseline;
260
+ }
261
+
262
+ /*
263
+ Correct the cursor style of increment and decrement buttons in Safari.
264
+ */
265
+
266
+ ::-webkit-inner-spin-button,
267
+ ::-webkit-outer-spin-button {
268
+ height: auto;
269
+ }
270
+
271
+ /*
272
+ 1. Correct the odd appearance in Chrome and Safari.
273
+ 2. Correct the outline style in Safari.
274
+ */
275
+
276
+ [type='search'] {
277
+ -webkit-appearance: textfield;
278
+ /* 1 */
279
+ outline-offset: -2px;
280
+ /* 2 */
281
+ }
282
+
283
+ /*
284
+ Remove the inner padding in Chrome and Safari on macOS.
285
+ */
286
+
287
+ ::-webkit-search-decoration {
288
+ -webkit-appearance: none;
289
+ }
290
+
291
+ /*
292
+ 1. Correct the inability to style clickable types in iOS and Safari.
293
+ 2. Change font properties to `inherit` in Safari.
294
+ */
295
+
296
+ ::-webkit-file-upload-button {
297
+ -webkit-appearance: button;
298
+ /* 1 */
299
+ font: inherit;
300
+ /* 2 */
301
+ }
302
+
303
+ /*
304
+ Add the correct display in Chrome and Safari.
305
+ */
306
+
307
+ summary {
308
+ display: list-item;
309
+ }
310
+
311
+ /*
312
+ Removes the default spacing and border for appropriate elements.
313
+ */
314
+
315
+ blockquote,
316
+ dl,
317
+ dd,
318
+ h1,
319
+ h2,
320
+ h3,
321
+ h4,
322
+ h5,
323
+ h6,
324
+ hr,
325
+ figure,
326
+ p,
327
+ pre {
328
+ margin: 0;
329
+ }
330
+
331
+ fieldset {
332
+ margin: 0;
333
+ padding: 0;
334
+ }
335
+
336
+ legend {
337
+ padding: 0;
338
+ }
339
+
340
+ ol,
341
+ ul,
342
+ menu {
343
+ list-style: none;
344
+ margin: 0;
345
+ padding: 0;
346
+ }
347
+
348
+ /*
349
+ Reset default styling for dialogs.
350
+ */
351
+
352
+ dialog {
353
+ padding: 0;
354
+ }
355
+
356
+ /*
357
+ Prevent resizing textareas horizontally by default.
358
+ */
359
+
360
+ textarea {
361
+ resize: vertical;
362
+ }
363
+
364
+ /*
365
+ 1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
366
+ 2. Set the default placeholder color to the user's configured gray 400 color.
367
+ */
368
+
369
+ input::-moz-placeholder, textarea::-moz-placeholder {
370
+ opacity: 1;
371
+ /* 1 */
372
+ color: #9ca3af;
373
+ /* 2 */
374
+ }
375
+
376
+ input::placeholder,
377
+ textarea::placeholder {
378
+ opacity: 1;
379
+ /* 1 */
380
+ color: #9ca3af;
381
+ /* 2 */
382
+ }
383
+
384
+ /*
385
+ Set the default cursor for buttons.
386
+ */
387
+
388
+ button,
389
+ [role="button"] {
390
+ cursor: pointer;
391
+ }
392
+
393
+ /*
394
+ Make sure disabled buttons don't get the pointer cursor.
395
+ */
396
+
397
+ :disabled {
398
+ cursor: default;
399
+ }
400
+
401
+ /*
402
+ 1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
403
+ 2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
404
+ This can trigger a poorly considered lint error in some tools but is included by design.
405
+ */
406
+
407
+ img,
408
+ svg,
409
+ video,
410
+ canvas,
411
+ audio,
412
+ iframe,
413
+ embed,
414
+ object {
415
+ display: block;
416
+ /* 1 */
417
+ vertical-align: middle;
418
+ /* 2 */
419
+ }
420
+
421
+ /*
422
+ Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
423
+ */
424
+
425
+ img,
426
+ video {
427
+ max-width: 100%;
428
+ height: auto;
429
+ }
430
+
431
+ /* Make elements with the HTML hidden attribute stay hidden by default */
432
+
433
+ [hidden] {
434
+ display: none;
435
+ }
436
+
437
+ *, ::before, ::after {
438
+ --tw-border-spacing-x: 0;
439
+ --tw-border-spacing-y: 0;
440
+ --tw-translate-x: 0;
441
+ --tw-translate-y: 0;
442
+ --tw-rotate: 0;
443
+ --tw-skew-x: 0;
444
+ --tw-skew-y: 0;
445
+ --tw-scale-x: 1;
446
+ --tw-scale-y: 1;
447
+ --tw-pan-x: ;
448
+ --tw-pan-y: ;
449
+ --tw-pinch-zoom: ;
450
+ --tw-scroll-snap-strictness: proximity;
451
+ --tw-gradient-from-position: ;
452
+ --tw-gradient-via-position: ;
453
+ --tw-gradient-to-position: ;
454
+ --tw-ordinal: ;
455
+ --tw-slashed-zero: ;
456
+ --tw-numeric-figure: ;
457
+ --tw-numeric-spacing: ;
458
+ --tw-numeric-fraction: ;
459
+ --tw-ring-inset: ;
460
+ --tw-ring-offset-width: 0px;
461
+ --tw-ring-offset-color: #fff;
462
+ --tw-ring-color: rgb(59 130 246 / 0.5);
463
+ --tw-ring-offset-shadow: 0 0 #0000;
464
+ --tw-ring-shadow: 0 0 #0000;
465
+ --tw-shadow: 0 0 #0000;
466
+ --tw-shadow-colored: 0 0 #0000;
467
+ --tw-blur: ;
468
+ --tw-brightness: ;
469
+ --tw-contrast: ;
470
+ --tw-grayscale: ;
471
+ --tw-hue-rotate: ;
472
+ --tw-invert: ;
473
+ --tw-saturate: ;
474
+ --tw-sepia: ;
475
+ --tw-drop-shadow: ;
476
+ --tw-backdrop-blur: ;
477
+ --tw-backdrop-brightness: ;
478
+ --tw-backdrop-contrast: ;
479
+ --tw-backdrop-grayscale: ;
480
+ --tw-backdrop-hue-rotate: ;
481
+ --tw-backdrop-invert: ;
482
+ --tw-backdrop-opacity: ;
483
+ --tw-backdrop-saturate: ;
484
+ --tw-backdrop-sepia: ;
485
+ }
486
+
487
+ ::backdrop {
488
+ --tw-border-spacing-x: 0;
489
+ --tw-border-spacing-y: 0;
490
+ --tw-translate-x: 0;
491
+ --tw-translate-y: 0;
492
+ --tw-rotate: 0;
493
+ --tw-skew-x: 0;
494
+ --tw-skew-y: 0;
495
+ --tw-scale-x: 1;
496
+ --tw-scale-y: 1;
497
+ --tw-pan-x: ;
498
+ --tw-pan-y: ;
499
+ --tw-pinch-zoom: ;
500
+ --tw-scroll-snap-strictness: proximity;
501
+ --tw-gradient-from-position: ;
502
+ --tw-gradient-via-position: ;
503
+ --tw-gradient-to-position: ;
504
+ --tw-ordinal: ;
505
+ --tw-slashed-zero: ;
506
+ --tw-numeric-figure: ;
507
+ --tw-numeric-spacing: ;
508
+ --tw-numeric-fraction: ;
509
+ --tw-ring-inset: ;
510
+ --tw-ring-offset-width: 0px;
511
+ --tw-ring-offset-color: #fff;
512
+ --tw-ring-color: rgb(59 130 246 / 0.5);
513
+ --tw-ring-offset-shadow: 0 0 #0000;
514
+ --tw-ring-shadow: 0 0 #0000;
515
+ --tw-shadow: 0 0 #0000;
516
+ --tw-shadow-colored: 0 0 #0000;
517
+ --tw-blur: ;
518
+ --tw-brightness: ;
519
+ --tw-contrast: ;
520
+ --tw-grayscale: ;
521
+ --tw-hue-rotate: ;
522
+ --tw-invert: ;
523
+ --tw-saturate: ;
524
+ --tw-sepia: ;
525
+ --tw-drop-shadow: ;
526
+ --tw-backdrop-blur: ;
527
+ --tw-backdrop-brightness: ;
528
+ --tw-backdrop-contrast: ;
529
+ --tw-backdrop-grayscale: ;
530
+ --tw-backdrop-hue-rotate: ;
531
+ --tw-backdrop-invert: ;
532
+ --tw-backdrop-opacity: ;
533
+ --tw-backdrop-saturate: ;
534
+ --tw-backdrop-sepia: ;
535
+ }
536
+
537
+ .container {
538
+ width: 100%;
539
+ }
540
+
541
+ @media (min-width: 640px) {
542
+ .container {
543
+ max-width: 640px;
544
+ }
545
+ }
546
+
547
+ @media (min-width: 768px) {
548
+ .container {
549
+ max-width: 768px;
550
+ }
551
+ }
552
+
553
+ @media (min-width: 1024px) {
554
+ .container {
555
+ max-width: 1024px;
556
+ }
557
+ }
558
+
559
+ @media (min-width: 1280px) {
560
+ .container {
561
+ max-width: 1280px;
562
+ }
563
+ }
564
+
565
+ @media (min-width: 1536px) {
566
+ .container {
567
+ max-width: 1536px;
568
+ }
569
+ }
570
+
571
+ .sr-only {
572
+ position: absolute;
573
+ width: 1px;
574
+ height: 1px;
575
+ padding: 0;
576
+ margin: -1px;
577
+ overflow: hidden;
578
+ clip: rect(0, 0, 0, 0);
579
+ white-space: nowrap;
580
+ border-width: 0;
581
+ }
582
+
583
+ .pointer-events-none {
584
+ pointer-events: none;
585
+ }
586
+
587
+ .\!visible {
588
+ visibility: visible !important;
589
+ }
590
+
591
+ .visible {
592
+ visibility: visible;
593
+ }
594
+
595
+ .invisible {
596
+ visibility: hidden;
597
+ }
598
+
599
+ .collapse {
600
+ visibility: collapse;
601
+ }
602
+
603
+ .static {
604
+ position: static;
605
+ }
606
+
607
+ .fixed {
608
+ position: fixed;
609
+ }
610
+
611
+ .\!absolute {
612
+ position: absolute !important;
613
+ }
614
+
615
+ .absolute {
616
+ position: absolute;
617
+ }
618
+
619
+ .\!relative {
620
+ position: relative !important;
621
+ }
622
+
623
+ .relative {
624
+ position: relative;
625
+ }
626
+
627
+ .sticky {
628
+ position: sticky;
629
+ }
630
+
631
+ .left-1 {
632
+ left: 0.25rem;
633
+ }
634
+
635
+ .left-3 {
636
+ left: 0.75rem;
637
+ }
638
+
639
+ .top-1 {
640
+ top: 0.25rem;
641
+ }
642
+
643
+ .top-3 {
644
+ top: 0.75rem;
645
+ }
646
+
647
+ .isolate {
648
+ isolation: isolate;
649
+ }
650
+
651
+ .m-8 {
652
+ margin: 2rem;
653
+ }
654
+
655
+ .mb-2 {
656
+ margin-bottom: 0.5rem;
657
+ }
658
+
659
+ .mb-2\.5 {
660
+ margin-bottom: 0.625rem;
661
+ }
662
+
663
+ .mb-3 {
664
+ margin-bottom: 0.75rem;
665
+ }
666
+
667
+ .mt-3 {
668
+ margin-top: 0.75rem;
669
+ }
670
+
671
+ .line-clamp-3 {
672
+ overflow: hidden;
673
+ display: -webkit-box;
674
+ -webkit-box-orient: vertical;
675
+ -webkit-line-clamp: 3;
676
+ }
677
+
678
+ .\!block {
679
+ display: block !important;
680
+ }
681
+
682
+ .block {
683
+ display: block;
684
+ }
685
+
686
+ .inline {
687
+ display: inline;
688
+ }
689
+
690
+ .flex {
691
+ display: flex;
692
+ }
693
+
694
+ .table {
695
+ display: table;
696
+ }
697
+
698
+ .grid {
699
+ display: grid;
700
+ }
701
+
702
+ .contents {
703
+ display: contents;
704
+ }
705
+
706
+ .\!hidden {
707
+ display: none !important;
708
+ }
709
+
710
+ .hidden {
711
+ display: none;
712
+ }
713
+
714
+ .h-3 {
715
+ height: 0.75rem;
716
+ }
717
+
718
+ .h-32 {
719
+ height: 8rem;
720
+ }
721
+
722
+ .h-50 {
723
+ height: 12.5rem;
724
+ }
725
+
726
+ .h-82 {
727
+ height: 20.5rem;
728
+ }
729
+
730
+ .h-full {
731
+ height: 100%;
732
+ }
733
+
734
+ .w-3 {
735
+ width: 0.75rem;
736
+ }
737
+
738
+ .w-3\/4 {
739
+ width: 75%;
740
+ }
741
+
742
+ .w-70 {
743
+ width: 17.5rem;
744
+ }
745
+
746
+ .w-8 {
747
+ width: 2rem;
748
+ }
749
+
750
+ .w-96 {
751
+ width: 24rem;
752
+ }
753
+
754
+ .w-full {
755
+ width: 100%;
756
+ }
757
+
758
+ .flex-shrink {
759
+ flex-shrink: 1;
760
+ }
761
+
762
+ .shrink {
763
+ flex-shrink: 1;
764
+ }
765
+
766
+ .shrink-0 {
767
+ flex-shrink: 0;
768
+ }
769
+
770
+ .flex-grow {
771
+ flex-grow: 1;
772
+ }
773
+
774
+ .grow {
775
+ flex-grow: 1;
776
+ }
777
+
778
+ .border-collapse {
779
+ border-collapse: collapse;
780
+ }
781
+
782
+ .transform {
783
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
784
+ }
785
+
786
+ .resize {
787
+ resize: both;
788
+ }
789
+
790
+ .flex-col {
791
+ flex-direction: column;
792
+ }
793
+
794
+ .flex-wrap {
795
+ flex-wrap: wrap;
796
+ }
797
+
798
+ .items-center {
799
+ align-items: center;
800
+ }
801
+
802
+ .justify-center {
803
+ justify-content: center;
804
+ }
805
+
806
+ .justify-between {
807
+ justify-content: space-between;
808
+ }
809
+
810
+ .gap-2 {
811
+ gap: 0.5rem;
812
+ }
813
+
814
+ .gap-4 {
815
+ gap: 1rem;
816
+ }
817
+
818
+ .gap-5 {
819
+ gap: 1.25rem;
820
+ }
821
+
822
+ .gap-8 {
823
+ gap: 2rem;
824
+ }
825
+
826
+ .overflow-hidden {
827
+ overflow: hidden;
828
+ }
829
+
830
+ .truncate {
831
+ overflow: hidden;
832
+ text-overflow: ellipsis;
833
+ white-space: nowrap;
834
+ }
835
+
836
+ .rounded {
837
+ border-radius: 0.25rem;
838
+ }
839
+
840
+ .rounded-lg {
841
+ border-radius: 0.5rem;
842
+ }
843
+
844
+ .rounded-sm {
845
+ border-radius: 0.125rem;
846
+ }
847
+
848
+ .rounded-tui-radius-m {
849
+ border-radius: var(--tui-radius-m);
850
+ }
851
+
852
+ .rounded-tui-radius-s {
853
+ border-radius: var(--tui-radius-s);
854
+ }
855
+
856
+ .border {
857
+ border-width: 1px;
858
+ }
859
+
860
+ .bg-tui-base-02 {
861
+ background-color: var(--tui-base-02);
862
+ }
863
+
864
+ .bg-white {
865
+ --tw-bg-opacity: 1;
866
+ background-color: rgb(255 255 255 / var(--tw-bg-opacity));
867
+ }
868
+
869
+ .bg-cover {
870
+ background-size: cover;
871
+ }
872
+
873
+ .bg-center {
874
+ background-position: center;
875
+ }
876
+
877
+ .bg-no-repeat {
878
+ background-repeat: no-repeat;
879
+ }
880
+
881
+ .object-cover {
882
+ -o-object-fit: cover;
883
+ object-fit: cover;
884
+ }
885
+
886
+ .p-3 {
887
+ padding: 0.75rem;
888
+ }
889
+
890
+ .p-5 {
891
+ padding: 1.25rem;
892
+ }
893
+
894
+ .px-6 {
895
+ padding-left: 1.5rem;
896
+ padding-right: 1.5rem;
897
+ }
898
+
899
+ .py-4 {
900
+ padding-top: 1rem;
901
+ padding-bottom: 1rem;
902
+ }
903
+
904
+ .py-4\.5 {
905
+ padding-top: 1.125rem;
906
+ padding-bottom: 1.125rem;
907
+ }
908
+
909
+ .align-baseline {
910
+ vertical-align: baseline;
911
+ }
912
+
913
+ .\!text-2xl {
914
+ font-size: 1.5rem !important;
915
+ line-height: 2rem !important;
916
+ }
917
+
918
+ .text-sm {
919
+ font-size: 0.875rem;
920
+ line-height: 1.25rem;
921
+ }
922
+
923
+ .font-bold {
924
+ font-weight: 700;
925
+ }
926
+
927
+ .uppercase {
928
+ text-transform: uppercase;
929
+ }
930
+
931
+ .lowercase {
932
+ text-transform: lowercase;
933
+ }
934
+
935
+ .capitalize {
936
+ text-transform: capitalize;
937
+ }
938
+
939
+ .italic {
940
+ font-style: italic;
941
+ }
942
+
943
+ .ordinal {
944
+ --tw-ordinal: ordinal;
945
+ font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
946
+ }
947
+
948
+ .text-black {
949
+ --tw-text-opacity: 1;
950
+ color: rgb(0 0 0 / var(--tw-text-opacity));
951
+ }
952
+
953
+ .text-green-600 {
954
+ --tw-text-opacity: 1;
955
+ color: rgb(22 163 74 / var(--tw-text-opacity));
956
+ }
957
+
958
+ .text-tui-base-07 {
959
+ color: var(--tui-base-07);
960
+ }
961
+
962
+ .text-tui-primary {
963
+ color: var(--tui-primary);
964
+ }
965
+
966
+ .underline {
967
+ text-decoration-line: underline;
968
+ }
969
+
970
+ .overline {
971
+ text-decoration-line: overline;
972
+ }
973
+
974
+ .shadow {
975
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
976
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
977
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
978
+ }
979
+
980
+ .shadow-sc {
981
+ --tw-shadow: 2px 7px 20px 1px rgba(0, 0, 0, 0.1);
982
+ --tw-shadow-colored: 2px 7px 20px 1px var(--tw-shadow-color);
983
+ box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
984
+ }
985
+
986
+ .outline {
987
+ outline-style: solid;
988
+ }
989
+
990
+ .ring {
991
+ --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
992
+ --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
993
+ box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
994
+ }
995
+
996
+ .blur {
997
+ --tw-blur: blur(8px);
998
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
999
+ }
1000
+
1001
+ .grayscale {
1002
+ --tw-grayscale: grayscale(100%);
1003
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1004
+ }
1005
+
1006
+ .invert {
1007
+ --tw-invert: invert(100%);
1008
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1009
+ }
1010
+
1011
+ .sepia {
1012
+ --tw-sepia: sepia(100%);
1013
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1014
+ }
1015
+
1016
+ .filter {
1017
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1018
+ }
1019
+
1020
+ .backdrop-filter {
1021
+ -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1022
+ backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
1023
+ }
1024
+
1025
+ .transition {
1026
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
1027
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
1028
+ transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
1029
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1030
+ transition-duration: 150ms;
1031
+ }
1032
+
1033
+ .duration-300 {
1034
+ transition-duration: 300ms;
1035
+ }
1036
+
1037
+ .ease-in {
1038
+ transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
1039
+ }
1040
+
1041
+ .ease-in-out {
1042
+ transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
1043
+ }
1044
+
1045
+ .ease-out {
1046
+ transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
1047
+ }
1048
+
1049
+ .\[fs\:0\] {
1050
+ fs: 0;
1051
+ }
1052
+
1053
+ .\[k\:string\] {
1054
+ k: string;
1055
+ }