@sc-360-v2/storefront-cms-library 0.5.45 → 0.5.49

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/map.scss CHANGED
@@ -512,6 +512,11 @@ $data: (
512
512
  var(--_ctm-tab-dn-pn-se-ht-se, var(--_ctm-dn-pn-se-ht-se))
513
513
  );
514
514
 
515
+ animation: scaleInOut var(--_ctm-dn-pn-se-an-fy) infinite;
516
+
517
+ width: var(--_ctm-dn-pn-se-ht-se);
518
+ height: var(--_ctm-dn-pn-se-ht-se);
519
+ background-color: var(--_ctm-dn-ht-se-bd-cr);
515
520
  display: flex;
516
521
  align-items: center;
517
522
  top: 50%;
@@ -519,7 +524,7 @@ $data: (
519
524
  transform: translate(-50%, -50%);
520
525
  box-sizing: border-box;
521
526
  justify-content: center;
522
- animation: scaleInOut var(--_ctm-dn-ht-se-an-fy) infinite;
527
+ animation: scaleInOut var(--_ctm-dn-pn-se-an-fy) infinite;
523
528
  &[data-hotspot-shape="circle"] {
524
529
  border-radius: 50%;
525
530
  }