@brightcove/components-embed-code-modal 0.1.15 → 0.1.17
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 +2 -7
- package/index.js.map +1 -1
- package/package.json +4 -3
- package/src/js/EmbedCode.d.ts.map +1 -1
- package/src/js/EmbedCodeModalComponent.d.ts.map +1 -1
- package/src/js/hooks/useGetPlayers.d.ts +1 -1
- package/src/js/hooks/useGetPlayers.d.ts.map +1 -1
- package/src/js/i18n.d.ts +0 -6
- package/src/js/i18n.d.ts.map +1 -1
- package/src/js/utils/util.d.ts +0 -5
- package/src/js/utils/util.d.ts.map +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@brightcove/components-embed-code-modal",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.17",
|
|
4
4
|
"repository": {
|
|
5
5
|
"type": "git",
|
|
6
6
|
"url": "https://bithub.brightcove.com/studio-ui-kit/studio-components-embed-code-modal.git"
|
|
@@ -30,7 +30,7 @@
|
|
|
30
30
|
"@brightcove/eslint-config-applications": "^0.3.0",
|
|
31
31
|
"@brightcove/kacl": "^0.1.11",
|
|
32
32
|
"@brightcove/notify-change": "^0.1.7",
|
|
33
|
-
"@brightcove/react-player-loader": "^1.4.
|
|
33
|
+
"@brightcove/react-player-loader": "^1.4.2",
|
|
34
34
|
"@brightcove/studio-components": ">=6.0.0",
|
|
35
35
|
"@testing-library/jest-dom": "^5.16.2",
|
|
36
36
|
"@testing-library/react": "^12.1.2",
|
|
@@ -81,7 +81,8 @@
|
|
|
81
81
|
"react-dnd": ">=14.0.4",
|
|
82
82
|
"react-dnd-html5-backend": ">=14.0.2",
|
|
83
83
|
"react-dom": ">=17.0.2",
|
|
84
|
-
"@brightcove/studio-components": ">=6.0.0"
|
|
84
|
+
"@brightcove/studio-components": ">=6.0.0",
|
|
85
|
+
"@brightcove/react-player-loader": "^1.4.2"
|
|
85
86
|
},
|
|
86
87
|
"module": "./index.js"
|
|
87
88
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedCode.d.ts","sourceRoot":"","sources":["../../../src/js/EmbedCode.tsx"],"names":[],"mappings":";
|
|
1
|
+
{"version":3,"file":"EmbedCode.d.ts","sourceRoot":"","sources":["../../../src/js/EmbedCode.tsx"],"names":[],"mappings":";AAYA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AAgBzD,eAAO,MAAM,SAAS,gDAKnB,cAAc,gBA6DhB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EmbedCodeModalComponent.d.ts","sourceRoot":"","sources":["../../../src/js/EmbedCodeModalComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,EACL,mBAAmB,EAEpB,MAAM,8BAA8B,CAAC;
|
|
1
|
+
{"version":3,"file":"EmbedCodeModalComponent.d.ts","sourceRoot":"","sources":["../../../src/js/EmbedCodeModalComponent.tsx"],"names":[],"mappings":";AAGA,OAAO,EACL,mBAAmB,EAEpB,MAAM,8BAA8B,CAAC;AA0BtC,eAAO,MAAM,uBAAuB,qBAGjC,mBAAmB,uBA8OrB,CAAC"}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
import { EmbedCodeModalTypes } from 'js/types/EmbedCodeModalProps';
|
|
2
|
-
declare const useGetPlayers: (type: EmbedCodeModalTypes,
|
|
2
|
+
declare const useGetPlayers: (type: EmbedCodeModalTypes, isPlayersCallEnabled: boolean) => import("react-query").UseQueryResult<import("../types/players").GetPlayersPayload, unknown>;
|
|
3
3
|
export default useGetPlayers;
|
|
4
4
|
//# sourceMappingURL=useGetPlayers.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"useGetPlayers.d.ts","sourceRoot":"","sources":["../../../../src/js/hooks/useGetPlayers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,QAAA,MAAM,aAAa,SACX,mBAAmB,
|
|
1
|
+
{"version":3,"file":"useGetPlayers.d.ts","sourceRoot":"","sources":["../../../../src/js/hooks/useGetPlayers.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,mBAAmB,EAAE,MAAM,8BAA8B,CAAC;AAEnE,QAAA,MAAM,aAAa,SACX,mBAAmB,wBACH,OAAO,gGAS9B,CAAC;AAEF,eAAe,aAAa,CAAC"}
|
package/src/js/i18n.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ export declare const resources: {
|
|
|
16
16
|
javascript: string;
|
|
17
17
|
};
|
|
18
18
|
helperText: string;
|
|
19
|
-
helperTextNew: string;
|
|
20
19
|
helperTextWarning: string;
|
|
21
20
|
};
|
|
22
21
|
closeModal: string;
|
|
@@ -44,7 +43,6 @@ export declare const resources: {
|
|
|
44
43
|
javascript: string;
|
|
45
44
|
};
|
|
46
45
|
helperText: string;
|
|
47
|
-
helperTextNew: string;
|
|
48
46
|
helperTextWarning: string;
|
|
49
47
|
};
|
|
50
48
|
closeModal: string;
|
|
@@ -72,7 +70,6 @@ export declare const resources: {
|
|
|
72
70
|
javascript: string;
|
|
73
71
|
};
|
|
74
72
|
helperText: string;
|
|
75
|
-
helperTextNew: string;
|
|
76
73
|
helperTextWarning: string;
|
|
77
74
|
};
|
|
78
75
|
closeModal: string;
|
|
@@ -100,7 +97,6 @@ export declare const resources: {
|
|
|
100
97
|
javascript: string;
|
|
101
98
|
};
|
|
102
99
|
helperText: string;
|
|
103
|
-
helperTextNew: string;
|
|
104
100
|
helperTextWarning: string;
|
|
105
101
|
};
|
|
106
102
|
closeModal: string;
|
|
@@ -128,7 +124,6 @@ export declare const resources: {
|
|
|
128
124
|
javascript: string;
|
|
129
125
|
};
|
|
130
126
|
helperText: string;
|
|
131
|
-
helperTextNew: string;
|
|
132
127
|
helperTextWarning: string;
|
|
133
128
|
};
|
|
134
129
|
closeModal: string;
|
|
@@ -156,7 +151,6 @@ export declare const resources: {
|
|
|
156
151
|
javascript: string;
|
|
157
152
|
};
|
|
158
153
|
helperText: string;
|
|
159
|
-
helperTextNew: string;
|
|
160
154
|
helperTextWarning: string;
|
|
161
155
|
};
|
|
162
156
|
closeModal: 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"}
|
package/src/js/utils/util.d.ts
CHANGED
|
@@ -4,11 +4,6 @@ import { PlayerSelectItem } from '../types/players';
|
|
|
4
4
|
* @returns the studio environment
|
|
5
5
|
*/
|
|
6
6
|
export declare function getStudioEnvironment(): string;
|
|
7
|
-
/**
|
|
8
|
-
* Get embed modal types enabled value.
|
|
9
|
-
* @returns the embed modal types enabled value
|
|
10
|
-
*/
|
|
11
|
-
export declare function isEmbedModalTypesEnabled(): boolean;
|
|
12
7
|
/**
|
|
13
8
|
* Is the module running in QA environment?
|
|
14
9
|
*/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../src/js/utils/util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKpD;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,CAE7C;AAED
|
|
1
|
+
{"version":3,"file":"util.d.ts","sourceRoot":"","sources":["../../../../src/js/utils/util.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,gBAAgB,EAAE,MAAM,kBAAkB,CAAC;AAKpD;;;GAGG;AACH,wBAAgB,oBAAoB,IAAI,MAAM,CAE7C;AAED;;GAEG;AACH,wBAAgB,IAAI,YAEnB;AAED;;GAEG;AACH,wBAAgB,UAAU,kFAEzB;AAED;;;;GAIG;AACH,wBAAgB,OAAO,CAAC,OAAO,EAAE,gBAAgB,EAAE,GAAG,gBAAgB,EAAE,CAEvE"}
|