@milaboratories/uikit 2.2.84 → 2.2.86
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 +12 -0
- package/dist/pl-uikit.css +1 -1
- package/dist/pl-uikit.js +729 -729
- package/dist/pl-uikit.js.map +1 -1
- package/dist/src/components/PlIcon16/PlIcon16.vue.d.ts.map +1 -1
- package/dist/src/components/PlIcon24/PlIcon24.vue.d.ts.map +1 -1
- package/dist/src/components/PlSvg/PlSvg.vue.d.ts.map +1 -1
- package/dist/src/components/PlSvg/registry.d.ts +1 -1
- package/dist/src/components/PlSvg/registry.d.ts.map +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +3 -3
- package/src/components/PlDropdown/pl-dropdown.scss +1 -1
- package/src/components/PlDropdownMulti/pl-dropdown-multi.scss +2 -2
- package/src/components/PlIcon16/PlIcon16.vue +2 -0
- package/src/components/PlIcon24/PlIcon24.vue +2 -0
- package/src/components/PlSvg/PlSvg.vue +3 -1
- package/src/components/PlSvg/registry.ts +4 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @milaboratories/uikit
|
|
2
2
|
|
|
3
|
+
## 2.2.86
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- 8248b67: Fix svg icons ids collisions
|
|
8
|
+
|
|
9
|
+
## 2.2.85
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 2299e3e: Fix loading icon in the PlMultiDropdown and multi path mask icons (clipboard and similar)
|
|
14
|
+
|
|
3
15
|
## 2.2.84
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|