@ni/nimble-components 33.8.2 → 33.9.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 +16 -0
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +3643 -3642
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/icons/all-icons.d.ts +1 -0
- package/dist/esm/icons/all-icons.js +1 -0
- package/dist/esm/icons/all-icons.js.map +1 -1
- package/dist/esm/icons/calendar-circle-exclamation.d.ts +13 -0
- package/dist/esm/icons/calendar-circle-exclamation.js +15 -0
- package/dist/esm/icons/calendar-circle-exclamation.js.map +1 -0
- package/package.json +2 -2
|
@@ -17823,6 +17823,10 @@
|
|
|
17823
17823
|
name: 'calendar_check_lines_16_x_16',
|
|
17824
17824
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M12 3V2h-2v1H6V2H4v1H2v11h12V3zm1 10H3V6h10z" class="cls-2"/><path d="M5.743 11 4 9.242l.766-.742.97 1.007L8.273 7 9 7.758zM10 8h2v1h-2zM8 10h4v1H8z" class="cls-1"/></svg>`,
|
|
17825
17825
|
};
|
|
17826
|
+
const calendarCircleExclamation16X16 = {
|
|
17827
|
+
name: 'calendar_circle_exclamation_16_x_16',
|
|
17828
|
+
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M7.29 13c.13.36.3.69.51 1H2V3h2V2h2v1h4V2h2v1h2v4.7c-.31-.21-.65-.36-1-.48V6.01H3v7h4.29ZM15 11.44c0 1.93-1.57 3.5-3.5 3.5S8 13.37 8 11.44s1.57-3.5 3.5-3.5 3.5 1.57 3.5 3.5m-2.99 1.29H11v.71h1.01zm.01-3.29h-1.05l.12 2.85h.82l.12-2.85Z" class="cls-1"/></svg>`,
|
|
17829
|
+
};
|
|
17826
17830
|
const calendarClock16X16 = {
|
|
17827
17831
|
name: 'calendar_clock_16_x_16',
|
|
17828
17832
|
data: `<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path d="M14 8.79V3h-2V2h-2v1H6V2H4v1H2v11h7.47c.545.35 1.19.559 1.885.559a3.5 3.5 0 0 0 3.5-3.5c0-.87-.33-1.657-.855-2.269M3 6h10v1.987a3.46 3.46 0 0 0-1.645-.428A3.5 3.5 0 0 0 8.445 13H3zm9.978 7.041a391 391 0 0 1-1.288-1.304.743.743 0 1 1 0-1.338l.908-.908c.081-.081.356-.149.49-.149 0 .09-.06.358-.134.462-.068.095-.791.822-.917.948a.75.75 0 0 1 0 .633l1.386 1.389s.312.327.268.625c-.208 0-.416-.06-.713-.358" class="cls-1"/></svg>`,
|
|
@@ -22790,6 +22794,18 @@ so this becomes the fallback color for the slot */ ''}
|
|
|
22790
22794
|
}
|
|
22791
22795
|
registerIcon('icon-calendar-check-lines', IconCalendarCheckLines);
|
|
22792
22796
|
|
|
22797
|
+
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22798
|
+
// See generation source in nimble-components/build/generate-icons
|
|
22799
|
+
/**
|
|
22800
|
+
* The icon component for the 'calendarCircleExclamation' icon
|
|
22801
|
+
*/
|
|
22802
|
+
class IconCalendarCircleExclamation extends Icon {
|
|
22803
|
+
constructor() {
|
|
22804
|
+
super(calendarCircleExclamation16X16);
|
|
22805
|
+
}
|
|
22806
|
+
}
|
|
22807
|
+
registerIcon('icon-calendar-circle-exclamation', IconCalendarCircleExclamation);
|
|
22808
|
+
|
|
22793
22809
|
// AUTO-GENERATED FILE - DO NOT EDIT DIRECTLY
|
|
22794
22810
|
// See generation source in nimble-components/build/generate-icons
|
|
22795
22811
|
/**
|