@ni/nimble-components 20.17.5 → 20.17.7
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.
- package/dist/all-components-bundle.js +46 -23
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +44 -22
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/anchor-tree-item/styles.js +12 -12
- package/dist/esm/anchor-tree-item/styles.js.map +1 -1
- package/dist/esm/rich-text/editor/styles.js +29 -5
- package/dist/esm/rich-text/editor/styles.js.map +1 -1
- package/dist/esm/table/testing/table.pageobject.d.ts +1 -1
- package/dist/esm/table/testing/table.pageobject.js +9 -5
- package/dist/esm/table/testing/table.pageobject.js.map +1 -1
- package/dist/esm/tree-item/styles.js +11 -8
- package/dist/esm/tree-item/styles.js.map +1 -1
- package/package.json +2 -2
|
@@ -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:
|
|
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
|
}
|
|
@@ -7170,6 +7170,7 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7170
7170
|
${""}
|
|
7171
7171
|
height: 82px;
|
|
7172
7172
|
--ni-private-rich-text-editor-footer-section-height: 40px;
|
|
7173
|
+
--ni-private-rich-text-editor-footer-section-border-top-width: 2px;
|
|
7173
7174
|
${""}
|
|
7174
7175
|
min-width: 360px;
|
|
7175
7176
|
}
|
|
@@ -7338,8 +7339,11 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7338
7339
|
display: flex;
|
|
7339
7340
|
justify-content: space-between;
|
|
7340
7341
|
flex-shrink: 0;
|
|
7341
|
-
border:
|
|
7342
|
-
border-top
|
|
7342
|
+
border: 0px;
|
|
7343
|
+
border-top: var(
|
|
7344
|
+
--ni-private-rich-text-editor-footer-section-border-top-width
|
|
7345
|
+
)
|
|
7346
|
+
solid rgba(${Na}, 0.1);
|
|
7343
7347
|
height: var(--ni-private-rich-text-editor-footer-section-height);
|
|
7344
7348
|
overflow: hidden;
|
|
7345
7349
|
}
|
|
@@ -7348,15 +7352,23 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7348
7352
|
display: none;
|
|
7349
7353
|
}
|
|
7350
7354
|
|
|
7351
|
-
|
|
7355
|
+
${FS}::part(positioning-region) {
|
|
7352
7356
|
background: transparent;
|
|
7353
7357
|
padding-right: 8px;
|
|
7358
|
+
box-sizing: border-box;
|
|
7359
|
+
gap: 0px;
|
|
7360
|
+
height: var(--ni-private-rich-text-editor-footer-section-height);
|
|
7354
7361
|
}
|
|
7355
7362
|
|
|
7356
|
-
|
|
7363
|
+
${FS}::part(start) {
|
|
7357
7364
|
gap: 8px;
|
|
7358
7365
|
}
|
|
7359
7366
|
|
|
7367
|
+
${Rh},
|
|
7368
|
+
${Nm} {
|
|
7369
|
+
height: ${el};
|
|
7370
|
+
}
|
|
7371
|
+
|
|
7360
7372
|
.footer-actions {
|
|
7361
7373
|
display: flex;
|
|
7362
7374
|
justify-content: flex-end;
|
|
@@ -7365,6 +7377,13 @@ const i$="nimble-rich-text-mention-listbox",o$=Z`
|
|
|
7365
7377
|
place-items: center;
|
|
7366
7378
|
}
|
|
7367
7379
|
|
|
7380
|
+
::slotted(${Rh}),
|
|
7381
|
+
::slotted(${Nm}),
|
|
7382
|
+
::slotted(${"nimble-anchor-button"}),
|
|
7383
|
+
::slotted(${gv}) {
|
|
7384
|
+
height: ${el};
|
|
7385
|
+
}
|
|
7386
|
+
|
|
7368
7387
|
:host([error-visible]) .error-icon {
|
|
7369
7388
|
display: none;
|
|
7370
7389
|
}
|
|
@@ -11691,6 +11710,11 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
|
|
|
11691
11710
|
--ni-private-tree-item-nested-width: 0;
|
|
11692
11711
|
}
|
|
11693
11712
|
|
|
11713
|
+
:host([disabled]) {
|
|
11714
|
+
color: ${Nc};
|
|
11715
|
+
cursor: default;
|
|
11716
|
+
}
|
|
11717
|
+
|
|
11694
11718
|
${""}
|
|
11695
11719
|
:host([${TN}])::after {
|
|
11696
11720
|
background: ${Fa};
|
|
@@ -11732,6 +11756,10 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
|
|
|
11732
11756
|
background: ${Ta};
|
|
11733
11757
|
}
|
|
11734
11758
|
|
|
11759
|
+
:host([disabled]) .positioning-region:hover {
|
|
11760
|
+
background-color: transparent;
|
|
11761
|
+
}
|
|
11762
|
+
|
|
11735
11763
|
.positioning-region::before {
|
|
11736
11764
|
content: '';
|
|
11737
11765
|
display: block;
|
|
@@ -11756,11 +11784,6 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
|
|
|
11756
11784
|
outline: none;
|
|
11757
11785
|
}
|
|
11758
11786
|
|
|
11759
|
-
:host([disabled]) .content-region {
|
|
11760
|
-
opacity: 0.5;
|
|
11761
|
-
cursor: not-allowed;
|
|
11762
|
-
}
|
|
11763
|
-
|
|
11764
11787
|
.expand-collapse-button {
|
|
11765
11788
|
background: none;
|
|
11766
11789
|
border: none;
|
|
@@ -11770,7 +11793,6 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
|
|
|
11770
11793
|
padding: 0px;
|
|
11771
11794
|
justify-content: center;
|
|
11772
11795
|
align-items: center;
|
|
11773
|
-
cursor: pointer;
|
|
11774
11796
|
margin-left: 10px;
|
|
11775
11797
|
position: absolute;
|
|
11776
11798
|
}
|
|
@@ -11791,12 +11813,12 @@ class PN{constructor(e,t,n){this.ltr=e,this.rtl=t,this.source=n,this.attached=nu
|
|
|
11791
11813
|
${""}
|
|
11792
11814
|
.start {
|
|
11793
11815
|
display: flex;
|
|
11794
|
-
fill: currentcolor;
|
|
11795
11816
|
margin-inline-start: ${sl};
|
|
11796
11817
|
margin-inline-end: ${sl};
|
|
11797
11818
|
}
|
|
11798
11819
|
|
|
11799
11820
|
slot[name='start']::slotted(*) {
|
|
11821
|
+
${Ha.cssCustomProperty}: currentcolor;
|
|
11800
11822
|
width: ${sl};
|
|
11801
11823
|
height: ${sl};
|
|
11802
11824
|
}
|