@evercam/ui 0.0.55-beta.17 → 0.0.55-beta.18
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/dist/index.mjs +143 -68
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +12 -12
- package/dist/index.umd.js.map +1 -1
- package/dist/src/index.d.ts +3 -1
- package/dist/styles.css +7 -0
- package/dist/web-types.json +11 -1
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -7,6 +7,7 @@ import ECol from './components/ECol.vue';
|
|
|
7
7
|
import EVideoPlayer from './components/EVideoPlayer.vue';
|
|
8
8
|
import ETimeline from './components/ETimeline.vue';
|
|
9
9
|
import EVideoEmbed from './components/EVideoEmbed.vue';
|
|
10
|
+
import EReadMore from './components/EReadMore.vue';
|
|
10
11
|
import { VueConstructor } from "vue";
|
|
11
12
|
export declare const components: {
|
|
12
13
|
EAvatar: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {
|
|
@@ -539,12 +540,13 @@ export declare const components: {
|
|
|
539
540
|
}>;
|
|
540
541
|
EHeatmapBar: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
541
542
|
EHoursHeatmap: import("vue/types/vue").ExtendedVue<import("vue").default<Record<string, any>, Record<string, any>, never, never, (event: string, ...args: any[]) => import("vue").default<Record<string, any>, Record<string, any>, never, never, any>>, {}, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin>;
|
|
543
|
+
EReadMore: any;
|
|
542
544
|
};
|
|
543
545
|
declare const _default: {
|
|
544
546
|
install(Vue: VueConstructor): void;
|
|
545
547
|
};
|
|
546
548
|
export default _default;
|
|
547
|
-
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ETimeline, EVideoEmbed, };
|
|
549
|
+
export { EAvatar, EBadge, EIcon, ESpinner, ERow, ECol, EVideoPlayer, ETimeline, EVideoEmbed, EReadMore, };
|
|
548
550
|
export * from './constants';
|
|
549
551
|
export * from './types';
|
|
550
552
|
export * from './utils';
|
package/dist/styles.css
CHANGED
|
@@ -615,6 +615,9 @@
|
|
|
615
615
|
.e-basis-full{
|
|
616
616
|
flex-basis: 100%;
|
|
617
617
|
}
|
|
618
|
+
.e-cursor-pointer{
|
|
619
|
+
cursor: pointer;
|
|
620
|
+
}
|
|
618
621
|
.e-select-none{
|
|
619
622
|
user-select: none;
|
|
620
623
|
}
|
|
@@ -989,6 +992,10 @@
|
|
|
989
992
|
--tw-text-opacity: 1;
|
|
990
993
|
color: rgb(34 197 94 / var(--tw-text-opacity));
|
|
991
994
|
}
|
|
995
|
+
.e-text-primary{
|
|
996
|
+
--tw-text-opacity: 1;
|
|
997
|
+
color: rgb(14 165 233 / var(--tw-text-opacity));
|
|
998
|
+
}
|
|
992
999
|
.e-text-purple-300{
|
|
993
1000
|
--tw-text-opacity: 1;
|
|
994
1001
|
color: rgb(216 180 254 / var(--tw-text-opacity));
|
package/dist/web-types.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"$schema": "http://json.schemastore.org/web-types",
|
|
3
3
|
"framework": "vue",
|
|
4
4
|
"name": "@evercam/ui",
|
|
5
|
-
"version": "0.0.55-beta.
|
|
5
|
+
"version": "0.0.55-beta.17",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
8
8
|
"types-syntax": "typescript",
|
|
@@ -1066,6 +1066,16 @@
|
|
|
1066
1066
|
}
|
|
1067
1067
|
}
|
|
1068
1068
|
]
|
|
1069
|
+
},
|
|
1070
|
+
{
|
|
1071
|
+
"name": "EReadMore",
|
|
1072
|
+
"source": {
|
|
1073
|
+
"module": "./src/components/EReadMore.vue",
|
|
1074
|
+
"symbol": "EReadMore"
|
|
1075
|
+
},
|
|
1076
|
+
"description": "",
|
|
1077
|
+
"doc-url": "https://ui.evercam.io/",
|
|
1078
|
+
"attributes": null
|
|
1069
1079
|
}
|
|
1070
1080
|
],
|
|
1071
1081
|
"attributes": [
|