@neo4j-ndl/base 4.0.0-alpha.0.608161c → 4.0.0-alpha.0.aeb5d94

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.
@@ -1513,6 +1513,9 @@ a.ndl-btn {
1513
1513
  .ndl-icon-btn .ndl-icon{
1514
1514
  width:var(--icon-button-icon-size);
1515
1515
  height:var(--icon-button-icon-size);
1516
+ display:flex;
1517
+ align-items:center;
1518
+ justify-content:center;
1516
1519
  }
1517
1520
  .ndl-icon-btn .ndl-icon svg,
1518
1521
  .ndl-icon-btn .ndl-icon .ndl-icon-svg{
@@ -1618,7 +1621,7 @@ a.ndl-btn {
1618
1621
  --tw-shadow-colored:var(--theme-shadow-overlay);
1619
1622
  box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
1620
1623
  }
1621
- .ndl-label{
1624
+ .ndl-status-label{
1622
1625
  --label-height:24px;
1623
1626
  display:flex;
1624
1627
  max-width:-moz-max-content;
@@ -1636,42 +1639,42 @@ a.ndl-btn {
1636
1639
  height:var(--label-height);
1637
1640
  line-height:normal;
1638
1641
  }
1639
- .ndl-label.ndl-small{
1642
+ .ndl-status-label.ndl-small{
1640
1643
  --label-height:20px;
1641
1644
  }
1642
- .ndl-label.ndl-large{
1645
+ .ndl-status-label.ndl-large{
1643
1646
  --label-height:24px;
1644
1647
  }
1645
- .ndl-label .ndl-label-content {
1648
+ .ndl-status-label .ndl-status-label-content {
1646
1649
  display:flex;
1647
1650
  flex-direction:row;
1648
1651
  align-items:center;
1649
1652
  gap:4px;
1650
1653
  }
1651
- .ndl-label .ndl-label-content svg {
1654
+ .ndl-status-label .ndl-status-label-content svg {
1652
1655
  width:8px;
1653
1656
  height:8px;
1654
1657
  }
1655
- .ndl-label .ndl-label-text {
1658
+ .ndl-status-label .ndl-status-label-text {
1656
1659
  overflow:hidden;
1657
1660
  text-overflow:ellipsis;
1658
1661
  white-space:nowrap;
1659
1662
  }
1660
- .ndl-label.ndl-clean {
1663
+ .ndl-status-label.ndl-clean {
1661
1664
  padding-left:0px;
1662
1665
  padding-right:0px;
1663
1666
  padding-top:0px;
1664
1667
  padding-bottom:0px;
1665
1668
  }
1666
- .ndl-label.ndl-clean .ndl-label-text {
1669
+ .ndl-status-label.ndl-clean .ndl-status-label-text {
1667
1670
  color:var(--theme-color-neutral-text-default);
1668
1671
  }
1669
- .ndl-label.ndl-outlined {
1672
+ .ndl-status-label.ndl-outlined {
1670
1673
  border-width:0.5px;
1671
1674
  border-style:solid;
1672
1675
  background-color:var(--theme-color-neutral-bg-weak);
1673
1676
  }
1674
- .ndl-label.ndl-semi-filled {
1677
+ .ndl-status-label.ndl-semi-filled {
1675
1678
  border-width:0.5px;
1676
1679
  border-style:solid;
1677
1680
  }
@@ -1683,6 +1686,9 @@ a.ndl-btn {
1683
1686
  letter-spacing:var(--typography-subheading-medium-letter-spacing);
1684
1687
  font-family:var(--typography-subheading-medium-font-family), sans-serif;
1685
1688
  }
1689
+ .ndl-tabs.ndl-large .ndl-scroll-icon {
1690
+ margin-top:2px;
1691
+ }
1686
1692
  .ndl-tabs.ndl-small{
1687
1693
  font:var(--typography-subheading-small);
1688
1694
  letter-spacing:var(--typography-subheading-small-letter-spacing);
@@ -1694,6 +1700,7 @@ a.ndl-btn {
1694
1700
  --tab-top-spacing:0;
1695
1701
  --tab-bottom-spacing:var(--space-16);
1696
1702
  --tab-gap:var(--space-12);
1703
+ --tab-height:40px;
1697
1704
  }
1698
1705
  .ndl-tabs.ndl-underline-tab.ndl-small{
1699
1706
  --tab-left-spacing:var(--space-4);
@@ -1702,6 +1709,7 @@ a.ndl-btn {
1702
1709
  --tab-bottom-spacing:var(--space-12);
1703
1710
  --tab-gap:var(--space-12);
1704
1711
  --tab-icon-svg-size:16px;
1712
+ --tab-height:32px;
1705
1713
  }
1706
1714
  .ndl-tabs.ndl-filled-tab.ndl-large{
1707
1715
  --tab-left-spacing:var(--space-16);
@@ -1709,6 +1717,7 @@ a.ndl-btn {
1709
1717
  --tab-top-spacing:6px;
1710
1718
  --tab-bottom-spacing:6px;
1711
1719
  --tab-gap:var(--space-8);
1720
+ --tab-height:32px;
1712
1721
  }
1713
1722
  .ndl-tabs.ndl-filled-tab.ndl-small{
1714
1723
  --tab-left-spacing:var(--space-12);
@@ -1716,29 +1725,106 @@ a.ndl-btn {
1716
1725
  --tab-top-spacing:var(--space-4);
1717
1726
  --tab-bottom-spacing:var(--space-4);
1718
1727
  --tab-gap:var(--space-4);
1728
+ --tab-height:28px;
1719
1729
  }
1720
1730
  .ndl-tabs {
1731
+ position:relative;
1732
+ }
1733
+ .ndl-tabs .ndl-tabs-container {
1721
1734
  display:flex;
1722
1735
  flex-direction:row;
1723
- gap:var(--tab-gap);
1736
+ overflow-x:auto;
1737
+ overflow-y:visible;
1738
+ scrollbar-width:none;
1739
+ -ms-overflow-style:none;
1740
+ }
1741
+ .ndl-tabs .ndl-tabs-container::-webkit-scrollbar {
1742
+ display:none;
1743
+ }
1744
+ .ndl-tabs .ndl-tabs-container:has(.ndl-underline-tab) {
1745
+ gap:12px;
1746
+ }
1747
+ .ndl-tabs .ndl-tabs-container:has(.ndl-filled-tab) {
1748
+ gap:8px;
1749
+ }
1750
+ .ndl-tabs .ndl-scroll-item {
1751
+ pointer-events:none;
1752
+ visibility:visible;
1753
+ position:absolute;
1754
+ top:0px;
1755
+ bottom:0px;
1756
+ z-index:10;
1757
+ display:flex;
1758
+ width:32px;
1759
+ align-items:flex-start;
1760
+ opacity:1;
1761
+ transition:opacity var(--motion-transition-quick), transform var(--motion-transition-quick);
1762
+
1763
+ --tab-scroll-gradient:var(--theme-color-neutral-bg-weak);
1764
+ }
1765
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-item-on-background-weak{
1766
+ --tab-scroll-gradient:var(--theme-color-neutral-bg-weak);
1767
+ }
1768
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-item-on-background-default{
1769
+ --tab-scroll-gradient:var(--theme-color-neutral-bg-default);
1770
+ }
1771
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-left-item {
1772
+ left:0px;
1773
+ justify-content:flex-start;
1774
+ background:linear-gradient(
1775
+ to right,
1776
+ var(--tab-scroll-gradient) 0%,
1777
+ var(--tab-scroll-gradient) 60%,
1778
+ transparent 100%
1779
+ );
1780
+ transform:translateX(0);
1781
+ }
1782
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-right-item {
1783
+ right:0px;
1784
+ justify-content:flex-end;
1785
+ background:linear-gradient(
1786
+ to left,
1787
+ var(--tab-scroll-gradient) 0%,
1788
+ var(--tab-scroll-gradient) 60%,
1789
+ transparent 100%
1790
+ );
1791
+ transform:translateX(0);
1792
+ }
1793
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-item-hidden {
1794
+ visibility:hidden;
1795
+ opacity:0;
1796
+ }
1797
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-item-hidden.ndl-scroll-left-item{
1798
+ transform:translateX(-100%);
1799
+ }
1800
+ .ndl-tabs .ndl-scroll-item.ndl-scroll-item-hidden.ndl-scroll-right-item{
1801
+ transform:translateX(100%);
1802
+ }
1803
+ .ndl-tabs .ndl-scroll-icon-wrapper {
1804
+ pointer-events:auto;
1805
+ display:flex;
1806
+ cursor:pointer;
1807
+ align-items:center;
1808
+ justify-content:center;
1809
+ }
1810
+ .ndl-tabs .ndl-scroll-icon-wrapper .ndl-scroll-icon {
1811
+ width:20px;
1812
+ height:20px;
1813
+ color:var(--theme-color-neutral-icon);
1724
1814
  }
1725
1815
  .ndl-tabs.ndl-underline-tab{
1726
- border-bottom-style:solid;
1727
- position:relative;
1816
+ border-bottom:1px solid var(--theme-color-neutral-border-weak);
1728
1817
  }
1729
- .ndl-tabs.ndl-underline-tab:after{
1730
- content:'';
1731
- position:absolute;
1732
- width:100%;
1733
- height:1px;
1734
- bottom:0px;
1735
- left:0px;
1736
- z-index:0;
1737
- background-color:var(--theme-color-neutral-border-weak);
1738
- }
1739
1818
  .ndl-tabs .ndl-tab {
1740
1819
  position:relative;
1820
+ display:flex;
1821
+ width:-moz-fit-content;
1822
+ width:fit-content;
1741
1823
  cursor:pointer;
1824
+ gap:8px;
1825
+ white-space:nowrap;
1826
+ border-top-left-radius:4px;
1827
+ border-top-right-radius:4px;
1742
1828
  border-width:0px;
1743
1829
  padding-left:var(--tab-left-spacing);
1744
1830
  padding-right:var(--tab-right-spacing);
@@ -1753,9 +1839,6 @@ a.ndl-btn {
1753
1839
  height:var(--tab-icon-svg-size);
1754
1840
  width:var(--tab-icon-svg-size);
1755
1841
  }
1756
- .ndl-tabs .ndl-tab.ndl-underline-tab{
1757
- z-index:1;
1758
- }
1759
1842
  .ndl-tabs .ndl-tab.ndl-underline-tab:not(.ndl-selected) {
1760
1843
  color:var(--theme-color-neutral-text-weak);
1761
1844
  }
@@ -1773,8 +1856,9 @@ a.ndl-btn {
1773
1856
  background-color:transparent;
1774
1857
  }
1775
1858
  .ndl-tabs .ndl-tab.ndl-underline-tab:focus-visible {
1859
+ outline-style:solid;
1776
1860
  outline-width:2px;
1777
- outline-offset:0px;
1861
+ outline-offset:-2px;
1778
1862
  outline-color:var(--theme-color-primary-focus);
1779
1863
  }
1780
1864
  .ndl-tabs .ndl-tab.ndl-underline-tab:hover:not(.ndl-disabled):not(.ndl-selected) .ndl-tab-underline {
@@ -1792,9 +1876,6 @@ a.ndl-btn {
1792
1876
  .ndl-tabs .ndl-tab.ndl-underline-tab.ndl-selected.ndl-disabled:not(:focus) .ndl-tab-underline {
1793
1877
  background-color:var(--theme-color-neutral-bg-strong);
1794
1878
  }
1795
- .ndl-tabs .ndl-tab.ndl-underline-tab.ndl-disabled:focus-visible .ndl-tab-underline {
1796
- background-color:var(--theme-color-neutral-bg-strong);
1797
- }
1798
1879
  .ndl-tabs .ndl-tab.ndl-filled-tab {
1799
1880
  border-radius:4px;
1800
1881
  color:var(--theme-color-neutral-text-weak);
@@ -1819,6 +1900,18 @@ a.ndl-btn {
1819
1900
  background-color:var(--theme-color-primary-bg-selected);
1820
1901
  color:var(--theme-color-primary-text);
1821
1902
  }
1903
+ .ndl-tabs .ndl-tab .ndl-tab-badge {
1904
+ display:flex;
1905
+ height:24px;
1906
+ align-items:center;
1907
+ justify-content:center;
1908
+ border-radius:4px;
1909
+ background-color:var(--theme-color-neutral-bg-strong);
1910
+ padding-left:4px;
1911
+ padding-right:4px;
1912
+ text-align:center;
1913
+ color:var(--theme-color-neutral-text-default);
1914
+ }
1822
1915
  .ndl-banner.ndl-global {
1823
1916
  padding:16px;
1824
1917
  color:var(--theme-color-neutral-text-default);
@@ -2655,8 +2748,8 @@ a.ndl-btn {
2655
2748
  outline-offset:2px;
2656
2749
  }
2657
2750
  .ndl-menu
2658
- .ndl-menu-items:has(.ndl-menu-item-leading-icon)
2659
- > .ndl-menu-item:not(:has(.ndl-menu-item-leading-icon)) {
2751
+ .ndl-menu-items:has(.ndl-menu-item-leading-content)
2752
+ > .ndl-menu-item:not(:has(.ndl-menu-item-leading-content)) {
2660
2753
  padding-left:34px;
2661
2754
  }
2662
2755
  .ndl-menu .ndl-menu-item {
@@ -2685,7 +2778,7 @@ a.ndl-btn {
2685
2778
  }
2686
2779
  .ndl-menu .ndl-menu-item.ndl-disabled .ndl-menu-item-title,
2687
2780
  .ndl-menu .ndl-menu-item.ndl-disabled .ndl-menu-item-description,
2688
- .ndl-menu .ndl-menu-item.ndl-disabled .ndl-menu-item-leading-icon {
2781
+ .ndl-menu .ndl-menu-item.ndl-disabled .ndl-menu-item-leading-content {
2689
2782
  color:var(--theme-color-neutral-text-weakest);
2690
2783
  }
2691
2784
  .ndl-menu .ndl-menu-item .ndl-menu-item-inner {
@@ -2716,7 +2809,7 @@ a.ndl-btn {
2716
2809
  width:16px;
2717
2810
  height:16px;
2718
2811
  }
2719
- .ndl-menu .ndl-menu-item .ndl-menu-item-leading-icon {
2812
+ .ndl-menu .ndl-menu-item .ndl-menu-item-leading-content {
2720
2813
  display:flex;
2721
2814
  flex-shrink:0;
2722
2815
  align-items:center;
@@ -2726,7 +2819,7 @@ a.ndl-btn {
2726
2819
  height:20px;
2727
2820
  width:20px;
2728
2821
  }
2729
- .ndl-menu .ndl-menu-item .ndl-menu-item-trailing-icon {
2822
+ .ndl-menu .ndl-menu-item .ndl-menu-item-trailing-content {
2730
2823
  align-self:center;
2731
2824
  color:var(--theme-color-neutral-icon);
2732
2825
  }
@@ -2744,6 +2837,26 @@ a.ndl-btn {
2744
2837
  .ndl-datepicker .react-datepicker-wrapper:has(.ndl-fluid) {
2745
2838
  width:auto;
2746
2839
  }
2840
+ .ndl-datepicker .ndl-datepicker-icon {
2841
+ width:20px;
2842
+ height:20px;
2843
+ flex-shrink:0;
2844
+ color:var(--theme-color-neutral-icon);
2845
+ }
2846
+ .ndl-datepicker .ndl-input-wrapper {
2847
+ cursor:pointer;
2848
+ }
2849
+ .ndl-datepicker .react-datepicker__sr-only{
2850
+ position:absolute;
2851
+ width:1px;
2852
+ height:1px;
2853
+ padding:0;
2854
+ margin:-1px;
2855
+ overflow:hidden;
2856
+ clip-path:inset(50%);
2857
+ white-space:nowrap;
2858
+ border:0;
2859
+ }
2747
2860
  .ndl-datepicker .react-datepicker-wrapper {
2748
2861
  width:-moz-fit-content;
2749
2862
  width:fit-content;
@@ -2858,8 +2971,16 @@ a.ndl-btn {
2858
2971
  background-color:var(--theme-color-neutral-hover);
2859
2972
  color:var(--theme-color-neutral-text-default);
2860
2973
  }
2861
- .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):focus:not(.react-datepicker__day--selected),
2862
- .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):focus-visible:not(.react-datepicker__day--selected) {
2974
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):focus:not(.react-datepicker__day--selected):not(
2975
+ .react-datepicker__day--selecting-range-start
2976
+ ):not(.react-datepicker__day--range-start):not(
2977
+ .react-datepicker__day--range-end
2978
+ ),
2979
+ .ndl-datepicker .react-datepicker__week .ndl-datepicker-day:not(.react-datepicker__day--disabled):focus-visible:not(.react-datepicker__day--selected):not(
2980
+ .react-datepicker__day--selecting-range-start
2981
+ ):not(.react-datepicker__day--range-start):not(
2982
+ .react-datepicker__day--range-end
2983
+ ) {
2863
2984
  color:var(--theme-color-primary-text);
2864
2985
  outline:2px solid transparent;
2865
2986
  outline-offset:2px;
@@ -3218,8 +3339,6 @@ a.ndl-btn {
3218
3339
  left:0;
3219
3340
  bottom:0;
3220
3341
  right:0;
3221
-
3222
- cursor:default;
3223
3342
  }
3224
3343
  .ndl-modal-root.ndl-modal-container{
3225
3344
  position:absolute;
@@ -4359,6 +4478,10 @@ a.ndl-btn {
4359
4478
  outline:2px solid transparent;
4360
4479
  outline-offset:2px;
4361
4480
  }
4481
+ .ndl-select-control.ndl-clean:focus-within {
4482
+ outline-offset:-2px;
4483
+ outline-color:var(--theme-color-primary-focus);
4484
+ }
4362
4485
  .ndl-select-option {
4363
4486
  position:relative;
4364
4487
  display:flex;
@@ -4886,8 +5009,6 @@ a.ndl-btn {
4886
5009
  }
4887
5010
  .ndl-wizard.ndl-wizard-small.ndl-horizontal {
4888
5011
  flex-direction:row;
4889
- -moz-column-gap:16px;
4890
- column-gap:16px;
4891
5012
  }
4892
5013
  .ndl-wizard.ndl-wizard-small.ndl-horizontal .ndl-wizard-steps-line {
4893
5014
  height:1px;
@@ -4903,8 +5024,6 @@ a.ndl-btn {
4903
5024
  .ndl-wizard.ndl-wizard-small.ndl-vertical {
4904
5025
  flex-direction:column;
4905
5026
  grid-column:1;
4906
- -moz-column-gap:0;
4907
- column-gap:0;
4908
5027
  }
4909
5028
  .ndl-wizard.ndl-wizard-small.ndl-vertical .ndl-wizard-steps-line {
4910
5029
  min-height:40px;
@@ -4913,10 +5032,10 @@ a.ndl-btn {
4913
5032
  background-color:var(--theme-color-neutral-bg-stronger);
4914
5033
  }
4915
5034
  .ndl-wizard.ndl-wizard-small.ndl-vertical .ndl-wizard-steps-line:first-child {
4916
- margin-bottom:16px;
5035
+ margin-bottom:20px;
4917
5036
  }
4918
5037
  .ndl-wizard.ndl-wizard-small.ndl-vertical .ndl-wizard-steps-line:last-child {
4919
- margin-top:16px;
5038
+ margin-top:20px;
4920
5039
  }
4921
5040
  .ndl-wizard.ndl-wizard-small .ndl-wizard-circle {
4922
5041
  width:6px;
@@ -5444,6 +5563,9 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5444
5563
  .ndl-banner .ndl-banner-actions .ndl-cypher-editor .cm-editor .cm-button.ndl-text-button:not(:disabled):active, .ndl-banner .ndl-banner-actions .ndl-cypher-editor .cm-editor .cm-button.ndl-outlined-button:not(:disabled):active, .ndl-banner .ndl-banner-actions .ndl-cypher-editor .cm-editor .cm-button.ndl-filled-button:not(:disabled):active,.ndl-banner .ndl-banner-actions .ndl-codemirror-editor .cm-editor .cm-button.ndl-text-button:not(:disabled):active, .ndl-banner .ndl-banner-actions .ndl-codemirror-editor .cm-editor .cm-button.ndl-outlined-button:not(:disabled):active, .ndl-banner .ndl-banner-actions .ndl-codemirror-editor .cm-editor .cm-button.ndl-filled-button:not(:disabled):active {
5445
5564
  background-color:var(--theme-color-neutral-pressed);
5446
5565
  }
5566
+ .ndl-text-input .ndl-input-wrapper .ndl-element .ndl-cypher-editor .cm-editor .cm-button,.ndl-text-input .ndl-input-wrapper .ndl-element .ndl-codemirror-editor .cm-editor .cm-button{
5567
+ height:var(--text-input-button-height);
5568
+ }
5447
5569
  .ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-cypher-editor .cm-editor .cm-button.ndl-text-button,
5448
5570
  .ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-cypher-editor .cm-editor .cm-button.ndl-outlined-button,
5449
5571
  .ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-cypher-editor .cm-editor .cm-button.ndl-filled-button,.ndl-tooltip-content.ndl-tooltip-content-rich .ndl-tooltip-actions .ndl-codemirror-editor .cm-editor .cm-button.ndl-text-button,
@@ -5864,472 +5986,32 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
5864
5986
  .ndl-status-indicator {
5865
5987
  display:inline-block;
5866
5988
  }
5867
- .ndl-side-navigation {
5868
- position:relative;
5869
- box-sizing:border-box;
5870
- display:flex;
5871
- height:100%;
5872
- width:320px;
5873
- min-width:320px;
5874
- flex-direction:column;
5875
- background-color:var(--theme-color-neutral-bg-weak);
5876
- padding:0px;
5877
-
5878
- transition:all var(--motion-transition-quick);
5879
- }
5880
- .ndl-side-navigation .ndl-side-navigation-nav-list {
5881
- display:flex;
5882
- flex-direction:column;
5883
- gap:4px;
5884
- }
5885
- .ndl-side-navigation:not(.ndl-expanded) {
5886
- width:64px;
5887
- min-width:64px;
5888
- }
5889
- .ndl-side-navigation:not(.ndl-expanded).ndl-side-navigation-minimized-small {
5890
- width:52px;
5891
- min-width:52px;
5892
- }
5893
- .ndl-side-navigation:not(.ndl-expanded) {
5894
-
5895
- transition:all var(--motion-transition-quick);
5896
- }
5897
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-drawer-button{
5898
- left:8px;
5899
- right:unset;
5900
- }
5901
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item {
5902
- display:flex;
5903
- justify-content:center;
5904
- }
5905
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item{
5906
- display:flex;
5907
- width:48px;
5908
- justify-content:center;
5909
- }
5910
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon {
5911
- margin-right:0px;
5912
- }
5913
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small {
5914
- display:flex;
5915
- justify-content:center;
5916
- }
5917
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item{
5918
- display:flex;
5919
- width:36px;
5920
- justify-content:center;
5921
- }
5922
- .ndl-side-navigation:not(.ndl-expanded) .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item .ndl-icon {
5923
- margin-right:0px;
5924
- }
5925
- .ndl-side-navigation.ndl-right {
5926
- border-left-width:1px;
5927
- border-style:solid;
5928
- border-color:var(--theme-color-neutral-border-weak);
5929
- }
5930
- .ndl-side-navigation.ndl-right .ndl-side-navigation-drawer-button {
5931
- bottom:8px;
5932
- left:8px;
5933
- right:unset;
5934
- }
5935
- .ndl-side-navigation.ndl-left {
5936
- border-right-width:1px;
5937
- border-style:solid;
5938
- border-color:var(--theme-color-neutral-border-weak);
5939
- }
5940
- .ndl-side-navigation.ndl-left .ndl-side-navigation-drawer-button {
5941
- bottom:8px;
5942
- right:8px;
5943
- left:unset;
5944
- }
5945
- .ndl-side-navigation .ndl-side-navigation-nav {
5946
- min-height:100%;
5947
- width:100%;
5948
- overflow-y:auto;
5949
- overflow-x:hidden;
5950
- padding-top:20px;
5951
- padding-bottom:56px;
5952
- }
5953
- .ndl-side-navigation .ndl-side-navigation-nav::-webkit-scrollbar {
5954
- width:4px;
5955
- }
5956
- .ndl-side-navigation .ndl-side-navigation-nav::-webkit-scrollbar-thumb {
5957
- border-radius:12px;
5958
- background-color:var(--theme-color-neutral-bg-strong);
5959
- }
5960
- .ndl-side-navigation .ndl-side-navigation-nav-item {
5961
- margin-left:12px;
5962
- margin-right:7px;
5963
- }
5964
- .ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded) {
5965
- margin-left:8px;
5966
- }
5967
- .ndl-side-navigation .ndl-side-navigation-nav-item:not(.ndl-expanded) .ndl-selected::before{
5968
- position:absolute;
5969
- left:-8px;
5970
- top:0px;
5971
- height:100%;
5972
- width:4px;
5973
- content:'';
5974
- box-shadow:none;
5975
- border-top-right-radius:4px;
5976
- border-bottom-right-radius:4px;
5977
- background-color:var(--theme-color-primary-bg-strong);
5978
- }
5979
- .ndl-side-navigation .ndl-side-navigation-nav-item.ndl-expanded .ndl-selected::before{
5980
- position:absolute;
5981
- left:-12px;
5982
- top:0px;
5983
- height:100%;
5984
- width:4px;
5985
- content:'';
5986
- box-shadow:none;
5987
- border-top-right-radius:4px;
5988
- border-bottom-right-radius:4px;
5989
- background-color:var(--theme-color-primary-bg-strong);
5990
- }
5991
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item {
5992
- display:flex;
5993
- height:48px;
5994
- width:100%;
5995
- align-items:center;
5996
- border-radius:8px;
5997
- color:var(--theme-color-neutral-text-default);
5998
- }
5999
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item .ndl-icon {
6000
- margin-right:12px;
6001
- width:24px;
6002
- height:24px;
6003
- justify-content:center;
6004
- color:var(--theme-color-neutral-text-weak);
6005
- }
6006
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
6007
- height:48px;
6008
- font:var(--typography-title-4);
6009
- letter-spacing:var(--typography-title-4-letter-spacing);
6010
- font-family:var(--typography-title-4-font-family), sans-serif;
6011
- }
6012
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected {
6013
- position:relative;
6014
- background-color:var(--theme-color-primary-bg-weak);
6015
- color:var(--theme-color-primary-text);
6016
- }
6017
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selected .ndl-icon {
6018
- color:var(--theme-color-primary-text);
6019
- }
6020
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable {
6021
- cursor:pointer;
6022
- }
6023
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:hover:not(.ndl-selected) {
6024
- background-color:var(--theme-color-neutral-hover);
6025
- }
6026
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:focus-visible {
6027
- background-color:var(--theme-color-primary-bg-weak);
6028
- color:var(--theme-color-primary-text);
6029
- outline:auto;
6030
- }
6031
- .ndl-side-navigation .ndl-side-navigation-nav-item > .ndl-side-navigation-inner-item.ndl-selectable:active {
6032
- background-color:var(--theme-color-primary-bg-weak);
6033
- color:var(--theme-color-primary-text);
6034
- }
6035
- .ndl-side-navigation .ndl-side-navigation-nav-item-small {
6036
- margin-left:8px;
6037
- margin-right:7px;
6038
- }
6039
- .ndl-side-navigation .ndl-side-navigation-nav-item-small:not(.ndl-expanded) .ndl-selected::before{
6040
- position:absolute;
6041
- left:-8px;
6042
- top:0px;
6043
- height:100%;
6044
- width:4px;
6045
- content:'';
6046
- box-shadow:none;
6047
- border-top-right-radius:4px;
6048
- border-bottom-right-radius:4px;
6049
- background-color:var(--theme-color-primary-bg-strong);
6050
- }
6051
- .ndl-side-navigation .ndl-side-navigation-nav-item-small.ndl-expanded .ndl-selected::before{
6052
- position:absolute;
6053
- left:-8px;
6054
- top:0px;
6055
- height:100%;
6056
- width:4px;
6057
- content:'';
6058
- box-shadow:none;
6059
- border-top-right-radius:4px;
6060
- border-bottom-right-radius:4px;
6061
- background-color:var(--theme-color-primary-bg-strong);
6062
- }
6063
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item {
6064
- display:flex;
6065
- height:36px;
6066
- width:100%;
6067
- align-items:center;
6068
- border-radius:8px;
6069
- color:var(--theme-color-neutral-text-default);
6070
- font:var(--typography-body-medium);
6071
- letter-spacing:var(--typography-body-medium-letter-spacing);
6072
- font-family:var(--typography-body-medium-font-family), sans-serif;
6073
- }
6074
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item .ndl-icon {
6075
- margin-right:8px;
6076
- height:16px;
6077
- width:16px;
6078
- justify-content:center;
6079
- color:var(--theme-color-neutral-text-weak);
6080
- }
6081
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-side-navigation-group-header{
6082
- height:auto;
6083
- padding-top:8px;
6084
- padding-bottom:8px;
6085
- font:var(--typography-title-4);
6086
- letter-spacing:var(--typography-title-4-letter-spacing);
6087
- font-family:var(--typography-title-4-font-family), sans-serif;
6088
- }
6089
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selected {
6090
- position:relative;
6091
- background-color:var(--theme-color-primary-bg-weak);
6092
- color:var(--theme-color-primary-text);
6093
- }
6094
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selected .ndl-icon {
6095
- color:var(--theme-color-primary-text);
6096
- }
6097
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable {
6098
- cursor:pointer;
6099
- }
6100
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable:hover:not(.ndl-selected) {
6101
- background-color:var(--theme-color-neutral-hover);
6102
- }
6103
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable:focus-visible {
6104
- background-color:var(--theme-color-primary-bg-weak);
6105
- color:var(--theme-color-primary-text);
6106
- outline:auto;
6107
- }
6108
- .ndl-side-navigation .ndl-side-navigation-nav-item-small > .ndl-side-navigation-inner-item.ndl-selectable:active {
6109
- background-color:var(--theme-color-primary-bg-weak);
6110
- color:var(--theme-color-primary-text);
6111
- }
6112
- .ndl-side-navigation .ndl-side-navigation-drawer-button {
6113
- position:absolute;
6114
- bottom:12px;
6115
- box-sizing:content-box;
6116
- border-radius:7px;
6117
- background-color:var(--theme-color-neutral-bg-weak);
6118
- }
6119
- .ndl-side-navigation .ndl-side-navigation-drawer-button:hover {
6120
- background-color:var(--theme-color-neutral-bg-default);
6121
- }
6122
- .ndl-side-navigation .ndl-side-navigation-drawer-button:active {
6123
- background-color:var(--theme-color-neutral-bg-strong);
6124
- }
6125
- .ndl-side-navigation .ndl-side-navigation-drawer-button .ndl-icon{
6126
- display:flex;
6127
- align-items:center;
6128
- justify-content:center;
6129
- }
6130
- .ndl-side-navigation .ndl-side-navigation-drawer-button.ndl-icon-btn-border {
6131
- z-index:-1;
6132
- box-sizing:content-box;
6133
- border-radius:8px;
6134
- border-width:1px;
6135
- border-style:solid;
6136
- border-color:var(--theme-color-neutral-border-weak);
6137
- }
6138
- .ndl-side-navigation .ndl-badge {
6139
- margin-left:auto;
6140
- margin-right:16px;
6141
- display:flex;
6142
- width:20px;
6143
- height:20px;
6144
- justify-content:center;
6145
- border-radius:4px;
6146
- }
6147
- .ndl-side-navigation .ndl-badge.ndl-critical {
6148
- background-color:var(--theme-color-danger-bg-weak);
6149
- color:var(--theme-color-danger-text);
6150
- }
6151
- .ndl-side-navigation .ndl-badge.ndl-warning {
6152
- background-color:var(--theme-color-warning-bg-weak);
6153
- color:var(--theme-color-warning-text);
6154
- }
6155
- .ndl-side-navigation .ndl-badge.ndl-info {
6156
- background-color:var(--theme-color-primary-bg-weak);
6157
- color:var(--theme-color-primary-text);
6158
- }
6159
- .ndl-side-navigation .ndl-selected .ndl-badge.ndl-critical {
6160
- background-color:var(--theme-color-danger-bg-status);
6161
- color:var(--theme-color-neutral-text-inverse);
6162
- }
6163
- .ndl-side-navigation .ndl-selected .ndl-badge.ndl-warning {
6164
- background-color:var(--theme-color-warning-bg-status);
6165
- color:var(--theme-color-neutral-text-inverse);
6166
- }
6167
- .ndl-side-navigation .ndl-selected .ndl-badge.ndl-info {
6168
- background-color:var(--theme-color-primary-bg-status);
6169
- color:var(--theme-color-neutral-text-inverse);
6170
- }
6171
- .ndl-breadcrumbs.ndl-breadcrumbs-old {
6172
- display:flex;
6173
- height:32px;
6174
- place-items:center;
6175
- align-items:flex-start;
6176
- gap:10px;
6177
- }
6178
- .ndl-breadcrumbs.ndl-breadcrumbs-old ol {
6179
- display:flex;
6180
- flex-wrap:wrap;
6181
- align-items:center;
6182
- }
6183
- .ndl-breadcrumbs.ndl-breadcrumbs-old li {
6184
- display:flex;
6185
- }
6186
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-base-item {
6187
- align-items:center;
6188
- border-radius:6px;
6189
- }
6190
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-base-item-link {
6191
- border-radius:6px;
6192
- padding-left:4px;
6193
- padding-right:4px;
6194
- color:var(--theme-color-neutral-text-weaker);
6195
- outline:2px solid transparent;
6196
- outline-offset:2px;
6197
- }
6198
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-base-item-link:focus-visible {
6199
- outline-width:2px;
6200
- outline-offset:-2px;
6201
- outline-color:var(--theme-color-primary-focus);
6202
- }
6203
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-base-item-link-active {
6204
- color:var(--theme-color-neutral-text-default);
6205
- }
6206
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-base-item-link:hover {
6207
- color:var(--theme-color-neutral-text-default);
6208
- text-decoration-line:underline;
6209
- }
6210
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-item {
6211
- display:flex;
6212
- align-items:center;
6213
- }
6214
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-item-link {
6215
- cursor:default;
6216
- border-radius:6px;
6217
- padding-left:4px;
6218
- padding-right:4px;
6219
- color:var(--theme-color-neutral-text-weaker);
6220
- outline:2px solid transparent;
6221
- outline-offset:2px;
6222
- }
6223
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-item-link:focus-visible {
6224
- outline-width:2px;
6225
- outline-offset:-2px;
6226
- outline-color:var(--theme-color-primary-focus);
6227
- }
6228
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-item-link-interactable:hover {
6229
- cursor:pointer;
6230
- color:var(--theme-color-neutral-text-default);
6231
- text-decoration-line:underline;
6232
- }
6233
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-item-link-active {
6234
- color:var(--theme-color-neutral-text-default);
6235
- }
6236
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-item-menu {
6237
- display:flex;
6238
- }
6239
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-separator:not(:only-child):before {
6240
- margin-left:4px;
6241
- margin-right:4px;
6242
- color:var(--theme-color-neutral-border-strong);
6243
- font:var(--typography-body-medium);
6244
- letter-spacing:var(--typography-body-medium-letter-spacing);
6245
- font-family:var(--typography-body-medium-font-family), sans-serif;
6246
- content:'/';
6247
- }
6248
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis-menu {
6249
- margin-left:1px;
6250
- margin-right:1px;
6251
- display:flex;
6252
- align-items:center;
6253
- }
6254
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis-menu-hidden{
6255
- opacity:0;
6256
- }
6257
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis--menu-button:hover {
6258
- cursor:pointer;
6259
- text-decoration-line:underline;
6260
- }
6261
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis-menu-button {
6262
- border-radius:6px;
6263
- display:flex;
6264
- align-self:center;
6265
- height:22px;
6266
- }
6267
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis-menu-button:focus {
6268
- outline:2px solid transparent;
6269
- outline-offset:2px;
6270
- }
6271
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis-menu-button:focus-visible {
6272
- outline-width:2px;
6273
- outline-offset:2px;
6274
- outline-color:var(--theme-color-primary-focus);
6275
- }
6276
- .ndl-breadcrumbs.ndl-breadcrumbs-old .ndl-breadcrumbs-ellipsis-menu-button:hover {
6277
- text-decoration-line:underline;
6278
- }
6279
- .ndl-breadcrumbs-ellipsis-menu-item {
6280
- padding-top:4px;
6281
- padding-bottom:4px;
6282
- padding-left:4px;
6283
- padding-right:4px;
6284
- color:var(--theme-color-neutral-text-weak);
6285
- }
6286
- .ndl-breadcrumbs-item-menu-button {
6287
- display:flex;
6288
- align-items:center;
6289
- align-self:center;
6290
- padding-top:1px;
6291
- padding-bottom:1px;
6292
- border-radius:6px;
6293
- color:var(--theme-color-neutral-text-weaker);
6294
-
6295
- margin-left:4px;
6296
- }
6297
- .ndl-breadcrumbs-item-menu-button:hover {
6298
- cursor:pointer;
6299
- background-color:transparent;
6300
- }
6301
- .ndl-breadcrumbs-item-link-active {
6302
- color:var(--theme-color-neutral-text-default);
6303
- }
6304
- .ndl-breadcrumbs-group-item {
6305
- display:flex;
6306
- }
6307
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) {
5989
+ .ndl-breadcrumbs {
6308
5990
  display:flex;
6309
5991
  min-width:0px;
6310
5992
  align-items:center;
6311
5993
  justify-content:flex-start;
6312
5994
  }
6313
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list {
5995
+ .ndl-breadcrumbs .ndl-breadcrumbs-list {
6314
5996
  display:flex;
6315
5997
  min-width:0px;
6316
5998
  align-items:center;
6317
5999
  justify-content:flex-start;
6318
6000
  gap:4px;
6319
6001
  }
6320
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list.ndl-breadcrumbs-wrap {
6002
+ .ndl-breadcrumbs .ndl-breadcrumbs-list.ndl-breadcrumbs-wrap {
6321
6003
  flex-wrap:wrap;
6322
6004
  }
6323
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item {
6005
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item {
6324
6006
  display:flex;
6325
6007
  min-width:0px;
6326
6008
  align-items:center;
6327
6009
  gap:4px;
6328
6010
  }
6329
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item:not(:has(.ndl-breadcrumbs-select)):not(:has(.ndl-breadcrumbs-button)) {
6011
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item:not(:has(.ndl-breadcrumbs-select)):not(:has(.ndl-breadcrumbs-button)) {
6330
6012
  flex-shrink:0;
6331
6013
  }
6332
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item:not(:first-child):before {
6014
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item:not(:first-child):before {
6333
6015
  color:var(--theme-color-neutral-border-strong);
6334
6016
  --tw-content:'/';
6335
6017
  content:var(--tw-content);
@@ -6337,24 +6019,24 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6337
6019
  letter-spacing:var(--typography-label-letter-spacing);
6338
6020
  font-family:var(--typography-label-font-family), sans-serif;
6339
6021
  }
6340
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner {
6022
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner {
6341
6023
  display:flex;
6342
6024
  min-width:0px;
6343
6025
  flex-direction:row;
6344
6026
  align-items:center;
6345
6027
  gap:1px;
6346
6028
  }
6347
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:has(.ndl-breadcrumbs-button):has(.ndl-breadcrumbs-select) {
6029
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:has(.ndl-breadcrumbs-button):has(.ndl-breadcrumbs-select) {
6348
6030
  min-width:64px;
6349
6031
  }
6350
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:has(.ndl-breadcrumbs-button):not(:has(.ndl-breadcrumbs-select)) {
6032
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:has(.ndl-breadcrumbs-button):not(:has(.ndl-breadcrumbs-select)) {
6351
6033
  min-width:32px;
6352
6034
  }
6353
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:hover:has(:is(button, a).ndl-breadcrumbs-button:nth-child(2))
6035
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:hover:has(:is(button, a).ndl-breadcrumbs-button:nth-child(2))
6354
6036
  :is(button, a).ndl-breadcrumbs-button:not(:hover):not(:active) {
6355
6037
  background-color:var(--theme-color-neutral-hover);
6356
6038
  }
6357
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:hover:has(:is(button, a).ndl-breadcrumbs-button:nth-child(2))
6039
+ .ndl-breadcrumbs .ndl-breadcrumbs-list .ndl-breadcrumbs-item .ndl-breadcrumbs-item-inner:hover:has(:is(button, a).ndl-breadcrumbs-button:nth-child(2))
6358
6040
  :is(button, a).ndl-breadcrumbs-button:hover:after {
6359
6041
  pointer-events:none;
6360
6042
  position:absolute;
@@ -6364,7 +6046,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6364
6046
  content:var(--tw-content);
6365
6047
  border-radius:inherit;
6366
6048
  }
6367
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button {
6049
+ .ndl-breadcrumbs .ndl-breadcrumbs-button {
6368
6050
  position:relative;
6369
6051
  display:flex;
6370
6052
  height:32px;
@@ -6379,43 +6061,43 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6379
6061
  letter-spacing:var(--typography-body-medium-letter-spacing);
6380
6062
  font-family:var(--typography-body-medium-font-family), sans-serif;
6381
6063
  }
6382
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button:nth-child(-n + 1 of .ndl-breadcrumbs-button) {
6064
+ .ndl-breadcrumbs .ndl-breadcrumbs-button:nth-child(-n + 1 of .ndl-breadcrumbs-button) {
6383
6065
  border-top-left-radius:6px;
6384
6066
  border-bottom-left-radius:6px;
6385
6067
  padding-right:6px;
6386
6068
  padding-left:8px;
6387
6069
  }
6388
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button:nth-last-child(-n + 1 of .ndl-breadcrumbs-button) {
6070
+ .ndl-breadcrumbs .ndl-breadcrumbs-button:nth-last-child(-n + 1 of .ndl-breadcrumbs-button) {
6389
6071
  border-top-right-radius:6px;
6390
6072
  border-bottom-right-radius:6px;
6391
6073
  padding-right:8px;
6392
6074
  }
6393
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button:is(button, a) {
6075
+ .ndl-breadcrumbs .ndl-breadcrumbs-button:is(button, a) {
6394
6076
  outline:2px solid transparent;
6395
6077
  outline-offset:2px;
6396
6078
  }
6397
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button:is(button, a):hover {
6079
+ .ndl-breadcrumbs .ndl-breadcrumbs-button:is(button, a):hover {
6398
6080
  background-color:var(--theme-color-neutral-hover);
6399
6081
  }
6400
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button:is(button, a):focus-visible {
6082
+ .ndl-breadcrumbs .ndl-breadcrumbs-button:is(button, a):focus-visible {
6401
6083
  outline-width:2px;
6402
6084
  outline-offset:-2px;
6403
6085
  outline-color:var(--theme-color-primary-focus);
6404
6086
  }
6405
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button:is(button, a):active {
6087
+ .ndl-breadcrumbs .ndl-breadcrumbs-button:is(button, a):active {
6406
6088
  background-color:var(--theme-color-neutral-pressed);
6407
6089
  }
6408
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button .ndl-breadcrumbs-button-leading-element {
6090
+ .ndl-breadcrumbs .ndl-breadcrumbs-button .ndl-breadcrumbs-button-leading-element {
6409
6091
  width:16px;
6410
6092
  height:16px;
6411
6093
  flex-shrink:0;
6412
6094
  }
6413
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button .ndl-breadcrumbs-button-leading-element svg {
6095
+ .ndl-breadcrumbs .ndl-breadcrumbs-button .ndl-breadcrumbs-button-leading-element svg {
6414
6096
  width:16px;
6415
6097
  height:16px;
6416
6098
  color:var(--theme-color-neutral-icon);
6417
6099
  }
6418
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-button .ndl-breadcrumbs-button-content {
6100
+ .ndl-breadcrumbs .ndl-breadcrumbs-button .ndl-breadcrumbs-button-content {
6419
6101
  display:block;
6420
6102
  min-width:0px;
6421
6103
  flex-shrink:1;
@@ -6423,7 +6105,7 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6423
6105
  text-overflow:ellipsis;
6424
6106
  white-space:nowrap;
6425
6107
  }
6426
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-select {
6108
+ .ndl-breadcrumbs .ndl-breadcrumbs-select {
6427
6109
  width:32px;
6428
6110
  height:32px;
6429
6111
  flex-shrink:0;
@@ -6431,10 +6113,10 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6431
6113
  padding-left:8px;
6432
6114
  padding-right:8px;
6433
6115
  }
6434
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-select:first-child {
6116
+ .ndl-breadcrumbs .ndl-breadcrumbs-select:first-child {
6435
6117
  padding-left:8px;
6436
6118
  }
6437
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-link {
6119
+ .ndl-breadcrumbs .ndl-breadcrumbs-link {
6438
6120
  margin-left:4px;
6439
6121
  margin-right:4px;
6440
6122
  overflow:hidden;
@@ -6446,24 +6128,24 @@ a.ndl-cypher-editor .cm-editor .cm-button,a .ndl-codemirror-editor .cm-editor .c
6446
6128
  letter-spacing:var(--typography-body-medium-letter-spacing);
6447
6129
  font-family:var(--typography-body-medium-font-family), sans-serif;
6448
6130
  }
6449
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-link:is(button, a) {
6131
+ .ndl-breadcrumbs .ndl-breadcrumbs-link:is(button, a) {
6450
6132
  cursor:pointer;
6451
6133
  outline:2px solid transparent;
6452
6134
  outline-offset:2px;
6453
6135
  }
6454
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-link:is(button, a):hover {
6136
+ .ndl-breadcrumbs .ndl-breadcrumbs-link:is(button, a):hover {
6455
6137
  color:var(--theme-color-neutral-text-default);
6456
6138
  text-decoration-line:underline;
6457
6139
  }
6458
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-link:is(button, a):focus-visible {
6140
+ .ndl-breadcrumbs .ndl-breadcrumbs-link:is(button, a):focus-visible {
6459
6141
  outline-width:2px;
6460
6142
  outline-offset:0px;
6461
6143
  outline-color:var(--theme-color-primary-focus);
6462
6144
  }
6463
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-link:is(button, a):active {
6145
+ .ndl-breadcrumbs .ndl-breadcrumbs-link:is(button, a):active {
6464
6146
  color:var(--theme-color-neutral-text-default);
6465
6147
  }
6466
- .ndl-breadcrumbs:not(.ndl-breadcrumbs-old) .ndl-breadcrumbs-link.ndl-breadcrumbs-link-current {
6148
+ .ndl-breadcrumbs .ndl-breadcrumbs-link.ndl-breadcrumbs-link-current {
6467
6149
  color:var(--theme-color-neutral-text-default);
6468
6150
  }
6469
6151
  .ndl-avatar{
@@ -6800,17 +6482,28 @@ button.ndl-avatar:focus-visible {
6800
6482
  flex-direction:column;
6801
6483
  gap:4px;
6802
6484
  }
6485
+ .ndl-inline-edit.ndl-fluid {
6486
+ width:100%;
6487
+ }
6803
6488
  .ndl-inline-edit label {
6489
+ width:-moz-fit-content;
6490
+ width:fit-content;
6804
6491
  color:var(--theme-color-neutral-text-weak);
6805
6492
  font:var(--typography-body-medium);
6806
6493
  letter-spacing:var(--typography-body-medium-letter-spacing);
6807
6494
  font-family:var(--typography-body-medium-font-family), sans-serif;
6808
6495
  }
6496
+ .ndl-inline-edit .ndl-inline-edit-input,
6497
+ .ndl-inline-edit .ndl-inline-idle-container:focus-visible {
6498
+ outline-style:solid;
6499
+ outline-width:2px;
6500
+ outline-offset:-2px;
6501
+ outline-color:var(--theme-color-primary-focus);
6502
+ }
6809
6503
  .ndl-inline-edit .ndl-inline-idle-container {
6810
6504
  display:flex;
6811
- height:100%;
6812
- width:-moz-max-content;
6813
- width:max-content;
6505
+ width:-moz-fit-content;
6506
+ width:fit-content;
6814
6507
  max-width:100%;
6815
6508
  cursor:text;
6816
6509
  flex-direction:row;
@@ -6819,11 +6512,8 @@ button.ndl-avatar:focus-visible {
6819
6512
  border-radius:4px;
6820
6513
  padding-left:4px;
6821
6514
  padding-right:4px;
6822
- }
6823
- .ndl-inline-edit .ndl-inline-idle-container:focus-visible {
6824
- outline-width:2px;
6825
- outline-offset:-2px;
6826
- outline-color:var(--theme-color-primary-focus);
6515
+ flex-shrink:1;
6516
+ flex-grow:1;
6827
6517
  }
6828
6518
  .ndl-inline-edit .ndl-inline-idle-container.ndl-disabled {
6829
6519
  cursor:not-allowed;
@@ -6840,79 +6530,40 @@ button.ndl-avatar:focus-visible {
6840
6530
  }
6841
6531
  .ndl-inline-edit .ndl-inline-edit-container {
6842
6532
  position:relative;
6843
- display:flex;
6844
- width:-moz-max-content;
6845
- width:max-content;
6846
- }
6847
- .ndl-inline-edit .ndl-inline-edit-container.ndl-inline-edit-flex {
6848
6533
  display:flex;
6849
6534
  max-width:100%;
6850
- flex-direction:column;
6851
- gap:1px;
6852
- }
6853
- .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-input-container {
6854
- position:relative;
6855
- display:flex;
6856
- width:-moz-max-content;
6857
- width:max-content;
6535
+ flex-shrink:1;
6536
+ flex-grow:1;
6858
6537
  }
6859
- .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-input-container input {
6538
+ .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-input {
6860
6539
  box-sizing:border-box;
6540
+ min-width:0px;
6861
6541
  max-width:100%;
6862
- overflow:hidden;
6863
- text-overflow:ellipsis;
6542
+ flex-shrink:1;
6543
+ flex-grow:1;
6864
6544
  border-radius:4px;
6865
6545
  padding-top:0px;
6866
6546
  padding-bottom:0px;
6867
6547
  padding-left:4px;
6868
6548
  padding-right:4px;
6869
- outline:2px solid transparent;
6870
- outline-width:2px;
6871
- outline-offset:-2px;
6872
- outline-color:var(--theme-color-primary-focus);
6873
- }
6874
- .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-input-container.ndl-inline-edit-error input {
6875
- outline-color:var(--theme-color-danger-border-strong);
6876
- }
6877
- .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-input-container.ndl-inline-edit-error .ndl-inline-edit-error-icon {
6878
- position:absolute;
6879
- right:4px;
6880
- top:50%;
6881
- --tw-translate-y:-50%;
6882
- transform:translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
6883
- color:var(--theme-color-danger-icon);
6884
6549
  }
6885
6550
  .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-buttons {
6886
6551
  position:absolute;
6552
+ z-index:10;
6887
6553
  display:flex;
6888
6554
  gap:4px;
6889
6555
  inset-block-start:calc(100% + 4px);
6890
6556
  inset-inline-end:0;
6891
6557
  }
6892
- .ndl-inline-edit .ndl-inline-edit-container .ndl-inline-edit-buttons.ndl-inline-edit-buttons-flex {
6893
- position:static;
6894
- margin-left:auto;
6895
- margin-top:4px;
6896
- align-self:unset !important;
6897
- }
6898
6558
  .ndl-inline-edit .ndl-inline-edit-mirror {
6559
+ width:-moz-fit-content;
6560
+ width:fit-content;
6561
+ white-space:pre;
6562
+ padding-left:4px;
6563
+ padding-right:4px;
6899
6564
  visibility:hidden;
6900
6565
  position:absolute;
6901
6566
  height:0px;
6902
- overflow:scroll;
6903
- white-space:pre;
6904
- }
6905
- .ndl-inline-edit .ndl-inline-edit-input-container {
6906
- max-width:100%;
6907
- overflow:hidden;
6908
- }
6909
- .ndl-inline-edit .ndl-inline-edit-input {
6910
- box-sizing:border-box;
6911
- max-width:100%;
6912
- overflow-x:auto;
6913
- }
6914
- .ndl-inline-edit .ndl-inline-edit-error-icon {
6915
- flex-shrink:0;
6916
6567
  }
6917
6568
  .ndl-inline-edit .ndl-inline-edit-pencil-icon {
6918
6569
  flex-shrink:0;
@@ -7184,7 +6835,7 @@ button.ndl-avatar:focus-visible {
7184
6835
  display:flex;
7185
6836
  flex-direction:row;
7186
6837
  align-items:center;
7187
- gap:4px;
6838
+ gap:8px;
7188
6839
  }
7189
6840
  .ndl-tree-view-list .ndl-tree-view-list-item .ndl-tree-view-actions {
7190
6841
  margin-left:auto;
@@ -7391,6 +7042,7 @@ button.ndl-avatar:focus-visible {
7391
7042
  --text-input-icon-size:var(--space-16);
7392
7043
  --text-input-gap:6px;
7393
7044
  --text-input-icon-button-size:calc(var(--text-input-height) - 4px);
7045
+ --text-input-button-height:calc(var(--text-input-height) - 8px);
7394
7046
  }
7395
7047
  .ndl-text-input.ndl-small{
7396
7048
  --text-input-height:28px;
@@ -7438,7 +7090,7 @@ button.ndl-avatar:focus-visible {
7438
7090
  }
7439
7091
  .ndl-text-input .ndl-input-wrapper input {
7440
7092
  width:100%;
7441
- background-color:var(--theme-color-neutral-bg-weak);
7093
+ background-color:transparent;
7442
7094
  color:var(--theme-color-neutral-text-default);
7443
7095
  outline:2px solid transparent;
7444
7096
  outline-offset:2px;
@@ -7457,6 +7109,9 @@ button.ndl-avatar:focus-visible {
7457
7109
  height:var(--text-input-icon-button-size);
7458
7110
  width:var(--text-input-icon-button-size);
7459
7111
  }
7112
+ .ndl-text-input .ndl-input-wrapper .ndl-element .ndl-btn{
7113
+ height:var(--text-input-button-height);
7114
+ }
7460
7115
  .ndl-text-input .ndl-form-item-label {
7461
7116
  display:block;
7462
7117
  width:-moz-fit-content;
@@ -7512,7 +7167,8 @@ button.ndl-avatar:focus-visible {
7512
7167
  .ndl-text-input .ndl-form-message .ndl-error-text {
7513
7168
  color:var(--theme-color-danger-text);
7514
7169
  }
7515
- .ndl-text-input.ndl-disabled .ndl-label-text {
7170
+ .ndl-text-input.ndl-disabled .ndl-label-text,
7171
+ .ndl-text-input.ndl-disabled .ndl-form-message {
7516
7172
  color:var(--theme-color-neutral-text-weakest);
7517
7173
  }
7518
7174
  .ndl-text-input.ndl-disabled .ndl-input-wrapper {
@@ -7522,19 +7178,18 @@ button.ndl-avatar:focus-visible {
7522
7178
  }
7523
7179
  .ndl-text-input.ndl-disabled .ndl-input-wrapper input {
7524
7180
  cursor:not-allowed;
7525
- background-color:transparent;
7526
7181
  color:var(--theme-color-neutral-text-weakest);
7527
7182
  }
7528
- .ndl-text-input.ndl-read-only:not(.ndl-disabled) input {
7529
- border-style:none;
7530
- background-color:transparent;
7531
- outline:2px solid transparent;
7532
- outline-offset:2px;
7533
- padding:0px;
7183
+ .ndl-text-input.ndl-disabled .ndl-input-wrapper .ndl-icon-svg {
7184
+ color:var(--theme-color-neutral-text-weakest);
7534
7185
  }
7535
- .ndl-text-input.ndl-read-only input {
7536
- outline:2px solid transparent;
7537
- outline-offset:2px;
7186
+ .ndl-text-input.ndl-read-only:not(.ndl-disabled) .ndl-input-wrapper {
7187
+ border-color:var(--theme-color-neutral-border-weak);
7188
+ background-color:var(--theme-color-neutral-bg-on-bg-weak);
7189
+ color:var(--theme-color-neutral-text-weak);
7190
+ }
7191
+ .ndl-text-input.ndl-read-only:not(.ndl-disabled) .ndl-input-wrapper input {
7192
+ color:var(--theme-color-neutral-text-weak);
7538
7193
  }
7539
7194
  .ndl-text-input .ndl-form-item-label.ndl-fluid {
7540
7195
  display:flex;
@@ -7545,11 +7200,6 @@ button.ndl-avatar:focus-visible {
7545
7200
  display:flex;
7546
7201
  width:100%;
7547
7202
  }
7548
- .ndl-text-input.ndl-read-only .ndl-input-wrapper {
7549
- border-color:transparent;
7550
- background-color:transparent;
7551
- color:var(--theme-color-neutral-text-weak);
7552
- }
7553
7203
  .ndl-text-input.ndl-has-error .ndl-input-wrapper {
7554
7204
  outline-style:solid;
7555
7205
  outline-width:2px;
@@ -7571,16 +7221,6 @@ button.ndl-avatar:focus-visible {
7571
7221
  letter-spacing:var(--typography-body-large-letter-spacing);
7572
7222
  font-family:var(--typography-body-large-font-family), sans-serif;
7573
7223
  }
7574
- .ndl-text-input.ndl-read-only.ndl-small .ndl-input-wrapper,
7575
- .ndl-text-input.ndl-read-only.ndl-medium .ndl-input-wrapper,
7576
- .ndl-text-input.ndl-read-only.ndl-large .ndl-input-wrapper{
7577
- height:28px;
7578
- padding-left:var(--space-4);
7579
- padding-right:var(--space-4);
7580
- font:var(--typography-body-medium);
7581
- letter-spacing:var(--typography-body-medium-letter-spacing);
7582
- font-family:var(--typography-body-medium-font-family), sans-serif;
7583
- }
7584
7224
  .ndl-tooltip-content {
7585
7225
  z-index:50;
7586
7226
  font:var(--typography-body-medium);
@@ -8060,9 +7700,9 @@ button.ndl-avatar:focus-visible {
8060
7700
  }
8061
7701
  :root{
8062
7702
  --spotlight-target-pulse-color:rgba(233, 222, 255, 0.5);
8063
- --spotlight-overlay-z-index:var(--z-index-blanket);
8064
- --spotlight-target-z-index:calc(var(--spotlight-overlay-z-index) + 1);
8065
- --spotlight-z-index:var(--z-index-popover);
7703
+ --spotlight-z-index:70;
7704
+ --spotlight-target-z-index:calc(var(--spotlight-z-index) - 1);
7705
+ --spotlight-overlay-z-index:calc(var(--spotlight-z-index) - 2);
8066
7706
  }
8067
7707
  .ndl-theme-dark{
8068
7708
  --spotlight-target-pulse-color:rgba(233, 222, 255, 0.2);
@@ -8206,7 +7846,6 @@ button.ndl-avatar:focus-visible {
8206
7846
  }
8207
7847
  .ndl-spotlight-target.ndl-spotlight-target-open {
8208
7848
  cursor:default;
8209
- z-index:var(--spotlight-target-z-index);
8210
7849
  }
8211
7850
  .ndl-spotlight-target .ndl-spotlight-target-inert:focus-visible {
8212
7851
  border-style:none;
@@ -8407,7 +8046,7 @@ button.ndl-avatar:focus-visible {
8407
8046
  width:16px;
8408
8047
  border-radius:9999px;
8409
8048
  border-width:3px;
8410
- border-color:var(--theme-color-neutral-bg-weak);
8049
+ border-color:#ffffffff;
8411
8050
  background-color:transparent;
8412
8051
  --tw-shadow:var(--theme-shadow-raised);
8413
8052
  --tw-shadow-colored:var(--theme-shadow-raised);
@@ -8468,9 +8107,10 @@ button.ndl-avatar:focus-visible {
8468
8107
  }
8469
8108
  .ndl-color-picker .w-color-interactive:focus-visible {
8470
8109
  border-radius:8px;
8471
- outline-width:2px;
8472
- outline-offset:1px;
8473
- outline-color:var(--theme-color-primary-focus);
8110
+ outline-style:solid !important;
8111
+ outline-width:2px !important;
8112
+ outline-offset:0px !important;
8113
+ outline-color:var(--theme-color-primary-focus) !important;
8474
8114
  }
8475
8115
  .ndl-side-nav{
8476
8116
  --side-nav-width-collapsed:48px;
@@ -8638,10 +8278,10 @@ button.ndl-avatar:focus-visible {
8638
8278
  flex-shrink:0;
8639
8279
  align-items:center;
8640
8280
  }
8641
- .ndl-side-nav .ndl-side-nav-list-item .ndl-side-nav-nav-item:hover {
8281
+ .ndl-side-nav .ndl-side-nav-list-item .ndl-side-nav-nav-item {
8642
8282
  cursor:pointer;
8643
8283
  }
8644
- .ndl-side-nav .ndl-side-nav-list-item .ndl-side-nav-category-item:hover {
8284
+ .ndl-side-nav .ndl-side-nav-list-item .ndl-side-nav-category-item {
8645
8285
  cursor:default;
8646
8286
  }
8647
8287
  .ndl-side-nav .ndl-side-nav-list-item .ndl-side-nav-selected-indicator {
@@ -8930,6 +8570,37 @@ button.ndl-avatar:focus-visible {
8930
8570
  .ndl-graph-visualization-container .ndl-sidepanel-handle {
8931
8571
  margin-left:4px;
8932
8572
  }
8573
+ .ndl-kbd{
8574
+ --kbd-padding-x:2px;
8575
+ display:inline-flex;
8576
+ align-items:center;
8577
+ gap:4px;
8578
+ color:var(--theme-color-neutral-text-weaker);
8579
+ font:var(--typography-body-medium);
8580
+ }
8581
+ .ndl-kbd .ndl-kbd-then{
8582
+ padding-left:var(--kbd-padding-x);
8583
+ padding-right:var(--kbd-padding-x);
8584
+ }
8585
+ .ndl-kbd .ndl-kbd-key {
8586
+ min-width:20px;
8587
+ flex-grow:0;
8588
+ border-radius:4px;
8589
+ border-width:1px;
8590
+ border-style:solid;
8591
+ border-color:var(--theme-color-neutral-border-weak);
8592
+ text-align:center;
8593
+ text-decoration:none;
8594
+ padding-left:calc(var(--kbd-padding-x) - 1px);
8595
+ padding-right:calc(var(--kbd-padding-x) - 1px);
8596
+ }
8597
+ .ndl-tooltip-content-simple .ndl-kbd {
8598
+ margin-left:12px;
8599
+ color:var(--theme-color-neutral-border-strong);
8600
+ }
8601
+ .ndl-tooltip-content-simple .ndl-kbd .ndl-kbd-key {
8602
+ border-color:var(--theme-color-neutral-border-strongest);
8603
+ }
8933
8604
  .n-fixed {
8934
8605
  position:fixed;
8935
8606
  }
@@ -8975,10 +8646,6 @@ button.ndl-avatar:focus-visible {
8975
8646
  .n-m-token-4 {
8976
8647
  margin:4px;
8977
8648
  }
8978
- .n-mx-2 {
8979
- margin-left:8px;
8980
- margin-right:8px;
8981
- }
8982
8649
  .n-mx-auto {
8983
8650
  margin-left:auto;
8984
8651
  margin-right:auto;
@@ -9010,6 +8677,9 @@ button.ndl-avatar:focus-visible {
9010
8677
  .n-mb-4 {
9011
8678
  margin-bottom:16px;
9012
8679
  }
8680
+ .n-mb-token-8 {
8681
+ margin-bottom:8px;
8682
+ }
9013
8683
  .n-ml-0 {
9014
8684
  margin-left:0px;
9015
8685
  }
@@ -9019,15 +8689,9 @@ button.ndl-avatar:focus-visible {
9019
8689
  .n-mr-token-8 {
9020
8690
  margin-right:8px;
9021
8691
  }
9022
- .n-mt-10 {
9023
- margin-top:40px;
9024
- }
9025
8692
  .n-mt-5 {
9026
8693
  margin-top:20px;
9027
8694
  }
9028
- .n-mt-8 {
9029
- margin-top:32px;
9030
- }
9031
8695
  .n-mt-token-16 {
9032
8696
  margin-top:16px;
9033
8697
  }
@@ -9303,9 +8967,6 @@ button.ndl-avatar:focus-visible {
9303
8967
  .n-gap-2 {
9304
8968
  gap:8px;
9305
8969
  }
9306
- .n-gap-32 {
9307
- gap:128px;
9308
- }
9309
8970
  .n-gap-4 {
9310
8971
  gap:16px;
9311
8972
  }
@@ -13604,6 +13265,27 @@ button.ndl-avatar:focus-visible {
13604
13265
  .n-border-dark-warning-text\/95 {
13605
13266
  border-color:rgb(255 214 0 / 0.95);
13606
13267
  }
13268
+ .n-border-discovery-bg-status {
13269
+ border-color:var(--theme-color-discovery-bg-status);
13270
+ }
13271
+ .n-border-discovery-bg-strong {
13272
+ border-color:var(--theme-color-discovery-bg-strong);
13273
+ }
13274
+ .n-border-discovery-bg-weak {
13275
+ border-color:var(--theme-color-discovery-bg-weak);
13276
+ }
13277
+ .n-border-discovery-border-strong {
13278
+ border-color:var(--theme-color-discovery-border-strong);
13279
+ }
13280
+ .n-border-discovery-border-weak {
13281
+ border-color:var(--theme-color-discovery-border-weak);
13282
+ }
13283
+ .n-border-discovery-icon {
13284
+ border-color:var(--theme-color-discovery-icon);
13285
+ }
13286
+ .n-border-discovery-text {
13287
+ border-color:var(--theme-color-discovery-text);
13288
+ }
13607
13289
  .n-border-light-danger-bg-status {
13608
13290
  border-color:#e84e2cff;
13609
13291
  }
@@ -23084,6 +22766,27 @@ button.ndl-avatar:focus-visible {
23084
22766
  .n-bg-dark-warning-text\/95 {
23085
22767
  background-color:rgb(255 214 0 / 0.95);
23086
22768
  }
22769
+ .n-bg-discovery-bg-status {
22770
+ background-color:var(--theme-color-discovery-bg-status);
22771
+ }
22772
+ .n-bg-discovery-bg-strong {
22773
+ background-color:var(--theme-color-discovery-bg-strong);
22774
+ }
22775
+ .n-bg-discovery-bg-weak {
22776
+ background-color:var(--theme-color-discovery-bg-weak);
22777
+ }
22778
+ .n-bg-discovery-border-strong {
22779
+ background-color:var(--theme-color-discovery-border-strong);
22780
+ }
22781
+ .n-bg-discovery-border-weak {
22782
+ background-color:var(--theme-color-discovery-border-weak);
22783
+ }
22784
+ .n-bg-discovery-icon {
22785
+ background-color:var(--theme-color-discovery-icon);
22786
+ }
22787
+ .n-bg-discovery-text {
22788
+ background-color:var(--theme-color-discovery-text);
22789
+ }
23087
22790
  .n-bg-light-danger-bg-status {
23088
22791
  background-color:#e84e2cff;
23089
22792
  }
@@ -28409,9 +28112,6 @@ button.ndl-avatar:focus-visible {
28409
28112
  .n-p-token-16 {
28410
28113
  padding:16px;
28411
28114
  }
28412
- .n-p-token-2 {
28413
- padding:2px;
28414
- }
28415
28115
  .n-p-token-24 {
28416
28116
  padding:24px;
28417
28117
  }
@@ -32716,6 +32416,27 @@ button.ndl-avatar:focus-visible {
32716
32416
  .n-text-dark-warning-text\/95 {
32717
32417
  color:rgb(255 214 0 / 0.95);
32718
32418
  }
32419
+ .n-text-discovery-bg-status {
32420
+ color:var(--theme-color-discovery-bg-status);
32421
+ }
32422
+ .n-text-discovery-bg-strong {
32423
+ color:var(--theme-color-discovery-bg-strong);
32424
+ }
32425
+ .n-text-discovery-bg-weak {
32426
+ color:var(--theme-color-discovery-bg-weak);
32427
+ }
32428
+ .n-text-discovery-border-strong {
32429
+ color:var(--theme-color-discovery-border-strong);
32430
+ }
32431
+ .n-text-discovery-border-weak {
32432
+ color:var(--theme-color-discovery-border-weak);
32433
+ }
32434
+ .n-text-discovery-icon {
32435
+ color:var(--theme-color-discovery-icon);
32436
+ }
32437
+ .n-text-discovery-text {
32438
+ color:var(--theme-color-discovery-text);
32439
+ }
32719
32440
  .n-text-highlights-periwinkle {
32720
32441
  color:#6a82ffff;
32721
32442
  }
@@ -42244,6 +41965,27 @@ html{
42244
41965
  .hover\:n-border-dark-warning-text\/95:hover {
42245
41966
  border-color:rgb(255 214 0 / 0.95);
42246
41967
  }
41968
+ .hover\:n-border-discovery-bg-status:hover {
41969
+ border-color:var(--theme-color-discovery-bg-status);
41970
+ }
41971
+ .hover\:n-border-discovery-bg-strong:hover {
41972
+ border-color:var(--theme-color-discovery-bg-strong);
41973
+ }
41974
+ .hover\:n-border-discovery-bg-weak:hover {
41975
+ border-color:var(--theme-color-discovery-bg-weak);
41976
+ }
41977
+ .hover\:n-border-discovery-border-strong:hover {
41978
+ border-color:var(--theme-color-discovery-border-strong);
41979
+ }
41980
+ .hover\:n-border-discovery-border-weak:hover {
41981
+ border-color:var(--theme-color-discovery-border-weak);
41982
+ }
41983
+ .hover\:n-border-discovery-icon:hover {
41984
+ border-color:var(--theme-color-discovery-icon);
41985
+ }
41986
+ .hover\:n-border-discovery-text:hover {
41987
+ border-color:var(--theme-color-discovery-text);
41988
+ }
42247
41989
  .hover\:n-border-light-danger-bg-status:hover {
42248
41990
  border-color:#e84e2cff;
42249
41991
  }
@@ -51718,6 +51460,27 @@ html{
51718
51460
  .hover\:n-bg-dark-warning-text\/95:hover {
51719
51461
  background-color:rgb(255 214 0 / 0.95);
51720
51462
  }
51463
+ .hover\:n-bg-discovery-bg-status:hover {
51464
+ background-color:var(--theme-color-discovery-bg-status);
51465
+ }
51466
+ .hover\:n-bg-discovery-bg-strong:hover {
51467
+ background-color:var(--theme-color-discovery-bg-strong);
51468
+ }
51469
+ .hover\:n-bg-discovery-bg-weak:hover {
51470
+ background-color:var(--theme-color-discovery-bg-weak);
51471
+ }
51472
+ .hover\:n-bg-discovery-border-strong:hover {
51473
+ background-color:var(--theme-color-discovery-border-strong);
51474
+ }
51475
+ .hover\:n-bg-discovery-border-weak:hover {
51476
+ background-color:var(--theme-color-discovery-border-weak);
51477
+ }
51478
+ .hover\:n-bg-discovery-icon:hover {
51479
+ background-color:var(--theme-color-discovery-icon);
51480
+ }
51481
+ .hover\:n-bg-discovery-text:hover {
51482
+ background-color:var(--theme-color-discovery-text);
51483
+ }
51721
51484
  .hover\:n-bg-light-danger-bg-status:hover {
51722
51485
  background-color:#e84e2cff;
51723
51486
  }
@@ -61192,6 +60955,27 @@ html{
61192
60955
  .hover\:n-text-dark-warning-text\/95:hover {
61193
60956
  color:rgb(255 214 0 / 0.95);
61194
60957
  }
60958
+ .hover\:n-text-discovery-bg-status:hover {
60959
+ color:var(--theme-color-discovery-bg-status);
60960
+ }
60961
+ .hover\:n-text-discovery-bg-strong:hover {
60962
+ color:var(--theme-color-discovery-bg-strong);
60963
+ }
60964
+ .hover\:n-text-discovery-bg-weak:hover {
60965
+ color:var(--theme-color-discovery-bg-weak);
60966
+ }
60967
+ .hover\:n-text-discovery-border-strong:hover {
60968
+ color:var(--theme-color-discovery-border-strong);
60969
+ }
60970
+ .hover\:n-text-discovery-border-weak:hover {
60971
+ color:var(--theme-color-discovery-border-weak);
60972
+ }
60973
+ .hover\:n-text-discovery-icon:hover {
60974
+ color:var(--theme-color-discovery-icon);
60975
+ }
60976
+ .hover\:n-text-discovery-text:hover {
60977
+ color:var(--theme-color-discovery-text);
60978
+ }
61195
60979
  .hover\:n-text-light-danger-bg-status:hover {
61196
60980
  color:#e84e2cff;
61197
60981
  }
@@ -70675,6 +70459,27 @@ html{
70675
70459
  .active\:n-bg-dark-warning-text\/95:active {
70676
70460
  background-color:rgb(255 214 0 / 0.95);
70677
70461
  }
70462
+ .active\:n-bg-discovery-bg-status:active {
70463
+ background-color:var(--theme-color-discovery-bg-status);
70464
+ }
70465
+ .active\:n-bg-discovery-bg-strong:active {
70466
+ background-color:var(--theme-color-discovery-bg-strong);
70467
+ }
70468
+ .active\:n-bg-discovery-bg-weak:active {
70469
+ background-color:var(--theme-color-discovery-bg-weak);
70470
+ }
70471
+ .active\:n-bg-discovery-border-strong:active {
70472
+ background-color:var(--theme-color-discovery-border-strong);
70473
+ }
70474
+ .active\:n-bg-discovery-border-weak:active {
70475
+ background-color:var(--theme-color-discovery-border-weak);
70476
+ }
70477
+ .active\:n-bg-discovery-icon:active {
70478
+ background-color:var(--theme-color-discovery-icon);
70479
+ }
70480
+ .active\:n-bg-discovery-text:active {
70481
+ background-color:var(--theme-color-discovery-text);
70482
+ }
70678
70483
  .active\:n-bg-light-danger-bg-status:active {
70679
70484
  background-color:#e84e2cff;
70680
70485
  }