@continuous-excellence/ze-great-dashboard-aws 0.27.6 → 0.27.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/cli.js +2 -1
- package/dist/index.js +2 -1
- package/dist/lambda.mjs +2 -1
- package/package.json +1 -1
package/dist/cli.js
CHANGED
|
@@ -111,7 +111,8 @@ var visibleRunningAnimations = [
|
|
|
111
111
|
"telemetry-bloom",
|
|
112
112
|
"release-transit",
|
|
113
113
|
"status-weather",
|
|
114
|
-
"falling-shapes"
|
|
114
|
+
"falling-shapes",
|
|
115
|
+
"snowman"
|
|
115
116
|
];
|
|
116
117
|
var runningAnimationSchema = z2.enum([...visibleRunningAnimations, "off"]);
|
|
117
118
|
var panelSchema = z2.looseObject({
|
package/dist/index.js
CHANGED
|
@@ -792,7 +792,8 @@ var visibleRunningAnimations = [
|
|
|
792
792
|
"telemetry-bloom",
|
|
793
793
|
"release-transit",
|
|
794
794
|
"status-weather",
|
|
795
|
-
"falling-shapes"
|
|
795
|
+
"falling-shapes",
|
|
796
|
+
"snowman"
|
|
796
797
|
];
|
|
797
798
|
var runningAnimationSchema = z2.enum([...visibleRunningAnimations, "off"]);
|
|
798
799
|
var panelSchema = z2.looseObject({
|
package/dist/lambda.mjs
CHANGED
|
@@ -68348,7 +68348,8 @@ var visibleRunningAnimations = [
|
|
|
68348
68348
|
"telemetry-bloom",
|
|
68349
68349
|
"release-transit",
|
|
68350
68350
|
"status-weather",
|
|
68351
|
-
"falling-shapes"
|
|
68351
|
+
"falling-shapes",
|
|
68352
|
+
"snowman"
|
|
68352
68353
|
];
|
|
68353
68354
|
var runningAnimationSchema = external_exports.enum([...visibleRunningAnimations, "off"]);
|
|
68354
68355
|
var panelSchema = external_exports.looseObject({
|
package/package.json
CHANGED