@sjsf/basic-theme
Advanced tools
+1
-1
| <script lang="ts"> | ||
| import { ComponentsAndWidgets } from "testing/demo"; | ||
| import { ComponentsAndWidgets } from "theme-testing/demo"; | ||
@@ -4,0 +4,0 @@ import { theme } from "./index.js"; |
@@ -32,4 +32,4 @@ <script lang="ts" module> | ||
| {#each errors as err} | ||
| <li>{err.message}</li> | ||
| <li>{err}</li> | ||
| {/each} | ||
| </ul> |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { s } from "testing/demo"; | ||
| import { s } from "theme-testing/demo"; | ||
| import "./extra-widgets/checkboxes-include.js"; | ||
@@ -3,0 +3,0 @@ import "./extra-widgets/date-picker-include.js"; |
+1
-1
@@ -1,2 +0,2 @@ | ||
| import { s, DEFAULT_SPECS } from "testing/demo"; | ||
| import { s, DEFAULT_SPECS } from "theme-testing/demo"; | ||
| import "./extra-widgets/checkboxes-include.js"; | ||
@@ -3,0 +3,0 @@ import "./extra-widgets/date-picker-include.js"; |
+4
-4
| { | ||
| "name": "@sjsf/basic-theme", | ||
| "version": "3.0.0-next.4", | ||
| "version": "3.0.0-next.5", | ||
| "description": "Basic theme for svelte-jsonschema-form", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
| "svelte": "^5.39.0", | ||
| "@sjsf/form": "^3.0.0-next.4" | ||
| "@sjsf/form": "^3.0.0-next.5" | ||
| }, | ||
@@ -35,4 +35,4 @@ "devDependencies": { | ||
| "vite": "^7.1.7", | ||
| "@sjsf/form": "3.0.0-next.4", | ||
| "testing": "1.0.13-next.4" | ||
| "@sjsf/form": "3.0.0-next.5", | ||
| "theme-testing": "1.0.13-next.5" | ||
| }, | ||
@@ -39,0 +39,0 @@ "types": "./dist/index.d.ts", |
41045
0.04%