fansunited-management-components 1.55.0-RC3 → 1.55.0-RC5
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.es.js +662 -646
- package/index.umd.js +32 -32
- package/package.json +1 -1
- package/src/components/WidgetEmbedCode/WidgetEmbedCode.d.ts +2 -2
- package/src/components/WidgetEmbedCode/WidgetEmbedCode.d.ts.map +1 -1
- package/src/constants/components.d.ts +2 -2
- package/src/context/ComponentContext.d.ts +2 -2
package/package.json
CHANGED
|
@@ -13,9 +13,9 @@ type WidgetEmbedCodeLabels = {
|
|
|
13
13
|
configureSignInDisabledMessage: string;
|
|
14
14
|
leadPosition: string;
|
|
15
15
|
signInLabel: string;
|
|
16
|
-
|
|
16
|
+
signInLabelInfoMessage: string;
|
|
17
17
|
authenticationHandler: string;
|
|
18
|
-
|
|
18
|
+
authenticationHandlerInfoMessage: string;
|
|
19
19
|
addCampaignInfo: string;
|
|
20
20
|
id: string;
|
|
21
21
|
name: string;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"WidgetEmbedCode.d.ts","sourceRoot":"","sources":["../../../../src/components/WidgetEmbedCode/WidgetEmbedCode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;
|
|
1
|
+
{"version":3,"file":"WidgetEmbedCode.d.ts","sourceRoot":"","sources":["../../../../src/components/WidgetEmbedCode/WidgetEmbedCode.tsx"],"names":[],"mappings":"AAAA,OAAO,KAA8B,MAAM,OAAO,CAAC;AA0BnD,KAAK,qBAAqB,GAAG;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,yBAAyB,EAAE,MAAM,CAAC;IAClC,aAAa,EAAE,MAAM,CAAC;IACtB,wBAAwB,EAAE,MAAM,CAAC;IACjC,sBAAsB,EAAE,MAAM,CAAC;IAC/B,6BAA6B,EAAE,MAAM,CAAC;IACtC,cAAc,EAAE,MAAM,CAAC;IACvB,6BAA6B,EAAE,MAAM,CAAC;IACtC,eAAe,EAAE,MAAM,CAAC;IACxB,8BAA8B,EAAE,MAAM,CAAC;IACvC,YAAY,EAAE,MAAM,CAAC;IACrB,WAAW,EAAE,MAAM,CAAC;IACpB,sBAAsB,EAAE,MAAM,CAAC;IAC/B,qBAAqB,EAAE,MAAM,CAAC;IAC9B,gCAAgC,EAAE,MAAM,CAAC;IACzC,eAAe,EAAE,MAAM,CAAC;IACxB,EAAE,EAAE,MAAM,CAAC;IACX,IAAI,EAAE,MAAM,CAAC;IACb,qBAAqB,EAAE,MAAM,CAAC;IAC9B,uBAAuB,EAAE,MAAM,CAAC;IAChC,eAAe,EAAE,MAAM,CAAC;IACxB,kBAAkB,EAAE,MAAM,CAAC;CAC3B,CAAC;AAEF,KAAK,oBAAoB,GAAG;IAC3B,UAAU,EAAE,cAAc,GAAG,kBAAkB,GAAG,WAAW,GAAG,MAAM,CAAC;IACvE,QAAQ,EAAE,MAAM,CAAC;IACjB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,MAAM,EAAE,qBAAqB,CAAC;CAC9B,CAAC;AAEF;;;;;;;GAOG;AACH,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,oBAAoB,CAgSnD,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -440,9 +440,9 @@ export declare const components: {
|
|
|
440
440
|
configureSignInDisabledMessage: string;
|
|
441
441
|
leadPosition: string;
|
|
442
442
|
signInLabel: string;
|
|
443
|
-
|
|
443
|
+
signInLabelInfoMessage: string;
|
|
444
444
|
authenticationHandler: string;
|
|
445
|
-
|
|
445
|
+
authenticationHandlerInfoMessage: string;
|
|
446
446
|
addCampaignInfo: string;
|
|
447
447
|
id: string;
|
|
448
448
|
name: string;
|
|
@@ -306,9 +306,9 @@ declare const ComponentContext: React.Context<{
|
|
|
306
306
|
configureSignInDisabledMessage: string;
|
|
307
307
|
leadPosition: string;
|
|
308
308
|
signInLabel: string;
|
|
309
|
-
|
|
309
|
+
signInLabelInfoMessage: string;
|
|
310
310
|
authenticationHandler: string;
|
|
311
|
-
|
|
311
|
+
authenticationHandlerInfoMessage: string;
|
|
312
312
|
addCampaignInfo: string;
|
|
313
313
|
id: string;
|
|
314
314
|
name: string;
|