@nysds/components 1.11.1 → 1.11.2

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.
@@ -14,8 +14,7 @@ export declare class NysAvatar extends LitElement {
14
14
  private _slotHasContent;
15
15
  /******************** Functions ********************/
16
16
  connectedCallback(): void;
17
- firstUpdated(): void;
18
- private _checkSlotContent;
17
+ private _handleSlotChange;
19
18
  private getContrastForeground;
20
19
  render(): import("lit-html").TemplateResult<1>;
21
20
  }
@@ -19,7 +19,6 @@ export declare class NysModal extends LitElement {
19
19
  constructor();
20
20
  connectedCallback(): void;
21
21
  disconnectedCallback(): void;
22
- firstUpdated(): void;
23
22
  updated(changeProps: Map<string, any>): Promise<void>;
24
23
  /******************** Functions ********************/
25
24
  private _hideBodyScroll;
@@ -8,7 +8,7 @@ export declare class NysPagination extends LitElement {
8
8
  static styles: import("lit").CSSResult;
9
9
  /**************** Lifecycle Methods ****************/
10
10
  constructor();
11
- updated(changedProps: Map<string, unknown>): void;
11
+ willUpdate(changedProps: Map<string, unknown>): void;
12
12
  connectedCallback(): void;
13
13
  /******************** Functions ********************/
14
14
  private _clampPage;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nysds/components",
3
- "version": "1.11.1",
3
+ "version": "1.11.2",
4
4
  "description": "New York State's design system and code component library.",
5
5
  "type": "module",
6
6
  "workspaces": [