@ni/nimble-components 18.2.0 → 18.3.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 +30 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +802 -800
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icon-base/icon-metadata.js +6 -0
- package/dist/esm/icon-base/icon-metadata.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.d.ts +12 -0
- package/dist/esm/icons/arrow-down.js +14 -0
- package/dist/esm/icons/arrow-down.js.map +1 -0
- package/dist/esm/icons/arrow-up.d.ts +12 -0
- package/dist/esm/icons/arrow-up.js +14 -0
- package/dist/esm/icons/arrow-up.js.map +1 -0
- package/package.json +2 -2
|
@@ -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>`
|
|
@@ -20500,6 +20508,17 @@
|
|
|
20500
20508
|
}
|
|
20501
20509
|
registerIcon('icon-add', IconAdd);
|
|
20502
20510
|
|
|
20511
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
20512
|
+
/**
|
|
20513
|
+
* The icon component for the 'arrowDown' icon
|
|
20514
|
+
*/
|
|
20515
|
+
class IconArrowDown extends Icon {
|
|
20516
|
+
constructor() {
|
|
20517
|
+
super(arrowDown16X16);
|
|
20518
|
+
}
|
|
20519
|
+
}
|
|
20520
|
+
registerIcon('icon-arrow-down', IconArrowDown);
|
|
20521
|
+
|
|
20503
20522
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
20504
20523
|
/**
|
|
20505
20524
|
* The icon component for the 'arrowDownRightAndArrowUpLeft' icon
|
|
@@ -20599,6 +20618,17 @@
|
|
|
20599
20618
|
}
|
|
20600
20619
|
registerIcon('icon-arrow-u-rotate-left', IconArrowURotateLeft);
|
|
20601
20620
|
|
|
20621
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
20622
|
+
/**
|
|
20623
|
+
* The icon component for the 'arrowUp' icon
|
|
20624
|
+
*/
|
|
20625
|
+
class IconArrowUp extends Icon {
|
|
20626
|
+
constructor() {
|
|
20627
|
+
super(arrowUp16X16);
|
|
20628
|
+
}
|
|
20629
|
+
}
|
|
20630
|
+
registerIcon('icon-arrow-up', IconArrowUp);
|
|
20631
|
+
|
|
20602
20632
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
20603
20633
|
/**
|
|
20604
20634
|
* The icon component for the 'arrowUpLeftAndArrowDownRight' icon
|