@agnos-ui/angular-headless 0.9.3 → 0.9.4

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.
@@ -27,9 +27,9 @@ import { FACTORY_WIDGET_NAME } from '@agnos-ui/core/types';
27
27
  export * from '@agnos-ui/core/types';
28
28
  import { createWidgetsConfig } from '@agnos-ui/core/config';
29
29
  export * from '@agnos-ui/core/config';
30
- export * from '@agnos-ui/core/components/tree';
31
30
  import { Toaster } from '@agnos-ui/core/components/toast';
32
31
  export * from '@agnos-ui/core/components/toast';
32
+ export * from '@agnos-ui/core/components/tree';
33
33
  export * from '@agnos-ui/core/components/slider';
34
34
  export * from '@agnos-ui/core/components/select';
35
35
  export * from '@agnos-ui/core/components/rating';
package/index.d.ts CHANGED
@@ -22,9 +22,9 @@ export * from '@agnos-ui/core/utils/func';
22
22
  import * as _agnos_ui_angular_headless from '@agnos-ui/angular-headless';
23
23
  import { WidgetsConfig, WidgetsConfigStore, Partial2Levels } from '@agnos-ui/core/config';
24
24
  export * from '@agnos-ui/core/config';
25
- export * from '@agnos-ui/core/components/tree';
26
25
  import { ToasterProps, ToastProps, ToasterToast } from '@agnos-ui/core/components/toast';
27
26
  export * from '@agnos-ui/core/components/toast';
27
+ export * from '@agnos-ui/core/components/tree';
28
28
  export * from '@agnos-ui/core/components/slider';
29
29
  export * from '@agnos-ui/core/components/select';
30
30
  export * from '@agnos-ui/core/components/rating';
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@agnos-ui/angular-headless",
3
3
  "description": "Headless component library for Angular.",
4
- "version": "0.9.3",
4
+ "version": "0.9.4",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  ".": {
@@ -17,7 +17,7 @@
17
17
  "@angular/core": "^20.0.0"
18
18
  },
19
19
  "dependencies": {
20
- "@agnos-ui/core": "0.9.3",
20
+ "@agnos-ui/core": "0.9.4",
21
21
  "tslib": "^2.8.1"
22
22
  },
23
23
  "sideEffects": false,