🚀 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.0.0-next.8
to
2.0.0-next.9
+1
-1
dist/components/layout.svelte

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

case "multi-field":
return "display: flex; flex-direction: column; gap: 0.5rem;";
return "display: flex; flex-direction: column; gap: 1rem;";
case "field":

@@ -46,0 +46,0 @@ return "display: flex; flex-direction: column; gap: 0.2rem;";

{
"name": "@sjsf/basic-theme",
"version": "2.0.0-next.8",
"version": "2.0.0-next.9",
"description": "Basic theme for svelte-jsonschema-form",

@@ -29,14 +29,14 @@ "license": "MIT",

"svelte": "^5.25.0",
"@sjsf/form": "^2.0.0-next.8"
"@sjsf/form": "^2.0.0-next.9"
},
"devDependencies": {
"@sveltejs/package": "^2.3.10",
"@sveltejs/package": "^2.3.11",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
"@tsconfig/svelte": "^5.0.4",
"svelte": "^5.25.9",
"svelte-check": "^4.1.5",
"vite": "6.2.5",
"svelte": "^5.27.3",
"svelte-check": "^4.1.6",
"vite": "6.3.2",
"vitest": "3.1.1",
"@sjsf/form": "2.0.0-next.8",
"testing": "0.1.0-next.8"
"@sjsf/form": "2.0.0-next.9",
"testing": "0.1.0-next.9"
},

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

@@ -5,2 +5,5 @@ # @sjsf/basic-theme

- [Documentation](https://x0k.github.io/svelte-jsonschema-form/v2/themes/basic/)
- [Playground](https://x0k.github.io/svelte-jsonschema-form/playground2/)
## Installation

@@ -7,0 +10,0 @@