@mobileaction/action-kit 1.35.11 → 1.35.13

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
@@ -8015,6 +8015,7 @@ input[class^=ag-][type=range]:disabled {
8015
8015
  --ag-invalid-color: #ff6565;
8016
8016
  --ag-font-family: "Euclid Circular A";
8017
8017
  --ag-checkbox-border-radius: 4px;
8018
+ --ag-menu-min-width: 248px;
8018
8019
  }
8019
8020
 
8020
8021
  .ag-theme-ma .ag-button.ag-standard-button {
@@ -8068,7 +8069,7 @@ input[class^=ag-][type=range]:disabled {
8068
8069
  font-size: var(--ag-icon-size);
8069
8070
  }
8070
8071
  .ag-theme-ma .ag-checkbox-input-wrapper::after {
8071
- @apply text-gray-200;
8072
+ @apply text-gray-300;
8072
8073
  }
8073
8074
  .ag-theme-ma .ag-checkbox-input-wrapper.ag-checked::after {
8074
8075
  @apply text-primary-dark-blue;
@@ -8096,4 +8097,10 @@ input[class^=ag-][type=range]:disabled {
8096
8097
  }
8097
8098
  .ag-theme-ma.no-rounded .ag-root-wrapper {
8098
8099
  @apply rounded-none;
8100
+ }
8101
+ .ag-theme-ma .ag-paging-panel {
8102
+ @apply flex-wrap md:flex-nowrap justify-center md:justify-end h-16 md:h-[var(--ag-header-height)];
8103
+ }
8104
+ .ag-theme-ma .ag-paging-panel .ag-paging-page-summary-panel {
8105
+ @apply pb-1 md:pb-0;
8099
8106
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mobileaction/action-kit",
3
- "version": "1.35.11",
3
+ "version": "1.35.13",
4
4
  "main": "dist/action-kit.js",
5
5
  "module": "dist/action-kit.mjs",
6
6
  "types": "dist/index.d.ts",