tickerowl-app-base
Advanced tools
Comparing version 1.0.11 to 1.0.12
@@ -15,5 +15,9 @@ import { SlideData } from "./SlideMaker"; | ||
description?: string; | ||
type: "text" | "number"; | ||
type: "text" | "number" | "select"; | ||
required?: boolean; | ||
placeholder?: string; | ||
options?: { | ||
label: string; | ||
value: string; | ||
}[]; | ||
}; | ||
@@ -20,0 +24,0 @@ export type SlideInputValue = { |
{ | ||
"name": "tickerowl-app-base", | ||
"version": "1.0.11", | ||
"version": "1.0.12", | ||
"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
11985
344