@ni/nimble-components 20.17.5 → 20.17.6

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.
@@ -2010,10 +2010,15 @@ const bh=xe`
2010
2010
  --ni-private-tree-item-nested-width: 0;
2011
2011
  }
2012
2012
 
2013
+ :host([disabled]) {
2014
+ color: ${Nc};
2015
+ cursor: default;
2016
+ }
2017
+
2013
2018
  .control {
2014
2019
  display: flex;
2015
2020
  text-decoration: none;
2016
- color: ${Dc};
2021
+ color: inherit;
2017
2022
  }
2018
2023
 
2019
2024
  .control${Do} {
@@ -2022,10 +2027,6 @@ const bh=xe`
2022
2027
  outline-offset: -2px;
2023
2028
  }
2024
2029
 
2025
- :host([disabled]) .control {
2026
- cursor: not-allowed;
2027
- }
2028
-
2029
2030
  .positioning-region {
2030
2031
  display: flex;
2031
2032
  position: relative;
@@ -2038,6 +2039,10 @@ const bh=xe`
2038
2039
  background: ${Ra};
2039
2040
  }
2040
2041
 
2042
+ :host([disabled]) .positioning-region:hover {
2043
+ background: transparent;
2044
+ }
2045
+
2041
2046
  :host([selected]) .positioning-region {
2042
2047
  background: ${Aa};
2043
2048
  }
@@ -2066,11 +2071,6 @@ const bh=xe`
2066
2071
  margin-inline-start: ${sl};
2067
2072
  }
2068
2073
 
2069
- :host([disabled]) .content-region {
2070
- opacity: 0.5;
2071
- cursor: not-allowed;
2072
- }
2073
-
2074
2074
  ${""}
2075
2075
  [part="start"] {
2076
2076
  width: ${sl};
@@ -2079,12 +2079,12 @@ const bh=xe`
2079
2079
  ${""}
2080
2080
  .start {
2081
2081
  display: flex;
2082
- fill: currentcolor;
2083
2082
  margin-inline-start: ${sl};
2084
2083
  margin-inline-end: ${sl};
2085
2084
  }
2086
2085
 
2087
2086
  slot[name='start']::slotted(*) {
2087
+ ${Ha.cssCustomProperty}: currentcolor;
2088
2088
  width: ${sl};
2089
2089
  height: ${sl};
2090
2090
  }
@@ -11691,6 +11691,11 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
11691
11691
  --ni-private-tree-item-nested-width: 0;
11692
11692
  }
11693
11693
 
11694
+ :host([disabled]) {
11695
+ color: ${Nc};
11696
+ cursor: default;
11697
+ }
11698
+
11694
11699
  ${""}
11695
11700
  :host([${TN}])::after {
11696
11701
  background: ${Fa};
@@ -11732,6 +11737,10 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
11732
11737
  background: ${Ta};
11733
11738
  }
11734
11739
 
11740
+ :host([disabled]) .positioning-region:hover {
11741
+ background-color: transparent;
11742
+ }
11743
+
11735
11744
  .positioning-region::before {
11736
11745
  content: '';
11737
11746
  display: block;
@@ -11756,11 +11765,6 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
11756
11765
  outline: none;
11757
11766
  }
11758
11767
 
11759
- :host([disabled]) .content-region {
11760
- opacity: 0.5;
11761
- cursor: not-allowed;
11762
- }
11763
-
11764
11768
  .expand-collapse-button {
11765
11769
  background: none;
11766
11770
  border: none;
@@ -11770,7 +11774,6 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
11770
11774
  padding: 0px;
11771
11775
  justify-content: center;
11772
11776
  align-items: center;
11773
- cursor: pointer;
11774
11777
  margin-left: 10px;
11775
11778
  position: absolute;
11776
11779
  }
@@ -11791,12 +11794,12 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
11791
11794
  ${""}
11792
11795
  .start {
11793
11796
  display: flex;
11794
- fill: currentcolor;
11795
11797
  margin-inline-start: ${sl};
11796
11798
  margin-inline-end: ${sl};
11797
11799
  }
11798
11800
 
11799
11801
  slot[name='start']::slotted(*) {
11802
+ ${Ha.cssCustomProperty}: currentcolor;
11800
11803
  width: ${sl};
11801
11804
  height: ${sl};
11802
11805
  }