@edifice.io/react 2.5.5-develop-b2school.20260113170435 → 2.5.5-develop-b2school.20260115093250

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.
@@ -16,7 +16,8 @@ const DatePicker = /* @__PURE__ */ forwardRef(({
16
16
  onChange,
17
17
  dateFormat = "DD / MM / YYYY",
18
18
  minDate,
19
- maxDate
19
+ maxDate,
20
+ ...htmlProps
20
21
  }, ref) => {
21
22
  const handleChange = (date) => {
22
23
  onChange == null || onChange(date ? date.toDate() : void 0);
@@ -26,7 +27,8 @@ const DatePicker = /* @__PURE__ */ forwardRef(({
26
27
  format: dateFormat,
27
28
  minDate: minDate ? dayjs(minDate) : void 0,
28
29
  maxDate: maxDate ? dayjs(maxDate) : void 0,
29
- ref
30
+ ref,
31
+ ...htmlProps
30
32
  };
31
33
  return /* @__PURE__ */ jsx(DatePicker$1, { ...antProps, getPopupContainer: (triggerNode) => triggerNode.parentElement || document.body });
32
34
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@edifice.io/react",
3
- "version": "2.5.5-develop-b2school.20260113170435",
3
+ "version": "2.5.5-develop-b2school.20260115093250",
4
4
  "description": "Edifice React Library",
5
5
  "keywords": [
6
6
  "react",
@@ -134,9 +134,9 @@
134
134
  "react-slugify": "^3.0.3",
135
135
  "swiper": "^10.1.0",
136
136
  "ua-parser-js": "^1.0.36",
137
- "@edifice.io/bootstrap": "2.5.5-develop-b2school.20260113170435",
138
- "@edifice.io/tiptap-extensions": "2.5.5-develop-b2school.20260113170435",
139
- "@edifice.io/utilities": "2.5.5-develop-b2school.20260113170435"
137
+ "@edifice.io/bootstrap": "2.5.5-develop-b2school.20260115093250",
138
+ "@edifice.io/tiptap-extensions": "2.5.5-develop-b2school.20260115093250",
139
+ "@edifice.io/utilities": "2.5.5-develop-b2school.20260115093250"
140
140
  },
141
141
  "devDependencies": {
142
142
  "@babel/plugin-transform-react-pure-annotations": "^7.23.3",
@@ -167,8 +167,8 @@
167
167
  "vite": "^5.4.11",
168
168
  "vite-plugin-dts": "^4.1.0",
169
169
  "vite-tsconfig-paths": "^5.0.1",
170
- "@edifice.io/client": "2.5.5-develop-b2school.20260113170435",
171
- "@edifice.io/config": "2.5.5-develop-b2school.20260113170435"
170
+ "@edifice.io/config": "2.5.5-develop-b2school.20260115093250",
171
+ "@edifice.io/client": "2.5.5-develop-b2school.20260115093250"
172
172
  },
173
173
  "peerDependencies": {
174
174
  "@react-spring/web": "^9.7.5",