@applicaster/zapp-react-native-utils 16.0.0-rc.41 → 16.0.0-rc.43

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.
@@ -3522,13 +3522,13 @@ function getPlayerConfiguration({ platform, version }) {
3522
3522
  label: "Advanced Player Styles",
3523
3523
  type: "text_input",
3524
3524
  multiline: true,
3525
- initial_value: `.vjs-text-track-cue {
3526
- inset: unset !important;
3527
- top: 94% !important;
3525
+ initial_value: `.vjs-text-track-cue {
3526
+ top: auto !important;
3528
3527
  bottom: 0 !important;
3529
3528
  left: 0 !important;
3530
- right: 0 !important;
3529
+ right: auto !important;
3531
3530
  width: 100% !important;
3531
+ height: auto !important;
3532
3532
  }`,
3533
3533
  label_tooltip:
3534
3534
  "This field allows you to inject custom CSS styles to override default player styles. The styles will be injected into the document head and can be used to customize the appearance of the player. Leave empty to use only default styles.",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@applicaster/zapp-react-native-utils",
3
- "version": "16.0.0-rc.41",
3
+ "version": "16.0.0-rc.43",
4
4
  "description": "Applicaster Zapp React Native utilities package",
5
5
  "main": "index.js",
6
6
  "types": "index.d.ts",
@@ -27,7 +27,7 @@
27
27
  },
28
28
  "homepage": "https://github.com/applicaster/quickbrick#readme",
29
29
  "dependencies": {
30
- "@applicaster/applicaster-types": "16.0.0-rc.41",
30
+ "@applicaster/applicaster-types": "16.0.0-rc.43",
31
31
  "buffer": "^5.2.1",
32
32
  "camelize": "^1.0.0",
33
33
  "dayjs": "^1.11.10",