nexaas-ui-components 1.0.91 → 1.0.93
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 +3 -3
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +3 -3
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
package/dist/index.cjs
CHANGED
|
@@ -2374,7 +2374,7 @@ var FilterSelect = ({
|
|
|
2374
2374
|
react.PopoverPanel,
|
|
2375
2375
|
{
|
|
2376
2376
|
className: clsx9__default.default(
|
|
2377
|
-
"whitespace-nowrap bg-surface rounded-lg shadow-dropdown border-[0.5px] border-neutral-200",
|
|
2377
|
+
"whitespace-nowrap bg-surface rounded-lg shadow-dropdown border-[0.5px] border-neutral-200 outline-none focus:outline-none",
|
|
2378
2378
|
panelClassName
|
|
2379
2379
|
),
|
|
2380
2380
|
children: ({ close }) => {
|
|
@@ -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-
|
|
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
|
{
|