@solcre-org/core-ui 2.15.5 → 2.15.7

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/index.d.ts CHANGED
@@ -2260,6 +2260,8 @@ interface TableFixedActionsConfig<T = any> {
2260
2260
  customFixedActions?: FixedActionConfig<T>[];
2261
2261
  mobileModalTitle?: string;
2262
2262
  mobileModalSubtitle?: string;
2263
+ customActionsMobileModalTitle?: string | ((row: T) => string);
2264
+ customActionsMobileModalSubtitle?: string | ((row: T) => string);
2263
2265
  showOnlyInMobile?: boolean;
2264
2266
  position?: FixedActionPosition;
2265
2267
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@solcre-org/core-ui",
3
- "version": "2.15.5",
3
+ "version": "2.15.7",
4
4
  "private": false,
5
5
  "publishConfig": {
6
6
  "access": "public"