@sc-360-v2/storefront-cms-library 0.4.74 → 0.4.75

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.
@@ -75,8 +75,11 @@ $overflowSelector: ".flex__overflow";
75
75
  // font-weight: 600;
76
76
  // color: rgba(75, 69, 70, 1);
77
77
  // }
78
- .text-element {
78
+ a .text-element,
79
+ .text-element[data-has-link="true"] {
79
80
  cursor: pointer;
81
+ }
82
+ .text-element {
80
83
  word-break: break-word;
81
84
  // background-color: var(--_ctm-mob-dn-bd-cr, var(--_ctm-tab-dn-bd-cr, var(--_ctm-dn-bd-cr)));
82
85
  // padding: var(--_ctm-mob-lt-pg, var(--_ctm-tab-lt-pg, var(--_ctm-lt-pg)));
@@ -130,7 +130,7 @@
130
130
 
131
131
  .label {
132
132
  white-space: nowrap;
133
-
133
+ width: 100%;
134
134
  height: 100%;
135
135
 
136
136
  color: var(--_ctm-mob-dn-ll-cr, var(--_ctm-tab-dn-ll-cr, var(--_ctm-dn-ll-cr)));
@@ -356,7 +356,7 @@
356
356
  position: relative;
357
357
  width: 100%;
358
358
  margin-top: 0px;
359
- padding: 30px;
359
+ // padding: 30px;
360
360
  label {
361
361
  font-size: 14px;
362
362
  color: var(--_gray-700);
@@ -376,7 +376,7 @@
376
376
  align-items: center;
377
377
  padding: prepareMediaVariable(--_ctm-dn-dn-se-pg);
378
378
 
379
- width: 100%;
379
+ width: prepareMediaVariable(--_ctm-dn-dn-se-wh, 100%);
380
380
  .value__selected {
381
381
  width: 100%;
382
382
  background-color: var(
@@ -448,7 +448,7 @@
448
448
  position: absolute;
449
449
  top: 100%;
450
450
  left: 0;
451
- width: 100%;
451
+ width: prepareMediaVariable(--_ctm-dn-dn-se-wh, 100%);
452
452
  background-color: #fff;
453
453
  border-radius: 4px;
454
454
  z-index: var(--_higher-zIndex);
@@ -90,6 +90,7 @@ export interface selfDesignInterface {
90
90
  backgroundShape: CMSIBCommonInterface;
91
91
  arrowSize: CMSIBCommonInterface;
92
92
  arrowColor: CMSIBCommonInterface;
93
+ backgroundColor: CMSIBCommonInterface;
93
94
  };
94
95
  paginationDots: {
95
96
  selectorKey: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.74",
3
+ "version": "0.4.75",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {