@sikka/hawa 0.0.83 → 0.0.84
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/styles.css +211 -232
- package/es/index.es.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
- package/src/blocks/AuthForms/AppLanding.js +62 -0
- package/src/blocks/AuthForms/SignInForm.js +3 -3
- package/src/elements/Copyrights.js +0 -0
- package/src/elements/HawaButton.js +1 -1
- package/src/elements/HawaMenu.js +59 -0
- package/src/elements/index.js +1 -0
- package/src/layout/HawaContainer.js +3 -7
- package/src/styles.css +211 -232
- package/tailwind.config.js +15 -2
- package/src/elements/HawaPopMenu.js +0 -97
package/src/styles.css
CHANGED
|
@@ -930,10 +930,6 @@ video {
|
|
|
930
930
|
--tw-divide-opacity: 1;
|
|
931
931
|
border-color: rgb(243 244 246 / var(--tw-divide-opacity));
|
|
932
932
|
}
|
|
933
|
-
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
|
|
934
|
-
--tw-divide-opacity: 1;
|
|
935
|
-
border-color: rgb(209 213 219 / var(--tw-divide-opacity));
|
|
936
|
-
}
|
|
937
933
|
.divide-gray-900 > :not([hidden]) ~ :not([hidden]) {
|
|
938
934
|
--tw-divide-opacity: 1;
|
|
939
935
|
border-color: rgb(17 24 39 / var(--tw-divide-opacity));
|
|
@@ -1085,6 +1081,14 @@ video {
|
|
|
1085
1081
|
--tw-bg-opacity: 1;
|
|
1086
1082
|
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
|
|
1087
1083
|
}
|
|
1084
|
+
.bg-primary-700 {
|
|
1085
|
+
--tw-bg-opacity: 1;
|
|
1086
|
+
background-color: rgb(6 92 198 / var(--tw-bg-opacity));
|
|
1087
|
+
}
|
|
1088
|
+
.bg-primary-500 {
|
|
1089
|
+
--tw-bg-opacity: 1;
|
|
1090
|
+
background-color: rgb(61 147 249 / var(--tw-bg-opacity));
|
|
1091
|
+
}
|
|
1088
1092
|
.bg-transparent {
|
|
1089
1093
|
background-color: transparent;
|
|
1090
1094
|
}
|
|
@@ -1100,6 +1104,10 @@ video {
|
|
|
1100
1104
|
--tw-bg-opacity: 1;
|
|
1101
1105
|
background-color: rgb(229 231 235 / var(--tw-bg-opacity));
|
|
1102
1106
|
}
|
|
1107
|
+
.bg-primary-300 {
|
|
1108
|
+
--tw-bg-opacity: 1;
|
|
1109
|
+
background-color: rgb(156 199 252 / var(--tw-bg-opacity));
|
|
1110
|
+
}
|
|
1103
1111
|
.p-1\.5 {
|
|
1104
1112
|
padding: 0.375rem;
|
|
1105
1113
|
}
|
|
@@ -1167,14 +1175,14 @@ video {
|
|
|
1167
1175
|
padding-left: 1.5rem;
|
|
1168
1176
|
padding-right: 1.5rem;
|
|
1169
1177
|
}
|
|
1170
|
-
.px-3 {
|
|
1171
|
-
padding-left: 0.75rem;
|
|
1172
|
-
padding-right: 0.75rem;
|
|
1173
|
-
}
|
|
1174
1178
|
.py-3 {
|
|
1175
1179
|
padding-top: 0.75rem;
|
|
1176
1180
|
padding-bottom: 0.75rem;
|
|
1177
1181
|
}
|
|
1182
|
+
.px-3 {
|
|
1183
|
+
padding-left: 0.75rem;
|
|
1184
|
+
padding-right: 0.75rem;
|
|
1185
|
+
}
|
|
1178
1186
|
.py-4 {
|
|
1179
1187
|
padding-top: 1rem;
|
|
1180
1188
|
padding-bottom: 1rem;
|
|
@@ -1447,6 +1455,10 @@ body {
|
|
|
1447
1455
|
--tw-bg-opacity: 1;
|
|
1448
1456
|
background-color: rgb(30 64 175 / var(--tw-bg-opacity));
|
|
1449
1457
|
}
|
|
1458
|
+
.hover\:bg-primary-600:hover {
|
|
1459
|
+
--tw-bg-opacity: 1;
|
|
1460
|
+
background-color: rgb(6 92 198 / var(--tw-bg-opacity));
|
|
1461
|
+
}
|
|
1450
1462
|
.hover\:bg-blue-200:hover {
|
|
1451
1463
|
--tw-bg-opacity: 1;
|
|
1452
1464
|
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
|
@@ -1543,230 +1555,197 @@ body {
|
|
|
1543
1555
|
--tw-ring-opacity: 1;
|
|
1544
1556
|
--tw-ring-color: rgb(147 197 253 / var(--tw-ring-opacity));
|
|
1545
1557
|
}
|
|
1546
|
-
|
|
1547
|
-
|
|
1548
|
-
|
|
1549
|
-
|
|
1550
|
-
|
|
1551
|
-
|
|
1552
|
-
|
|
1553
|
-
|
|
1554
|
-
|
|
1555
|
-
|
|
1556
|
-
|
|
1557
|
-
|
|
1558
|
-
|
|
1559
|
-
|
|
1560
|
-
|
|
1561
|
-
|
|
1562
|
-
|
|
1563
|
-
|
|
1564
|
-
|
|
1565
|
-
|
|
1566
|
-
|
|
1567
|
-
|
|
1568
|
-
|
|
1569
|
-
|
|
1570
|
-
|
|
1571
|
-
|
|
1572
|
-
|
|
1573
|
-
|
|
1574
|
-
|
|
1575
|
-
|
|
1576
|
-
|
|
1577
|
-
|
|
1578
|
-
|
|
1579
|
-
|
|
1580
|
-
|
|
1581
|
-
|
|
1582
|
-
|
|
1583
|
-
|
|
1584
|
-
|
|
1585
|
-
|
|
1586
|
-
|
|
1587
|
-
|
|
1588
|
-
|
|
1589
|
-
|
|
1590
|
-
|
|
1591
|
-
|
|
1592
|
-
|
|
1593
|
-
|
|
1594
|
-
|
|
1595
|
-
|
|
1596
|
-
|
|
1597
|
-
|
|
1598
|
-
|
|
1599
|
-
|
|
1600
|
-
|
|
1601
|
-
|
|
1602
|
-
|
|
1603
|
-
|
|
1604
|
-
|
|
1605
|
-
|
|
1606
|
-
|
|
1607
|
-
|
|
1608
|
-
|
|
1609
|
-
|
|
1610
|
-
|
|
1611
|
-
|
|
1612
|
-
|
|
1613
|
-
|
|
1614
|
-
|
|
1615
|
-
|
|
1616
|
-
|
|
1617
|
-
|
|
1618
|
-
|
|
1619
|
-
|
|
1620
|
-
|
|
1621
|
-
|
|
1622
|
-
|
|
1623
|
-
|
|
1624
|
-
|
|
1625
|
-
|
|
1626
|
-
|
|
1627
|
-
|
|
1628
|
-
|
|
1629
|
-
|
|
1630
|
-
|
|
1631
|
-
|
|
1632
|
-
|
|
1633
|
-
|
|
1634
|
-
|
|
1635
|
-
|
|
1636
|
-
|
|
1637
|
-
|
|
1638
|
-
|
|
1639
|
-
|
|
1640
|
-
|
|
1641
|
-
|
|
1642
|
-
|
|
1643
|
-
|
|
1644
|
-
|
|
1645
|
-
|
|
1646
|
-
|
|
1647
|
-
|
|
1648
|
-
|
|
1649
|
-
|
|
1650
|
-
|
|
1651
|
-
|
|
1652
|
-
|
|
1653
|
-
|
|
1654
|
-
|
|
1655
|
-
|
|
1656
|
-
|
|
1657
|
-
|
|
1658
|
-
|
|
1659
|
-
|
|
1660
|
-
|
|
1661
|
-
|
|
1662
|
-
|
|
1663
|
-
|
|
1664
|
-
|
|
1665
|
-
|
|
1666
|
-
|
|
1667
|
-
|
|
1668
|
-
|
|
1669
|
-
|
|
1670
|
-
|
|
1671
|
-
|
|
1672
|
-
|
|
1673
|
-
|
|
1674
|
-
|
|
1675
|
-
|
|
1676
|
-
|
|
1677
|
-
|
|
1678
|
-
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
--tw-ring-opacity: 1;
|
|
1738
|
-
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
|
|
1739
|
-
}
|
|
1740
|
-
|
|
1741
|
-
.dark\:focus\:ring-blue-600:focus {
|
|
1742
|
-
--tw-ring-opacity: 1;
|
|
1743
|
-
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
1744
|
-
}
|
|
1745
|
-
|
|
1746
|
-
.dark\:focus\:ring-gray-700:focus {
|
|
1747
|
-
--tw-ring-opacity: 1;
|
|
1748
|
-
--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
|
|
1749
|
-
}
|
|
1750
|
-
|
|
1751
|
-
.dark\:focus\:ring-blue-500:focus {
|
|
1752
|
-
--tw-ring-opacity: 1;
|
|
1753
|
-
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
1754
|
-
}
|
|
1755
|
-
|
|
1756
|
-
.dark\:focus\:ring-blue-900:focus {
|
|
1757
|
-
--tw-ring-opacity: 1;
|
|
1758
|
-
--tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity));
|
|
1759
|
-
}
|
|
1760
|
-
|
|
1761
|
-
.group:hover .dark\:group-hover\:text-white {
|
|
1762
|
-
--tw-text-opacity: 1;
|
|
1763
|
-
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1764
|
-
}
|
|
1765
|
-
|
|
1766
|
-
.peer:focus ~ .dark\:peer-focus\:ring-blue-800 {
|
|
1767
|
-
--tw-ring-opacity: 1;
|
|
1768
|
-
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
|
|
1769
|
-
}
|
|
1558
|
+
[dir="rtl"] .rtl\:ml-2 {
|
|
1559
|
+
margin-left: 0.5rem;
|
|
1560
|
+
}
|
|
1561
|
+
[dir="rtl"] .rtl\:flex-row-reverse {
|
|
1562
|
+
flex-direction: row-reverse;
|
|
1563
|
+
}
|
|
1564
|
+
.dark .dark\:divide-gray-600 > :not([hidden]) ~ :not([hidden]) {
|
|
1565
|
+
--tw-divide-opacity: 1;
|
|
1566
|
+
border-color: rgb(75 85 99 / var(--tw-divide-opacity));
|
|
1567
|
+
}
|
|
1568
|
+
.dark .dark\:border-gray-700 {
|
|
1569
|
+
--tw-border-opacity: 1;
|
|
1570
|
+
border-color: rgb(55 65 81 / var(--tw-border-opacity));
|
|
1571
|
+
}
|
|
1572
|
+
.dark .dark\:border-gray-600 {
|
|
1573
|
+
--tw-border-opacity: 1;
|
|
1574
|
+
border-color: rgb(75 85 99 / var(--tw-border-opacity));
|
|
1575
|
+
}
|
|
1576
|
+
.dark .dark\:border-gray-500 {
|
|
1577
|
+
--tw-border-opacity: 1;
|
|
1578
|
+
border-color: rgb(107 114 128 / var(--tw-border-opacity));
|
|
1579
|
+
}
|
|
1580
|
+
.dark .dark\:border-blue-500 {
|
|
1581
|
+
--tw-border-opacity: 1;
|
|
1582
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
|
1583
|
+
}
|
|
1584
|
+
.dark .dark\:bg-gray-800 {
|
|
1585
|
+
--tw-bg-opacity: 1;
|
|
1586
|
+
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
1587
|
+
}
|
|
1588
|
+
.dark .dark\:bg-gray-900 {
|
|
1589
|
+
--tw-bg-opacity: 1;
|
|
1590
|
+
background-color: rgb(17 24 39 / var(--tw-bg-opacity));
|
|
1591
|
+
}
|
|
1592
|
+
.dark .dark\:bg-blue-200 {
|
|
1593
|
+
--tw-bg-opacity: 1;
|
|
1594
|
+
background-color: rgb(191 219 254 / var(--tw-bg-opacity));
|
|
1595
|
+
}
|
|
1596
|
+
.dark .dark\:bg-yellow-200 {
|
|
1597
|
+
--tw-bg-opacity: 1;
|
|
1598
|
+
background-color: rgb(254 240 138 / var(--tw-bg-opacity));
|
|
1599
|
+
}
|
|
1600
|
+
.dark .dark\:bg-red-200 {
|
|
1601
|
+
--tw-bg-opacity: 1;
|
|
1602
|
+
background-color: rgb(254 202 202 / var(--tw-bg-opacity));
|
|
1603
|
+
}
|
|
1604
|
+
.dark .dark\:bg-green-200 {
|
|
1605
|
+
--tw-bg-opacity: 1;
|
|
1606
|
+
background-color: rgb(187 247 208 / var(--tw-bg-opacity));
|
|
1607
|
+
}
|
|
1608
|
+
.dark .dark\:bg-blue-600 {
|
|
1609
|
+
--tw-bg-opacity: 1;
|
|
1610
|
+
background-color: rgb(37 99 235 / var(--tw-bg-opacity));
|
|
1611
|
+
}
|
|
1612
|
+
.dark .dark\:bg-gray-700 {
|
|
1613
|
+
--tw-bg-opacity: 1;
|
|
1614
|
+
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
1615
|
+
}
|
|
1616
|
+
.dark .dark\:bg-gray-600 {
|
|
1617
|
+
--tw-bg-opacity: 1;
|
|
1618
|
+
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
1619
|
+
}
|
|
1620
|
+
.dark .dark\:text-white {
|
|
1621
|
+
--tw-text-opacity: 1;
|
|
1622
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1623
|
+
}
|
|
1624
|
+
.dark .dark\:text-gray-400 {
|
|
1625
|
+
--tw-text-opacity: 1;
|
|
1626
|
+
color: rgb(156 163 175 / var(--tw-text-opacity));
|
|
1627
|
+
}
|
|
1628
|
+
.dark .dark\:text-blue-500 {
|
|
1629
|
+
--tw-text-opacity: 1;
|
|
1630
|
+
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
1631
|
+
}
|
|
1632
|
+
.dark .dark\:text-blue-800 {
|
|
1633
|
+
--tw-text-opacity: 1;
|
|
1634
|
+
color: rgb(30 64 175 / var(--tw-text-opacity));
|
|
1635
|
+
}
|
|
1636
|
+
.dark .dark\:text-yellow-800 {
|
|
1637
|
+
--tw-text-opacity: 1;
|
|
1638
|
+
color: rgb(133 77 14 / var(--tw-text-opacity));
|
|
1639
|
+
}
|
|
1640
|
+
.dark .dark\:text-red-800 {
|
|
1641
|
+
--tw-text-opacity: 1;
|
|
1642
|
+
color: rgb(153 27 27 / var(--tw-text-opacity));
|
|
1643
|
+
}
|
|
1644
|
+
.dark .dark\:text-green-800 {
|
|
1645
|
+
--tw-text-opacity: 1;
|
|
1646
|
+
color: rgb(22 101 52 / var(--tw-text-opacity));
|
|
1647
|
+
}
|
|
1648
|
+
.dark .dark\:text-gray-300 {
|
|
1649
|
+
--tw-text-opacity: 1;
|
|
1650
|
+
color: rgb(209 213 219 / var(--tw-text-opacity));
|
|
1651
|
+
}
|
|
1652
|
+
.dark .dark\:text-gray-200 {
|
|
1653
|
+
--tw-text-opacity: 1;
|
|
1654
|
+
color: rgb(229 231 235 / var(--tw-text-opacity));
|
|
1655
|
+
}
|
|
1656
|
+
.dark .dark\:text-gray-500 {
|
|
1657
|
+
--tw-text-opacity: 1;
|
|
1658
|
+
color: rgb(107 114 128 / var(--tw-text-opacity));
|
|
1659
|
+
}
|
|
1660
|
+
.dark .dark\:text-red-500 {
|
|
1661
|
+
--tw-text-opacity: 1;
|
|
1662
|
+
color: rgb(239 68 68 / var(--tw-text-opacity));
|
|
1663
|
+
}
|
|
1664
|
+
.dark .dark\:text-blue-400 {
|
|
1665
|
+
--tw-text-opacity: 1;
|
|
1666
|
+
color: rgb(96 165 250 / var(--tw-text-opacity));
|
|
1667
|
+
}
|
|
1668
|
+
.dark .dark\:placeholder-gray-400::-moz-placeholder {
|
|
1669
|
+
--tw-placeholder-opacity: 1;
|
|
1670
|
+
color: rgb(156 163 175 / var(--tw-placeholder-opacity));
|
|
1671
|
+
}
|
|
1672
|
+
.dark .dark\:placeholder-gray-400::placeholder {
|
|
1673
|
+
--tw-placeholder-opacity: 1;
|
|
1674
|
+
color: rgb(156 163 175 / var(--tw-placeholder-opacity));
|
|
1675
|
+
}
|
|
1676
|
+
.dark .dark\:ring-offset-gray-800 {
|
|
1677
|
+
--tw-ring-offset-color: #1f2937;
|
|
1678
|
+
}
|
|
1679
|
+
.dark .dark\:ring-offset-gray-700 {
|
|
1680
|
+
--tw-ring-offset-color: #374151;
|
|
1681
|
+
}
|
|
1682
|
+
.dark .dark\:hover\:bg-gray-600:hover {
|
|
1683
|
+
--tw-bg-opacity: 1;
|
|
1684
|
+
background-color: rgb(75 85 99 / var(--tw-bg-opacity));
|
|
1685
|
+
}
|
|
1686
|
+
.dark .dark\:hover\:bg-gray-700:hover {
|
|
1687
|
+
--tw-bg-opacity: 1;
|
|
1688
|
+
background-color: rgb(55 65 81 / var(--tw-bg-opacity));
|
|
1689
|
+
}
|
|
1690
|
+
.dark .dark\:hover\:bg-gray-800:hover {
|
|
1691
|
+
--tw-bg-opacity: 1;
|
|
1692
|
+
background-color: rgb(31 41 55 / var(--tw-bg-opacity));
|
|
1693
|
+
}
|
|
1694
|
+
.dark .dark\:hover\:bg-blue-700:hover {
|
|
1695
|
+
--tw-bg-opacity: 1;
|
|
1696
|
+
background-color: rgb(29 78 216 / var(--tw-bg-opacity));
|
|
1697
|
+
}
|
|
1698
|
+
.dark .dark\:hover\:bg-primary-600:hover {
|
|
1699
|
+
--tw-bg-opacity: 1;
|
|
1700
|
+
background-color: rgb(6 92 198 / var(--tw-bg-opacity));
|
|
1701
|
+
}
|
|
1702
|
+
.dark .dark\:hover\:text-white:hover {
|
|
1703
|
+
--tw-text-opacity: 1;
|
|
1704
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1705
|
+
}
|
|
1706
|
+
.dark .dark\:hover\:text-blue-500:hover {
|
|
1707
|
+
--tw-text-opacity: 1;
|
|
1708
|
+
color: rgb(59 130 246 / var(--tw-text-opacity));
|
|
1709
|
+
}
|
|
1710
|
+
.dark .dark\:focus\:border-blue-500:focus {
|
|
1711
|
+
--tw-border-opacity: 1;
|
|
1712
|
+
border-color: rgb(59 130 246 / var(--tw-border-opacity));
|
|
1713
|
+
}
|
|
1714
|
+
.dark .dark\:focus\:ring-gray-600:focus {
|
|
1715
|
+
--tw-ring-opacity: 1;
|
|
1716
|
+
--tw-ring-color: rgb(75 85 99 / var(--tw-ring-opacity));
|
|
1717
|
+
}
|
|
1718
|
+
.dark .dark\:focus\:ring-gray-800:focus {
|
|
1719
|
+
--tw-ring-opacity: 1;
|
|
1720
|
+
--tw-ring-color: rgb(31 41 55 / var(--tw-ring-opacity));
|
|
1721
|
+
}
|
|
1722
|
+
.dark .dark\:focus\:ring-blue-800:focus {
|
|
1723
|
+
--tw-ring-opacity: 1;
|
|
1724
|
+
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
|
|
1725
|
+
}
|
|
1726
|
+
.dark .dark\:focus\:ring-blue-600:focus {
|
|
1727
|
+
--tw-ring-opacity: 1;
|
|
1728
|
+
--tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
|
|
1729
|
+
}
|
|
1730
|
+
.dark .dark\:focus\:ring-gray-700:focus {
|
|
1731
|
+
--tw-ring-opacity: 1;
|
|
1732
|
+
--tw-ring-color: rgb(55 65 81 / var(--tw-ring-opacity));
|
|
1733
|
+
}
|
|
1734
|
+
.dark .dark\:focus\:ring-blue-500:focus {
|
|
1735
|
+
--tw-ring-opacity: 1;
|
|
1736
|
+
--tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
|
|
1737
|
+
}
|
|
1738
|
+
.dark .dark\:focus\:ring-blue-900:focus {
|
|
1739
|
+
--tw-ring-opacity: 1;
|
|
1740
|
+
--tw-ring-color: rgb(30 58 138 / var(--tw-ring-opacity));
|
|
1741
|
+
}
|
|
1742
|
+
.dark .group:hover .dark\:group-hover\:text-white {
|
|
1743
|
+
--tw-text-opacity: 1;
|
|
1744
|
+
color: rgb(255 255 255 / var(--tw-text-opacity));
|
|
1745
|
+
}
|
|
1746
|
+
.dark .peer:focus ~ .dark\:peer-focus\:ring-blue-800 {
|
|
1747
|
+
--tw-ring-opacity: 1;
|
|
1748
|
+
--tw-ring-color: rgb(30 64 175 / var(--tw-ring-opacity));
|
|
1770
1749
|
}
|
|
1771
1750
|
@media (min-width: 640px) {
|
|
1772
1751
|
|
package/tailwind.config.js
CHANGED
|
@@ -1,12 +1,25 @@
|
|
|
1
1
|
/** @type {import('tailwindcss').Config} */
|
|
2
2
|
module.exports = {
|
|
3
3
|
content: ["./src/**/*.{js,ts,jsx,tsx}"],
|
|
4
|
-
darkMode: "
|
|
4
|
+
darkMode: "class",
|
|
5
5
|
theme: {
|
|
6
6
|
fontFamily: {
|
|
7
7
|
plex: ["IBM Plex Sans Arabic"]
|
|
8
8
|
},
|
|
9
|
-
extend: {
|
|
9
|
+
extend: {
|
|
10
|
+
colors: {
|
|
11
|
+
primary: {
|
|
12
|
+
200: "#C4DEFD",
|
|
13
|
+
300: "#9CC7FC",
|
|
14
|
+
400: "#74B1FB",
|
|
15
|
+
500: "#3d93f9",
|
|
16
|
+
600: "#065CC6",
|
|
17
|
+
700: "#065CC6",
|
|
18
|
+
800: "#054A9E",
|
|
19
|
+
900: "#043777"
|
|
20
|
+
}
|
|
21
|
+
}
|
|
22
|
+
}
|
|
10
23
|
},
|
|
11
24
|
plugins: []
|
|
12
25
|
};
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import PropTypes from "prop-types";
|
|
2
|
-
export const HawaPopMenu = (props) => {
|
|
3
|
-
return (
|
|
4
|
-
<div>
|
|
5
|
-
{/* <button
|
|
6
|
-
id="dropdownDefault"
|
|
7
|
-
data-dropdown-toggle={props.popMenuID}
|
|
8
|
-
className="text-white bg-blue-700 hover:bg-blue-800 focus:ring-4 focus:outline-none focus:ring-blue-300 font-medium rounded-lg text-sm px-4 py-2.5 text-center inline-flex items-center dark:bg-blue-600 dark:hover:bg-blue-700 dark:focus:ring-blue-800"
|
|
9
|
-
type="button"
|
|
10
|
-
>
|
|
11
|
-
Dropdown button{" "}
|
|
12
|
-
<svg
|
|
13
|
-
className="ml-2 w-4 h-4"
|
|
14
|
-
aria-hidden="true"
|
|
15
|
-
fill="none"
|
|
16
|
-
stroke="currentColor"
|
|
17
|
-
viewBox="0 0 24 24"
|
|
18
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
19
|
-
>
|
|
20
|
-
<path
|
|
21
|
-
stroke-linecap="round"
|
|
22
|
-
stroke-linejoin="round"
|
|
23
|
-
stroke-width="2"
|
|
24
|
-
d="M19 9l-7 7-7-7"
|
|
25
|
-
></path>
|
|
26
|
-
</svg>
|
|
27
|
-
</button> */}
|
|
28
|
-
<div
|
|
29
|
-
id={props.popMenuID}
|
|
30
|
-
className="hidden z-10 w-44 bg-white rounded divide-y divide-gray-100 shadow dark:bg-gray-700"
|
|
31
|
-
data-popper-reference-hidden=""
|
|
32
|
-
data-popper-escaped=""
|
|
33
|
-
data-popper-placement="bottom"
|
|
34
|
-
// style="position: absolute; inset: 0px auto auto 0px; margin: 0px; transform: translate3d(0px, 484.5px, 0px);"
|
|
35
|
-
>
|
|
36
|
-
<ul
|
|
37
|
-
className="py-1 text-sm text-gray-700 dark:text-gray-200"
|
|
38
|
-
aria-labelledby="dropdownDefault"
|
|
39
|
-
>
|
|
40
|
-
{props.menuItems.map((item) => (
|
|
41
|
-
<li>
|
|
42
|
-
<a
|
|
43
|
-
href="#"
|
|
44
|
-
className="block py-2 px-4 hover:bg-gray-100 dark:hover:bg-gray-600 dark:hover:text-white"
|
|
45
|
-
>
|
|
46
|
-
{item.label}
|
|
47
|
-
</a>
|
|
48
|
-
</li>
|
|
49
|
-
// <MenuItem key={item.label} onClick={item.action}>
|
|
50
|
-
// {item.icon && <item.icon />}
|
|
51
|
-
// {item.icon && <div style={{ width: 10 }} />}
|
|
52
|
-
// <Typography textAlign="center">{item.label}</Typography>
|
|
53
|
-
// </MenuItem>
|
|
54
|
-
))}
|
|
55
|
-
</ul>
|
|
56
|
-
</div>
|
|
57
|
-
</div>
|
|
58
|
-
|
|
59
|
-
// <Menu
|
|
60
|
-
// sx={{ mt: "45px" }}
|
|
61
|
-
// id="menu-appbar"
|
|
62
|
-
// anchorEl={props.anchor}
|
|
63
|
-
// anchorOrigin={{
|
|
64
|
-
// vertical: "top",
|
|
65
|
-
// horizontal: "right"
|
|
66
|
-
// }}
|
|
67
|
-
// keepMounted
|
|
68
|
-
// transformOrigin={{
|
|
69
|
-
// vertical: "top",
|
|
70
|
-
// horizontal: "right"
|
|
71
|
-
// }}
|
|
72
|
-
// open={Boolean(props.anchor)}
|
|
73
|
-
// onClose={props.handleClose}
|
|
74
|
-
// variant="themed"
|
|
75
|
-
// PaperProps={{
|
|
76
|
-
// style: {
|
|
77
|
-
// boxShadow: "none",
|
|
78
|
-
// border: `1px solid ${theme.primaryActionColor}`
|
|
79
|
-
// }
|
|
80
|
-
// }}
|
|
81
|
-
// >
|
|
82
|
-
|
|
83
|
-
// </Menu>
|
|
84
|
-
);
|
|
85
|
-
};
|
|
86
|
-
|
|
87
|
-
HawaPopMenu.propTypes = {
|
|
88
|
-
anchor: PropTypes.any,
|
|
89
|
-
handleClose: PropTypes.func,
|
|
90
|
-
menuItems: PropTypes.arrayOf(
|
|
91
|
-
PropTypes.shape({
|
|
92
|
-
icon: PropTypes.element,
|
|
93
|
-
label: PropTypes.string,
|
|
94
|
-
action: PropTypes.func
|
|
95
|
-
})
|
|
96
|
-
)
|
|
97
|
-
};
|