nexaas-ui-components 1.0.61 → 1.0.62

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.cjs CHANGED
@@ -748,7 +748,7 @@ var DatePickerInput = React5.forwardRef(
748
748
  ];
749
749
  const hasError = fieldValidationMessages.some((item) => item !== void 0);
750
750
  const styles = {
751
- input: `text-p-md border border-dark-blue-300 rounded block pb-[10px] h-[46px] w-full disabled:bg-light-gray-100 focus:border-blue-500 `,
751
+ input: `text-p-md border border-neutral-300 rounded block pb-[10px] h-[46px] w-full disabled:bg-light-gray-100 focus:border-blue-500 `,
752
752
  icon: `absolute bg-light-gray-100 h-[44px] w-[38px] top-[1px] left-[1px] rounded-l-lg rounded-r-none ${hasError ? "text-dangerous-700" : "text-label"}`,
753
753
  label: "absolute text-label text-sm",
754
754
  clear: "absolute top-[8px] right-[8px] cursor-pointer text-label text-[22px]"