@soppiya/app-bridge 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/README.md +23 -0
- package/dist/assets/images/docs.js +2 -0
- package/dist/assets/images/document.js +2 -0
- package/dist/assets/images/pdf.js +2 -0
- package/dist/assets/images/play.js +2 -0
- package/dist/assets/images/ppt.js +2 -0
- package/dist/assets/images/rar.js +2 -0
- package/dist/assets/images/sound.js +2 -0
- package/dist/assets/images/txt.js +2 -0
- package/dist/assets/images/xls.js +2 -0
- package/dist/assets/images/zip.js +2 -0
- package/dist/components/index.d.ts +2 -0
- package/dist/components/index.js +3 -0
- package/dist/components/infinity-scroll/InfinityScroll.d.ts +5 -0
- package/dist/components/infinity-scroll/InfinityScroll.js +29 -0
- package/dist/components/infinity-scroll/index.d.ts +1 -0
- package/dist/components/infinity-scroll/index.js +2 -0
- package/dist/components/media/Media.d.ts +11 -0
- package/dist/components/media/Media.js +349 -0
- package/dist/components/media/Media.stories.d.ts +18 -0
- package/dist/components/media/Media.stories.js +13 -0
- package/dist/components/media/MediaItem.d.ts +12 -0
- package/dist/components/media/MediaItem.js +104 -0
- package/dist/components/media/MediaPreview.d.ts +7 -0
- package/dist/components/media/MediaPreview.js +127 -0
- package/dist/components/media/MediaSorting.d.ts +8 -0
- package/dist/components/media/MediaSorting.js +85 -0
- package/dist/components/media/format.d.ts +1 -0
- package/dist/components/media/format.js +28 -0
- package/dist/components/media/graph.d.ts +22 -0
- package/dist/components/media/graph.js +75 -0
- package/dist/components/media/index.d.ts +1 -0
- package/dist/components/media/index.js +2 -0
- package/dist/components/media/types.d.ts +13 -0
- package/dist/components/media/types.js +6 -0
- package/dist/components/media/uploadMedias.d.ts +7 -0
- package/dist/components/media/uploadMedias.js +31 -0
- package/dist/components/media/useDeleteMedias.d.ts +7 -0
- package/dist/components/media/useDeleteMedias.js +14 -0
- package/dist/components/media/useDrop.d.ts +11 -0
- package/dist/components/media/useDrop.js +41 -0
- package/dist/components/media/useMediaFilter.d.ts +5 -0
- package/dist/components/media/useMediaFilter.js +15 -0
- package/dist/components/media/useMediaSorting.d.ts +6 -0
- package/dist/components/media/useMediaSorting.js +19 -0
- package/dist/components/media/useMedias.d.ts +31 -0
- package/dist/components/media/useMedias.js +58 -0
- package/dist/components/media/useStorage.d.ts +8 -0
- package/dist/components/media/useStorage.js +17 -0
- package/dist/components/media/useThumbnail.d.ts +5 -0
- package/dist/components/media/useThumbnail.js +64 -0
- package/dist/components/savebar/SaveBar.d.ts +9 -0
- package/dist/components/savebar/SaveBar.js +21 -0
- package/dist/components/savebar/index.d.ts +1 -0
- package/dist/components/savebar/index.js +2 -0
- package/dist/hooks/index.d.ts +1 -0
- package/dist/hooks/index.js +2 -0
- package/dist/hooks/useSoppiyaBridge.d.ts +3 -0
- package/dist/hooks/useSoppiyaBridge.js +9 -0
- package/dist/index.d.ts +3 -0
- package/dist/index.js +3 -0
- package/dist/shared/graphql/fragment-masking.d.ts +19 -0
- package/dist/shared/graphql/fragment-masking.js +15 -0
- package/dist/shared/graphql/gql.d.ts +56 -0
- package/dist/shared/graphql/gql.js +12 -0
- package/dist/shared/graphql/graphql.d.ts +3881 -0
- package/dist/shared/graphql/graphql.js +1226 -0
- package/dist/shared/graphql/index.d.ts +2 -0
- package/dist/shared/graphql/index.js +2 -0
- package/dist/static/image/docs.png +0 -0
- package/dist/static/image/document.png +0 -0
- package/dist/static/image/pdf.png +0 -0
- package/dist/static/image/play.png +0 -0
- package/dist/static/image/ppt.png +0 -0
- package/dist/static/image/rar.png +0 -0
- package/dist/static/image/sound.png +0 -0
- package/dist/static/image/txt.png +0 -0
- package/dist/static/image/xls.png +0 -0
- package/dist/static/image/zip.png +0 -0
- package/dist/styles.css +869 -0
- package/package.json +66 -0
package/dist/styles.css
ADDED
|
@@ -0,0 +1,869 @@
|
|
|
1
|
+
@layer properties {
|
|
2
|
+
@supports (((-webkit-hyphens: none)) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color: rgb(from red r g b)))) {
|
|
3
|
+
*, :before, :after, ::backdrop {
|
|
4
|
+
--tw-translate-x: 0;
|
|
5
|
+
--tw-translate-y: 0;
|
|
6
|
+
--tw-translate-z: 0;
|
|
7
|
+
--tw-border-style: solid;
|
|
8
|
+
--tw-outline-style: solid;
|
|
9
|
+
--tw-blur: initial;
|
|
10
|
+
--tw-brightness: initial;
|
|
11
|
+
--tw-contrast: initial;
|
|
12
|
+
--tw-grayscale: initial;
|
|
13
|
+
--tw-hue-rotate: initial;
|
|
14
|
+
--tw-invert: initial;
|
|
15
|
+
--tw-opacity: initial;
|
|
16
|
+
--tw-saturate: initial;
|
|
17
|
+
--tw-sepia: initial;
|
|
18
|
+
--tw-drop-shadow: initial;
|
|
19
|
+
--tw-drop-shadow-color: initial;
|
|
20
|
+
--tw-drop-shadow-alpha: 100%;
|
|
21
|
+
--tw-drop-shadow-size: initial;
|
|
22
|
+
--tw-backdrop-blur: initial;
|
|
23
|
+
--tw-backdrop-brightness: initial;
|
|
24
|
+
--tw-backdrop-contrast: initial;
|
|
25
|
+
--tw-backdrop-grayscale: initial;
|
|
26
|
+
--tw-backdrop-hue-rotate: initial;
|
|
27
|
+
--tw-backdrop-invert: initial;
|
|
28
|
+
--tw-backdrop-opacity: initial;
|
|
29
|
+
--tw-backdrop-saturate: initial;
|
|
30
|
+
--tw-backdrop-sepia: initial;
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
}
|
|
34
|
+
|
|
35
|
+
@layer theme {
|
|
36
|
+
:root, :host {
|
|
37
|
+
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
|
|
38
|
+
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
|
|
39
|
+
--color-gray-400: oklch(70.7% .022 261.325);
|
|
40
|
+
--spacing: .25rem;
|
|
41
|
+
--blur-xs: 4px;
|
|
42
|
+
--default-transition-duration: .15s;
|
|
43
|
+
--default-transition-timing-function: cubic-bezier(.4, 0, .2, 1);
|
|
44
|
+
--default-font-family: var(--font-sans);
|
|
45
|
+
--default-mono-font-family: var(--font-mono);
|
|
46
|
+
}
|
|
47
|
+
}
|
|
48
|
+
|
|
49
|
+
@layer base {
|
|
50
|
+
*, :after, :before, ::backdrop {
|
|
51
|
+
box-sizing: border-box;
|
|
52
|
+
border: 0 solid;
|
|
53
|
+
margin: 0;
|
|
54
|
+
padding: 0;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
::file-selector-button {
|
|
58
|
+
box-sizing: border-box;
|
|
59
|
+
border: 0 solid;
|
|
60
|
+
margin: 0;
|
|
61
|
+
padding: 0;
|
|
62
|
+
}
|
|
63
|
+
|
|
64
|
+
html, :host {
|
|
65
|
+
-webkit-text-size-adjust: 100%;
|
|
66
|
+
tab-size: 4;
|
|
67
|
+
line-height: 1.5;
|
|
68
|
+
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
|
|
69
|
+
font-feature-settings: var(--default-font-feature-settings, normal);
|
|
70
|
+
font-variation-settings: var(--default-font-variation-settings, normal);
|
|
71
|
+
-webkit-tap-highlight-color: transparent;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
hr {
|
|
75
|
+
height: 0;
|
|
76
|
+
color: inherit;
|
|
77
|
+
border-top-width: 1px;
|
|
78
|
+
}
|
|
79
|
+
|
|
80
|
+
abbr:where([title]) {
|
|
81
|
+
text-decoration: underline dotted;
|
|
82
|
+
}
|
|
83
|
+
|
|
84
|
+
h1, h2, h3, h4, h5, h6 {
|
|
85
|
+
font-size: inherit;
|
|
86
|
+
font-weight: inherit;
|
|
87
|
+
}
|
|
88
|
+
|
|
89
|
+
a {
|
|
90
|
+
color: inherit;
|
|
91
|
+
-webkit-text-decoration: inherit;
|
|
92
|
+
-webkit-text-decoration: inherit;
|
|
93
|
+
-webkit-text-decoration: inherit;
|
|
94
|
+
text-decoration: inherit;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
b, strong {
|
|
98
|
+
font-weight: bolder;
|
|
99
|
+
}
|
|
100
|
+
|
|
101
|
+
code, kbd, samp, pre {
|
|
102
|
+
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
|
|
103
|
+
font-feature-settings: var(--default-mono-font-feature-settings, normal);
|
|
104
|
+
font-variation-settings: var(--default-mono-font-variation-settings, normal);
|
|
105
|
+
font-size: 1em;
|
|
106
|
+
}
|
|
107
|
+
|
|
108
|
+
small {
|
|
109
|
+
font-size: 80%;
|
|
110
|
+
}
|
|
111
|
+
|
|
112
|
+
sub, sup {
|
|
113
|
+
vertical-align: baseline;
|
|
114
|
+
font-size: 75%;
|
|
115
|
+
line-height: 0;
|
|
116
|
+
position: relative;
|
|
117
|
+
}
|
|
118
|
+
|
|
119
|
+
sub {
|
|
120
|
+
bottom: -.25em;
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
sup {
|
|
124
|
+
top: -.5em;
|
|
125
|
+
}
|
|
126
|
+
|
|
127
|
+
table {
|
|
128
|
+
text-indent: 0;
|
|
129
|
+
border-color: inherit;
|
|
130
|
+
border-collapse: collapse;
|
|
131
|
+
}
|
|
132
|
+
|
|
133
|
+
:-moz-focusring {
|
|
134
|
+
outline: auto;
|
|
135
|
+
}
|
|
136
|
+
|
|
137
|
+
progress {
|
|
138
|
+
vertical-align: baseline;
|
|
139
|
+
}
|
|
140
|
+
|
|
141
|
+
summary {
|
|
142
|
+
display: list-item;
|
|
143
|
+
}
|
|
144
|
+
|
|
145
|
+
ol, ul, menu {
|
|
146
|
+
list-style: none;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
img, svg, video, canvas, audio, iframe, embed, object {
|
|
150
|
+
vertical-align: middle;
|
|
151
|
+
display: block;
|
|
152
|
+
}
|
|
153
|
+
|
|
154
|
+
img, video {
|
|
155
|
+
max-width: 100%;
|
|
156
|
+
height: auto;
|
|
157
|
+
}
|
|
158
|
+
|
|
159
|
+
button, input, select, optgroup, textarea {
|
|
160
|
+
font: inherit;
|
|
161
|
+
font-feature-settings: inherit;
|
|
162
|
+
font-variation-settings: inherit;
|
|
163
|
+
letter-spacing: inherit;
|
|
164
|
+
color: inherit;
|
|
165
|
+
opacity: 1;
|
|
166
|
+
background-color: #0000;
|
|
167
|
+
border-radius: 0;
|
|
168
|
+
}
|
|
169
|
+
|
|
170
|
+
::file-selector-button {
|
|
171
|
+
font: inherit;
|
|
172
|
+
font-feature-settings: inherit;
|
|
173
|
+
font-variation-settings: inherit;
|
|
174
|
+
letter-spacing: inherit;
|
|
175
|
+
color: inherit;
|
|
176
|
+
opacity: 1;
|
|
177
|
+
background-color: #0000;
|
|
178
|
+
border-radius: 0;
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
:where(select:is([multiple], [size])) optgroup {
|
|
182
|
+
font-weight: bolder;
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
:where(select:is([multiple], [size])) optgroup option {
|
|
186
|
+
padding-inline-start: 20px;
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
::file-selector-button {
|
|
190
|
+
margin-inline-end: 4px;
|
|
191
|
+
}
|
|
192
|
+
|
|
193
|
+
::placeholder {
|
|
194
|
+
opacity: 1;
|
|
195
|
+
}
|
|
196
|
+
|
|
197
|
+
@supports (not ((-webkit-appearance: -apple-pay-button))) or (contain-intrinsic-size: 1px) {
|
|
198
|
+
::placeholder {
|
|
199
|
+
color: currentColor;
|
|
200
|
+
}
|
|
201
|
+
|
|
202
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
203
|
+
::placeholder {
|
|
204
|
+
color: color-mix(in oklab, currentcolor 50%, transparent);
|
|
205
|
+
}
|
|
206
|
+
}
|
|
207
|
+
}
|
|
208
|
+
|
|
209
|
+
textarea {
|
|
210
|
+
resize: vertical;
|
|
211
|
+
}
|
|
212
|
+
|
|
213
|
+
::-webkit-search-decoration {
|
|
214
|
+
-webkit-appearance: none;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
::-webkit-date-and-time-value {
|
|
218
|
+
min-height: 1lh;
|
|
219
|
+
text-align: inherit;
|
|
220
|
+
}
|
|
221
|
+
|
|
222
|
+
::-webkit-datetime-edit {
|
|
223
|
+
display: inline-flex;
|
|
224
|
+
}
|
|
225
|
+
|
|
226
|
+
::-webkit-datetime-edit-fields-wrapper {
|
|
227
|
+
padding: 0;
|
|
228
|
+
}
|
|
229
|
+
|
|
230
|
+
::-webkit-datetime-edit {
|
|
231
|
+
padding-block: 0;
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
::-webkit-datetime-edit-year-field {
|
|
235
|
+
padding-block: 0;
|
|
236
|
+
}
|
|
237
|
+
|
|
238
|
+
::-webkit-datetime-edit-month-field {
|
|
239
|
+
padding-block: 0;
|
|
240
|
+
}
|
|
241
|
+
|
|
242
|
+
::-webkit-datetime-edit-day-field {
|
|
243
|
+
padding-block: 0;
|
|
244
|
+
}
|
|
245
|
+
|
|
246
|
+
::-webkit-datetime-edit-hour-field {
|
|
247
|
+
padding-block: 0;
|
|
248
|
+
}
|
|
249
|
+
|
|
250
|
+
::-webkit-datetime-edit-minute-field {
|
|
251
|
+
padding-block: 0;
|
|
252
|
+
}
|
|
253
|
+
|
|
254
|
+
::-webkit-datetime-edit-second-field {
|
|
255
|
+
padding-block: 0;
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
::-webkit-datetime-edit-millisecond-field {
|
|
259
|
+
padding-block: 0;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
::-webkit-datetime-edit-meridiem-field {
|
|
263
|
+
padding-block: 0;
|
|
264
|
+
}
|
|
265
|
+
|
|
266
|
+
::-webkit-calendar-picker-indicator {
|
|
267
|
+
line-height: 1;
|
|
268
|
+
}
|
|
269
|
+
|
|
270
|
+
:-moz-ui-invalid {
|
|
271
|
+
box-shadow: none;
|
|
272
|
+
}
|
|
273
|
+
|
|
274
|
+
button, input:where([type="button"], [type="reset"], [type="submit"]) {
|
|
275
|
+
appearance: button;
|
|
276
|
+
}
|
|
277
|
+
|
|
278
|
+
::file-selector-button {
|
|
279
|
+
appearance: button;
|
|
280
|
+
}
|
|
281
|
+
|
|
282
|
+
::-webkit-inner-spin-button {
|
|
283
|
+
height: auto;
|
|
284
|
+
}
|
|
285
|
+
|
|
286
|
+
::-webkit-outer-spin-button {
|
|
287
|
+
height: auto;
|
|
288
|
+
}
|
|
289
|
+
|
|
290
|
+
[hidden]:where(:not([hidden="until-found"])) {
|
|
291
|
+
display: none !important;
|
|
292
|
+
}
|
|
293
|
+
}
|
|
294
|
+
|
|
295
|
+
@layer components;
|
|
296
|
+
|
|
297
|
+
@layer utilities {
|
|
298
|
+
.visible {
|
|
299
|
+
visibility: visible;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
.\!absolute {
|
|
303
|
+
position: absolute !important;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
.absolute {
|
|
307
|
+
position: absolute;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
.relative {
|
|
311
|
+
position: relative;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.top-1 {
|
|
315
|
+
top: calc(var(--spacing) * 1);
|
|
316
|
+
}
|
|
317
|
+
|
|
318
|
+
.top-1\/2 {
|
|
319
|
+
top: 50%;
|
|
320
|
+
}
|
|
321
|
+
|
|
322
|
+
.top-9 {
|
|
323
|
+
top: calc(var(--spacing) * 9);
|
|
324
|
+
}
|
|
325
|
+
|
|
326
|
+
.top-\[80px\] {
|
|
327
|
+
top: 80px;
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.right-0 {
|
|
331
|
+
right: calc(var(--spacing) * 0);
|
|
332
|
+
}
|
|
333
|
+
|
|
334
|
+
.right-1 {
|
|
335
|
+
right: calc(var(--spacing) * 1);
|
|
336
|
+
}
|
|
337
|
+
|
|
338
|
+
.right-4 {
|
|
339
|
+
right: calc(var(--spacing) * 4);
|
|
340
|
+
}
|
|
341
|
+
|
|
342
|
+
.left-0 {
|
|
343
|
+
left: calc(var(--spacing) * 0);
|
|
344
|
+
}
|
|
345
|
+
|
|
346
|
+
.left-1\/2 {
|
|
347
|
+
left: 50%;
|
|
348
|
+
}
|
|
349
|
+
|
|
350
|
+
.z-1 {
|
|
351
|
+
z-index: 1;
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.z-30 {
|
|
355
|
+
z-index: 30;
|
|
356
|
+
}
|
|
357
|
+
|
|
358
|
+
.mx-auto {
|
|
359
|
+
margin-inline: auto;
|
|
360
|
+
}
|
|
361
|
+
|
|
362
|
+
.mt-\[10px\] {
|
|
363
|
+
margin-top: 10px;
|
|
364
|
+
}
|
|
365
|
+
|
|
366
|
+
.flex {
|
|
367
|
+
display: flex;
|
|
368
|
+
}
|
|
369
|
+
|
|
370
|
+
.grid {
|
|
371
|
+
display: grid;
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
.hidden {
|
|
375
|
+
display: none;
|
|
376
|
+
}
|
|
377
|
+
|
|
378
|
+
.\!h-full {
|
|
379
|
+
height: 100% !important;
|
|
380
|
+
}
|
|
381
|
+
|
|
382
|
+
.h-\[50px\] {
|
|
383
|
+
height: 50px;
|
|
384
|
+
}
|
|
385
|
+
|
|
386
|
+
.h-\[100px\] {
|
|
387
|
+
height: 100px;
|
|
388
|
+
}
|
|
389
|
+
|
|
390
|
+
.h-\[130px\] {
|
|
391
|
+
height: 130px;
|
|
392
|
+
}
|
|
393
|
+
|
|
394
|
+
.h-\[180px\] {
|
|
395
|
+
height: 180px;
|
|
396
|
+
}
|
|
397
|
+
|
|
398
|
+
.h-\[calc\(100\%-80px\)\] {
|
|
399
|
+
height: calc(100% - 80px);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
.h-full {
|
|
403
|
+
height: 100%;
|
|
404
|
+
}
|
|
405
|
+
|
|
406
|
+
.max-h-\[300px\] {
|
|
407
|
+
max-height: 300px;
|
|
408
|
+
}
|
|
409
|
+
|
|
410
|
+
.max-h-\[calc\(100dvh-300px\)\] {
|
|
411
|
+
max-height: calc(100dvh - 300px);
|
|
412
|
+
}
|
|
413
|
+
|
|
414
|
+
.\!w-\[150px\] {
|
|
415
|
+
width: 150px !important;
|
|
416
|
+
}
|
|
417
|
+
|
|
418
|
+
.\!w-full {
|
|
419
|
+
width: 100% !important;
|
|
420
|
+
}
|
|
421
|
+
|
|
422
|
+
.w-\[50px\] {
|
|
423
|
+
width: 50px;
|
|
424
|
+
}
|
|
425
|
+
|
|
426
|
+
.w-\[100px\] {
|
|
427
|
+
width: 100px;
|
|
428
|
+
}
|
|
429
|
+
|
|
430
|
+
.w-\[130px\] {
|
|
431
|
+
width: 130px;
|
|
432
|
+
}
|
|
433
|
+
|
|
434
|
+
.w-\[150px\] {
|
|
435
|
+
width: 150px;
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
.w-\[207px\] {
|
|
439
|
+
width: 207px;
|
|
440
|
+
}
|
|
441
|
+
|
|
442
|
+
.w-\[320px\] {
|
|
443
|
+
width: 320px;
|
|
444
|
+
}
|
|
445
|
+
|
|
446
|
+
.w-full {
|
|
447
|
+
width: 100%;
|
|
448
|
+
}
|
|
449
|
+
|
|
450
|
+
.\!max-w-\[150px\] {
|
|
451
|
+
max-width: 150px !important;
|
|
452
|
+
}
|
|
453
|
+
|
|
454
|
+
.-translate-x-1\/2 {
|
|
455
|
+
--tw-translate-x: calc(calc(1 / 2 * 100%) * -1);
|
|
456
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
457
|
+
}
|
|
458
|
+
|
|
459
|
+
.-translate-y-1\/2 {
|
|
460
|
+
--tw-translate-y: calc(calc(1 / 2 * 100%) * -1);
|
|
461
|
+
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
462
|
+
}
|
|
463
|
+
|
|
464
|
+
.grid-cols-\[repeat\(1\,1fr\)\] {
|
|
465
|
+
grid-template-columns: repeat(1, 1fr);
|
|
466
|
+
}
|
|
467
|
+
|
|
468
|
+
.grid-cols-\[repeat\(auto-fill\,minmax\(150px\,1fr\)\)\] {
|
|
469
|
+
grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
|
|
470
|
+
}
|
|
471
|
+
|
|
472
|
+
.items-center {
|
|
473
|
+
align-items: center;
|
|
474
|
+
}
|
|
475
|
+
|
|
476
|
+
.justify-center {
|
|
477
|
+
justify-content: center;
|
|
478
|
+
}
|
|
479
|
+
|
|
480
|
+
.gap-\[20px\] {
|
|
481
|
+
gap: 20px;
|
|
482
|
+
}
|
|
483
|
+
|
|
484
|
+
.gap-x-\[12px\] {
|
|
485
|
+
column-gap: 12px;
|
|
486
|
+
}
|
|
487
|
+
|
|
488
|
+
.truncate {
|
|
489
|
+
text-overflow: ellipsis;
|
|
490
|
+
white-space: nowrap;
|
|
491
|
+
overflow: hidden;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.overflow-hidden {
|
|
495
|
+
overflow: hidden;
|
|
496
|
+
}
|
|
497
|
+
|
|
498
|
+
.overflow-x-hidden {
|
|
499
|
+
overflow-x: hidden;
|
|
500
|
+
}
|
|
501
|
+
|
|
502
|
+
.overflow-y-auto {
|
|
503
|
+
overflow-y: auto;
|
|
504
|
+
}
|
|
505
|
+
|
|
506
|
+
.\!rounded-\[3px\] {
|
|
507
|
+
border-radius: 3px !important;
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
.\!rounded-\[6px\] {
|
|
511
|
+
border-radius: 6px !important;
|
|
512
|
+
}
|
|
513
|
+
|
|
514
|
+
.rounded-\[5px\] {
|
|
515
|
+
border-radius: 5px;
|
|
516
|
+
}
|
|
517
|
+
|
|
518
|
+
.\!border-0 {
|
|
519
|
+
border-style: var(--tw-border-style) !important;
|
|
520
|
+
border-width: 0 !important;
|
|
521
|
+
}
|
|
522
|
+
|
|
523
|
+
.border {
|
|
524
|
+
border-style: var(--tw-border-style);
|
|
525
|
+
border-width: 1px;
|
|
526
|
+
}
|
|
527
|
+
|
|
528
|
+
.border-b {
|
|
529
|
+
border-bottom-style: var(--tw-border-style);
|
|
530
|
+
border-bottom-width: 1px;
|
|
531
|
+
}
|
|
532
|
+
|
|
533
|
+
.border-b-\[\#ebebeb\] {
|
|
534
|
+
border-bottom-color: #ebebeb;
|
|
535
|
+
}
|
|
536
|
+
|
|
537
|
+
.\!bg-\[\#f7f7f7\] {
|
|
538
|
+
background-color: #f7f7f7 !important;
|
|
539
|
+
}
|
|
540
|
+
|
|
541
|
+
.bg-\[\#ebebeb\] {
|
|
542
|
+
background-color: #ebebeb;
|
|
543
|
+
}
|
|
544
|
+
|
|
545
|
+
.bg-gray-400 {
|
|
546
|
+
background-color: var(--color-gray-400);
|
|
547
|
+
}
|
|
548
|
+
|
|
549
|
+
.object-contain {
|
|
550
|
+
object-fit: contain;
|
|
551
|
+
}
|
|
552
|
+
|
|
553
|
+
.object-cover {
|
|
554
|
+
object-fit: cover;
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
.p-5 {
|
|
558
|
+
padding: calc(var(--spacing) * 5);
|
|
559
|
+
}
|
|
560
|
+
|
|
561
|
+
.p-\[10px\] {
|
|
562
|
+
padding: 10px;
|
|
563
|
+
}
|
|
564
|
+
|
|
565
|
+
.\!px-\[5px\] {
|
|
566
|
+
padding-inline: 5px !important;
|
|
567
|
+
}
|
|
568
|
+
|
|
569
|
+
.\!px-\[8px\] {
|
|
570
|
+
padding-inline: 8px !important;
|
|
571
|
+
}
|
|
572
|
+
|
|
573
|
+
.opacity-50 {
|
|
574
|
+
opacity: .5;
|
|
575
|
+
}
|
|
576
|
+
|
|
577
|
+
.outline {
|
|
578
|
+
outline-style: var(--tw-outline-style);
|
|
579
|
+
outline-width: 1px;
|
|
580
|
+
}
|
|
581
|
+
|
|
582
|
+
.brightness-0 {
|
|
583
|
+
--tw-brightness: brightness(0%);
|
|
584
|
+
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, );
|
|
585
|
+
}
|
|
586
|
+
|
|
587
|
+
.invert {
|
|
588
|
+
--tw-invert: invert(100%);
|
|
589
|
+
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, );
|
|
590
|
+
}
|
|
591
|
+
|
|
592
|
+
.backdrop-blur-xs {
|
|
593
|
+
--tw-backdrop-blur: blur(var(--blur-xs));
|
|
594
|
+
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, );
|
|
595
|
+
}
|
|
596
|
+
|
|
597
|
+
.transition {
|
|
598
|
+
transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
|
|
599
|
+
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
|
|
600
|
+
transition-duration: var(--tw-duration, var(--default-transition-duration));
|
|
601
|
+
}
|
|
602
|
+
|
|
603
|
+
.\[-ms-overflow-style\:none\] {
|
|
604
|
+
-ms-overflow-style: none;
|
|
605
|
+
}
|
|
606
|
+
|
|
607
|
+
.\[scrollbar-width\:none\] {
|
|
608
|
+
scrollbar-width: none;
|
|
609
|
+
}
|
|
610
|
+
|
|
611
|
+
@media (hover: hover) {
|
|
612
|
+
.group-hover\:block:is(:where(.group):hover *) {
|
|
613
|
+
display: block;
|
|
614
|
+
}
|
|
615
|
+
}
|
|
616
|
+
|
|
617
|
+
.last\:border-b-0:last-child {
|
|
618
|
+
border-bottom-style: var(--tw-border-style);
|
|
619
|
+
border-bottom-width: 0;
|
|
620
|
+
}
|
|
621
|
+
|
|
622
|
+
@media (hover: hover) {
|
|
623
|
+
.hover\:\!bg-\[\#f7f7f7\]:hover {
|
|
624
|
+
background-color: #f7f7f7 !important;
|
|
625
|
+
}
|
|
626
|
+
}
|
|
627
|
+
|
|
628
|
+
@media (width >= 48rem) {
|
|
629
|
+
.md\:\!relative {
|
|
630
|
+
position: relative !important;
|
|
631
|
+
}
|
|
632
|
+
|
|
633
|
+
.md\:top-0 {
|
|
634
|
+
top: calc(var(--spacing) * 0);
|
|
635
|
+
}
|
|
636
|
+
|
|
637
|
+
.md\:h-\[100px\] {
|
|
638
|
+
height: 100px;
|
|
639
|
+
}
|
|
640
|
+
|
|
641
|
+
.md\:h-\[150px\] {
|
|
642
|
+
height: 150px;
|
|
643
|
+
}
|
|
644
|
+
|
|
645
|
+
.md\:h-auto {
|
|
646
|
+
height: auto;
|
|
647
|
+
}
|
|
648
|
+
|
|
649
|
+
.md\:\!w-\[273px\] {
|
|
650
|
+
width: 273px !important;
|
|
651
|
+
}
|
|
652
|
+
|
|
653
|
+
.md\:\!w-\[calc\(100\%-300px\)\] {
|
|
654
|
+
width: calc(100% - 300px) !important;
|
|
655
|
+
}
|
|
656
|
+
|
|
657
|
+
.md\:w-\[100px\] {
|
|
658
|
+
width: 100px;
|
|
659
|
+
}
|
|
660
|
+
|
|
661
|
+
.md\:w-\[117px\] {
|
|
662
|
+
width: 117px;
|
|
663
|
+
}
|
|
664
|
+
|
|
665
|
+
.md\:w-\[395px\] {
|
|
666
|
+
width: 395px;
|
|
667
|
+
}
|
|
668
|
+
|
|
669
|
+
.md\:w-\[708px\] {
|
|
670
|
+
width: 708px;
|
|
671
|
+
}
|
|
672
|
+
|
|
673
|
+
.md\:grid-cols-\[repeat\(auto-fill\,minmax\(117px\,1fr\)\)\] {
|
|
674
|
+
grid-template-columns: repeat(auto-fill, minmax(117px, 1fr));
|
|
675
|
+
}
|
|
676
|
+
}
|
|
677
|
+
|
|
678
|
+
@media (width >= 64rem) {
|
|
679
|
+
.lg\:h-\[108px\] {
|
|
680
|
+
height: 108px;
|
|
681
|
+
}
|
|
682
|
+
|
|
683
|
+
.lg\:h-\[154px\] {
|
|
684
|
+
height: 154px;
|
|
685
|
+
}
|
|
686
|
+
|
|
687
|
+
.lg\:\!w-\[336px\] {
|
|
688
|
+
width: 336px !important;
|
|
689
|
+
}
|
|
690
|
+
|
|
691
|
+
.lg\:\!w-\[calc\(100\%-336px\)\] {
|
|
692
|
+
width: calc(100% - 336px) !important;
|
|
693
|
+
}
|
|
694
|
+
|
|
695
|
+
.lg\:w-\[108px\] {
|
|
696
|
+
width: 108px;
|
|
697
|
+
}
|
|
698
|
+
|
|
699
|
+
.lg\:w-\[128px\] {
|
|
700
|
+
width: 128px;
|
|
701
|
+
}
|
|
702
|
+
|
|
703
|
+
.lg\:w-\[300px\] {
|
|
704
|
+
width: 300px;
|
|
705
|
+
}
|
|
706
|
+
|
|
707
|
+
.lg\:w-\[444px\] {
|
|
708
|
+
width: 444px;
|
|
709
|
+
}
|
|
710
|
+
|
|
711
|
+
.lg\:w-\[780px\] {
|
|
712
|
+
width: 780px;
|
|
713
|
+
}
|
|
714
|
+
|
|
715
|
+
.lg\:cursor-pointer {
|
|
716
|
+
cursor: pointer;
|
|
717
|
+
}
|
|
718
|
+
|
|
719
|
+
.lg\:gap-\[35px\] {
|
|
720
|
+
gap: 35px;
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
|
|
724
|
+
.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
|
|
725
|
+
display: none;
|
|
726
|
+
}
|
|
727
|
+
}
|
|
728
|
+
|
|
729
|
+
@property --tw-translate-x {
|
|
730
|
+
syntax: "*";
|
|
731
|
+
inherits: false;
|
|
732
|
+
initial-value: 0;
|
|
733
|
+
}
|
|
734
|
+
|
|
735
|
+
@property --tw-translate-y {
|
|
736
|
+
syntax: "*";
|
|
737
|
+
inherits: false;
|
|
738
|
+
initial-value: 0;
|
|
739
|
+
}
|
|
740
|
+
|
|
741
|
+
@property --tw-translate-z {
|
|
742
|
+
syntax: "*";
|
|
743
|
+
inherits: false;
|
|
744
|
+
initial-value: 0;
|
|
745
|
+
}
|
|
746
|
+
|
|
747
|
+
@property --tw-border-style {
|
|
748
|
+
syntax: "*";
|
|
749
|
+
inherits: false;
|
|
750
|
+
initial-value: solid;
|
|
751
|
+
}
|
|
752
|
+
|
|
753
|
+
@property --tw-outline-style {
|
|
754
|
+
syntax: "*";
|
|
755
|
+
inherits: false;
|
|
756
|
+
initial-value: solid;
|
|
757
|
+
}
|
|
758
|
+
|
|
759
|
+
@property --tw-blur {
|
|
760
|
+
syntax: "*";
|
|
761
|
+
inherits: false
|
|
762
|
+
}
|
|
763
|
+
|
|
764
|
+
@property --tw-brightness {
|
|
765
|
+
syntax: "*";
|
|
766
|
+
inherits: false
|
|
767
|
+
}
|
|
768
|
+
|
|
769
|
+
@property --tw-contrast {
|
|
770
|
+
syntax: "*";
|
|
771
|
+
inherits: false
|
|
772
|
+
}
|
|
773
|
+
|
|
774
|
+
@property --tw-grayscale {
|
|
775
|
+
syntax: "*";
|
|
776
|
+
inherits: false
|
|
777
|
+
}
|
|
778
|
+
|
|
779
|
+
@property --tw-hue-rotate {
|
|
780
|
+
syntax: "*";
|
|
781
|
+
inherits: false
|
|
782
|
+
}
|
|
783
|
+
|
|
784
|
+
@property --tw-invert {
|
|
785
|
+
syntax: "*";
|
|
786
|
+
inherits: false
|
|
787
|
+
}
|
|
788
|
+
|
|
789
|
+
@property --tw-opacity {
|
|
790
|
+
syntax: "*";
|
|
791
|
+
inherits: false
|
|
792
|
+
}
|
|
793
|
+
|
|
794
|
+
@property --tw-saturate {
|
|
795
|
+
syntax: "*";
|
|
796
|
+
inherits: false
|
|
797
|
+
}
|
|
798
|
+
|
|
799
|
+
@property --tw-sepia {
|
|
800
|
+
syntax: "*";
|
|
801
|
+
inherits: false
|
|
802
|
+
}
|
|
803
|
+
|
|
804
|
+
@property --tw-drop-shadow {
|
|
805
|
+
syntax: "*";
|
|
806
|
+
inherits: false
|
|
807
|
+
}
|
|
808
|
+
|
|
809
|
+
@property --tw-drop-shadow-color {
|
|
810
|
+
syntax: "*";
|
|
811
|
+
inherits: false
|
|
812
|
+
}
|
|
813
|
+
|
|
814
|
+
@property --tw-drop-shadow-alpha {
|
|
815
|
+
syntax: "<percentage>";
|
|
816
|
+
inherits: false;
|
|
817
|
+
initial-value: 100%;
|
|
818
|
+
}
|
|
819
|
+
|
|
820
|
+
@property --tw-drop-shadow-size {
|
|
821
|
+
syntax: "*";
|
|
822
|
+
inherits: false
|
|
823
|
+
}
|
|
824
|
+
|
|
825
|
+
@property --tw-backdrop-blur {
|
|
826
|
+
syntax: "*";
|
|
827
|
+
inherits: false
|
|
828
|
+
}
|
|
829
|
+
|
|
830
|
+
@property --tw-backdrop-brightness {
|
|
831
|
+
syntax: "*";
|
|
832
|
+
inherits: false
|
|
833
|
+
}
|
|
834
|
+
|
|
835
|
+
@property --tw-backdrop-contrast {
|
|
836
|
+
syntax: "*";
|
|
837
|
+
inherits: false
|
|
838
|
+
}
|
|
839
|
+
|
|
840
|
+
@property --tw-backdrop-grayscale {
|
|
841
|
+
syntax: "*";
|
|
842
|
+
inherits: false
|
|
843
|
+
}
|
|
844
|
+
|
|
845
|
+
@property --tw-backdrop-hue-rotate {
|
|
846
|
+
syntax: "*";
|
|
847
|
+
inherits: false
|
|
848
|
+
}
|
|
849
|
+
|
|
850
|
+
@property --tw-backdrop-invert {
|
|
851
|
+
syntax: "*";
|
|
852
|
+
inherits: false
|
|
853
|
+
}
|
|
854
|
+
|
|
855
|
+
@property --tw-backdrop-opacity {
|
|
856
|
+
syntax: "*";
|
|
857
|
+
inherits: false
|
|
858
|
+
}
|
|
859
|
+
|
|
860
|
+
@property --tw-backdrop-saturate {
|
|
861
|
+
syntax: "*";
|
|
862
|
+
inherits: false
|
|
863
|
+
}
|
|
864
|
+
|
|
865
|
+
@property --tw-backdrop-sepia {
|
|
866
|
+
syntax: "*";
|
|
867
|
+
inherits: false
|
|
868
|
+
}
|
|
869
|
+
|