@mobileaction/action-kit 1.55.19-beta.0 → 1.56.1-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.
Files changed (38) hide show
  1. package/CHANGELOG.md +60 -0
  2. package/dist/action-kit.mjs +111 -109
  3. package/dist/{annotations-Diz_eJW7.js → annotations-DzxKra_-.js} +1 -1
  4. package/dist/components/device-preview/components/AppDetailPreview.vue.d.ts +6 -0
  5. package/dist/components/device-preview/components/AppTodayTabPreview.vue.d.ts +3 -0
  6. package/dist/components/device-preview/components/ProductPages.vue.d.ts +5 -0
  7. package/dist/components/device-preview/components/SearchResults.vue.d.ts +6 -0
  8. package/dist/components/device-preview/components/SearchTab.vue.d.ts +6 -0
  9. package/dist/components/device-preview/components/TodayTab.vue.d.ts +6 -0
  10. package/dist/components/device-preview/composables/useDevicePreviewScale.d.ts +6 -0
  11. package/dist/components/device-preview/constants.d.ts +55 -0
  12. package/dist/components/{ios-device-preview → device-preview}/stories/product-pages.stories.d.ts +3 -3
  13. package/dist/components/{ios-device-preview → device-preview}/stories/search-results.stories.d.ts +3 -3
  14. package/dist/components/{ios-device-preview → device-preview}/stories/search-tab.stories.d.ts +3 -3
  15. package/dist/components/{ios-device-preview → device-preview}/stories/today-tab.stories.d.ts +3 -3
  16. package/dist/components/device-preview/types.d.ts +47 -0
  17. package/dist/{export-data-DqHZSkAj.js → export-data-B7wYF5EQ.js} +1 -1
  18. package/dist/{exporting-Chvci4JZ.js → exporting-B0cCEyyg.js} +1 -1
  19. package/dist/{funnel-DYDOuv50.js → funnel-DTHaLuEK.js} +1 -1
  20. package/dist/{index-Gat-TPjQ.js → index-C8r4OcCO.js} +4822 -4837
  21. package/dist/index.d.ts +8 -7
  22. package/dist/{map-BRCqL6kP.js → map-C_BILLYp.js} +1 -1
  23. package/dist/{offline-exporting-Br8nL6Nd.js → offline-exporting-8t0G_rUZ.js} +1 -1
  24. package/dist/{stock-VKF78YNp.js → stock-DyTZKEyb.js} +1 -1
  25. package/dist/style.css +1 -1
  26. package/dist/{venn-C-8i4WO4.js → venn-DfFwIzSQ.js} +1 -1
  27. package/dist/{wordcloud-C1g6aZDK.js → wordcloud-Hu3_8VaC.js} +1 -1
  28. package/package.json +2 -2
  29. package/dist/components/ios-device-preview/components/AppDetailPreview.vue.d.ts +0 -7
  30. package/dist/components/ios-device-preview/components/AppTodayTabPreview.vue.d.ts +0 -5
  31. package/dist/components/ios-device-preview/components/ProductPages.vue.d.ts +0 -6
  32. package/dist/components/ios-device-preview/components/SearchResults.vue.d.ts +0 -7
  33. package/dist/components/ios-device-preview/components/SearchTab.vue.d.ts +0 -7
  34. package/dist/components/ios-device-preview/components/TodayTab.vue.d.ts +0 -7
  35. package/dist/components/ios-device-preview/composables/useDevicePreviewScale.d.ts +0 -10
  36. package/dist/components/ios-device-preview/index.vue.d.ts +0 -15
  37. package/dist/components/ios-device-preview/types.d.ts +0 -96
  38. /package/dist/components/{ios-device-preview → device-preview}/stories/constants.d.ts +0 -0
@@ -1,4 +1,4 @@
1
- import { g as Ut } from "./index-Gat-TPjQ.js";
1
+ import { g as Ut } from "./index-C8r4OcCO.js";
2
2
  function qt(S, q) {
3
3
  for (var M = 0; M < q.length; M++) {
4
4
  const P = q[M];
@@ -1,4 +1,4 @@
1
- import { g as Ct } from "./index-Gat-TPjQ.js";
1
+ import { g as Ct } from "./index-C8r4OcCO.js";
2
2
  function _t(W, R) {
3
3
  for (var T = 0; T < R.length; T++) {
4
4
  const v = R[T];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.55.19-beta.0",
4
+ "version": "1.56.1-beta.01",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -34,7 +34,7 @@
34
34
  "dist"
35
35
  ],
36
36
  "engines": {
37
- "node": "22.x"
37
+ "node": ">=22"
38
38
  },
39
39
  "scripts": {
40
40
  "dev": "storybook dev -p 6006",
@@ -1,7 +0,0 @@
1
- import type { MaIOSDeviceAppDetailProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<MaIOSDeviceAppDetailProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDeviceAppDetailProps> & Readonly<{}>, {
3
- app: import("../types").AppInfo;
4
- device: import("../types").DeviceType;
5
- displayType: import("../types").DisplayType;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
@@ -1,5 +0,0 @@
1
- import type { MaIOSDeviceAppTodayTabProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<MaIOSDeviceAppTodayTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDeviceAppTodayTabProps> & Readonly<{}>, {
3
- app: import("../types").AppInfo;
4
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
5
- export default _default;
@@ -1,6 +0,0 @@
1
- import type { MaIOSDeviceProductPagesProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<MaIOSDeviceProductPagesProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDeviceProductPagesProps> & Readonly<{}>, {
3
- app: import("../types").AppInfo;
4
- device: import("../types").DeviceType;
5
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
6
- export default _default;
@@ -1,7 +0,0 @@
1
- import type { MaIOSDeviceSearchResultsProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<MaIOSDeviceSearchResultsProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDeviceSearchResultsProps> & Readonly<{}>, {
3
- app: import("../types").AppInfo;
4
- device: import("../types").DeviceType;
5
- displayType: import("../types").DisplayType;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
@@ -1,7 +0,0 @@
1
- import type { MaIOSDeviceSearchTabProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<MaIOSDeviceSearchTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDeviceSearchTabProps> & Readonly<{}>, {
3
- app: import("../types").AppInfo;
4
- displayMode: import("../types").DisplayMode;
5
- device: import("../types").DeviceType;
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
@@ -1,7 +0,0 @@
1
- import type { MaIOSDeviceTodayTabProps } from '../types';
2
- declare const _default: import("vue").DefineComponent<MaIOSDeviceTodayTabProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDeviceTodayTabProps> & Readonly<{}>, {
3
- app: import("../types").AppInfo;
4
- displayMode: import("../types").DisplayMode;
5
- device: "iphone";
6
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
7
- export default _default;
@@ -1,10 +0,0 @@
1
- import type { Ref } from 'vue';
2
- /**
3
- * Composable for responsive scaling of device preview components
4
- * Calculates scale factor based on container width vs base device width
5
- */
6
- export declare function useDevicePreviewScale(baseWidth: Ref<number>): {
7
- containerRef: Ref<HTMLElement, HTMLElement>;
8
- contentScale: Ref<number, number>;
9
- defaultWidth: import("vue").ComputedRef<string>;
10
- };
@@ -1,15 +0,0 @@
1
- import type { MaIOSDevicePreviewProps } from './types';
2
- declare var __VLS_1: {};
3
- type __VLS_Slots = {} & {
4
- default?: (props: typeof __VLS_1) => any;
5
- };
6
- declare const __VLS_component: import("vue").DefineComponent<MaIOSDevicePreviewProps, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<MaIOSDevicePreviewProps> & Readonly<{}>, {
7
- app: import("./types").AppInfo;
8
- }, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
9
- declare const _default: __VLS_WithSlots<typeof __VLS_component, __VLS_Slots>;
10
- export default _default;
11
- type __VLS_WithSlots<T, S> = T & {
12
- new (): {
13
- $slots: S;
14
- };
15
- };
@@ -1,96 +0,0 @@
1
- export declare const DeviceTypes: readonly ["iphone", "ipad"];
2
- export type DeviceType = (typeof DeviceTypes)[number];
3
- export declare const DisplayTypes: readonly ["images", "text", "default"];
4
- export type DisplayType = (typeof DisplayTypes)[number];
5
- export declare const DisplayModes: readonly ["mock", "preview"];
6
- export type DisplayMode = (typeof DisplayModes)[number];
7
- export declare const PageTypes: readonly ["today-tab", "search-tab", "search-results", "product-pages"];
8
- export type PageType = (typeof PageTypes)[number];
9
- export declare const DeviceWidth: {
10
- readonly iphone: 246;
11
- readonly ipad: 491;
12
- };
13
- export interface AppInfo {
14
- name: string;
15
- subtitle: string;
16
- developerName: string;
17
- category: string;
18
- iconUrl: string;
19
- screenshots?: string[];
20
- description?: string;
21
- [key: string]: unknown;
22
- }
23
- export interface MaIOSDevicePreviewProps {
24
- app?: AppInfo;
25
- }
26
- export interface MaIOSDeviceTodayTabProps {
27
- app?: AppInfo;
28
- displayMode?: DisplayMode;
29
- device?: 'iphone';
30
- }
31
- export interface MaIOSDeviceSearchTabProps {
32
- app?: AppInfo;
33
- displayMode?: DisplayMode;
34
- device?: DeviceType;
35
- }
36
- export interface MaIOSDeviceSearchResultsProps {
37
- app?: AppInfo;
38
- device?: DeviceType;
39
- displayType?: DisplayType;
40
- }
41
- export interface MaIOSDeviceProductPagesProps {
42
- app?: AppInfo;
43
- device?: DeviceType;
44
- }
45
- export interface MaIOSDeviceAppDetailProps {
46
- app?: AppInfo;
47
- device?: DeviceType;
48
- displayType?: DisplayType;
49
- }
50
- export interface MaIOSDeviceAppTodayTabProps {
51
- app?: AppInfo;
52
- }
53
- /**
54
- * Asset URLs for iOS device frames and preview images
55
- * All assets are hosted on Apple's CDN
56
- */
57
- export declare const ASSETS: {
58
- readonly DEVICE_FRAME: {
59
- readonly IPHONE: "src/components/ios-device-preview/assets/images/iphone-device-frame.png";
60
- };
61
- readonly TODAY_TAB: {
62
- readonly MOCK: {
63
- readonly VIDEO: "src/components/ios-device-preview/assets/images/today-tab-preview-video.mp4";
64
- };
65
- readonly PREVIEW: {
66
- readonly IPHONE: "src/components/ios-device-preview/assets/images/today-tab-iphone-frame.png";
67
- };
68
- };
69
- readonly SEARCH_TAB: {
70
- readonly MOCK: {
71
- readonly IMAGE: "src/components/ios-device-preview/assets/images/search-tab-preview.png";
72
- };
73
- readonly PREVIEW: {
74
- readonly IPHONE: "src/components/ios-device-preview/assets/images/search-tab-iphone-frame.png";
75
- readonly IPAD: "src/components/ios-device-preview/assets/images/search-tab-ipad-frame.png";
76
- };
77
- };
78
- readonly SEARCH_RESULTS: {
79
- readonly PREVIEW: {
80
- readonly IPHONE: {
81
- readonly IMAGES: "src/components/ios-device-preview/assets/images/search-results-iphone-frame-images.png";
82
- readonly TEXT: "src/components/ios-device-preview/assets/images/search-results-iphone-frame-text.png";
83
- };
84
- readonly IPAD: {
85
- readonly IMAGES: "src/components/ios-device-preview/assets/images/search-results-ipad-frame-images.png";
86
- readonly TEXT: "src/components/ios-device-preview/assets/images/search-results-ipad-frame-text.png";
87
- };
88
- };
89
- };
90
- readonly PRODUCT_PAGES: {
91
- readonly PREVIEW: {
92
- readonly IPHONE: "src/components/ios-device-preview/assets/images/product-pages-iphone-frame.png";
93
- readonly IPAD: "src/components/ios-device-preview/assets/images/product-pages-ipad-frame.png";
94
- };
95
- };
96
- };