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/components/Description/BasicDescription.vue.d.ts +8 -5
- package/dist/components/Description/BasicDescription.vue.d.ts.map +1 -1
- package/dist/components/Description/types.d.ts +17 -5
- package/dist/components/Description/types.d.ts.map +1 -1
- package/dist/components/Form/componentMap.d.ts +15 -15
- package/dist/components/Image/BasicImage.vue.d.ts +1 -1
- package/dist/components/ReadonlyField/BasicReadonlyField.vue.d.ts +1 -1
- package/dist/components/Table/components/componentMap.d.ts +15 -15
- package/dist/components/Upload/BasicUpload.vue.d.ts +1 -1
- package/dist/index.cjs.js +59 -12
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.esm.js +59 -12
- package/dist/index.esm.js.map +1 -1
- package/dist/style.css +7 -7
- package/package.json +1 -1
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-
|
|
730
|
+
.basic-description[data-v-93ccbd39] {
|
|
731
731
|
width: 100%;
|
|
732
732
|
}
|
|
733
|
-
.description-header[data-v-
|
|
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-
|
|
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-
|
|
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-
|
|
749
|
+
.ml-2[data-v-93ccbd39] {
|
|
750
750
|
margin-left: 8px;
|
|
751
751
|
}
|
|
752
|
-
.cursor-help[data-v-
|
|
752
|
+
.cursor-help[data-v-93ccbd39] {
|
|
753
753
|
cursor: help;
|
|
754
754
|
}
|
|
755
|
-
.text-gray-400[data-v-
|
|
755
|
+
.text-gray-400[data-v-93ccbd39] {
|
|
756
756
|
color: var(--color-text-3, #86909c);
|
|
757
757
|
}
|
|
758
758
|
|