@bcc-code/component-library-vue 1.3.22 → 1.3.23
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/README.md +2 -0
- package/dist/archivo-font.css +5 -5
- package/dist/component-library.umd.cjs +1 -1
- package/dist/index.css +1 -1
- package/dist/theme.css +1 -1
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -2004,7 +2004,7 @@
|
|
|
2004
2004
|
/* from ./BccBadge/BccBadge.css */
|
|
2005
2005
|
@layer components {
|
|
2006
2006
|
.bcc-badge {
|
|
2007
|
-
@apply inline-flex shrink-0 items-center justify-center gap-1 rounded-full leading-none whitespace-nowrap;
|
|
2007
|
+
@apply inline-flex shrink-0 items-center justify-center gap-1 rounded-full leading-none font-medium! whitespace-nowrap;
|
|
2008
2008
|
|
|
2009
2009
|
@apply bg-ctx text-ctx;
|
|
2010
2010
|
}
|
package/package.json
CHANGED