@mobileaction/action-kit 1.38.2-beta.0 → 1.38.2-beta.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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.38.2-beta.0",
3
+ "version": "1.38.2-beta.1",
4
4
  "type": "module",
5
5
  "main": "dist/action-kit.mjs",
6
6
  "module": "dist/action-kit.mjs",
@@ -1,17 +0,0 @@
1
- import { openBlock as l, createElementBlock as o, createElementVNode as t } from "vue";
2
- const r = {
3
- xmlns: "http://www.w3.org/2000/svg",
4
- fill: "currentColor",
5
- viewBox: "0 0 24 24"
6
- };
7
- function n(c, e) {
8
- return l(), o("svg", r, e[0] || (e[0] = [
9
- t("path", { d: "M15.712 16.773 7.227 8.288a.755.755 0 0 1 0-1.061c.29-.29.77-.29 1.06 0l8.486 8.485c.29.29.29.771 0 1.06-.29.29-.77.29-1.06 0Z" }, null, -1),
10
- t("path", { d: "M7.227 16.773a.755.755 0 0 1 0-1.06l8.485-8.486a.756.756 0 0 1 1.061 0c.29.29.29.77 0 1.06l-8.485 8.486a.754.754 0 0 1-1.06 0Z" }, null, -1)
11
- ]));
12
- }
13
- const s = { render: n };
14
- export {
15
- s as default,
16
- n as render
17
- };
@@ -1 +0,0 @@
1
- export {};
@@ -1,19 +0,0 @@
1
- import { Meta, StoryObj } from '@storybook/vue3';
2
- import MaDrawer from '@/components/drawer/index.vue';
3
- declare const meta: Meta<typeof MaDrawer>;
4
- export default meta;
5
- type Story = StoryObj<typeof MaDrawer>;
6
- export declare const Default: Story;
7
- export declare const WithNoTitle: Story;
8
- export declare const WithoutHeaderAndFooter: Story;
9
- export declare const WithHintText: Story;
10
- export declare const WithCustomWidth: Story;
11
- export declare const WithCustomHeader: Story;
12
- export declare const WithHeaderAndTabs: Story;
13
- export declare const WithScrollContent: Story;
14
- export declare const WithTopOffset: Story;
15
- export declare const WithStickyHeader: Story;
16
- export declare const WithStickyFooter: Story;
17
- export declare const WithStickyHeaderAndFooter: Story;
18
- export declare const WithAdvancedHeader: Story;
19
- export declare const WithBodyOverflow: Story;