@player-ui/reference-assets-plugin-react 0.4.0-next.10 → 0.4.0-next.11
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/dist/index.d.ts +3 -2
- package/dist/xlr/ActionAsset.json +2 -2
- package/dist/xlr/CollectionAsset.json +1 -1
- package/dist/xlr/InfoAsset.json +1 -1
- package/dist/xlr/InputAsset.json +2 -2
- package/dist/xlr/TextAsset.json +4 -4
- package/dist/xlr/manifest.js +3 -2
- package/dist/xlr/manifest.json +3 -1
- package/package.json +6 -6
- package/src/plugin.tsx +2 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { ReactPlayerPlugin, ReactPlayer } from '@player-ui/react';
|
|
2
2
|
import { ExtendedPlayerPlugin, Player } from '@player-ui/player';
|
|
3
|
-
import { InputAsset, TextAsset, ActionAsset,
|
|
3
|
+
import { InputAsset, TextAsset, ActionAsset, CollectionAsset, InfoAsset, TransformedInput, LinkModifier, TransformedAction } from '@player-ui/reference-assets-plugin';
|
|
4
4
|
import React from 'react';
|
|
5
5
|
|
|
6
6
|
/**
|
|
@@ -10,8 +10,9 @@ declare class ReferenceAssetsPlugin implements ReactPlayerPlugin, ExtendedPlayer
|
|
|
10
10
|
InputAsset,
|
|
11
11
|
TextAsset,
|
|
12
12
|
ActionAsset,
|
|
13
|
-
InfoAsset,
|
|
14
13
|
CollectionAsset
|
|
14
|
+
], [
|
|
15
|
+
InfoAsset
|
|
15
16
|
]> {
|
|
16
17
|
name: string;
|
|
17
18
|
applyReact(reactPlayer: ReactPlayer): void;
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
2
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
3
3
|
"name": "ActionAsset",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
@@ -51,7 +51,7 @@
|
|
|
51
51
|
"beacon": {
|
|
52
52
|
"required": false,
|
|
53
53
|
"node": {
|
|
54
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
54
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/beacon-plugin/dist/index.d.ts",
|
|
55
55
|
"name": "BeaconDataType",
|
|
56
56
|
"type": "or",
|
|
57
57
|
"or": [
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
2
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
3
3
|
"name": "CollectionAsset",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
package/dist/xlr/InfoAsset.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
2
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
3
3
|
"name": "InfoAsset",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
package/dist/xlr/InputAsset.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
2
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
3
3
|
"name": "InputAsset",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
@@ -50,7 +50,7 @@
|
|
|
50
50
|
"beacon": {
|
|
51
51
|
"required": false,
|
|
52
52
|
"node": {
|
|
53
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
53
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/beacon-plugin/dist/index.d.ts",
|
|
54
54
|
"name": "BeaconDataType",
|
|
55
55
|
"type": "or",
|
|
56
56
|
"or": [
|
package/dist/xlr/TextAsset.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
2
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
3
3
|
"name": "TextAsset",
|
|
4
4
|
"type": "object",
|
|
5
5
|
"properties": {
|
|
@@ -16,12 +16,12 @@
|
|
|
16
16
|
"node": {
|
|
17
17
|
"type": "array",
|
|
18
18
|
"elementType": {
|
|
19
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
19
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
20
20
|
"name": "TextModifier",
|
|
21
21
|
"type": "or",
|
|
22
22
|
"or": [
|
|
23
23
|
{
|
|
24
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
24
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
25
25
|
"name": "BasicTextModifier",
|
|
26
26
|
"type": "object",
|
|
27
27
|
"properties": {
|
|
@@ -48,7 +48,7 @@
|
|
|
48
48
|
"title": "BasicTextModifier"
|
|
49
49
|
},
|
|
50
50
|
{
|
|
51
|
-
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/
|
|
51
|
+
"source": "/home/circleci/.cache/bazel/_bazel_circleci/e8362d362e14c7d23506d1dfa3aea8b8/sandbox/processwrapper-sandbox/2498/execroot/player/node_modules/@player-ui/reference-assets-plugin/dist/index.d.ts",
|
|
52
52
|
"name": "LinkModifier",
|
|
53
53
|
"type": "object",
|
|
54
54
|
"properties": {
|
package/dist/xlr/manifest.js
CHANGED
|
@@ -1,12 +1,13 @@
|
|
|
1
1
|
const InputAsset = require('./InputAsset.json')
|
|
2
2
|
const TextAsset = require('./TextAsset.json')
|
|
3
3
|
const ActionAsset = require('./ActionAsset.json')
|
|
4
|
-
const InfoAsset = require('./InfoAsset.json')
|
|
5
4
|
const CollectionAsset = require('./CollectionAsset.json')
|
|
5
|
+
const InfoAsset = require('./InfoAsset.json')
|
|
6
6
|
|
|
7
7
|
module.exports = {
|
|
8
8
|
"pluginName": "reference-assets-web-plugin",
|
|
9
9
|
"capabilities": {
|
|
10
|
-
"Assets":[InputAsset,TextAsset,ActionAsset,
|
|
10
|
+
"Assets":[InputAsset,TextAsset,ActionAsset,CollectionAsset],
|
|
11
|
+
"Views":[InfoAsset],
|
|
11
12
|
}
|
|
12
13
|
}
|
package/dist/xlr/manifest.json
CHANGED
package/package.json
CHANGED
|
@@ -1,19 +1,19 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@player-ui/reference-assets-plugin-react",
|
|
3
|
-
"version": "0.4.0-next.
|
|
3
|
+
"version": "0.4.0-next.11",
|
|
4
4
|
"private": false,
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org"
|
|
7
7
|
},
|
|
8
8
|
"peerDependencies": {
|
|
9
9
|
"@types/node": "^16.11.12",
|
|
10
|
-
"@player-ui/react": "0.4.0-next.
|
|
10
|
+
"@player-ui/react": "0.4.0-next.11"
|
|
11
11
|
},
|
|
12
12
|
"dependencies": {
|
|
13
|
-
"@player-ui/reference-assets-plugin": "0.4.0-next.
|
|
14
|
-
"@player-ui/partial-match-registry": "0.4.0-next.
|
|
15
|
-
"@player-ui/asset-provider-plugin-react": "0.4.0-next.
|
|
16
|
-
"@player-ui/beacon-plugin-react": "0.4.0-next.
|
|
13
|
+
"@player-ui/reference-assets-plugin": "0.4.0-next.11",
|
|
14
|
+
"@player-ui/partial-match-registry": "0.4.0-next.11",
|
|
15
|
+
"@player-ui/asset-provider-plugin-react": "0.4.0-next.11",
|
|
16
|
+
"@player-ui/beacon-plugin-react": "0.4.0-next.11",
|
|
17
17
|
"clsx": "^1.1.1",
|
|
18
18
|
"@chakra-ui/react": "^1.7.3",
|
|
19
19
|
"@chakra-ui/icons": "^1.1.1",
|
package/src/plugin.tsx
CHANGED
|
@@ -36,7 +36,8 @@ export class ReferenceAssetsPlugin
|
|
|
36
36
|
implements
|
|
37
37
|
ReactPlayerPlugin,
|
|
38
38
|
ExtendedPlayerPlugin<
|
|
39
|
-
[InputAsset, TextAsset, ActionAsset,
|
|
39
|
+
[InputAsset, TextAsset, ActionAsset, CollectionAsset],
|
|
40
|
+
[InfoAsset]
|
|
40
41
|
>
|
|
41
42
|
{
|
|
42
43
|
name = 'reference-assets-web-plugin';
|