@lightspeed/design-system-css 5.1.2 → 20.0.0

Sign up to get free protection for your applications and to get access to all the features.
package/dist/index.css CHANGED
@@ -6160,7 +6160,7 @@ td.vd-hide-print {
6160
6160
  .vd-id-badge__image {
6161
6161
  background-color: var(--vd-colour--framing);
6162
6162
  background-repeat: no-repeat;
6163
- background-size: cover;
6163
+ background-size: contain;
6164
6164
  background-position: center;
6165
6165
  min-width: 76px;
6166
6166
  min-height: 76px;
@@ -6160,7 +6160,7 @@ td.vd-hide-print {
6160
6160
  .vd-id-badge__image {
6161
6161
  background-color: var(--vd-colour--framing);
6162
6162
  background-repeat: no-repeat;
6163
- background-size: cover;
6163
+ background-size: contain;
6164
6164
  background-position: center;
6165
6165
  min-width: 76px;
6166
6166
  min-height: 76px;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"@lightspeed/design-system-css","version":"5.1.2","description":"Lightspeed's Design System in CSS","repository":"https://github.com/lightspeed/helios.git","author":"Lightspeed Commerce Inc.","license":"SEE LICENSE IN LICENSE.md","main":"dist/index.css","publishConfig":{"access":"public"},"files":["src","dist"],"scripts":{"prebuild":"rm -rf dist","build":"yarn lint && yarn build:css && yarn build:retrocompatibility","build:css":"sass --load-path=../../node_modules -q src/index.scss:dist/index.css","build:retrocompatibility":"cp dist/index.css dist/vend-styles.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn stylelint './src/**/*.scss' --config ./stylelint.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^1.2.0"},"devDependencies":{"sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2"}}
1
+ {"name":"@lightspeed/design-system-css","version":"20.0.0","description":"Lightspeed's Design System in CSS","repository":"https://github.com/lightspeed/helios.git","author":"Lightspeed Commerce Inc.","license":"SEE LICENSE IN LICENSE.md","main":"dist/index.css","publishConfig":{"access":"public"},"files":["src","dist"],"scripts":{"prebuild":"rm -rf dist","build":"yarn lint && yarn build:css && yarn build:retrocompatibility","build:css":"sass --load-path=../../node_modules -q src/index.scss:dist/index.css","build:retrocompatibility":"cp dist/index.css dist/vend-styles.css","watch":"yarn lint && yarn build:css --watch","lint":"yarn stylelint './src/**/*.scss' --config ./stylelint.config.json"},"dependencies":{"@lightspeed/design-system-tokens":"^20.0.0"},"devDependencies":{"sass":"~1.45.2","stylelint":"^13.5.0","stylelint-scss":"^3.17.2"}}
@@ -148,7 +148,7 @@
148
148
  .vd-id-badge__image {
149
149
  background-color: vd-colour(framing);
150
150
  background-repeat: no-repeat;
151
- background-size: cover;
151
+ background-size: contain;
152
152
  background-position: center;
153
153
  min-width: $vd-id-badge-image-size;
154
154
  min-height: $vd-id-badge-image-size;