@webitel/ui-sdk 2.1.30 → 2.1.32

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@webitel/ui-sdk",
3
- "version": "2.1.30",
3
+ "version": "2.1.32",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "serve-lib": "vue-cli-service serve",
@@ -6,6 +6,7 @@
6
6
  { 'wt-rounded-action--active': active },
7
7
  { 'wt-rounded-action--disabled': disabled },
8
8
  ]"
9
+ :size="size"
9
10
  class="wt-rounded-action"
10
11
  color="secondary"
11
12
  @click="$emit('click', $event)"
@@ -109,7 +109,7 @@
109
109
  </template>
110
110
 
111
111
  <script>
112
- import ExpandTransition from '../../transitions/expand-transition.vue';
112
+ import ExpandTransition from '../../transitions/wt-expand-transition.vue';
113
113
 
114
114
  export default {
115
115
  name: 'wt-navigation-bar',
@@ -1,5 +1,5 @@
1
1
  import { shallowMount } from '@vue/test-utils';
2
- import ExpandTransition from '../expand-transition.vue';
2
+ import ExpandTransition from '../wt-expand-transition.vue';
3
3
 
4
4
  describe('ExpandTransition', () => {
5
5
  it('renders a component', () => {
@@ -2,7 +2,7 @@
2
2
  /* eslint-disable no-param-reassign */
3
3
  // https://markus.oberlehner.net/blog/transition-to-height-auto-with-vue/
4
4
  export default {
5
- name: 'expand-transition',
5
+ name: 'wt-expand-transition',
6
6
  functional: true,
7
7
  render(createElement, context) {
8
8
  const data = {