sprint-asia-custom-component 0.1.89 → 0.1.90

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.
package/dist/index.js CHANGED
@@ -23834,7 +23834,7 @@
23834
23834
  }, title), isRequired && /*#__PURE__*/React__default["default"].createElement("p", {
23835
23835
  className: "text-sm font-normal text-danger500 ml-1"
23836
23836
  }, "*")), /*#__PURE__*/React__default["default"].createElement("div", {
23837
- className: "cursor-pointer py-1 border border-neutral40 bg-neutral20 rounded-md w-fit flex items-center"
23837
+ className: "cursor-pointer py-1 border border-black bg-white rounded-md w-fit flex items-center"
23838
23838
  }, /*#__PURE__*/React__default["default"].createElement("div", {
23839
23839
  className: "p-2"
23840
23840
  }, /*#__PURE__*/React__default["default"].createElement(PiCalendarBlankDuotone, {
@@ -23848,7 +23848,7 @@
23848
23848
  selectsRange: true,
23849
23849
  utcOffset: 0,
23850
23850
  dateFormat: "d MMM yyyy",
23851
- className: "cursor-pointer bg-neutral20 text-neutral300 rounded-md pr-2 focus:outline-none text-sm"
23851
+ className: "cursor-pointer bg-white text-neutral300 rounded-md pr-2 focus:outline-none text-sm"
23852
23852
  })));
23853
23853
  };
23854
23854
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.89",
4
+ "version": "0.1.90",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -19,7 +19,7 @@ const CustomDatePicker = ({ startDate, onChangeStartDate, endDate, onChangeEndDa
19
19
  </div>
20
20
  )}
21
21
 
22
- <div className="cursor-pointer py-1 border border-neutral40 bg-neutral20 rounded-md w-fit flex items-center">
22
+ <div className="cursor-pointer py-1 border border-black bg-white rounded-md w-fit flex items-center">
23
23
  <div className="p-2">
24
24
  <PiCalendarBlankDuotone size={16} className="text-neutral300" />
25
25
  </div>
@@ -32,7 +32,7 @@ const CustomDatePicker = ({ startDate, onChangeStartDate, endDate, onChangeEndDa
32
32
  selectsRange
33
33
  utcOffset={0}
34
34
  dateFormat="d MMM yyyy"
35
- className="cursor-pointer bg-neutral20 text-neutral300 rounded-md pr-2 focus:outline-none text-sm"
35
+ className="cursor-pointer bg-white text-neutral300 rounded-md pr-2 focus:outline-none text-sm"
36
36
  />
37
37
  </div>
38
38
  </div>