🚀 Socket Launch Week Day 5:Introducing Repository Access Permissions and Custom Roles.Learn more
Sign In

@sjsf/basic-theme

Package Overview
Dependencies
Maintainers
1
Versions
57
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@sjsf/basic-theme - npm Package Compare versions

Comparing version
2.4.0
to
3.0.0-next.0
+2
-2
dist/components/form.svelte

@@ -14,3 +14,3 @@ <script lang="ts" module>

formAttributes,
formHandlers,
handlers,
getFormContext,

@@ -32,3 +32,3 @@ type ComponentProps,

bind:this={ref}
{@attach formHandlers(ctx)}
{@attach handlers(ctx)}
{...formAttributes(ctx, config, "form", attributes, {

@@ -35,0 +35,0 @@ style: "display: flex; flex-direction: column; gap: 1rem",

{
"name": "@sjsf/basic-theme",
"version": "2.4.0",
"version": "3.0.0-next.0",
"description": "Basic theme for svelte-jsonschema-form",

@@ -28,4 +28,4 @@ "license": "MIT",

"peerDependencies": {
"svelte": "^5.33.0",
"@sjsf/form": "^2.4.0"
"svelte": "^5.38.0",
"@sjsf/form": "^3.0.0-next.0"
},

@@ -35,4 +35,4 @@ "devDependencies": {

"vite": "^7.1.4",
"@sjsf/form": "2.4.0",
"testing": "1.0.12"
"@sjsf/form": "3.0.0-next.0",
"testing": "1.0.13-next.0"
},

@@ -39,0 +39,0 @@ "types": "./dist/index.d.ts",