@agnos-ui/react-bootstrap 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.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, Symbol.toStringTag, { value: "Module" });
|
|
3
|
-
const slider = require("../../slider-
|
|
3
|
+
const slider = require("../../slider-BGUFmm57.cjs");
|
|
4
4
|
exports.Slider = slider.Slider;
|
|
5
5
|
exports.SliderDefaultSlotHandle = slider.SliderDefaultSlotHandle;
|
|
6
6
|
exports.SliderDefaultSlotStructure = slider.SliderDefaultSlotStructure;
|
package/index.cjs
CHANGED
|
@@ -9,7 +9,7 @@ const pagination = require("./pagination-ZxTUf5Pm.cjs");
|
|
|
9
9
|
const progressbar = require("./progressbar-CC5WyAKM.cjs");
|
|
10
10
|
const rating = require("./rating-B2erO56i.cjs");
|
|
11
11
|
const select = require("./select-DgXUNQIA.cjs");
|
|
12
|
-
const slider = require("./slider-
|
|
12
|
+
const slider = require("./slider-BGUFmm57.cjs");
|
|
13
13
|
const toasterProvider = require("./toasterProvider-DeTgUXN8.cjs");
|
|
14
14
|
const tree = require("./tree--CHag_Wm.cjs");
|
|
15
15
|
const types = require("@agnos-ui/react-headless/types");
|
package/index.js
CHANGED
|
@@ -7,7 +7,7 @@ import { N, P, c as c4, a as a6, b as b5, d as d3, e as e6 } from "./pagination-
|
|
|
7
7
|
import { a as a7, P as P2, b as b6, e as e7 } from "./progressbar-B1ZwY3G2.js";
|
|
8
8
|
import { R, a as a8, e as e8 } from "./rating-Dt-vNocw.js";
|
|
9
9
|
import { S, a as a9, e as e9 } from "./select-aWj112ds.js";
|
|
10
|
-
import { c as c5, S as S2, b as b7, a as a10, d as d4, e as e10 } from "./slider-
|
|
10
|
+
import { c as c5, S as S2, b as b7, a as a10, d as d4, e as e10 } from "./slider-CzO--VPp.js";
|
|
11
11
|
import { a as a11, T, f as f3, g, b as b8, d as d5, e as e11, c as c6, u } from "./toasterProvider-AZi99tUa.js";
|
|
12
12
|
import { b as b9, a as a12, D, c as c7, T as T2, d as d6, e as e12 } from "./tree-DTg_JB2R.js";
|
|
13
13
|
export * from "@agnos-ui/react-headless/types";
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@agnos-ui/react-bootstrap",
|
|
3
3
|
"description": "Bootstrap-based component library for React.",
|
|
4
|
-
"version": "0.9.
|
|
4
|
+
"version": "0.9.4",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./index.cjs",
|
|
7
7
|
"module": "./index.js",
|
|
@@ -49,8 +49,8 @@
|
|
|
49
49
|
}
|
|
50
50
|
},
|
|
51
51
|
"dependencies": {
|
|
52
|
-
"@agnos-ui/core-bootstrap": "0.9.
|
|
53
|
-
"@agnos-ui/react-headless": "0.9.
|
|
52
|
+
"@agnos-ui/core-bootstrap": "0.9.4",
|
|
53
|
+
"@agnos-ui/react-headless": "0.9.4",
|
|
54
54
|
"clsx": "^2.1.1"
|
|
55
55
|
},
|
|
56
56
|
"peerDependencies": {
|
|
@@ -61,7 +61,7 @@ const SliderDefaultSlotStructure = (slotContext) => /* @__PURE__ */ jsxRuntime.j
|
|
|
61
61
|
slotContext.state.ticks.map((tick) => /* @__PURE__ */ jsxRuntime.jsx(slot.Slot, { slotContent: slotContext.state.tick, props: { tick, ...slotContext } }, tick.position)),
|
|
62
62
|
slotContext.state.sortedHandles.map((item, i) => /* @__PURE__ */ jsxRuntime.jsxs(React.Fragment, { children: [
|
|
63
63
|
/* @__PURE__ */ jsxRuntime.jsx(slot.Slot, { slotContent: slotContext.state.handle, props: { item, ...slotContext } }),
|
|
64
|
-
slotContext.state.showValueLabels &&
|
|
64
|
+
slotContext.state.showValueLabels && /* @__PURE__ */ jsxRuntime.jsx(HandleLabelDisplay, { directive: slotContext.directives.handleLabelDisplayDirective, index: i, children: /* @__PURE__ */ jsxRuntime.jsx(slot.Slot, { slotContent: slotContext.state.label, props: { value: slotContext.state.values[i], ...slotContext } }) })
|
|
65
65
|
] }, item.id))
|
|
66
66
|
] });
|
|
67
67
|
function Slider(props) {
|
|
@@ -60,7 +60,7 @@ const SliderDefaultSlotStructure = (slotContext) => /* @__PURE__ */ jsxs(Fragmen
|
|
|
60
60
|
slotContext.state.ticks.map((tick) => /* @__PURE__ */ jsx(Slot, { slotContent: slotContext.state.tick, props: { tick, ...slotContext } }, tick.position)),
|
|
61
61
|
slotContext.state.sortedHandles.map((item, i) => /* @__PURE__ */ jsxs(React__default.Fragment, { children: [
|
|
62
62
|
/* @__PURE__ */ jsx(Slot, { slotContent: slotContext.state.handle, props: { item, ...slotContext } }),
|
|
63
|
-
slotContext.state.showValueLabels &&
|
|
63
|
+
slotContext.state.showValueLabels && /* @__PURE__ */ jsx(HandleLabelDisplay, { directive: slotContext.directives.handleLabelDisplayDirective, index: i, children: /* @__PURE__ */ jsx(Slot, { slotContent: slotContext.state.label, props: { value: slotContext.state.values[i], ...slotContext } }) })
|
|
64
64
|
] }, item.id))
|
|
65
65
|
] });
|
|
66
66
|
function Slider(props) {
|