@evercam/ui 0.0.5 → 0.0.7
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 +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/dist/src/components/EAvatar.vue.d.ts +1 -1
- package/dist/src/components/EBadge.vue.d.ts +1 -1
- package/dist/src/components/constants.d.ts +2 -2
- package/dist/style.css +1 -1
- package/package.json +1 -1
|
@@ -2,7 +2,7 @@ export declare enum Size {
|
|
|
2
2
|
dot = "dot",
|
|
3
3
|
xs = "xs",
|
|
4
4
|
sm = "sm",
|
|
5
|
-
md = "
|
|
5
|
+
md = "base",
|
|
6
6
|
base = "base",
|
|
7
7
|
lg = "lg",
|
|
8
8
|
xl = "xl",
|
|
@@ -31,7 +31,7 @@ export declare const BadgeSizes: readonly [Size.dot, Size.xs, Size.sm, Size.md,
|
|
|
31
31
|
export type TBadgeSize = (typeof BadgeSizes)[number];
|
|
32
32
|
export declare const AvatarSizes: readonly [Size.xs, Size.sm, Size.md, Size.lg, Size.xl, (typeof Size)["2xl"]];
|
|
33
33
|
export type TAvatarSize = (typeof AvatarSizes)[number];
|
|
34
|
-
export declare const IconSizes: readonly [Size.xs, Size.sm, Size.md, Size.
|
|
34
|
+
export declare const IconSizes: readonly [Size.xs, Size.sm, Size.md, Size.md, Size.lg, Size.xl, (typeof Size)["2xl"], (typeof Size)["3xl"], (typeof Size)["4xl"], (typeof Size)["5xl"], (typeof Size)["6xl"], (typeof Size)["7xl"], (typeof Size)["8xl"], (typeof Size)["9xl"]];
|
|
35
35
|
export type TIconSize = (typeof IconSizes)[number];
|
|
36
36
|
export declare const BadgeColors: readonly [BaseColor.warning, BaseColor.error, BaseColor.info, BaseColor.success, BaseColor.primary, BaseColor.default];
|
|
37
37
|
export type TBadgeColor = (typeof BadgeColors)[number];
|
package/dist/style.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.e-spinner__primary[data-v-
|
|
1
|
+
.e-spinner__primary[data-v-9a9541bc],.e-spinner__secondary[data-v-9a9541bc]{stroke-width:0;animation:fade-9a9541bc;animation-iteration-count:infinite}@keyframes fade-9a9541bc{0%{fill-opacity:0}50%{fill-opacity:1}to{fill-opacity:0}}
|