knt-shared 1.4.7 → 1.4.8

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
@@ -656,10 +656,10 @@ video[data-v-e8cbf700] {
656
656
  padding: 8px 0;
657
657
  }
658
658
 
659
- .modal-wrapper[data-v-9c2dbbc8] {
659
+ .modal-wrapper[data-v-ce432825] {
660
660
  padding: 0;
661
661
  }
662
- .modal-title-actions[data-v-9c2dbbc8] {
662
+ .modal-title-actions[data-v-ce432825] {
663
663
  position: absolute;
664
664
  right: 0;
665
665
  top: 50%;
@@ -669,19 +669,19 @@ video[data-v-e8cbf700] {
669
669
  gap: 0.5rem;
670
670
  pointer-events: auto;
671
671
  }
672
- .modal-title-actions.has-close[data-v-9c2dbbc8] {
672
+ .modal-title-actions.has-close[data-v-ce432825] {
673
673
  right: 1.5rem;
674
674
  }
675
- .cursor-help[data-v-9c2dbbc8] {
675
+ .cursor-help[data-v-ce432825] {
676
676
  cursor: help;
677
677
  }
678
- .cursor-pointer[data-v-9c2dbbc8] {
678
+ .cursor-pointer[data-v-ce432825] {
679
679
  cursor: pointer;
680
680
  }
681
- .text-gray-400[data-v-9c2dbbc8] {
681
+ .text-gray-400[data-v-ce432825] {
682
682
  color: #9ca3af;
683
683
  }
684
- .w-full[data-v-9c2dbbc8] {
684
+ .w-full[data-v-ce432825] {
685
685
  width: 100%;
686
686
  }
687
687
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.4.7",
3
+ "version": "1.4.8",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",