vueless 0.0.15 → 0.0.16

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": "vueless",
3
- "version": "0.0.15",
3
+ "version": "0.0.16",
4
4
  "license": "MIT",
5
5
  "description": "Vue Styleless Component Framework.",
6
6
  "homepage": "https://vueless.com",
@@ -277,7 +277,7 @@ import UIcon from "../ui.image-icon";
277
277
  import UEmpty from "../ui.text-empty";
278
278
  import UDivider from "../ui.container-divider";
279
279
  import UCheckbox from "../ui.form-checkbox";
280
- import ULoaderTop from "../ui.loader-top";
280
+ import ULoaderTop from "../ui.other-loader-top";
281
281
  import UTableCell from "../ui.data-table-cell";
282
282
 
283
283
  import UIService from "../service.ui";
package/web-types.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "framework": "vue",
3
3
  "name": "vueless",
4
- "version": "0.0.15",
4
+ "version": "0.0.16",
5
5
  "contributions": {
6
6
  "html": {
7
7
  "description-markup": "markdown",