@adobe-commerce/elsie 1.3.0-beta1 → 1.3.1-alpha02

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@adobe-commerce/elsie",
3
- "version": "1.3.0-beta1",
3
+ "version": "1.3.1-alpha02",
4
4
  "license": "SEE LICENSE IN LICENSE.md",
5
5
  "description": "Domain Package SDK",
6
6
  "engines": {
@@ -27,10 +27,10 @@
27
27
  },
28
28
  "devDependencies": {
29
29
  "@adobe-commerce/event-bus": "~1.0.0",
30
- "@adobe-commerce/fetch-graphql": "~1.1.0",
31
- "@adobe-commerce/recaptcha": "~1.0.1",
30
+ "@adobe-commerce/fetch-graphql": "~1.0.0",
31
+ "@adobe-commerce/recaptcha": "~1.0.0",
32
32
  "@adobe-commerce/storefront-design": "~1.0.0",
33
- "@dropins/build-tools": "~1.0.1",
33
+ "@dropins/build-tools": "~1.0.0",
34
34
  "preact": "~10.22.1",
35
35
  "vite-plugin-banner": "^0.8.0"
36
36
  },
@@ -306,10 +306,6 @@
306
306
  grid-row: 5 / 10;
307
307
  }
308
308
 
309
- .dropin-cart-item__title--edit {
310
- grid-column: 2 / 5;
311
- }
312
-
313
309
  .dropin-cart-item__total:not(.dropin-cart-item__total--edit) {
314
310
  grid-auto-rows: min-content;
315
311
  grid-column: 4 / 5;