@ni/nimble-components 32.1.2 → 32.2.0
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 +32 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3455 -3453
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icons/all-icons.d.ts +2 -0
- package/dist/esm/icons/all-icons.js +2 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/arrow-down-rectangle.d.ts +13 -0
- package/dist/esm/icons/arrow-down-rectangle.js +15 -0
- package/dist/esm/icons/arrow-down-rectangle.js.map +1 -0
- package/dist/esm/icons/arrow-up-rectangle.d.ts +13 -0
- package/dist/esm/icons/arrow-up-rectangle.js +15 -0
- package/dist/esm/icons/arrow-up-rectangle.js.map +1 -0
- package/package.json +2 -2
|
@@ -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>`,
|
|
@@ -22344,6 +22352,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22344
22352
|
}
|
|
22345
22353
|
registerIcon('icon-arrow-down-left-and-arrow-up-right', IconArrowDownLeftAndArrowUpRight);
|
|
22346
22354
|
|
|
22355
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22356
|
+
// See generation source in nimble-components/build/generate-icons
|
|
22357
|
+
/**
|
|
22358
|
+
* The icon component for the 'arrowDownRectangle' icon
|
|
22359
|
+
*/
|
|
22360
|
+
class IconArrowDownRectangle extends Icon {
|
|
22361
|
+
constructor() {
|
|
22362
|
+
super(arrowDownRectangle16X16);
|
|
22363
|
+
}
|
|
22364
|
+
}
|
|
22365
|
+
registerIcon('icon-arrow-down-rectangle', IconArrowDownRectangle);
|
|
22366
|
+
|
|
22347
22367
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22348
22368
|
// See generation source in nimble-components/build/generate-icons
|
|
22349
22369
|
/**
|
|
@@ -22538,6 +22558,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22538
22558
|
}
|
|
22539
22559
|
registerIcon('icon-arrow-up-left-and-arrow-down-right', IconArrowUpLeftAndArrowDownRight);
|
|
22540
22560
|
|
|
22561
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22562
|
+
// See generation source in nimble-components/build/generate-icons
|
|
22563
|
+
/**
|
|
22564
|
+
* The icon component for the 'arrowUpRectangle' icon
|
|
22565
|
+
*/
|
|
22566
|
+
class IconArrowUpRectangle extends Icon {
|
|
22567
|
+
constructor() {
|
|
22568
|
+
super(arrowUpRectangle16X16);
|
|
22569
|
+
}
|
|
22570
|
+
}
|
|
22571
|
+
registerIcon('icon-arrow-up-rectangle', IconArrowUpRectangle);
|
|
22572
|
+
|
|
22541
22573
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22542
22574
|
// See generation source in nimble-components/build/generate-icons
|
|
22543
22575
|
/**
|