datastake-daf 0.6.690 → 0.6.691
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.
|
@@ -1635,62 +1635,103 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1635
1635
|
cursor: not-allowed;
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
|
-
/* Mobile Drawer - Override nested styles to match desktop sidenav */
|
|
1639
|
-
.drawer .
|
|
1640
|
-
|
|
1638
|
+
/* Mobile Drawer - Override CSS variables and nested styles to match desktop sidenav */
|
|
1639
|
+
.drawer .sidenav-sider {
|
|
1640
|
+
--nested-sidenav-text-color: var(--custom-sidenav-text-color, white);
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
.components-layout .drawer .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
1644
|
+
.components-layout .drawer .menus-cont .sidemenu-cont .ant-menu-item {
|
|
1641
1645
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1642
1646
|
}
|
|
1643
1647
|
|
|
1644
|
-
.drawer .sidenav-cont .ant-menu-submenu-title {
|
|
1648
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title {
|
|
1645
1649
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1646
1650
|
}
|
|
1647
1651
|
|
|
1648
|
-
.drawer .sidenav-cont .ant-menu-submenu-title span {
|
|
1652
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title span {
|
|
1649
1653
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1650
1654
|
}
|
|
1651
1655
|
|
|
1652
|
-
.drawer .sidenav-cont .ant-menu-submenu-title svg path {
|
|
1656
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title svg path {
|
|
1653
1657
|
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1654
1658
|
}
|
|
1655
1659
|
|
|
1656
|
-
.drawer .sidenav-cont .ant-menu-item .ant-menu-title-content {
|
|
1660
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item .ant-menu-title-content {
|
|
1657
1661
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1658
1662
|
}
|
|
1659
1663
|
|
|
1660
|
-
.drawer .sidenav-cont .ant-menu-item svg path {
|
|
1664
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item svg path {
|
|
1661
1665
|
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1662
1666
|
}
|
|
1663
1667
|
|
|
1664
|
-
.drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1668
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1665
1669
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path {
|
|
1666
1670
|
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1667
1671
|
}
|
|
1668
1672
|
|
|
1669
|
-
.drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1673
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1670
1674
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span {
|
|
1671
1675
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1672
1676
|
}
|
|
1673
1677
|
|
|
1674
|
-
.drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1678
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1675
1679
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1676
1680
|
.ant-menu-title-content span {
|
|
1677
1681
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1678
1682
|
}
|
|
1679
1683
|
|
|
1680
|
-
.drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title {
|
|
1684
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title {
|
|
1681
1685
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
1682
1686
|
opacity: 0.6;
|
|
1683
1687
|
cursor: not-allowed;
|
|
1684
1688
|
}
|
|
1685
1689
|
|
|
1686
|
-
.drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title span {
|
|
1690
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title span {
|
|
1687
1691
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
1688
1692
|
}
|
|
1689
1693
|
|
|
1690
|
-
.drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
1694
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
1691
1695
|
stroke: rgba(255, 255, 255, 0.5) !important;
|
|
1692
1696
|
}
|
|
1693
1697
|
|
|
1698
|
+
/* Additional specificity for non-nested layouts - Mobile Drawer specific */
|
|
1699
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont .ant-menu-submenu,
|
|
1700
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont .ant-menu-item {
|
|
1701
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .ant-menu-submenu-title {
|
|
1705
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .ant-menu-submenu-title span {
|
|
1709
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .ant-menu-submenu-title svg path {
|
|
1713
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1717
|
+
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1718
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span {
|
|
1719
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1723
|
+
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1724
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path {
|
|
1725
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1729
|
+
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1730
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item
|
|
1731
|
+
.ant-menu-title-content span {
|
|
1732
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1694
1735
|
.components-layout .sidenav-cont .menus-cont .sidemenu-cont .title-span {
|
|
1695
1736
|
margin-bottom: 8px;
|
|
1696
1737
|
text-transform: uppercase;
|
package/package.json
CHANGED
|
@@ -1635,62 +1635,103 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
|
|
|
1635
1635
|
cursor: not-allowed;
|
|
1636
1636
|
}
|
|
1637
1637
|
|
|
1638
|
-
/* Mobile Drawer - Override nested styles to match desktop sidenav */
|
|
1639
|
-
.drawer .
|
|
1640
|
-
|
|
1638
|
+
/* Mobile Drawer - Override CSS variables and nested styles to match desktop sidenav */
|
|
1639
|
+
.drawer .sidenav-sider {
|
|
1640
|
+
--nested-sidenav-text-color: var(--custom-sidenav-text-color, white);
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1643
|
+
.components-layout .drawer .menus-cont .sidemenu-cont .ant-menu-submenu,
|
|
1644
|
+
.components-layout .drawer .menus-cont .sidemenu-cont .ant-menu-item {
|
|
1641
1645
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1642
1646
|
}
|
|
1643
1647
|
|
|
1644
|
-
.drawer .sidenav-cont .ant-menu-submenu-title {
|
|
1648
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title {
|
|
1645
1649
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1646
1650
|
}
|
|
1647
1651
|
|
|
1648
|
-
.drawer .sidenav-cont .ant-menu-submenu-title span {
|
|
1652
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title span {
|
|
1649
1653
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1650
1654
|
}
|
|
1651
1655
|
|
|
1652
|
-
.drawer .sidenav-cont .ant-menu-submenu-title svg path {
|
|
1656
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title svg path {
|
|
1653
1657
|
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1654
1658
|
}
|
|
1655
1659
|
|
|
1656
|
-
.drawer .sidenav-cont .ant-menu-item .ant-menu-title-content {
|
|
1660
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item .ant-menu-title-content {
|
|
1657
1661
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1658
1662
|
}
|
|
1659
1663
|
|
|
1660
|
-
.drawer .sidenav-cont .ant-menu-item svg path {
|
|
1664
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item svg path {
|
|
1661
1665
|
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1662
1666
|
}
|
|
1663
1667
|
|
|
1664
|
-
.drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1668
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1665
1669
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path {
|
|
1666
1670
|
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1667
1671
|
}
|
|
1668
1672
|
|
|
1669
|
-
.drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1673
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1670
1674
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span {
|
|
1671
1675
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1672
1676
|
}
|
|
1673
1677
|
|
|
1674
|
-
.drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1678
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1675
1679
|
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1676
1680
|
.ant-menu-title-content span {
|
|
1677
1681
|
color: var(--custom-sidenav-text-color, white) !important;
|
|
1678
1682
|
}
|
|
1679
1683
|
|
|
1680
|
-
.drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title {
|
|
1684
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title {
|
|
1681
1685
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
1682
1686
|
opacity: 0.6;
|
|
1683
1687
|
cursor: not-allowed;
|
|
1684
1688
|
}
|
|
1685
1689
|
|
|
1686
|
-
.drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title span {
|
|
1690
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title span {
|
|
1687
1691
|
color: rgba(255, 255, 255, 0.5) !important;
|
|
1688
1692
|
}
|
|
1689
1693
|
|
|
1690
|
-
.drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
1694
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
1691
1695
|
stroke: rgba(255, 255, 255, 0.5) !important;
|
|
1692
1696
|
}
|
|
1693
1697
|
|
|
1698
|
+
/* Additional specificity for non-nested layouts - Mobile Drawer specific */
|
|
1699
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont .ant-menu-submenu,
|
|
1700
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont .ant-menu-item {
|
|
1701
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1702
|
+
}
|
|
1703
|
+
|
|
1704
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .ant-menu-submenu-title {
|
|
1705
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1706
|
+
}
|
|
1707
|
+
|
|
1708
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .ant-menu-submenu-title span {
|
|
1709
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1710
|
+
}
|
|
1711
|
+
|
|
1712
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .ant-menu-submenu-title svg path {
|
|
1713
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1714
|
+
}
|
|
1715
|
+
|
|
1716
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1717
|
+
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1718
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span {
|
|
1719
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1720
|
+
}
|
|
1721
|
+
|
|
1722
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1723
|
+
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1724
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path {
|
|
1725
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1726
|
+
}
|
|
1727
|
+
|
|
1728
|
+
.components-layout:not(.nested) .drawer .sidenav-cont .menus-cont.drawer .sidemenu-cont
|
|
1729
|
+
.ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1730
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item
|
|
1731
|
+
.ant-menu-title-content span {
|
|
1732
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1733
|
+
}
|
|
1734
|
+
|
|
1694
1735
|
.components-layout .sidenav-cont .menus-cont .sidemenu-cont .title-span {
|
|
1695
1736
|
margin-bottom: 8px;
|
|
1696
1737
|
text-transform: uppercase;
|