@agnos-ui/react-headless 0.0.1-alpha.10 → 0.0.1-alpha.11
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/generated/index.d.ts +7 -7
- package/generated/index.js +7 -7
- package/package.json +2 -2
package/generated/index.d.ts
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
export * from './services/siblingsInert';
|
|
2
|
-
export * from './services/portal';
|
|
3
|
-
export * from './services/navManager';
|
|
4
|
-
export * from './services/intersection';
|
|
5
|
-
export * from './services/focustrack';
|
|
6
|
-
export * from './services/floatingUI';
|
|
7
|
-
export * from './services/extendWidget';
|
|
8
1
|
export * from './services/transitions/simpleClassTransition';
|
|
9
2
|
export * from './services/transitions/cssTransitions';
|
|
10
3
|
export * from './services/transitions/collapse';
|
|
@@ -15,6 +8,13 @@ export * from './utils/stores';
|
|
|
15
8
|
export * from './utils/directive';
|
|
16
9
|
export * from './types';
|
|
17
10
|
export * from './config';
|
|
11
|
+
export * from './services/siblingsInert';
|
|
12
|
+
export * from './services/portal';
|
|
13
|
+
export * from './services/navManager';
|
|
14
|
+
export * from './services/intersection';
|
|
15
|
+
export * from './services/focustrack';
|
|
16
|
+
export * from './services/floatingUI';
|
|
17
|
+
export * from './services/extendWidget';
|
|
18
18
|
export * from './utils/widget';
|
|
19
19
|
export * from './utils/portal';
|
|
20
20
|
export * from './slot';
|
package/generated/index.js
CHANGED
|
@@ -1,10 +1,3 @@
|
|
|
1
|
-
export * from './services/siblingsInert';
|
|
2
|
-
export * from './services/portal';
|
|
3
|
-
export * from './services/navManager';
|
|
4
|
-
export * from './services/intersection';
|
|
5
|
-
export * from './services/focustrack';
|
|
6
|
-
export * from './services/floatingUI';
|
|
7
|
-
export * from './services/extendWidget';
|
|
8
1
|
export * from './services/transitions/simpleClassTransition';
|
|
9
2
|
export * from './services/transitions/cssTransitions';
|
|
10
3
|
export * from './services/transitions/collapse';
|
|
@@ -15,6 +8,13 @@ export * from './utils/stores';
|
|
|
15
8
|
export * from './utils/directive';
|
|
16
9
|
export * from './types';
|
|
17
10
|
export * from './config';
|
|
11
|
+
export * from './services/siblingsInert';
|
|
12
|
+
export * from './services/portal';
|
|
13
|
+
export * from './services/navManager';
|
|
14
|
+
export * from './services/intersection';
|
|
15
|
+
export * from './services/focustrack';
|
|
16
|
+
export * from './services/floatingUI';
|
|
17
|
+
export * from './services/extendWidget';
|
|
18
18
|
export * from './utils/widget';
|
|
19
19
|
export * from './utils/portal';
|
|
20
20
|
export * from './slot';
|
package/package.json
CHANGED
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@agnos-ui/core": "0.0.1-alpha.
|
|
42
|
+
"@agnos-ui/core": "0.0.1-alpha.11",
|
|
43
43
|
"@amadeus-it-group/tansu": "1.0.0",
|
|
44
44
|
"classnames": "^2.5.1"
|
|
45
45
|
},
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"react-dom": "*"
|
|
49
49
|
},
|
|
50
50
|
"sideEffects": false,
|
|
51
|
-
"version": "0.0.1-alpha.
|
|
51
|
+
"version": "0.0.1-alpha.11",
|
|
52
52
|
"homepage": "https://amadeusitgroup.github.io/AgnosUI/latest/",
|
|
53
53
|
"bugs": "https://github.com/AmadeusITGroup/AgnosUI/issues",
|
|
54
54
|
"license": "MIT",
|