@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.cjs CHANGED
@@ -379,7 +379,7 @@ const Alert = ({ show, title, description, type = "warning", button, plain = fal
379
379
  "data-testid": "alert-icon",
380
380
  "aria-hidden": "true"
381
381
  })), /* @__PURE__ */ (0, react_jsx_runtime.jsx)("span", {
382
- className: "text-base font-medium",
382
+ className: "text-base font-semibold",
383
383
  children: title
384
384
  })]
385
385
  }),