@transcommerce/cwm-shared 1.1.90 → 1.1.91
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.
|
@@ -1986,7 +1986,7 @@ const DEFAULT_AUTH_CONFIG = {
|
|
|
1986
1986
|
authority: "https://login.microsoft.com/common",
|
|
1987
1987
|
scopes: "openid,email,profile",
|
|
1988
1988
|
redirect_uri: window.location.origin,
|
|
1989
|
-
logout_redirect_uri: window.location.origin + '/
|
|
1989
|
+
logout_redirect_uri: window.location.origin + '/signout',
|
|
1990
1990
|
prompt: "login",
|
|
1991
1991
|
msalDiagnosticsEnabled: false,
|
|
1992
1992
|
showPii: false,
|
|
@@ -3400,7 +3400,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3400
3400
|
footerCarouselConfig: DEFAULT_CAROUSEL_CONFIG,
|
|
3401
3401
|
footerCarouselSlideConfig: [
|
|
3402
3402
|
{
|
|
3403
|
-
"image": "../../../
|
|
3403
|
+
"image": "../../../images/sunday.png",
|
|
3404
3404
|
"title": "CBD Sunday",
|
|
3405
3405
|
"description": "20% off all CBD products & house pre-rolls",
|
|
3406
3406
|
"highlighted": false,
|
|
@@ -3408,7 +3408,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3408
3408
|
"backgroundColor": "black"
|
|
3409
3409
|
},
|
|
3410
3410
|
{
|
|
3411
|
-
"image": "../../../
|
|
3411
|
+
"image": "../../../images/new-monday.jpg",
|
|
3412
3412
|
"title": "Edible Monday",
|
|
3413
3413
|
"description": "10% off edibles",
|
|
3414
3414
|
"highlighted": false,
|
|
@@ -3416,7 +3416,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3416
3416
|
"backgroundColor": "black"
|
|
3417
3417
|
},
|
|
3418
3418
|
{
|
|
3419
|
-
"image": "../../../
|
|
3419
|
+
"image": "../../../images/tuesday.png",
|
|
3420
3420
|
"title": "Doobie Tuesday",
|
|
3421
3421
|
"description": "10% off all pre-rolls & packs<",
|
|
3422
3422
|
"highlighted": false,
|
|
@@ -3424,7 +3424,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3424
3424
|
"backgroundColor": "white"
|
|
3425
3425
|
},
|
|
3426
3426
|
{
|
|
3427
|
-
"image": "../../../
|
|
3427
|
+
"image": "../../../images/wednesday.png",
|
|
3428
3428
|
"title": "Weed Crush Wednesday",
|
|
3429
3429
|
"description": "10% off all jar bud",
|
|
3430
3430
|
"highlighted": false,
|
|
@@ -3432,7 +3432,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3432
3432
|
"backgroundColor": "white"
|
|
3433
3433
|
},
|
|
3434
3434
|
{
|
|
3435
|
-
"image": "../../../
|
|
3435
|
+
"image": "../../../images/thursday.png",
|
|
3436
3436
|
"title": "Thirsty Thursday",
|
|
3437
3437
|
"description": "10% off Tinctures, RSO & cartridges",
|
|
3438
3438
|
"highlighted": false,
|
|
@@ -3440,7 +3440,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3440
3440
|
"backgroundColor": "white"
|
|
3441
3441
|
},
|
|
3442
3442
|
{
|
|
3443
|
-
"image": "../../../
|
|
3443
|
+
"image": "../../../images/friday.png",
|
|
3444
3444
|
"title": "Fire Friday",
|
|
3445
3445
|
"description": "10% off all jar bud",
|
|
3446
3446
|
"highlighted": false,
|
|
@@ -3448,7 +3448,7 @@ const DEFAULT_CONFIGURATION = {
|
|
|
3448
3448
|
"backgroundColor": "white"
|
|
3449
3449
|
},
|
|
3450
3450
|
{
|
|
3451
|
-
"image": "../../../
|
|
3451
|
+
"image": "../../../images/saturday.png",
|
|
3452
3452
|
"title": "Shatterday Saturday",
|
|
3453
3453
|
"description": "10% off all concentrate",
|
|
3454
3454
|
"highlighted": false,
|