@bcc-code/component-library-vue 0.0.0-dev.5b776ec → 0.0.0-dev.7252f5d
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 +1 -1
- package/dist/index.css +1 -1
- package/dist/theme.css +9 -1
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -1840,9 +1840,17 @@
|
|
|
1840
1840
|
|
|
1841
1841
|
/** Primevue 's component is missing the gap between input and dropdown */
|
|
1842
1842
|
.p-autocomplete-overlay {
|
|
1843
|
-
margin
|
|
1843
|
+
margin: var(--p-anchor-gutter) 0;
|
|
1844
1844
|
}
|
|
1845
1845
|
|
|
1846
|
+
/**
|
|
1847
|
+
.BccSelect
|
|
1848
|
+
**/
|
|
1849
|
+
|
|
1850
|
+
/** Primevue 's component is missing the gap between input and dropdown */
|
|
1851
|
+
.p-select-overlay.p-component {
|
|
1852
|
+
margin: var(--p-anchor-gutter) 0;
|
|
1853
|
+
}
|
|
1846
1854
|
|
|
1847
1855
|
|
|
1848
1856
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcc-code/component-library-vue",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.7252f5d",
|
|
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",
|