@bcc-code/component-library-vue 0.0.0-dev.a1de497 → 0.0.0-dev.a8b41df
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 +6 -0
- package/package.json +1 -1
package/dist/theme.css
CHANGED
|
@@ -1838,6 +1838,12 @@
|
|
|
1838
1838
|
flex-grow: 1;
|
|
1839
1839
|
}
|
|
1840
1840
|
|
|
1841
|
+
.p-autocomplete-chip.p-chip {
|
|
1842
|
+
padding-block-start: calc(var(--p-autocomplete-padding-y) / 2);
|
|
1843
|
+
padding-block-end: calc(var(--p-autocomplete-padding-y) / 2);
|
|
1844
|
+
border-radius: var(--p-autocomplete-chip-border-radius);
|
|
1845
|
+
}
|
|
1846
|
+
|
|
1841
1847
|
|
|
1842
1848
|
/**
|
|
1843
1849
|
GUTTER FIX
|
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.a8b41df",
|
|
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",
|