@progress/kendo-vue-notification 4.1.1 → 4.2.0

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.
@@ -104,8 +104,6 @@ var NotificationVue2 = {
104
104
  closable = _a.closable,
105
105
  type = _a.type;
106
106
  return h("div", {
107
- "class": "k-notification-container"
108
- }, [h("div", {
109
107
  role: 'alert',
110
108
  attrs: this.v3 ? undefined : {
111
109
  role: 'alert',
@@ -153,7 +151,7 @@ var NotificationVue2 = {
153
151
  on: this.v3 ? undefined : {
154
152
  "click": this.handleClick
155
153
  }
156
- })])])])]);
154
+ })])])]);
157
155
  },
158
156
  methods: {
159
157
  handleClick: function handleClick(event) {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-notification',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1703768089,
8
+ publishDate: 1705504525,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -104,8 +104,6 @@ var NotificationVue2 = {
104
104
  closable = _a.closable,
105
105
  type = _a.type;
106
106
  return h("div", {
107
- "class": "k-notification-container"
108
- }, [h("div", {
109
107
  role: 'alert',
110
108
  attrs: this.v3 ? undefined : {
111
109
  role: 'alert',
@@ -153,7 +151,7 @@ var NotificationVue2 = {
153
151
  on: this.v3 ? undefined : {
154
152
  "click": this.handleClick
155
153
  }
156
- })])])])]);
154
+ })])])]);
157
155
  },
158
156
  methods: {
159
157
  handleClick: function handleClick(event) {
@@ -5,7 +5,7 @@ export var packageMetadata = {
5
5
  name: '@progress/kendo-vue-notification',
6
6
  productName: 'Kendo UI for Vue',
7
7
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
8
- publishDate: 1703768089,
8
+ publishDate: 1705504525,
9
9
  version: '',
10
10
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
11
11
  };
@@ -110,8 +110,6 @@ var NotificationVue2 = {
110
110
  closable = _a.closable,
111
111
  type = _a.type;
112
112
  return h("div", {
113
- "class": "k-notification-container"
114
- }, [h("div", {
115
113
  role: 'alert',
116
114
  attrs: this.v3 ? undefined : {
117
115
  role: 'alert',
@@ -159,7 +157,7 @@ var NotificationVue2 = {
159
157
  on: this.v3 ? undefined : {
160
158
  "click": this.handleClick
161
159
  }
162
- })])])])]);
160
+ })])])]);
163
161
  },
164
162
  methods: {
165
163
  handleClick: function handleClick(event) {
@@ -8,7 +8,7 @@ exports.packageMetadata = {
8
8
  name: '@progress/kendo-vue-notification',
9
9
  productName: 'Kendo UI for Vue',
10
10
  productCodes: ['KENDOUIVUE', 'KENDOUICOMPLETE'],
11
- publishDate: 1703768089,
11
+ publishDate: 1705504525,
12
12
  version: '',
13
13
  licensingDocsUrl: 'https://www.telerik.com/kendo-vue-ui/my-license/?utm_medium=product&utm_source=kendovue&utm_campaign=kendo-ui-vue-purchase-license-keys-warning'
14
14
  };
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@progress/kendo-vue-notification",
3
3
  "description": "Kendo UI for Vue Notification package",
4
- "version": "4.1.1",
4
+ "version": "4.2.0",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/telerik/kendo-vue.git"
@@ -41,12 +41,12 @@
41
41
  "vue": "^2.6.12 || ^3.0.2"
42
42
  },
43
43
  "dependencies": {
44
- "@progress/kendo-vue-common": "4.1.1"
44
+ "@progress/kendo-vue-common": "4.2.0"
45
45
  },
46
46
  "devDependencies": {
47
47
  "@progress/kendo-licensing": "^1.3.0",
48
48
  "@progress/kendo-svg-icons": "^2.0.0",
49
- "@progress/kendo-vue-animation": "4.1.1"
49
+ "@progress/kendo-vue-animation": "4.2.0"
50
50
  },
51
51
  "@progress": {
52
52
  "friendlyName": "Notification",