flowcore-fn 9.3.9 → 9.4.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/pkg-index.css +27 -0
- package/dist/pkg-index.js +3858 -2968
- package/dist/pkg-index.mjs +3813 -2923
- package/package.json +45 -45
package/dist/pkg-index.css
CHANGED
|
@@ -563,6 +563,9 @@
|
|
|
563
563
|
.fc\:h-2\.5 {
|
|
564
564
|
height: calc(var(--fc-spacing) * 2.5);
|
|
565
565
|
}
|
|
566
|
+
.fc\:h-3 {
|
|
567
|
+
height: calc(var(--fc-spacing) * 3);
|
|
568
|
+
}
|
|
566
569
|
.fc\:h-3\.5 {
|
|
567
570
|
height: calc(var(--fc-spacing) * 3.5);
|
|
568
571
|
}
|
|
@@ -677,6 +680,9 @@
|
|
|
677
680
|
.fc\:w-2\.5 {
|
|
678
681
|
width: calc(var(--fc-spacing) * 2.5);
|
|
679
682
|
}
|
|
683
|
+
.fc\:w-3 {
|
|
684
|
+
width: calc(var(--fc-spacing) * 3);
|
|
685
|
+
}
|
|
680
686
|
.fc\:w-3\.5 {
|
|
681
687
|
width: calc(var(--fc-spacing) * 3.5);
|
|
682
688
|
}
|
|
@@ -1259,6 +1265,9 @@
|
|
|
1259
1265
|
background-color: color-mix(in oklab, var(--fc-color-cyan-200) 20%, transparent);
|
|
1260
1266
|
}
|
|
1261
1267
|
}
|
|
1268
|
+
.fc\:bg-emerald-50 {
|
|
1269
|
+
background-color: var(--fc-color-emerald-50);
|
|
1270
|
+
}
|
|
1262
1271
|
.fc\:bg-emerald-50\/30 {
|
|
1263
1272
|
background-color: var(--fc-color-emerald-50);
|
|
1264
1273
|
@supports (color: color-mix(in lab, red, red)) {
|
|
@@ -1839,6 +1848,9 @@
|
|
|
1839
1848
|
.fc\:text-blue-700 {
|
|
1840
1849
|
color: var(--fc-color-blue-700);
|
|
1841
1850
|
}
|
|
1851
|
+
.fc\:text-emerald-600 {
|
|
1852
|
+
color: var(--fc-color-emerald-600);
|
|
1853
|
+
}
|
|
1842
1854
|
.fc\:text-emerald-700 {
|
|
1843
1855
|
color: var(--fc-color-emerald-700);
|
|
1844
1856
|
}
|
|
@@ -1863,6 +1875,9 @@
|
|
|
1863
1875
|
.fc\:text-green-700 {
|
|
1864
1876
|
color: var(--fc-color-green-700);
|
|
1865
1877
|
}
|
|
1878
|
+
.fc\:text-indigo-500 {
|
|
1879
|
+
color: var(--fc-color-indigo-500);
|
|
1880
|
+
}
|
|
1866
1881
|
.fc\:text-indigo-600 {
|
|
1867
1882
|
color: var(--fc-color-indigo-600);
|
|
1868
1883
|
}
|
|
@@ -1923,6 +1938,9 @@
|
|
|
1923
1938
|
.fc\:opacity-0 {
|
|
1924
1939
|
opacity: 0%;
|
|
1925
1940
|
}
|
|
1941
|
+
.fc\:opacity-25 {
|
|
1942
|
+
opacity: 25%;
|
|
1943
|
+
}
|
|
1926
1944
|
.fc\:opacity-75 {
|
|
1927
1945
|
opacity: 75%;
|
|
1928
1946
|
}
|
|
@@ -1947,6 +1965,15 @@
|
|
|
1947
1965
|
var(--tw-ring-shadow),
|
|
1948
1966
|
var(--tw-shadow);
|
|
1949
1967
|
}
|
|
1968
|
+
.fc\:shadow-\[-4px_0_6px_-1px_rgba\(0\,0\,0\,0\.05\)\] {
|
|
1969
|
+
--tw-shadow: -4px 0 6px -1px var(--tw-shadow-color, rgba(0,0,0,0.05));
|
|
1970
|
+
box-shadow:
|
|
1971
|
+
var(--tw-inset-shadow),
|
|
1972
|
+
var(--tw-inset-ring-shadow),
|
|
1973
|
+
var(--tw-ring-offset-shadow),
|
|
1974
|
+
var(--tw-ring-shadow),
|
|
1975
|
+
var(--tw-shadow);
|
|
1976
|
+
}
|
|
1950
1977
|
.fc\:shadow-\[0_1px_0_0_rgba\(226\,232\,240\,1\)\] {
|
|
1951
1978
|
--tw-shadow: 0 1px 0 0 var(--tw-shadow-color, rgba(226,232,240,1));
|
|
1952
1979
|
box-shadow:
|