@norskvideo/norsk-studio-alpha 1.27.0-2026-01-25-4ad2ca43 → 1.27.0-2026-01-26-4bc5078b
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/client/info.js +4 -3
- package/client/style.css +1 -1
- package/package.json +4 -4
package/client/info.js
CHANGED
|
@@ -40964,7 +40964,8 @@ var require_button = __commonJS({
|
|
|
40964
40964
|
primary: "text-white bg-primary-700 hover:bg-primary-800 border-primary-700 dark:bg-primary-600 dark:hover:bg-primary-700",
|
|
40965
40965
|
secondary: "text-gray-500 bg-white hover:bg-gray-100 border-gray-200 hover:text-gray-900 dark:bg-gray-700 dark:text-gray-300 dark:border-gray-500 dark:hover:text-white dark:hover:bg-gray-600",
|
|
40966
40966
|
delete: "text-white bg-error hover:bg-error/80 border-none",
|
|
40967
|
-
success: "text-white bg-success hover:bg-success/80 border-none"
|
|
40967
|
+
success: "text-white bg-success hover:bg-success/80 border-none",
|
|
40968
|
+
ghost: "text-gray-500 bg-transparent hover:bg-gray-100 border-transparent hover:text-gray-900 dark:text-gray-400 dark:hover:bg-gray-700 dark:hover:text-white"
|
|
40968
40969
|
};
|
|
40969
40970
|
const disabledClasses = "opacity-50";
|
|
40970
40971
|
const buttonClasses = (0, tailwind_merge_1.twMerge)(baseClasses, variantClasses[variant], disabled && disabledClasses, square ? "p-2.5" : "px-4 py-2", className);
|
|
@@ -49747,13 +49748,13 @@ var require_select = __commonJS({
|
|
|
49747
49748
|
return (0, jsx_runtime_1.jsxs)(SelectPrimitive.Trigger, { "data-slot": "select-trigger", "data-size": size4, className: (0, tailwind_merge_1.twMerge)("text-gray-800 dark:text-gray-200 dark:bg-gray-700 hover:bg-gray-200 dark:hover:bg-gray-800 border-gray-200 dark:border-gray-600 transition-colors duration-200 flex w-fit items-center justify-between gap-2 rounded-lg border bg-transparent px-3 py-2 text-sm whitespace-nowrap shadow-xs outline-none ring-0 focus:ring-0 focus:outline-none disabled:cursor-not-allowed disabled:opacity-50 data-[size=default]:h-8 data-[size=sm]:h-8", className), ...props, children: [children, (0, jsx_runtime_1.jsx)(SelectPrimitive.Icon, { asChild: true, children: (0, jsx_runtime_1.jsx)(lucide_react_1.ChevronDownIcon, { className: "size-4 text-black dark:text-white" }) })] });
|
|
49748
49749
|
}
|
|
49749
49750
|
function SelectContent({ className, children, position = "popper", ...props }) {
|
|
49750
|
-
return (0, jsx_runtime_1.jsx)(SelectPrimitive.Portal, { children: (0, jsx_runtime_1.jsxs)(SelectPrimitive.Content, { "data-slot": "select-content", className: (0, tailwind_merge_1.twMerge)("bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-lg text-
|
|
49751
|
+
return (0, jsx_runtime_1.jsx)(SelectPrimitive.Portal, { children: (0, jsx_runtime_1.jsxs)(SelectPrimitive.Content, { "data-slot": "select-content", className: (0, tailwind_merge_1.twMerge)("bg-white dark:bg-gray-800 border border-gray-200 dark:border-gray-600 rounded-lg text-xs font-mono p-1 ring-0 focus:ring-0 focus:outline-none data-[state=open]:animate-in data-[state=closed]:animate-out data-[state=closed]:fade-out-0 data-[state=open]:fade-in-0 data-[state=closed]:zoom-out-95 data-[state=open]:zoom-in-95 data-[side=bottom]:slide-in-from-top-2 data-[side=left]:slide-in-from-right-2 data-[side=right]:slide-in-from-left-2 data-[side=top]:slide-in-from-bottom-2 relative z-50 max-h-(--radix-select-content-available-height) min-w-[8rem] origin-(--radix-select-content-transform-origin) overflow-x-hidden overflow-y-auto", position === "popper" && "data-[side=bottom]:translate-y-1 data-[side=left]:-translate-x-1 data-[side=right]:translate-x-1 data-[side=top]:-translate-y-1", className), position, ...props, children: [(0, jsx_runtime_1.jsx)(SelectScrollUpButton, {}), (0, jsx_runtime_1.jsx)(SelectPrimitive.Viewport, { className: (0, tailwind_merge_1.twMerge)("p-1", position === "popper" && "h-[var(--radix-select-trigger-height)] w-full min-w-[var(--radix-select-trigger-width)] scroll-my-1"), children }), (0, jsx_runtime_1.jsx)(SelectScrollDownButton, {})] }) });
|
|
49751
49752
|
}
|
|
49752
49753
|
function SelectLabel({ className, ...props }) {
|
|
49753
49754
|
return (0, jsx_runtime_1.jsx)(SelectPrimitive.Label, { "data-slot": "select-label", className: (0, tailwind_merge_1.twMerge)("p-2 text-md font-semibold text-gray-900 dark:text-white", className), ...props });
|
|
49754
49755
|
}
|
|
49755
49756
|
function SelectItem({ className, children, ...props }) {
|
|
49756
|
-
return (0, jsx_runtime_1.jsxs)(SelectPrimitive.Item, { "data-slot": "select-item", className: (0, tailwind_merge_1.twMerge)("w-full bg-transparent flex items-center gap-2 hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors duration-200 relative cursor-default rounded-sm py-1
|
|
49757
|
+
return (0, jsx_runtime_1.jsxs)(SelectPrimitive.Item, { "data-slot": "select-item", className: (0, tailwind_merge_1.twMerge)("w-full bg-transparent flex items-center gap-2 hover:bg-gray-200 dark:hover:bg-gray-700 transition-colors duration-200 relative cursor-default rounded-sm py-1 pr-8 pl-2 text-xs outline-none select-none data-[disabled]:pointer-events-none data-[disabled]:opacity-50 text-gray-900 dark:text-white ring-0 focus:ring-0 focus:outline-none", className), ...props, children: [(0, jsx_runtime_1.jsx)("span", { className: "absolute right-2 flex size-3.5 items-center justify-center", children: (0, jsx_runtime_1.jsx)(SelectPrimitive.ItemIndicator, { children: (0, jsx_runtime_1.jsx)(lucide_react_1.CheckIcon, { className: "size-4 text-black dark:text-white" }) }) }), (0, jsx_runtime_1.jsx)(SelectPrimitive.ItemText, { children })] });
|
|
49757
49758
|
}
|
|
49758
49759
|
function SelectSeparator({ className, ...props }) {
|
|
49759
49760
|
return (0, jsx_runtime_1.jsx)(SelectPrimitive.Separator, { "data-slot": "select-separator", className: (0, tailwind_merge_1.twMerge)("bg-neutral-200 pointer-events-none -mx-1 my-1 h-px dark:bg-neutral-800", className), ...props });
|
package/client/style.css
CHANGED
|
@@ -243,7 +243,7 @@ code,
|
|
|
243
243
|
kbd,
|
|
244
244
|
samp,
|
|
245
245
|
pre {
|
|
246
|
-
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
|
|
246
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
|
|
247
247
|
/* 1 */
|
|
248
248
|
font-feature-settings: normal;
|
|
249
249
|
/* 2 */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@norskvideo/norsk-studio-alpha",
|
|
3
|
-
"version": "1.27.0-2026-01-
|
|
3
|
+
"version": "1.27.0-2026-01-26-4bc5078b",
|
|
4
4
|
"description": "",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"clean": "rm -rf lib client build .wireit && make clean",
|
|
@@ -164,9 +164,9 @@
|
|
|
164
164
|
"@apidevtools/json-schema-ref-parser": "^12.0.1",
|
|
165
165
|
"@norskvideo/norsk-player": "^1.0.4",
|
|
166
166
|
"@norskvideo/norsk-player-react": "*",
|
|
167
|
-
"@norskvideo/norsk-sdk": "^1.0.402-2026-01-
|
|
168
|
-
"@norskvideo/norsk-studio": "1.27.0-2026-01-
|
|
169
|
-
"@norskvideo/norsk-studio-built-ins": "1.27.0-2026-01-
|
|
167
|
+
"@norskvideo/norsk-sdk": "^1.0.402-2026-01-26-b60b37a6",
|
|
168
|
+
"@norskvideo/norsk-studio": "1.27.0-2026-01-26-4bc5078b",
|
|
169
|
+
"@norskvideo/norsk-studio-built-ins": "1.27.0-2026-01-26-4bc5078b",
|
|
170
170
|
"@norskvideo/webrtc-client": "^0.1.2",
|
|
171
171
|
"@react-icons/all-files": "^4.1.0",
|
|
172
172
|
"chart.js": "^4.4.2",
|