arengibook 2.4.24 → 2.4.25

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.
Files changed (2) hide show
  1. package/dist/index.js +2 -5
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -12738,7 +12738,7 @@ function styleInject(css, ref) {
12738
12738
  }
12739
12739
  }
12740
12740
 
12741
- var css_248z = ".patate input {\n background-color: blueviolet;\n}";
12741
+ var css_248z = ".datepickerstyle {\n width: 100%;\n}\n\n.datepickerstyle > .p-calendar {\n width: 100%;\n}\n";
12742
12742
  styleInject(css_248z);
12743
12743
 
12744
12744
  var normalizeDate = function normalizeDate(v) {
@@ -12805,10 +12805,7 @@ var DatePicker = function DatePicker(_ref) {
12805
12805
  };
12806
12806
  addLocale(localLanguage, LOCALES[localLanguage]);
12807
12807
  return /*#__PURE__*/React__default.createElement("div", {
12808
- className: "patate flex flex-col gap-1",
12809
- style: {
12810
- width: '100%'
12811
- }
12808
+ className: "datepickerstyle flex flex-col gap-1"
12812
12809
  }, /*#__PURE__*/React__default.createElement(Calendar, {
12813
12810
  value: valeur,
12814
12811
  onChange: handleChange,
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "arengibook",
3
3
  "private": false,
4
- "version": "2.4.24",
4
+ "version": "2.4.25",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.js",
7
7
  "exports": {