@opencxh/ui-kit 3.124.7 → 3.124.9
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 +1 -1
- package/dist/index.cjs.map +1 -1
- package/dist/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/src/action/FilterChip.d.ts +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -237,6 +237,7 @@ function yt(t) {
|
|
|
237
237
|
}[t];
|
|
238
238
|
}
|
|
239
239
|
const Nt = {
|
|
240
|
+
none: "border-none",
|
|
240
241
|
default: "border-border text-text-muted hover:bg-surface-hover hover:text-text",
|
|
241
242
|
muted: "border-border text-text-subtle hover:bg-surface-hover hover:text-text",
|
|
242
243
|
warning: "border-warning-border bg-warning-soft text-warning-fg hover:bg-surface-hover",
|
|
@@ -4282,7 +4283,7 @@ const vn = ({
|
|
|
4282
4283
|
label: $.label,
|
|
4283
4284
|
onClick: $.onClick,
|
|
4284
4285
|
icon: $.icon,
|
|
4285
|
-
variant: $.variant === "primary" ? "primary" : "
|
|
4286
|
+
variant: $.variant === "primary" ? "primary" : "outline",
|
|
4286
4287
|
options: $.splitOptions,
|
|
4287
4288
|
disabled: $.disabled
|
|
4288
4289
|
},
|