@bcc-code/component-library-vue 1.3.4 → 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/component-library.js +1 -1
- package/dist/component-library.umd.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/theme.css +6 -0
- package/package.json +2 -2
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
|
}
|
|
@@ -2575,6 +2578,9 @@
|
|
|
2575
2578
|
.bcc-tabs-fluid.p-tabs {
|
|
2576
2579
|
width: 100%;
|
|
2577
2580
|
}
|
|
2581
|
+
.p-tabs .p-tab {
|
|
2582
|
+
@apply heading-sm;
|
|
2583
|
+
}
|
|
2578
2584
|
}
|
|
2579
2585
|
|
|
2580
2586
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcc-code/component-library-vue",
|
|
3
|
-
"version": "1.3.
|
|
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",
|
|
@@ -54,7 +54,7 @@
|
|
|
54
54
|
"create-version": "node ./scripts/version.cjs"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
-
"@bcc-code/design-tokens": "^5.2.
|
|
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",
|