@bcc-code/component-library-vue 0.4.0 → 0.5.0
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 +2 -3
- package/dist/component-library.umd.cjs +2 -2
- package/dist/index.css +1 -1
- package/dist/theme.css +24 -11
- package/package.json +2 -2
package/dist/theme.css
CHANGED
|
@@ -1900,34 +1900,47 @@
|
|
|
1900
1900
|
|
|
1901
1901
|
@apply bg-ctx text-ctx;
|
|
1902
1902
|
}
|
|
1903
|
-
.bcc-badge.md {
|
|
1904
|
-
@apply h-5 w-5 text-body-sm p-0.5;
|
|
1905
|
-
}
|
|
1906
1903
|
.bcc-badge.sm {
|
|
1907
|
-
@apply w-4 h-4 text-
|
|
1904
|
+
@apply w-4 h-4 text-heading-xs;
|
|
1905
|
+
}
|
|
1906
|
+
.bcc-badge.md {
|
|
1907
|
+
@apply h-5 w-5 text-heading-sm;
|
|
1908
1908
|
}
|
|
1909
1909
|
.bcc-badge.lg {
|
|
1910
|
-
@apply w-6 h-6 text-
|
|
1910
|
+
@apply w-6 h-6 text-heading-md;
|
|
1911
1911
|
}
|
|
1912
1912
|
.bcc-badge.xl {
|
|
1913
|
-
@apply w-8 h-8 text-
|
|
1913
|
+
@apply w-8 h-8 text-heading-lg;
|
|
1914
|
+
}
|
|
1915
|
+
|
|
1916
|
+
.bcc-badge .bcc-badge-icon {
|
|
1917
|
+
@apply size-4;
|
|
1918
|
+
}
|
|
1919
|
+
.bcc-badge.lg .bcc-badge-icon {
|
|
1920
|
+
@apply size-5;
|
|
1921
|
+
}
|
|
1922
|
+
.bcc-badge.xl .bcc-badge-icon {
|
|
1923
|
+
@apply size-6;
|
|
1914
1924
|
}
|
|
1915
1925
|
|
|
1916
1926
|
.bcc-badge.bcc-badge-text {
|
|
1917
1927
|
@apply w-auto px-2;
|
|
1918
1928
|
}
|
|
1919
|
-
.bcc-badge-text.lg {
|
|
1929
|
+
.bcc-badge-text.lg, .bcc-badge-text.xl {
|
|
1920
1930
|
@apply px-3;
|
|
1921
1931
|
}
|
|
1922
|
-
|
|
1923
|
-
|
|
1924
|
-
|
|
1932
|
+
.bcc-badge-text.border.lg, .bcc-badge-text.border.xl {
|
|
1933
|
+
@apply px-2;
|
|
1934
|
+
}
|
|
1935
|
+
.bcc-badge-text.bordered.lg, .bcc-badge-text.bordered.xl {
|
|
1936
|
+
@apply px-1;
|
|
1925
1937
|
}
|
|
1926
1938
|
|
|
1927
1939
|
.bcc-badge.border {
|
|
1928
1940
|
@apply border-1;
|
|
1929
1941
|
border-color: var(--ctx-background-pressed);
|
|
1930
1942
|
}
|
|
1943
|
+
|
|
1931
1944
|
.bcc-badge.bordered {
|
|
1932
1945
|
@apply border-2;
|
|
1933
1946
|
border-color: var(--ctx-background-pressed);
|
|
@@ -2315,7 +2328,7 @@
|
|
|
2315
2328
|
overflow: hidden;
|
|
2316
2329
|
padding: 0;
|
|
2317
2330
|
}
|
|
2318
|
-
.bcc-tabs-fill.p-tabs > .p-tabpanels
|
|
2331
|
+
.bcc-tabs-fill.p-tabs > .p-tabpanels > .p-tabpanel {
|
|
2319
2332
|
height: 100%;
|
|
2320
2333
|
overflow: auto;
|
|
2321
2334
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcc-code/component-library-vue",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.0",
|
|
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",
|
|
@@ -52,7 +52,6 @@
|
|
|
52
52
|
"create-version": "node ./scripts/version.cjs"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
|
-
"@bcc-code/design-tokens": "^5.0.3",
|
|
56
55
|
"@bcc-code/icons-vue": "^1.4.0",
|
|
57
56
|
"@primeuix/themes": "^2.0.3",
|
|
58
57
|
"@tailwindcss/vite": "^4.1.18",
|
|
@@ -64,6 +63,7 @@
|
|
|
64
63
|
"@bcc-code/design-tokens": "^5.0.3"
|
|
65
64
|
},
|
|
66
65
|
"devDependencies": {
|
|
66
|
+
"@bcc-code/design-tokens": "^5.0.3",
|
|
67
67
|
"@eslint/js": "^9.39.2",
|
|
68
68
|
"@primevue/auto-import-resolver": "^4.5.4",
|
|
69
69
|
"@storybook/addon-docs": "^10.2.8",
|