@bcc-code/component-library-vue 1.3.5 → 1.3.6

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/theme.css CHANGED
@@ -2022,6 +2022,9 @@
2022
2022
 
2023
2023
  @apply bg-ctx text-ctx;
2024
2024
  }
2025
+ .bcc-badge span:empty {
2026
+ display: none;
2027
+ }
2025
2028
  .bcc-badge.gradient {
2026
2029
  @apply ctx-gradient;
2027
2030
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.3.5",
3
+ "version": "1.3.6",
4
4
  "type": "module",
5
5
  "description": "Extended Vue component library based on PrimeVue and BCC design tokens",
6
6
  "repository": "https://github.com/bcc-code/bcc-design.git",