vviinn-widgets 2.187.1 → 2.189.0
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/cjs/{Rectangle-CZZscCRf.js → Rectangle-DVEulpFu.js} +1 -11
- package/dist/cjs/checkDeviceType-iUhpuLlH.js +3360 -0
- package/dist/cjs/{index-BAjrurXm.js → index-DZMV2ChQ.js} +1 -1
- package/dist/cjs/index-OrE9ITel.js +4 -4
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/{package-Dx1rWcJd.js → package-CN6WlYoJ.js} +1 -1
- package/dist/cjs/{resources-5_Y1cO9T.js → resources-cQWt9LRT.js} +2 -2
- package/dist/cjs/{search.store-CboMGQjl.js → search.store-CT4luzT3.js} +5 -2
- package/dist/cjs/vviinn-button_6.cjs.entry.js +3 -3
- package/dist/cjs/vviinn-camera_11.cjs.entry.js +51 -3371
- package/dist/cjs/vviinn-carousel_10.cjs.entry.js +5 -5
- package/dist/cjs/vviinn-detected-object_2.cjs.entry.js +5 -2
- package/dist/cjs/vviinn-selected-filters.cjs.entry.js +3 -3
- package/dist/cjs/vviinn-shop-the-look.cjs.entry.js +347 -122
- package/dist/cjs/vviinn-text-search.cjs.entry.js +3 -3
- package/dist/cjs/vviinn-vps-button.cjs.entry.js +2 -2
- package/dist/cjs/vviinn-widgets.cjs.js +1 -1
- package/dist/collection/Image/error.js +2 -1
- package/dist/collection/components/vviinn-carousel/vviinn-carousel.js +2 -2
- package/dist/collection/components/vviinn-cropper/helpers/cropperUtils.js +4 -0
- package/dist/collection/components/vviinn-cropper/helpers/isCropBoxDataSimilar.js +1 -1
- package/dist/collection/components/vviinn-cropper/vviinn-cropper.css +79 -79
- package/dist/collection/components/vviinn-cropper/vviinn-cropper.js +9 -17
- package/dist/collection/components/vviinn-cropper/vviinn-detected-object/vviinn-detected-object.js +4 -1
- package/dist/collection/components/vviinn-image-selector/vviinn-image-selector.js +20 -11
- package/dist/collection/components/vviinn-shop-the-look/constants.js +2 -0
- package/dist/collection/components/vviinn-shop-the-look/cropper-manager.js +86 -0
- package/dist/collection/components/vviinn-shop-the-look/helpers.js +16 -6
- package/dist/collection/components/vviinn-shop-the-look/render-helpers.js +17 -17
- package/dist/collection/components/vviinn-shop-the-look/store.js +6 -3
- package/dist/collection/components/vviinn-shop-the-look/vviinn-shop-the-look.css +234 -51
- package/dist/collection/components/vviinn-shop-the-look/vviinn-shop-the-look.js +244 -88
- package/dist/collection/components/vviinn-vpr-widget/vviinn-vpr-widget.js +1 -1
- package/dist/collection/components/vviinn-vps-button/vviinn-vps-button.js +2 -2
- package/dist/collection/components/vviinn-vps-widget/vviinn-vps-widget.js +16 -16
- package/dist/collection/geometry/Rectangle.js +0 -10
- package/dist/collection/locale/resources.js +2 -2
- package/dist/esm/{Rectangle-CSbPt3n5.js → Rectangle-DGBESJrE.js} +1 -11
- package/dist/esm/checkDeviceType-BFZcnzQf.js +3349 -0
- package/dist/esm/{index-8tPnpRCd.js → index-BIViS3eV.js} +1 -1
- package/dist/esm/index-C5qrIvmr.js +4 -4
- package/dist/esm/loader.js +1 -1
- package/dist/esm/{package-BJwEbwzt.js → package-B82dIeWY.js} +1 -1
- package/dist/esm/{resources-Bv3dEgL8.js → resources-CHDT594L.js} +2 -2
- package/dist/esm/{search.store-2NcP343v.js → search.store-DLJr8QhM.js} +4 -3
- package/dist/esm/vviinn-button_6.entry.js +3 -3
- package/dist/esm/vviinn-camera_11.entry.js +45 -3365
- package/dist/esm/vviinn-carousel_10.entry.js +5 -5
- package/dist/esm/vviinn-detected-object_2.entry.js +5 -2
- package/dist/esm/vviinn-selected-filters.entry.js +3 -3
- package/dist/esm/vviinn-shop-the-look.entry.js +347 -122
- package/dist/esm/vviinn-text-search.entry.js +3 -3
- package/dist/esm/vviinn-vps-button.entry.js +2 -2
- package/dist/esm/vviinn-widgets.js +1 -1
- package/dist/types/Image/error.d.ts +1 -0
- package/dist/types/components/vviinn-cropper/helpers/cropperUtils.d.ts +3 -0
- package/dist/types/components/vviinn-cropper/helpers/isCropBoxDataSimilar.d.ts +1 -1
- package/dist/types/components/vviinn-cropper/vviinn-cropper.d.ts +0 -1
- package/dist/types/components/vviinn-image-selector/vviinn-image-selector.d.ts +2 -2
- package/dist/types/components/vviinn-shop-the-look/constants.d.ts +2 -0
- package/dist/types/components/vviinn-shop-the-look/cropper-manager.d.ts +18 -0
- package/dist/types/components/vviinn-shop-the-look/helpers.d.ts +4 -2
- package/dist/types/components/vviinn-shop-the-look/render-helpers.d.ts +3 -1
- package/dist/types/components/vviinn-shop-the-look/store.d.ts +1 -1
- package/dist/types/components/vviinn-shop-the-look/vviinn-shop-the-look.d.ts +22 -6
- package/dist/types/components/vviinn-suggestions/render-helpers.d.ts +2 -4
- package/dist/types/components/vviinn-vps-button/vviinn-vps-button.d.ts +1 -1
- package/dist/types/components/vviinn-vps-widget/vviinn-vps-widget.d.ts +2 -2
- package/dist/types/components.d.ts +13 -5
- package/dist/types/geometry/Rectangle.d.ts +0 -1
- package/dist/types/interfaces/generated.d.ts +23 -6
- package/dist/vviinn-widgets/p-1152fa0e.entry.js +1 -0
- package/{www/build/p-eae57d6f.entry.js → dist/vviinn-widgets/p-256b88e4.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-dd65398d.entry.js → p-2b84bf8e.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-aa159eb1.entry.js → p-30a6e803.entry.js} +1 -1
- package/dist/vviinn-widgets/p-41b337dd.entry.js +1 -0
- package/dist/vviinn-widgets/{p-16474049.entry.js → p-80eb9975.entry.js} +1 -1
- package/{www/build/p-89e3e11e.entry.js → dist/vviinn-widgets/p-93335b84.entry.js} +1 -1
- package/dist/vviinn-widgets/{p-BJwEbwzt.js → p-B82dIeWY.js} +1 -1
- package/dist/vviinn-widgets/p-BiDe0ltU.js +1 -0
- package/dist/vviinn-widgets/p-BmijCx0f.js +10 -0
- package/dist/vviinn-widgets/p-CHDT594L.js +1 -0
- package/{www/build/p-Cng0jTr5.js → dist/vviinn-widgets/p-D3T7gXzV.js} +1 -1
- package/dist/vviinn-widgets/{p-D_K0dnDl.js → p-DtaDzVqa.js} +1 -1
- package/dist/vviinn-widgets/p-b78ab652.entry.js +1 -0
- package/dist/vviinn-widgets/vviinn-widgets.esm.js +1 -1
- package/package.json +1 -1
- package/www/build/p-1152fa0e.entry.js +1 -0
- package/{dist/vviinn-widgets/p-eae57d6f.entry.js → www/build/p-256b88e4.entry.js} +1 -1
- package/www/build/{p-dd65398d.entry.js → p-2b84bf8e.entry.js} +1 -1
- package/www/build/{p-aa159eb1.entry.js → p-30a6e803.entry.js} +1 -1
- package/www/build/p-41b337dd.entry.js +1 -0
- package/www/build/{p-16474049.entry.js → p-80eb9975.entry.js} +1 -1
- package/{dist/vviinn-widgets/p-89e3e11e.entry.js → www/build/p-93335b84.entry.js} +1 -1
- package/www/build/{p-BJwEbwzt.js → p-B82dIeWY.js} +1 -1
- package/www/build/p-BiDe0ltU.js +1 -0
- package/www/build/p-BmijCx0f.js +10 -0
- package/www/build/p-CHDT594L.js +1 -0
- package/{dist/vviinn-widgets/p-Cng0jTr5.js → www/build/p-D3T7gXzV.js} +1 -1
- package/www/build/{p-D_K0dnDl.js → p-DtaDzVqa.js} +1 -1
- package/www/build/p-b78ab652.entry.js +1 -0
- package/www/build/p-c7ba294f.js +1 -0
- package/www/build/vviinn-widgets.esm.js +1 -1
- package/www/index.html +1 -1
- package/dist/cjs/checkDeviceType-d9LZIrpz.js +0 -25
- package/dist/esm/checkDeviceType-CVK6UYiH.js +0 -22
- package/dist/vviinn-widgets/p-1e444e1a.entry.js +0 -1
- package/dist/vviinn-widgets/p-68909303.entry.js +0 -1
- package/dist/vviinn-widgets/p-Bv3dEgL8.js +0 -1
- package/dist/vviinn-widgets/p-CAoMqkUD.js +0 -1
- package/dist/vviinn-widgets/p-CVK6UYiH.js +0 -1
- package/dist/vviinn-widgets/p-e3427164.entry.js +0 -10
- package/www/build/p-1e444e1a.entry.js +0 -1
- package/www/build/p-68909303.entry.js +0 -1
- package/www/build/p-Bv3dEgL8.js +0 -1
- package/www/build/p-CAoMqkUD.js +0 -1
- package/www/build/p-CVK6UYiH.js +0 -1
- package/www/build/p-d92707cf.js +0 -1
- package/www/build/p-e3427164.entry.js +0 -10
|
@@ -8964,16 +8964,6 @@ const fromImage = (image) => {
|
|
|
8964
8964
|
height: image.height,
|
|
8965
8965
|
};
|
|
8966
8966
|
};
|
|
8967
|
-
const fromRenderedImage = (image) => {
|
|
8968
|
-
if (!image)
|
|
8969
|
-
return null;
|
|
8970
|
-
return {
|
|
8971
|
-
left: 0,
|
|
8972
|
-
top: 0,
|
|
8973
|
-
width: image.offsetWidth,
|
|
8974
|
-
height: image.offsetHeight,
|
|
8975
|
-
};
|
|
8976
|
-
};
|
|
8977
8967
|
const scaleWithSized = (s) => (r) => {
|
|
8978
8968
|
return {
|
|
8979
8969
|
left: r.left * s.width,
|
|
@@ -9021,7 +9011,6 @@ exports.divideOnSized = divideOnSized;
|
|
|
9021
9011
|
exports.fromEither = fromEither;
|
|
9022
9012
|
exports.fromImage = fromImage;
|
|
9023
9013
|
exports.fromNullable = fromNullable$1;
|
|
9024
|
-
exports.fromRenderedImage = fromRenderedImage;
|
|
9025
9014
|
exports.fromTask = fromTask;
|
|
9026
9015
|
exports.getApiPath = getApiPath;
|
|
9027
9016
|
exports.getOrElse = getOrElse$3;
|
|
@@ -9030,6 +9019,7 @@ exports.getOrElseW = getOrElseW;
|
|
|
9030
9019
|
exports.has = has;
|
|
9031
9020
|
exports.invalidTokenError = invalidTokenError;
|
|
9032
9021
|
exports.isClickedInRectBound = isClickedInRectBound;
|
|
9022
|
+
exports.isLeft = isLeft;
|
|
9033
9023
|
exports.isSome = isSome;
|
|
9034
9024
|
exports.left = left;
|
|
9035
9025
|
exports.makeRequest = makeRequest;
|