@sc-360-v2/storefront-cms-library 0.4.2 → 0.4.4
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.
- package/dist/add-order.scss +53 -0
- package/dist/allocations.scss +36 -0
- package/dist/builder.js +1 -1
- package/dist/button.scss +18 -0
- package/dist/cart-summary.scss +108 -0
- package/dist/faq.scss +72 -1
- package/dist/language-selector.scss +9 -0
- package/dist/product-actions.scss +162 -0
- package/dist/product-image.scss +1 -1
- package/dist/product-sizechart.scss +18 -0
- package/dist/quantity-selector.scss +36 -0
- package/dist/repeater.scss +18 -0
- package/dist/request-for-quotes.scss +16 -1
- package/dist/stack.scss +2 -2
- package/dist/types/builder/tools/element-edit/cartDetails.d.ts +70 -1
- package/dist/uom-selector.scss +1 -0
- package/dist/user-elements.scss +16 -6
- package/package.json +1 -1
|
@@ -514,9 +514,31 @@ export declare const getDefaultData: () => {
|
|
|
514
514
|
selectorKey: SelectorKeysEnum;
|
|
515
515
|
};
|
|
516
516
|
productAction: {
|
|
517
|
+
icon: {
|
|
518
|
+
unit?: string | number | undefined;
|
|
519
|
+
customIcon?: {
|
|
520
|
+
isCustomIcon: boolean;
|
|
521
|
+
url: string;
|
|
522
|
+
name: string;
|
|
523
|
+
} | undefined;
|
|
524
|
+
value?: any;
|
|
525
|
+
property?: any;
|
|
526
|
+
propertyType?: any;
|
|
527
|
+
isReadOnly?: boolean | undefined;
|
|
528
|
+
parentRef?: string | undefined;
|
|
529
|
+
};
|
|
517
530
|
productActionEdit: {
|
|
518
|
-
selectorKey: SelectorKeysEnum;
|
|
519
531
|
defaultState: {
|
|
532
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
533
|
+
showIcon: {
|
|
534
|
+
value: boolean;
|
|
535
|
+
property?: any;
|
|
536
|
+
propertyType?: any;
|
|
537
|
+
isReadOnly?: boolean | undefined;
|
|
538
|
+
parentRef?: string | undefined;
|
|
539
|
+
};
|
|
540
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
541
|
+
iconColor: CMSIBCommonInterface;
|
|
520
542
|
theme: CMSIBCommonInterface;
|
|
521
543
|
font: CMSIBCommonInterface;
|
|
522
544
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
@@ -576,6 +598,44 @@ export declare const getDefaultData: () => {
|
|
|
576
598
|
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
577
599
|
selectorKey: SelectorKeysEnum;
|
|
578
600
|
};
|
|
601
|
+
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
602
|
+
showIcon: {
|
|
603
|
+
value: boolean;
|
|
604
|
+
property?: any;
|
|
605
|
+
propertyType?: any;
|
|
606
|
+
isReadOnly?: boolean | undefined;
|
|
607
|
+
parentRef?: string | undefined;
|
|
608
|
+
};
|
|
609
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
610
|
+
iconColor: CMSIBCommonInterface;
|
|
611
|
+
theme: CMSIBCommonInterface;
|
|
612
|
+
font: CMSIBCommonInterface;
|
|
613
|
+
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
614
|
+
textColor: CMSIBCommonInterface;
|
|
615
|
+
bold: CMSIBCommonInterface;
|
|
616
|
+
italic: CMSIBCommonInterface;
|
|
617
|
+
linethrough: CMSIBCommonInterface;
|
|
618
|
+
underline: CMSIBCommonInterface;
|
|
619
|
+
textAlign: CMSIBCommonInterface;
|
|
620
|
+
characterSpacing: import("../../interfaces/global").CMSIBSizeInterface;
|
|
621
|
+
lineHeight: import("../../interfaces/global").CMSIBSizeInterface;
|
|
622
|
+
backgroundColor: CMSIBCommonInterface;
|
|
623
|
+
borderColor: CMSIBCommonInterface;
|
|
624
|
+
borderStyle: CMSIBCommonInterface;
|
|
625
|
+
borderPerSlide: import("../../interfaces/global").CSSPaddingValues;
|
|
626
|
+
showBorder: CMSIBCommonInterface;
|
|
627
|
+
showShadow: CMSIBCommonInterface;
|
|
628
|
+
shadowColor: CMSIBCommonInterface;
|
|
629
|
+
blur: import("../../interfaces/global").CMSIBSizeInterface;
|
|
630
|
+
spread: import("../../interfaces/global").CMSIBSizeInterface;
|
|
631
|
+
angle: import("../../interfaces/global").CMSIBSizeInterface;
|
|
632
|
+
borderRadius: import("../../interfaces/global").CSSPaddingValues;
|
|
633
|
+
exposure: import("../../interfaces/global").CMSIBSizeInterface;
|
|
634
|
+
contrast: import("../../interfaces/global").CMSIBSizeInterface;
|
|
635
|
+
saturation: import("../../interfaces/global").CMSIBSizeInterface;
|
|
636
|
+
highlights: import("../../interfaces/global").CMSIBSizeInterface;
|
|
637
|
+
shadows: import("../../interfaces/global").CMSIBSizeInterface;
|
|
638
|
+
selectorKey: SelectorKeysEnum;
|
|
579
639
|
};
|
|
580
640
|
productActionWishlist: {
|
|
581
641
|
icon: import("../../interfaces/global").CMSIBIconInterface | undefined;
|
|
@@ -615,6 +675,15 @@ export declare const getDefaultData: () => {
|
|
|
615
675
|
iconColor: CMSIBCommonInterface;
|
|
616
676
|
selectorKey: SelectorKeysEnum;
|
|
617
677
|
};
|
|
678
|
+
showIcon: {
|
|
679
|
+
value: boolean;
|
|
680
|
+
property?: any;
|
|
681
|
+
propertyType?: any;
|
|
682
|
+
isReadOnly?: boolean | undefined;
|
|
683
|
+
parentRef?: string | undefined;
|
|
684
|
+
};
|
|
685
|
+
iconSize: import("../../interfaces/global").CMSIBSizeInterface;
|
|
686
|
+
iconColor: CMSIBCommonInterface;
|
|
618
687
|
theme: CMSIBCommonInterface;
|
|
619
688
|
font: CMSIBCommonInterface;
|
|
620
689
|
fontSize: import("../../interfaces/global").CMSIBSizeInterface;
|
package/dist/uom-selector.scss
CHANGED
package/dist/user-elements.scss
CHANGED
|
@@ -952,7 +952,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
952
952
|
.quota_name_wrapper {
|
|
953
953
|
display: flex;
|
|
954
954
|
flex-direction: column;
|
|
955
|
-
gap: 6px;
|
|
955
|
+
// gap: 6px;
|
|
956
956
|
|
|
957
957
|
.quota_name {
|
|
958
958
|
display: flex;
|
|
@@ -1797,7 +1797,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
1797
1797
|
min-width: 150px;
|
|
1798
1798
|
max-width: 200px;
|
|
1799
1799
|
z-index: 1000;
|
|
1800
|
-
left:
|
|
1800
|
+
left: 40px;
|
|
1801
1801
|
top: 0;
|
|
1802
1802
|
padding: 8px;
|
|
1803
1803
|
border-radius: 4px;
|
|
@@ -1872,10 +1872,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
1872
1872
|
left: -5px;
|
|
1873
1873
|
width: 12px;
|
|
1874
1874
|
height: 12px;
|
|
1875
|
-
background-color: var(
|
|
1876
|
-
|
|
1877
|
-
|
|
1878
|
-
);
|
|
1875
|
+
// background-color: var(
|
|
1876
|
+
// --_ctm-mob-dn-pr-se-bd-cr,
|
|
1877
|
+
// var(--_ctm-tab-dn-pr-se-bd-cr, var(--_ctm-dn-pr-se-bd-cr))
|
|
1878
|
+
// );
|
|
1879
1879
|
transform: rotate(-45deg);
|
|
1880
1880
|
box-shadow: -1px -1px 0px
|
|
1881
1881
|
var(
|
|
@@ -1924,6 +1924,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
1924
1924
|
--_ctm-mob-dn-pr-se-ue,
|
|
1925
1925
|
var(--_ctm-tab-dn-pr-se-ue, var(--_ctm-dn-pr-se-ue))
|
|
1926
1926
|
);
|
|
1927
|
+
margin-left: 10px;
|
|
1927
1928
|
}
|
|
1928
1929
|
}
|
|
1929
1930
|
}
|
|
@@ -2394,6 +2395,15 @@ $resizeActive: '[data-cms-element-resizer="true"]';
|
|
|
2394
2395
|
position: absolute;
|
|
2395
2396
|
// top: 10px;
|
|
2396
2397
|
right: 5px;
|
|
2398
|
+
transition: all 200ms ease-in;
|
|
2399
|
+
&.open {
|
|
2400
|
+
transform: rotate(180deg);
|
|
2401
|
+
transform: all 200ms ease-in;
|
|
2402
|
+
}
|
|
2403
|
+
&.close {
|
|
2404
|
+
transform: rotate(0deg);
|
|
2405
|
+
transform: all 200ms ease-in;
|
|
2406
|
+
}
|
|
2397
2407
|
}
|
|
2398
2408
|
|
|
2399
2409
|
.list {
|