@neural-ui/core 1.6.2 → 1.6.3

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.
Files changed (68) hide show
  1. package/accordion/package.json +4 -0
  2. package/alert/package.json +4 -0
  3. package/autocomplete/package.json +4 -0
  4. package/avatar/package.json +4 -0
  5. package/badge/package.json +4 -0
  6. package/block-ui/package.json +4 -0
  7. package/breadcrumb/package.json +4 -0
  8. package/button/package.json +4 -0
  9. package/calendar/package.json +4 -0
  10. package/card/package.json +4 -0
  11. package/chart/package.json +4 -0
  12. package/checkbox/package.json +4 -0
  13. package/chip/package.json +4 -0
  14. package/code-block/package.json +4 -0
  15. package/color-picker/package.json +4 -0
  16. package/command-palette/package.json +4 -0
  17. package/confirm-dialog/package.json +4 -0
  18. package/context-menu/package.json +4 -0
  19. package/dashboard-grid/package.json +4 -0
  20. package/date-input/package.json +4 -0
  21. package/divider/package.json +4 -0
  22. package/empty-state/package.json +4 -0
  23. package/filter-bar/package.json +4 -0
  24. package/icon/package.json +4 -0
  25. package/image-gallery/package.json +4 -0
  26. package/image-viewer/package.json +4 -0
  27. package/input/package.json +4 -0
  28. package/input-otp/package.json +4 -0
  29. package/kanban/package.json +4 -0
  30. package/knob/package.json +4 -0
  31. package/meter-group/package.json +4 -0
  32. package/modal/package.json +4 -0
  33. package/multiselect/package.json +4 -0
  34. package/nav/package.json +4 -0
  35. package/notification-center/package.json +4 -0
  36. package/number-input/package.json +4 -0
  37. package/package.json +1 -1
  38. package/pagination/package.json +4 -0
  39. package/popover/package.json +4 -0
  40. package/progress-bar/package.json +4 -0
  41. package/radio/package.json +4 -0
  42. package/rating/package.json +4 -0
  43. package/rich-text-editor/package.json +4 -0
  44. package/scheduler-gantt/package.json +4 -0
  45. package/select/package.json +4 -0
  46. package/sidebar/package.json +4 -0
  47. package/skeleton/package.json +4 -0
  48. package/slider/package.json +4 -0
  49. package/spinner/package.json +4 -0
  50. package/split-button/package.json +4 -0
  51. package/splitter/package.json +4 -0
  52. package/stats-card/package.json +4 -0
  53. package/stepper/package.json +4 -0
  54. package/switch/package.json +4 -0
  55. package/table/package.json +4 -0
  56. package/tabs/package.json +4 -0
  57. package/textarea/package.json +4 -0
  58. package/timeline/package.json +4 -0
  59. package/timeline-grid/package.json +4 -0
  60. package/toast/package.json +4 -0
  61. package/toggle-button-group/package.json +4 -0
  62. package/toolbar/package.json +4 -0
  63. package/tooltip/package.json +4 -0
  64. package/tree/package.json +4 -0
  65. package/tree-table/package.json +4 -0
  66. package/uploader/package.json +4 -0
  67. package/url-state/package.json +4 -0
  68. package/virtual-list/package.json +4 -0
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-accordion.mjs",
3
+ "typings": "../types/neural-ui-core-accordion.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-alert.mjs",
3
+ "typings": "../types/neural-ui-core-alert.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-autocomplete.mjs",
3
+ "typings": "../types/neural-ui-core-autocomplete.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-avatar.mjs",
3
+ "typings": "../types/neural-ui-core-avatar.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-badge.mjs",
3
+ "typings": "../types/neural-ui-core-badge.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-block-ui.mjs",
3
+ "typings": "../types/neural-ui-core-block-ui.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-breadcrumb.mjs",
3
+ "typings": "../types/neural-ui-core-breadcrumb.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-button.mjs",
3
+ "typings": "../types/neural-ui-core-button.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-calendar.mjs",
3
+ "typings": "../types/neural-ui-core-calendar.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-card.mjs",
3
+ "typings": "../types/neural-ui-core-card.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-chart.mjs",
3
+ "typings": "../types/neural-ui-core-chart.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-checkbox.mjs",
3
+ "typings": "../types/neural-ui-core-checkbox.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-chip.mjs",
3
+ "typings": "../types/neural-ui-core-chip.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-code-block.mjs",
3
+ "typings": "../types/neural-ui-core-code-block.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-color-picker.mjs",
3
+ "typings": "../types/neural-ui-core-color-picker.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-command-palette.mjs",
3
+ "typings": "../types/neural-ui-core-command-palette.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-confirm-dialog.mjs",
3
+ "typings": "../types/neural-ui-core-confirm-dialog.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-context-menu.mjs",
3
+ "typings": "../types/neural-ui-core-context-menu.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-dashboard-grid.mjs",
3
+ "typings": "../types/neural-ui-core-dashboard-grid.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-date-input.mjs",
3
+ "typings": "../types/neural-ui-core-date-input.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-divider.mjs",
3
+ "typings": "../types/neural-ui-core-divider.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-empty-state.mjs",
3
+ "typings": "../types/neural-ui-core-empty-state.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-filter-bar.mjs",
3
+ "typings": "../types/neural-ui-core-filter-bar.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-icon.mjs",
3
+ "typings": "../types/neural-ui-core-icon.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-image-gallery.mjs",
3
+ "typings": "../types/neural-ui-core-image-gallery.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-image-viewer.mjs",
3
+ "typings": "../types/neural-ui-core-image-viewer.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-input.mjs",
3
+ "typings": "../types/neural-ui-core-input.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-input-otp.mjs",
3
+ "typings": "../types/neural-ui-core-input-otp.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-kanban.mjs",
3
+ "typings": "../types/neural-ui-core-kanban.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-knob.mjs",
3
+ "typings": "../types/neural-ui-core-knob.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-meter-group.mjs",
3
+ "typings": "../types/neural-ui-core-meter-group.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-modal.mjs",
3
+ "typings": "../types/neural-ui-core-modal.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-multiselect.mjs",
3
+ "typings": "../types/neural-ui-core-multiselect.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-nav.mjs",
3
+ "typings": "../types/neural-ui-core-nav.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-notification-center.mjs",
3
+ "typings": "../types/neural-ui-core-notification-center.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-number-input.mjs",
3
+ "typings": "../types/neural-ui-core-number-input.d.ts"
4
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@neural-ui/core",
3
- "version": "1.6.2",
3
+ "version": "1.6.3",
4
4
  "description": "Modern Angular UI component library built with signals, standalone components, and OnPush change detection.",
5
5
  "author": "PedroMorenoTrujillo",
6
6
  "keywords": [
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-pagination.mjs",
3
+ "typings": "../types/neural-ui-core-pagination.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-popover.mjs",
3
+ "typings": "../types/neural-ui-core-popover.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-progress-bar.mjs",
3
+ "typings": "../types/neural-ui-core-progress-bar.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-radio.mjs",
3
+ "typings": "../types/neural-ui-core-radio.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-rating.mjs",
3
+ "typings": "../types/neural-ui-core-rating.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-rich-text-editor.mjs",
3
+ "typings": "../types/neural-ui-core-rich-text-editor.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-scheduler-gantt.mjs",
3
+ "typings": "../types/neural-ui-core-scheduler-gantt.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-select.mjs",
3
+ "typings": "../types/neural-ui-core-select.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-sidebar.mjs",
3
+ "typings": "../types/neural-ui-core-sidebar.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-skeleton.mjs",
3
+ "typings": "../types/neural-ui-core-skeleton.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-slider.mjs",
3
+ "typings": "../types/neural-ui-core-slider.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-spinner.mjs",
3
+ "typings": "../types/neural-ui-core-spinner.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-split-button.mjs",
3
+ "typings": "../types/neural-ui-core-split-button.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-splitter.mjs",
3
+ "typings": "../types/neural-ui-core-splitter.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-stats-card.mjs",
3
+ "typings": "../types/neural-ui-core-stats-card.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-stepper.mjs",
3
+ "typings": "../types/neural-ui-core-stepper.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-switch.mjs",
3
+ "typings": "../types/neural-ui-core-switch.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-table.mjs",
3
+ "typings": "../types/neural-ui-core-table.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-tabs.mjs",
3
+ "typings": "../types/neural-ui-core-tabs.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-textarea.mjs",
3
+ "typings": "../types/neural-ui-core-textarea.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-timeline.mjs",
3
+ "typings": "../types/neural-ui-core-timeline.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-timeline-grid.mjs",
3
+ "typings": "../types/neural-ui-core-timeline-grid.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-toast.mjs",
3
+ "typings": "../types/neural-ui-core-toast.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-toggle-button-group.mjs",
3
+ "typings": "../types/neural-ui-core-toggle-button-group.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-toolbar.mjs",
3
+ "typings": "../types/neural-ui-core-toolbar.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-tooltip.mjs",
3
+ "typings": "../types/neural-ui-core-tooltip.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-tree.mjs",
3
+ "typings": "../types/neural-ui-core-tree.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-tree-table.mjs",
3
+ "typings": "../types/neural-ui-core-tree-table.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-uploader.mjs",
3
+ "typings": "../types/neural-ui-core-uploader.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-url-state.mjs",
3
+ "typings": "../types/neural-ui-core-url-state.d.ts"
4
+ }
@@ -0,0 +1,4 @@
1
+ {
2
+ "module": "../fesm2022/neural-ui-core-virtual-list.mjs",
3
+ "typings": "../types/neural-ui-core-virtual-list.d.ts"
4
+ }