@brightcove/components-embed-code-modal 0.4.4 → 0.5.1
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/index.js +15 -10
- package/index.js.map +1 -1
- package/package.json +3 -2
- package/src/index.d.ts +2 -2
- package/src/index.d.ts.map +1 -1
- package/src/js/EmbedCodeModal.d.ts +2 -1
- package/src/js/EmbedCodeModal.d.ts.map +1 -1
- package/src/js/components/ModalContainer.d.ts +2 -1
- package/src/js/components/ModalContainer.d.ts.map +1 -1
- package/src/js/components/PlayerPreview.d.ts +1 -1
- package/src/js/components/PlayerPreview.d.ts.map +1 -1
- package/src/js/components/TabsSection.d.ts +2 -1
- package/src/js/components/TabsSection.d.ts.map +1 -1
- package/src/js/components/VideoPlayer.d.ts.map +1 -1
- package/src/js/constants/player.d.ts +1 -0
- package/src/js/constants/player.d.ts.map +1 -1
- package/src/js/constants/pluginsRegistry.d.ts +1 -0
- package/src/js/constants/pluginsRegistry.d.ts.map +1 -1
- package/src/js/i18n.d.ts +6 -0
- package/src/js/i18n.d.ts.map +1 -1
- package/src/js/types/EmbedCodeModalProps.d.ts +1 -0
- package/src/js/types/EmbedCodeModalProps.d.ts.map +1 -1
- package/src/js/types/EmbedCodeProps.d.ts +1 -0
- package/src/js/types/EmbedCodeProps.d.ts.map +1 -1
- package/src/js/types/players.d.ts +1 -0
- package/src/js/types/players.d.ts.map +1 -1
- package/src/js/utils/addPluginsDataToPlayers.d.ts.map +1 -1
- package/__tests__/PlayersDropdown.test.d.ts +0 -2
- package/__tests__/PlayersDropdown.test.d.ts.map +0 -1
- package/src/js/components/PlayersDropdown.d.ts +0 -9
- package/src/js/components/PlayersDropdown.d.ts.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightcove/components-embed-code-modal",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.5.1",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal.git"
|
|
@@ -34,7 +34,7 @@
|
|
|
34
34
|
"@brightcove/kacl": "^0.1.11",
|
|
35
35
|
"@brightcove/notify-change": "^0.1.7",
|
|
36
36
|
"@brightcove/studio-api-services": "^6.69.0",
|
|
37
|
-
"@brightcove/studio-components": "^7.23.
|
|
37
|
+
"@brightcove/studio-components": "^7.23.4",
|
|
38
38
|
"@brightcove/studio-design-tokens": "^1.15.0",
|
|
39
39
|
"@brightcove/studio-icons": "^8.14.0",
|
|
40
40
|
"@testing-library/jest-dom": "^5.16.5",
|
|
@@ -73,6 +73,7 @@
|
|
|
73
73
|
"dependencies": {
|
|
74
74
|
"@brightcove/player-embed-code": "^2.0.2",
|
|
75
75
|
"@brightcove/react-player-loader": "^1.4.2",
|
|
76
|
+
"classnames": "^2.5.1",
|
|
76
77
|
"i18next": "^21.5.4",
|
|
77
78
|
"react-i18next": "^11.14.3",
|
|
78
79
|
"react-query": "^3.38.0"
|
package/src/index.d.ts
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import EmbedCodeModal from './js/EmbedCodeModal';
|
|
2
|
-
import type { VideoPayload, PlayerPayload, ProjectPayload } from '
|
|
3
|
-
import { EmbedCodeModalTypes } from '
|
|
2
|
+
import type { VideoPayload, PlayerPayload, ProjectPayload } from 'js/types/EmbedCodeModalProps';
|
|
3
|
+
import { EmbedCodeModalTypes } from 'js/types/EmbedCodeModalProps';
|
|
4
4
|
export { EmbedCodeModal, VideoPayload, PlayerPayload, ProjectPayload, EmbedCodeModalTypes, };
|
|
5
5
|
//# sourceMappingURL=index.d.ts.map
|
package/src/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,EACZ,aAAa,EACb,cAAc,EACf,MAAM,
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,cAAc,MAAM,qBAAqB,CAAC;AACjD,OAAO,KAAK,EACV,YAAY,EACZ,aAAa,EACb,cAAc,EACf,MAAM,8BAA8B,CAAC;AAEtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,OAAO,EACL,cAAc,EACd,YAAY,EACZ,aAAa,EACb,cAAc,EACd,mBAAmB,GACpB,CAAC"}
|
|
@@ -5,7 +5,8 @@ export interface EmbedCodeModalProps {
|
|
|
5
5
|
language?: 'en' | 'es' | 'fr' | 'ko' | 'ja' | 'zh';
|
|
6
6
|
embedCodeModalType?: EmbedCodeModalTypes;
|
|
7
7
|
embedCodeProperties?: EmbedCodeProperties;
|
|
8
|
+
isOutstreamPlayer?: boolean;
|
|
8
9
|
}
|
|
9
|
-
declare const EmbedModal: ({ data, language, embedCodeModalType, embedCodeProperties, }: EmbedCodeModalProps) => React.JSX.Element | null;
|
|
10
|
+
declare const EmbedModal: ({ data, language, embedCodeModalType, embedCodeProperties, isOutstreamPlayer, }: EmbedCodeModalProps) => React.JSX.Element | null;
|
|
10
11
|
export default EmbedModal;
|
|
11
12
|
//# sourceMappingURL=EmbedCodeModal.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedCodeModal.d.ts","sourceRoot":"","sources":["../../../src/js/EmbedCodeModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EACjB,MAAM,6BAA6B,CAAC;AAQrC,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnD,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IAEzC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"EmbedCodeModal.d.ts","sourceRoot":"","sources":["../../../src/js/EmbedCodeModal.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AASnD,OAAO,EACL,mBAAmB,EACnB,mBAAmB,EACnB,gBAAgB,EACjB,MAAM,6BAA6B,CAAC;AAQrC,MAAM,WAAW,mBAAmB;IAClC,IAAI,EAAE,gBAAgB,CAAC;IACvB,QAAQ,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,GAAG,IAAI,CAAC;IACnD,kBAAkB,CAAC,EAAE,mBAAmB,CAAC;IAEzC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,QAAA,MAAM,UAAU,oFAMb,mBAAmB,6BAiCrB,CAAC;AAEF,eAAe,UAAU,CAAC"}
|
|
@@ -6,7 +6,8 @@ interface ModalContainerProps extends EmbedCodeModalProps {
|
|
|
6
6
|
handleSetHasCreatedPlayer: (value: boolean) => void;
|
|
7
7
|
hasCreatedPlayer: boolean;
|
|
8
8
|
embedCodeProperties?: EmbedCodeProperties;
|
|
9
|
+
isOutstreamPlayer?: boolean;
|
|
9
10
|
}
|
|
10
|
-
export declare const ModalContainer: ({ handleSetComponentKey, data, embedCodeModalType, handleSetHasCreatedPlayer, hasCreatedPlayer, embedCodeProperties, }: ModalContainerProps) => React.JSX.Element | null;
|
|
11
|
+
export declare const ModalContainer: ({ handleSetComponentKey, data, embedCodeModalType, handleSetHasCreatedPlayer, hasCreatedPlayer, embedCodeProperties, isOutstreamPlayer, }: ModalContainerProps) => React.JSX.Element | null;
|
|
11
12
|
export {};
|
|
12
13
|
//# sourceMappingURL=ModalContainer.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ModalContainer.d.ts","sourceRoot":"","sources":["../../../../src/js/components/ModalContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAMzE,OAAO,EAIL,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAaxD,UAAU,mBAAoB,SAAQ,mBAAmB;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,yBAAyB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"ModalContainer.d.ts","sourceRoot":"","sources":["../../../../src/js/components/ModalContainer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAMzE,OAAO,EAIL,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AAaxD,UAAU,mBAAoB,SAAQ,mBAAmB;IACvD,qBAAqB,EAAE,MAAM,IAAI,CAAC;IAClC,yBAAyB,EAAE,CAAC,KAAK,EAAE,OAAO,KAAK,IAAI,CAAC;IACpD,gBAAgB,EAAE,OAAO,CAAC;IAC1B,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,eAAO,MAAM,cAAc,8IAQxB,mBAAmB,6BAoNrB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { PlayerPayload } from '../types/EmbedCodeModalProps';
|
|
3
|
-
export declare const PlayerPreview: ({ id, configuration, accountId, embedCodeProperties, }: PlayerPayload) => React.JSX.Element;
|
|
3
|
+
export declare const PlayerPreview: ({ id, configuration, accountId, embedCodeProperties, isOutstreamPlayer, }: PlayerPayload) => React.JSX.Element;
|
|
4
4
|
//# sourceMappingURL=PlayerPreview.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"PlayerPreview.d.ts","sourceRoot":"","sources":["../../../../src/js/components/PlayerPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"PlayerPreview.d.ts","sourceRoot":"","sources":["../../../../src/js/components/PlayerPreview.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAkB,MAAM,OAAO,CAAC;AAiBvC,OAAO,EAAE,aAAa,EAAE,MAAM,8BAA8B,CAAC;AAW7D,eAAO,MAAM,aAAa,8EAMvB,aAAa,sBAiFf,CAAC"}
|
|
@@ -1,9 +1,10 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { EmbedCodeProperties } from 'js/types/EmbedCodeModalProps';
|
|
3
|
-
export declare const TabsSection: ({ isCampaign, isViewerIdSource, ...rest }: {
|
|
3
|
+
export declare const TabsSection: ({ isCampaign, isViewerIdSource, isBcMapTracking, ...rest }: {
|
|
4
4
|
playerId: string;
|
|
5
5
|
isCampaign: boolean;
|
|
6
6
|
isViewerIdSource: boolean;
|
|
7
|
+
isBcMapTracking: boolean;
|
|
7
8
|
videoId?: string | undefined;
|
|
8
9
|
accountId: string;
|
|
9
10
|
interactivityProjectId?: string | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"TabsSection.d.ts","sourceRoot":"","sources":["../../../../src/js/components/TabsSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,eAAO,MAAM,WAAW;
|
|
1
|
+
{"version":3,"file":"TabsSection.d.ts","sourceRoot":"","sources":["../../../../src/js/components/TabsSection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAMxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,eAAO,MAAM,WAAW;cAMZ,MAAM;gBACJ,OAAO;sBACD,OAAO;qBACR,OAAO;;eAEb,MAAM;;;uBAmDlB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"VideoPlayer.d.ts","sourceRoot":"","sources":["../../../../src/js/components/VideoPlayer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,EACL,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,gBAAgB,EAChB,aAAa,EAEd,MAAM,kBAAkB,CAAC;AAkB1B,eAAO,MAAM,WAAW;WAQf,YAAY,GAAG,cAAc;wBAChB,mBAAmB;4BACf,gBAAgB,EAAE;aACjC,aAAa;;;
|
|
1
|
+
{"version":3,"file":"VideoPlayer.d.ts","sourceRoot":"","sources":["../../../../src/js/components/VideoPlayer.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAoD,MAAM,OAAO,CAAC;AAIzE,OAAO,EACL,YAAY,EACZ,cAAc,EACd,mBAAmB,EACnB,mBAAmB,EACpB,MAAM,8BAA8B,CAAC;AACtC,OAAO,EACL,gBAAgB,EAChB,aAAa,EAEd,MAAM,kBAAkB,CAAC;AAkB1B,eAAO,MAAM,WAAW;WAQf,YAAY,GAAG,cAAc;wBAChB,mBAAmB;4BACf,gBAAgB,EAAE;aACjC,aAAa;;;uBAyJvB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"player.d.ts","sourceRoot":"","sources":["../../../../src/js/constants/player.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAC3C,eAAO,MAAM,mBAAmB,8BAA8B,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;GAKrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,uBAAuB,CAAC;AAE5D,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"player.d.ts","sourceRoot":"","sources":["../../../../src/js/constants/player.ts"],"names":[],"mappings":"AAAA,eAAO,MAAM,iBAAiB,YAAY,CAAC;AAC3C,eAAO,MAAM,mBAAmB,8BAA8B,CAAC;AAE/D,eAAO,MAAM,yBAAyB;;;GAKrC,CAAC;AAEF,eAAO,MAAM,uBAAuB,uBAAuB,CAAC;AAE5D,eAAO,MAAM,OAAO;;;;;;;;;;CAUnB,CAAC;AAEF,eAAO,MAAM,4BAA4B;;;;;;;CAOxC,CAAC"}
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export declare const bcHostedPlugins: string[];
|
|
2
2
|
export declare const CAMPAIGN_PLUGIN_NAME = "bcMapPlugin";
|
|
3
3
|
export declare const VIEWER_ID_KEY_NAME = "viewer_id_source";
|
|
4
|
+
export declare const BC_MAP_TRACKING_NAME = "bcMapTracking";
|
|
4
5
|
export declare const INTERACTIVITY_PLUGIN_NAME = "interactivityViewer";
|
|
5
6
|
export declare const INTERACTIVITY_REGISTRY_ID = "@brightcove/videojs-interactivity-viewer";
|
|
6
7
|
//# sourceMappingURL=pluginsRegistry.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"pluginsRegistry.d.ts","sourceRoot":"","sources":["../../../../src/js/constants/pluginsRegistry.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,eAAe,UAqB3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,gBAAgB,CAAC;AAClD,eAAO,MAAM,kBAAkB,qBAAqB,CAAC;AACrD,eAAO,MAAM,yBAAyB,wBAAwB,CAAC;AAC/D,eAAO,MAAM,yBAAyB,6CACM,CAAC"}
|
|
1
|
+
{"version":3,"file":"pluginsRegistry.d.ts","sourceRoot":"","sources":["../../../../src/js/constants/pluginsRegistry.ts"],"names":[],"mappings":"AACA,eAAO,MAAM,eAAe,UAqB3B,CAAC;AAEF,eAAO,MAAM,oBAAoB,gBAAgB,CAAC;AAClD,eAAO,MAAM,kBAAkB,qBAAqB,CAAC;AACrD,eAAO,MAAM,oBAAoB,kBAAkB,CAAC;AACpD,eAAO,MAAM,yBAAyB,wBAAwB,CAAC;AAC/D,eAAO,MAAM,yBAAyB,6CACM,CAAC"}
|
package/src/js/i18n.d.ts
CHANGED
|
@@ -19,6 +19,7 @@ export declare const resources: {
|
|
|
19
19
|
helperText: string;
|
|
20
20
|
helperTextWarning: string;
|
|
21
21
|
viewerIdTextWarning: string;
|
|
22
|
+
bcMapTrackingTextWarning: string;
|
|
22
23
|
};
|
|
23
24
|
done: string;
|
|
24
25
|
close: string;
|
|
@@ -67,6 +68,7 @@ export declare const resources: {
|
|
|
67
68
|
helperText: string;
|
|
68
69
|
helperTextWarning: string;
|
|
69
70
|
viewerIdTextWarning: string;
|
|
71
|
+
bcMapTrackingTextWarning: string;
|
|
70
72
|
};
|
|
71
73
|
toasterTitle: string;
|
|
72
74
|
toasterMessage: string;
|
|
@@ -115,6 +117,7 @@ export declare const resources: {
|
|
|
115
117
|
helperText: string;
|
|
116
118
|
helperTextWarning: string;
|
|
117
119
|
viewerIdTextWarning: string;
|
|
120
|
+
bcMapTrackingTextWarning: string;
|
|
118
121
|
};
|
|
119
122
|
toasterTitle: string;
|
|
120
123
|
toasterMessage: string;
|
|
@@ -163,6 +166,7 @@ export declare const resources: {
|
|
|
163
166
|
helperText: string;
|
|
164
167
|
helperTextWarning: string;
|
|
165
168
|
viewerIdTextWarning: string;
|
|
169
|
+
bcMapTrackingTextWarning: string;
|
|
166
170
|
};
|
|
167
171
|
toasterTitle: string;
|
|
168
172
|
toasterMessage: string;
|
|
@@ -211,6 +215,7 @@ export declare const resources: {
|
|
|
211
215
|
helperText: string;
|
|
212
216
|
helperTextWarning: string;
|
|
213
217
|
viewerIdTextWarning: string;
|
|
218
|
+
bcMapTrackingTextWarning: string;
|
|
214
219
|
};
|
|
215
220
|
toasterTitle: string;
|
|
216
221
|
toasterMessage: string;
|
|
@@ -259,6 +264,7 @@ export declare const resources: {
|
|
|
259
264
|
helperText: string;
|
|
260
265
|
helperTextWarning: string;
|
|
261
266
|
viewerIdTextWarning: string;
|
|
267
|
+
bcMapTrackingTextWarning: string;
|
|
262
268
|
};
|
|
263
269
|
toasterTitle: string;
|
|
264
270
|
toasterMessage: string;
|
package/src/js/i18n.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/js/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAU3B,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"i18n.d.ts","sourceRoot":"","sources":["../../../src/js/i18n.ts"],"names":[],"mappings":"AAAA,OAAO,IAAI,MAAM,SAAS,CAAC;AAU3B,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmBrB,CAAC;AAaF,eAAe,IAAI,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedCodeModalProps.d.ts","sourceRoot":"","sources":["../../../../src/js/types/EmbedCodeModalProps.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"EmbedCodeModalProps.d.ts","sourceRoot":"","sources":["../../../../src/js/types/EmbedCodeModalProps.ts"],"names":[],"mappings":"AACA,MAAM,WAAW,YAAY;IAC3B,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,EAAE,MAAM,CAAC;IAClB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,EAAE,MAAM,CAAC;CAClB;AAED,MAAM,WAAW,aAAa;IAC5B,EAAE,EAAE,MAAM,CAAC;IACX,aAAa,CAAC,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACxC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B;AAED,MAAM,WAAW,cAAc;IAC7B,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,EAAE,MAAM,CAAC;IAChB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,wBAAwB,EAAE,MAAM,CAAC;CAClC;AAED,oBAAY,mBAAmB;IAC7B,MAAM,WAAW;IACjB,KAAK,UAAU;IACf,OAAO,YAAY;CACpB;AAED,oBAAY,+BAA+B;IACzC,SAAS,cAAc;IACvB,aAAa,kBAAkB;CAChC;AAED,MAAM,MAAM,gBAAgB,GAAG,YAAY,GAAG,aAAa,GAAG,cAAc,CAAC;AAE7E,oBAAY,cAAc;IACxB,EAAE,OAAO;IACT,EAAE,OAAO;IACT,OAAO,MAAM;CACd;AACD,oBAAY,oBAAoB;IAC9B,KAAK,UAAU;IACf,MAAM,WAAW;IACjB,OAAO,QAAQ;IACf,UAAU,QAAQ;IAClB,YAAY,SAAS;IACrB,YAAY,SAAS;CACtB;AACD,MAAM,WAAW,mBAAmB;IAClC,KAAK,EAAE,MAAM,CAAC;IACd,MAAM,EAAE,MAAM,CAAC;IACf,KAAK,EAAE,cAAc,CAAC;IACtB,UAAU,EAAE,OAAO,CAAC;IACpB,WAAW,EAAE,oBAAoB,CAAC;CACnC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedCodeProps.d.ts","sourceRoot":"","sources":["../../../../src/js/types/EmbedCodeProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;
|
|
1
|
+
{"version":3,"file":"EmbedCodeProps.d.ts","sourceRoot":"","sources":["../../../../src/js/types/EmbedCodeProps.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,uBAAuB,CAAC;AAE5D,MAAM,MAAM,cAAc,GAAG;IAC3B,MAAM,EAAE,OAAO,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,QAAQ,EAAE,MAAM,CAAC;IACjB,sBAAsB,CAAC,EAAE,MAAM,CAAC;IAChC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC;IAC1C,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"players.d.ts","sourceRoot":"","sources":["../../../../src/js/types/players.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,OAAO,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"players.d.ts","sourceRoot":"","sources":["../../../../src/js/types/players.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,gBAAgB,GAAG;IAC7B,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB,EAAE,OAAO,CAAC;IAC1B,iBAAiB,EAAE,OAAO,CAAC;IAC3B,sBAAsB,EAAE,OAAO,CAAC;IAChC,iBAAiB,EAAE,OAAO,CAAC;IAC3B,gBAAgB,EAAE,OAAO,CAAC;CAC3B,CAAC;AAEF,MAAM,MAAM,aAAa,GAAG;IAC1B,CAAC,GAAG,EAAE,MAAM,GAAG,iBAAiB,CAAC;CAClC,CAAC;AAEF,MAAM,MAAM,UAAU,GAAG;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,MAAM,CAAC;IACjB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,GAAG,EAAE,MAAM,CAAC;CACb,CAAC;AAEF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,UAAU,EAAE,MAAM,CAAC;IACnB,KAAK,EAAE,UAAU,EAAE,CAAC;CACrB,CAAC;AAEF,MAAM,MAAM,cAAc,GAAG,MAAM,GAAG,MAAM,GAAG,SAAS,CAAC;AAEzD,MAAM,MAAM,mBAAmB,GAAG;IAChC,IAAI,EAAE;QACJ,IAAI,EAAE,MAAM,CAAC;QACb,WAAW,CAAC,EAAE,MAAM,CAAC;QACrB,aAAa,CAAC,EAAE;YACd,QAAQ,CAAC,MAAC;YACV,IAAI,CAAC,EAAE,OAAO,CAAC;YACf,WAAW,CAAC,EAAE;gBACZ,KAAK,EAAE,MAAM,CAAC;aACf,CAAC;YACF,OAAO,CAAC,EAAE;gBACR,WAAW,EAAE,MAAM,CAAC;gBACpB,OAAO,EAAE,MAAM,CAAC;aACjB,EAAE,CAAC;SACL,CAAC;KACH,CAAC;CACH,CAAC;AAEF,MAAM,MAAM,oBAAoB,GAAG;IACjC,EAAE,EAAE,MAAM,CAAC;IACX,GAAG,EAAE,MAAM,CAAC;IACZ,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,WAAW,EAAE,MAAM,CAAC;IACpB,qBAAqB,EAAE,MAAM,CAAC;IAC9B,kBAAkB,EAAE,MAAM,CAAC;CAC5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"addPluginsDataToPlayers.d.ts","sourceRoot":"","sources":["../../../../src/js/utils/addPluginsDataToPlayers.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACd,MAAM,kBAAkB,CAAC;
|
|
1
|
+
{"version":3,"file":"addPluginsDataToPlayers.d.ts","sourceRoot":"","sources":["../../../../src/js/utils/addPluginsDataToPlayers.ts"],"names":[],"mappings":"AACA,OAAO,EACL,iBAAiB,EACjB,gBAAgB,EAChB,aAAa,EACd,MAAM,kBAAkB,CAAC;AAU1B,wBAAgB,uBAAuB,CAAC,OAAO,EAAE,iBAAiB;;;EA2CjE"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlayersDropdown.test.d.ts","sourceRoot":"","sources":["../../__tests__/PlayersDropdown.test.tsx"],"names":[],"mappings":""}
|
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { PlayerSelectItem, PlayersObjectItem, PlayersObject } from 'js/types/players';
|
|
3
|
-
export interface PlayerDropdownProps {
|
|
4
|
-
onChange?: (a: PlayersObjectItem) => void;
|
|
5
|
-
playerListForSelection: PlayerSelectItem[];
|
|
6
|
-
players: PlayersObject;
|
|
7
|
-
}
|
|
8
|
-
export declare const PlayersDropdown: ({ onChange, playerListForSelection, players, }: PlayerDropdownProps) => React.JSX.Element | null;
|
|
9
|
-
//# sourceMappingURL=PlayersDropdown.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"PlayersDropdown.d.ts","sourceRoot":"","sources":["../../../../src/js/components/PlayersDropdown.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA2C,MAAM,OAAO,CAAC;AAIhE,OAAO,EACL,gBAAgB,EAChB,iBAAiB,EACjB,aAAa,EACd,MAAM,kBAAkB,CAAC;AAK1B,MAAM,WAAW,mBAAmB;IAClC,QAAQ,CAAC,EAAE,CAAC,CAAC,EAAE,iBAAiB,KAAK,IAAI,CAAC;IAC1C,sBAAsB,EAAE,gBAAgB,EAAE,CAAC;IAC3C,OAAO,EAAE,aAAa,CAAC;CACxB;AAED,eAAO,MAAM,eAAe,mDAIzB,mBAAmB,6BAiErB,CAAC"}
|