@bcc-code/component-library-vue 0.7.7 → 0.7.8
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.umd.cjs +94 -94
- package/dist/index.css +1 -1
- package/dist/theme.css +13 -13
- package/package.json +2 -1
package/dist/theme.css
CHANGED
|
@@ -1824,7 +1824,6 @@
|
|
|
1824
1824
|
/* === ./styles/component-overrides.css === */
|
|
1825
1825
|
/** Custom styles to fix primevue components that are not custom or wrapped. */
|
|
1826
1826
|
|
|
1827
|
-
|
|
1828
1827
|
/**
|
|
1829
1828
|
* GUTTER FIX
|
|
1830
1829
|
* Primevue's dropwdown components are all missing the gap between input and dropdown
|
|
@@ -1865,32 +1864,33 @@
|
|
|
1865
1864
|
|
|
1866
1865
|
/**
|
|
1867
1866
|
* BccSelect
|
|
1868
|
-
**/
|
|
1867
|
+
**/
|
|
1869
1868
|
.p-select {
|
|
1870
1869
|
--p-icon-size: var(--icon-size-sm);
|
|
1871
1870
|
}
|
|
1872
1871
|
|
|
1873
|
-
.p-select.inline {
|
|
1874
|
-
@apply inline-flex
|
|
1872
|
+
.p-select.inline-select {
|
|
1873
|
+
@apply mx-auto inline-flex w-auto items-center border-0 bg-transparent shadow-none;
|
|
1875
1874
|
--p-icon-size: 1.25em;
|
|
1876
|
-
|
|
1877
|
-
|
|
1875
|
+
--p-select-dropdown-width: 1.5em;
|
|
1876
|
+
--p-select-min-height: auto;
|
|
1878
1877
|
}
|
|
1879
1878
|
|
|
1880
|
-
.p-select.inline .p-select-label {
|
|
1881
|
-
|
|
1882
|
-
|
|
1883
|
-
|
|
1879
|
+
.p-select.inline-select .p-select-label {
|
|
1880
|
+
@apply inline-block font-semibold;
|
|
1881
|
+
font-size: inherit;
|
|
1882
|
+
padding: 0 0 0 0.25em;
|
|
1884
1883
|
}
|
|
1885
1884
|
|
|
1886
|
-
.p-select.inline.inverse {
|
|
1887
|
-
|
|
1885
|
+
.p-select.inline-select.inverse {
|
|
1886
|
+
--p-select-color: var(--color-neutral-0);
|
|
1888
1887
|
--p-select-dropdown-color: var(--color-neutral-0);
|
|
1889
|
-
|
|
1888
|
+
--p-select-placeholder-color: var(--color-dark-neutral-1000);
|
|
1890
1889
|
}
|
|
1891
1890
|
|
|
1892
1891
|
|
|
1893
1892
|
|
|
1893
|
+
|
|
1894
1894
|
/* === ./components/custom/styles.css === */
|
|
1895
1895
|
|
|
1896
1896
|
/* from ./BccBadge/BccBadge.css */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcc-code/component-library-vue",
|
|
3
|
-
"version": "0.7.
|
|
3
|
+
"version": "0.7.8",
|
|
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",
|
|
@@ -86,6 +86,7 @@
|
|
|
86
86
|
"postcss": "^8.4.49",
|
|
87
87
|
"prettier": "^3.8.1",
|
|
88
88
|
"prettier-plugin-tailwindcss": "^0.7.2",
|
|
89
|
+
"remark-gfm": "^4.0.0",
|
|
89
90
|
"rimraf": "^6.0.0",
|
|
90
91
|
"storybook": "^10.0.0",
|
|
91
92
|
"typescript": "~5.7.0",
|