@wizishop/img-manager 15.2.46 → 15.2.47

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.
@@ -4011,3 +4011,4 @@ class ImgManagerConfigDto {
4011
4011
 
4012
4012
  export { ApiService, CanvaButtonApi, CanvaService, ImageNotFoundService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
4013
4013
  //# sourceMappingURL=wizishop-img-manager.mjs.map
4014
+ //# sourceMappingURL=wizishop-img-manager.mjs.map
@@ -4026,3 +4026,4 @@ class ImgManagerConfigDto {
4026
4026
 
4027
4027
  export { ApiService, CanvaButtonApi, CanvaService, ImageNotFoundService, ImgApiDto, ImgManagerConfigDto, ImgManagerService, ImgSelectionService, RenamePictureService, WzImgManagerComponent, WzImgManagerModule };
4028
4028
  //# sourceMappingURL=wizishop-img-manager.mjs.map
4029
+ //# sourceMappingURL=wizishop-img-manager.mjs.map
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "15.2.46",
3
+ "version": "15.2.47",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
Binary file
@@ -2839,63 +2839,6 @@ $green-color: #2ecc71;
2839
2839
  }
2840
2840
  }
2841
2841
  }
2842
- .wz-img-manager .input-search.field {
2843
- padding: 10px 20px;
2844
- background-color: $gray-background;
2845
- @include media('<tablet') {
2846
- padding: 0!important;
2847
- background-color: $white;
2848
- }
2849
- &.small-padding {
2850
- padding: 10px 20px;
2851
- }
2852
- .input,
2853
- .input:focus,
2854
- .input.is-focused,
2855
- .input:active,
2856
- .input.is-active {
2857
- font-size: rem(14);
2858
- color: $main-text;
2859
- border: rem(1) solid $input-border-search;
2860
- box-shadow: none;
2861
- padding: rem(13.5) rem(20) rem(13.5) rem(48);
2862
- border-radius: rem(3);
2863
- margin: 0;
2864
- height: auto;
2865
- min-height: unset;
2866
-
2867
- &::placeholder {
2868
- color: $placeholder-color;
2869
- font-weight: normal;
2870
- }
2871
- }
2872
-
2873
- .input:focus,
2874
- .input.is-focused,
2875
- .input:active,
2876
- .input.is-active {
2877
- border-color: $wizishop-blue;
2878
- }
2879
-
2880
- .icon {
2881
- position: absolute;
2882
- top: 50%;
2883
- left: 20px;
2884
- font-size: rem(18);
2885
- transform: translateY(-50%);
2886
- pointer-events: none;
2887
- font-weight: 400;
2888
- color: $placeholder-color;
2889
- margin: 0;
2890
- width: rem(18);
2891
- height: rem(18);
2892
- }
2893
- }
2894
-
2895
- .wz-img-manager .wz-img-manager__module:not(.wz-img-manager__module--window) .pexels-lib__search .input-search.field {
2896
- padding: 0;
2897
- background-color: transparent;
2898
- }
2899
2842
  .wz-img-manager .dropdownWizi {
2900
2843
  padding: 10px;
2901
2844
 
@@ -3010,8 +2953,177 @@ $green-color: #2ecc71;
3010
2953
 
3011
2954
  .dropdownWizi:not(.is-hoverable) {
3012
2955
  cursor: not-allowed;
2956
+ }.wz-img-manager .input-search.field {
2957
+ padding: 10px 20px;
2958
+ background-color: $gray-background;
2959
+ @include media('<tablet') {
2960
+ padding: 0!important;
2961
+ background-color: $white;
2962
+ }
2963
+ &.small-padding {
2964
+ padding: 10px 20px;
2965
+ }
2966
+ .input,
2967
+ .input:focus,
2968
+ .input.is-focused,
2969
+ .input:active,
2970
+ .input.is-active {
2971
+ font-size: rem(14);
2972
+ color: $main-text;
2973
+ border: rem(1) solid $input-border-search;
2974
+ box-shadow: none;
2975
+ padding: rem(13.5) rem(20) rem(13.5) rem(48);
2976
+ border-radius: rem(3);
2977
+ margin: 0;
2978
+ height: auto;
2979
+ min-height: unset;
2980
+
2981
+ &::placeholder {
2982
+ color: $placeholder-color;
2983
+ font-weight: normal;
2984
+ }
2985
+ }
2986
+
2987
+ .input:focus,
2988
+ .input.is-focused,
2989
+ .input:active,
2990
+ .input.is-active {
2991
+ border-color: $wizishop-blue;
2992
+ }
2993
+
2994
+ .icon {
2995
+ position: absolute;
2996
+ top: 50%;
2997
+ left: 20px;
2998
+ font-size: rem(18);
2999
+ transform: translateY(-50%);
3000
+ pointer-events: none;
3001
+ font-weight: 400;
3002
+ color: $placeholder-color;
3003
+ margin: 0;
3004
+ width: rem(18);
3005
+ height: rem(18);
3006
+ }
3007
+ }
3008
+
3009
+ .wz-img-manager .wz-img-manager__module:not(.wz-img-manager__module--window) .pexels-lib__search .input-search.field {
3010
+ padding: 0;
3011
+ background-color: transparent;
3012
+ }
3013
+ .wz-img-manager .wz-pagination {
3014
+ width: 100%;
3015
+ padding: 0;
3016
+
3017
+ &__wrapper {
3018
+ @include flexbox();
3019
+ @include justify-content(flex-end);
3020
+ padding: 0 17px 0 0;
3021
+
3022
+ @include media('<tablet') {
3023
+ padding: 0;
3024
+ justify-content: space-between;
3025
+ }
3026
+
3027
+ &__page {
3028
+ margin-right: 30px;
3029
+ padding: 4px 0 5px 0;
3030
+
3031
+ @include media('<tablet') {
3032
+ margin: 0 20px 20px 0;
3033
+ }
3034
+
3035
+ @include flexbox();
3036
+
3037
+ p {
3038
+ margin: 4px 11px 4px 0;
3039
+ font-size: 14px;
3040
+ line-height: 24px;
3041
+ color: $second-color;
3042
+ }
3043
+
3044
+ select {
3045
+ width: 50px;
3046
+ font-size: 14px;
3047
+ line-height: 24px;
3048
+ color: $second-color;
3049
+ padding: 3px 26px 3px 15px;
3050
+ border: 1px solid $border-form;
3051
+ border-radius: 3px;
3052
+ -webkit-appearance: none;
3053
+ -moz-appearance: none;
3054
+ text-indent: 0;
3055
+ text-overflow: '';
3056
+ background: transparent
3057
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
3058
+ top 8px right 12px / 10px 10px no-repeat;
3059
+ }
3060
+
3061
+ select::-ms-expand {
3062
+ display: none;
3063
+ }
3064
+ }
3065
+
3066
+ &__elements {
3067
+ margin-right: 30px;
3068
+ @include media('<tablet') {
3069
+ display: none;
3070
+ }
3071
+
3072
+ p {
3073
+ margin: 8px 0 9px 0;
3074
+ font-size: 14px;
3075
+ line-height: 24px;
3076
+ color: $dark;
3077
+ }
3078
+ }
3079
+
3080
+ &__arrows {
3081
+ @include flexbox();
3082
+
3083
+ &__arrow {
3084
+ width: 40px;
3085
+ height: 40px;
3086
+ padding: 9px 14px;
3087
+ border: 1px solid $border-form;
3088
+ border-radius: 3px;
3089
+ cursor: pointer;
3090
+ display: flex;
3091
+ align-items: center;
3092
+
3093
+ span {
3094
+ display: inline-block;
3095
+ width: 10px;
3096
+ height: 15px;
3097
+ }
3098
+
3099
+ &--left {
3100
+ margin-right: 10px;
3101
+
3102
+ span {
3103
+ background: transparent
3104
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
3105
+ center center / 10px 12px no-repeat;
3106
+ }
3107
+ }
3108
+
3109
+ &--right {
3110
+ span {
3111
+ background: transparent
3112
+ url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
3113
+ center center / 10px 12px no-repeat;
3114
+ }
3115
+ }
3116
+
3117
+ &--disabled {
3118
+ border-color: $background-color;
3119
+ background-color: $background-color;
3120
+ }
3121
+ }
3122
+ }
3123
+ }
3013
3124
  }
3014
3125
 
3126
+
3015
3127
  .wac {
3016
3128
  &-select {
3017
3129
  width: 100%;
@@ -3303,118 +3415,6 @@ $green-color: #2ecc71;
3303
3415
  }
3304
3416
  }
3305
3417
  }
3306
- .wz-img-manager .wz-pagination {
3307
- width: 100%;
3308
- padding: 0;
3309
-
3310
- &__wrapper {
3311
- @include flexbox();
3312
- @include justify-content(flex-end);
3313
- padding: 0 17px 0 0;
3314
-
3315
- @include media('<tablet') {
3316
- padding: 0;
3317
- justify-content: space-between;
3318
- }
3319
-
3320
- &__page {
3321
- margin-right: 30px;
3322
- padding: 4px 0 5px 0;
3323
-
3324
- @include media('<tablet') {
3325
- margin: 0 20px 20px 0;
3326
- }
3327
-
3328
- @include flexbox();
3329
-
3330
- p {
3331
- margin: 4px 11px 4px 0;
3332
- font-size: 14px;
3333
- line-height: 24px;
3334
- color: $second-color;
3335
- }
3336
-
3337
- select {
3338
- width: 50px;
3339
- font-size: 14px;
3340
- line-height: 24px;
3341
- color: $second-color;
3342
- padding: 3px 26px 3px 15px;
3343
- border: 1px solid $border-form;
3344
- border-radius: 3px;
3345
- -webkit-appearance: none;
3346
- -moz-appearance: none;
3347
- text-indent: 0;
3348
- text-overflow: '';
3349
- background: transparent
3350
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='sort-down' viewBox='0 0 320 512' class='svg-inline--fa fa-sort-down fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M41 288h238c21.4 0 32.1 25.9 17 41L177 448c-9.4 9.4-24.6 9.4-33.9 0L24 329c-15.1-15.1-4.4-41 17-41z'/%3E%3C/svg%3E")
3351
- top 8px right 12px / 10px 10px no-repeat;
3352
- }
3353
-
3354
- select::-ms-expand {
3355
- display: none;
3356
- }
3357
- }
3358
-
3359
- &__elements {
3360
- margin-right: 30px;
3361
- @include media('<tablet') {
3362
- display: none;
3363
- }
3364
-
3365
- p {
3366
- margin: 8px 0 9px 0;
3367
- font-size: 14px;
3368
- line-height: 24px;
3369
- color: $dark;
3370
- }
3371
- }
3372
-
3373
- &__arrows {
3374
- @include flexbox();
3375
-
3376
- &__arrow {
3377
- width: 40px;
3378
- height: 40px;
3379
- padding: 9px 14px;
3380
- border: 1px solid $border-form;
3381
- border-radius: 3px;
3382
- cursor: pointer;
3383
- display: flex;
3384
- align-items: center;
3385
-
3386
- span {
3387
- display: inline-block;
3388
- width: 10px;
3389
- height: 15px;
3390
- }
3391
-
3392
- &--left {
3393
- margin-right: 10px;
3394
-
3395
- span {
3396
- background: transparent
3397
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-left' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-left fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M34.52 239.03L228.87 44.69c9.37-9.37 24.57-9.37 33.94 0l22.67 22.67c9.36 9.36 9.37 24.52.04 33.9L131.49 256l154.02 154.75c9.34 9.38 9.32 24.54-.04 33.9l-22.67 22.67c-9.37 9.37-24.57 9.37-33.94 0L34.52 272.97c-9.37-9.37-9.37-24.57 0-33.94z'/%3E%3C/svg%3E")
3398
- center center / 10px 12px no-repeat;
3399
- }
3400
- }
3401
-
3402
- &--right {
3403
- span {
3404
- background: transparent
3405
- url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' aria-hidden='true' data-prefix='fas' data-icon='chevron-right' viewBox='0 0 320 512' class='svg-inline--fa fa-chevron-right fa-w-10 fa-7x'%3E%3Cpath fill='%23526384' d='M285.476 272.971L91.132 467.314c-9.373 9.373-24.569 9.373-33.941 0l-22.667-22.667c-9.357-9.357-9.375-24.522-.04-33.901L188.505 256 34.484 101.255c-9.335-9.379-9.317-24.544.04-33.901l22.667-22.667c9.373-9.373 24.569-9.373 33.941 0L285.475 239.03c9.373 9.372 9.373 24.568.001 33.941z'/%3E%3C/svg%3E")
3406
- center center / 10px 12px no-repeat;
3407
- }
3408
- }
3409
-
3410
- &--disabled {
3411
- border-color: $background-color;
3412
- background-color: $background-color;
3413
- }
3414
- }
3415
- }
3416
- }
3417
- }
3418
3418
  .wz-img-manager .wz-table {
3419
3419
  width: 100%;
3420
3420
 
Binary file