@norskvideo/norsk-studio-aws 1.27.0-2025-07-21-2daa3c4d → 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.
Files changed (2) hide show
  1. package/client/style.css +4 -4
  2. package/package.json +3 -3
package/client/style.css CHANGED
@@ -573,7 +573,7 @@ video {
573
573
  line-height: 1.25rem;
574
574
  font-weight: 500;
575
575
  --tw-text-opacity: 1;
576
- color: rgb(18 25 35 / var(--tw-text-opacity));
576
+ color: rgb(14 21 32 / var(--tw-text-opacity));
577
577
  }
578
578
 
579
579
  .node-editor-label:is(.dark *) {
@@ -594,7 +594,7 @@ video {
594
594
  font-size: 0.875rem;
595
595
  line-height: 1.25rem;
596
596
  --tw-text-opacity: 1;
597
- color: rgb(18 25 35 / var(--tw-text-opacity));
597
+ color: rgb(14 21 32 / var(--tw-text-opacity));
598
598
  }
599
599
 
600
600
  .node-editor-text-input:focus {
@@ -645,7 +645,7 @@ video {
645
645
  font-size: 0.875rem;
646
646
  line-height: 1.25rem;
647
647
  --tw-text-opacity: 1;
648
- color: rgb(18 25 35 / var(--tw-text-opacity));
648
+ color: rgb(14 21 32 / var(--tw-text-opacity));
649
649
  }
650
650
 
651
651
  .node-editor-numeric-input:focus {
@@ -694,7 +694,7 @@ video {
694
694
  font-size: 0.875rem;
695
695
  line-height: 1.25rem;
696
696
  --tw-text-opacity: 1;
697
- color: rgb(18 25 35 / var(--tw-text-opacity));
697
+ color: rgb(14 21 32 / var(--tw-text-opacity));
698
698
  }
699
699
 
700
700
  .node-editor-select-input:focus {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@norskvideo/norsk-studio-aws",
3
- "version": "1.27.0-2025-07-21-2daa3c4d",
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",
@@ -27,8 +27,8 @@
27
27
  "@aws-sdk/client-mediapackage": "^3.499.0",
28
28
  "@aws-sdk/client-s3": "^3.614.0",
29
29
  "@aws-sdk/client-translate": "^3.535.0",
30
- "@norskvideo/norsk-sdk": "^1.0.402-2025-07-21-36b31f80",
31
- "@norskvideo/norsk-studio": "1.27.0-2025-07-21-2daa3c4d",
30
+ "@norskvideo/norsk-sdk": "^1.0.402-2025-07-23-3fa4e381",
31
+ "@norskvideo/norsk-studio": "1.27.0-2025-07-23-5695b98a",
32
32
  "JSX": "^1.1.0",
33
33
  "node-fetch": "^2.7.0",
34
34
  "openapi-types": "^12.1.3",