@webitel/ui-sdk 1.0.0 → 1.0.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.
Files changed (30) hide show
  1. package/CHANGELOG.md +2 -1
  2. package/dist/ui-sdk.common.js +282 -282
  3. package/dist/ui-sdk.common.js.map +1 -1
  4. package/dist/ui-sdk.css +1 -1
  5. package/dist/ui-sdk.umd.js +282 -282
  6. package/dist/ui-sdk.umd.js.map +1 -1
  7. package/dist/ui-sdk.umd.min.js +2 -2
  8. package/dist/ui-sdk.umd.min.js.map +1 -1
  9. package/package.json +1 -1
  10. package/src/components/molecules/wt-datepicker/wt-datepicker.vue +0 -5
  11. package/src/components/molecules/wt-datetimepicker/wt-datetimepicker.vue +0 -5
  12. package/src/components/molecules/wt-input/wt-input.vue +0 -3
  13. package/src/components/molecules/wt-label/wt-label.vue +3 -0
  14. package/src/components/molecules/wt-select/wt-select.vue +0 -3
  15. package/src/components/molecules/wt-tags-input/wt-tags-input.vue +0 -5
  16. package/src/components/molecules/wt-textarea/wt-textarea.vue +0 -3
  17. package/src/components/molecules/wt-time-input/wt-time-input.vue +0 -2
  18. package/src/components/molecules/wt-timepicker/wt-timepicker.vue +0 -3
  19. package/src/components/organisms/wt-app-header/wt-app-navigator.vue +5 -0
  20. package/src/components/organisms/wt-app-header/wt-header-actions.vue +5 -0
  21. package/src/components/organisms/wt-player/wt-player.vue +4 -4
  22. package/src/css/components/atoms/wt-chip/_variables.scss +2 -2
  23. package/src/css/components/atoms/wt-divider/_variables.scss +1 -1
  24. package/src/css/components/atoms/wt-label/_variables.scss +0 -1
  25. package/src/css/components/atoms/wt-loader/_variables.scss +2 -2
  26. package/src/css/components/molecules/wt-tabs/_variables.scss +1 -1
  27. package/src/css/components/molecules/wt-tags-input/_variables.scss +2 -2
  28. package/src/css/components/organisms/wt-app-header/_variables.scss +2 -2
  29. package/src/css/components/organisms/wt-player/_variables.scss +2 -2
  30. package/src/css/styleguide/colors/_colors.scss +5 -13
package/CHANGELOG.md CHANGED
@@ -22,7 +22,8 @@
22
22
  1. Removed deprecated `--box-shadow` css variable
23
23
  1. Removed `strong` typography classes. (`strong` typo -> `subtitle` typo)
24
24
  1. Typo size suffixes update: `-sm`, `-md`, `-lg` -> `-3`, `-2`, `-1`
25
- 1.
25
+ 1. Removed `--label-margin` variable. Now visual offset between label and input is
26
+ provided by label's line-height
26
27
 
27
28
  ### Changes
28
29