flowcore-fn 8.0.9 → 8.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.
- package/dist/pkg-index.css +13 -0
- package/dist/pkg-index.js +832 -739
- package/dist/pkg-index.mjs +718 -625
- package/package.json +1 -1
package/dist/pkg-index.css
CHANGED
|
@@ -26,6 +26,8 @@
|
|
|
26
26
|
--fc-color-red-400: oklch(70.4% 0.191 22.216);
|
|
27
27
|
--fc-color-red-500: oklch(63.7% 0.237 25.331);
|
|
28
28
|
--fc-color-red-600: oklch(57.7% 0.245 27.325);
|
|
29
|
+
--fc-color-green-600: oklch(62.7% 0.194 149.214);
|
|
30
|
+
--fc-color-emerald-600: oklch(59.6% 0.145 163.225);
|
|
29
31
|
--fc-color-cyan-200: oklch(91.7% 0.08 205.041);
|
|
30
32
|
--fc-color-cyan-400: oklch(78.9% 0.154 211.53);
|
|
31
33
|
--fc-color-blue-50: oklch(97% 0.014 254.604);
|
|
@@ -732,6 +734,9 @@
|
|
|
732
734
|
.fc\:flex-col {
|
|
733
735
|
flex-direction: column;
|
|
734
736
|
}
|
|
737
|
+
.fc\:flex-row {
|
|
738
|
+
flex-direction: row;
|
|
739
|
+
}
|
|
735
740
|
.fc\:flex-wrap {
|
|
736
741
|
flex-wrap: wrap;
|
|
737
742
|
}
|
|
@@ -1111,6 +1116,10 @@
|
|
|
1111
1116
|
--tw-gradient-from: var(--fc-color-blue-600);
|
|
1112
1117
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1113
1118
|
}
|
|
1119
|
+
.fc\:from-emerald-600 {
|
|
1120
|
+
--tw-gradient-from: var(--fc-color-emerald-600);
|
|
1121
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1122
|
+
}
|
|
1114
1123
|
.fc\:via-cyan-400 {
|
|
1115
1124
|
--tw-gradient-via: var(--fc-color-cyan-400);
|
|
1116
1125
|
--tw-gradient-via-stops:
|
|
@@ -1120,6 +1129,10 @@
|
|
|
1120
1129
|
var(--tw-gradient-to) var(--tw-gradient-to-position);
|
|
1121
1130
|
--tw-gradient-stops: var(--tw-gradient-via-stops);
|
|
1122
1131
|
}
|
|
1132
|
+
.fc\:to-green-600 {
|
|
1133
|
+
--tw-gradient-to: var(--fc-color-green-600);
|
|
1134
|
+
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|
|
1135
|
+
}
|
|
1123
1136
|
.fc\:to-indigo-500 {
|
|
1124
1137
|
--tw-gradient-to: var(--fc-color-indigo-500);
|
|
1125
1138
|
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
|