@asdp/ferryui 0.1.22-dev.9182 → 0.1.22-dev.9197

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.mts CHANGED
@@ -529,6 +529,7 @@ interface CardServiceMenuLabels {
529
529
  hotelDescription: string;
530
530
  otherLabel: string;
531
531
  otherDescription: string;
532
+ modalTitle: string;
532
533
  serviceAriaLabel: string;
533
534
  }
534
535
  interface CardServiceMenuProps {
package/dist/index.d.ts CHANGED
@@ -529,6 +529,7 @@ interface CardServiceMenuLabels {
529
529
  hotelDescription: string;
530
530
  otherLabel: string;
531
531
  otherDescription: string;
532
+ modalTitle: string;
532
533
  serviceAriaLabel: string;
533
534
  }
534
535
  interface CardServiceMenuProps {