knt-shared 1.8.3 → 1.8.4

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
@@ -727,32 +727,32 @@ video[data-v-b982f870] {
727
727
  width: 100%;
728
728
  }
729
729
 
730
- .basic-description[data-v-f93aecf8] {
730
+ .basic-description[data-v-93ccbd39] {
731
731
  width: 100%;
732
732
  }
733
- .description-header[data-v-f93aecf8] {
733
+ .description-header[data-v-93ccbd39] {
734
734
  display: flex;
735
735
  justify-content: space-between;
736
736
  align-items: center;
737
737
  margin-bottom: 16px;
738
738
  }
739
- .description-title[data-v-f93aecf8] {
739
+ .description-title[data-v-93ccbd39] {
740
740
  font-size: 16px;
741
741
  font-weight: 600;
742
742
  display: flex;
743
743
  align-items: center;
744
744
  }
745
- .description-extra[data-v-f93aecf8] {
745
+ .description-extra[data-v-93ccbd39] {
746
746
  font-size: 14px;
747
747
  color: var(--color-text-3, #86909c);
748
748
  }
749
- .ml-2[data-v-f93aecf8] {
749
+ .ml-2[data-v-93ccbd39] {
750
750
  margin-left: 8px;
751
751
  }
752
- .cursor-help[data-v-f93aecf8] {
752
+ .cursor-help[data-v-93ccbd39] {
753
753
  cursor: help;
754
754
  }
755
- .text-gray-400[data-v-f93aecf8] {
755
+ .text-gray-400[data-v-93ccbd39] {
756
756
  color: var(--color-text-3, #86909c);
757
757
  }
758
758
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "knt-shared",
3
- "version": "1.8.3",
3
+ "version": "1.8.4",
4
4
  "description": "KNT共享组件库和工具函数",
5
5
  "author": "hss",
6
6
  "main": "dist/index.cjs.js",