@sc-360-v2/storefront-cms-library 0.4.35 → 0.4.36

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.
@@ -39,6 +39,13 @@
39
39
  }
40
40
  }
41
41
 
42
+ .arrow-navigation {
43
+ pointer-events: none;
44
+ }
45
+ .arrow-navigation > button {
46
+ pointer-events: all;
47
+ }
48
+
42
49
  // &[data-view-state="full"] {
43
50
  // width: auto;
44
51
  // // height: 100%;
package/dist/login.scss CHANGED
@@ -628,11 +628,15 @@
628
628
  }
629
629
  .view__icon {
630
630
  position: absolute;
631
+ z-index: 10;
632
+ top: 39px;
631
633
  right: 10px;
632
- top: 35px;
633
634
  svg {
634
- width: 18px;
635
- height: 18px;
635
+ width: var(--_sf-hr-in-se, prepareMediaVariable(--_ctm-dn-fm-is-in-se));
636
+ height: var(--_sf-hr-in-se, prepareMediaVariable(--_ctm-dn-fm-is-in-se));
637
+ path {
638
+ stroke: var(--_sf-hr-in-c1, prepareMediaVariable(--_ctm-dn-fm-is-in-c1));
639
+ }
636
640
  }
637
641
  }
638
642
  }
@@ -1026,6 +1030,10 @@
1026
1030
  display: flex;
1027
1031
  align-items: center;
1028
1032
  justify-content: space-between;
1033
+ padding: var(
1034
+ --_ctm-mob-dn-fm-ft-pd-ll-pg,
1035
+ var(--_ctm-tab-dn-fm-ft-pd-ll-pg, var(--_ctm-dn-fm-ft-pd-ll-pg))
1036
+ );
1029
1037
  // margin-top: 20px;
1030
1038
  .remember_block {
1031
1039
  display: flex;
@@ -68,7 +68,15 @@
68
68
  // &[data-actions-display-style="true"] {
69
69
  // flex-direction: column;
70
70
  // }
71
-
71
+ .cart-dropdown-container {
72
+ &:hover {
73
+ --_sf-hr-wh: var(
74
+ --_ctm-mob-dn-wt-hr-wh,
75
+ var(--_ctm-tab-dn-wt-hr-wh, var(--_ctm-dn-wt-hr-wh))
76
+ );
77
+ }
78
+ width: var(--_sf-hr-wh, prepareMediaVariable(--_ctm-dn-wt-dt-se-wh));
79
+ }
72
80
  &[data-display-style="Stack Horizontally"] {
73
81
  flex-direction: row;
74
82
  row-gap: var(--_ctm-mob-lt-im-vl-sg, var(--_ctm-tab-lt-im-vl-sg, var(--_ctm-lt-im-vl-sg)));
@@ -657,8 +665,8 @@
657
665
  gap: var(--_sf-hr-gp, prepareMediaVariable(--_ctm-dn-wt-dt-se-gp));
658
666
 
659
667
  padding: var(--_sf-hr-pg, prepareMediaVariable(--_ctm-dn-wt-dt-se-pg));
660
- width: var(--_sf-hr-wh, prepareMediaVariable(--_ctm-dn-wt-dt-se-wh));
661
-
668
+ // width: var(--_sf-hr-wh, prepareMediaVariable(--_ctm-dn-wt-dt-se-wh));
669
+ width: 100%;
662
670
  border-radius: var(--_sf-hr-br-rs, prepareMediaVariable(--_ctm-dn-wt-dt-se-br-rs));
663
671
 
664
672
  box-shadow: var(--_sf-hr-sw-ae, prepareMediaVariable(--_ctm-dn-wt-dt-se-sw-ae))
@@ -2128,7 +2136,7 @@
2128
2136
  // z-index: 10;
2129
2137
  position: absolute;
2130
2138
  // border: 1px solid #ccc;
2131
- min-width: 150px;
2139
+ // min-width: 150px;
2132
2140
  max-width: 200px;
2133
2141
  z-index: 1000;
2134
2142
  // left: 40px;
@@ -266,6 +266,7 @@ export declare const getDefaultData: () => {
266
266
  content: {};
267
267
  };
268
268
  key: string;
269
+ link: null;
269
270
  }[];
270
271
  property: string;
271
272
  propertyType: CMSElementEditTypes;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.35",
3
+ "version": "0.4.36",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {