flowcore-fn 10.1.5 → 10.1.6
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 +79 -64
- package/dist/pkg-index.js +938 -861
- package/dist/pkg-index.mjs +997 -928
- package/package.json +1 -1
package/dist/pkg-index.css
CHANGED
|
@@ -429,8 +429,8 @@
|
|
|
429
429
|
.fc\:left-5 {
|
|
430
430
|
left: calc(var(--fc-spacing) * 5);
|
|
431
431
|
}
|
|
432
|
-
.fc\:left-\[
|
|
433
|
-
left:
|
|
432
|
+
.fc\:left-\[16px\] {
|
|
433
|
+
left: 16px;
|
|
434
434
|
}
|
|
435
435
|
.fc\:z-10 {
|
|
436
436
|
z-index: 10;
|
|
@@ -486,8 +486,8 @@
|
|
|
486
486
|
.fc\:mt-8 {
|
|
487
487
|
margin-top: calc(var(--fc-spacing) * 8);
|
|
488
488
|
}
|
|
489
|
-
.fc\:mt-\[
|
|
490
|
-
margin-top:
|
|
489
|
+
.fc\:mt-\[24px\] {
|
|
490
|
+
margin-top: 24px;
|
|
491
491
|
}
|
|
492
492
|
.fc\:mr-2 {
|
|
493
493
|
margin-right: calc(var(--fc-spacing) * 2);
|
|
@@ -519,8 +519,8 @@
|
|
|
519
519
|
.fc\:mb-8 {
|
|
520
520
|
margin-bottom: calc(var(--fc-spacing) * 8);
|
|
521
521
|
}
|
|
522
|
-
.fc\:mb-\[
|
|
523
|
-
margin-bottom:
|
|
522
|
+
.fc\:mb-\[10px\] {
|
|
523
|
+
margin-bottom: 10px;
|
|
524
524
|
}
|
|
525
525
|
.fc\:ml-1 {
|
|
526
526
|
margin-left: var(--fc-spacing);
|
|
@@ -528,11 +528,8 @@
|
|
|
528
528
|
.fc\:ml-2 {
|
|
529
529
|
margin-left: calc(var(--fc-spacing) * 2);
|
|
530
530
|
}
|
|
531
|
-
.fc\:ml-\[
|
|
532
|
-
margin-left:
|
|
533
|
-
}
|
|
534
|
-
.fc\:ml-\[15px\] {
|
|
535
|
-
margin-left: 15px;
|
|
531
|
+
.fc\:ml-\[18px\] {
|
|
532
|
+
margin-left: 18px;
|
|
536
533
|
}
|
|
537
534
|
.fc\:ml-auto {
|
|
538
535
|
margin-left: auto;
|
|
@@ -615,21 +612,21 @@
|
|
|
615
612
|
.fc\:h-40 {
|
|
616
613
|
height: calc(var(--fc-spacing) * 40);
|
|
617
614
|
}
|
|
618
|
-
.fc\:h-\[
|
|
619
|
-
height:
|
|
615
|
+
.fc\:h-\[18px\] {
|
|
616
|
+
height: 18px;
|
|
617
|
+
}
|
|
618
|
+
.fc\:h-\[36px\] {
|
|
619
|
+
height: 36px;
|
|
620
|
+
}
|
|
621
|
+
.fc\:h-\[42px\] {
|
|
622
|
+
height: 42px;
|
|
620
623
|
}
|
|
621
624
|
.fc\:h-\[46px\] {
|
|
622
625
|
height: 46px;
|
|
623
626
|
}
|
|
624
|
-
.fc\:h-\[48px\] {
|
|
625
|
-
height: 48px;
|
|
626
|
-
}
|
|
627
627
|
.fc\:h-\[50px\] {
|
|
628
628
|
height: 50px;
|
|
629
629
|
}
|
|
630
|
-
.fc\:h-\[66px\] {
|
|
631
|
-
height: 66px;
|
|
632
|
-
}
|
|
633
630
|
.fc\:h-\[84px\] {
|
|
634
631
|
height: 84px;
|
|
635
632
|
}
|
|
@@ -639,9 +636,6 @@
|
|
|
639
636
|
.fc\:h-screen {
|
|
640
637
|
height: 100vh;
|
|
641
638
|
}
|
|
642
|
-
.fc\:max-h-\[90vh\] {
|
|
643
|
-
max-height: 90vh;
|
|
644
|
-
}
|
|
645
639
|
.fc\:max-h-\[92vh\] {
|
|
646
640
|
max-height: 92vh;
|
|
647
641
|
}
|
|
@@ -744,12 +738,12 @@
|
|
|
744
738
|
.fc\:w-\[16\%\] {
|
|
745
739
|
width: 16%;
|
|
746
740
|
}
|
|
741
|
+
.fc\:w-\[18px\] {
|
|
742
|
+
width: 18px;
|
|
743
|
+
}
|
|
747
744
|
.fc\:w-\[20\%\] {
|
|
748
745
|
width: 20%;
|
|
749
746
|
}
|
|
750
|
-
.fc\:w-\[20px\] {
|
|
751
|
-
width: 20px;
|
|
752
|
-
}
|
|
753
747
|
.fc\:w-\[22\%\] {
|
|
754
748
|
width: 22%;
|
|
755
749
|
}
|
|
@@ -868,6 +862,9 @@
|
|
|
868
862
|
--tw-scale-z: 110%;
|
|
869
863
|
scale: var(--tw-scale-x) var(--tw-scale-y);
|
|
870
864
|
}
|
|
865
|
+
.fc\:rotate-90 {
|
|
866
|
+
rotate: 90deg;
|
|
867
|
+
}
|
|
871
868
|
.fc\:skew-x-12 {
|
|
872
869
|
--tw-skew-x: skewX(12deg);
|
|
873
870
|
transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
|
|
@@ -944,17 +941,22 @@
|
|
|
944
941
|
.fc\:gap-6 {
|
|
945
942
|
gap: calc(var(--fc-spacing) * 6);
|
|
946
943
|
}
|
|
947
|
-
.fc\:gap-\[
|
|
948
|
-
gap:
|
|
949
|
-
}
|
|
950
|
-
.fc\:gap-\[6px\] {
|
|
951
|
-
gap: 6px;
|
|
944
|
+
.fc\:gap-\[2px\] {
|
|
945
|
+
gap: 2px;
|
|
952
946
|
}
|
|
953
947
|
.fc\:gap-\[8px\] {
|
|
954
948
|
gap: 8px;
|
|
955
949
|
}
|
|
956
|
-
.fc\:gap-\[
|
|
957
|
-
gap:
|
|
950
|
+
.fc\:gap-\[10px\] {
|
|
951
|
+
gap: 10px;
|
|
952
|
+
}
|
|
953
|
+
.fc\:gap-\[12px\] {
|
|
954
|
+
gap: 12px;
|
|
955
|
+
}
|
|
956
|
+
:where(.fc\:space-y-0\.5 > :not(:last-child)) {
|
|
957
|
+
--tw-space-y-reverse: 0;
|
|
958
|
+
margin-block-start: calc(calc(var(--fc-spacing) * 0.5) * var(--tw-space-y-reverse));
|
|
959
|
+
margin-block-end: calc(calc(var(--fc-spacing) * 0.5) * calc(1 - var(--tw-space-y-reverse)));
|
|
958
960
|
}
|
|
959
961
|
:where(.fc\:space-y-3 > :not(:last-child)) {
|
|
960
962
|
--tw-space-y-reverse: 0;
|
|
@@ -1020,8 +1022,11 @@
|
|
|
1020
1022
|
.fc\:rounded-3xl {
|
|
1021
1023
|
border-radius: var(--fc-radius-3xl);
|
|
1022
1024
|
}
|
|
1023
|
-
.fc\:rounded-\[
|
|
1024
|
-
border-radius:
|
|
1025
|
+
.fc\:rounded-\[7px\] {
|
|
1026
|
+
border-radius: 7px;
|
|
1027
|
+
}
|
|
1028
|
+
.fc\:rounded-\[8px\] {
|
|
1029
|
+
border-radius: 8px;
|
|
1025
1030
|
}
|
|
1026
1031
|
.fc\:rounded-\[9px\] {
|
|
1027
1032
|
border-radius: 9px;
|
|
@@ -1068,9 +1073,9 @@
|
|
|
1068
1073
|
border-bottom-style: var(--tw-border-style);
|
|
1069
1074
|
border-bottom-width: 1px;
|
|
1070
1075
|
}
|
|
1071
|
-
.fc\:border-l {
|
|
1076
|
+
.fc\:border-l-2 {
|
|
1072
1077
|
border-left-style: var(--tw-border-style);
|
|
1073
|
-
border-left-width:
|
|
1078
|
+
border-left-width: 2px;
|
|
1074
1079
|
}
|
|
1075
1080
|
.fc\:border-\[\#E1E5ED\] {
|
|
1076
1081
|
border-color: #E1E5ED;
|
|
@@ -1231,6 +1236,12 @@
|
|
|
1231
1236
|
.fc\:bg-blue-50 {
|
|
1232
1237
|
background-color: var(--fc-color-blue-50);
|
|
1233
1238
|
}
|
|
1239
|
+
.fc\:bg-blue-50\/60 {
|
|
1240
|
+
background-color: var(--fc-color-blue-50);
|
|
1241
|
+
@supports (color: color-mix(in lab, red, red)) {
|
|
1242
|
+
background-color: color-mix(in oklab, var(--fc-color-blue-50) 60%, transparent);
|
|
1243
|
+
}
|
|
1244
|
+
}
|
|
1234
1245
|
.fc\:bg-blue-100 {
|
|
1235
1246
|
background-color: var(--fc-color-blue-100);
|
|
1236
1247
|
}
|
|
@@ -1565,17 +1576,14 @@
|
|
|
1565
1576
|
.fc\:px-\[8px\] {
|
|
1566
1577
|
padding-inline: 8px;
|
|
1567
1578
|
}
|
|
1568
|
-
.fc\:px-\[
|
|
1569
|
-
padding-inline:
|
|
1570
|
-
}
|
|
1571
|
-
.fc\:px-\[17px\] {
|
|
1572
|
-
padding-inline: 17px;
|
|
1579
|
+
.fc\:px-\[10px\] {
|
|
1580
|
+
padding-inline: 10px;
|
|
1573
1581
|
}
|
|
1574
|
-
.fc\:px-\[
|
|
1575
|
-
padding-inline:
|
|
1582
|
+
.fc\:px-\[12px\] {
|
|
1583
|
+
padding-inline: 12px;
|
|
1576
1584
|
}
|
|
1577
|
-
.fc\:px-\[
|
|
1578
|
-
padding-inline:
|
|
1585
|
+
.fc\:px-\[14px\] {
|
|
1586
|
+
padding-inline: 14px;
|
|
1579
1587
|
}
|
|
1580
1588
|
.fc\:py-0\.5 {
|
|
1581
1589
|
padding-block: calc(var(--fc-spacing) * 0.5);
|
|
@@ -1628,11 +1636,11 @@
|
|
|
1628
1636
|
.fc\:pt-8 {
|
|
1629
1637
|
padding-top: calc(var(--fc-spacing) * 8);
|
|
1630
1638
|
}
|
|
1631
|
-
.fc\:pt-\[
|
|
1632
|
-
padding-top:
|
|
1639
|
+
.fc\:pt-\[12px\] {
|
|
1640
|
+
padding-top: 12px;
|
|
1633
1641
|
}
|
|
1634
|
-
.fc\:pt-\[
|
|
1635
|
-
padding-top:
|
|
1642
|
+
.fc\:pt-\[20px\] {
|
|
1643
|
+
padding-top: 20px;
|
|
1636
1644
|
}
|
|
1637
1645
|
.fc\:pr-3 {
|
|
1638
1646
|
padding-right: calc(var(--fc-spacing) * 3);
|
|
@@ -1658,11 +1666,11 @@
|
|
|
1658
1666
|
.fc\:pb-8 {
|
|
1659
1667
|
padding-bottom: calc(var(--fc-spacing) * 8);
|
|
1660
1668
|
}
|
|
1661
|
-
.fc\:pb-\[
|
|
1662
|
-
padding-bottom:
|
|
1669
|
+
.fc\:pb-\[20px\] {
|
|
1670
|
+
padding-bottom: 20px;
|
|
1663
1671
|
}
|
|
1664
|
-
.fc\:pb-\[
|
|
1665
|
-
padding-bottom:
|
|
1672
|
+
.fc\:pb-\[24px\] {
|
|
1673
|
+
padding-bottom: 24px;
|
|
1666
1674
|
}
|
|
1667
1675
|
.fc\:pl-3 {
|
|
1668
1676
|
padding-left: calc(var(--fc-spacing) * 3);
|
|
@@ -1676,8 +1684,8 @@
|
|
|
1676
1684
|
.fc\:pl-10 {
|
|
1677
1685
|
padding-left: calc(var(--fc-spacing) * 10);
|
|
1678
1686
|
}
|
|
1679
|
-
.fc\:pl-\[
|
|
1680
|
-
padding-left:
|
|
1687
|
+
.fc\:pl-\[8px\] {
|
|
1688
|
+
padding-left: 8px;
|
|
1681
1689
|
}
|
|
1682
1690
|
.fc\:text-center {
|
|
1683
1691
|
text-align: center;
|
|
@@ -1740,9 +1748,6 @@
|
|
|
1740
1748
|
.fc\:text-\[15px\] {
|
|
1741
1749
|
font-size: 15px;
|
|
1742
1750
|
}
|
|
1743
|
-
.fc\:text-\[16px\] {
|
|
1744
|
-
font-size: 16px;
|
|
1745
|
-
}
|
|
1746
1751
|
.fc\:text-\[18px\] {
|
|
1747
1752
|
font-size: 18px;
|
|
1748
1753
|
}
|
|
@@ -1752,9 +1757,13 @@
|
|
|
1752
1757
|
.fc\:text-\[31px\] {
|
|
1753
1758
|
font-size: 31px;
|
|
1754
1759
|
}
|
|
1755
|
-
.fc\:leading-\[
|
|
1756
|
-
--tw-leading:
|
|
1757
|
-
line-height:
|
|
1760
|
+
.fc\:leading-\[16px\] {
|
|
1761
|
+
--tw-leading: 16px;
|
|
1762
|
+
line-height: 16px;
|
|
1763
|
+
}
|
|
1764
|
+
.fc\:leading-\[18px\] {
|
|
1765
|
+
--tw-leading: 18px;
|
|
1766
|
+
line-height: 18px;
|
|
1758
1767
|
}
|
|
1759
1768
|
.fc\:leading-relaxed {
|
|
1760
1769
|
--tw-leading: var(--fc-leading-relaxed);
|
|
@@ -1784,9 +1793,9 @@
|
|
|
1784
1793
|
--tw-font-weight: var(--fc-font-weight-semibold);
|
|
1785
1794
|
font-weight: var(--fc-font-weight-semibold);
|
|
1786
1795
|
}
|
|
1787
|
-
.fc\:tracking-\[0\.
|
|
1788
|
-
--tw-tracking: 0.
|
|
1789
|
-
letter-spacing: 0.
|
|
1796
|
+
.fc\:tracking-\[0\.5px\] {
|
|
1797
|
+
--tw-tracking: 0.5px;
|
|
1798
|
+
letter-spacing: 0.5px;
|
|
1790
1799
|
}
|
|
1791
1800
|
.fc\:tracking-tight {
|
|
1792
1801
|
--tw-tracking: var(--fc-tracking-tight);
|
|
@@ -1814,9 +1823,15 @@
|
|
|
1814
1823
|
.fc\:text-\[\#3C4D74\] {
|
|
1815
1824
|
color: #3C4D74;
|
|
1816
1825
|
}
|
|
1826
|
+
.fc\:text-\[\#7E8B9E\] {
|
|
1827
|
+
color: #7E8B9E;
|
|
1828
|
+
}
|
|
1817
1829
|
.fc\:text-\[\#2563eb\] {
|
|
1818
1830
|
color: #2563eb;
|
|
1819
1831
|
}
|
|
1832
|
+
.fc\:text-\[\#64748B\] {
|
|
1833
|
+
color: #64748B;
|
|
1834
|
+
}
|
|
1820
1835
|
.fc\:text-\[\#101318\] {
|
|
1821
1836
|
color: #101318;
|
|
1822
1837
|
}
|