@qtoggle/qui 1.19.10 → 1.19.11

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/js/views/view.js CHANGED
@@ -328,7 +328,7 @@ const ViewMixin = Mixin((superclass = Object) => {
328
328
  * @param {?String} message the warning message, or `null` if no warning message available
329
329
  */
330
330
  showWarning(message) {
331
- Toast.show({message: message, type: 'error', timeout: 0})
331
+ Toast.show({message: message, type: 'warning', timeout: 0})
332
332
  }
333
333
 
334
334
  /**
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@qtoggle/qui",
3
3
  "description": "A JavaScript UI library with batteries included.",
4
- "version": "1.19.10",
4
+ "version": "1.19.11",
5
5
  "author": {
6
6
  "name": "Calin Crisan",
7
7
  "email": "ccrisan@gmail.com"
package/pyproject.toml CHANGED
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "qui-server"
3
- version = "1.19.10"
3
+ version = "1.19.11"
4
4
  description = "A fully fledged qToggle implementation written in Python"
5
5
  authors = [
6
6
  {name = "Calin Crisan", email = "ccrisan@gmail.com"},