@bcc-code/component-library-vue 1.3.4 → 1.3.5
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/component-library.js +1 -1
- package/dist/component-library.umd.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/theme.css +3 -0
- package/package.json +2 -2
|
@@ -4669,7 +4669,7 @@ const Nk = yf(jk, {
|
|
|
4669
4669
|
hoverColor: "var(--color-text-default)",
|
|
4670
4670
|
activeColor: "var(--color-text-selected)",
|
|
4671
4671
|
padding: "calc(var(--spacing) * 3)",
|
|
4672
|
-
fontWeight: "var(--font-weight-
|
|
4672
|
+
fontWeight: "var(--font-weight-semibold)",
|
|
4673
4673
|
margin: "0 0 calc(var(--spacing) * -0.5) 0",
|
|
4674
4674
|
gap: "calc(var(--spacing) * 2)",
|
|
4675
4675
|
focusRing: {
|