@returnflows/shop-overlay 1.0.0 → 1.0.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.
- package/README.md +10 -1
- package/dist/index.esm.js +1 -12493
- package/dist/index.esm.js.map +1 -1
- package/package.json +18 -11
- package/dist/index.esm.css +0 -3
- package/dist/messages/da.json +0 -1
- package/dist/messages/de.json +0 -1
- package/dist/messages/en.json +0 -1
- package/dist/messages/es.json +0 -1
- package/dist/messages/fi.json +0 -1
- package/dist/messages/fr.json +0 -1
- package/dist/messages/it.json +0 -1
- package/dist/messages/nb.json +0 -1
- package/dist/messages/nl.json +0 -1
- package/dist/messages/pl.json +0 -1
- package/dist/messages/sv.json +0 -1
- package/dist/variables.css +0 -1
- package/dist/widget.css +0 -3
- package/dist/widget.js +0 -12006
package/README.md
CHANGED
|
@@ -973,4 +973,13 @@ await Returnflows.init({
|
|
|
973
973
|
|
|
974
974
|
## License
|
|
975
975
|
|
|
976
|
-
|
|
976
|
+
Copyright (c) 2026 Returnflows Systems ApS
|
|
977
|
+
|
|
978
|
+
All rights reserved.
|
|
979
|
+
|
|
980
|
+
This software and associated documentation files (the "Software") are the
|
|
981
|
+
proprietary property of Returnflows Systems ApS.
|
|
982
|
+
|
|
983
|
+
Unauthorized copying, distribution, modification, sublicensing, or use of
|
|
984
|
+
the Software is strictly prohibited without prior written permission from
|
|
985
|
+
Returnflows Systems ApS.
|