@norskvideo/norsk-studio-alpha 1.27.0-2025-07-22-e1cf7a2f → 1.27.0-2025-07-23-5695b98a
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/style.css +5 -5
- package/package.json +4 -4
package/client/style.css
CHANGED
@@ -786,7 +786,7 @@ video {
|
|
786
786
|
|
787
787
|
.text-gray-900 {
|
788
788
|
--tw-text-opacity: 1;
|
789
|
-
color: rgb(
|
789
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
790
790
|
}
|
791
791
|
|
792
792
|
.text-white {
|
@@ -813,7 +813,7 @@ video {
|
|
813
813
|
line-height: 1.25rem;
|
814
814
|
font-weight: 500;
|
815
815
|
--tw-text-opacity: 1;
|
816
|
-
color: rgb(
|
816
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
817
817
|
}
|
818
818
|
|
819
819
|
.node-editor-label:is(.dark *) {
|
@@ -834,7 +834,7 @@ video {
|
|
834
834
|
font-size: 0.875rem;
|
835
835
|
line-height: 1.25rem;
|
836
836
|
--tw-text-opacity: 1;
|
837
|
-
color: rgb(
|
837
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
838
838
|
}
|
839
839
|
|
840
840
|
.node-editor-text-input:focus {
|
@@ -885,7 +885,7 @@ video {
|
|
885
885
|
font-size: 0.875rem;
|
886
886
|
line-height: 1.25rem;
|
887
887
|
--tw-text-opacity: 1;
|
888
|
-
color: rgb(
|
888
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
889
889
|
}
|
890
890
|
|
891
891
|
.node-editor-numeric-input:focus {
|
@@ -934,7 +934,7 @@ video {
|
|
934
934
|
font-size: 0.875rem;
|
935
935
|
line-height: 1.25rem;
|
936
936
|
--tw-text-opacity: 1;
|
937
|
-
color: rgb(
|
937
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
938
938
|
}
|
939
939
|
|
940
940
|
.node-editor-select-input:focus {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@norskvideo/norsk-studio-alpha",
|
3
|
-
"version": "1.27.0-2025-07-
|
3
|
+
"version": "1.27.0-2025-07-23-5695b98a",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"clean": "rm -rf lib client build && make clean",
|
@@ -23,9 +23,9 @@
|
|
23
23
|
"license": "MIT",
|
24
24
|
"dependencies": {
|
25
25
|
"@apidevtools/json-schema-ref-parser": "^12.0.1",
|
26
|
-
"@norskvideo/norsk-sdk": "^1.0.402-2025-07-
|
27
|
-
"@norskvideo/norsk-studio": "1.27.0-2025-07-
|
28
|
-
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-07-
|
26
|
+
"@norskvideo/norsk-sdk": "^1.0.402-2025-07-23-3fa4e381",
|
27
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-07-23-5695b98a",
|
28
|
+
"@norskvideo/norsk-studio-built-ins": "1.27.0-2025-07-23-5695b98a",
|
29
29
|
"json-refs": "^3.0.15",
|
30
30
|
"JSX": "^1.1.0",
|
31
31
|
"node-fetch": "^2.7.0",
|