@gomusdev/web-components 1.29.0 → 1.30.0

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.
@@ -1,3 +1,3 @@
1
1
  import { TicketSelectionDetails } from '../../../TicketSelectionDetails.svelte.ts';
2
2
  import { Product } from '../../../../../lib/models/cart/types.ts';
3
- export declare function selectedTime(product: Product, tsd: TicketSelectionDetails): any;
3
+ export declare function selectedTime(product: Product, tsd: TicketSelectionDetails): string | import('@internationalized/date').CalendarDate | undefined;
@@ -1098,9 +1098,9 @@ go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul > li {
1098
1098
  /*// enable text truncation*/
1099
1099
  min-width: 0;
1100
1100
  /*// Optional: single-line truncation (comment out if you want wrapping)*/
1101
- white-space: nowrap;
1102
- overflow: hidden;
1103
- text-overflow: ellipsis;
1101
+ /*white-space: ;*/
1102
+ /*overflow: hidden;*/
1103
+ /*text-overflow: ellipsis;*/
1104
1104
  }
1105
1105
 
1106
1106
  go-tickets [data-testid='tickets'] > li > article[data-go-ticket] > ul [data-go-tickets-title] {
@@ -1190,9 +1190,9 @@ go-cart {
1190
1190
  [data-go-cart-item] article > ul > li {
1191
1191
  list-style: none;
1192
1192
  min-width: 0;
1193
- white-space: nowrap;
1194
- overflow: hidden;
1195
- text-overflow: ellipsis;
1193
+ /*white-space: nowrap;*/
1194
+ /*overflow: hidden;*/
1195
+ /*text-overflow: ellipsis;*/
1196
1196
  }
1197
1197
  [data-go-cart-item] article > ul [data-go-cart-item-title] {
1198
1198
  flex: 2;