@sc-360-v2/storefront-cms-library 0.4.99 → 0.5.2

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.
@@ -823,8 +823,8 @@ $defaultValues: (
823
823
  font-weight: 500;
824
824
  line-height: 18px;
825
825
  // background-color: #eff8ff;
826
- @include BgColorLighter(var(--_thm-cs-at-py), 5%);
827
- color: var(--_thm-cs-at-py);
826
+ // @include BgColorLighter(var(--_thm-cs-at-py), 5%);
827
+ // color: var(--_thm-cs-at-py);
828
828
 
829
829
  display: inline-flex;
830
830
  align-items: center;
@@ -837,18 +837,20 @@ $defaultValues: (
837
837
  border-radius: 50%;
838
838
  background-color: currentColor;
839
839
  }
840
- // &.success {
841
- // background-color: var(--_success-200);
842
- // &::before {
843
- // background-color: var(--_success-700);
844
- // }
845
- // }
846
- // &.failed {
847
- // background-color: var(--_error-100);
848
- // &::before {
849
- // background-color: var(--_error-700);
850
- // }
851
- // }
840
+ &.success {
841
+ background-color: var(--_success-50);
842
+ color: var(--_success-600);
843
+ &::before {
844
+ background-color: var(--_success-700);
845
+ }
846
+ }
847
+ &.failed {
848
+ background-color: var(--_error-50);
849
+ color: var(--_error-700);
850
+ &::before {
851
+ background-color: var(--_error-700);
852
+ }
853
+ }
852
854
  }
853
855
 
854
856
  .link-button {
@@ -924,7 +926,20 @@ $defaultValues: (
924
926
  var(--_ctm-tab-dn-or-io-or-de-tt-an, var(--_ctm-dn-or-io-or-de-tt-an))
925
927
  );
926
928
  }
927
- .currency_span {
929
+ .expected_delivery {
930
+ line-height: prepareMediaVariable(--_ctm-dn-or-io-sg-md-le-ht);
931
+ font-family: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ft-fy);
932
+ font-size: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ft-se);
933
+ // font-size: 16px;
934
+ color: prepareMediaVariable(--_ctm-dn-or-io-sg-md-cr);
935
+ font-weight: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ft-wt);
936
+ text-decoration: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ue);
937
+ letter-spacing: prepareMediaVariable(--_ctm-dn-or-io-sg-md-lr-sg);
938
+
939
+ font-style: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ft-se-ic);
940
+ text-align: prepareMediaVariable(--_ctm-dn-or-io-sg-md-tt-an);
941
+ }
942
+ .total_amount {
928
943
  line-height: 24px;
929
944
  font-family: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ft-fy);
930
945
  font-size: prepareMediaVariable(--_ctm-dn-or-io-sg-md-ft-se);
@@ -1407,9 +1422,116 @@ $defaultValues: (
1407
1422
  flex-wrap: wrap;
1408
1423
 
1409
1424
  .cart_item_accordians {
1425
+ display: flex;
1426
+ flex-direction: column;
1427
+ gap: 0;
1410
1428
  width: 100%;
1411
- margin-top: 8px;
1429
+ overflow: hidden;
1430
+ // padding-left: 44px;
1431
+
1432
+ .cart_item_accordion {
1433
+ border-top: 1px solid var(--_thm-cs-be-se-3);
1434
+
1435
+ &:last-child {
1436
+ border-bottom: 1px solid var(--_thm-cs-be-se-3);
1437
+ }
1438
+
1439
+ .cart_item_accordion_header {
1440
+ display: flex;
1441
+ justify-content: space-between;
1442
+ align-items: center;
1443
+ width: 100%;
1444
+ padding: 12px 0;
1445
+ cursor: pointer;
1446
+ background: none;
1447
+ border: none;
1448
+
1449
+ .cart_item_accordion_title {
1450
+ color: var(--_thm-ty-p1-tt-cr);
1451
+ font-family: var(--_thm-ty-p2-ft-fy);
1452
+ font-size: var(--_thm-ty-p2-ft-se);
1453
+ font-weight: var(--_thm-ty-p2-bd);
1454
+ font-style: var(--_thm-ty-p2-ic);
1455
+ text-align: var(--_thm-ty-p2-tt-an);
1456
+ letter-spacing: var(--_thm-ty-p2-cr-sg);
1457
+ line-height: var(--_thm-ty-p2-le-ht);
1458
+ }
1459
+
1460
+ .cart_item_accordion_left {
1461
+ display: flex;
1462
+ align-items: center;
1463
+ gap: 8px;
1464
+
1465
+ .svg_icon {
1466
+ display: flex;
1467
+ align-items: center;
1468
+ justify-content: center;
1469
+ svg {
1470
+ path {
1471
+ stroke: var(--_thm-ty-p1-tt-cr);
1472
+ }
1473
+ width: 18px;
1474
+ height: 18px;
1475
+ transition: transform 400ms linear;
1476
+ transform: rotate(-90deg);
1477
+ }
1478
+ }
1479
+
1480
+ .svg_icon.down svg {
1481
+ transform: rotate(0deg);
1482
+ }
1483
+ }
1484
+
1485
+ .cart_item_accordion_right {
1486
+ display: flex;
1487
+ align-items: center;
1488
+ gap: 8px;
1489
+
1490
+ .cart_item_accordion_price {
1491
+ white-space: nowrap;
1492
+ color: var(
1493
+ --_ctm-mob-dn-pt-pe-ss-cr,
1494
+ var(--_ctm-tab-dn-pt-pe-ss-cr, var(--_ctm-dn-pt-pe-ss-cr))
1495
+ );
1496
+ font-family: var(
1497
+ --_sf-hr-ff,
1498
+ var(
1499
+ --_ctm-mob-dn-pt-pe-ss-ft-fy,
1500
+ var(--_ctm-tab-dn-pt-pe-ss-ft-fy, var(--_ctm-dn-pt-pe-ss-ft-fy))
1501
+ )
1502
+ );
1503
+ font-size: var(
1504
+ --_ctm-mob-dn-pt-pe-ss-ft-se,
1505
+ var(--_ctm-tab-dn-pt-pe-ss-ft-se, var(--_ctm-dn-pt-pe-ss-ft-se, 14px))
1506
+ );
1507
+ font-weight: var(
1508
+ --_ctm-mob-dn-pt-pe-ss-ft-wt,
1509
+ var(--_ctm-tab-dn-pt-pe-ss-ft-wt, var(--_ctm-dn-pt-pe-ss-ft-wt))
1510
+ );
1511
+ }
1512
+ }
1513
+ }
1514
+
1515
+ .cart_item_accordion_body {
1516
+ padding: 0 0 12px 0;
1517
+
1518
+ .bundle-products-list {
1519
+ padding: 16px;
1520
+ display: grid;
1521
+ gap: 16px;
1522
+ border: 1px solid var(--_thm-cs-be-se-3);
1523
+ border-radius: 4px;
1524
+ .bundle-product-item {
1525
+ .product_qty_price_wrapper {
1526
+ gap: 8px;
1527
+ }
1528
+ }
1529
+ }
1530
+ }
1531
+ }
1412
1532
  }
1533
+ margin-top: 8px;
1534
+
1413
1535
  // img {
1414
1536
  // width: 69px;
1415
1537
  // height: 80px;
@@ -1512,7 +1634,9 @@ $defaultValues: (
1512
1634
  );
1513
1635
  }
1514
1636
 
1515
- .item-specs {
1637
+ .item-specs,
1638
+ .item-sku-code,
1639
+ .item-options {
1516
1640
  padding: var(
1517
1641
  --_ctm-mob-dn-pt-wt-pt-ce-pg,
1518
1642
  var(--_ctm-tab-dn-pt-wt-pt-ce-im-pg, var(--_ctm-dn-pt-wt-pt-ce-pg))
@@ -1875,6 +1999,8 @@ $defaultValues: (
1875
1999
  .breakup-item {
1876
2000
  display: flex;
1877
2001
  justify-content: space-between;
2002
+ gap: 6px;
2003
+ white-space: nowrap;
1878
2004
  .breakup-label {
1879
2005
  line-height: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-le-ht);
1880
2006
  font-family: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-ft-fy);
@@ -1889,6 +2015,19 @@ $defaultValues: (
1889
2015
  text-align: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-tt-an);
1890
2016
  padding: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-pg);
1891
2017
  }
2018
+ .break_up_amount {
2019
+ line-height: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-le-ht-dc);
2020
+ font-family: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-ft-fy-dc);
2021
+ font-size: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-ft-se-dc);
2022
+ color: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-cr-dc);
2023
+ font-weight: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-ft-wt-dc);
2024
+ text-decoration: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-ue-dc);
2025
+ letter-spacing: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-lr-sg-dc);
2026
+
2027
+ font-style: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-ft-se-ic-dc);
2028
+ text-align: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-tt-an-dc);
2029
+ padding: prepareMediaVariable(--_ctm-dn-or-io-bk-up-ds-pg-dc);
2030
+ }
1892
2031
  }
1893
2032
  }
1894
2033
 
@@ -32,7 +32,7 @@
32
32
  align-items: center;
33
33
  border: 1px solid var(--_gray-300);
34
34
  border-radius: 6px;
35
- height: 38px;
35
+ height: 40px;
36
36
  background-color: var(--_base-white);
37
37
  overflow: hidden;
38
38
 
@@ -65,8 +65,8 @@
65
65
  transform: rotate(45deg);
66
66
  margin-left: 4px;
67
67
  vertical-align: middle;
68
- top: 12px;
69
- right: -33px;
68
+ top: 13px;
69
+ right: -48px;
70
70
  position: absolute;
71
71
  }
72
72
 
@@ -167,7 +167,7 @@ $data: (
167
167
  .checkout_steps_skeleton {
168
168
  display: flex;
169
169
  flex-direction: column;
170
- gap: 56px;
170
+ gap: 25px;
171
171
  }
172
172
 
173
173
  .chk_billing_address_skeleton {
@@ -12,6 +12,12 @@ export interface AddOrderLayoutInterface {
12
12
  alignment: CMSIBCommonInterface;
13
13
  buttonType: CMSIBCommonInterface;
14
14
  linkTo: CMSIBCommonInterface;
15
+ showQuickOrderPad: CMSIBCommonInterface;
16
+ showBulkOrderPad: CMSIBCommonInterface;
17
+ showEmployeeBulkOrderPad: CMSIBCommonInterface;
18
+ showBuyFor: CMSIBCommonInterface;
19
+ showBuyAs: CMSIBCommonInterface;
20
+ showImports: CMSIBCommonInterface;
15
21
  }
16
22
  export interface selfDesignInterface {
17
23
  selectorKey: string;
@@ -23,6 +29,12 @@ export declare enum AddOrderSelectorKeysEnum {
23
29
  DEFAULT_STATE = "default",
24
30
  LAYOUT = "layout",
25
31
  DESIGN = "design",
26
- DATA_CONNECTOR = "dataConnector"
32
+ DATA_CONNECTOR = "dataConnector",
33
+ SHOW_QUICK_ORDER_PAD = "showQuickOrderPad",
34
+ SHOW_BULK_ORDER_PAD = "showBulkOrderPad",
35
+ SHOW_EMPLOYEE_BULK_ORDER_PAD = "showEmployeeBulkOrderPad",
36
+ SHOW_BUY_FOR = "showBuyFor",
37
+ SHOW_BUY_AS = "showBuyAs",
38
+ SHOW_IMPORTS = "showImports"
27
39
  }
28
40
  export declare const getDefaultData: () => CMSElementEditPopupInterface<AddOrderLayoutInterface & CMSElementEditPopupLayoutInterface, selfDesignInterface & CMSElementEditPopupDesignInterface>;
@@ -513,29 +513,204 @@ export declare const getDefaultData: () => {
513
513
  };
514
514
  breakUpDetails: {
515
515
  padding: any;
516
- itemGap: {
517
- value: CMSCSSUnitTypesEnums;
518
- unit: CMSCSSUnitTypesEnums;
516
+ themeDesc: {
517
+ value: string;
519
518
  property: string;
520
519
  propertyType: CMSElementEditTypes;
521
520
  };
522
- theme: import("../../interfaces/global").CMSIBCommonInterface;
523
- font: import("../../interfaces/global").CMSIBCommonInterface;
524
- fontSize: import("../../interfaces/global").CMSIBSizeInterface;
525
- textColor: import("../../interfaces/global").CMSIBCommonInterface;
526
- bold: import("../../interfaces/global").CMSIBCommonInterface;
527
- italic: import("../../interfaces/global").CMSIBCommonInterface;
528
- linethrough: import("../../interfaces/global").CMSIBCommonInterface;
529
- underline: import("../../interfaces/global").CMSIBCommonInterface;
530
- textAlign: import("../../interfaces/global").CMSIBCommonInterface;
531
- characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
532
- lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
533
- backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
521
+ fontDesc: {
522
+ value: string;
523
+ property: string;
524
+ propertyType: CMSElementEditTypes;
525
+ parentRef: string;
526
+ };
527
+ fontSizeDesc: {
528
+ value: number;
529
+ unit: number;
530
+ property: string;
531
+ propertyType: CMSElementEditTypes;
532
+ parentRef: string;
533
+ };
534
+ textColorDesc: {
535
+ value: {
536
+ hex: string;
537
+ rgb: {
538
+ r: string;
539
+ g: string;
540
+ b: string;
541
+ a: number;
542
+ };
543
+ };
544
+ property: string;
545
+ propertyType: CMSElementEditTypes;
546
+ parentRef: string;
547
+ };
548
+ textHighlightDesc: {
549
+ value: {
550
+ hex: string;
551
+ rgb: {
552
+ r: string;
553
+ g: string;
554
+ b: string;
555
+ a: number;
556
+ };
557
+ };
558
+ property: string;
559
+ propertyType: CMSElementEditTypes;
560
+ };
561
+ boldDesc: {
562
+ value: string;
563
+ property: string;
564
+ propertyType: CMSElementEditTypes;
565
+ parentRef: string;
566
+ };
567
+ italicDesc: {
568
+ value: string;
569
+ property: string;
570
+ propertyType: CMSElementEditTypes;
571
+ parentRef: string;
572
+ };
573
+ linethroughDesc: {
574
+ value: string;
575
+ property: string;
576
+ propertyType: CMSElementEditTypes;
577
+ parentRef: string;
578
+ };
579
+ underlineDesc: {
580
+ value: string;
581
+ property: string;
582
+ propertyType: CMSElementEditTypes;
583
+ parentRef: string;
584
+ };
585
+ textAlignDesc: {
586
+ value: string;
587
+ property: string;
588
+ propertyType: CMSElementEditTypes;
589
+ parentRef: string;
590
+ };
591
+ characterSpacingDesc: {
592
+ value: number;
593
+ unit: number;
594
+ property: string;
595
+ propertyType: CMSElementEditTypes;
596
+ parentRef: string;
597
+ };
598
+ lineHeightDesc: {
599
+ value: number;
600
+ unit: number;
601
+ property: string;
602
+ propertyType: CMSElementEditTypes;
603
+ parentRef: string;
604
+ };
605
+ paragraphSpacingDesc: {
606
+ value: number;
607
+ unit: number;
608
+ property: string;
609
+ propertyType: CMSElementEditTypes;
610
+ parentRef: string;
611
+ };
612
+ theme: {
613
+ value: string;
614
+ property: string;
615
+ propertyType: CMSElementEditTypes;
616
+ };
617
+ font: {
618
+ value: string;
619
+ property: string;
620
+ propertyType: CMSElementEditTypes;
621
+ parentRef: string;
622
+ };
623
+ fontSize: {
624
+ value: number;
625
+ unit: number;
626
+ property: string;
627
+ propertyType: CMSElementEditTypes;
628
+ parentRef: string;
629
+ };
630
+ textColor: {
631
+ value: {
632
+ hex: string;
633
+ rgb: {
634
+ r: string;
635
+ g: string;
636
+ b: string;
637
+ a: number;
638
+ };
639
+ };
640
+ property: string;
641
+ propertyType: CMSElementEditTypes;
642
+ parentRef: string;
643
+ };
644
+ textHighlight: {
645
+ value: {
646
+ hex: string;
647
+ rgb: {
648
+ r: string;
649
+ g: string;
650
+ b: string;
651
+ a: number;
652
+ };
653
+ };
654
+ property: string;
655
+ propertyType: CMSElementEditTypes;
656
+ };
657
+ bold: {
658
+ value: string;
659
+ property: string;
660
+ propertyType: CMSElementEditTypes;
661
+ parentRef: string;
662
+ };
663
+ italic: {
664
+ value: string;
665
+ property: string;
666
+ propertyType: CMSElementEditTypes;
667
+ parentRef: string;
668
+ };
669
+ linethrough: {
670
+ value: string;
671
+ property: string;
672
+ propertyType: CMSElementEditTypes;
673
+ parentRef: string;
674
+ };
675
+ underline: {
676
+ value: string;
677
+ property: string;
678
+ propertyType: CMSElementEditTypes;
679
+ parentRef: string;
680
+ };
681
+ textAlign: {
682
+ value: string;
683
+ property: string;
684
+ propertyType: CMSElementEditTypes;
685
+ parentRef: string;
686
+ };
687
+ characterSpacing: {
688
+ value: number;
689
+ unit: number;
690
+ property: string;
691
+ propertyType: CMSElementEditTypes;
692
+ parentRef: string;
693
+ };
694
+ lineHeight: {
695
+ value: number;
696
+ unit: number;
697
+ property: string;
698
+ propertyType: CMSElementEditTypes;
699
+ parentRef: string;
700
+ };
701
+ paragraphSpacing: {
702
+ value: number;
703
+ unit: number;
704
+ property: string;
705
+ propertyType: CMSElementEditTypes;
706
+ parentRef: string;
707
+ };
534
708
  margin: import("../../interfaces/global").CSSPaddingValues | undefined;
535
709
  borderColor: import("../../interfaces/global").CMSIBCommonInterface;
536
710
  borderStyle: import("../../interfaces/global").CMSIBCommonInterface;
537
711
  borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
538
712
  showBorder: import("../../interfaces/global").CMSIBCommonInterface;
713
+ backgroundColor: import("../../interfaces/global").CMSIBCommonInterface;
539
714
  showShadow: import("../../interfaces/global").CMSIBCommonInterface;
540
715
  shadowColor: import("../../interfaces/global").CMSIBCommonInterface;
541
716
  blur: import("../../interfaces/global").CMSIBSizeInterface;
@@ -15,6 +15,7 @@ export declare const apiControls: {
15
15
  itemsToLoad: number;
16
16
  showAllItems: boolean;
17
17
  aggregations: never[];
18
+ renderOnServer: boolean;
18
19
  };
19
20
  export declare const productDataConnectorInstance: {
20
21
  value: DATA_CONNECTOR_ITEMS_LIST;
@@ -36,6 +37,7 @@ export declare const productDataConnectorInstance: {
36
37
  itemsToLoad: number;
37
38
  showAllItems: boolean;
38
39
  aggregations: never[];
40
+ renderOnServer: boolean;
39
41
  };
40
42
  drivenByUrl: boolean;
41
43
  payload: {
@@ -75,6 +77,7 @@ export declare const categoryDataConnectorInstance: {
75
77
  itemsToLoad: number;
76
78
  showAllItems: boolean;
77
79
  aggregations: never[];
80
+ renderOnServer: boolean;
78
81
  };
79
82
  drivenByUrl: boolean;
80
83
  payload: {
@@ -119,6 +122,7 @@ export declare const brandDataConnectorInstance: {
119
122
  itemsToLoad: number;
120
123
  showAllItems: boolean;
121
124
  aggregations: never[];
125
+ renderOnServer: boolean;
122
126
  };
123
127
  drivenByUrl: boolean;
124
128
  filterApis: {
@@ -154,6 +158,7 @@ export declare const dataConnectorApiOptions: ({
154
158
  itemsToLoad: number;
155
159
  showAllItems: boolean;
156
160
  aggregations: never[];
161
+ renderOnServer: boolean;
157
162
  };
158
163
  drivenByUrl: boolean;
159
164
  payload: {
@@ -192,6 +197,7 @@ export declare const dataConnectorApiOptions: ({
192
197
  itemsToLoad: number;
193
198
  showAllItems: boolean;
194
199
  aggregations: never[];
200
+ renderOnServer: boolean;
195
201
  };
196
202
  drivenByUrl: boolean;
197
203
  payload: {
@@ -247,6 +253,7 @@ export declare const dataConnectorApiOptions: ({
247
253
  itemsToLoad: number;
248
254
  showAllItems: boolean;
249
255
  aggregations: never[];
256
+ renderOnServer: boolean;
250
257
  };
251
258
  drivenByUrl: boolean;
252
259
  payload: {
@@ -295,6 +302,7 @@ export declare const dataConnectorApiOptions: ({
295
302
  itemsToLoad: number;
296
303
  showAllItems: boolean;
297
304
  aggregations: never[];
305
+ renderOnServer: boolean;
298
306
  };
299
307
  payload: {
300
308
  searchKeywords: string;
@@ -320,13 +328,21 @@ export declare const dataConnectorApiOptions: ({
320
328
  label: string;
321
329
  apiKey: dataConnectorapis;
322
330
  apiControls: {
323
- sorting: never[];
324
- filterRules: {};
325
- noOfItemsToLoad: null;
326
- itemsToLoad: null;
331
+ manual: {
332
+ includeRecords: never[];
333
+ excludeRecords: never[];
334
+ selectAll: boolean;
335
+ };
336
+ dynamic: {};
337
+ type: string;
338
+ sorting: {
339
+ option: null;
340
+ }[];
341
+ noOfItemsToLoad: string;
342
+ itemsToLoad: number;
327
343
  showAllItems: boolean;
328
- includeRecords: never[];
329
- excludeRecords: never[];
344
+ aggregations: never[];
345
+ renderOnServer: boolean;
330
346
  };
331
347
  drivenByUrl: boolean;
332
348
  payload: {
@@ -366,6 +382,7 @@ export declare const dataConnectorApiOptions: ({
366
382
  itemsToLoad: number;
367
383
  showAllItems: boolean;
368
384
  aggregations: never[];
385
+ renderOnServer: boolean;
369
386
  };
370
387
  isDisable: boolean;
371
388
  drivenByUrl: boolean;
@@ -391,6 +408,7 @@ export declare const dataConnectorApiOptions: ({
391
408
  label: string;
392
409
  apiKey: dataConnectorapis;
393
410
  apiControls: {
411
+ isTriggerd: boolean;
394
412
  manual: {
395
413
  includeRecords: never[];
396
414
  excludeRecords: never[];
@@ -405,6 +423,7 @@ export declare const dataConnectorApiOptions: ({
405
423
  itemsToLoad: number;
406
424
  showAllItems: boolean;
407
425
  aggregations: never[];
426
+ renderOnServer: boolean;
408
427
  };
409
428
  payload: {
410
429
  searchKeywords?: undefined;
@@ -2485,6 +2485,15 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2485
2485
  position: relative;
2486
2486
  .language__name {
2487
2487
  padding-right: 20px;
2488
+ font-family: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-ft-fy);
2489
+ font-size: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-ft-se);
2490
+ color: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-cr);
2491
+ font-weight: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-ft-wt);
2492
+ text-decoration: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-ue);
2493
+ font-style: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-ft-se-ic);
2494
+ text-align: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-tt-an);
2495
+ letter-spacing: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-lr-sg);
2496
+ line-height: prepareMediaVariable(--_ctm-dn-dn-se-wt-pr-tt-le-ht);
2488
2497
  }
2489
2498
  }
2490
2499