@sc-360-v2/storefront-cms-library 0.2.46 → 0.2.49

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.
@@ -575,16 +575,17 @@
575
575
  margin-left: calc(var(--thumbs-slide-spacing) * -1);
576
576
  gap: var(--_ctm-lt-tl-sg);
577
577
  width: 100%;
578
- // justify-content: center;
578
+ justify-content: center;
579
579
  // height: 200px;
580
580
 
581
581
  .embla__thumbs__slide {
582
- min-width: var(--_ctm-lt-tl-se);
582
+ // min-width: var(--_ctm-lt-tl-se);
583
583
  max-width: var(--_ctm-lt-tl-se);
584
584
  height: var(--_ctm-lt-tl-se);
585
585
  & img {
586
586
  width: 100%;
587
587
  height: 100%;
588
+ object-fit: contain;
588
589
  }
589
590
  }
590
591
  }
@@ -592,6 +593,9 @@
592
593
  }
593
594
 
594
595
  .gallery__slide {
596
+ img[data-has-link="true"] {
597
+ cursor: pointer;
598
+ }
595
599
  width: 100%;
596
600
  height: 100%;
597
601
  display: flex;
@@ -660,7 +664,7 @@
660
664
  // }
661
665
  }
662
666
  > img {
663
- object-fit: cover;
667
+ object-fit: contain;
664
668
  }
665
669
  &[data-text-position="On Image"] {
666
670
  .gallery-header {
package/dist/profile.scss CHANGED
@@ -19,14 +19,38 @@
19
19
  --_show-shadow: none;
20
20
  }
21
21
 
22
- .icon {
23
- width: 50px;
24
- height: 50px;
25
- }
22
+ .profile__section {
23
+ display: flex;
24
+ align-items: center;
25
+ gap: 8px;
26
+ svg {
27
+ path {
28
+ stroke: #fff;
29
+ }
30
+ }
31
+ .profile__content {
32
+ font-size: 14px;
33
+ display: flex;
34
+ flex-direction: column;
35
+ list-style: none;
36
+ line-height: 18px;
37
+ color: #fff;
26
38
 
27
- .profile-name {
28
- font-size: 1rem;
29
- font-weight: bold;
39
+ .profile__icon {
40
+ font-weight: 600;
41
+ font-size: 16px;
42
+ }
43
+ }
30
44
  }
45
+
46
+ // .icon {
47
+ // width: 50px;
48
+ // height: 50px;
49
+ // }
50
+
51
+ // .profile-name {
52
+ // font-size: 1rem;
53
+ // font-weight: bold;
54
+ // }
31
55
  }
32
56
  }
package/dist/sort.scss CHANGED
@@ -38,7 +38,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
38
38
  align-items: center;
39
39
  width: 100%;
40
40
  .value__selected {
41
- // width: 100%;
41
+ width: 100%;
42
42
  }
43
43
 
44
44
  &.open .list {
@@ -300,7 +300,6 @@
300
300
  --_show-border-im-se,
301
301
  var(--_ctm-dn-se-on-ve-se-dt-se-br-wh, var(--_tst-dn-br-wh))
302
302
  );
303
- border-radius: var(--_ctm-dn-se-on-ve-se-dt-se-br-rs, var(--_tst-dn-br-rs));
304
303
  box-shadow: var(
305
304
  --_show-shadow-im-se,
306
305
  var(--_ctm-dn-se-on-ve-se-dt-se-sw-ae, var(--_tst-dn-sw-ae))
@@ -309,6 +308,16 @@
309
308
  var(--_ctm-dn-se-on-ve-se-dt-se-sw-cr, var(--_tst-dn-sw-cr))
310
309
  );
311
310
  border-radius: var(--_ctm-dn-se-on-ve-se-dt-se-br-rs);
311
+ &[data-dt-se-bd-se="circle"] {
312
+ border-radius: 999px;
313
+ }
314
+ &[data-dt-se-bd-se="square"],
315
+ &[data-dt-se-bd-se="none"] {
316
+ border-radius: 0;
317
+ }
318
+ &[data-dt-se-bd-se="rounded"] {
319
+ border-radius: var(--_ctm-dn-se-on-ve-se-dt-se-br-rs, var(--_tst-dn-br-rs));
320
+ }
312
321
  background-color: var(--_ctm-dn-se-on-ve-se-dt-se-bd-cr);
313
322
  &:hover {
314
323
  border-color: var(
package/dist/widget.scss CHANGED
@@ -60,6 +60,8 @@
60
60
  @use "./past-orders.scss";
61
61
  @use "./quotes.scss";
62
62
  @use "./rfqs.scss";
63
+ @use "./allocations.scss";
63
64
  @use "./search.scss";
64
65
  @use "./layouter.scss";
65
66
  @use "./layouter-item.scss";
67
+ @use "./categoryDetails.scss";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.2.46",
3
+ "version": "0.2.49",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {