galadrim-feedback 0.0.68 → 0.0.69

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