@ni/nimble-angular 30.1.6 → 30.2.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.
- package/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.directive.d.ts +12 -0
- package/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.module.d.ts +9 -0
- package/directives/icons/bell-and-message/nimble-icon-bell-and-message.directive.d.ts +12 -0
- package/directives/icons/bell-and-message/nimble-icon-bell-and-message.module.d.ts +9 -0
- package/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.directive.d.ts +12 -0
- package/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.module.d.ts +9 -0
- package/directives/icons/index.d.ts +16 -0
- package/directives/icons/message/nimble-icon-message.directive.d.ts +12 -0
- package/directives/icons/message/nimble-icon-message.module.d.ts +9 -0
- package/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.directive.d.ts +12 -0
- package/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.module.d.ts +9 -0
- package/directives/icons/square-list-cog/nimble-icon-square-list-cog.directive.d.ts +12 -0
- package/directives/icons/square-list-cog/nimble-icon-square-list-cog.module.d.ts +9 -0
- package/directives/icons/window-dock/nimble-icon-window-dock.directive.d.ts +12 -0
- package/directives/icons/window-dock/nimble-icon-window-dock.module.d.ts +9 -0
- package/directives/icons/window-restore/nimble-icon-window-restore.directive.d.ts +12 -0
- package/directives/icons/window-restore/nimble-icon-window-restore.module.d.ts +9 -0
- package/esm2022/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.directive.mjs +21 -0
- package/esm2022/directives/icons/arrows-rotate-reverse-dot/nimble-icon-arrows-rotate-reverse-dot.module.mjs +21 -0
- package/esm2022/directives/icons/bell-and-message/nimble-icon-bell-and-message.directive.mjs +21 -0
- package/esm2022/directives/icons/bell-and-message/nimble-icon-bell-and-message.module.mjs +21 -0
- package/esm2022/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.directive.mjs +21 -0
- package/esm2022/directives/icons/calendar-arrows-rotate-reverse-dot/nimble-icon-calendar-arrows-rotate-reverse-dot.module.mjs +21 -0
- package/esm2022/directives/icons/index.mjs +17 -1
- package/esm2022/directives/icons/message/nimble-icon-message.directive.mjs +21 -0
- package/esm2022/directives/icons/message/nimble-icon-message.module.mjs +21 -0
- package/esm2022/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.directive.mjs +21 -0
- package/esm2022/directives/icons/messages-sparkle/nimble-icon-messages-sparkle.module.mjs +21 -0
- package/esm2022/directives/icons/square-list-cog/nimble-icon-square-list-cog.directive.mjs +21 -0
- package/esm2022/directives/icons/square-list-cog/nimble-icon-square-list-cog.module.mjs +21 -0
- package/esm2022/directives/icons/window-dock/nimble-icon-window-dock.directive.mjs +21 -0
- package/esm2022/directives/icons/window-dock/nimble-icon-window-dock.module.mjs +21 -0
- package/esm2022/directives/icons/window-restore/nimble-icon-window-restore.directive.mjs +21 -0
- package/esm2022/directives/icons/window-restore/nimble-icon-window-restore.module.mjs +21 -0
- package/fesm2022/ni-nimble-angular.mjs +265 -1
- package/fesm2022/ni-nimble-angular.mjs.map +1 -1
- package/package.json +2 -2
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/nimble-angular",
|
|
3
|
-
"version": "30.1
|
|
3
|
+
"version": "30.2.1",
|
|
4
4
|
"description": "Angular components for the NI Nimble Design System",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -259,7 +259,7 @@
|
|
|
259
259
|
"@angular/forms": "^18.2.13",
|
|
260
260
|
"@angular/localize": "^18.2.13",
|
|
261
261
|
"@angular/router": "^18.2.13",
|
|
262
|
-
"@ni/nimble-components": "^33.
|
|
262
|
+
"@ni/nimble-components": "^33.8.0"
|
|
263
263
|
},
|
|
264
264
|
"dependencies": {
|
|
265
265
|
"tslib": "^2.2.0"
|