@speckle/ui-components 2.23.12 → 2.23.13
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/lib.cjs +1 -1
- package/dist/lib.cjs.map +1 -1
- package/dist/lib.js +1 -3
- package/dist/lib.js.map +1 -1
- package/package.json +3 -3
package/dist/lib.js
CHANGED
|
@@ -387,9 +387,7 @@ const Sl = { class: "whitespace-nowrap" }, De = /* @__PURE__ */ W({
|
|
|
387
387
|
},
|
|
388
388
|
emits: ["click-icon"],
|
|
389
389
|
setup(e, { emit: t }) {
|
|
390
|
-
const o = t, n = e, r = m(
|
|
391
|
-
() => n.colorClasses || n.color === "primary" ? "bg-info-lighter text-primary-focus dark:text-foreground" : "bg-highlight-3 text-foreground-2"
|
|
392
|
-
), s = m(
|
|
390
|
+
const o = t, n = e, r = m(() => n.colorClasses ? n.colorClasses : n.color === "secondary" ? "bg-highlight-3 text-foreground-2" : "bg-info-lighter text-primary-focus dark:text-foreground"), s = m(
|
|
393
391
|
() => n.dotIconColorClasses || "text-blue-400"
|
|
394
392
|
), p = m(() => {
|
|
395
393
|
const f = [
|