@ni/spright-components 4.0.3 → 4.1.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.
@@ -18745,6 +18745,10 @@
18745
18745
  name: 'arrow_down_left_and_arrow_up_right_16_x_16',
18746
18746
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m2.007 13.171 2.247-2.276-2.284-.447 5.246-1.732-1.753 5.217-.456-2.284-2.26 2.291zM13.194 2l-2.261 2.29-.456-2.283-1.753 5.217 5.246-1.732-2.284-.447 2.247-2.276z" class="cls-1"/></svg>`,
18747
18747
  };
18748
+ const arrowDownRectangle16X16 = {
18749
+ name: 'arrow_down_rectangle_16_x_16',
18750
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M8.018 11 11 5.1 8.996 6.412 9 2H7v4.387L5 5.1zm0 0L11 5.1 8.996 6.412 9 2H7v4.387L5 5.1zM14 9v5H2V9h3.871l.512 1H3v3h10v-3H9.643l.506-1z" class="cls-1"/></svg>`,
18751
+ };
18748
18752
  const arrowDownRightAndArrowUpLeft16X16 = {
18749
18753
  name: 'arrow_down_right_and_arrow_up_left_16_x_16',
18750
18754
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path 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" class="cls-1"/></svg>`,
@@ -18813,6 +18817,10 @@
18813
18817
  name: 'arrow_up_left_and_arrow_down_right_16_x_16',
18814
18818
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path 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-.458z" class="cls-1"/></svg>`,
18815
18819
  };
18820
+ const arrowUpRectangle16X16 = {
18821
+ name: 'arrow_up_rectangle_16_x_16',
18822
+ data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.982 2 5 7.9l2.004-1.312L7 11h2V6.613L11 7.9zm0 0L5 7.9l2.004-1.312L7 11h2V6.613L11 7.9zM14 9v5H2V9h4v1H3v3h10v-3h-3V9z" class="cls-1"/></svg>`,
18823
+ };
18816
18824
  const arrowUpRightAndArrowDownLeft16X16 = {
18817
18825
  name: 'arrow_up_right_and_arrow_down_left_16_x_16',
18818
18826
  data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="m11.023 4.195-2.296-.45L14 2l-1.762 5.256-.458-2.301-6.803 6.85 2.296.45L2 14l1.762-5.256.458 2.301z" class="cls-1"/></svg>`,
@@ -22099,7 +22107,12 @@ so this becomes the fallback color for the slot */ ''}
22099
22107
 
22100
22108
  @keyframes ni-private-drawer-slide-in-right-keyframes {
22101
22109
  0% {
22102
- transform: translate(100%);
22110
+ ${
22111
+ /*
22112
+ Why 95% instead of 100%? See the following Safari bug:
22113
+ https://bugs.webkit.org/show_bug.cgi?id=279148
22114
+ */ ''}
22115
+ transform: translate(95%);
22103
22116
  }
22104
22117
  100% {
22105
22118
  transform: translate(0%);
@@ -22344,6 +22357,18 @@ so this becomes the fallback color for the slot */ ''}
22344
22357
  }
22345
22358
  registerIcon('icon-arrow-down-left-and-arrow-up-right', IconArrowDownLeftAndArrowUpRight);
22346
22359
 
22360
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22361
+ // See generation source in nimble-components/build/generate-icons
22362
+ /**
22363
+ * The icon component for the 'arrowDownRectangle' icon
22364
+ */
22365
+ class IconArrowDownRectangle extends Icon {
22366
+ constructor() {
22367
+ super(arrowDownRectangle16X16);
22368
+ }
22369
+ }
22370
+ registerIcon('icon-arrow-down-rectangle', IconArrowDownRectangle);
22371
+
22347
22372
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22348
22373
  // See generation source in nimble-components/build/generate-icons
22349
22374
  /**
@@ -22538,6 +22563,18 @@ so this becomes the fallback color for the slot */ ''}
22538
22563
  }
22539
22564
  registerIcon('icon-arrow-up-left-and-arrow-down-right', IconArrowUpLeftAndArrowDownRight);
22540
22565
 
22566
+ // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22567
+ // See generation source in nimble-components/build/generate-icons
22568
+ /**
22569
+ * The icon component for the 'arrowUpRectangle' icon
22570
+ */
22571
+ class IconArrowUpRectangle extends Icon {
22572
+ constructor() {
22573
+ super(arrowUpRectangle16X16);
22574
+ }
22575
+ }
22576
+ registerIcon('icon-arrow-up-rectangle', IconArrowUpRectangle);
22577
+
22541
22578
  // AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
22542
22579
  // See generation source in nimble-components/build/generate-icons
22543
22580
  /**