@milaboratories/uikit 1.2.20 → 1.2.22
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.js +209 -203
- package/dist/pl-uikit.umd.cjs +4 -4
- package/dist/src/components/PlCheckboxGroup/PlCheckboxGroup.vue.d.ts +1 -1
- package/dist/src/helpers/utils.d.ts +1 -0
- package/dist/src/types.d.ts +13 -5
- package/dist/style.css +1 -1
- package/dist/tsconfig.lib.tsbuildinfo +1 -1
- package/package.json +2 -2
- package/src/assets/variables.scss +1 -0
- package/src/components/PlBtnGroup/PlBtnGroup.vue +11 -4
- package/src/components/PlCheckboxGroup/PlCheckboxGroup.vue +4 -4
- package/src/components/PlTooltip/pl-tooltip.scss +1 -1
- package/src/helpers/utils.ts +1 -0
- package/src/types.ts +19 -8
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,17 @@
|
|
|
1
1
|
# @milaboratories/uikit
|
|
2
2
|
|
|
3
|
+
## 1.2.22
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- f782eea: add "label or text" options to PlBtnGroup and PlCheckboxGroup components
|
|
8
|
+
|
|
9
|
+
## 1.2.21
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- 03933b1: fix tooltip z-index
|
|
14
|
+
|
|
3
15
|
## 1.2.20
|
|
4
16
|
|
|
5
17
|
### Patch Changes
|