@jetshop/template-trend 6.2.9 → 6.2.10-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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jetshop/template-trend",
3
- "version": "6.2.9",
3
+ "version": "6.2.10-0",
4
4
  "license": "MIT",
5
5
  "scripts": {
6
6
  "build": "react-scripts build",
@@ -45,11 +45,11 @@
45
45
  ]
46
46
  },
47
47
  "dependencies": {
48
- "@jetshop/core": "^6.2.9",
48
+ "@jetshop/core": "^6.2.10-0",
49
49
  "@jetshop/flight-shortcodes": "^2.0.10",
50
- "@jetshop/intl": "^6.2.9",
51
- "@jetshop/react-scripts": "^6.2.9",
52
- "@jetshop/ui": "^6.2.9",
50
+ "@jetshop/intl": "^6.2.10-0",
51
+ "@jetshop/react-scripts": "^6.2.10-0",
52
+ "@jetshop/ui": "^6.2.10-0",
53
53
  "@react-google-maps/api": "~2.18.1",
54
54
  "prop-types": "^15.6.2",
55
55
  "react": "^18",
package/schema.graphql CHANGED
@@ -1308,6 +1308,7 @@ type Order {
1308
1308
  currency: Currency
1309
1309
  attachments: [OrderAttachment]
1310
1310
  orderPurchaseLocation: String
1311
+ orderComments: [OrderComment]
1311
1312
  }
1312
1313
 
1313
1314
  type OrderItem {
@@ -1400,6 +1401,11 @@ type OrderAttachment {
1400
1401
  url: String
1401
1402
  }
1402
1403
 
1404
+ type OrderComment {
1405
+ title: String
1406
+ text: String
1407
+ }
1408
+
1403
1409
  type MyPagesContent {
1404
1410
  """Text that will show on the landing page on MyPages"""
1405
1411
  welcomeText: String
@@ -41,9 +41,6 @@
41
41
  "cart_total_c0110f50": {
42
42
  "message": "Cart total"
43
43
  },
44
- "categories_9d537a7a": {
45
- "message": "Categories"
46
- },
47
44
  "change_password_20192c50": {
48
45
  "message": "Change Password"
49
46
  },
@@ -227,9 +224,6 @@
227
224
  "hold_on_a_moment_a3f09a64": {
228
225
  "message": "Hold on a moment…"
229
226
  },
230
- "home_351838cd": {
231
- "message": "Home"
232
- },
233
227
  "homepage_4b84763d": {
234
228
  "message": "HOMEPAGE"
235
229
  },
@@ -242,9 +236,6 @@
242
236
  "i_want_newsletters_58c52364": {
243
237
  "message": "I want newsletters"
244
238
  },
245
- "image_not_found_2f99135": {
246
- "message": "Image Not Found"
247
- },
248
239
  "in_stock_859385c7": {
249
240
  "message": "In Stock"
250
241
  },
@@ -299,9 +290,6 @@
299
290
  "login_6f3d6249": {
300
291
  "message": "Login"
301
292
  },
302
- "login_failed_please_try_again_841d7c15": {
303
- "message": "Login failed. Please try again"
304
- },
305
293
  "look_up_my_info_6436db80": {
306
294
  "message": "Look up my info"
307
295
  },
@@ -353,12 +341,6 @@
353
341
  "newsletters_a04708fd": {
354
342
  "message": "Newsletters"
355
343
  },
356
- "next_40e12421": {
357
- "message": "Next"
358
- },
359
- "no_e16d9132": {
360
- "message": "No"
361
- },
362
344
  "no_items_in_cart_cf9df6d4": {
363
345
  "message": "No items in cart."
364
346
  },
@@ -428,9 +410,6 @@
428
410
  "package_discount_66e25640": {
429
411
  "message": "Package Discount"
430
412
  },
431
- "page_currentpage_of_totalpages_a773c744": {
432
- "message": "Page { currentPage } of { totalPages }"
433
- },
434
413
  "password_8a271b1c": {
435
414
  "message": "Password"
436
415
  },
@@ -467,15 +446,9 @@
467
446
  "postal_code_is_required_ca3b7a32": {
468
447
  "message": "Postal code is required."
469
448
  },
470
- "pre_order_date_86078d45": {
471
- "message": "Pre-order date"
472
- },
473
449
  "pre_order_date_is_required_170e38e0": {
474
450
  "message": "Pre-order date is required"
475
451
  },
476
- "prev_f82cbc48": {
477
- "message": "Prev"
478
- },
479
452
  "price_ffd8b80": {
480
453
  "message": "Price"
481
454
  },
@@ -506,9 +479,6 @@
506
479
  "productname_has_been_added_to_the_cart_fba79585": {
507
480
  "message": "{ productName } has been added to the cart"
508
481
  },
509
- "products_c5f0793": {
510
- "message": "Products"
511
- },
512
482
  "quantity_20164bff": {
513
483
  "message": "Quantity"
514
484
  },
@@ -557,9 +527,6 @@
557
527
  "select_options_9ee7b227": {
558
528
  "message": "Select options"
559
529
  },
560
- "select_pre_order_date_8c8d72b7": {
561
- "message": "Select pre-order date"
562
- },
563
530
  "select_the_variants_b3aa2844": {
564
531
  "message": "Select the variants"
565
532
  },
@@ -755,9 +722,6 @@
755
722
  "whoops_54a74974": {
756
723
  "message": "Whoops"
757
724
  },
758
- "yes_dde87d5": {
759
- "message": "Yes"
760
- },
761
725
  "you_are_now_subscribed_71495f41": {
762
726
  "message": "You are now subscribed."
763
727
  },