@react-querybuilder/bootstrap 8.22.5 → 8.23.0

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.
@@ -21,7 +21,7 @@ const BootstrapNotToggle = ({ className, handleOnChange, title, label, checked,
21
21
  }, label));
22
22
  };
23
23
  //#endregion
24
- //#region \0@oxc-project+runtime@0.142.0/helpers/esm/typeof.js
24
+ //#region \0@oxc-project+runtime@0.144.0/helpers/esm/typeof.js
25
25
  function _typeof(o) {
26
26
  "@babel/helpers - typeof";
27
27
  return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function(o) {
@@ -31,7 +31,7 @@ function _typeof(o) {
31
31
  }, _typeof(o);
32
32
  }
33
33
  //#endregion
34
- //#region \0@oxc-project+runtime@0.142.0/helpers/esm/toPrimitive.js
34
+ //#region \0@oxc-project+runtime@0.144.0/helpers/esm/toPrimitive.js
35
35
  function toPrimitive(t, r) {
36
36
  if ("object" != _typeof(t) || !t) return t;
37
37
  var e = t[Symbol.toPrimitive];
@@ -43,13 +43,13 @@ function toPrimitive(t, r) {
43
43
  return ("string" === r ? String : Number)(t);
44
44
  }
45
45
  //#endregion
46
- //#region \0@oxc-project+runtime@0.142.0/helpers/esm/toPropertyKey.js
46
+ //#region \0@oxc-project+runtime@0.144.0/helpers/esm/toPropertyKey.js
47
47
  function toPropertyKey(t) {
48
48
  var i = toPrimitive(t, "string");
49
49
  return "symbol" == _typeof(i) ? i : i + "";
50
50
  }
51
51
  //#endregion
52
- //#region \0@oxc-project+runtime@0.142.0/helpers/esm/defineProperty.js
52
+ //#region \0@oxc-project+runtime@0.144.0/helpers/esm/defineProperty.js
53
53
  function _defineProperty(e, r, t) {
54
54
  return (r = toPropertyKey(r)) in e ? Object.defineProperty(e, r, {
55
55
  value: t,
@@ -59,7 +59,7 @@ function _defineProperty(e, r, t) {
59
59
  }) : e[r] = t, e;
60
60
  }
61
61
  //#endregion
62
- //#region \0@oxc-project+runtime@0.142.0/helpers/esm/objectSpread2.js
62
+ //#region \0@oxc-project+runtime@0.144.0/helpers/esm/objectSpread2.js
63
63
  function ownKeys(e, r) {
64
64
  var t = Object.keys(e);
65
65
  if (Object.getOwnPropertySymbols) {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@react-querybuilder/bootstrap",
3
3
  "description": "Custom Bootstrap components for react-querybuilder",
4
- "version": "8.22.5",
4
+ "version": "8.23.0",
5
5
  "publishConfig": {
6
6
  "access": "public"
7
7
  },
@@ -60,16 +60,16 @@
60
60
  "bootstrap-icons": "^1.13.1",
61
61
  "react": "^19.2.8",
62
62
  "react-dom": "^19.2.8",
63
- "react-querybuilder": "8.22.5",
64
- "rollup-plugin-visualizer": "^7.0.1",
63
+ "react-querybuilder": "8.23.0",
64
+ "rollup-plugin-visualizer": "^7.1.1",
65
65
  "typescript": "^7.0.2",
66
- "vite": "^8.2.0"
66
+ "vite": "^8.2.1"
67
67
  },
68
68
  "peerDependencies": {
69
69
  "bootstrap": ">=5",
70
70
  "bootstrap-icons": ">=1.7.0",
71
71
  "react": ">=18",
72
- "react-querybuilder": "8.22.5"
72
+ "react-querybuilder": "8.23.0"
73
73
  },
74
- "gitHead": "a0ce7b6ebb96ea1b808bdf782e21f11fd259e813"
74
+ "gitHead": "4e35168724267e1c683f20f9528da1f00cc13f33"
75
75
  }