@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.
- package/CHANGELOG.md +2 -1
- package/dist/ui-sdk.common.js +282 -282
- package/dist/ui-sdk.common.js.map +1 -1
- package/dist/ui-sdk.css +1 -1
- package/dist/ui-sdk.umd.js +282 -282
- package/dist/ui-sdk.umd.js.map +1 -1
- package/dist/ui-sdk.umd.min.js +2 -2
- package/dist/ui-sdk.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/molecules/wt-datepicker/wt-datepicker.vue +0 -5
- package/src/components/molecules/wt-datetimepicker/wt-datetimepicker.vue +0 -5
- package/src/components/molecules/wt-input/wt-input.vue +0 -3
- package/src/components/molecules/wt-label/wt-label.vue +3 -0
- package/src/components/molecules/wt-select/wt-select.vue +0 -3
- package/src/components/molecules/wt-tags-input/wt-tags-input.vue +0 -5
- package/src/components/molecules/wt-textarea/wt-textarea.vue +0 -3
- package/src/components/molecules/wt-time-input/wt-time-input.vue +0 -2
- package/src/components/molecules/wt-timepicker/wt-timepicker.vue +0 -3
- package/src/components/organisms/wt-app-header/wt-app-navigator.vue +5 -0
- package/src/components/organisms/wt-app-header/wt-header-actions.vue +5 -0
- package/src/components/organisms/wt-player/wt-player.vue +4 -4
- package/src/css/components/atoms/wt-chip/_variables.scss +2 -2
- package/src/css/components/atoms/wt-divider/_variables.scss +1 -1
- package/src/css/components/atoms/wt-label/_variables.scss +0 -1
- package/src/css/components/atoms/wt-loader/_variables.scss +2 -2
- package/src/css/components/molecules/wt-tabs/_variables.scss +1 -1
- package/src/css/components/molecules/wt-tags-input/_variables.scss +2 -2
- package/src/css/components/organisms/wt-app-header/_variables.scss +2 -2
- package/src/css/components/organisms/wt-player/_variables.scss +2 -2
- 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
|
|