@norskvideo/norsk-studio 1.27.0-2025-04-05-9821db2f → 1.27.0-2025-04-08-3f13a32b
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/lib/client/controls.d.ts +0 -7
- package/lib/client/controls.js +0 -38
- package/lib/client/controls.js.map +1 -1
- package/lib/client/creator.d.ts +18 -1
- package/lib/client/creator.js +86 -5
- package/lib/client/creator.js.map +1 -1
- package/lib/client/jsx/connection-editor.d.ts +2 -1
- package/lib/client/jsx/connection-editor.js +48 -43
- package/lib/client/jsx/connection-editor.js.map +1 -1
- package/lib/client/jsx/node-editor.js +7 -9
- package/lib/client/jsx/node-editor.js.map +1 -1
- package/lib/client/jsx/selected-connection.d.ts +1 -0
- package/lib/client/jsx/selected-connection.js +10 -5
- package/lib/client/jsx/selected-connection.js.map +1 -1
- package/lib/client/jsx/selected-node.js +8 -6
- package/lib/client/jsx/selected-node.js.map +1 -1
- package/lib/client/jsx/selected.js +1 -1
- package/lib/client/jsx/selected.js.map +1 -1
- package/lib/client/jsx/shadcn-ui/select.d.ts +15 -0
- package/lib/client/jsx/shadcn-ui/select.js +72 -0
- package/lib/client/jsx/shadcn-ui/select.js.map +1 -0
- package/lib/client/jsx/shadcn-ui/switch.d.ts +4 -0
- package/lib/client/jsx/shadcn-ui/switch.js +33 -0
- package/lib/client/jsx/shadcn-ui/switch.js.map +1 -0
- package/lib/client/rete.d.ts +1 -0
- package/lib/client/rete.js +3 -1
- package/lib/client/rete.js.map +1 -1
- package/lib/client/session.d.ts +1 -0
- package/lib/client/session.js +4 -0
- package/lib/client/session.js.map +1 -1
- package/lib/client/settings.d.ts +9 -2
- package/lib/client/settings.js +12 -7
- package/lib/client/settings.js.map +1 -1
- package/lib/client/tools.js +10 -10
- package/lib/client/tools.js.map +1 -1
- package/lib/extension/client-types.d.ts +2 -0
- package/lib/extension/client-types.js +3 -2
- package/lib/extension/client-types.js.map +1 -1
- package/lib/runtime/execution.js +10 -12
- package/lib/runtime/execution.js.map +1 -1
- package/lib/shared/document.d.ts +6 -5
- package/lib/shared/document.js.map +1 -1
- package/lib/shared/util.d.ts +1 -0
- package/lib/shared/util.js +7 -0
- package/lib/shared/util.js.map +1 -1
- package/package.json +4 -2
- package/static/style.css +144 -29
- package/tailwind-theme.js +5 -0
- package/ui/index.html +1 -22
- package/ui/index.js +9054 -7592
package/ui/index.html
CHANGED
|
@@ -71,28 +71,7 @@
|
|
|
71
71
|
<select id="documents"
|
|
72
72
|
class="bg-gray-50 border border-gray-300 text-gray-900 disabled:text-gray-500 text-sm rounded-lg focus:ring-primary-500 focus:border-primary-500 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white disabled:dark:text-gray-400 dark:focus:ring-primary-500 dark:focus:border-primary-500">
|
|
73
73
|
</select>
|
|
74
|
-
|
|
75
|
-
<button id="btn-upload" type="button"
|
|
76
|
-
class="disabled:bg-gray-100 dark:disabled:bg-gray-700 disabled:text-gray-600 dark:disabled:text-gray-600 ml-2 text-white bg-primary-700 hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm p-2.5 text-center inline-flex items-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">
|
|
77
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
|
78
|
-
stroke="currentColor" class="w-6 h-6">
|
|
79
|
-
<path stroke-linecap="round" stroke-linejoin="round"
|
|
80
|
-
d="M19.5 14.25v-2.625a3.375 3.375 0 0 0-3.375-3.375h-1.5A1.125 1.125 0 0 1 13.5 7.125v-1.5a3.375 3.375 0 0 0-3.375-3.375H8.25m6.75 12-3-3m0 0-3 3m3-3v6m-1.5-15H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 0 0-9-9Z"></path>
|
|
81
|
-
</svg>
|
|
82
|
-
<span class="sr-only">Upload</span>
|
|
83
|
-
</button>
|
|
84
|
-
|
|
85
|
-
<button id="btn-save" type="button"
|
|
86
|
-
class="disabled:bg-gray-100 dark:disabled:bg-gray-700 disabled:text-gray-600 dark:disabled:text-gray-600 ml-2 text-white bg-primary-700 hover:bg-primary-800 focus:ring-4 focus:outline-none focus:ring-primary-300 font-medium rounded-lg text-sm p-2.5 text-center inline-flex items-center dark:bg-primary-600 dark:hover:bg-primary-700 dark:focus:ring-primary-800">
|
|
87
|
-
<svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5"
|
|
88
|
-
stroke="currentColor" stroke-linecap="round" stroke-linejoin="round" class="w-6 h-6">
|
|
89
|
-
<path d="M19 21H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h11l5 5v11a2 2 0 0 1-2 2z" />
|
|
90
|
-
<polyline points="17 21 17 13 7 13 7 21" />
|
|
91
|
-
<polyline points="7 3 7 8 15 8" />
|
|
92
|
-
</svg>
|
|
93
|
-
<span class="sr-only">Save</span>
|
|
94
|
-
</button>
|
|
95
|
-
|
|
74
|
+
|
|
96
75
|
<div id="settings"></div>
|
|
97
76
|
</form>
|
|
98
77
|
</div>
|