mealz-components 2.1.0 → 2.1.1

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.
@@ -1 +1 @@
1
- .mealz-recipe-pricing{line-height:100%;max-width:70px;opacity:1;transition:opacity .05s ease-in-out}.mealz-recipe-pricing.re-rendering{opacity:.98}.mealz-recipe-pricing .mealz-recipe-pricing__wrapper .mealz-recipe-pricing__wrapper__subline{color:var(--mealz-ds-color-neutral-black, #0F191F);opacity:.7;font-weight:500;line-height:100%}.mealz-recipe-pricing .mealz-recipe-pricing__wrapper .mealz-recipe-pricing__wrapper__price{white-space:nowrap}.mealz-recipe-pricing .hidden{display:none}.mealz-recipe-pricing .active{display:flex;align-items:flex-start;flex-flow:row wrap}.mealz-recipe-pricing .active>*:not(:last-child){margin-right:4px}.mealz-recipe-pricing__loading{width:90px;height:24px;border-radius:.25rem;animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}
1
+ .mealz-recipe-pricing{line-height:100%;max-width:70px;opacity:1;transition:opacity .05s ease-in-out}.mealz-recipe-pricing.re-rendering{opacity:.98}.mealz-recipe-pricing .mealz-recipe-pricing__wrapper .mealz-recipe-pricing__wrapper__subline{color:var(--mealz-ds-color-neutral-black, #0F191F);opacity:.7;font-weight:500;line-height:100%}.mealz-recipe-pricing .mealz-recipe-pricing__wrapper .mealz-recipe-pricing__wrapper__price{white-space:nowrap}.mealz-recipe-pricing .hidden{display:none!important}.mealz-recipe-pricing .active{display:flex;align-items:flex-start;flex-flow:row wrap}.mealz-recipe-pricing .active>*:not(:last-child){margin-right:4px}.mealz-recipe-pricing__loading{width:90px;height:24px;border-radius:.25rem;animation:skeleton-loading 1s linear infinite alternate}@keyframes skeleton-loading{0%{background-color:#c2cfd6}to{background-color:#f0f3f5}}
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "mealz-components",
3
3
  "type": "module",
4
- "version": "2.1.0",
4
+ "version": "2.1.1",
5
5
  "main": "./dist/mealz-components.js",
6
6
  "module": "./dist/mealz-components.js",
7
7
  "scripts": {