@ni/nimble-components 18.2.0 → 18.3.1

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.
@@ -18110,6 +18110,10 @@
18110
18110
  name: 'add_16_x_16',
18111
18111
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="M13 7H9V3H7v4H3v2h4v4h2V9h4V7z"/></svg>`
18112
18112
  };
18113
+ const arrowDown16X16 = {
18114
+ name: 'arrow_down_16_x_16',
18115
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M9 2v6.207l2.5-1.188L8.021 14 4.5 7.019 7 8.207V2h2z"/></svg>`
18116
+ };
18113
18117
  const arrowDownRightAndArrowUpLeft16X16 = {
18114
18118
  name: 'arrow_down_right_and_arrow_up_left_16_x_16',
18115
18119
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m13.171 13.933-2.276-2.247-.447 2.284-1.732-5.246 5.217 1.753-2.284.456 2.291 2.26ZM2 2.746l2.29 2.261-2.283.456 5.217 1.753L5.492 1.97l-.447 2.284-2.276-2.247Z"/></svg>`
@@ -18150,6 +18154,10 @@
18150
18154
  name: 'arrow_u_rotate_left_16_x_16',
18151
18155
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m8.857 9.453-2.571-1.68v.908a3 3 0 0 0 3 3 3 3 0 0 0 3-3V3.11H14v5.571a4.714 4.714 0 0 1-4.714 4.715A4.714 4.714 0 0 1 4.57 8.68v-.908L2 9.453l3.403-6.849Z"/></svg>`
18152
18156
  };
18157
+ const arrowUp16X16 = {
18158
+ name: 'arrow_up_16_x_16',
18159
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" xml:space="preserve"><path d="M7 14V7.793L4.5 8.981 7.979 2 11.5 8.981 9 7.793V14H7z"/></svg>`
18160
+ };
18153
18161
  const arrowUpLeftAndArrowDownRight16X16 = {
18154
18162
  name: 'arrow_up_left_and_arrow_down_right_16_x_16',
18155
18163
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path class="cls-1" d="m4.195 4.977-.451 2.296L2 2l5.256 1.762-2.301.458 6.849 6.803.452-2.296L14 14l-5.256-1.762 2.301-.458-6.85-6.803z"/></svg>`
@@ -19539,11 +19547,15 @@
19539
19547
  var(--ni-private-listbox-padding)
19540
19548
  );
19541
19549
  z-index: 1;
19542
- padding: var(--ni-private-listbox-padding);
19543
19550
  box-shadow: ${elevation2BoxShadow};
19544
19551
  border: 1px solid ${popupBorderColor};
19545
19552
  background-color: ${applicationBackgroundColor};
19546
- background-clip: padding-box;
19553
+ }
19554
+
19555
+ .listbox slot {
19556
+ display: block;
19557
+ background: transparent;
19558
+ padding: var(--ni-private-listbox-padding);
19547
19559
  }
19548
19560
 
19549
19561
  .listbox[hidden] {
@@ -19647,6 +19659,10 @@
19647
19659
  :host([disabled]) .control {
19648
19660
  background-color: rgba(${borderRgbPartialColor}, 0.07);
19649
19661
  }
19662
+ `), themeBehavior(Theme.color, css `
19663
+ .listbox slot {
19664
+ background: ${hexToRgbaCssColor(White, 0.15)};
19665
+ }
19650
19666
  `));
19651
19667
 
19652
19668
  const styles$s = css `
@@ -20500,6 +20516,17 @@
20500
20516
  }
20501
20517
  registerIcon('icon-add', IconAdd);
20502
20518
 
20519
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20520
+ /**
20521
+ * The icon component for the 'arrowDown' icon
20522
+ */
20523
+ class IconArrowDown extends Icon {
20524
+ constructor() {
20525
+ super(arrowDown16X16);
20526
+ }
20527
+ }
20528
+ registerIcon('icon-arrow-down', IconArrowDown);
20529
+
20503
20530
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20504
20531
  /**
20505
20532
  * The icon component for the 'arrowDownRightAndArrowUpLeft' icon
@@ -20599,6 +20626,17 @@
20599
20626
  }
20600
20627
  registerIcon('icon-arrow-u-rotate-left', IconArrowURotateLeft);
20601
20628
 
20629
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20630
+ /**
20631
+ * The icon component for the 'arrowUp' icon
20632
+ */
20633
+ class IconArrowUp extends Icon {
20634
+ constructor() {
20635
+ super(arrowUp16X16);
20636
+ }
20637
+ }
20638
+ registerIcon('icon-arrow-up', IconArrowUp);
20639
+
20602
20640
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
20603
20641
  /**
20604
20642
  * The icon component for the 'arrowUpLeftAndArrowDownRight' icon