@norskvideo/norsk-studio-source-switcher 1.27.0-2025-07-22-e1cf7a2f → 1.27.0-2025-07-24-11bc458c
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/tailwind.css +6 -6
- package/package.json +3 -3
package/client/tailwind.css
CHANGED
@@ -1018,7 +1018,7 @@ video {
|
|
1018
1018
|
|
1019
1019
|
.text-gray-900 {
|
1020
1020
|
--tw-text-opacity: 1;
|
1021
|
-
color: rgb(
|
1021
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
1022
1022
|
}
|
1023
1023
|
|
1024
1024
|
.text-white {
|
@@ -1078,7 +1078,7 @@ video {
|
|
1078
1078
|
line-height: 1.25rem;
|
1079
1079
|
font-weight: 500;
|
1080
1080
|
--tw-text-opacity: 1;
|
1081
|
-
color: rgb(
|
1081
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
1082
1082
|
}
|
1083
1083
|
|
1084
1084
|
.node-editor-label:is(.dark *) {
|
@@ -1099,7 +1099,7 @@ video {
|
|
1099
1099
|
font-size: 0.875rem;
|
1100
1100
|
line-height: 1.25rem;
|
1101
1101
|
--tw-text-opacity: 1;
|
1102
|
-
color: rgb(
|
1102
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
1103
1103
|
}
|
1104
1104
|
|
1105
1105
|
.node-editor-text-input:focus {
|
@@ -1150,7 +1150,7 @@ video {
|
|
1150
1150
|
font-size: 0.875rem;
|
1151
1151
|
line-height: 1.25rem;
|
1152
1152
|
--tw-text-opacity: 1;
|
1153
|
-
color: rgb(
|
1153
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
1154
1154
|
}
|
1155
1155
|
|
1156
1156
|
.node-editor-numeric-input:focus {
|
@@ -1199,7 +1199,7 @@ video {
|
|
1199
1199
|
font-size: 0.875rem;
|
1200
1200
|
line-height: 1.25rem;
|
1201
1201
|
--tw-text-opacity: 1;
|
1202
|
-
color: rgb(
|
1202
|
+
color: rgb(14 21 32 / var(--tw-text-opacity));
|
1203
1203
|
}
|
1204
1204
|
|
1205
1205
|
.node-editor-select-input:focus {
|
@@ -1356,7 +1356,7 @@ video {
|
|
1356
1356
|
|
1357
1357
|
.dark\:bg-gray-900:is(.dark *) {
|
1358
1358
|
--tw-bg-opacity: 1;
|
1359
|
-
background-color: rgb(
|
1359
|
+
background-color: rgb(14 21 32 / var(--tw-bg-opacity));
|
1360
1360
|
}
|
1361
1361
|
|
1362
1362
|
.dark\:bg-neutral-800:is(.dark *) {
|
package/package.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
{
|
2
2
|
"name": "@norskvideo/norsk-studio-source-switcher",
|
3
|
-
"version": "1.27.0-2025-07-
|
3
|
+
"version": "1.27.0-2025-07-24-11bc458c",
|
4
4
|
"description": "",
|
5
5
|
"scripts": {
|
6
6
|
"clean": "rm -rf lib client build",
|
@@ -25,8 +25,8 @@
|
|
25
25
|
"@aws-sdk/client-medialive": "^3.499.0",
|
26
26
|
"@aws-sdk/client-mediapackage": "^3.499.0",
|
27
27
|
"@aws-sdk/client-translate": "^3.535.0",
|
28
|
-
"@norskvideo/norsk-sdk": "^1.0.402-2025-07-
|
29
|
-
"@norskvideo/norsk-studio": "1.27.0-2025-07-
|
28
|
+
"@norskvideo/norsk-sdk": "^1.0.402-2025-07-24-e4afbe63",
|
29
|
+
"@norskvideo/norsk-studio": "1.27.0-2025-07-24-11bc458c",
|
30
30
|
"@norskvideo/webrtc-client": "^0.1.2",
|
31
31
|
"chart.js": "^4.4.2",
|
32
32
|
"express": "^4.18.2",
|