@evercam/ui 0.0.3 → 0.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.
@@ -1,5 +1,5 @@
1
1
  import Vue from "vue";
2
- import { BaseColor, Size } from "../constants";
2
+ import { BaseColor, Size } from "./constants";
3
3
  declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
4
4
  sizes: {
5
5
  xs: string;
@@ -1,5 +1,5 @@
1
1
  import Vue from "vue";
2
- import { BaseColor, Size } from "../constants";
2
+ import { BaseColor, Size } from "./constants";
3
3
  declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
4
4
  colors: {
5
5
  error: string;
@@ -1,5 +1,5 @@
1
1
  import Vue from "vue";
2
- import { Size } from "../constants";
2
+ import { Size } from "./constants";
3
3
  declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, unknown, unknown, {
4
4
  sizes: Record<Size, string>;
5
5
  iconClasses: string[];
@@ -1,5 +1,5 @@
1
1
  import Vue from "vue";
2
- import { Size } from "../constants";
2
+ import { Size } from "./constants";
3
3
  declare const _default: import("vue/types/vue").ExtendedVue<Vue<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => Vue<Record<string, any>, Record<string, any>, never, never, any>>, {
4
4
  sizes: any;
5
5
  colors: any;
@@ -1,7 +1,7 @@
1
- import EAvatar from './components/EAvatar';
2
- import EBadge from './components/EBadge';
3
- import EIcon from './components/EIcon';
4
- import ESpinner from './components/ESpinner';
1
+ import EAvatar from './components/EAvatar.vue';
2
+ import EBadge from './components/EBadge.vue';
3
+ import EIcon from './components/EIcon.vue';
4
+ import ESpinner from './components/ESpinner.vue';
5
5
  import { VueConstructor } from "vue";
6
6
  declare const _default: {
7
7
  install(Vue: VueConstructor): void;
package/dist/style.css CHANGED
@@ -1 +1 @@
1
- .e-spinner__primary[data-v-095a6aaf],.e-spinner__secondary[data-v-095a6aaf]{stroke-width:0;animation:fade-095a6aaf;animation-iteration-count:infinite}@keyframes fade-095a6aaf{0%{fill-opacity:0}50%{fill-opacity:1}to{fill-opacity:0}}
1
+ .e-spinner__primary[data-v-1d705be1],.e-spinner__secondary[data-v-1d705be1]{stroke-width:0;animation:fade-1d705be1;animation-iteration-count:infinite}@keyframes fade-1d705be1{0%{fill-opacity:0}50%{fill-opacity:1}to{fill-opacity:0}}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.3",
3
+ "version": "0.0.4",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras",
@@ -1,3 +0,0 @@
1
- import EAvatar from "./EAvatar.vue";
2
- export { EAvatar };
3
- export default EAvatar;
@@ -1,3 +0,0 @@
1
- import EBadge from "./EBadge.vue";
2
- export { EBadge };
3
- export default EBadge;
@@ -1,3 +0,0 @@
1
- import EIcon from "./EIcon.vue";
2
- export { EIcon };
3
- export default EIcon;
@@ -1,3 +0,0 @@
1
- import ESpinner from "./ESpinner.vue";
2
- export { ESpinner };
3
- export default ESpinner;