@bcc-code/component-library-vue 0.0.0-dev.a563cb0 → 0.0.0-dev.a8d3de5
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
|
@@ -1852,6 +1852,12 @@
|
|
|
1852
1852
|
--p-form-field-lg-font-size: var(--icon-size-md);
|
|
1853
1853
|
}
|
|
1854
1854
|
|
|
1855
|
+
.p-autocomplete .p-autocomplete-clear-icon {
|
|
1856
|
+
/** middle-align the icon */
|
|
1857
|
+
top: calc(50% - var(--icon-size-sm) / 2);
|
|
1858
|
+
margin-top: 0;
|
|
1859
|
+
}
|
|
1860
|
+
|
|
1855
1861
|
.p-autocomplete-clearable .p-inputtext {
|
|
1856
1862
|
flex-grow: 1;
|
|
1857
1863
|
}
|
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.a8d3de5",
|
|
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",
|