@opencxh/ui-kit 3.124.7 → 3.124.8
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 +1 -0
- 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",
|