@sc-360-v2/storefront-cms-library 0.4.59 → 0.4.60

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
@@ -898,6 +898,17 @@ $resizeActive: '[data-cms-element-resizer="true"]';
898
898
  }
899
899
  }
900
900
  }
901
+ .no__results__found {
902
+ padding: 12px;
903
+ color: var(--_gray-600);
904
+ display: flex;
905
+ justify-content: center;
906
+ background: var(--_gray-100);
907
+ padding: 12px;
908
+ border-radius: 4px;
909
+ font-weight: 600;
910
+ color: var(--_gray-600);
911
+ }
901
912
  }
902
913
  }
903
914
 
@@ -2114,7 +2125,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2114
2125
  // padding: 20px;
2115
2126
  width: 100%;
2116
2127
  max-width: 300px;
2117
- padding-inline: 4px;
2128
+ padding-inline: 8px;
2118
2129
  // margin: auto;
2119
2130
  }
2120
2131
 
@@ -2314,6 +2325,10 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2314
2325
  }
2315
2326
  }
2316
2327
  }
2328
+ &:focus-within {
2329
+ outline: 2px solid var(--_gray-200);
2330
+ border: 1px solid var(--_gray-300);
2331
+ }
2317
2332
  }
2318
2333
 
2319
2334
  .min-tooltip {
@@ -161,6 +161,10 @@ $isFlexboxElementChild: ".flx > .wrapper > *";
161
161
  }
162
162
  }
163
163
  }
164
+
165
+ .image__fallback__contain {
166
+ object-fit: contain !important;
167
+ }
164
168
  // .image-element:hover {
165
169
  // padding: 30px;
166
170
  // }
package/dist/profile.scss CHANGED
@@ -586,6 +586,9 @@
586
586
  display: flex;
587
587
  align-items: center;
588
588
  }
589
+ a {
590
+ display: block;
591
+ }
589
592
  }
590
593
 
591
594
  // .icon {
@@ -2448,7 +2448,7 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2448
2448
  //Dropdown
2449
2449
  .value__selected__new {
2450
2450
  width: 100%;
2451
- padding: 8px 12px;
2451
+ // padding: 8px 12px;
2452
2452
  text-align: left;
2453
2453
  }
2454
2454
  .est__dropdown__main {
@@ -2547,9 +2547,20 @@ $resizeActive: '[data-cms-element-resizer="true"]';
2547
2547
  animation: slideDown 0.4s ease-in-out;
2548
2548
  pointer-events: none;
2549
2549
  }
2550
+ &:has(.no__records__found) {
2551
+ padding: 0px;
2552
+ }
2550
2553
  }
2551
2554
  }
2552
2555
  }
2556
+ .no__records__found {
2557
+ padding: 12px;
2558
+ color: var(--_gray-700);
2559
+ background-color: var(--_gray-100);
2560
+ font-size: 16px;
2561
+ text-align: center;
2562
+ cursor: auto;
2563
+ }
2553
2564
  }
2554
2565
  }
2555
2566
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.59",
3
+ "version": "0.4.60",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {