@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/CHANGELOG.md +22 -0
- package/dist/action-kit.js +2 -2
- package/dist/action-kit.mjs +140 -140
- package/dist/setting-2-linear-69dea06f.js +1 -0
- package/dist/setting-2-linear-f25343e9.mjs +16 -0
- package/dist/src/components/select/stories/group.stories.d.ts +4 -2
- package/dist/style.css +1 -1
- package/dist/table.css +8 -1
- package/package.json +1 -1
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-
|
|
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
|
}
|