@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/theme.css CHANGED
@@ -2575,6 +2575,9 @@
2575
2575
  .bcc-tabs-fluid.p-tabs {
2576
2576
  width: 100%;
2577
2577
  }
2578
+ .p-tabs .p-tab {
2579
+ @apply heading-sm;
2580
+ }
2578
2581
  }
2579
2582
 
2580
2583
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bcc-code/component-library-vue",
3
- "version": "1.3.4",
3
+ "version": "1.3.5",
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",
@@ -54,7 +54,7 @@
54
54
  "create-version": "node ./scripts/version.cjs"
55
55
  },
56
56
  "dependencies": {
57
- "@bcc-code/design-tokens": "^5.2.3",
57
+ "@bcc-code/design-tokens": "^5.2.4",
58
58
  "@bcc-code/icons-vue": "^1.4.0",
59
59
  "@primeuix/themes": "^2.0.3",
60
60
  "@tailwindcss/vite": "^4.1.18",