ui.shipaid.com 0.2.21 → 0.2.22
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/dist/widget.es.js
CHANGED
|
@@ -841,7 +841,7 @@ let LearnMorePopup = class extends s {
|
|
|
841
841
|
loss, damage, or liability arising from a contingent or unknown event,
|
|
842
842
|
but rather, through ShipAid brands provide a delivery guarantee whereby
|
|
843
843
|
if the product you ordered is not delivered in satisfactory condition,
|
|
844
|
-
the brand from which you ordered the product
|
|
844
|
+
the brand from which you ordered the product may replace the product
|
|
845
845
|
free of charge. ShipAid does not provide any products or services directly
|
|
846
846
|
to consumers, but instead provides a service that allow brands to facilitate
|
|
847
847
|
product replacement to their customers. Purchasing this guarantee does not
|
package/dist/widget.iife.js
CHANGED
|
@@ -211,7 +211,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
211
211
|
loss, damage, or liability arising from a contingent or unknown event,
|
|
212
212
|
but rather, through ShipAid brands provide a delivery guarantee whereby
|
|
213
213
|
if the product you ordered is not delivered in satisfactory condition,
|
|
214
|
-
the brand from which you ordered the product
|
|
214
|
+
the brand from which you ordered the product may replace the product
|
|
215
215
|
free of charge. ShipAid does not provide any products or services directly
|
|
216
216
|
to consumers, but instead provides a service that allow brands to facilitate
|
|
217
217
|
product replacement to their customers. Purchasing this guarantee does not
|
package/dist/widget.umd.js
CHANGED
|
@@ -211,7 +211,7 @@ function ht(t,e,i){return t?e():null==i?void 0:i()}const ct=h`
|
|
|
211
211
|
loss, damage, or liability arising from a contingent or unknown event,
|
|
212
212
|
but rather, through ShipAid brands provide a delivery guarantee whereby
|
|
213
213
|
if the product you ordered is not delivered in satisfactory condition,
|
|
214
|
-
the brand from which you ordered the product
|
|
214
|
+
the brand from which you ordered the product may replace the product
|
|
215
215
|
free of charge. ShipAid does not provide any products or services directly
|
|
216
216
|
to consumers, but instead provides a service that allow brands to facilitate
|
|
217
217
|
product replacement to their customers. Purchasing this guarantee does not
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ui.shipaid.com",
|
|
3
3
|
"private": false,
|
|
4
|
-
"version": "0.2.
|
|
4
|
+
"version": "0.2.22",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/widget.umd.js",
|
|
7
7
|
"unpkg": "dist/widget.iife.js",
|
|
@@ -14,11 +14,6 @@
|
|
|
14
14
|
"dist-types",
|
|
15
15
|
"dist"
|
|
16
16
|
],
|
|
17
|
-
"scripts": {
|
|
18
|
-
"develop": "vite",
|
|
19
|
-
"build": "tsc && node build",
|
|
20
|
-
"lint": "eslint . --ext=ts --fix"
|
|
21
|
-
},
|
|
22
17
|
"dependencies": {
|
|
23
18
|
"@lit-labs/task": "^1.1.3",
|
|
24
19
|
"lit": "^2.4.0",
|
|
@@ -38,5 +33,10 @@
|
|
|
38
33
|
"terser": "^5.15.1",
|
|
39
34
|
"typescript": "^4.8.4",
|
|
40
35
|
"vite": "^3.1.8"
|
|
36
|
+
},
|
|
37
|
+
"scripts": {
|
|
38
|
+
"develop": "vite",
|
|
39
|
+
"build": "tsc && node build",
|
|
40
|
+
"lint": "eslint . --ext=ts --fix"
|
|
41
41
|
}
|
|
42
|
-
}
|
|
42
|
+
}
|