@edifice.io/react 2.2.2-develop-b2school.20250407165159 → 2.2.2-develop-b2school.20250408113943

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.
@@ -17,6 +17,7 @@ const ComboboxTrigger = ({
17
17
  const {
18
18
  triggerProps,
19
19
  itemProps,
20
+ menuProps,
20
21
  setVisible
21
22
  } = useDropdownContext(), containerProps = {
22
23
  ...triggerProps,
@@ -37,7 +38,7 @@ const ComboboxTrigger = ({
37
38
  return useEffect(() => {
38
39
  setVisible(value.length >= searchMinLength);
39
40
  }, [value, searchMinLength]), /* @__PURE__ */ jsxs(FormControl, { id: "search", ...containerProps, children: [
40
- !!renderInputGroup && /* @__PURE__ */ jsx("span", { className: "input-group-text pe-0" + classNameVariant, children: renderInputGroup }),
41
+ !!renderInputGroup && /* @__PURE__ */ jsx("label", { className: "input-group-text pe-0" + classNameVariant, htmlFor: triggerProps.id, children: renderInputGroup }),
41
42
  /* @__PURE__ */ jsxs("div", { className: "d-flex align-items-center flex-wrap flex-fill", children: [
42
43
  renderSelectedItems,
43
44
  /* @__PURE__ */ jsx(Input, { ...inputProps, className: classNameInput, noValidationIcon: !0, placeholder, size: "md", type: "search", onKeyDown: itemProps.onMenuItemKeyDown })
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.2.2-develop-b2school.20250407165159",
3
+ "version": "2.2.2-develop-b2school.20250408113943",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -118,9 +118,9 @@
118
118
  "react-slugify": "^3.0.3",
119
119
  "swiper": "^10.1.0",
120
120
  "ua-parser-js": "^1.0.36",
121
- "@edifice.io/bootstrap": "2.2.2-develop-b2school.20250407165159",
122
- "@edifice.io/tiptap-extensions": "2.2.2-develop-b2school.20250407165159",
123
- "@edifice.io/utilities": "2.2.2-develop-b2school.20250407165159"
121
+ "@edifice.io/bootstrap": "2.2.2-develop-b2school.20250408113943",
122
+ "@edifice.io/tiptap-extensions": "2.2.2-develop-b2school.20250408113943",
123
+ "@edifice.io/utilities": "2.2.2-develop-b2school.20250408113943"
124
124
  },
125
125
  "devDependencies": {
126
126
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -151,8 +151,8 @@
151
151
  "vite": "^5.4.11",
152
152
  "vite-plugin-dts": "^4.1.0",
153
153
  "vite-tsconfig-paths": "^5.0.1",
154
- "@edifice.io/client": "2.2.2-develop-b2school.20250407165159",
155
- "@edifice.io/config": "2.2.2-develop-b2school.20250407165159"
154
+ "@edifice.io/client": "2.2.2-develop-b2school.20250408113943",
155
+ "@edifice.io/config": "2.2.2-develop-b2school.20250408113943"
156
156
  },
157
157
  "peerDependencies": {
158
158
  "@react-spring/web": "^9.7.5",