@milaboratories/uikit 2.2.5 → 2.2.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/CHANGELOG.md +13 -0
- package/dist/pl-uikit.js +2412 -2419
- package/dist/pl-uikit.umd.cjs +10 -10
- package/dist/src/generated/icons-24.d.ts +1 -1
- package/dist/src/index.d.ts +2 -3
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/assets/icons/icon-assets/24_dna-add.svg +4 -0
- package/src/assets/icons/icon-assets/24_dna-import.svg +4 -0
- package/src/assets/icons/icon-assets/24_dna.svg +3 -3
- package/src/assets/icons/icon-assets-min/24_dna-add.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_dna-import.svg +1 -0
- package/src/assets/icons/icon-assets-min/24_dna.svg +1 -1
- package/src/assets/icons/icons-24-generated.json +2 -2
- package/src/assets/icons/icons-24-generated.scss +2 -2
- package/src/assets/icons/icons-set.scss +2 -1
- package/src/components/PlBtnSplit/pl-btn-split.scss +2 -3
- package/src/components/PlDropdown/PlDropdown.vue +1 -5
- package/src/components/PlLogView/PlLogView.vue +10 -1
- package/src/components/PlMaskIcon16/PlMaskIcon16.vue +7 -1
- package/src/components/PlMaskIcon24/PlMaskIcon24.vue +7 -1
- package/src/generated/icons-24.ts +2 -2
- package/src/index.ts +0 -1
- package/dist/src/components/PlCopyData/PlCopyData.vue.d.ts +0 -6
- package/dist/src/components/PlCopyData/index.d.ts +0 -1
- package/src/assets/icons/icon-assets/24_files-export.svg +0 -6
- package/src/assets/icons/icon-assets/24_files-import.svg +0 -6
- package/src/components/PlCopyData/PlCopyData.vue +0 -20
- package/src/components/PlCopyData/index.ts +0 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @milaboratories/uikit
|
|
2
2
|
|
|
3
|
+
## 2.2.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 40fe1d4: Used PlLogView to display errors and fixed a bug with the copy button
|
|
8
|
+
|
|
9
|
+
## 2.2.6
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- a53abfe: updated icons
|
|
14
|
+
- f908594: Fix dropdown label
|
|
15
|
+
|
|
3
16
|
## 2.2.5
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|