datastake-daf 0.6.689 → 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,6 +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 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 {
|
|
1645
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title {
|
|
1649
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title span {
|
|
1653
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title svg path {
|
|
1657
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item .ant-menu-title-content {
|
|
1661
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item svg path {
|
|
1665
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1669
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path {
|
|
1670
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1674
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span {
|
|
1675
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1679
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1680
|
+
.ant-menu-title-content span {
|
|
1681
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title {
|
|
1685
|
+
color: rgba(255, 255, 255, 0.5) !important;
|
|
1686
|
+
opacity: 0.6;
|
|
1687
|
+
cursor: not-allowed;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title span {
|
|
1691
|
+
color: rgba(255, 255, 255, 0.5) !important;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
1695
|
+
stroke: rgba(255, 255, 255, 0.5) !important;
|
|
1696
|
+
}
|
|
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
|
+
|
|
1638
1735
|
.components-layout .sidenav-cont .menus-cont .sidemenu-cont .title-span {
|
|
1639
1736
|
margin-bottom: 8px;
|
|
1640
1737
|
text-transform: uppercase;
|
package/package.json
CHANGED
|
@@ -1635,6 +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 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 {
|
|
1645
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1646
|
+
}
|
|
1647
|
+
|
|
1648
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title {
|
|
1649
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1650
|
+
}
|
|
1651
|
+
|
|
1652
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title span {
|
|
1653
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1654
|
+
}
|
|
1655
|
+
|
|
1656
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu-title svg path {
|
|
1657
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1658
|
+
}
|
|
1659
|
+
|
|
1660
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item .ant-menu-title-content {
|
|
1661
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1662
|
+
}
|
|
1663
|
+
|
|
1664
|
+
.components-layout .drawer .sidenav-cont .ant-menu-item svg path {
|
|
1665
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1666
|
+
}
|
|
1667
|
+
|
|
1668
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1669
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title svg path {
|
|
1670
|
+
stroke: var(--custom-sidenav-text-color, white) !important;
|
|
1671
|
+
}
|
|
1672
|
+
|
|
1673
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1674
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu-submenu-title span {
|
|
1675
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1676
|
+
}
|
|
1677
|
+
|
|
1678
|
+
.components-layout .drawer .sidenav-cont .menus-cont .ant-menu.ant-menu-root.ant-menu-inline.ant-menu-dark
|
|
1679
|
+
.ant-menu-submenu.ant-menu-submenu-inline .ant-menu.ant-menu-sub.ant-menu-inline .ant-menu-item:not(.selected-it)
|
|
1680
|
+
.ant-menu-title-content span {
|
|
1681
|
+
color: var(--custom-sidenav-text-color, white) !important;
|
|
1682
|
+
}
|
|
1683
|
+
|
|
1684
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title {
|
|
1685
|
+
color: rgba(255, 255, 255, 0.5) !important;
|
|
1686
|
+
opacity: 0.6;
|
|
1687
|
+
cursor: not-allowed;
|
|
1688
|
+
}
|
|
1689
|
+
|
|
1690
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title span {
|
|
1691
|
+
color: rgba(255, 255, 255, 0.5) !important;
|
|
1692
|
+
}
|
|
1693
|
+
|
|
1694
|
+
.components-layout .drawer .sidenav-cont .ant-menu-submenu.ant-menu-submenu-disabled .ant-menu-submenu-title svg path {
|
|
1695
|
+
stroke: rgba(255, 255, 255, 0.5) !important;
|
|
1696
|
+
}
|
|
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
|
+
|
|
1638
1735
|
.components-layout .sidenav-cont .menus-cont .sidemenu-cont .title-span {
|
|
1639
1736
|
margin-bottom: 8px;
|
|
1640
1737
|
text-transform: uppercase;
|