datastake-daf 0.6.696 → 0.6.697

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.
@@ -1593,24 +1593,24 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
1593
1593
  color: var(--nested-sidenav-text-color, white) !important;
1594
1594
  }
1595
1595
 
1596
- .components-layout:not(.nested) .sidenav-sider.custom
1596
+ .components-layout:not(.nested)
1597
1597
  .d-flex.left-sidebar.right-sidebar
1598
1598
  .desktop span svg {
1599
1599
  fill: var(--header-text-color, white) !important;
1600
1600
  }
1601
1601
 
1602
- .components-layout:not(.nested) .sidenav-sider.custom
1602
+ .components-layout:not(.nested)
1603
1603
  .d-flex.right-sidebar {
1604
1604
  color: var(--header-text-color, white) !important;
1605
1605
  }
1606
1606
 
1607
- .components-layout:not(.nested) .sidenav-sider.custom
1607
+ .components-layout:not(.nested)
1608
1608
  .d-flex.right-sidebar
1609
1609
  .ant-select-arrow {
1610
1610
  color: var(--header-text-color, white) !important;
1611
1611
  }
1612
1612
 
1613
- .components-layout:not(.nested) .sidenav-sider.custom .right-sidebar .cont {
1613
+ .components-layout:not(.nested) .right-sidebar .cont {
1614
1614
  color: var(--header-text-color, white) !important;
1615
1615
  }
1616
1616
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "datastake-daf",
3
- "version": "0.6.696",
3
+ "version": "0.6.697",
4
4
  "dependencies": {
5
5
  "@ant-design/icons": "^5.2.5",
6
6
  "@antv/g2": "^5.1.1",
@@ -1593,24 +1593,24 @@ ul.ant-menu.ant-menu-dark.ant-menu-root.ant-menu-vertical::-webkit-scrollbar-thu
1593
1593
  color: var(--nested-sidenav-text-color, white) !important;
1594
1594
  }
1595
1595
 
1596
- .components-layout:not(.nested) .sidenav-sider.custom
1596
+ .components-layout:not(.nested)
1597
1597
  .d-flex.left-sidebar.right-sidebar
1598
1598
  .desktop span svg {
1599
1599
  fill: var(--header-text-color, white) !important;
1600
1600
  }
1601
1601
 
1602
- .components-layout:not(.nested) .sidenav-sider.custom
1602
+ .components-layout:not(.nested)
1603
1603
  .d-flex.right-sidebar {
1604
1604
  color: var(--header-text-color, white) !important;
1605
1605
  }
1606
1606
 
1607
- .components-layout:not(.nested) .sidenav-sider.custom
1607
+ .components-layout:not(.nested)
1608
1608
  .d-flex.right-sidebar
1609
1609
  .ant-select-arrow {
1610
1610
  color: var(--header-text-color, white) !important;
1611
1611
  }
1612
1612
 
1613
- .components-layout:not(.nested) .sidenav-sider.custom .right-sidebar .cont {
1613
+ .components-layout:not(.nested) .right-sidebar .cont {
1614
1614
  color: var(--header-text-color, white) !important;
1615
1615
  }
1616
1616