@wizishop/img-manager 18.2.0-beta → 18.2.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@wizishop/img-manager",
3
- "version": "18.2.0-beta",
3
+ "version": "18.2.0",
4
4
  "description": "The best and the most beautiful image manager.",
5
5
  "repository": {
6
6
  "type": "git",
@@ -29,7 +29,7 @@
29
29
  "@angular/router": "^18.2.0",
30
30
  "@ngx-translate/core": "^14.0.0",
31
31
  "@ngx-translate/http-loader": "^7.0.0",
32
- "@wizishop/img-manager": "^15.0.1",
32
+ "@wizishop/img-manager": "^15.2.51",
33
33
  "@wizishop/ng-wizi-bulma": "^17.0.0",
34
34
  "bourbon": "^7.3.0",
35
35
  "bulma": "^0.9.4",
@@ -38,7 +38,7 @@
38
38
  "bundle-scss": "^1.4.17",
39
39
  "include-media": "^1.4.10",
40
40
  "ngx-image-cropper": "^6.3.2",
41
- "ngx-scrollbar": "^10.0.1",
41
+ "ngx-scrollbar": "^11.0.0",
42
42
  "nodemon": "^2.0.20",
43
43
  "rxjs": "^7.8.1",
44
44
  "sass": "^1.64.2",
Binary file
@@ -2671,66 +2671,7 @@ image-cropper {
2671
2671
  font-size: rem(16);
2672
2672
  color: $main-text;
2673
2673
  }
2674
- }$default-color-p-alert: #1e5568;
2675
- $success-color-p-alert: #11552e;
2676
- $warning-color-p-alert: #3a0505;
2677
- $primary-button: #e95656;
2678
- $link-color: #52aecd;
2679
- $green-color: #2ecc71;
2680
-
2681
- .wz-alert {
2682
- width: 100%;
2683
- background-color: transparentize($link-color, 0.85);
2684
- color: $link-color;
2685
- border-radius: 3px;
2686
- display: flex;
2687
- flex-wrap: nowrap;
2688
- justify-content: space-between;
2689
- padding: 20px;
2690
- &.success {
2691
- background-color: transparentize($green-color, 0.85);
2692
- p {
2693
- color: $success-color-p-alert;
2694
- > * {
2695
- color: $success-color-p-alert;
2696
- }
2697
- }
2698
- i {
2699
- color: $green-color;
2700
- }
2701
- }
2702
- &.warning {
2703
- background-color: transparentize($primary-button, 0.85);
2704
- p {
2705
- color: $warning-color-p-alert;
2706
- > * {
2707
- color: $warning-color-p-alert;
2708
- }
2709
- }
2710
- i {
2711
- color: $primary-button;
2712
- }
2713
- }
2714
- p {
2715
- width: 100%;
2716
- font-size: rem(14);
2717
- line-height: rem(25);
2718
- margin: 0;
2719
- padding: 0;
2720
- color: $default-color-p-alert;
2721
- > * {
2722
- color: $default-color-p-alert;
2723
- }
2724
- }
2725
- i {
2726
- width: auto;
2727
- margin: 0 10px 0 0;
2728
- color: inherit;
2729
- font-size: rem(14);
2730
- line-height: rem(25);
2731
- }
2732
- }
2733
- .wz-img-manager .is-checkradio[type='checkbox'] {
2674
+ }.wz-img-manager .is-checkradio[type='checkbox'] {
2734
2675
  outline: 0 !important;
2735
2676
  & + label {
2736
2677
  font-size: rem(14);
@@ -2839,6 +2780,65 @@ $green-color: #2ecc71;
2839
2780
  }
2840
2781
  }
2841
2782
  }
2783
+ $default-color-p-alert: #1e5568;
2784
+ $success-color-p-alert: #11552e;
2785
+ $warning-color-p-alert: #3a0505;
2786
+ $primary-button: #e95656;
2787
+ $link-color: #52aecd;
2788
+ $green-color: #2ecc71;
2789
+
2790
+ .wz-alert {
2791
+ width: 100%;
2792
+ background-color: transparentize($link-color, 0.85);
2793
+ color: $link-color;
2794
+ border-radius: 3px;
2795
+ display: flex;
2796
+ flex-wrap: nowrap;
2797
+ justify-content: space-between;
2798
+ padding: 20px;
2799
+ &.success {
2800
+ background-color: transparentize($green-color, 0.85);
2801
+ p {
2802
+ color: $success-color-p-alert;
2803
+ > * {
2804
+ color: $success-color-p-alert;
2805
+ }
2806
+ }
2807
+ i {
2808
+ color: $green-color;
2809
+ }
2810
+ }
2811
+ &.warning {
2812
+ background-color: transparentize($primary-button, 0.85);
2813
+ p {
2814
+ color: $warning-color-p-alert;
2815
+ > * {
2816
+ color: $warning-color-p-alert;
2817
+ }
2818
+ }
2819
+ i {
2820
+ color: $primary-button;
2821
+ }
2822
+ }
2823
+ p {
2824
+ width: 100%;
2825
+ font-size: rem(14);
2826
+ line-height: rem(25);
2827
+ margin: 0;
2828
+ padding: 0;
2829
+ color: $default-color-p-alert;
2830
+ > * {
2831
+ color: $default-color-p-alert;
2832
+ }
2833
+ }
2834
+ i {
2835
+ width: auto;
2836
+ margin: 0 10px 0 0;
2837
+ color: inherit;
2838
+ font-size: rem(14);
2839
+ line-height: rem(25);
2840
+ }
2841
+ }
2842
2842
  .wz-img-manager .dropdownWizi {
2843
2843
  padding: 10px;
2844
2844