@sc-360-v2/storefront-cms-library 0.3.17 → 0.3.19

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/filters.scss CHANGED
@@ -696,6 +696,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
696
696
  width: 100%;
697
697
  gap: 8px;
698
698
  }
699
+ .no__results__found {
700
+ padding: 8px;
701
+ color: var(--_gray-600);
702
+ }
699
703
 
700
704
  .filter-indicator {
701
705
  width: 16px;
@@ -557,7 +557,7 @@
557
557
  .product-select-image {
558
558
  height: 100%;
559
559
  width: 100%;
560
- object-fit: contain;
560
+ object-fit: cover;
561
561
  }
562
562
  //Dropdown
563
563
  .est__dropdown__main {
@@ -467,7 +467,8 @@ $rai: "repeater-advertise-item";
467
467
  --_ctm-mob-rep-dn-bn-se-dt-se-cr,
468
468
  var(--_ctm-tab-rep-dn-bn-se-dt-se-cr, var(--_ctm-rep-dn-bn-se-dt-se-cr))
469
469
  );
470
- font-family: var(
470
+ font-family:
471
+ var(
471
472
  --_ctm-mob-rep-dn-bn-se-dt-se-ft-fy,
472
473
  var(--_ctm-tab-rep-dn-bn-se-dt-se-ft-fy, var(--_ctm-rep-dn-bn-se-dt-se-ft-fy))
473
474
  ),
@@ -625,7 +626,8 @@ $rai: "repeater-advertise-item";
625
626
  --_ctm-mob-rep-dn-bn-se-hr-se-cr,
626
627
  var(--_ctm-tab-rep-dn-bn-se-hr-se-cr, var(--_ctm-rep-dn-bn-se-hr-se-cr))
627
628
  );
628
- font-family: var(
629
+ font-family:
630
+ var(
629
631
  --_ctm-mob-rep-dn-bn-se-hr-se-ft-fy,
630
632
  var(--_ctm-tab-rep-dn-bn-se-hr-se-ft-fy, var(--_ctm-rep-dn-bn-se-hr-se-ft-fy))
631
633
  ),
@@ -2,7 +2,6 @@
2
2
  display: flex;
3
3
  gap: 24px;
4
4
  padding: 32px;
5
- background-color: #f9f9f9;
6
5
 
7
6
  .quote-items {
8
7
  flex: 2;
@@ -72,6 +72,7 @@ export declare enum FormElementIdEnum {
72
72
  SubmitButton = "SubmitButton",
73
73
  ResetButton = "ResetButton",
74
74
  LoginButton = "LoginButton",
75
+ SignupButton = "SignupButton",
75
76
  CustomAttribute1 = "CustomAttribute1",
76
77
  CustomAttribute2 = "CustomAttribute2",
77
78
  Header = "Header",
@@ -122,7 +123,8 @@ export declare enum ElementSettingEnum {
122
123
  DESCRIPTION = 4,
123
124
  LIMIT_CHARACTER = 5,
124
125
  MULTI_TOGGLE = 6,
125
- OPTIONS = 7
126
+ OPTIONS = 7,
127
+ ButtonType = 8
126
128
  }
127
129
  export interface SidebarElementItem extends FormComponentConfig {
128
130
  categoryId?: number;
@@ -573,7 +573,6 @@ $minWidth: 70px;
573
573
  .product-select-image {
574
574
  width: 100%;
575
575
  height: 100%;
576
- object-fit: contain;
577
576
  }
578
577
  }
579
578
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.3.17",
3
+ "version": "0.3.19",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {