@mobileaction/action-kit 1.58.21 → 1.59.0-beta.20260807102802

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/dist/index.d.ts CHANGED
@@ -153,6 +153,7 @@ export { default as ActionKit } from './config/plugin';
153
153
  export { ActionKitSymbol } from './config/constants';
154
154
  export { useActionKit } from './config/use-action-kit';
155
155
  export { maCountry } from './lib/country/country';
156
+ export * from '@formwerk/core';
156
157
  export * from './locales/types';
157
158
  export { default as ACTION_KIT_LOCALE_EN } from './locales/en.json';
158
159
  export { default as ACTION_KIT_LOCALE_JA } from './locales/ja.json';
@@ -1,4 +1,4 @@
1
- import { g as ar } from "./index-Yo2GX1cW.js";
1
+ import { g as ar } from "./index-B7Kwo9Jd.js";
2
2
  function nr(ne, $e) {
3
3
  for (var S = 0; S < $e.length; S++) {
4
4
  const Y = $e[S];
@@ -1,4 +1,4 @@
1
- import { g as ae } from "./index-Yo2GX1cW.js";
1
+ import { g as ae } from "./index-B7Kwo9Jd.js";
2
2
  function ie(S, N) {
3
3
  for (var w = 0; w < N.length; w++) {
4
4
  const x = N[w];
@@ -1,4 +1,4 @@
1
- import { g as va } from "./index-Yo2GX1cW.js";
1
+ import { g as va } from "./index-B7Kwo9Jd.js";
2
2
  function ya(Ct, ee) {
3
3
  for (var X = 0; X < ee.length; X++) {
4
4
  const tt = ee[X];
@@ -1,4 +1,4 @@
1
- import { g as Wt } from "./index-Yo2GX1cW.js";
1
+ import { g as Wt } from "./index-B7Kwo9Jd.js";
2
2
  function Ht(L, 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-Yo2GX1cW.js";
1
+ import { g as Ct } from "./index-B7Kwo9Jd.js";
2
2
  function _t(W, R) {
3
3
  for (var X = 0; X < R.length; X++) {
4
4
  const F = R[X];
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
3
  "type": "module",
4
- "version": "1.58.21",
4
+ "version": "1.59.0-beta.20260807102802",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -55,7 +55,11 @@
55
55
  "version": "changeset version",
56
56
  "release": "yarn build:local && changeset publish"
57
57
  },
58
+ "peerDependencies": {
59
+ "@formwerk/core": "^0.14.4"
60
+ },
58
61
  "dependencies": {
62
+ "@formwerk/core": "^0.14.4",
59
63
  "@headlessui/vue": "^1.7.22",
60
64
  "@microsoft/fetch-event-source": "^2.0.1",
61
65
  "@vuepic/vue-datepicker": "^11.0.2",