@ikatec/nebula-react 1.11.0-beta.3 → 1.11.0-beta.4
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.
|
Binary file
|
package/dist/index.js
CHANGED
|
@@ -8214,7 +8214,7 @@ var Tag = React25__namespace.forwardRef(
|
|
|
8214
8214
|
...props,
|
|
8215
8215
|
children: [
|
|
8216
8216
|
color2 && /* @__PURE__ */ jsxRuntime.jsx("span", { className: cn(tagVariantsConfig({ color: color2 })) }),
|
|
8217
|
-
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "nebula-ds text-tag-text text-xs font-medium px-1 leading-none", children }),
|
|
8217
|
+
/* @__PURE__ */ jsxRuntime.jsx("span", { className: "nebula-ds text-tag-text text-xs font-medium px-1 leading-none h-full flex items-center", children }),
|
|
8218
8218
|
onDelete && /* @__PURE__ */ jsxRuntime.jsx("button", { onClick: onDelete, children: /* @__PURE__ */ jsxRuntime.jsx(lucideReact.CircleX, { className: "nebula-ds w-3 h-3 block rounded-sm text-tag-icon" }) })
|
|
8219
8219
|
]
|
|
8220
8220
|
}
|
package/dist/index.mjs
CHANGED
|
@@ -8171,7 +8171,7 @@ var Tag = React25.forwardRef(
|
|
|
8171
8171
|
...props,
|
|
8172
8172
|
children: [
|
|
8173
8173
|
color2 && /* @__PURE__ */ jsx("span", { className: cn(tagVariantsConfig({ color: color2 })) }),
|
|
8174
|
-
/* @__PURE__ */ jsx("span", { className: "nebula-ds text-tag-text text-xs font-medium px-1 leading-none", children }),
|
|
8174
|
+
/* @__PURE__ */ jsx("span", { className: "nebula-ds text-tag-text text-xs font-medium px-1 leading-none h-full flex items-center", children }),
|
|
8175
8175
|
onDelete && /* @__PURE__ */ jsx("button", { onClick: onDelete, children: /* @__PURE__ */ jsx(CircleX, { className: "nebula-ds w-3 h-3 block rounded-sm text-tag-icon" }) })
|
|
8176
8176
|
]
|
|
8177
8177
|
}
|
package/package.json
CHANGED
|
Binary file
|