@evercam/ui 0.0.63-preview-standarized-enum-fields-683be3ca4 → 0.0.63-preview-standarized-enum-fields-76e6ed734
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/attributes.json +1 -1
- package/dist/constants.d.ts +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/dist/index.umd.js +2 -2
- package/dist/index.umd.js.map +1 -1
- package/dist/style.css +1 -1
- package/dist/types.d.ts +1 -1
- package/dist/web-types.json +2 -2
- package/package.json +1 -1
package/dist/attributes.json
CHANGED
package/dist/constants.d.ts
CHANGED
|
@@ -4,7 +4,7 @@ export declare const TextSizes: any;
|
|
|
4
4
|
export declare const Colors: any;
|
|
5
5
|
export declare const BadgeSizes: readonly [Size.Dot, Size.Xs, Size.Sm, Size.Md, Size.Lg, Size.Xl];
|
|
6
6
|
export declare const AvatarSizes: readonly [Size.Xs, Size.Sm, Size.Md, Size.Lg, Size.Xl, Size.TwoXl];
|
|
7
|
-
export declare const IconSizes: readonly [Size.Xs, Size.Sm, Size.Md, Size.Md, Size.Lg, Size.Xl, Size.TwoXl, Size.
|
|
7
|
+
export declare const IconSizes: readonly [Size.Xs, Size.Sm, Size.Md, Size.Md, Size.Lg, Size.Xl, Size.TwoXl, Size.ThreeXl, Size.FourXl, Size.FiveX1, Size.SixXl, Size.SevenXl, Size.EightXl, Size.NineXl];
|
|
8
8
|
export declare const ToggleSwitchSizes: readonly [Size.Sm, Size.Md, Size.Lg];
|
|
9
9
|
export declare const BadgeColors: readonly [BaseColor.Warning, BaseColor.Error, BaseColor.Info, BaseColor.Success, BaseColor.Primary, BaseColor.Default];
|
|
10
10
|
export declare const TooltipColors: readonly [BaseColor.Warning, BaseColor.Error, BaseColor.Info, BaseColor.Success, BaseColor.Primary, BaseColor.Default];
|
package/dist/index.mjs
CHANGED
|
@@ -26,7 +26,7 @@ function Ln(t, e) {
|
|
|
26
26
|
}
|
|
27
27
|
return Object.freeze(Object.defineProperty(t, Symbol.toStringTag, { value: "Module" }));
|
|
28
28
|
}
|
|
29
|
-
var J = /* @__PURE__ */ ((t) => (t.Dot = "dot", t.TwoXs = "2xs", t.Xs = "xs", t.Sm = "sm", t.Md = "base", t.Base = "base", t.Lg = "lg", t.Xl = "xl", t.TwoXl = "2xl", t.
|
|
29
|
+
var J = /* @__PURE__ */ ((t) => (t.Dot = "dot", t.TwoXs = "2xs", t.Xs = "xs", t.Sm = "sm", t.Md = "base", t.Base = "base", t.Lg = "lg", t.Xl = "xl", t.TwoXl = "2xl", t.ThreeXl = "3xl", t.FourXl = "4xl", t.FiveX1 = "5xl", t.SixXl = "6xl", t.SevenXl = "7xl", t.EightXl = "8xl", t.NineXl = "9xl", t))(J || {}), se = /* @__PURE__ */ ((t) => (t.Warning = "warning", t.Error = "error", t.Info = "info", t.Success = "success", t.Primary = "primary", t.Brand = "brand", t.Default = "default", t.Gray = "gray", t))(se || {}), ut = /* @__PURE__ */ ((t) => (t.Overview = "overview", t.Detailed = "detailed", t.DetailedBackground = "detailedBackground", t))(ut || {}), Qe = /* @__PURE__ */ ((t) => (t.Bars = "bars", t.Dots = "dots", t.LineGraph = "lineGraph", t.BarChart = "barGraph", t.Milestones = "milestones", t))(Qe || {}), sr = /* @__PURE__ */ ((t) => (t.Zoom = "zoom", t.AutoPan = "autoPan", t.Initial = "initial", t))(sr || {}), ta = /* @__PURE__ */ ((t) => (t.ThreeSixty = "360", t.FourEighty = "480", t.SevenTwenty = "720", t.OneZeroEightZero = "1080", t.Auto = "auto", t))(ta || {}), Be = /* @__PURE__ */ ((t) => (t.Top = "top", t.Right = "right", t.Bottom = "bottom", t.Left = "left", t))(Be || {}), Ve = /* @__PURE__ */ ((t) => (t.System = "system", t.Copilot = "copilot", t.User = "user", t))(Ve || {}), Dn = /* @__PURE__ */ ((t) => (t.Text = "text", t.Error = "error", t.Json = "json", t))(Dn || {}), Pn = /* @__PURE__ */ ((t) => (t.Positive = "positive", t.Negative = "negative", t))(Pn || {});
|
|
30
30
|
const ra = j.extend({
|
|
31
31
|
name: "EBadge",
|
|
32
32
|
props: {
|
|
@@ -8669,7 +8669,7 @@ const B1 = (Lt.exports == null ? {} : Lt.exports).default || Lt.exports, Si = ha
|
|
|
8669
8669
|
J.Lg,
|
|
8670
8670
|
J.Xl,
|
|
8671
8671
|
J.TwoXl,
|
|
8672
|
-
J.
|
|
8672
|
+
J.ThreeXl,
|
|
8673
8673
|
J.FourXl,
|
|
8674
8674
|
J.FiveX1,
|
|
8675
8675
|
J.SixXl,
|
|
@@ -9346,7 +9346,7 @@ const Ei = d0.exports, er = new Intl.NumberFormat(void 0, {
|
|
|
9346
9346
|
},
|
|
9347
9347
|
loaderSize: {
|
|
9348
9348
|
type: String,
|
|
9349
|
-
default: "
|
|
9349
|
+
default: "SevenXl"
|
|
9350
9350
|
},
|
|
9351
9351
|
withOverlayOnBackground: {
|
|
9352
9352
|
type: Boolean,
|
|
@@ -9720,7 +9720,7 @@ var f0 = function() {
|
|
|
9720
9720
|
p0,
|
|
9721
9721
|
!1,
|
|
9722
9722
|
null,
|
|
9723
|
-
"
|
|
9723
|
+
"e400137a",
|
|
9724
9724
|
null,
|
|
9725
9725
|
null
|
|
9726
9726
|
);
|