@agnos-ui/react-bootstrap 0.6.0-next.0 → 0.6.0-next.1

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 tree = require("../../tree-JKzp5CJX.cjs");
3
+ const tree = require("../../tree-CCmlpEPq.cjs");
4
4
  exports.DefaultTreeSlotItem = tree.DefaultTreeSlotItem;
5
5
  exports.DefaultTreeSlotItemContent = tree.DefaultTreeSlotItemContent;
6
6
  exports.DefaultTreeSlotItemToggle = tree.DefaultTreeSlotItemToggle;
@@ -1,4 +1,4 @@
1
- import { b, a, D, c, T, d, e } from "../../tree-Dnt4sr6G.js";
1
+ import { b, a, D, c, T, d, e } from "../../tree-CrXS0sFt.js";
2
2
  export {
3
3
  b as DefaultTreeSlotItem,
4
4
  a as DefaultTreeSlotItemContent,
package/index.cjs CHANGED
@@ -10,7 +10,7 @@ const rating = require("./rating-eI8T0zvS.cjs");
10
10
  const select = require("./select-XHUAqTDw.cjs");
11
11
  const slider = require("./slider-BUQne5aJ.cjs");
12
12
  const toast = require("./toast-Vv1dxnuA.cjs");
13
- const tree = require("./tree-JKzp5CJX.cjs");
13
+ const tree = require("./tree-CCmlpEPq.cjs");
14
14
  const types = require("@agnos-ui/react-headless/types");
15
15
  const slot = require("@agnos-ui/react-headless/slot");
16
16
  const config = require("@agnos-ui/react-headless/config");
package/index.js CHANGED
@@ -8,7 +8,7 @@ import { R, a as a7, e as e7 } from "./rating-CTfRQGGu.js";
8
8
  import { S, a as a8, e as e8 } from "./select-BriGqe3k.js";
9
9
  import { b as b6, S as S2, a as a9, c as c4, e as e9 } from "./slider--K7ri_0l.js";
10
10
  import { a as a10, T, b as b7, e as e10 } from "./toast-CS1mMdhx.js";
11
- import { b as b8, a as a11, D, c as c5, T as T2, d as d4, e as e11 } from "./tree-Dnt4sr6G.js";
11
+ import { b as b8, a as a11, D, c as c5, T as T2, d as d4, e as e11 } from "./tree-CrXS0sFt.js";
12
12
  export * from "@agnos-ui/react-headless/types";
13
13
  export * from "@agnos-ui/react-headless/slot";
14
14
  export * from "@agnos-ui/react-headless/config";
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.6.0-next.0",
4
+ "version": "0.6.0-next.1",
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.6.0-next.0",
53
- "@agnos-ui/react-headless": "0.6.0-next.0",
52
+ "@agnos-ui/core-bootstrap": "0.6.0-next.1",
53
+ "@agnos-ui/react-headless": "0.6.0-next.1",
54
54
  "classnames": "^2.5.1"
55
55
  },
56
56
  "peerDependencies": {
@@ -8,7 +8,7 @@ const classNames = require("classnames");
8
8
  const export_getTreeDefaultConfig = tree.getTreeDefaultConfig;
9
9
  const export_createTree = tree.createTree;
10
10
  const ToggleButtonDisplay = ({ directive: directive$1, item }) => {
11
- return /* @__PURE__ */ jsxRuntime.jsx("button", { ...directive.useDirective(directive$1, { item }) });
11
+ return /* @__PURE__ */ jsxRuntime.jsx("button", { ...directive.useDirective(directive$1, { item }), children: /* @__PURE__ */ jsxRuntime.jsx("span", { className: "au-tree-expand-icon-svg" }) });
12
12
  };
13
13
  const DefaultTreeSlotItemToggle = (slotContext) => {
14
14
  const { directives, item } = slotContext;
@@ -7,7 +7,7 @@ import classNames from "classnames";
7
7
  const export_getTreeDefaultConfig = getTreeDefaultConfig;
8
8
  const export_createTree = createTree;
9
9
  const ToggleButtonDisplay = ({ directive, item }) => {
10
- return /* @__PURE__ */ jsx("button", { ...useDirective(directive, { item }) });
10
+ return /* @__PURE__ */ jsx("button", { ...useDirective(directive, { item }), children: /* @__PURE__ */ jsx("span", { className: "au-tree-expand-icon-svg" }) });
11
11
  };
12
12
  const DefaultTreeSlotItemToggle = (slotContext) => {
13
13
  const { directives, item } = slotContext;