@milaboratories/uikit 2.0.0 → 2.0.2

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.
Files changed (29) hide show
  1. package/CHANGELOG.md +12 -0
  2. package/dist/pl-uikit.js +1564 -1502
  3. package/dist/pl-uikit.umd.cjs +4 -4
  4. package/dist/src/components/PlCopyData/PlCopyData.vue.d.ts +6 -0
  5. package/dist/src/components/PlCopyData/index.d.ts +1 -0
  6. package/dist/src/components/PlNotificationAlert/PlNotificationAlert.vue.d.ts +34 -0
  7. package/dist/src/components/PlNotificationAlert/index.d.ts +1 -0
  8. package/dist/src/components/PlSpacer/PlSpacer.vue.d.ts +2 -0
  9. package/dist/src/components/PlSpacer/index.d.ts +1 -0
  10. package/dist/src/generated/icons-24.d.ts +1 -1
  11. package/dist/src/index.d.ts +3 -0
  12. package/dist/style.css +1 -1
  13. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  14. package/package.json +3 -3
  15. package/src/assets/icons/icon-assets/24_delete-bin.svg +7 -0
  16. package/src/assets/icons/icon-assets-min/24_delete-bin.svg +1 -0
  17. package/src/assets/icons/icons-24-generated.json +1 -0
  18. package/src/assets/icons/icons-24-generated.scss +1 -0
  19. package/src/assets/typography.scss +1 -1
  20. package/src/components/PlCopyData/PlCopyData.vue +20 -0
  21. package/src/components/PlCopyData/index.ts +1 -0
  22. package/src/components/PlDialogModal/pl-dialog-modal.scss +4 -1
  23. package/src/components/PlNotificationAlert/PlNotificationAlert.vue +38 -0
  24. package/src/components/PlNotificationAlert/index.ts +1 -0
  25. package/src/components/PlNotificationAlert/pl-notification-alert.scss +43 -0
  26. package/src/components/PlSpacer/PlSpacer.vue +3 -0
  27. package/src/components/PlSpacer/index.ts +1 -0
  28. package/src/generated/icons-24.ts +1 -0
  29. package/src/index.ts +2 -0
package/CHANGELOG.md CHANGED
@@ -1,5 +1,17 @@
1
1
  # @milaboratories/uikit
2
2
 
3
+ ## 2.0.2
4
+
5
+ ### Patch Changes
6
+
7
+ - 478dc27: some fixes
8
+
9
+ ## 2.0.1
10
+
11
+ ### Patch Changes
12
+
13
+ - 7c9d23c: Add 24_delete-bin icon
14
+
3
15
  ## 2.0.0
4
16
 
5
17
  ### Major Changes