@agnos-ui/react-headless 0.10.0-next.1 → 0.10.0-next.2
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 +1 -1
- package/index.cjs +7 -7
- package/index.js +1 -1
- package/package.json +2 -2
package/generated/index.d.ts
CHANGED
|
@@ -22,7 +22,6 @@ export * from './types';
|
|
|
22
22
|
export * from './config';
|
|
23
23
|
export * from './components/tree/index';
|
|
24
24
|
export * from './components/toast/index';
|
|
25
|
-
export * from './components/slider/index';
|
|
26
25
|
export * from './components/select/index';
|
|
27
26
|
export * from './components/rating/index';
|
|
28
27
|
export * from './components/progressbar/index';
|
|
@@ -33,5 +32,6 @@ export * from './components/collapse/index';
|
|
|
33
32
|
export * from './components/carousel/index';
|
|
34
33
|
export * from './components/alert/index';
|
|
35
34
|
export * from './components/accordion/index';
|
|
35
|
+
export * from './components/slider/index';
|
|
36
36
|
export * from './utils/portal';
|
|
37
37
|
export * from './slot';
|
package/index.cjs
CHANGED
|
@@ -29,7 +29,6 @@ const config = require("./config.cjs");
|
|
|
29
29
|
const tree = require("@agnos-ui/core/components/tree");
|
|
30
30
|
const toasterProvider = require("./toasterProvider-CYgzar_d.cjs");
|
|
31
31
|
const toast = require("@agnos-ui/core/components/toast");
|
|
32
|
-
const slider = require("@agnos-ui/core/components/slider");
|
|
33
32
|
const select = require("@agnos-ui/core/components/select");
|
|
34
33
|
const rating = require("@agnos-ui/core/components/rating");
|
|
35
34
|
const progressbar = require("@agnos-ui/core/components/progressbar");
|
|
@@ -40,6 +39,7 @@ const collapse$1 = require("@agnos-ui/core/components/collapse");
|
|
|
40
39
|
const carousel = require("@agnos-ui/core/components/carousel");
|
|
41
40
|
const alert = require("@agnos-ui/core/components/alert");
|
|
42
41
|
const accordion = require("@agnos-ui/core/components/accordion");
|
|
42
|
+
const slider = require("@agnos-ui/core/components/slider");
|
|
43
43
|
const portal$1 = require("./portal-B0Q5KLrA.cjs");
|
|
44
44
|
const slot = require("./slot.cjs");
|
|
45
45
|
exports.useWidgetWithConfig = widget.useWidgetWithConfig;
|
|
@@ -204,12 +204,6 @@ Object.keys(toast).forEach((k) => {
|
|
|
204
204
|
get: () => toast[k]
|
|
205
205
|
});
|
|
206
206
|
});
|
|
207
|
-
Object.keys(slider).forEach((k) => {
|
|
208
|
-
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
209
|
-
enumerable: true,
|
|
210
|
-
get: () => slider[k]
|
|
211
|
-
});
|
|
212
|
-
});
|
|
213
207
|
Object.keys(select).forEach((k) => {
|
|
214
208
|
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
215
209
|
enumerable: true,
|
|
@@ -270,3 +264,9 @@ Object.keys(accordion).forEach((k) => {
|
|
|
270
264
|
get: () => accordion[k]
|
|
271
265
|
});
|
|
272
266
|
});
|
|
267
|
+
Object.keys(slider).forEach((k) => {
|
|
268
|
+
if (k !== "default" && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
269
|
+
enumerable: true,
|
|
270
|
+
get: () => slider[k]
|
|
271
|
+
});
|
|
272
|
+
});
|
package/index.js
CHANGED
|
@@ -27,7 +27,6 @@ import { WidgetsConfigContext, WidgetsDefaultConfig, useWidget, useWidgetContext
|
|
|
27
27
|
export * from "@agnos-ui/core/components/tree";
|
|
28
28
|
import { T, u as u4, a as a3 } from "./toasterProvider-CzmXu8rV.js";
|
|
29
29
|
export * from "@agnos-ui/core/components/toast";
|
|
30
|
-
export * from "@agnos-ui/core/components/slider";
|
|
31
30
|
export * from "@agnos-ui/core/components/select";
|
|
32
31
|
export * from "@agnos-ui/core/components/rating";
|
|
33
32
|
export * from "@agnos-ui/core/components/progressbar";
|
|
@@ -38,6 +37,7 @@ export * from "@agnos-ui/core/components/collapse";
|
|
|
38
37
|
export * from "@agnos-ui/core/components/carousel";
|
|
39
38
|
export * from "@agnos-ui/core/components/alert";
|
|
40
39
|
export * from "@agnos-ui/core/components/accordion";
|
|
40
|
+
export * from "@agnos-ui/core/components/slider";
|
|
41
41
|
import { P } from "./portal-CX8X69NK.js";
|
|
42
42
|
import { Slot } from "./slot.js";
|
|
43
43
|
export {
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnos-ui/react-headless",
|
|
3
3
|
"description": "Headless component library for React.",
|
|
4
|
-
"version": "0.10.0-next.
|
|
4
|
+
"version": "0.10.0-next.2",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.cjs",
|
|
7
7
|
"module": "./index.js",
|
|
@@ -49,7 +49,7 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@agnos-ui/core": "0.10.0-next.
|
|
52
|
+
"@agnos-ui/core": "0.10.0-next.2"
|
|
53
53
|
},
|
|
54
54
|
"peerDependencies": {
|
|
55
55
|
"@amadeus-it-group/tansu": "^2.0.0",
|