@seeqdev/qomponents 0.0.179 → 0.0.180

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.
@@ -20,11 +20,6 @@ export interface SeeqActionDropdownItems {
20
20
  * Use this to customize icon appearance beyond standard styling.
21
21
  */
22
22
  iconExtraClassNames?: string;
23
- /**
24
- * Additional CSS classes to apply to the dropdown icon container.
25
- * Use this to customize the icon's appearance beyond default Seeq styling.
26
- */
27
- iconContainerExtraClassNames?: string;
28
23
  /**
29
24
  * Main display text for the dropdown item.
30
25
  * This is the primary text that users see and click on to trigger the action.