@sjsf/basic-theme
Advanced tools
@@ -25,8 +25,4 @@ <script lang="ts" module> | ||
| import { | ||
| composeProps, | ||
| getFormContext, | ||
| labelAttributes, | ||
| layoutAttributes, | ||
| uiOptionNestedProps, | ||
| uiOptionProps, | ||
| type ComponentProps, | ||
@@ -33,0 +29,0 @@ } from "@sjsf/form"; |
+5
-5
| { | ||
| "name": "@sjsf/basic-theme", | ||
| "version": "2.0.0-next.10", | ||
| "version": "2.0.0-next.11", | ||
| "description": "Basic theme for svelte-jsonschema-form", | ||
@@ -29,3 +29,3 @@ "license": "MIT", | ||
| "svelte": "^5.25.0", | ||
| "@sjsf/form": "^2.0.0-next.10" | ||
| "@sjsf/form": "^2.0.0-next.11" | ||
| }, | ||
@@ -39,5 +39,5 @@ "devDependencies": { | ||
| "vite": "6.3.2", | ||
| "vitest": "3.1.2", | ||
| "@sjsf/form": "2.0.0-next.10", | ||
| "testing": "0.1.0-next.10" | ||
| "vitest": "3.1.3", | ||
| "@sjsf/form": "2.0.0-next.11", | ||
| "testing": "0.1.0-next.11" | ||
| }, | ||
@@ -44,0 +44,0 @@ "types": "./dist/index.d.ts", |
40032
-0.21%