tickerowl-app-base
Advanced tools
Comparing version 1.0.13 to 1.0.14
@@ -15,3 +15,3 @@ import { SlideData } from "./SlideMaker"; | ||
description?: string; | ||
type: "text" | "number" | "select"; | ||
type: "text" | "number" | "select" | "checkbox"; | ||
required?: boolean; | ||
@@ -23,6 +23,6 @@ placeholder?: string; | ||
}[]; | ||
defaultValue?: string | number; | ||
defaultValue?: string | number | boolean; | ||
}; | ||
export type SlideInputValue = { | ||
value?: string | number | null; | ||
value?: string | number | null | boolean; | ||
}; | ||
@@ -29,0 +29,0 @@ export type AppSlide = { |
{ | ||
"name": "tickerowl-app-base", | ||
"version": "1.0.13", | ||
"version": "1.0.14", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "dist/index.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
12054