@api-client/ui 0.5.55 → 0.5.56

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@api-client/ui",
3
- "version": "0.5.55",
3
+ "version": "0.5.56",
4
4
  "description": "Internal UI component library for the API Client ecosystem.",
5
5
  "license": "UNLICENSED",
6
6
  "main": "build/src/index.js",
@@ -156,7 +156,7 @@ export default css`
156
156
  gap: 8px;
157
157
  }
158
158
 
159
- :host slot[name='end']::slotted(*) {
159
+ :host slot[name='end']::slotted(:not(ui-button):not(ui-checkbox):not(ui-switch)) {
160
160
  color: var(--md-sys-color-on-surface-variant);
161
161
  fill: var(--md-sys-color-on-surface-variant);
162
162
  }