🚀 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
3.0.0-next.4
to
3.0.0-next.5
+1
-1
dist/app.svelte
<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,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,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";

{
"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",