@dcrackel/hematournamentui 1.0.341 → 1.0.342
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/HemaTournamentUI-lib.es.js +3 -3
- package/dist/HemaTournamentUI-lib.umd.js +2 -2
- package/package.json +1 -1
- package/src/stories/Organisms/ComplexInputs/ImageCropper/ImageCropper.vue +1 -1
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.stories.js +6 -6
- package/src/stories/Templates/TournamentManagement/AddTournament/PageOne/AddTournamentPageOne.vue +1 -1
|
@@ -13029,7 +13029,7 @@ const Xc = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAZAAAACRCAYAAADtlO7dAA
|
|
|
13029
13029
|
},
|
|
13030
13030
|
computed: {
|
|
13031
13031
|
getClasses() {
|
|
13032
|
-
return this.customClass ? this.customClass : "h-
|
|
13032
|
+
return this.customClass ? this.customClass : "h-40 w-80 border-2 border-dashed rounded-lg bg-contain bg-contain bg-center bg-no-repeat";
|
|
13033
13033
|
},
|
|
13034
13034
|
getSkeletonClass() {
|
|
13035
13035
|
return this.customSkeletonClass ? this.customSkeletonClass : "border-2 h-40 w-80 border-dashed rounded-lg bg-quaternaryHighlight animate-pulse";
|
|
@@ -29832,10 +29832,10 @@ function IO(n, e, t, r, i, o) {
|
|
|
29832
29832
|
p(s, {
|
|
29833
29833
|
urlToImage: t.urlToImage,
|
|
29834
29834
|
uploadImageName: t.uploadImageName,
|
|
29835
|
-
|
|
29835
|
+
uploadServer: t.uploadServer,
|
|
29836
29836
|
imageServer: t.imageServer,
|
|
29837
29837
|
"onUpdate:url": o.handleNewImageUrl
|
|
29838
|
-
}, null, 8, ["urlToImage", "uploadImageName", "
|
|
29838
|
+
}, null, 8, ["urlToImage", "uploadImageName", "uploadServer", "imageServer", "onUpdate:url"])
|
|
29839
29839
|
]),
|
|
29840
29840
|
aO,
|
|
29841
29841
|
h("div", lO, [
|