Skip to content

Commit

Permalink
Merge branch 'main' into USF-1877
Browse files Browse the repository at this point in the history
  • Loading branch information
sirugh authored Jan 13, 2025
2 parents 2feac6d + b97180d commit 95e8869
Show file tree
Hide file tree
Showing 30 changed files with 39 additions and 57 deletions.
8 changes: 4 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
"@adobe/magento-storefront-events-sdk": "^1.8.0",
"@dropins/storefront-account": "~1.0.0",
"@dropins/storefront-auth": "~1.0.0",
"@dropins/storefront-cart": "~1.0.1",
"@dropins/storefront-cart": "~1.0.2",
"@dropins/storefront-checkout": "~1.0.0",
"@dropins/storefront-order": "~1.0.0",
"@dropins/storefront-pdp": "~1.0.0",
Expand Down
2 changes: 1 addition & 1 deletion scripts/__dropins__/storefront-cart/api.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! Copyright 2024 Adobe
/*! Copyright 2025 Adobe
All Rights Reserved. */
import{s as o,f as d,h as l}from"./chunks/resetCart.js";import{g as $,r as Q,d as H,a as k,b as z,c as V}from"./chunks/resetCart.js";import{C as T,t as g,c as f}from"./chunks/refreshCart.js";import{g as j,b as q,d as B,e as J,i as K,a as W,r as X}from"./chunks/refreshCart.js";import{events as C}from"@dropins/tools/event-bus.js";import{CART_FRAGMENT as h}from"./fragments.js";import{b as A,a as I,c as _}from"./chunks/acdl.js";import{u as Z}from"./chunks/updateProductsFromCart.js";import{g as rt,b as at,a as et}from"./chunks/getEstimateShipping.js";import{g as ot}from"./chunks/getEstimatedTotals.js";import{g as E}from"./chunks/persisted-data.js";import{A as it,a as ct}from"./chunks/applyCouponsToCart.js";import"@dropins/tools/fetch-graphql.js";import"@dropins/tools/lib.js";const S=`
mutation ADD_PRODUCTS_TO_CART_MUTATION(
Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion scripts/__dropins__/storefront-cart/chunks/ChevronDown.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
/*! Copyright 2024 Adobe
/*! Copyright 2025 Adobe
All Rights Reserved. */
import*as e from"@dropins/tools/preact-compat.js";const o=t=>e.createElement("svg",{width:24,height:24,viewBox:"0 0 24 24",fill:"none",xmlns:"http://www.w3.org/2000/svg",...t},e.createElement("path",{d:"M7.74512 9.87701L12.0001 14.132L16.2551 9.87701",stroke:"currentColor",strokeWidth:1.5,strokeLinecap:"square",strokeLinejoin:"round"}));export{o as S};
Loading

0 comments on commit 95e8869

Please sign in to comment.