nexaas-ui-components 1.0.43 → 1.0.45

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
@@ -404,7 +404,7 @@ var ButtonLink = React5.forwardRef(
404
404
  ["px-2"]: variant !== "link" && variant !== "linkDanger",
405
405
  ["flex-row-reverse"]: iconPosition === "right"
406
406
  },
407
- `group rounded-lg font-bold active:shadow-none font-title flex items-center justify-start cursor-pointer outline-none focus:outline-none
407
+ `group rounded-lg font-bold active:shadow-none flex items-center justify-start cursor-pointer outline-none focus:outline-none
408
408
  ${applyGap ? "gap-2" : "gap-0"} ${className}
409
409
  `
410
410
  ),
@@ -2118,7 +2118,7 @@ function InputMoney({
2118
2118
  fieldValidationMessages.map((message, index) => /* @__PURE__ */ jsxRuntime.jsx(
2119
2119
  "div",
2120
2120
  {
2121
- className: "text-dangerous-500 text-xs mt-1 ml-[2px]",
2121
+ className: "text-dangerous-500 text-p-xs mt-1 ml-[2px]",
2122
2122
  role: "alert",
2123
2123
  "aria-label": message,
2124
2124
  children: message
@@ -2326,7 +2326,7 @@ function InputNumber({
2326
2326
  fieldValidationMessages.map((message, index) => /* @__PURE__ */ jsxRuntime.jsx(
2327
2327
  "div",
2328
2328
  {
2329
- className: "absolute text-dangerous-500 text-xs left-[4px] -bottom-[18px]",
2329
+ className: "absolute text-dangerous-500 text-p-xs left-[4px] -bottom-[18px]",
2330
2330
  role: "alert",
2331
2331
  "aria-label": message,
2332
2332
  children: message