datastake-daf 0.6.689 → 0.6.690

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