@youngonesworks/ui 0.1.123 → 0.1.124

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
@@ -357,7 +357,7 @@ const Alert = ({ show, title, description, type = "warning", button, plain = fal
357
357
  "data-testid": "alert-icon",
358
358
  "aria-hidden": "true"
359
359
  })), /* @__PURE__ */ jsx("span", {
360
- className: "text-base font-medium",
360
+ className: "text-base font-semibold",
361
361
  children: title
362
362
  })]
363
363
  }),