flowcore-fn 9.2.3 → 9.2.4

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);
@@ -1856,6 +1857,9 @@
1856
1857
  .fc\:text-indigo-600 {
1857
1858
  color: var(--fc-color-indigo-600);
1858
1859
  }
1860
+ .fc\:text-red-400 {
1861
+ color: var(--fc-color-red-400);
1862
+ }
1859
1863
  .fc\:text-red-500 {
1860
1864
  color: var(--fc-color-red-500);
1861
1865
  }