knt-shared 1.10.6 → 1.10.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/dist/style.css CHANGED
@@ -779,11 +779,11 @@ video[data-v-b982f870] {
779
779
  }
780
780
 
781
781
  .basic-image {
782
- &[data-v-04c54d5a] {
782
+ &[data-v-71d2eff3] {
783
783
  display: inline-block;
784
784
  }
785
785
  .basic-image-empty {
786
- &[data-v-04c54d5a] {
786
+ &[data-v-71d2eff3] {
787
787
  display: flex;
788
788
  align-items: center;
789
789
  justify-content: center;
@@ -792,20 +792,20 @@ video[data-v-b982f870] {
792
792
  color: var(--color-text-3);
793
793
  font-size: 14px;
794
794
  }
795
- .empty-text[data-v-04c54d5a] {
795
+ .empty-text[data-v-71d2eff3] {
796
796
  color: var(--color-text-3);
797
797
  }
798
798
  }
799
799
  .basic-image-simple {
800
- &[data-v-04c54d5a] {
800
+ &[data-v-71d2eff3] {
801
801
  display: inline-block;
802
802
  }
803
803
  .image-wrapper {
804
- &[data-v-04c54d5a] {
804
+ &[data-v-71d2eff3] {
805
805
  position: relative;
806
806
  display: inline-block;
807
807
  }
808
- .image-count-badge[data-v-04c54d5a] {
808
+ .image-count-badge[data-v-71d2eff3] {
809
809
  position: absolute;
810
810
  top: 4px;
811
811
  right: 4px;
@@ -828,16 +828,16 @@ video[data-v-b982f870] {
828
828
  }
829
829
  }
830
830
  .basic-image-grid {
831
- &[data-v-04c54d5a] {
831
+ &[data-v-71d2eff3] {
832
832
  display: flex;
833
833
  flex-wrap: wrap;
834
834
  }
835
- .image-item[data-v-04c54d5a] {
835
+ .image-item[data-v-71d2eff3] {
836
836
  display: inline-block;
837
837
  }
838
838
  }
839
839
  }
840
- [data-v-04c54d5a] .arco-image {
840
+ [data-v-71d2eff3] .arco-image {
841
841
  display: inline-block;
842
842
  border-radius: 4px;
843
843
  overflow: hidden;
@@ -848,14 +848,21 @@ video[data-v-b982f870] {
848
848
  transform: translateY(-2px);
849
849
  }
850
850
  }
851
- [data-v-04c54d5a] .arco-image-img {
851
+ .basic-image--disabled[data-v-71d2eff3] .arco-image {
852
+ cursor: not-allowed;
853
+ &:hover {
854
+ box-shadow: none;
855
+ transform: none;
856
+ }
857
+ }
858
+ [data-v-71d2eff3] .arco-image-img {
852
859
  display: block;
853
860
  object-fit: cover;
854
861
  }
855
- [data-v-04c54d5a] .arco-image-error {
862
+ [data-v-71d2eff3] .arco-image-error {
856
863
  background: var(--color-fill-2);
857
864
  }
858
- [data-v-04c54d5a] .arco-image-loading {
865
+ [data-v-71d2eff3] .arco-image-loading {
859
866
  background: var(--color-fill-2);
860
867
  }
861
868
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.10.6",
3
+ "version": "1.10.7",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",