@remotion/design 4.0.376 → 4.0.377

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 (2) hide show
  1. package/dist/tailwind.css +788 -0
  2. package/package.json +9 -8
@@ -0,0 +1,788 @@
1
+ /*! tailwindcss v4.1.1 | MIT License | https://tailwindcss.com */
2
+ @layer theme, base, components, utilities;
3
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
4
+ @layer base {
5
+ *, ::before, ::after, ::backdrop {
6
+ --tw-rotate-x: rotateX(0);
7
+ --tw-rotate-y: rotateY(0);
8
+ --tw-rotate-z: rotateZ(0);
9
+ --tw-skew-x: skewX(0);
10
+ --tw-skew-y: skewY(0);
11
+ --tw-border-style: solid;
12
+ --tw-font-weight: initial;
13
+ --tw-ordinal: initial;
14
+ --tw-slashed-zero: initial;
15
+ --tw-numeric-figure: initial;
16
+ --tw-numeric-spacing: initial;
17
+ --tw-numeric-fraction: initial;
18
+ --tw-shadow: 0 0 #0000;
19
+ --tw-shadow-color: initial;
20
+ --tw-shadow-alpha: 100%;
21
+ --tw-inset-shadow: 0 0 #0000;
22
+ --tw-inset-shadow-color: initial;
23
+ --tw-inset-shadow-alpha: 100%;
24
+ --tw-ring-color: initial;
25
+ --tw-ring-shadow: 0 0 #0000;
26
+ --tw-inset-ring-color: initial;
27
+ --tw-inset-ring-shadow: 0 0 #0000;
28
+ --tw-ring-inset: initial;
29
+ --tw-ring-offset-width: 0px;
30
+ --tw-ring-offset-color: #fff;
31
+ --tw-ring-offset-shadow: 0 0 #0000;
32
+ --tw-outline-style: solid;
33
+ --tw-translate-x: 0;
34
+ --tw-translate-y: 0;
35
+ --tw-translate-z: 0;
36
+ }
37
+ }
38
+ }
39
+ @layer theme {
40
+ :root, :host {
41
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
42
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
43
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
44
+ "Courier New", monospace;
45
+ --color-slate-200: oklch(92.9% 0.013 255.508);
46
+ --color-gray-200: oklch(92.8% 0.006 264.531);
47
+ --color-black: #000;
48
+ --color-white: #fff;
49
+ --spacing: 0.25rem;
50
+ --text-sm: 0.875rem;
51
+ --text-sm--line-height: calc(1.25 / 0.875);
52
+ --text-lg: 1.125rem;
53
+ --text-lg--line-height: calc(1.75 / 1.125);
54
+ --text-2xl: 1.5rem;
55
+ --text-2xl--line-height: calc(2 / 1.5);
56
+ --font-weight-medium: 500;
57
+ --font-weight-semibold: 600;
58
+ --radius-sm: 0.25rem;
59
+ --radius-md: 0.375rem;
60
+ --radius-lg: 0.5rem;
61
+ --default-transition-duration: 150ms;
62
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
63
+ --default-font-family: var(--font-sans);
64
+ --default-mono-font-family: var(--font-mono);
65
+ }
66
+ }
67
+ @layer base {
68
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
69
+ box-sizing: border-box;
70
+ margin: 0;
71
+ padding: 0;
72
+ border: 0 solid;
73
+ }
74
+ html, :host {
75
+ line-height: 1.5;
76
+ -webkit-text-size-adjust: 100%;
77
+ tab-size: 4;
78
+ 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");
79
+ font-feature-settings: var(--default-font-feature-settings, normal);
80
+ font-variation-settings: var(--default-font-variation-settings, normal);
81
+ -webkit-tap-highlight-color: transparent;
82
+ }
83
+ hr {
84
+ height: 0;
85
+ color: inherit;
86
+ border-top-width: 1px;
87
+ }
88
+ abbr:where([title]) {
89
+ -webkit-text-decoration: underline dotted;
90
+ text-decoration: underline dotted;
91
+ }
92
+ h1, h2, h3, h4, h5, h6 {
93
+ font-size: inherit;
94
+ font-weight: inherit;
95
+ }
96
+ a {
97
+ color: inherit;
98
+ -webkit-text-decoration: inherit;
99
+ text-decoration: inherit;
100
+ }
101
+ b, strong {
102
+ font-weight: bolder;
103
+ }
104
+ code, kbd, samp, pre {
105
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
106
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
107
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
108
+ font-size: 1em;
109
+ }
110
+ small {
111
+ font-size: 80%;
112
+ }
113
+ sub, sup {
114
+ font-size: 75%;
115
+ line-height: 0;
116
+ position: relative;
117
+ vertical-align: baseline;
118
+ }
119
+ sub {
120
+ bottom: -0.25em;
121
+ }
122
+ sup {
123
+ top: -0.5em;
124
+ }
125
+ table {
126
+ text-indent: 0;
127
+ border-color: inherit;
128
+ border-collapse: collapse;
129
+ }
130
+ :-moz-focusring {
131
+ outline: auto;
132
+ }
133
+ progress {
134
+ vertical-align: baseline;
135
+ }
136
+ summary {
137
+ display: list-item;
138
+ }
139
+ ol, ul, menu {
140
+ list-style: none;
141
+ }
142
+ img, svg, video, canvas, audio, iframe, embed, object {
143
+ display: block;
144
+ vertical-align: middle;
145
+ }
146
+ img, video {
147
+ max-width: 100%;
148
+ height: auto;
149
+ }
150
+ button, input, select, optgroup, textarea, ::file-selector-button {
151
+ font: inherit;
152
+ font-feature-settings: inherit;
153
+ font-variation-settings: inherit;
154
+ letter-spacing: inherit;
155
+ color: inherit;
156
+ border-radius: 0;
157
+ background-color: transparent;
158
+ opacity: 1;
159
+ }
160
+ :where(select:is([multiple], [size])) optgroup {
161
+ font-weight: bolder;
162
+ }
163
+ :where(select:is([multiple], [size])) optgroup option {
164
+ padding-inline-start: 20px;
165
+ }
166
+ ::file-selector-button {
167
+ margin-inline-end: 4px;
168
+ }
169
+ ::placeholder {
170
+ opacity: 1;
171
+ }
172
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
173
+ ::placeholder {
174
+ color: color-mix(in oklab, currentColor 50%, transparent);
175
+ }
176
+ }
177
+ textarea {
178
+ resize: vertical;
179
+ }
180
+ ::-webkit-search-decoration {
181
+ -webkit-appearance: none;
182
+ }
183
+ ::-webkit-date-and-time-value {
184
+ min-height: 1lh;
185
+ text-align: inherit;
186
+ }
187
+ ::-webkit-datetime-edit {
188
+ display: inline-flex;
189
+ }
190
+ ::-webkit-datetime-edit-fields-wrapper {
191
+ padding: 0;
192
+ }
193
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
194
+ padding-block: 0;
195
+ }
196
+ :-moz-ui-invalid {
197
+ box-shadow: none;
198
+ }
199
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
200
+ appearance: button;
201
+ }
202
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
203
+ height: auto;
204
+ }
205
+ [hidden]:where(:not([hidden="until-found"])) {
206
+ display: none !important;
207
+ }
208
+ }
209
+ @layer utilities {
210
+ .invisible {
211
+ visibility: hidden;
212
+ }
213
+ .visible {
214
+ visibility: visible;
215
+ }
216
+ .absolute {
217
+ position: absolute;
218
+ }
219
+ .relative {
220
+ position: relative;
221
+ }
222
+ .static {
223
+ position: static;
224
+ }
225
+ .inset-0 {
226
+ inset: calc(var(--spacing) * 0);
227
+ }
228
+ .top-\[3px\] {
229
+ top: 3px;
230
+ }
231
+ .left-2 {
232
+ left: calc(var(--spacing) * 2);
233
+ }
234
+ .left-\[4px\] {
235
+ left: 4px;
236
+ }
237
+ .z-50 {
238
+ z-index: 50;
239
+ }
240
+ .container {
241
+ width: 100%;
242
+ @media (width >= 40rem) {
243
+ max-width: 40rem;
244
+ }
245
+ @media (width >= 48rem) {
246
+ max-width: 48rem;
247
+ }
248
+ @media (width >= 64rem) {
249
+ max-width: 64rem;
250
+ }
251
+ @media (width >= 80rem) {
252
+ max-width: 80rem;
253
+ }
254
+ @media (width >= 96rem) {
255
+ max-width: 96rem;
256
+ }
257
+ }
258
+ .-mx-1 {
259
+ margin-inline: calc(var(--spacing) * -1);
260
+ }
261
+ .my-1 {
262
+ margin-block: calc(var(--spacing) * 1);
263
+ }
264
+ .box-border {
265
+ box-sizing: border-box;
266
+ }
267
+ .box-content {
268
+ box-sizing: content-box;
269
+ }
270
+ .contents {
271
+ display: contents;
272
+ }
273
+ .flex {
274
+ display: flex;
275
+ }
276
+ .inline-flex {
277
+ display: inline-flex;
278
+ }
279
+ .h-\(--radix-select-trigger-height\) {
280
+ height: var(--radix-select-trigger-height);
281
+ }
282
+ .h-3\.5 {
283
+ height: calc(var(--spacing) * 3.5);
284
+ }
285
+ .h-4 {
286
+ height: calc(var(--spacing) * 4);
287
+ }
288
+ .h-8 {
289
+ height: calc(var(--spacing) * 8);
290
+ }
291
+ .h-10 {
292
+ height: calc(var(--spacing) * 10);
293
+ }
294
+ .h-12 {
295
+ height: calc(var(--spacing) * 12);
296
+ }
297
+ .h-14 {
298
+ height: calc(var(--spacing) * 14);
299
+ }
300
+ .h-full {
301
+ height: 100%;
302
+ }
303
+ .h-px {
304
+ height: 1px;
305
+ }
306
+ .max-h-96 {
307
+ max-height: calc(var(--spacing) * 96);
308
+ }
309
+ .w-3\.5 {
310
+ width: calc(var(--spacing) * 3.5);
311
+ }
312
+ .w-4 {
313
+ width: calc(var(--spacing) * 4);
314
+ }
315
+ .w-14 {
316
+ width: calc(var(--spacing) * 14);
317
+ }
318
+ .w-\[140px\] {
319
+ width: 140px;
320
+ }
321
+ .w-full {
322
+ width: 100%;
323
+ }
324
+ .min-w-\(--radix-select-trigger-width\) {
325
+ min-width: var(--radix-select-trigger-width);
326
+ }
327
+ .min-w-32 {
328
+ min-width: calc(var(--spacing) * 32);
329
+ }
330
+ .min-w-\[80px\] {
331
+ min-width: 80px;
332
+ }
333
+ .flex-1 {
334
+ flex: 1;
335
+ }
336
+ .transform {
337
+ transform: var(--tw-rotate-x) var(--tw-rotate-y) var(--tw-rotate-z) var(--tw-skew-x) var(--tw-skew-y);
338
+ }
339
+ .cursor-default {
340
+ cursor: default;
341
+ }
342
+ .cursor-pointer {
343
+ cursor: pointer;
344
+ }
345
+ .flex-col {
346
+ flex-direction: column;
347
+ }
348
+ .flex-row {
349
+ flex-direction: row;
350
+ }
351
+ .items-center {
352
+ align-items: center;
353
+ }
354
+ .justify-between {
355
+ justify-content: space-between;
356
+ }
357
+ .justify-center {
358
+ justify-content: center;
359
+ }
360
+ .overflow-hidden {
361
+ overflow: hidden;
362
+ }
363
+ .rounded-full {
364
+ border-radius: calc(infinity * 1px);
365
+ }
366
+ .rounded-lg {
367
+ border-radius: var(--radius-lg);
368
+ }
369
+ .rounded-md {
370
+ border-radius: var(--radius-md);
371
+ }
372
+ .rounded-sm {
373
+ border-radius: var(--radius-sm);
374
+ }
375
+ .border-0 {
376
+ border-style: var(--tw-border-style);
377
+ border-width: 0px;
378
+ }
379
+ .border-2 {
380
+ border-style: var(--tw-border-style);
381
+ border-width: 2px;
382
+ }
383
+ .border-b-4 {
384
+ border-bottom-style: var(--tw-border-style);
385
+ border-bottom-width: 4px;
386
+ }
387
+ .border-solid {
388
+ --tw-border-style: solid;
389
+ border-style: solid;
390
+ }
391
+ .border-black {
392
+ border-color: var(--color-black);
393
+ }
394
+ .bg-button-bg {
395
+ background-color: var(--plain-button);
396
+ }
397
+ .bg-card-bg {
398
+ background-color: white;
399
+ }
400
+ .bg-gray-200 {
401
+ background-color: var(--color-gray-200);
402
+ }
403
+ .bg-inherit {
404
+ background-color: inherit;
405
+ }
406
+ .bg-transparent {
407
+ background-color: transparent;
408
+ }
409
+ .bg-white {
410
+ background-color: var(--color-white);
411
+ }
412
+ .fill-text {
413
+ fill: var(--text-color);
414
+ }
415
+ .p-0 {
416
+ padding: calc(var(--spacing) * 0);
417
+ }
418
+ .p-1 {
419
+ padding: calc(var(--spacing) * 1);
420
+ }
421
+ .p-\[2px\] {
422
+ padding: 2px;
423
+ }
424
+ .px-0 {
425
+ padding-inline: calc(var(--spacing) * 0);
426
+ }
427
+ .px-3 {
428
+ padding-inline: calc(var(--spacing) * 3);
429
+ }
430
+ .px-4 {
431
+ padding-inline: calc(var(--spacing) * 4);
432
+ }
433
+ .py-0 {
434
+ padding-block: calc(var(--spacing) * 0);
435
+ }
436
+ .py-1 {
437
+ padding-block: calc(var(--spacing) * 1);
438
+ }
439
+ .py-1\.5 {
440
+ padding-block: calc(var(--spacing) * 1.5);
441
+ }
442
+ .py-5 {
443
+ padding-block: calc(var(--spacing) * 5);
444
+ }
445
+ .pt-\[5px\] {
446
+ padding-top: 5px;
447
+ }
448
+ .pr-2 {
449
+ padding-right: calc(var(--spacing) * 2);
450
+ }
451
+ .pb-\[5px\] {
452
+ padding-bottom: 5px;
453
+ }
454
+ .pl-8 {
455
+ padding-left: calc(var(--spacing) * 8);
456
+ }
457
+ .pl-\[1px\] {
458
+ padding-left: 1px;
459
+ }
460
+ .text-end {
461
+ text-align: end;
462
+ }
463
+ .font-brand {
464
+ font-family: 'GTPlanar', sans-serif;
465
+ font-feature-settings: 'ss03' 1;
466
+ }
467
+ .text-2xl {
468
+ font-size: var(--text-2xl);
469
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
470
+ }
471
+ .text-lg {
472
+ font-size: var(--text-lg);
473
+ line-height: var(--tw-leading, var(--text-lg--line-height));
474
+ }
475
+ .text-sm {
476
+ font-size: var(--text-sm);
477
+ line-height: var(--tw-leading, var(--text-sm--line-height));
478
+ }
479
+ .text-\[1em\] {
480
+ font-size: 1em;
481
+ }
482
+ .font-medium {
483
+ --tw-font-weight: var(--font-weight-medium);
484
+ font-weight: var(--font-weight-medium);
485
+ }
486
+ .font-semibold {
487
+ --tw-font-weight: var(--font-weight-semibold);
488
+ font-weight: var(--font-weight-semibold);
489
+ }
490
+ .text-inherit {
491
+ color: inherit;
492
+ }
493
+ .text-text {
494
+ color: var(--text-color);
495
+ }
496
+ .tabular-nums {
497
+ --tw-numeric-spacing: tabular-nums;
498
+ font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
499
+ }
500
+ .opacity-50 {
501
+ opacity: 50%;
502
+ }
503
+ .shadow-md {
504
+ --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
505
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
506
+ }
507
+ .outline-hidden {
508
+ --tw-outline-style: none;
509
+ outline-style: none;
510
+ @media (forced-colors: active) {
511
+ outline: 2px solid transparent;
512
+ outline-offset: 2px;
513
+ }
514
+ }
515
+ .outline-0 {
516
+ outline-style: var(--tw-outline-style);
517
+ outline-width: 0px;
518
+ }
519
+ .transition-all {
520
+ transition-property: all;
521
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
522
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
523
+ }
524
+ .outline-none {
525
+ --tw-outline-style: none;
526
+ outline-style: none;
527
+ }
528
+ .select-none {
529
+ -webkit-user-select: none;
530
+ user-select: none;
531
+ }
532
+ .focus\:bg-slate-200 {
533
+ &:focus {
534
+ background-color: var(--color-slate-200);
535
+ }
536
+ }
537
+ .focus\:ring-2 {
538
+ &:focus {
539
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentColor);
540
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
541
+ }
542
+ }
543
+ .focus\:ring-offset-2 {
544
+ &:focus {
545
+ --tw-ring-offset-width: 2px;
546
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
547
+ }
548
+ }
549
+ .focus\:outline-hidden {
550
+ &:focus {
551
+ --tw-outline-style: none;
552
+ outline-style: none;
553
+ @media (forced-colors: active) {
554
+ outline: 2px solid transparent;
555
+ outline-offset: 2px;
556
+ }
557
+ }
558
+ }
559
+ .disabled\:cursor-default {
560
+ &:disabled {
561
+ cursor: default;
562
+ }
563
+ }
564
+ .disabled\:cursor-not-allowed {
565
+ &:disabled {
566
+ cursor: not-allowed;
567
+ }
568
+ }
569
+ .disabled\:opacity-50 {
570
+ &:disabled {
571
+ opacity: 50%;
572
+ }
573
+ }
574
+ .data-disabled\:pointer-events-none {
575
+ &[data-disabled] {
576
+ pointer-events: none;
577
+ }
578
+ }
579
+ .data-disabled\:opacity-50 {
580
+ &[data-disabled] {
581
+ opacity: 50%;
582
+ }
583
+ }
584
+ .data-\[active\=true\]\:left-\[calc\(100\%-24px\)\] {
585
+ &[data-active="true"] {
586
+ left: calc(100% - 24px);
587
+ }
588
+ }
589
+ .data-\[active\=true\]\:bg-brand {
590
+ &[data-active="true"] {
591
+ background-color: #0b84f3;
592
+ }
593
+ }
594
+ .data-\[side\=bottom\]\:translate-y-1 {
595
+ &[data-side="bottom"] {
596
+ --tw-translate-y: calc(var(--spacing) * 1);
597
+ translate: var(--tw-translate-x) var(--tw-translate-y);
598
+ }
599
+ }
600
+ .data-\[side\=left\]\:-translate-x-1 {
601
+ &[data-side="left"] {
602
+ --tw-translate-x: calc(var(--spacing) * -1);
603
+ translate: var(--tw-translate-x) var(--tw-translate-y);
604
+ }
605
+ }
606
+ .data-\[side\=right\]\:translate-x-1 {
607
+ &[data-side="right"] {
608
+ --tw-translate-x: calc(var(--spacing) * 1);
609
+ translate: var(--tw-translate-x) var(--tw-translate-y);
610
+ }
611
+ }
612
+ .data-\[side\=top\]\:-translate-y-1 {
613
+ &[data-side="top"] {
614
+ --tw-translate-y: calc(var(--spacing) * -1);
615
+ translate: var(--tw-translate-x) var(--tw-translate-y);
616
+ }
617
+ }
618
+ .dark\:bg-\[\#121212\] {
619
+ @media (prefers-color-scheme: dark) {
620
+ background-color: #121212;
621
+ }
622
+ }
623
+ .dark\:focus\:bg-white\/10 {
624
+ @media (prefers-color-scheme: dark) {
625
+ &:focus {
626
+ background-color: color-mix(in srgb, #fff 10%, transparent);
627
+ @supports (color: color-mix(in lab, red, red)) {
628
+ background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
629
+ }
630
+ }
631
+ }
632
+ }
633
+ .\[\&\>span\]\:line-clamp-1 {
634
+ &>span {
635
+ overflow: hidden;
636
+ display: -webkit-box;
637
+ -webkit-box-orient: vertical;
638
+ -webkit-line-clamp: 1;
639
+ }
640
+ }
641
+ }
642
+ [data-theme='light'] {
643
+ --text-color: #000;
644
+ --plain-button: #fff;
645
+ }
646
+ [data-theme='dark'] {
647
+ --text-color: #fff;
648
+ --plain-button: #424243;
649
+ }
650
+ @property --tw-rotate-x {
651
+ syntax: "*";
652
+ inherits: false;
653
+ initial-value: rotateX(0);
654
+ }
655
+ @property --tw-rotate-y {
656
+ syntax: "*";
657
+ inherits: false;
658
+ initial-value: rotateY(0);
659
+ }
660
+ @property --tw-rotate-z {
661
+ syntax: "*";
662
+ inherits: false;
663
+ initial-value: rotateZ(0);
664
+ }
665
+ @property --tw-skew-x {
666
+ syntax: "*";
667
+ inherits: false;
668
+ initial-value: skewX(0);
669
+ }
670
+ @property --tw-skew-y {
671
+ syntax: "*";
672
+ inherits: false;
673
+ initial-value: skewY(0);
674
+ }
675
+ @property --tw-border-style {
676
+ syntax: "*";
677
+ inherits: false;
678
+ initial-value: solid;
679
+ }
680
+ @property --tw-font-weight {
681
+ syntax: "*";
682
+ inherits: false;
683
+ }
684
+ @property --tw-ordinal {
685
+ syntax: "*";
686
+ inherits: false;
687
+ }
688
+ @property --tw-slashed-zero {
689
+ syntax: "*";
690
+ inherits: false;
691
+ }
692
+ @property --tw-numeric-figure {
693
+ syntax: "*";
694
+ inherits: false;
695
+ }
696
+ @property --tw-numeric-spacing {
697
+ syntax: "*";
698
+ inherits: false;
699
+ }
700
+ @property --tw-numeric-fraction {
701
+ syntax: "*";
702
+ inherits: false;
703
+ }
704
+ @property --tw-shadow {
705
+ syntax: "*";
706
+ inherits: false;
707
+ initial-value: 0 0 #0000;
708
+ }
709
+ @property --tw-shadow-color {
710
+ syntax: "*";
711
+ inherits: false;
712
+ }
713
+ @property --tw-shadow-alpha {
714
+ syntax: "<percentage>";
715
+ inherits: false;
716
+ initial-value: 100%;
717
+ }
718
+ @property --tw-inset-shadow {
719
+ syntax: "*";
720
+ inherits: false;
721
+ initial-value: 0 0 #0000;
722
+ }
723
+ @property --tw-inset-shadow-color {
724
+ syntax: "*";
725
+ inherits: false;
726
+ }
727
+ @property --tw-inset-shadow-alpha {
728
+ syntax: "<percentage>";
729
+ inherits: false;
730
+ initial-value: 100%;
731
+ }
732
+ @property --tw-ring-color {
733
+ syntax: "*";
734
+ inherits: false;
735
+ }
736
+ @property --tw-ring-shadow {
737
+ syntax: "*";
738
+ inherits: false;
739
+ initial-value: 0 0 #0000;
740
+ }
741
+ @property --tw-inset-ring-color {
742
+ syntax: "*";
743
+ inherits: false;
744
+ }
745
+ @property --tw-inset-ring-shadow {
746
+ syntax: "*";
747
+ inherits: false;
748
+ initial-value: 0 0 #0000;
749
+ }
750
+ @property --tw-ring-inset {
751
+ syntax: "*";
752
+ inherits: false;
753
+ }
754
+ @property --tw-ring-offset-width {
755
+ syntax: "<length>";
756
+ inherits: false;
757
+ initial-value: 0px;
758
+ }
759
+ @property --tw-ring-offset-color {
760
+ syntax: "*";
761
+ inherits: false;
762
+ initial-value: #fff;
763
+ }
764
+ @property --tw-ring-offset-shadow {
765
+ syntax: "*";
766
+ inherits: false;
767
+ initial-value: 0 0 #0000;
768
+ }
769
+ @property --tw-outline-style {
770
+ syntax: "*";
771
+ inherits: false;
772
+ initial-value: solid;
773
+ }
774
+ @property --tw-translate-x {
775
+ syntax: "*";
776
+ inherits: false;
777
+ initial-value: 0;
778
+ }
779
+ @property --tw-translate-y {
780
+ syntax: "*";
781
+ inherits: false;
782
+ initial-value: 0;
783
+ }
784
+ @property --tw-translate-z {
785
+ syntax: "*";
786
+ inherits: false;
787
+ initial-value: 0;
788
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/design",
3
- "version": "4.0.376",
3
+ "version": "4.0.377",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/esm/index.mjs",
@@ -19,11 +19,11 @@
19
19
  "make": "tsc -d && bun --env-file=../.env.bundle bundle.ts"
20
20
  },
21
21
  "dependencies": {
22
- "@remotion/paths": "4.0.376",
23
- "@remotion/shapes": "4.0.376",
24
- "@remotion/svg-3d-engine": "4.0.376",
22
+ "@remotion/paths": "4.0.377",
23
+ "@remotion/shapes": "4.0.377",
24
+ "@remotion/svg-3d-engine": "4.0.377",
25
25
  "clsx": "^2.1.1",
26
- "remotion": "4.0.376",
26
+ "remotion": "4.0.377",
27
27
  "@radix-ui/react-select": "2.1.1",
28
28
  "lucide-react": "0.439.0"
29
29
  },
@@ -32,11 +32,12 @@
32
32
  "react-dom": ">=16.8.0"
33
33
  },
34
34
  "devDependencies": {
35
- "@remotion/eslint-config-internal": "4.0.376",
35
+ "@remotion/eslint-config-internal": "4.0.377",
36
36
  "eslint": "9.19.0",
37
37
  "react": "19.0.0",
38
38
  "react-dom": "19.0.0",
39
- "tailwindcss": "4.1.10",
39
+ "tailwindcss": "4.1.1",
40
+ "@tailwindcss/cli": "4.1.1",
40
41
  "tailwind-merge": "^2.6.0",
41
42
  "bun-plugin-tailwind": "0.1.2"
42
43
  },
@@ -53,7 +54,7 @@
53
54
  },
54
55
  "./package.json": "./package.json",
55
56
  "./register": "./index.css",
56
- "./tailwind.css": "./dist/esm/index.css"
57
+ "./tailwind.css": "./dist/tailwind.css"
57
58
  },
58
59
  "description": "Design system",
59
60
  "homepage": "https://www.remotion.dev/design"