@sc-360-v2/storefront-cms-library 0.4.22 → 0.4.25

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.
@@ -1,5 +1,6 @@
1
1
  @use "sass:map";
2
2
  @use "sass:list";
3
+ @use "./functions.scss" as *;
3
4
 
4
5
  [data-div-type="element"] {
5
6
  &[data-element-type="countdown"] {
@@ -284,7 +285,8 @@
284
285
  h1 {
285
286
  color: var(--_ctm-mob-dn-cn-wt-cr, var(--_ctm-tab-dn-cn-wt-cr, var(--_ctm-dn-cn-wt-cr)));
286
287
 
287
- font-family: var(
288
+ font-family:
289
+ var(
288
290
  --_ctm-mob-dn-cn-wt-ft-fy,
289
291
  var(--_ctm-tab-dn-cn-wt-ft-fy, var(--_ctm-dn-cn-wt-ft-fy))
290
292
  ),
@@ -332,7 +334,8 @@
332
334
  var(--_ctm-tab-dn-cn-wt-cr-dc, var(--_ctm-dn-cn-wt-cr-dc))
333
335
  );
334
336
 
335
- font-family: var(
337
+ font-family:
338
+ var(
336
339
  --_ctm-mob-dn-cn-wt-ft-fy-dc,
337
340
  var(--_ctm-tab-dn-cn-wt-ft-fy-dc, var(--_ctm-dn-cn-wt-ft-fy-dc))
338
341
  ),
@@ -420,7 +423,8 @@
420
423
  width: 100%;
421
424
  display: inline-block;
422
425
  color: var(--_ctm-mob-dn-cr-se-cr, var(--_ctm-tab-dn-cr-se-cr, var(--_ctm-dn-cr-se-cr)));
423
- font-family: var(
426
+ font-family:
427
+ var(
424
428
  --_ctm-mob-dn-cr-se-ft-fy,
425
429
  var(--_ctm-tab-dn-cr-se-ft-fy, var(--_ctm-dn-cr-se-ft-fy))
426
430
  ),
@@ -464,7 +468,8 @@
464
468
  --_ctm-mob-dn-cr-se-cr-dc,
465
469
  var(--_ctm-tab-dn-cr-se-cr-dc, var(--_ctm-dn-cr-se-cr-dc))
466
470
  );
467
- font-family: var(
471
+ font-family:
472
+ var(
468
473
  --_ctm-mob-dn-cr-se-ft-fy-dc,
469
474
  var(--_ctm-tab-dn-cr-se-ft-fy-dc, var(--_ctm-dn-cr-se-ft-fy-dc))
470
475
  ),
@@ -513,7 +518,8 @@
513
518
 
514
519
  .countdown label {
515
520
  color: var(--_ctm-mob-dn-cr-se-cr, var(--_ctm-tab-dn-cr-se-cr, var(--_ctm-dn-cr-se-cr)));
516
- font-family: var(
521
+ font-family:
522
+ var(
517
523
  --_ctm-mob-dn-cr-se-ft-fy,
518
524
  var(--_ctm-tab-dn-cr-se-ft-fy, var(--_ctm-dn-cr-se-ft-fy))
519
525
  ),
@@ -557,7 +563,8 @@
557
563
  --_ctm-mob-dn-cr-se-cr-dc,
558
564
  var(--_ctm-tab-dn-cr-se-cr-dc, var(--_ctm-dn-cr-se-cr-dc))
559
565
  );
560
- font-family: var(
566
+ font-family:
567
+ var(
561
568
  --_ctm-mob-dn-cr-se-ft-fy-dc,
562
569
  var(--_ctm-tab-dn-cr-se-ft-fy-dc, var(--_ctm-dn-cr-se-ft-fy-dc))
563
570
  ),
@@ -597,15 +604,12 @@
597
604
  align-items: center;
598
605
  justify-content: center;
599
606
  svg {
600
- width: var(--_ctm-mob-dn-dr-se-se, var(--_ctm-tab-dn-dr-se-se, var(--_ctm-dn-dr-se-se)));
601
- height: var(--_ctm-mob-dn-dr-se-se, var(--_ctm-tab-dn-dr-se-se, var(--_ctm-dn-dr-se-se)));
607
+ width: prepareMediaVariable(--_ctm-dn-dr-se-in-se);
608
+ height: prepareMediaVariable(--_ctm-dn-dr-se-in-se);
602
609
  margin-top: 6px;
603
610
 
604
611
  path {
605
- stroke: var(
606
- --_ctm-mob-dn-dr-se-in-cr,
607
- var(--_ctm-tab-dn-dr-se-in-cr, var(--_ctm-dn-dr-se-in-cr))
608
- );
612
+ stroke: prepareMediaVariable(--_ctm-dn-dr-se-in-cr);
609
613
  }
610
614
  }
611
615
  }
@@ -118,3 +118,9 @@ export declare const overflowDefaultSchema: {
118
118
  displayScrollbar: CMSIBCommonInterface | undefined;
119
119
  maxHeight: CMSIBSizeInterface | undefined;
120
120
  };
121
+ export declare const iconProperty: {
122
+ icon: CMSIBIconInterface | undefined;
123
+ showIcon: CMSIBCommonInterface | undefined;
124
+ iconSize: CMSIBSizeInterface;
125
+ iconColor: CMSIBCommonInterface;
126
+ };
@@ -609,32 +609,11 @@ export declare const getDefaultData: () => {
609
609
  blur: import("../../interfaces/global").CMSIBSizeInterface;
610
610
  };
611
611
  dividerStyle: {
612
+ icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
613
+ showIcon: CMSIBCommonInterface | undefined;
614
+ iconSize: import("../../interfaces/global").CMSIBSizeInterface;
615
+ iconColor: CMSIBCommonInterface;
612
616
  selectorKey: SelectorKeysEnum;
613
- shape: {
614
- value: string;
615
- property: string;
616
- propertyType: CMSElementEditTypes;
617
- };
618
- size: {
619
- value: string;
620
- property: string;
621
- unit: number;
622
- propertyType: CMSElementEditTypes;
623
- };
624
- iconColor: {
625
- value: {
626
- hex: string;
627
- rgb: {
628
- r: string;
629
- g: string;
630
- b: string;
631
- a: number;
632
- };
633
- };
634
- property: string;
635
- propertyType: CMSElementEditTypes;
636
- parentRef: string;
637
- };
638
617
  };
639
618
  };
640
619
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.22",
3
+ "version": "0.4.25",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {