@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.
@@ -16301,7 +16301,7 @@
16301
16301
 
16302
16302
  /**
16303
16303
  * Do not edit directly
16304
- * Generated on Tue, 16 Jan 2024 20:46:46 GMT
16304
+ * Generated on Tue, 16 Jan 2024 21:34:36 GMT
16305
16305
  */
16306
16306
 
16307
16307
  const Information100DarkUi = "#a46eff";
@@ -18334,10 +18334,15 @@
18334
18334
  --ni-private-tree-item-nested-width: 0;
18335
18335
  }
18336
18336
 
18337
+ :host([disabled]) {
18338
+ color: ${bodyDisabledFontColor};
18339
+ cursor: default;
18340
+ }
18341
+
18337
18342
  .control {
18338
18343
  display: flex;
18339
18344
  text-decoration: none;
18340
- color: ${bodyFontColor};
18345
+ color: inherit;
18341
18346
  }
18342
18347
 
18343
18348
  .control${focusVisible} {
@@ -18346,10 +18351,6 @@
18346
18351
  outline-offset: -2px;
18347
18352
  }
18348
18353
 
18349
- :host([disabled]) .control {
18350
- cursor: not-allowed;
18351
- }
18352
-
18353
18354
  .positioning-region {
18354
18355
  display: flex;
18355
18356
  position: relative;
@@ -18362,6 +18363,10 @@
18362
18363
  background: ${fillHoverColor};
18363
18364
  }
18364
18365
 
18366
+ :host([disabled]) .positioning-region:hover {
18367
+ background: transparent;
18368
+ }
18369
+
18365
18370
  :host([selected]) .positioning-region {
18366
18371
  background: ${fillSelectedColor};
18367
18372
  }
@@ -18390,11 +18395,6 @@
18390
18395
  margin-inline-start: ${iconSize};
18391
18396
  }
18392
18397
 
18393
- :host([disabled]) .content-region {
18394
- opacity: 0.5;
18395
- cursor: not-allowed;
18396
- }
18397
-
18398
18398
  ${
18399
18399
  /* this rule keeps children without an icon text aligned with parents */ ''}
18400
18400
  [part="start"] {
@@ -18404,12 +18404,12 @@
18404
18404
  ${ /* the start class is applied when the corresponding slot is filled */''}
18405
18405
  .start {
18406
18406
  display: flex;
18407
- fill: currentcolor;
18408
18407
  margin-inline-start: ${iconSize};
18409
18408
  margin-inline-end: ${iconSize};
18410
18409
  }
18411
18410
 
18412
18411
  slot[name='start']::slotted(*) {
18412
+ ${iconColor.cssCustomProperty}: currentcolor;
18413
18413
  width: ${iconSize};
18414
18414
  height: ${iconSize};
18415
18415
  }
@@ -67939,6 +67939,11 @@ img.ProseMirror-separator {
67939
67939
  --ni-private-tree-item-nested-width: 0;
67940
67940
  }
67941
67941
 
67942
+ :host([disabled]) {
67943
+ color: ${bodyDisabledFontColor};
67944
+ cursor: default;
67945
+ }
67946
+
67942
67947
  ${ /* this controls the side border */''}
67943
67948
  :host([${groupSelectedAttribute}])::after {
67944
67949
  background: ${borderHoverColor};
@@ -67980,6 +67985,10 @@ img.ProseMirror-separator {
67980
67985
  background: ${fillHoverSelectedColor};
67981
67986
  }
67982
67987
 
67988
+ :host([disabled]) .positioning-region:hover {
67989
+ background-color: transparent;
67990
+ }
67991
+
67983
67992
  .positioning-region::before {
67984
67993
  content: '';
67985
67994
  display: block;
@@ -68004,11 +68013,6 @@ img.ProseMirror-separator {
68004
68013
  outline: none;
68005
68014
  }
68006
68015
 
68007
- :host([disabled]) .content-region {
68008
- opacity: 0.5;
68009
- cursor: not-allowed;
68010
- }
68011
-
68012
68016
  .expand-collapse-button {
68013
68017
  background: none;
68014
68018
  border: none;
@@ -68018,7 +68022,6 @@ img.ProseMirror-separator {
68018
68022
  padding: 0px;
68019
68023
  justify-content: center;
68020
68024
  align-items: center;
68021
- cursor: pointer;
68022
68025
  margin-left: 10px;
68023
68026
  position: absolute;
68024
68027
  }
@@ -68041,12 +68044,12 @@ img.ProseMirror-separator {
68041
68044
  /* the start class is applied when the corresponding slots is filled */ ''}
68042
68045
  .start {
68043
68046
  display: flex;
68044
- fill: currentcolor;
68045
68047
  margin-inline-start: ${iconSize};
68046
68048
  margin-inline-end: ${iconSize};
68047
68049
  }
68048
68050
 
68049
68051
  slot[name='start']::slotted(*) {
68052
+ ${iconColor.cssCustomProperty}: currentcolor;
68050
68053
  width: ${iconSize};
68051
68054
  height: ${iconSize};
68052
68055
  }