@campxdev/campx-web-utils 2.0.0-alpha.1 → 2.0.0-alpha.2
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,9 +1,9 @@
|
|
|
1
1
|
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com */
|
|
2
2
|
@layer properties;
|
|
3
3
|
@layer theme, base, components, utilities;
|
|
4
|
-
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap');
|
|
5
4
|
@layer properties;
|
|
6
5
|
@layer theme, base, components, utilities;
|
|
6
|
+
@import url('https://fonts.googleapis.com/css2?family=Geist:wght@400;500;600;700&display=swap');
|
|
7
7
|
@layer theme {
|
|
8
8
|
:root, :host {
|
|
9
9
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
@@ -48,6 +48,7 @@
|
|
|
48
48
|
--color-pink-400: oklch(71.8% 0.202 349.761);
|
|
49
49
|
--color-pink-700: oklch(52.5% 0.223 3.958);
|
|
50
50
|
--color-pink-950: oklch(28.4% 0.109 3.907);
|
|
51
|
+
--color-gray-50: oklch(98.5% 0.002 247.839);
|
|
51
52
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
52
53
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
53
54
|
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
@@ -97,6 +98,7 @@
|
|
|
97
98
|
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
98
99
|
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
99
100
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
101
|
+
--animate-spin: spin 1s linear infinite;
|
|
100
102
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
101
103
|
--aspect-video: 16 / 9;
|
|
102
104
|
--default-transition-duration: 150ms;
|
|
@@ -317,8 +319,14 @@
|
|
|
317
319
|
.h-15 {
|
|
318
320
|
height: calc(var(--spacing) * 15);
|
|
319
321
|
}
|
|
320
|
-
.w
|
|
321
|
-
width:
|
|
322
|
+
.w-48 {
|
|
323
|
+
width: calc(var(--spacing) * 48);
|
|
324
|
+
}
|
|
325
|
+
.w-full {
|
|
326
|
+
width: 100%;
|
|
327
|
+
}
|
|
328
|
+
.max-w-\[400px\] {
|
|
329
|
+
max-width: 400px;
|
|
322
330
|
}
|
|
323
331
|
.flex-1 {
|
|
324
332
|
flex: 1;
|
|
@@ -329,18 +337,15 @@
|
|
|
329
337
|
.items-center {
|
|
330
338
|
align-items: center;
|
|
331
339
|
}
|
|
332
|
-
.justify-between {
|
|
333
|
-
justify-content: space-between;
|
|
334
|
-
}
|
|
335
340
|
.justify-center {
|
|
336
341
|
justify-content: center;
|
|
337
342
|
}
|
|
338
|
-
.gap-2\.5 {
|
|
339
|
-
gap: calc(var(--spacing) * 2.5);
|
|
340
|
-
}
|
|
341
343
|
.gap-4 {
|
|
342
344
|
gap: calc(var(--spacing) * 4);
|
|
343
345
|
}
|
|
346
|
+
.gap-8 {
|
|
347
|
+
gap: calc(var(--spacing) * 8);
|
|
348
|
+
}
|
|
344
349
|
.rounded-md {
|
|
345
350
|
border-radius: var(--radius-md);
|
|
346
351
|
}
|
|
@@ -360,6 +365,9 @@
|
|
|
360
365
|
.p-5 {
|
|
361
366
|
padding: calc(var(--spacing) * 5);
|
|
362
367
|
}
|
|
368
|
+
.p-8 {
|
|
369
|
+
padding: calc(var(--spacing) * 8);
|
|
370
|
+
}
|
|
363
371
|
.px-2 {
|
|
364
372
|
padding-inline: calc(var(--spacing) * 2);
|
|
365
373
|
}
|
|
@@ -378,7 +386,7 @@
|
|
|
378
386
|
}
|
|
379
387
|
}
|
|
380
388
|
}
|
|
381
|
-
/*! tailwindcss v4.1.
|
|
389
|
+
/*! tailwindcss v4.1.17 | MIT License | https://tailwindcss.com*/
|
|
382
390
|
@layer theme {
|
|
383
391
|
:root, :host {
|
|
384
392
|
--font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
|
|
@@ -423,6 +431,7 @@
|
|
|
423
431
|
--color-pink-400: oklch(71.8% 0.202 349.761);
|
|
424
432
|
--color-pink-700: oklch(52.5% 0.223 3.958);
|
|
425
433
|
--color-pink-950: oklch(28.4% 0.109 3.907);
|
|
434
|
+
--color-gray-50: oklch(98.5% 0.002 247.839);
|
|
426
435
|
--color-gray-200: oklch(92.8% 0.006 264.531);
|
|
427
436
|
--color-gray-300: oklch(87.2% 0.01 258.338);
|
|
428
437
|
--color-gray-500: oklch(55.1% 0.027 264.364);
|
|
@@ -471,6 +480,7 @@
|
|
|
471
480
|
--ease-in: cubic-bezier(0.4, 0, 1, 1);
|
|
472
481
|
--ease-out: cubic-bezier(0, 0, 0.2, 1);
|
|
473
482
|
--ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
|
|
483
|
+
--animate-spin: spin 1s linear infinite;
|
|
474
484
|
--animate-pulse: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
|
|
475
485
|
--aspect-video: 16 / 9;
|
|
476
486
|
--default-transition-duration: 150ms;
|
|
@@ -713,6 +723,9 @@
|
|
|
713
723
|
.relative {
|
|
714
724
|
position: relative;
|
|
715
725
|
}
|
|
726
|
+
.static {
|
|
727
|
+
position: static;
|
|
728
|
+
}
|
|
716
729
|
.inset-0 {
|
|
717
730
|
inset: calc(var(--spacing) * 0);
|
|
718
731
|
}
|
|
@@ -791,9 +804,6 @@
|
|
|
791
804
|
.left-\[50\%\] {
|
|
792
805
|
left: 50%;
|
|
793
806
|
}
|
|
794
|
-
.z-1 {
|
|
795
|
-
z-index: 1;
|
|
796
|
-
}
|
|
797
807
|
.z-50 {
|
|
798
808
|
z-index: 50;
|
|
799
809
|
}
|
|
@@ -803,18 +813,9 @@
|
|
|
803
813
|
.z-\[1000\] {
|
|
804
814
|
z-index: 1000;
|
|
805
815
|
}
|
|
806
|
-
.z-\[1299\] {
|
|
807
|
-
z-index: 1299;
|
|
808
|
-
}
|
|
809
|
-
.z-\[1300\] {
|
|
810
|
-
z-index: 1300;
|
|
811
|
-
}
|
|
812
816
|
.z-\[1500\] {
|
|
813
817
|
z-index: 1500;
|
|
814
818
|
}
|
|
815
|
-
.z-\[2000\] {
|
|
816
|
-
z-index: 2000;
|
|
817
|
-
}
|
|
818
819
|
.z-\[9999\] {
|
|
819
820
|
z-index: 9999;
|
|
820
821
|
}
|
|
@@ -875,9 +876,6 @@
|
|
|
875
876
|
.my-6 {
|
|
876
877
|
margin-block: calc(var(--spacing) * 6);
|
|
877
878
|
}
|
|
878
|
-
.mt-0 {
|
|
879
|
-
margin-top: calc(var(--spacing) * 0);
|
|
880
|
-
}
|
|
881
879
|
.mt-0\.5 {
|
|
882
880
|
margin-top: calc(var(--spacing) * 0.5);
|
|
883
881
|
}
|
|
@@ -983,6 +981,9 @@
|
|
|
983
981
|
.table-row {
|
|
984
982
|
display: table-row;
|
|
985
983
|
}
|
|
984
|
+
.field-sizing-content {
|
|
985
|
+
field-sizing: content;
|
|
986
|
+
}
|
|
986
987
|
.aspect-square {
|
|
987
988
|
aspect-ratio: 1 / 1;
|
|
988
989
|
}
|
|
@@ -1009,6 +1010,10 @@
|
|
|
1009
1010
|
width: calc(var(--spacing) * 4);
|
|
1010
1011
|
height: calc(var(--spacing) * 4);
|
|
1011
1012
|
}
|
|
1013
|
+
.size-5 {
|
|
1014
|
+
width: calc(var(--spacing) * 5);
|
|
1015
|
+
height: calc(var(--spacing) * 5);
|
|
1016
|
+
}
|
|
1012
1017
|
.size-8 {
|
|
1013
1018
|
width: calc(var(--spacing) * 8);
|
|
1014
1019
|
height: calc(var(--spacing) * 8);
|
|
@@ -1170,6 +1175,9 @@
|
|
|
1170
1175
|
.min-h-4 {
|
|
1171
1176
|
min-height: calc(var(--spacing) * 4);
|
|
1172
1177
|
}
|
|
1178
|
+
.min-h-16 {
|
|
1179
|
+
min-height: calc(var(--spacing) * 16);
|
|
1180
|
+
}
|
|
1173
1181
|
.min-h-\[2rem\] {
|
|
1174
1182
|
min-height: 2rem;
|
|
1175
1183
|
}
|
|
@@ -1179,6 +1187,9 @@
|
|
|
1179
1187
|
.min-h-\[60px\] {
|
|
1180
1188
|
min-height: 60px;
|
|
1181
1189
|
}
|
|
1190
|
+
.min-h-screen {
|
|
1191
|
+
min-height: 100vh;
|
|
1192
|
+
}
|
|
1182
1193
|
.w-\(--cell-size\) {
|
|
1183
1194
|
width: var(--cell-size);
|
|
1184
1195
|
}
|
|
@@ -1434,6 +1445,9 @@
|
|
|
1434
1445
|
.animate-pulse {
|
|
1435
1446
|
animation: var(--animate-pulse);
|
|
1436
1447
|
}
|
|
1448
|
+
.animate-spin {
|
|
1449
|
+
animation: var(--animate-spin);
|
|
1450
|
+
}
|
|
1437
1451
|
.cursor-default {
|
|
1438
1452
|
cursor: default;
|
|
1439
1453
|
}
|
|
@@ -1752,6 +1766,9 @@
|
|
|
1752
1766
|
.border-\(--color-border\) {
|
|
1753
1767
|
border-color: var(--color-border);
|
|
1754
1768
|
}
|
|
1769
|
+
.border-blue-500 {
|
|
1770
|
+
border-color: var(--color-blue-500);
|
|
1771
|
+
}
|
|
1755
1772
|
.border-blue-700 {
|
|
1756
1773
|
border-color: var(--color-blue-700);
|
|
1757
1774
|
}
|
|
@@ -1851,12 +1868,18 @@
|
|
|
1851
1868
|
.bg-foreground {
|
|
1852
1869
|
background-color: var(--foreground);
|
|
1853
1870
|
}
|
|
1871
|
+
.bg-gray-50 {
|
|
1872
|
+
background-color: var(--color-gray-50);
|
|
1873
|
+
}
|
|
1854
1874
|
.bg-gray-200 {
|
|
1855
1875
|
background-color: var(--color-gray-200);
|
|
1856
1876
|
}
|
|
1857
1877
|
.bg-green-50 {
|
|
1858
1878
|
background-color: var(--color-green-50);
|
|
1859
1879
|
}
|
|
1880
|
+
.bg-green-500 {
|
|
1881
|
+
background-color: var(--color-green-500);
|
|
1882
|
+
}
|
|
1860
1883
|
.bg-green-background {
|
|
1861
1884
|
background-color: var(--green-background);
|
|
1862
1885
|
}
|
|
@@ -1941,6 +1964,9 @@
|
|
|
1941
1964
|
.bg-transparent {
|
|
1942
1965
|
background-color: transparent;
|
|
1943
1966
|
}
|
|
1967
|
+
.bg-white {
|
|
1968
|
+
background-color: var(--color-white);
|
|
1969
|
+
}
|
|
1944
1970
|
.bg-yellow-50 {
|
|
1945
1971
|
background-color: var(--color-yellow-50);
|
|
1946
1972
|
}
|
|
@@ -2049,6 +2075,12 @@
|
|
|
2049
2075
|
.py-6 {
|
|
2050
2076
|
padding-block: calc(var(--spacing) * 6);
|
|
2051
2077
|
}
|
|
2078
|
+
.py-8 {
|
|
2079
|
+
padding-block: calc(var(--spacing) * 8);
|
|
2080
|
+
}
|
|
2081
|
+
.py-12 {
|
|
2082
|
+
padding-block: calc(var(--spacing) * 12);
|
|
2083
|
+
}
|
|
2052
2084
|
.py-\[0\.2rem\] {
|
|
2053
2085
|
padding-block: 0.2rem;
|
|
2054
2086
|
}
|
|
@@ -2223,6 +2255,9 @@
|
|
|
2223
2255
|
.break-all {
|
|
2224
2256
|
word-break: break-all;
|
|
2225
2257
|
}
|
|
2258
|
+
.text-ellipsis {
|
|
2259
|
+
text-overflow: ellipsis;
|
|
2260
|
+
}
|
|
2226
2261
|
.whitespace-nowrap {
|
|
2227
2262
|
white-space: nowrap;
|
|
2228
2263
|
}
|
|
@@ -2289,6 +2324,9 @@
|
|
|
2289
2324
|
.text-highlight-yellow {
|
|
2290
2325
|
color: var(--highlight-yellow);
|
|
2291
2326
|
}
|
|
2327
|
+
.text-muted {
|
|
2328
|
+
color: var(--muted);
|
|
2329
|
+
}
|
|
2292
2330
|
.text-muted-foreground {
|
|
2293
2331
|
color: var(--muted-foreground);
|
|
2294
2332
|
}
|
|
@@ -3552,11 +3590,6 @@
|
|
|
3552
3590
|
margin-inline: calc(var(--spacing) * 0);
|
|
3553
3591
|
}
|
|
3554
3592
|
}
|
|
3555
|
-
.md\:mt-2 {
|
|
3556
|
-
@media (width >= 48rem) {
|
|
3557
|
-
margin-top: calc(var(--spacing) * 2);
|
|
3558
|
-
}
|
|
3559
|
-
}
|
|
3560
3593
|
.md\:block {
|
|
3561
3594
|
@media (width >= 48rem) {
|
|
3562
3595
|
display: block;
|
|
@@ -4131,11 +4164,6 @@
|
|
|
4131
4164
|
border-bottom-right-radius: calc(var(--radius) - 2px);
|
|
4132
4165
|
}
|
|
4133
4166
|
}
|
|
4134
|
-
.\[\&\:not\(\:first-child\)\]\:mt-6 {
|
|
4135
|
-
&:not(:first-child) {
|
|
4136
|
-
margin-top: calc(var(--spacing) * 6);
|
|
4137
|
-
}
|
|
4138
|
-
}
|
|
4139
4167
|
.\[\&\:nth-child\(2\)\[data-selected\=true\]_button\]\:rounded-l-md {
|
|
4140
4168
|
&:nth-child(2)[data-selected=true] button {
|
|
4141
4169
|
border-top-left-radius: calc(var(--radius) - 2px);
|
|
@@ -4148,6 +4176,11 @@
|
|
|
4148
4176
|
translate: var(--tw-translate-x) var(--tw-translate-y);
|
|
4149
4177
|
}
|
|
4150
4178
|
}
|
|
4179
|
+
.\[\&\>button\]\:hidden {
|
|
4180
|
+
&>button {
|
|
4181
|
+
display: none;
|
|
4182
|
+
}
|
|
4183
|
+
}
|
|
4151
4184
|
.\[\&\>div\]\:\!aspect-auto {
|
|
4152
4185
|
&>div {
|
|
4153
4186
|
aspect-ratio: auto !important;
|
|
@@ -4371,6 +4404,7 @@
|
|
|
4371
4404
|
--yellow-background: oklch(0.82 0.166 94.2 / 0.2);
|
|
4372
4405
|
--default-background: oklch(0.978 0.004 233.756);
|
|
4373
4406
|
--input-background: oklch(0.953 0.002 264);
|
|
4407
|
+
--font-sans: 'Geist', ui-sans-serif, system-ui, sans-serif;
|
|
4374
4408
|
}
|
|
4375
4409
|
.dark {
|
|
4376
4410
|
--background: oklch(0.145 0 0);
|
|
@@ -4419,6 +4453,7 @@
|
|
|
4419
4453
|
--yellow-background: oklch(0.82 0.166 94.2 / 0.2);
|
|
4420
4454
|
--default-background: oklch(0.154 0.013 233.756);
|
|
4421
4455
|
--input-background: oklch(0.215 0.008 264);
|
|
4456
|
+
--font-sans: 'Geist', ui-sans-serif, system-ui, sans-serif;
|
|
4422
4457
|
}
|
|
4423
4458
|
@layer base {
|
|
4424
4459
|
* {
|
|
@@ -4438,6 +4473,7 @@
|
|
|
4438
4473
|
body {
|
|
4439
4474
|
height: 100%;
|
|
4440
4475
|
overflow: auto;
|
|
4476
|
+
-webkit-font-smoothing: antialiased;
|
|
4441
4477
|
background-color: var(--background);
|
|
4442
4478
|
font-family: var(--font-sans);
|
|
4443
4479
|
color: var(--foreground);
|
|
@@ -4539,6 +4575,374 @@
|
|
|
4539
4575
|
transform: scale(0.95);
|
|
4540
4576
|
}
|
|
4541
4577
|
}
|
|
4578
|
+
.react-joyride__tooltip {
|
|
4579
|
+
background-color: #ffffff !important;
|
|
4580
|
+
border-radius: 12px !important;
|
|
4581
|
+
box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
|
|
4582
|
+
border: 1px solid #f3f4f6 !important;
|
|
4583
|
+
font-family: 'Roboto', -apple-system, BlinkMacSystemFont, sans-serif !important;
|
|
4584
|
+
padding-top: 16px !important;
|
|
4585
|
+
}
|
|
4586
|
+
.react-joyride__tooltip div {
|
|
4587
|
+
text-align: left !important;
|
|
4588
|
+
}
|
|
4589
|
+
.react-joyride__tooltip > div:nth-child(1) div:nth-child(2) {
|
|
4590
|
+
padding: 0 !important;
|
|
4591
|
+
font-size: 14px !important;
|
|
4592
|
+
line-height: 1.5 !important;
|
|
4593
|
+
color: #4b5563 !important;
|
|
4594
|
+
}
|
|
4595
|
+
.react-joyride__tooltip button[data-action="skip"] {
|
|
4596
|
+
top: 16px !important;
|
|
4597
|
+
right: 16px !important;
|
|
4598
|
+
}
|
|
4599
|
+
.react-joyride__beacon {
|
|
4600
|
+
background-color: #3b82f6 !important;
|
|
4601
|
+
border: 3px solid #3b82f6 !important;
|
|
4602
|
+
border-radius: 50% !important;
|
|
4603
|
+
box-shadow: 0 0 0 6px rgba(59, 130, 246, 0.2) !important;
|
|
4604
|
+
}
|
|
4605
|
+
.react-joyride__beacon::before {
|
|
4606
|
+
background-color: #3b82f6 !important;
|
|
4607
|
+
animation: joyride-beacon-pulse 1.5s ease-in-out infinite !important;
|
|
4608
|
+
}
|
|
4609
|
+
.react-joyride__tooltip button[data-action="next"]:hover {
|
|
4610
|
+
background-color: #000000 !important;
|
|
4611
|
+
transform: translateY(-1px) !important;
|
|
4612
|
+
}
|
|
4613
|
+
.react-joyride__tooltip button[data-action="back"]:hover {
|
|
4614
|
+
background-color: #f9fafb !important;
|
|
4615
|
+
border-color: #d1d5db !important;
|
|
4616
|
+
}
|
|
4617
|
+
.react-joyride__tooltip button[data-action="skip"]:hover {
|
|
4618
|
+
background-color: #f3f4f6 !important;
|
|
4619
|
+
color: #374151 !important;
|
|
4620
|
+
}
|
|
4621
|
+
.react-joyride__tooltip .react-joyride__tooltip-footer {
|
|
4622
|
+
margin-top: 16px !important;
|
|
4623
|
+
padding-top: 16px !important;
|
|
4624
|
+
border-top: 1px solid #f3f4f6 !important;
|
|
4625
|
+
}
|
|
4626
|
+
.react-joyride__tooltip-arrow {
|
|
4627
|
+
filter: drop-shadow(0 1px 3px rgba(0, 0, 0, 0.1)) !important;
|
|
4628
|
+
}
|
|
4629
|
+
@keyframes joyride-beacon-pulse {
|
|
4630
|
+
0% {
|
|
4631
|
+
transform: scale(1);
|
|
4632
|
+
opacity: 1;
|
|
4633
|
+
}
|
|
4634
|
+
50% {
|
|
4635
|
+
transform: scale(1.2);
|
|
4636
|
+
opacity: 0.7;
|
|
4637
|
+
}
|
|
4638
|
+
100% {
|
|
4639
|
+
transform: scale(1);
|
|
4640
|
+
opacity: 1;
|
|
4641
|
+
}
|
|
4642
|
+
}
|
|
4643
|
+
.buttonLoader {
|
|
4644
|
+
max-height: 40px;
|
|
4645
|
+
padding: 10px 20px;
|
|
4646
|
+
font-size: '14px';
|
|
4647
|
+
aspect-ratio: 2.5;
|
|
4648
|
+
--_g: no-repeat radial-gradient(circle, currentColor 48%, #0000);
|
|
4649
|
+
background: var(--_g), var(--_g), var(--_g), var(--_g);
|
|
4650
|
+
background-size: 15% 40%;
|
|
4651
|
+
animation: l44 1s infinite linear alternate;
|
|
4652
|
+
scale: 0.5;
|
|
4653
|
+
}
|
|
4654
|
+
@keyframes l44 {
|
|
4655
|
+
0%,
|
|
4656
|
+
5% {
|
|
4657
|
+
background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
|
|
4658
|
+
calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
|
|
4659
|
+
}
|
|
4660
|
+
12.5% {
|
|
4661
|
+
background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 50%,
|
|
4662
|
+
calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
|
|
4663
|
+
}
|
|
4664
|
+
25% {
|
|
4665
|
+
background-position: calc(0 * 100% / 3) 0, calc(1 * 100% / 3) 0,
|
|
4666
|
+
calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
|
|
4667
|
+
}
|
|
4668
|
+
37.5% {
|
|
4669
|
+
background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 0,
|
|
4670
|
+
calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 50%;
|
|
4671
|
+
}
|
|
4672
|
+
50% {
|
|
4673
|
+
background-position: calc(0 * 100% / 3) 100%, calc(1 * 100% / 3) 100%,
|
|
4674
|
+
calc(2 * 100% / 3) 0, calc(3 * 100% / 3) 0;
|
|
4675
|
+
}
|
|
4676
|
+
62.5% {
|
|
4677
|
+
background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 100%,
|
|
4678
|
+
calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 0;
|
|
4679
|
+
}
|
|
4680
|
+
75% {
|
|
4681
|
+
background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
|
|
4682
|
+
calc(2 * 100% / 3) 100%, calc(3 * 100% / 3) 100%;
|
|
4683
|
+
}
|
|
4684
|
+
87.5% {
|
|
4685
|
+
background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
|
|
4686
|
+
calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 100%;
|
|
4687
|
+
}
|
|
4688
|
+
95%,
|
|
4689
|
+
100% {
|
|
4690
|
+
background-position: calc(0 * 100% / 3) 50%, calc(1 * 100% / 3) 50%,
|
|
4691
|
+
calc(2 * 100% / 3) 50%, calc(3 * 100% / 3) 50%;
|
|
4692
|
+
}
|
|
4693
|
+
}
|
|
4694
|
+
.calendar-wrapper .fc {
|
|
4695
|
+
height: 100%;
|
|
4696
|
+
font-family: inherit;
|
|
4697
|
+
font-size: 0.875rem;
|
|
4698
|
+
}
|
|
4699
|
+
.calendar-wrapper .fc-header-toolbar {
|
|
4700
|
+
background-color: var(--background);
|
|
4701
|
+
padding: 1rem;
|
|
4702
|
+
margin: 0 !important;
|
|
4703
|
+
border-bottom: 1px solid var(--border);
|
|
4704
|
+
}
|
|
4705
|
+
.calendar-wrapper .fc-toolbar-chunk {
|
|
4706
|
+
display: flex;
|
|
4707
|
+
align-items: center;
|
|
4708
|
+
gap: 0.5rem;
|
|
4709
|
+
}
|
|
4710
|
+
.calendar-wrapper .fc-button-group {
|
|
4711
|
+
display: inline-flex;
|
|
4712
|
+
}
|
|
4713
|
+
.calendar-wrapper .fc-button {
|
|
4714
|
+
border: 1px solid var(--border);
|
|
4715
|
+
background-color: transparent;
|
|
4716
|
+
color: var(--foreground);
|
|
4717
|
+
font-size: 0.875rem;
|
|
4718
|
+
font-weight: 500;
|
|
4719
|
+
height: auto;
|
|
4720
|
+
padding: 0.25rem 1rem;
|
|
4721
|
+
border-radius: 0.375rem;
|
|
4722
|
+
cursor: pointer;
|
|
4723
|
+
text-transform: capitalize;
|
|
4724
|
+
}
|
|
4725
|
+
.calendar-wrapper .fc-button:hover {
|
|
4726
|
+
background-color: var(--muted);
|
|
4727
|
+
color: var(--primary);
|
|
4728
|
+
border: 1px solid var(--border);
|
|
4729
|
+
}
|
|
4730
|
+
.calendar-wrapper .fc-button:focus {
|
|
4731
|
+
box-shadow: none !important;
|
|
4732
|
+
}
|
|
4733
|
+
.calendar-wrapper .fc-button:disabled {
|
|
4734
|
+
opacity: 0.5;
|
|
4735
|
+
pointer-events: none;
|
|
4736
|
+
}
|
|
4737
|
+
.calendar-wrapper .fc-toolbar-title {
|
|
4738
|
+
color: var(--foreground);
|
|
4739
|
+
font-size: 1.25rem;
|
|
4740
|
+
font-weight: 600;
|
|
4741
|
+
margin: 0;
|
|
4742
|
+
}
|
|
4743
|
+
.calendar-wrapper .fc-col-header {
|
|
4744
|
+
background-color: var(--muted);
|
|
4745
|
+
border-bottom: 1px solid var(--border);
|
|
4746
|
+
}
|
|
4747
|
+
.calendar-wrapper .fc-col-header-cell {
|
|
4748
|
+
padding: 0.5rem;
|
|
4749
|
+
}
|
|
4750
|
+
.calendar-wrapper .fc-col-header-cell-cushion {
|
|
4751
|
+
color: var(--muted-foreground);
|
|
4752
|
+
font-weight: 600;
|
|
4753
|
+
text-decoration: none;
|
|
4754
|
+
font-size: 0.75rem;
|
|
4755
|
+
text-transform: uppercase;
|
|
4756
|
+
letter-spacing: 0.025em;
|
|
4757
|
+
}
|
|
4758
|
+
.calendar-wrapper .fc-daygrid-day {
|
|
4759
|
+
background-color: var(--background);
|
|
4760
|
+
border-color: var(--border);
|
|
4761
|
+
}
|
|
4762
|
+
.calendar-wrapper .fc-day-today {
|
|
4763
|
+
background-color: var(--primary) !important;
|
|
4764
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4765
|
+
background-color: var(--primary) !important;
|
|
4766
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4767
|
+
background-color: color-mix(
|
|
4768
|
+
in oklch,
|
|
4769
|
+
var(--primary) 5%,
|
|
4770
|
+
transparent
|
|
4771
|
+
) !important;
|
|
4772
|
+
}
|
|
4773
|
+
}
|
|
4774
|
+
}
|
|
4775
|
+
.calendar-wrapper .fc-daygrid-day-number {
|
|
4776
|
+
color: var(--foreground);
|
|
4777
|
+
text-decoration: none;
|
|
4778
|
+
padding: 0.25rem 0.5rem;
|
|
4779
|
+
font-size: 0.875rem;
|
|
4780
|
+
transition: all 0.2s;
|
|
4781
|
+
}
|
|
4782
|
+
.calendar-wrapper .fc-daygrid-day-number:hover {
|
|
4783
|
+
background-color: var(--muted);
|
|
4784
|
+
border-radius: 0.25rem;
|
|
4785
|
+
}
|
|
4786
|
+
.calendar-wrapper .fc-daygrid-day-top {
|
|
4787
|
+
display: flex;
|
|
4788
|
+
justify-content: flex-end;
|
|
4789
|
+
padding: 0.25rem;
|
|
4790
|
+
}
|
|
4791
|
+
.calendar-wrapper .fc-event {
|
|
4792
|
+
background-color: var(--primary);
|
|
4793
|
+
border-color: var(--primary);
|
|
4794
|
+
color: var(--primary-foreground);
|
|
4795
|
+
border-radius: 0.25rem;
|
|
4796
|
+
border: none;
|
|
4797
|
+
transition: all 0.2s;
|
|
4798
|
+
cursor: pointer;
|
|
4799
|
+
}
|
|
4800
|
+
.calendar-wrapper .fc-event:hover {
|
|
4801
|
+
background-color: var(--primary);
|
|
4802
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4803
|
+
background-color: var(--primary);
|
|
4804
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4805
|
+
background-color: color-mix(in oklch, var(--primary) 90%, transparent);
|
|
4806
|
+
}
|
|
4807
|
+
}
|
|
4808
|
+
}
|
|
4809
|
+
.calendar-wrapper .fc-event-title,
|
|
4810
|
+
.calendar-wrapper .fc-event-time {
|
|
4811
|
+
padding: 0.125rem 0.25rem;
|
|
4812
|
+
}
|
|
4813
|
+
.calendar-wrapper .fc-timegrid-slot {
|
|
4814
|
+
border-color: var(--border);
|
|
4815
|
+
}
|
|
4816
|
+
.calendar-wrapper .fc-timegrid-col.fc-day-today {
|
|
4817
|
+
background-color: var(--primary);
|
|
4818
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4819
|
+
background-color: var(--primary);
|
|
4820
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4821
|
+
background-color: color-mix(in oklch, var(--primary) 3%, transparent);
|
|
4822
|
+
}
|
|
4823
|
+
}
|
|
4824
|
+
}
|
|
4825
|
+
.calendar-wrapper .fc-timegrid-axis {
|
|
4826
|
+
color: var(--muted-foreground);
|
|
4827
|
+
}
|
|
4828
|
+
.calendar-wrapper .fc-timegrid-slot-label {
|
|
4829
|
+
color: var(--muted-foreground);
|
|
4830
|
+
font-size: 0.75rem;
|
|
4831
|
+
}
|
|
4832
|
+
.calendar-wrapper .fc-list {
|
|
4833
|
+
border-color: var(--border);
|
|
4834
|
+
}
|
|
4835
|
+
.calendar-wrapper .fc-list-day {
|
|
4836
|
+
background-color: var(--muted);
|
|
4837
|
+
}
|
|
4838
|
+
.calendar-wrapper .fc-list-day-cushion {
|
|
4839
|
+
color: var(--foreground);
|
|
4840
|
+
font-weight: 600;
|
|
4841
|
+
}
|
|
4842
|
+
.calendar-wrapper .fc-list-event {
|
|
4843
|
+
border-color: var(--border);
|
|
4844
|
+
transition: all 0.2s;
|
|
4845
|
+
}
|
|
4846
|
+
.calendar-wrapper .fc-list-event:hover {
|
|
4847
|
+
background-color: var(--muted);
|
|
4848
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4849
|
+
background-color: var(--muted);
|
|
4850
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4851
|
+
background-color: color-mix(in oklch, var(--muted) 50%, transparent);
|
|
4852
|
+
}
|
|
4853
|
+
}
|
|
4854
|
+
}
|
|
4855
|
+
.calendar-wrapper .fc-list-event-title {
|
|
4856
|
+
color: var(--foreground);
|
|
4857
|
+
}
|
|
4858
|
+
.calendar-wrapper .fc-list-event-time {
|
|
4859
|
+
color: var(--muted-foreground);
|
|
4860
|
+
}
|
|
4861
|
+
.calendar-wrapper .fc-more-link {
|
|
4862
|
+
color: var(--primary);
|
|
4863
|
+
font-weight: 500;
|
|
4864
|
+
}
|
|
4865
|
+
.calendar-wrapper .fc-more-link:hover {
|
|
4866
|
+
color: var(--primary);
|
|
4867
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4868
|
+
color: var(--primary);
|
|
4869
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
4870
|
+
color: color-mix(in oklch, var(--primary) 90%, transparent);
|
|
4871
|
+
}
|
|
4872
|
+
}
|
|
4873
|
+
}
|
|
4874
|
+
.calendar-wrapper .fc-popover {
|
|
4875
|
+
background-color: var(--background);
|
|
4876
|
+
border: 1px solid var(--border);
|
|
4877
|
+
border-radius: 0.5rem;
|
|
4878
|
+
box-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
|
|
4879
|
+
}
|
|
4880
|
+
.calendar-wrapper .fc-popover-header {
|
|
4881
|
+
background-color: var(--muted);
|
|
4882
|
+
border-bottom: 1px solid var(--border);
|
|
4883
|
+
padding: 0.5rem 0.75rem;
|
|
4884
|
+
}
|
|
4885
|
+
.calendar-wrapper .fc-popover-title {
|
|
4886
|
+
color: var(--foreground);
|
|
4887
|
+
font-weight: 600;
|
|
4888
|
+
}
|
|
4889
|
+
.calendar-wrapper .fc-popover-close {
|
|
4890
|
+
color: var(--muted-foreground);
|
|
4891
|
+
cursor: pointer;
|
|
4892
|
+
}
|
|
4893
|
+
.calendar-wrapper .fc-popover-close:hover {
|
|
4894
|
+
color: var(--foreground);
|
|
4895
|
+
}
|
|
4896
|
+
.calendar-wrapper .fc-scroller::-webkit-scrollbar {
|
|
4897
|
+
width: 6px;
|
|
4898
|
+
height: 6px;
|
|
4899
|
+
}
|
|
4900
|
+
.calendar-wrapper .fc-scroller::-webkit-scrollbar-track {
|
|
4901
|
+
background-color: var(--muted);
|
|
4902
|
+
border-radius: 3px;
|
|
4903
|
+
}
|
|
4904
|
+
.calendar-wrapper .fc-scroller::-webkit-scrollbar-thumb {
|
|
4905
|
+
background-color: var(--border);
|
|
4906
|
+
border-radius: 3px;
|
|
4907
|
+
}
|
|
4908
|
+
.calendar-wrapper .fc-scroller::-webkit-scrollbar-thumb:hover {
|
|
4909
|
+
background-color: var(--muted-foreground);
|
|
4910
|
+
}
|
|
4911
|
+
.calendar-wrapper .fc-theme-standard td,
|
|
4912
|
+
.calendar-wrapper .fc-theme-standard th {
|
|
4913
|
+
border-color: var(--border);
|
|
4914
|
+
}
|
|
4915
|
+
.calendar-wrapper .fc-theme-standard .fc-scrollgrid {
|
|
4916
|
+
border-color: var(--border);
|
|
4917
|
+
}
|
|
4918
|
+
.calendar-wrapper .fc-timegrid-now-indicator-line {
|
|
4919
|
+
border-color: var(--destructive);
|
|
4920
|
+
}
|
|
4921
|
+
.calendar-wrapper .fc-timegrid-now-indicator-arrow {
|
|
4922
|
+
border-color: var(--destructive);
|
|
4923
|
+
}
|
|
4924
|
+
@media (max-width: 768px) {
|
|
4925
|
+
.calendar-wrapper .fc-header-toolbar {
|
|
4926
|
+
flex-direction: column;
|
|
4927
|
+
gap: 0.5rem;
|
|
4928
|
+
}
|
|
4929
|
+
.calendar-wrapper .fc-toolbar-chunk {
|
|
4930
|
+
width: 100%;
|
|
4931
|
+
justify-content: center;
|
|
4932
|
+
}
|
|
4933
|
+
.calendar-wrapper .fc-button {
|
|
4934
|
+
padding: 0.25rem 0.5rem;
|
|
4935
|
+
font-size: 0.75rem;
|
|
4936
|
+
}
|
|
4937
|
+
}
|
|
4938
|
+
@media (max-width: 640px) {
|
|
4939
|
+
.calendar-wrapper .fc-event {
|
|
4940
|
+
font-size: 0.7rem;
|
|
4941
|
+
}
|
|
4942
|
+
.calendar-wrapper .fc-daygrid-day-number {
|
|
4943
|
+
font-size: 0.75rem;
|
|
4944
|
+
}
|
|
4945
|
+
}
|
|
4542
4946
|
@property --tw-translate-x {
|
|
4543
4947
|
syntax: "*";
|
|
4544
4948
|
inherits: false;
|
|
@@ -4729,6 +5133,11 @@
|
|
|
4729
5133
|
initial-value: "";
|
|
4730
5134
|
inherits: false;
|
|
4731
5135
|
}
|
|
5136
|
+
@keyframes spin {
|
|
5137
|
+
to {
|
|
5138
|
+
transform: rotate(360deg);
|
|
5139
|
+
}
|
|
5140
|
+
}
|
|
4732
5141
|
@keyframes pulse {
|
|
4733
5142
|
50% {
|
|
4734
5143
|
opacity: 0.5;
|
|
@@ -4869,6 +5278,11 @@
|
|
|
4869
5278
|
inherits: false;
|
|
4870
5279
|
initial-value: 0 0 #0000;
|
|
4871
5280
|
}
|
|
5281
|
+
@keyframes spin {
|
|
5282
|
+
to {
|
|
5283
|
+
transform: rotate(360deg);
|
|
5284
|
+
}
|
|
5285
|
+
}
|
|
4872
5286
|
@keyframes pulse {
|
|
4873
5287
|
50% {
|
|
4874
5288
|
opacity: 0.5;
|