athena-x-ai-headless 2.2.38 → 2.2.39
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/example/athena/athena.css +41 -41
- package/package.json +1 -1
|
@@ -401,11 +401,11 @@ Header
|
|
|
401
401
|
align-items: center;
|
|
402
402
|
justify-content: center;
|
|
403
403
|
margin-right: 16px;
|
|
404
|
-
background: url(
|
|
404
|
+
background: url(../../images/category-btn.svg) no-repeat center center;
|
|
405
405
|
background-color: #FFFFFF;
|
|
406
406
|
}
|
|
407
407
|
.category-navigation-btn.active-category-navigation-btn{
|
|
408
|
-
background: url(
|
|
408
|
+
background: url(../../images/category-btn-close.svg) no-repeat center center;
|
|
409
409
|
background-color: #FFFFFF;
|
|
410
410
|
}
|
|
411
411
|
.category-navigation-container.active-category-navigation-container{
|
|
@@ -449,7 +449,7 @@ Header
|
|
|
449
449
|
}
|
|
450
450
|
.category-item-arrow:after{
|
|
451
451
|
content: '';
|
|
452
|
-
background: url(
|
|
452
|
+
background: url(../../images/arrow-menu.svg) no-repeat;
|
|
453
453
|
background-position: 21px 14px;
|
|
454
454
|
height: 100%;
|
|
455
455
|
width: 100%;
|
|
@@ -497,7 +497,7 @@ Header
|
|
|
497
497
|
opacity: 1;
|
|
498
498
|
}
|
|
499
499
|
.current-active-menu.sub-category-menu-open > .category-item-arrow:after{
|
|
500
|
-
background: url(
|
|
500
|
+
background: url(../../images/close-menu.svg) no-repeat center;
|
|
501
501
|
background-position: 19px 14px;
|
|
502
502
|
}
|
|
503
503
|
.category-name{
|
|
@@ -588,7 +588,7 @@ Header
|
|
|
588
588
|
font-weight: 400;
|
|
589
589
|
}
|
|
590
590
|
.search-icon__autocomplete{
|
|
591
|
-
background: url(
|
|
591
|
+
background: url(../../images/search.svg) no-repeat center;
|
|
592
592
|
width: 56px;
|
|
593
593
|
height: 100%;
|
|
594
594
|
outline: 0;
|
|
@@ -628,7 +628,7 @@ Header
|
|
|
628
628
|
opacity: 50%;
|
|
629
629
|
}
|
|
630
630
|
.visual-similarity__camera-button{
|
|
631
|
-
background: url(
|
|
631
|
+
background: url(../../images/camera.svg) no-repeat center;
|
|
632
632
|
width: 30px;
|
|
633
633
|
height: 100%;
|
|
634
634
|
outline: 0;
|
|
@@ -642,7 +642,7 @@ Header
|
|
|
642
642
|
right: 15px;
|
|
643
643
|
}
|
|
644
644
|
.open-visual-box .visual-similarity__camera-button{
|
|
645
|
-
background: url(
|
|
645
|
+
background: url(../../images/camera-active.svg) no-repeat center;
|
|
646
646
|
}
|
|
647
647
|
.microphone-container{
|
|
648
648
|
width: 30px;
|
|
@@ -669,7 +669,7 @@ Header
|
|
|
669
669
|
}
|
|
670
670
|
.athena-search-suggestion__tab-image{
|
|
671
671
|
display: block;
|
|
672
|
-
background: url(
|
|
672
|
+
background: url(../../images/search-suggestion-tab-image.svg) no-repeat;
|
|
673
673
|
width: 20px;
|
|
674
674
|
height: 10px;
|
|
675
675
|
}
|
|
@@ -679,7 +679,7 @@ Header
|
|
|
679
679
|
right: 115px;
|
|
680
680
|
width: 24px;
|
|
681
681
|
height: 24px;
|
|
682
|
-
background: url(
|
|
682
|
+
background: url(../../images/cancel-search.svg) no-repeat center;
|
|
683
683
|
cursor: pointer;
|
|
684
684
|
display: none;
|
|
685
685
|
}
|
|
@@ -925,7 +925,7 @@ Autocomplete Container
|
|
|
925
925
|
.product-info-close-button-autocomplete:after{
|
|
926
926
|
content: '';
|
|
927
927
|
position: absolute;
|
|
928
|
-
background: url(
|
|
928
|
+
background: url(../../images/remove-filter.svg) no-repeat center;
|
|
929
929
|
width: 11px;
|
|
930
930
|
height: 11px;
|
|
931
931
|
top: 50%;
|
|
@@ -1326,7 +1326,7 @@ Autocomplete Layout 3
|
|
|
1326
1326
|
left: 7px;
|
|
1327
1327
|
width: 16px;
|
|
1328
1328
|
height: 16px;
|
|
1329
|
-
background: url(
|
|
1329
|
+
background: url(../../images/search-input.svg) no-repeat center;
|
|
1330
1330
|
}
|
|
1331
1331
|
/* Center */
|
|
1332
1332
|
.autocomplete-l3__content{
|
|
@@ -1369,7 +1369,7 @@ Autocomplete Layout 3
|
|
|
1369
1369
|
.autocomplete-l3__filters-container .autocomplete-l3__ajax-remove:before{
|
|
1370
1370
|
content: '';
|
|
1371
1371
|
position: absolute;
|
|
1372
|
-
background: url(
|
|
1372
|
+
background: url(../../images/remove-filter.svg) no-repeat center;
|
|
1373
1373
|
width: 11px;
|
|
1374
1374
|
height: 11px;
|
|
1375
1375
|
top: 50%;
|
|
@@ -1696,7 +1696,7 @@ Visual similarity search
|
|
|
1696
1696
|
display: flex;
|
|
1697
1697
|
justify-content: center;
|
|
1698
1698
|
margin-bottom: 30px;
|
|
1699
|
-
background: url(
|
|
1699
|
+
background: url(../../images/drag-drop-img-icon.svg) no-repeat center;
|
|
1700
1700
|
width: 100%;
|
|
1701
1701
|
height: 114px;
|
|
1702
1702
|
}
|
|
@@ -1720,12 +1720,12 @@ Visual similarity search
|
|
|
1720
1720
|
align-items: center;
|
|
1721
1721
|
}
|
|
1722
1722
|
.visual-similarity__upload-container{
|
|
1723
|
-
background: url(
|
|
1723
|
+
background: url(../../images/upload-file-icon.svg) no-repeat center;
|
|
1724
1724
|
width: 22px;
|
|
1725
1725
|
height: 16px;
|
|
1726
1726
|
}
|
|
1727
1727
|
.visual-similarity__camera-container{
|
|
1728
|
-
background: url(
|
|
1728
|
+
background: url(../../images/camera-small.svg) no-repeat center;
|
|
1729
1729
|
width: 20px;
|
|
1730
1730
|
height: 20px;
|
|
1731
1731
|
}
|
|
@@ -1750,18 +1750,18 @@ Visual similarity search
|
|
|
1750
1750
|
}
|
|
1751
1751
|
.visual-similarity__paste-url-paste-icon{
|
|
1752
1752
|
cursor: pointer;
|
|
1753
|
-
background: url(
|
|
1753
|
+
background: url(../../images/paste-icon.svg) no-repeat center;
|
|
1754
1754
|
width: 13px;
|
|
1755
1755
|
height: 22px;
|
|
1756
1756
|
}
|
|
1757
1757
|
.visual-similarity__paste-url-x-icon{
|
|
1758
1758
|
cursor: pointer;
|
|
1759
|
-
background: url(
|
|
1759
|
+
background: url(../../images/x-icon-new.svg) no-repeat center;
|
|
1760
1760
|
width: 13px;
|
|
1761
1761
|
height: 22px;
|
|
1762
1762
|
}
|
|
1763
1763
|
.visual-similarity__paste-url-input-error .visual-similarity__paste-url-x-icon{
|
|
1764
|
-
background: url(
|
|
1764
|
+
background: url(../../images/x-icon-new-red.svg) no-repeat center;
|
|
1765
1765
|
}
|
|
1766
1766
|
.visual-similarity__paste-url-search-container{
|
|
1767
1767
|
height: 44px;
|
|
@@ -1790,7 +1790,7 @@ Visual similarity search
|
|
|
1790
1790
|
}
|
|
1791
1791
|
.visual-similarity__paste-url-search-label div{
|
|
1792
1792
|
width: 19px;
|
|
1793
|
-
background: url(
|
|
1793
|
+
background: url(../../images/search-icon-small.svg) no-repeat center;
|
|
1794
1794
|
height: 19px;
|
|
1795
1795
|
}
|
|
1796
1796
|
.visual-similarity__paste-url-error-message,
|
|
@@ -2168,7 +2168,7 @@ Find Visual Similar
|
|
|
2168
2168
|
width: 19px;
|
|
2169
2169
|
height: 13px;
|
|
2170
2170
|
display: block;
|
|
2171
|
-
background: url(
|
|
2171
|
+
background: url(../../images/visually-similar.svg) no-repeat center center;
|
|
2172
2172
|
content: "";
|
|
2173
2173
|
position: absolute;
|
|
2174
2174
|
top: 16px;
|
|
@@ -2217,7 +2217,7 @@ Find Visual Similar
|
|
|
2217
2217
|
height: 34px;
|
|
2218
2218
|
display: block;
|
|
2219
2219
|
|
|
2220
|
-
background: url(
|
|
2220
|
+
background: url(../../images/ai-assistant-bag.svg) no-repeat center center;
|
|
2221
2221
|
background-size: contain;
|
|
2222
2222
|
}
|
|
2223
2223
|
|
|
@@ -2703,7 +2703,7 @@ Product Content
|
|
|
2703
2703
|
padding-top: 10px;
|
|
2704
2704
|
padding-bottom: 10px;
|
|
2705
2705
|
padding-left: 20px;
|
|
2706
|
-
background: url(
|
|
2706
|
+
background: url(../../images/edit.svg) no-repeat left center;
|
|
2707
2707
|
}
|
|
2708
2708
|
.athena-filter-container{
|
|
2709
2709
|
display: none;
|
|
@@ -2988,7 +2988,7 @@ Product Content
|
|
|
2988
2988
|
font-weight: bold;
|
|
2989
2989
|
}
|
|
2990
2990
|
.search-icon-grey{
|
|
2991
|
-
background: url(
|
|
2991
|
+
background: url(../../images/search-icon-grey.svg) no-repeat center;
|
|
2992
2992
|
min-width: 14.5px;
|
|
2993
2993
|
min-height: 14.5px;
|
|
2994
2994
|
width: 14.5px;
|
|
@@ -2997,12 +2997,12 @@ Product Content
|
|
|
2997
2997
|
top: -2px;
|
|
2998
2998
|
}
|
|
2999
2999
|
.athena-search-results-icon{
|
|
3000
|
-
background: url(
|
|
3000
|
+
background: url(../../images/search-results-back.svg) no-repeat center;
|
|
3001
3001
|
width: 12px;
|
|
3002
3002
|
height: 12px;
|
|
3003
3003
|
}
|
|
3004
3004
|
.continuous-voice-icon{
|
|
3005
|
-
background: url(
|
|
3005
|
+
background: url(../../images/continuous-voice.svg) no-repeat center;
|
|
3006
3006
|
width: 13px;
|
|
3007
3007
|
height: 16px;
|
|
3008
3008
|
}
|
|
@@ -3041,7 +3041,7 @@ Product Content
|
|
|
3041
3041
|
.athena-search-active-filters .active-filter-item:before{
|
|
3042
3042
|
content: '';
|
|
3043
3043
|
position: absolute;
|
|
3044
|
-
background: url(
|
|
3044
|
+
background: url(../../images/remove-filter.svg) no-repeat center;
|
|
3045
3045
|
width: 11px;
|
|
3046
3046
|
height: 11px;
|
|
3047
3047
|
top: 50%;
|
|
@@ -3106,7 +3106,7 @@ Product Content
|
|
|
3106
3106
|
margin-right: 20px;
|
|
3107
3107
|
}
|
|
3108
3108
|
.athena-search-view .view-mode span[data-view-mode="grid"]{
|
|
3109
|
-
background: url(
|
|
3109
|
+
background: url(../../images/grid-icon.svg) no-repeat center;
|
|
3110
3110
|
background-size: contain;
|
|
3111
3111
|
text-indent: -9999px;
|
|
3112
3112
|
display: block;
|
|
@@ -3119,7 +3119,7 @@ Product Content
|
|
|
3119
3119
|
opacity: 1;
|
|
3120
3120
|
}
|
|
3121
3121
|
.athena-search-view .view-mode span[data-view-mode="list"]{
|
|
3122
|
-
background: url(
|
|
3122
|
+
background: url(../../images/list-icon.svg) no-repeat center;
|
|
3123
3123
|
background-size: contain;
|
|
3124
3124
|
text-indent: -9999px;
|
|
3125
3125
|
display: block;
|
|
@@ -3281,7 +3281,7 @@ Product Content
|
|
|
3281
3281
|
.product-info-close-button:after {
|
|
3282
3282
|
content: '';
|
|
3283
3283
|
position: absolute;
|
|
3284
|
-
background: url(
|
|
3284
|
+
background: url(../../images/remove-filter.svg) no-repeat center;
|
|
3285
3285
|
width: 11px;
|
|
3286
3286
|
height: 11px;
|
|
3287
3287
|
top: 50%;
|
|
@@ -3646,7 +3646,7 @@ Responsive
|
|
|
3646
3646
|
position: absolute;
|
|
3647
3647
|
top: 13px;
|
|
3648
3648
|
left: 21px;
|
|
3649
|
-
background: url(
|
|
3649
|
+
background: url(../../images/filter-opener.svg) no-repeat center;
|
|
3650
3650
|
background-size: cover;
|
|
3651
3651
|
display: block;
|
|
3652
3652
|
width: 18px;
|
|
@@ -3657,7 +3657,7 @@ Responsive
|
|
|
3657
3657
|
position: absolute;
|
|
3658
3658
|
top: 13px;
|
|
3659
3659
|
left: 21px;
|
|
3660
|
-
background: url(
|
|
3660
|
+
background: url(../../images/filter-opener-active.svg) no-repeat center;
|
|
3661
3661
|
background-size: cover;
|
|
3662
3662
|
display: block;
|
|
3663
3663
|
width: 20px;
|
|
@@ -5293,7 +5293,7 @@ span.cropper-line.line-s{
|
|
|
5293
5293
|
.home-banner{
|
|
5294
5294
|
margin-top: 45px;
|
|
5295
5295
|
aspect-ratio: 1600 / 540;
|
|
5296
|
-
background: url(
|
|
5296
|
+
background: url(../../images/home-page-banner.jpeg) no-repeat center center;
|
|
5297
5297
|
background-size: cover;
|
|
5298
5298
|
position: relative;
|
|
5299
5299
|
display: flex;
|
|
@@ -5413,7 +5413,7 @@ span.cropper-line.line-s{
|
|
|
5413
5413
|
left: 0;
|
|
5414
5414
|
width: 100%;
|
|
5415
5415
|
height: 100%;
|
|
5416
|
-
background-image: url(
|
|
5416
|
+
background-image: url(../../images/stories/story-background.png);
|
|
5417
5417
|
background-position: center;
|
|
5418
5418
|
background-repeat: no-repeat;
|
|
5419
5419
|
background-size: cover;
|
|
@@ -5495,7 +5495,7 @@ span.cropper-line.line-s{
|
|
|
5495
5495
|
display: none;
|
|
5496
5496
|
}
|
|
5497
5497
|
.athena-stories-recommender-content .blaze-prev{
|
|
5498
|
-
background: url(
|
|
5498
|
+
background: url(../../images/stories/blaze-prev.png) no-repeat center center;
|
|
5499
5499
|
background-size: contain;
|
|
5500
5500
|
}
|
|
5501
5501
|
.athena-stories-recommender-content .blaze-next{
|
|
@@ -5510,7 +5510,7 @@ span.cropper-line.line-s{
|
|
|
5510
5510
|
display: none;
|
|
5511
5511
|
}
|
|
5512
5512
|
.athena-stories-recommender-content .blaze-next{
|
|
5513
|
-
background: url(
|
|
5513
|
+
background: url(../../images/stories/blaze-next.png) no-repeat center center;
|
|
5514
5514
|
background-size: contain;
|
|
5515
5515
|
}
|
|
5516
5516
|
|
|
@@ -5521,7 +5521,7 @@ span.cropper-line.line-s{
|
|
|
5521
5521
|
width: 40px;
|
|
5522
5522
|
height: 40px;
|
|
5523
5523
|
cursor: pointer;
|
|
5524
|
-
background: url(
|
|
5524
|
+
background: url(../../images/scroll-to-top.svg) no-repeat center center;
|
|
5525
5525
|
display: none;
|
|
5526
5526
|
z-index: 2;
|
|
5527
5527
|
}
|
|
@@ -5569,7 +5569,7 @@ span.cropper-line.line-s{
|
|
|
5569
5569
|
right: 50px;
|
|
5570
5570
|
width: 30px;
|
|
5571
5571
|
height: 25px;
|
|
5572
|
-
background: url(
|
|
5572
|
+
background: url(../../images/stories/blaze-next.png) no-repeat center center;
|
|
5573
5573
|
background-size: contain;
|
|
5574
5574
|
z-index: 10;
|
|
5575
5575
|
cursor: pointer;
|
|
@@ -5583,7 +5583,7 @@ span.cropper-line.line-s{
|
|
|
5583
5583
|
right: 50px;
|
|
5584
5584
|
width: 30px;
|
|
5585
5585
|
height: 25px;
|
|
5586
|
-
background: url(
|
|
5586
|
+
background: url(../../images/stories/blaze-prev.png) no-repeat center center;
|
|
5587
5587
|
background-size: contain;
|
|
5588
5588
|
z-index: 10;
|
|
5589
5589
|
cursor: pointer;
|
|
@@ -5619,15 +5619,15 @@ span.cropper-line.line-s{
|
|
|
5619
5619
|
transition: all 0.3s ease;
|
|
5620
5620
|
}
|
|
5621
5621
|
.athena-story-add-to-cart{
|
|
5622
|
-
background: url(
|
|
5622
|
+
background: url(../../images/stories/s-quick_cart.svg) no-repeat center center;
|
|
5623
5623
|
}
|
|
5624
5624
|
.athena-story-wishlist{
|
|
5625
|
-
background: url(
|
|
5625
|
+
background: url(../../images/stories/s-wishlist.svg) no-repeat center center;
|
|
5626
5626
|
}
|
|
5627
5627
|
.athena-story-social-container .athena-story-like{
|
|
5628
5628
|
width: 78px;
|
|
5629
5629
|
height: 78px;
|
|
5630
|
-
background: url(
|
|
5630
|
+
background: url(../../images/stories/s-like.svg) no-repeat center center;
|
|
5631
5631
|
}
|
|
5632
5632
|
.pulse-btn{
|
|
5633
5633
|
transform: scale(1.3);
|