@mattilsynet/design 3.0.5 → 3.0.7
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/mtds/app/app-observer.js +1 -1
- package/mtds/app/app-toggle.js +10 -26
- package/mtds/app/app-toggle.js.map +1 -1
- package/mtds/app/app-toggle2.js +26 -10
- package/mtds/app/app-toggle2.js.map +1 -1
- package/mtds/app/app.js +1 -1
- package/mtds/atlas/atlas-element.js +1 -1
- package/mtds/card/card.d.ts +1 -0
- package/mtds/card/card.js.map +1 -1
- package/mtds/card/card.stories.d.ts +1 -0
- package/mtds/deprecations.js +34 -31
- package/mtds/deprecations.js.map +1 -1
- package/mtds/dialog/dialog.stories.d.ts +1 -0
- package/mtds/index.iife.js +11 -11
- package/mtds/package.json.js +1 -1
- package/mtds/popover/popover.stories.d.ts +1 -1
- package/mtds/styles.css +1 -1
- package/package.json +10 -10
package/mtds/package.json.js
CHANGED
|
@@ -7,7 +7,7 @@ type Story = StoryObj<typeof meta>;
|
|
|
7
7
|
export declare const Default: Story;
|
|
8
8
|
export declare const React: Story;
|
|
9
9
|
export declare const Dropdown: Story;
|
|
10
|
-
export declare const
|
|
10
|
+
export declare const Placement: Story;
|
|
11
11
|
export declare const WithClose: Story;
|
|
12
12
|
export declare const WithTextInline: Story;
|
|
13
13
|
export declare const WithArrow: Story;
|