@momentum-ui/web-components 2.23.32 → 2.23.34

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.
@@ -4,6 +4,7 @@ export declare namespace Accordion {
4
4
  const ELEMENT_base: typeof LitElement & import("../../mixins/SlottedMixin").AnyConstructor<import("../../mixins/SlottedMixin").SlotableClass & import("../../mixins/SlottedMixin").SlotableInterface>;
5
5
  export class ELEMENT extends ELEMENT_base {
6
6
  multiple: boolean;
7
+ suppressContainerFocus: boolean;
7
8
  accordionItemSlotElement: HTMLSlotElement;
8
9
  get slotItem(): HTMLSlotElement;
9
10
  filterSlotted(): HTMLElement[];
@@ -97,6 +97,7 @@ export declare namespace Button {
97
97
  activityType: string;
98
98
  iconActive: boolean;
99
99
  isActive: boolean;
100
+ ariaDescribedBy?: string;
100
101
  clickFunction?: () => void;
101
102
  isPlaceholderText?: boolean;
102
103
  button: HTMLButtonElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@momentum-ui/web-components",
3
- "version": "2.23.32",
3
+ "version": "2.23.34",
4
4
  "author": "Yana Harris",
5
5
  "license": "MIT",
6
6
  "repository": "https://github.com/momentum-design/momentum-ui.git",