@ctrliq/quantic-components 1.62.2 → 1.63.1

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.
@@ -6,5 +6,5 @@ export declare class IconBase extends QuanticElement {
6
6
  role: string;
7
7
  size: IconSize | number;
8
8
  strokeWidth?: number;
9
- updated(changed: Map<string, number | IconSize>): void;
9
+ willUpdate(changed: Map<string, number | IconSize>): void;
10
10
  }
@@ -15,4 +15,5 @@ export declare const FocusedVariant: import("../shared/story").StoryObject<objec
15
15
  export declare const FocusedVariantWithTopbar: import("../shared/story").StoryObject<object>;
16
16
  export declare const ToggleableSidebar: import("../shared/story").StoryObject<object>;
17
17
  export declare const WithToolbar: import("../shared/story").StoryObject<object>;
18
+ export declare const SidebarWithStickyHeader: import("../shared/story").StoryObject<object>;
18
19
  export declare const FilledPageWithSplitter: import("../shared/story").StoryObject<object>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ctrliq/quantic-components",
3
- "version": "1.62.2",
3
+ "version": "1.63.1",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/types/index.d.ts",
6
6
  "exports": {