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