nexaas-ui-components 1.0.91 → 1.0.92

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
@@ -3093,7 +3093,7 @@ var alertTypes = {
3093
3093
  error: "text-dangerous-500",
3094
3094
  warning: "text-warning-500",
3095
3095
  info: "text-blue-500",
3096
- primary: "text-rose-700"
3096
+ primary: "text-rose-500"
3097
3097
  };
3098
3098
  var sizes3 = {
3099
3099
  xs: "w-[350px]",
@@ -3172,7 +3172,7 @@ var ModalDialog = ({
3172
3172
  "border-b border-b-neutral-200": headerBorder
3173
3173
  }),
3174
3174
  children: [
3175
- /* @__PURE__ */ jsxRuntime.jsxs("h3", { className: "font-title text-t-sm font-bold flex items-center gap-2", children: [
3175
+ /* @__PURE__ */ jsxRuntime.jsxs("h3", { className: "font-title text-t-sm font-bold text-title flex items-center gap-2", children: [
3176
3176
  hasIcon && /* @__PURE__ */ jsxRuntime.jsx(
3177
3177
  "div",
3178
3178
  {