flowcore-fn 9.2.7 → 9.2.8
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/pkg-index.css +3 -7
- package/dist/pkg-index.js +2311 -1991
- package/dist/pkg-index.mjs +2600 -2280
- package/package.json +2 -1
package/dist/pkg-index.css
CHANGED
|
@@ -29,7 +29,6 @@
|
|
|
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);
|
|
33
32
|
--fc-color-red-500: oklch(63.7% 0.237 25.331);
|
|
34
33
|
--fc-color-red-600: oklch(57.7% 0.245 27.325);
|
|
35
34
|
--fc-color-red-700: oklch(50.5% 0.213 27.518);
|
|
@@ -434,9 +433,6 @@
|
|
|
434
433
|
.fc\:z-10 {
|
|
435
434
|
z-index: 10;
|
|
436
435
|
}
|
|
437
|
-
.fc\:z-30 {
|
|
438
|
-
z-index: 30;
|
|
439
|
-
}
|
|
440
436
|
.fc\:z-50 {
|
|
441
437
|
z-index: 50;
|
|
442
438
|
}
|
|
@@ -539,6 +535,9 @@
|
|
|
539
535
|
.fc\:block {
|
|
540
536
|
display: block;
|
|
541
537
|
}
|
|
538
|
+
.fc\:contents {
|
|
539
|
+
display: contents;
|
|
540
|
+
}
|
|
542
541
|
.fc\:flex {
|
|
543
542
|
display: flex;
|
|
544
543
|
}
|
|
@@ -1863,9 +1862,6 @@
|
|
|
1863
1862
|
.fc\:text-indigo-600 {
|
|
1864
1863
|
color: var(--fc-color-indigo-600);
|
|
1865
1864
|
}
|
|
1866
|
-
.fc\:text-red-400 {
|
|
1867
|
-
color: var(--fc-color-red-400);
|
|
1868
|
-
}
|
|
1869
1865
|
.fc\:text-red-500 {
|
|
1870
1866
|
color: var(--fc-color-red-500);
|
|
1871
1867
|
}
|