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

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.
Files changed (2) hide show
  1. package/dist/login.scss +3 -3
  2. package/package.json +1 -1
package/dist/login.scss CHANGED
@@ -592,10 +592,10 @@
592
592
  top: 11px;
593
593
  left: 10px;
594
594
  svg {
595
- width: var(--_sf-hr-in-se, prepareMediaVariable(--_ctm-dn-fm-is-fd-in-in-se));
596
- height: var(--_sf-hr-in-se, prepareMediaVariable(--_ctm-dn-fm-is-fd-in-in-se));
595
+ width: var(--_sf-hr-in-se, prepareMediaVariable(--_ctm-dn-fm-is-in-se));
596
+ height: var(--_sf-hr-in-se, prepareMediaVariable(--_ctm-dn-fm-is-in-se));
597
597
  path {
598
- stroke: var(--_sf-hr-in-c1, prepareMediaVariable(--_ctm-dn-fm-is-fd-in-in-c1));
598
+ stroke: var(--_sf-hr-in-c1, prepareMediaVariable(--_ctm-dn-fm-is-in-c1));
599
599
  }
600
600
  }
601
601
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sc-360-v2/storefront-cms-library",
3
- "version": "0.4.98",
3
+ "version": "0.4.99",
4
4
  "main": "/dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {