flowcore-fn 9.2.8 → 9.2.9

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.
@@ -29,6 +29,7 @@
29
29
  --fc-color-red-50: oklch(97.1% 0.013 17.38);
30
30
  --fc-color-red-100: oklch(93.6% 0.032 17.717);
31
31
  --fc-color-red-200: oklch(88.5% 0.062 18.334);
32
+ --fc-color-red-400: oklch(70.4% 0.191 22.216);
32
33
  --fc-color-red-500: oklch(63.7% 0.237 25.331);
33
34
  --fc-color-red-600: oklch(57.7% 0.245 27.325);
34
35
  --fc-color-red-700: oklch(50.5% 0.213 27.518);
@@ -433,6 +434,9 @@
433
434
  .fc\:z-10 {
434
435
  z-index: 10;
435
436
  }
437
+ .fc\:z-30 {
438
+ z-index: 30;
439
+ }
436
440
  .fc\:z-50 {
437
441
  z-index: 50;
438
442
  }
@@ -535,9 +539,6 @@
535
539
  .fc\:block {
536
540
  display: block;
537
541
  }
538
- .fc\:contents {
539
- display: contents;
540
- }
541
542
  .fc\:flex {
542
543
  display: flex;
543
544
  }
@@ -1862,6 +1863,9 @@
1862
1863
  .fc\:text-indigo-600 {
1863
1864
  color: var(--fc-color-indigo-600);
1864
1865
  }
1866
+ .fc\:text-red-400 {
1867
+ color: var(--fc-color-red-400);
1868
+ }
1865
1869
  .fc\:text-red-500 {
1866
1870
  color: var(--fc-color-red-500);
1867
1871
  }