@mobileaction/action-kit 1.55.10 → 1.55.11-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/dist/table.css CHANGED
@@ -21,6 +21,12 @@
21
21
  --ag-wrapper-border-radius: 0;
22
22
  --ag-wrapper-border: none;
23
23
  }
24
+ .ag-theme-ma--sub {
25
+ --ag-wrapper-border: 1px solid var(--ag-border-color);
26
+ --ag-wrapper-border-radius: var(--ag-border-radius);
27
+ --ag-spacing: 8px;
28
+ padding: calc(var(--ag-spacing) * 3.75);
29
+ }
24
30
  .ag-theme-ma .ag-menu .ag-menu-list .ag-menu-option {
25
31
  @apply font-normal;
26
32
  }
@@ -1,4 +1,4 @@
1
- import { g as Ut } from "./index-BeRY2xCE.js";
1
+ import { g as Ut } from "./index-BzW0O3he.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-BeRY2xCE.js";
1
+ import { g as Ct } from "./index-BzW0O3he.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.10",
4
+ "version": "1.55.11-beta.1",
5
5
  "description": "UI Component library for Mobile Action.",
6
6
  "author": "MobileAction",
7
7
  "license": "MIT",
@@ -109,7 +109,7 @@
109
109
  "storybook": "9.0.15",
110
110
  "tailwindcss": "^3.4.3",
111
111
  "typescript": "^5.6.3",
112
- "vite": "7.0.7",
112
+ "vite": "7.0.8",
113
113
  "vite-plugin-dts": "^4.3.0",
114
114
  "vite-svg-loader": "^5.1.0",
115
115
  "vitest": "2.1.9",