isometrik-chat 4.0.5 → 4.0.7
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/build/index.css +7 -6
- package/build/index.js +31 -31
- package/package.json +1 -1
package/build/index.css
CHANGED
|
@@ -950,13 +950,13 @@ vertical-align:-webkit-baseline-middle;
|
|
|
950
950
|
}
|
|
951
951
|
|
|
952
952
|
/*!
|
|
953
|
-
* Cropper.js v1.6.
|
|
953
|
+
* Cropper.js v1.6.2
|
|
954
954
|
* https://fengyuanchen.github.io/cropperjs
|
|
955
955
|
*
|
|
956
956
|
* Copyright 2015-present Chen Fengyuan
|
|
957
957
|
* Released under the MIT license
|
|
958
958
|
*
|
|
959
|
-
* Date:
|
|
959
|
+
* Date: 2024-04-21T07:43:02.731Z
|
|
960
960
|
*/
|
|
961
961
|
|
|
962
962
|
.cropper-container {
|
|
@@ -966,6 +966,7 @@ vertical-align:-webkit-baseline-middle;
|
|
|
966
966
|
position: relative;
|
|
967
967
|
-ms-touch-action: none;
|
|
968
968
|
touch-action: none;
|
|
969
|
+
-webkit-touch-callout: none;
|
|
969
970
|
-webkit-user-select: none;
|
|
970
971
|
-moz-user-select: none;
|
|
971
972
|
-ms-user-select: none;
|
|
@@ -1015,7 +1016,7 @@ vertical-align:-webkit-baseline-middle;
|
|
|
1015
1016
|
display: block;
|
|
1016
1017
|
height: 100%;
|
|
1017
1018
|
outline: 1px solid #39f;
|
|
1018
|
-
outline-color: rgba(51, 153, 255, 75
|
|
1019
|
+
outline-color: rgba(51, 153, 255, 0.75);
|
|
1019
1020
|
overflow: hidden;
|
|
1020
1021
|
width: 100%;
|
|
1021
1022
|
}
|
|
@@ -1058,7 +1059,7 @@ vertical-align:-webkit-baseline-middle;
|
|
|
1058
1059
|
.cropper-center::before,
|
|
1059
1060
|
.cropper-center::after {
|
|
1060
1061
|
background-color: #eee;
|
|
1061
|
-
content:
|
|
1062
|
+
content: ' ';
|
|
1062
1063
|
display: block;
|
|
1063
1064
|
position: absolute;
|
|
1064
1065
|
}
|
|
@@ -1215,7 +1216,7 @@ vertical-align:-webkit-baseline-middle;
|
|
|
1215
1216
|
.cropper-point.point-se::before {
|
|
1216
1217
|
background-color: #39f;
|
|
1217
1218
|
bottom: -50%;
|
|
1218
|
-
content:
|
|
1219
|
+
content: ' ';
|
|
1219
1220
|
display: block;
|
|
1220
1221
|
height: 200%;
|
|
1221
1222
|
opacity: 0;
|
|
@@ -1229,7 +1230,7 @@ vertical-align:-webkit-baseline-middle;
|
|
|
1229
1230
|
}
|
|
1230
1231
|
|
|
1231
1232
|
.cropper-bg {
|
|
1232
|
-
background-image: url(
|
|
1233
|
+
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
|
|
1233
1234
|
}
|
|
1234
1235
|
|
|
1235
1236
|
.cropper-hide {
|