fansunited-frontend-core 0.0.69 → 0.0.71

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.
Files changed (97) hide show
  1. package/README.md +47 -1
  2. package/components/Consents/ConsentCta.d.ts +14 -0
  3. package/components/Consents/ConsentCta.d.ts.map +1 -0
  4. package/components/Consents/ConsentPanel.d.ts +22 -0
  5. package/components/Consents/ConsentPanel.d.ts.map +1 -0
  6. package/components/Consents/ConsentsList.d.ts +22 -0
  7. package/components/Consents/ConsentsList.d.ts.map +1 -0
  8. package/components/DirectionScope.d.ts +52 -0
  9. package/components/DirectionScope.d.ts.map +1 -0
  10. package/components/LeadCollection/OverlayLeadAfterCollection.d.ts +9 -3
  11. package/components/LeadCollection/OverlayLeadAfterCollection.d.ts.map +1 -1
  12. package/components/LeadCollection/SplitLeadAfterCollection.d.ts +7 -3
  13. package/components/LeadCollection/SplitLeadAfterCollection.d.ts.map +1 -1
  14. package/components/LeadCollection/StandardLeadAfterCollection.d.ts +9 -3
  15. package/components/LeadCollection/StandardLeadAfterCollection.d.ts.map +1 -1
  16. package/components/Leads/LeadForm.d.ts +2 -2
  17. package/components/Leads/LeadForm.d.ts.map +1 -1
  18. package/components/Portal/Portal.d.ts +8 -1
  19. package/components/Portal/Portal.d.ts.map +1 -1
  20. package/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.styles.d.ts +2 -0
  21. package/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.styles.d.ts.map +1 -1
  22. package/components/Skeletons/Overlay/OverlaySkeleton.styles.d.ts +2 -0
  23. package/components/Skeletons/Overlay/OverlaySkeleton.styles.d.ts.map +1 -1
  24. package/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.styles.d.ts +2 -0
  25. package/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.styles.d.ts.map +1 -1
  26. package/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.styles.d.ts +2 -0
  27. package/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.styles.d.ts.map +1 -1
  28. package/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.d.ts +2 -0
  29. package/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.d.ts.map +1 -1
  30. package/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.d.ts +2 -0
  31. package/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.d.ts.map +1 -1
  32. package/components/Skeletons/Split/SignIn/SplitSignInSkeleton.styles.d.ts +2 -0
  33. package/components/Skeletons/Split/SignIn/SplitSignInSkeleton.styles.d.ts.map +1 -1
  34. package/components/Skeletons/Split/SplitSkeleton.styles.d.ts +4 -0
  35. package/components/Skeletons/Split/SplitSkeleton.styles.d.ts.map +1 -1
  36. package/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.d.ts.map +1 -1
  37. package/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.styles.d.ts +6 -0
  38. package/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.styles.d.ts.map +1 -1
  39. package/components/Skeletons/Standard/ScoreState/StandardContentSkeleton.d.ts.map +1 -1
  40. package/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.d.ts.map +1 -1
  41. package/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.styles.d.ts +6 -0
  42. package/components/Skeletons/Standard/ScoreState/StandardScoreStateSkeleton.styles.d.ts.map +1 -1
  43. package/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.d.ts.map +1 -1
  44. package/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.styles.d.ts +6 -0
  45. package/components/Skeletons/Standard/SignIn/StandardSignInSkeleton.styles.d.ts.map +1 -1
  46. package/components/Skeletons/Standard/StandardSkeleton.d.ts.map +1 -1
  47. package/components/Skeletons/Standard/StandardSkeleton.styles.d.ts +6 -0
  48. package/components/Skeletons/Standard/StandardSkeleton.styles.d.ts.map +1 -1
  49. package/constants/constants.d.ts.map +1 -1
  50. package/functions/buttonStyles.d.ts +28 -0
  51. package/functions/buttonStyles.d.ts.map +1 -0
  52. package/functions/consents.d.ts +23 -0
  53. package/functions/consents.d.ts.map +1 -0
  54. package/functions/direction.d.ts +31 -0
  55. package/functions/direction.d.ts.map +1 -0
  56. package/functions/emotionCache.d.ts +30 -0
  57. package/functions/emotionCache.d.ts.map +1 -0
  58. package/functions/functions.d.ts +5 -0
  59. package/functions/functions.d.ts.map +1 -1
  60. package/functions/i18n.d.ts.map +1 -1
  61. package/functions/theme.d.ts +9 -1
  62. package/functions/theme.d.ts.map +1 -1
  63. package/hooks/hooks.d.ts +2 -0
  64. package/hooks/hooks.d.ts.map +1 -1
  65. package/hooks/useConsents.d.ts +25 -0
  66. package/hooks/useConsents.d.ts.map +1 -0
  67. package/index.d.ts +7 -0
  68. package/index.d.ts.map +1 -1
  69. package/index.es.js +12005 -9401
  70. package/interfaces/interfaces.d.ts +53 -5
  71. package/interfaces/interfaces.d.ts.map +1 -1
  72. package/locales/ar.json.d.ts +1473 -0
  73. package/locales/bg.json.d.ts +25 -5
  74. package/locales/de.json.d.ts +25 -5
  75. package/locales/el.json.d.ts +25 -5
  76. package/locales/en.json.d.ts +25 -5
  77. package/locales/es.json.d.ts +25 -5
  78. package/locales/fr-be.json.d.ts +25 -5
  79. package/locales/fr.json.d.ts +25 -5
  80. package/locales/it.json.d.ts +25 -5
  81. package/locales/pl.json.d.ts +29 -5
  82. package/locales/pt-br.json.d.ts +25 -5
  83. package/locales/pt.json.d.ts +25 -5
  84. package/locales/ro.json.d.ts +27 -5
  85. package/locales/sk.json.d.ts +27 -5
  86. package/locales/sr.json.d.ts +27 -5
  87. package/package.json +1 -1
  88. package/providers/ConstantsProvider.d.ts +25 -0
  89. package/providers/ConstantsProvider.d.ts.map +1 -1
  90. package/providers/ThemeProvider.d.ts +3 -0
  91. package/providers/ThemeProvider.d.ts.map +1 -1
  92. package/providers/providers.d.ts +1 -1
  93. package/providers/providers.d.ts.map +1 -1
  94. package/types/types.d.ts +2 -1
  95. package/types/types.d.ts.map +1 -1
  96. package/components/Leads/ConsentsCheckboxes.d.ts +0 -14
  97. package/components/Leads/ConsentsCheckboxes.d.ts.map +0 -1
package/README.md CHANGED
@@ -16,7 +16,7 @@ yarn add fansunited-frontend-core
16
16
 
17
17
  - Complete TypeScript definitions for all Fans United components
18
18
  - Theme management with light/dark mode support
19
- - Internationalization (i18n) with 10+ supported languages
19
+ - Internationalization (i18n) with 15 supported languages, including right-to-left Arabic
20
20
  - Shared utilities and helper functions
21
21
  - React providers and hooks
22
22
  - Component primitives
@@ -67,6 +67,12 @@ import {
67
67
  LeadLabels,
68
68
  FormLeadLabels,
69
69
 
70
+ // Consents
71
+ ConsentDef,
72
+ ConsentsConfig,
73
+ ConsentsLabels,
74
+ ConsentPosition,
75
+
70
76
  // Content and Branding
71
77
  ContentInfo,
72
78
  CampaignInfo,
@@ -435,6 +441,7 @@ interface SignInCTADetails {
435
441
  ## Supported Languages
436
442
 
437
443
  - English (en)
444
+ - Arabic (ar) — right-to-left
438
445
  - Bulgarian (bg)
439
446
  - German (de)
440
447
  - Greek (el)
@@ -526,6 +533,45 @@ const consents: LeadConsent[] = [
526
533
  />
527
534
  ```
528
535
 
536
+ ### Profile Consents
537
+
538
+ `ConsentDef` is the consent shape shared by `Predictor`, `TopX` and `ClassicQuizPlay`. `CollectLead`'s older `LeadConsent` (`id` / `label`) is still accepted everywhere consents are read.
539
+
540
+ ```tsx
541
+ import { ConsentDef, ConsentsConfig } from "fansunited-frontend-core";
542
+
543
+ const items: ConsentDef[] = [
544
+ {
545
+ consentId: "terms",
546
+ // HTML and the {{privacyPolicyUrl}} / {{termsAndConditionsUrl}} tokens are supported.
547
+ // Tokens link to the entity's branding.urls.
548
+ body: "I accept the {{privacyPolicyUrl}} and the {{termsAndConditionsUrl}}",
549
+ required: true, // optional, defaults to false — blocks the gate's CTA
550
+ position: "before" // ClassicQuizPlay only: "before" (start screen) | "after" (before submit)
551
+ },
552
+ {
553
+ consentId: "marketing",
554
+ body: "Send me news and offers by email",
555
+ defaultChecked: true // optional, defaults to false
556
+ }
557
+ ];
558
+
559
+ // Predictor / TopX take the array directly
560
+ <Predictor {...otherProps} consents={items} />;
561
+
562
+ // ClassicQuizPlay wraps it, so the surface copy travels with it
563
+ const consents: ConsentsConfig = {
564
+ items,
565
+ labels: {
566
+ title: "Before we save your score",
567
+ ctaLabel: "Continue",
568
+ requiredError: "Please accept the required consents to continue."
569
+ }
570
+ };
571
+
572
+ <ClassicQuizPlay {...otherProps} consents={consents} />;
573
+ ```
574
+
529
575
  ### Theme Customization
530
576
 
531
577
  ```tsx
@@ -0,0 +1,14 @@
1
+ import { default as React } from 'react';
2
+
3
+ type ConsentCtaProps = {
4
+ onClick: () => void;
5
+ /** Widgets pass their own finish label; falls back to the shared "Continue". */
6
+ label?: string;
7
+ isSubmitting?: boolean;
8
+ primaryColor?: string;
9
+ /** Off for widgets whose own buttons carry no arrow, such as PollVote. */
10
+ showArrow?: boolean;
11
+ };
12
+ declare const ConsentCta: React.FC<ConsentCtaProps>;
13
+ export default ConsentCta;
14
+ //# sourceMappingURL=ConsentCta.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConsentCta.d.ts","sourceRoot":"","sources":["../../../src/components/Consents/ConsentCta.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAQ1B,KAAK,eAAe,GAAG;IACrB,OAAO,EAAE,MAAM,IAAI,CAAC;IACpB,gFAAgF;IAChF,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,0EAA0E;IAC1E,SAAS,CAAC,EAAE,OAAO,CAAC;CACrB,CAAC;AAEF,QAAA,MAAM,UAAU,EAAE,KAAK,CAAC,EAAE,CAAC,eAAe,CA+CzC,CAAC;AAEF,eAAe,UAAU,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { BrandingUrlsModel } from 'fansunited-sdk-esm';
3
+ import { ConsentsSurface } from '../../interfaces/interfaces';
4
+
5
+ type ConsentPanelProps = {
6
+ consents: ConsentsSurface;
7
+ primaryColor?: string;
8
+ textColor?: string;
9
+ brandingUrls?: BrandingUrlsModel | null;
10
+ /** When set, a CTA is rendered under the checkboxes — the consent step's own gate. */
11
+ onSubmit?: () => void;
12
+ isSubmitting?: boolean;
13
+ /** Label for that CTA when the client has not set consents.labels.ctaLabel. */
14
+ ctaLabel?: string;
15
+ /** Off for widgets whose own buttons carry no arrow, such as PollVote. */
16
+ showArrow?: boolean;
17
+ /** "center" centres the title and description only — items stay flush left. */
18
+ align?: "start" | "center";
19
+ };
20
+ declare const ConsentPanel: React.FC<ConsentPanelProps>;
21
+ export default ConsentPanel;
22
+ //# sourceMappingURL=ConsentPanel.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConsentPanel.d.ts","sourceRoot":"","sources":["../../../src/components/Consents/ConsentPanel.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,iBAAiB,EAAE,MAAM,oBAAoB,CAAC;AAMvD,OAAO,EAAE,eAAe,EAAE,MAAM,6BAA6B,CAAC;AAI9D,KAAK,iBAAiB,GAAG;IACvB,QAAQ,EAAE,eAAe,CAAC;IAC1B,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,iBAAiB,GAAG,IAAI,CAAC;IACxC,sFAAsF;IACtF,QAAQ,CAAC,EAAE,MAAM,IAAI,CAAC;IACtB,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,+EAA+E;IAC/E,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,0EAA0E;IAC1E,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,+EAA+E;IAC/E,KAAK,CAAC,EAAE,OAAO,GAAG,QAAQ,CAAC;CAC5B,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CAiG7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,22 @@
1
+ import { default as React } from 'react';
2
+ import { FormBrandingUrls, FormLeadLabels } from '../../interfaces/interfaces';
3
+ import { ConsentInput } from '../../functions/consents';
4
+
5
+ export type ConsentsListProps = {
6
+ /** Accepts either public shape — ConsentDef or LeadConsent. */
7
+ consents: ConsentInput[];
8
+ checked: Record<string, boolean>;
9
+ onChange: (next: Record<string, boolean>) => void;
10
+ isDisabled?: boolean;
11
+ primaryColor?: string;
12
+ textColor?: string;
13
+ brandingUrls?: FormBrandingUrls;
14
+ labels?: FormLeadLabels;
15
+ /** Shown under the list once the user tried to continue with a required box unticked. */
16
+ requiredError?: string | null;
17
+ /** Matches the lead form, whose inputs are pinned to the light scheme. */
18
+ forceLightSurface?: boolean;
19
+ };
20
+ declare const ConsentsList: React.FC<ConsentsListProps>;
21
+ export default ConsentsList;
22
+ //# sourceMappingURL=ConsentsList.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"ConsentsList.d.ts","sourceRoot":"","sources":["../../../src/components/Consents/ConsentsList.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,6BAA6B,CAAC;AAC/E,OAAO,EAAqB,KAAK,YAAY,EAAE,MAAM,0BAA0B,CAAC;AAOhF,MAAM,MAAM,iBAAiB,GAAG;IAC9B,+DAA+D;IAC/D,QAAQ,EAAE,YAAY,EAAE,CAAC;IACzB,OAAO,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IACjC,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,KAAK,IAAI,CAAC;IAClD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,yFAAyF;IACzF,aAAa,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC9B,0EAA0E;IAC1E,iBAAiB,CAAC,EAAE,OAAO,CAAC;CAC7B,CAAC;AAEF,QAAA,MAAM,YAAY,EAAE,KAAK,CAAC,EAAE,CAAC,iBAAiB,CA2M7C,CAAC;AAEF,eAAe,YAAY,CAAC"}
@@ -0,0 +1,52 @@
1
+ import { default as React } from 'react';
2
+ import { TextDirection } from '../functions/direction';
3
+
4
+ interface DirectionScopeProps {
5
+ children: React.ReactNode;
6
+ /** Direction to pin this subtree to. Defaults to "ltr". */
7
+ dir?: TextDirection;
8
+ }
9
+ /**
10
+ * Pins a subtree to one text direction regardless of the widget's language.
11
+ *
12
+ * Needed because stylis flips physical CSS at serialization time, per cache —
13
+ * a nested `dir` attribute alone cannot un-flip already-flipped rules, and the
14
+ * `/* @noflip *\/` comment escape hatch does not survive emotion object styles
15
+ * (`sx`). So this nests a second cache built for the requested direction; a
16
+ * nested CacheProvider overrides for its subtree.
17
+ *
18
+ * Use for components whose layout encodes physical direction rather than
19
+ * reading order: the prize wheel, penalty-shootout goal mouth, stopwatch
20
+ * sweeps, chronological form strips and charts, numeric steppers, and score
21
+ * tokens that bidi would otherwise reorder.
22
+ */
23
+ declare const DirectionScope: React.FC<DirectionScopeProps>;
24
+ interface BidiIsolateProps {
25
+ children: React.ReactNode;
26
+ /** Direction to render the isolated run in. Defaults to "ltr". */
27
+ dir?: TextDirection;
28
+ }
29
+ /**
30
+ * Isolates an inline run from the surrounding bidi context.
31
+ *
32
+ * A scoreline like "2 - 1" sitting in an Arabic sentence gets reordered by the
33
+ * bidi algorithm and can read as "1 - 2". This pins the run without the cost of
34
+ * a nested emotion cache — there is no physical CSS on a text node to un-flip,
35
+ * only character order.
36
+ */
37
+ export declare const BidiIsolate: React.FC<BidiIsolateProps>;
38
+ /**
39
+ * Mirrors a direction-encoding icon (arrows, chevrons, "next"/"back") under RTL.
40
+ *
41
+ * The RTL plugin rewrites CSS but cannot touch SVG geometry, so a hardcoded
42
+ * right-pointing arrow keeps pointing right in Arabic — where "next" is to the
43
+ * left. `scaleX(-1)` is not flipped by the plugin, so applying it under RTL is
44
+ * safe and does not double-negate.
45
+ *
46
+ * Do NOT use for icons whose meaning is not directional (a clock, a logo).
47
+ */
48
+ export declare const DirectionalIcon: React.FC<{
49
+ children: React.ReactNode;
50
+ }>;
51
+ export default DirectionScope;
52
+ //# sourceMappingURL=DirectionScope.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"DirectionScope.d.ts","sourceRoot":"","sources":["../../src/components/DirectionScope.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAG1B,OAAO,EAAE,aAAa,EAAE,MAAM,wBAAwB,CAAC;AAGvD,UAAU,mBAAmB;IAC3B,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,2DAA2D;IAC3D,GAAG,CAAC,EAAE,aAAa,CAAC;CACrB;AAED;;;;;;;;;;;;;GAaG;AACH,QAAA,MAAM,cAAc,EAAE,KAAK,CAAC,EAAE,CAAC,mBAAmB,CAyBjD,CAAC;AAEF,UAAU,gBAAgB;IACxB,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,kEAAkE;IAClE,GAAG,CAAC,EAAE,aAAa,CAAC;CACrB;AAED;;;;;;;GAOG;AACH,eAAO,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAWlD,CAAC;AAEF;;;;;;;;;GASG;AACH,eAAO,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC;IAAE,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAA;CAAE,CAkBnE,CAAC;AAEF,eAAe,cAAc,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { LeadsOptions, SkeletonEntity } from '../../index';
3
3
  import { FansUnitedSDKModel } from 'fansunited-sdk-esm';
4
- import { RulesDisplay as RulesDisplayInterface } from '../../interfaces/interfaces';
4
+ import { ConsentDef, LeadConsent, RulesDisplay as RulesDisplayInterface } from '../../interfaces/interfaces';
5
5
 
6
6
  export interface OverlayLeadAfterCollectionProps {
7
7
  /** Entity (ClassicQuiz, MatchQuiz, Poll, PersonalityQuiz, EventGame) */
@@ -26,8 +26,14 @@ export interface OverlayLeadAfterCollectionProps {
26
26
  primaryUrl?: string;
27
27
  secondaryUrl?: string;
28
28
  }>;
29
- /** CollectLeadWrapper component from consumer package */
30
- CollectLeadWrapper: React.ComponentType<any>;
29
+ /** CollectLeadWrapper component from consumer package. Not needed when `content` is set. */
30
+ CollectLeadWrapper?: React.ComponentType<any>;
31
+ /** Renders in the lead form's place — used by the consent step, which reuses this framing. */
32
+ content?: React.ReactNode;
33
+ /** Primary action for the footer row, where every other overlay screen puts its CTA. */
34
+ footerAction?: React.ReactNode;
35
+ /** Consents rendered inside the lead form. */
36
+ consents?: Array<LeadConsent | ConsentDef>;
31
37
  /** Rules display configuration */
32
38
  rulesDisplay?: RulesDisplayInterface;
33
39
  }
@@ -1 +1 @@
1
- {"version":3,"file":"OverlayLeadAfterCollection.d.ts","sourceRoot":"","sources":["../../../src/components/LeadCollection/OverlayLeadAfterCollection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAQL,YAAY,EACZ,cAAc,EACf,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EAAE,YAAY,IAAI,qBAAqB,EAAE,MAAM,6BAA6B,CAAC;AAIpF,MAAM,WAAW,+BAA+B;IAC9C,wEAAwE;IACxE,MAAM,EAAE,cAAc,CAAC;IACvB,yDAAyD;IACzD,QAAQ,EAAE,MAAM,CAAC;IACjB,8BAA8B;IAC9B,GAAG,EAAE,kBAAkB,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,oCAAoC;IACpC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,sCAAsC;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,+CAA+C;IAC/C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kDAAkD;IAClD,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC,CAAC;IACH,yDAAyD;IACzD,kBAAkB,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC7C,kCAAkC;IAClC,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,QAAA,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CAqHzE,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
1
+ {"version":3,"file":"OverlayLeadAfterCollection.d.ts","sourceRoot":"","sources":["../../../src/components/LeadCollection/OverlayLeadAfterCollection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAQL,YAAY,EACZ,cAAc,EACf,MAAM,aAAa,CAAC;AACrB,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACL,UAAU,EACV,WAAW,EACX,YAAY,IAAI,qBAAqB,EACtC,MAAM,6BAA6B,CAAC;AAIrC,MAAM,WAAW,+BAA+B;IAC9C,wEAAwE;IACxE,MAAM,EAAE,cAAc,CAAC;IACvB,yDAAyD;IACzD,QAAQ,EAAE,MAAM,CAAC;IACjB,8BAA8B;IAC9B,GAAG,EAAE,kBAAkB,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,oCAAoC;IACpC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,sCAAsC;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,+CAA+C;IAC/C,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,kDAAkD;IAClD,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC,CAAC;IACH,4FAA4F;IAC5F,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC9C,8FAA8F;IAC9F,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,wFAAwF;IACxF,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IAC3C,kCAAkC;IAClC,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,QAAA,MAAM,0BAA0B,EAAE,KAAK,CAAC,EAAE,CAAC,+BAA+B,CA4IzE,CAAC;AAEF,eAAe,0BAA0B,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { FansUnitedSDKModel } from 'fansunited-sdk-esm';
3
- import { SkeletonEntity, LeadsOptions, RulesDisplay as RulesDisplayInterface } from '../../interfaces/interfaces';
3
+ import { ConsentDef, LeadConsent, SkeletonEntity, LeadsOptions, RulesDisplay as RulesDisplayInterface } from '../../interfaces/interfaces';
4
4
 
5
5
  export interface SplitLeadAfterCollectionProps {
6
6
  /** The entity (classicQuiz, matchQuiz, poll, personalityQuiz, eventGame) */
@@ -31,8 +31,12 @@ export interface SplitLeadAfterCollectionProps {
31
31
  secondaryUrl?: string;
32
32
  isCentered?: boolean;
33
33
  }>;
34
- /** CollectLeadWrapper component from the consumer package */
35
- CollectLeadWrapper: React.ComponentType<any>;
34
+ /** CollectLeadWrapper component from the consumer package. Not needed when `content` is set. */
35
+ CollectLeadWrapper?: React.ComponentType<any>;
36
+ /** Renders in the lead form's place — used by the consent step, which reuses this framing. */
37
+ content?: React.ReactNode;
38
+ /** Consents rendered inside the lead form. */
39
+ consents?: Array<LeadConsent | ConsentDef>;
36
40
  /** Rules display configuration */
37
41
  rulesDisplay?: RulesDisplayInterface;
38
42
  }
@@ -1 +1 @@
1
- {"version":3,"file":"SplitLeadAfterCollection.d.ts","sourceRoot":"","sources":["../../../src/components/LeadCollection/SplitLeadAfterCollection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACL,cAAc,EACd,YAAY,EACZ,YAAY,IAAI,qBAAqB,EACtC,MAAM,6BAA6B,CAAC;AAIrC,MAAM,WAAW,6BAA6B;IAC5C,4EAA4E;IAC5E,MAAM,EAAE,cAAc,CAAC;IACvB,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,GAAG,EAAE,kBAAkB,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,oCAAoC;IACpC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,sCAAsC;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,8DAA8D;IAC9D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oDAAoD;IACpD,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC;QAC5B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;QACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,CAAC,CAAC;IACH,sDAAsD;IACtD,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC,CAAC;IACH,6DAA6D;IAC7D,kBAAkB,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC7C,kCAAkC;IAClC,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,QAAA,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CA6HrE,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"SplitLeadAfterCollection.d.ts","sourceRoot":"","sources":["../../../src/components/LeadCollection/SplitLeadAfterCollection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAa1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACL,UAAU,EACV,WAAW,EACX,cAAc,EACd,YAAY,EACZ,YAAY,IAAI,qBAAqB,EACtC,MAAM,6BAA6B,CAAC;AAIrC,MAAM,WAAW,6BAA6B;IAC5C,4EAA4E;IAC5E,MAAM,EAAE,cAAc,CAAC;IACvB,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,GAAG,EAAE,kBAAkB,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,oCAAoC;IACpC,uBAAuB,CAAC,EAAE,MAAM,CAAC;IACjC,sCAAsC;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,8DAA8D;IAC9D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oDAAoD;IACpD,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC;QAC5B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;QACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,CAAC,CAAC;IACH,sDAAsD;IACtD,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;QACtB,UAAU,CAAC,EAAE,OAAO,CAAC;KACtB,CAAC,CAAC;IACH,gGAAgG;IAChG,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC9C,8FAA8F;IAC9F,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IAC3C,kCAAkC;IAClC,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,QAAA,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAsIrE,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import { default as React } from 'react';
2
2
  import { FansUnitedSDKModel } from 'fansunited-sdk-esm';
3
- import { SkeletonEntity, LeadsOptions, RulesDisplay as RulesDisplayInterface } from '../../interfaces/interfaces';
3
+ import { ConsentDef, LeadConsent, SkeletonEntity, LeadsOptions, RulesDisplay as RulesDisplayInterface } from '../../interfaces/interfaces';
4
4
 
5
5
  export interface StandardLeadAfterCollectionProps {
6
6
  /** The entity (classicQuiz, matchQuiz, poll, personalityQuiz, eventGame) */
@@ -32,8 +32,14 @@ export interface StandardLeadAfterCollectionProps {
32
32
  primaryUrl?: string;
33
33
  secondaryUrl?: string;
34
34
  }>;
35
- /** CollectLeadWrapper component from the consumer package */
36
- CollectLeadWrapper: React.ComponentType<any>;
35
+ /** CollectLeadWrapper component from the consumer package. Not needed when `content` is set. */
36
+ CollectLeadWrapper?: React.ComponentType<any>;
37
+ /** Renders in the lead form's place — used by the consent step, which reuses this framing. */
38
+ content?: React.ReactNode;
39
+ /** Primary action for the footer row, where the playing screen puts its CTA. */
40
+ footerAction?: React.ReactNode;
41
+ /** Consents rendered inside the lead form. */
42
+ consents?: Array<LeadConsent | ConsentDef>;
37
43
  /** Rules display configuration */
38
44
  rulesDisplay?: RulesDisplayInterface;
39
45
  }
@@ -1 +1 @@
1
- {"version":3,"file":"StandardLeadAfterCollection.d.ts","sourceRoot":"","sources":["../../../src/components/LeadCollection/StandardLeadAfterCollection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACL,cAAc,EACd,YAAY,EACZ,YAAY,IAAI,qBAAqB,EACtC,MAAM,6BAA6B,CAAC;AAErC,MAAM,WAAW,gCAAgC;IAC/C,4EAA4E;IAC5E,MAAM,EAAE,cAAc,CAAC;IACvB,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,GAAG,EAAE,kBAAkB,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,oCAAoC;IACpC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACjC,sCAAsC;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,8DAA8D;IAC9D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oDAAoD;IACpD,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC;QAC5B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;QACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,CAAC,CAAC;IACH,sDAAsD;IACtD,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC,CAAC;IACH,6DAA6D;IAC7D,kBAAkB,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC7C,kCAAkC;IAClC,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CACzC,gCAAgC,CAgHjC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
1
+ {"version":3,"file":"StandardLeadAfterCollection.d.ts","sourceRoot":"","sources":["../../../src/components/LeadCollection/StandardLeadAfterCollection.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AACxD,OAAO,EACL,UAAU,EACV,WAAW,EACX,cAAc,EACd,YAAY,EACZ,YAAY,IAAI,qBAAqB,EACtC,MAAM,6BAA6B,CAAC;AAErC,MAAM,WAAW,gCAAgC;IAC/C,4EAA4E;IAC5E,MAAM,EAAE,cAAc,CAAC;IACvB,mEAAmE;IACnE,QAAQ,EAAE,MAAM,CAAC;IACjB,mBAAmB;IACnB,GAAG,EAAE,kBAAkB,CAAC;IACxB,0BAA0B;IAC1B,KAAK,CAAC,EAAE,YAAY,CAAC;IACrB,oCAAoC;IACpC,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,qCAAqC;IACrC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACjC,sCAAsC;IACtC,eAAe,EAAE,MAAM,IAAI,CAAC;IAC5B,8DAA8D;IAC9D,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,oDAAoD;IACpD,QAAQ,EAAE,KAAK,CAAC,aAAa,CAAC;QAC5B,mBAAmB,EAAE,MAAM,GAAG,IAAI,CAAC;QACnC,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;KAC3B,CAAC,CAAC;IACH,sDAAsD;IACtD,WAAW,EAAE,KAAK,CAAC,aAAa,CAAC;QAC/B,YAAY,EAAE,MAAM,CAAC;QACrB,SAAS,EAAE,MAAM,CAAC;QAClB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;QACrB,UAAU,CAAC,EAAE,MAAM,CAAC;QACpB,YAAY,CAAC,EAAE,MAAM,CAAC;KACvB,CAAC,CAAC;IACH,gGAAgG;IAChG,kBAAkB,CAAC,EAAE,KAAK,CAAC,aAAa,CAAC,GAAG,CAAC,CAAC;IAC9C,8FAA8F;IAC9F,OAAO,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,gFAAgF;IAChF,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC/B,8CAA8C;IAC9C,QAAQ,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IAC3C,kCAAkC;IAClC,YAAY,CAAC,EAAE,qBAAqB,CAAC;CACtC;AAED,QAAA,MAAM,2BAA2B,EAAE,KAAK,CAAC,EAAE,CACzC,gCAAgC,CAqJjC,CAAC;AAEF,eAAe,2BAA2B,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { default as React } from 'react';
2
2
  import { LeadField } from '../../types/types';
3
3
  import { FansUnitedSDKModel } from 'fansunited-sdk-esm';
4
- import { FormBrandingColors, FormBrandingUrls, FormLeadLabels, LeadConsent, LeadCustomField, OnSuccessCTADetails } from '../../interfaces/interfaces';
4
+ import { ConsentDef, FormBrandingColors, FormBrandingUrls, FormLeadLabels, LeadConsent, LeadCustomField, OnSuccessCTADetails } from '../../interfaces/interfaces';
5
5
 
6
6
  interface LeadFormProps {
7
7
  sdk: FansUnitedSDKModel;
@@ -14,7 +14,7 @@ interface LeadFormProps {
14
14
  contentId?: string;
15
15
  contentName?: string;
16
16
  formCustomFields?: LeadCustomField[];
17
- consents?: LeadConsent[];
17
+ consents?: Array<LeadConsent | ConsentDef>;
18
18
  onSuccessCta?: OnSuccessCTADetails;
19
19
  labels?: FormLeadLabels;
20
20
  syncWithProfile?: boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"LeadForm.d.ts","sourceRoot":"","sources":["../../../src/components/Leads/LeadForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AA4BxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAsB,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAE5E,OAAO,EACL,kBAAkB,EAClB,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,eAAe,EACf,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AAuBrC,UAAU,aAAa;IACrB,GAAG,EAAE,kBAAkB,CAAC;IACxB,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,eAAe,EAAE,CAAC;IACrC,QAAQ,CAAC,EAAE,WAAW,EAAE,CAAC;IACzB,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CAsmBrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"LeadForm.d.ts","sourceRoot":"","sources":["../../../src/components/Leads/LeadForm.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAmB,MAAM,OAAO,CAAC;AAmCxC,OAAO,KAAK,EAAE,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACnD,OAAO,EAAE,kBAAkB,EAAE,MAAM,oBAAoB,CAAC;AAExD,OAAO,EACL,UAAU,EACV,kBAAkB,EAClB,gBAAgB,EAChB,cAAc,EACd,WAAW,EACX,eAAe,EACf,mBAAmB,EACpB,MAAM,6BAA6B,CAAC;AAuBrC,UAAU,aAAa;IACrB,GAAG,EAAE,kBAAkB,CAAC;IACxB,cAAc,CAAC,EAAE,kBAAkB,CAAC;IACpC,YAAY,CAAC,EAAE,gBAAgB,CAAC;IAChC,MAAM,CAAC,EAAE,SAAS,EAAE,CAAC;IACrB,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,gBAAgB,CAAC,EAAE,eAAe,EAAE,CAAC;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,WAAW,GAAG,UAAU,CAAC,CAAC;IAC3C,YAAY,CAAC,EAAE,mBAAmB,CAAC;IACnC,MAAM,CAAC,EAAE,cAAc,CAAC;IACxB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,yBAAyB,CAAC,EAAE,OAAO,CAAC;CACrC;AAED,QAAA,MAAM,QAAQ,EAAE,KAAK,CAAC,EAAE,CAAC,aAAa,CA6mBrC,CAAC;AAEF,eAAe,QAAQ,CAAC"}
@@ -1,12 +1,19 @@
1
1
  import { default as React } from 'react';
2
2
  import { MainProps } from '../../interfaces/interfaces';
3
- import { PackageNamesType } from '../../types/types';
3
+ import { OptionsLayout, PackageNamesType } from '../../types/types';
4
4
  import { WidgetTemplate } from '../../enums/enums';
5
5
 
6
6
  interface PortalProps extends Omit<MainProps, "template"> {
7
7
  children: React.ReactNode;
8
8
  packageName: PackageNamesType;
9
9
  template?: WidgetTemplate;
10
+ /**
11
+ * Only the options-based widgets declare this (classic-quiz-play, poll-vote,
12
+ * event-game-play, personality-quiz-play), so it isn't on MainProps — but they
13
+ * all spread their props into Portal, so it has to be forwarded to the context
14
+ * the variants read it from.
15
+ */
16
+ optionsLayout?: OptionsLayout;
10
17
  }
11
18
  declare const Portal: React.FC<PortalProps>;
12
19
  export default Portal;
@@ -1 +1 @@
1
- {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/Portal.tsx"],"names":[],"mappings":"AAGA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAErD,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAKnD,UAAU,WAAY,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACvD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,EAAE,gBAAgB,CAAC;IAC9B,QAAQ,CAAC,EAAE,cAAc,CAAC;CAC3B;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA8FjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Portal.d.ts","sourceRoot":"","sources":["../../../src/components/Portal/Portal.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,OAAO,EAAE,SAAS,EAAE,MAAM,6BAA6B,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,gBAAgB,EAAE,MAAM,mBAAmB,CAAC;AAUpE,OAAO,EAAE,cAAc,EAAE,MAAM,mBAAmB,CAAC;AAKnD,UAAU,WAAY,SAAQ,IAAI,CAAC,SAAS,EAAE,UAAU,CAAC;IACvD,QAAQ,EAAE,KAAK,CAAC,SAAS,CAAC;IAC1B,WAAW,EAAE,gBAAgB,CAAC;IAC9B,QAAQ,CAAC,EAAE,cAAc,CAAC;IAC1B;;;;;OAKG;IACH,aAAa,CAAC,EAAE,aAAa,CAAC;CAC/B;AAED,QAAA,MAAM,MAAM,EAAE,KAAK,CAAC,EAAE,CAAC,WAAW,CA+GjC,CAAC;AAEF,eAAe,MAAM,CAAC"}
@@ -77,6 +77,7 @@ export declare const createStyles: (props: StyleProps) => {
77
77
  gap: string;
78
78
  };
79
79
  titleText: {
80
+ unicodeBidi: "plaintext";
80
81
  fontWeight: number;
81
82
  lineHeight: string;
82
83
  letterSpacing: string;
@@ -86,6 +87,7 @@ export declare const createStyles: (props: StyleProps) => {
86
87
  fontFamily: string;
87
88
  };
88
89
  descriptionText: {
90
+ unicodeBidi: "plaintext";
89
91
  fontWeight: number;
90
92
  lineHeight: string;
91
93
  letterSpacing: string;
@@ -1 +1 @@
1
- {"version":3,"file":"OverlayApiErrorSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,kBAAkB,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsM5C,CAAC"}
1
+ {"version":3,"file":"OverlayApiErrorSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Overlay/ApiError/OverlayApiErrorSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,YAAY,EAAE,kBAAkB,CAAC;IACjC,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,cAAc,EAAE,MAAM,CAAC;IACvB,cAAc,EAAE,MAAM,CAAC;IACvB,mBAAmB,EAAE,MAAM,CAAC;IAC5B,WAAW,EAAE,MAAM,CAAC;IACpB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA4M5C,CAAC"}
@@ -74,6 +74,7 @@ export declare const createStyles: (props: StyleProps) => {
74
74
  gap: string;
75
75
  };
76
76
  titleText: {
77
+ unicodeBidi: "plaintext";
77
78
  fontWeight: number;
78
79
  lineHeight: string;
79
80
  letterSpacing: string;
@@ -83,6 +84,7 @@ export declare const createStyles: (props: StyleProps) => {
83
84
  fontFamily: string;
84
85
  };
85
86
  descriptionText: {
87
+ unicodeBidi: "plaintext";
86
88
  fontWeight: number;
87
89
  lineHeight: string;
88
90
  letterSpacing: string;
@@ -1 +1 @@
1
- {"version":3,"file":"OverlaySkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeletons/Overlay/OverlaySkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;CACjC;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuG5C,CAAC"}
1
+ {"version":3,"file":"OverlaySkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeletons/Overlay/OverlaySkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,eAAe,EAAE,MAAM,CAAC;IACxB,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;CACjC;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6G5C,CAAC"}
@@ -78,6 +78,7 @@ export declare const createStyles: (props: StyleProps) => {
78
78
  gap: string;
79
79
  };
80
80
  titleText: {
81
+ unicodeBidi: "plaintext";
81
82
  fontWeight: number;
82
83
  lineHeight: string;
83
84
  letterSpacing: string;
@@ -90,6 +91,7 @@ export declare const createStyles: (props: StyleProps) => {
90
91
  fontFamily: string;
91
92
  };
92
93
  descriptionText: {
94
+ unicodeBidi: "plaintext";
93
95
  fontWeight: number;
94
96
  lineHeight: string;
95
97
  letterSpacing: string;
@@ -1 +1 @@
1
- {"version":3,"file":"OverlayScoreStateSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6F5C,CAAC"}
1
+ {"version":3,"file":"OverlayScoreStateSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Overlay/ScoreState/OverlayScoreStateSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,WAAW,EAAE,MAAM,CAAC;IACpB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmG5C,CAAC"}
@@ -75,6 +75,7 @@ export declare const createStyles: (props: StyleProps) => {
75
75
  gap: string;
76
76
  };
77
77
  titleText: {
78
+ unicodeBidi: "plaintext";
78
79
  fontWeight: number;
79
80
  lineHeight: string;
80
81
  letterSpacing: string;
@@ -84,6 +85,7 @@ export declare const createStyles: (props: StyleProps) => {
84
85
  fontFamily: string;
85
86
  };
86
87
  descriptionText: {
88
+ unicodeBidi: "plaintext";
87
89
  fontWeight: number;
88
90
  lineHeight: string;
89
91
  letterSpacing: string;
@@ -1 +1 @@
1
- {"version":3,"file":"OverlaySignInSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6G5C,CAAC"}
1
+ {"version":3,"file":"OverlaySignInSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Overlay/SignIn/OverlaySignInSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,MAAM,mCAAmC,CAAC;AACvE,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,YAAY,EAAE,kBAAkB,CAAC;IACjC,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,cAAc,EAAE,MAAM,CAAC;IACvB,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,UAAU,EAAE,MAAM,CAAC;IACnB,aAAa,EAAE,MAAM,CAAC;IACtB,eAAe,EAAE,MAAM,CAAC;IACxB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH5C,CAAC"}
@@ -70,6 +70,7 @@ export declare const createStyles: (props: StyleProps) => {
70
70
  gap: string;
71
71
  };
72
72
  titleText: {
73
+ unicodeBidi: "plaintext";
73
74
  fontWeight: number;
74
75
  lineHeight: string;
75
76
  fontSize: string;
@@ -79,6 +80,7 @@ export declare const createStyles: (props: StyleProps) => {
79
80
  textAlign: string;
80
81
  };
81
82
  descriptionText: {
83
+ unicodeBidi: "plaintext";
82
84
  fontWeight: number;
83
85
  lineHeight: string;
84
86
  fontSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SplitApiErrorSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+K5C,CAAC"}
1
+ {"version":3,"file":"SplitApiErrorSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Split/ApiError/SplitApiErrorSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,WAAW,EAAE,MAAM,CAAC;IACpB,YAAY,EAAE,MAAM,CAAC;IACrB,cAAc,EAAE,MAAM,CAAC;IACvB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqL5C,CAAC"}
@@ -77,6 +77,7 @@ export declare const createStyles: (props: StyleProps) => {
77
77
  gap: string;
78
78
  };
79
79
  titleText: {
80
+ unicodeBidi: "plaintext";
80
81
  fontWeight: number;
81
82
  lineHeight: string;
82
83
  fontSize: string;
@@ -86,6 +87,7 @@ export declare const createStyles: (props: StyleProps) => {
86
87
  textAlign: string;
87
88
  };
88
89
  descriptionText: {
90
+ unicodeBidi: "plaintext";
89
91
  fontWeight: number;
90
92
  lineHeight: string;
91
93
  fontSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SplitScoreStateSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2I5C,CAAC"}
1
+ {"version":3,"file":"SplitScoreStateSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Split/ScoreState/SplitScoreStateSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAC3E,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;IAClB,OAAO,EAAE,OAAO,CAAC;IACjB,WAAW,EAAE,OAAO,CAAC;IACrB,eAAe,EAAE,OAAO,CAAC;CAC1B;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiJ5C,CAAC"}
@@ -65,6 +65,7 @@ export declare const createStyles: (props: StyleProps) => {
65
65
  textAlign: string;
66
66
  };
67
67
  titleText: {
68
+ unicodeBidi: "plaintext";
68
69
  fontWeight: number;
69
70
  lineHeight: string;
70
71
  fontSize: string;
@@ -74,6 +75,7 @@ export declare const createStyles: (props: StyleProps) => {
74
75
  textAlign: string;
75
76
  };
76
77
  descriptionText: {
78
+ unicodeBidi: "plaintext";
77
79
  fontWeight: number;
78
80
  lineHeight: string;
79
81
  fontSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SplitSignInSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Split/SignIn/SplitSignInSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE3E,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiG5C,CAAC"}
1
+ {"version":3,"file":"SplitSignInSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Split/SignIn/SplitSignInSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,kBAAkB,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AAE3E,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,YAAY,EAAE,MAAM,CAAC;IACrB,OAAO,EAAE,MAAM,CAAC;IAChB,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuG5C,CAAC"}
@@ -138,6 +138,7 @@ export declare const createStyles: (props: StyleProps) => {
138
138
  gap: string;
139
139
  };
140
140
  titleText: {
141
+ unicodeBidi: "plaintext";
141
142
  fontWeight: number;
142
143
  lineHeight: string;
143
144
  fontSize: string;
@@ -147,6 +148,7 @@ export declare const createStyles: (props: StyleProps) => {
147
148
  textAlign: string;
148
149
  };
149
150
  titleTextNoImage: {
151
+ unicodeBidi: "plaintext";
150
152
  fontWeight: number;
151
153
  lineHeight: string;
152
154
  fontSize: string;
@@ -156,6 +158,7 @@ export declare const createStyles: (props: StyleProps) => {
156
158
  textAlign: string;
157
159
  };
158
160
  descriptionText: {
161
+ unicodeBidi: "plaintext";
159
162
  fontWeight: number;
160
163
  lineHeight: string;
161
164
  fontSize: string;
@@ -166,6 +169,7 @@ export declare const createStyles: (props: StyleProps) => {
166
169
  textAlign: string;
167
170
  };
168
171
  descriptionTextNoImage: {
172
+ unicodeBidi: "plaintext";
169
173
  fontWeight: number;
170
174
  lineHeight: string;
171
175
  fontSize: string;
@@ -1 +1 @@
1
- {"version":3,"file":"SplitSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeletons/Split/SplitSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6L5C,CAAC"}
1
+ {"version":3,"file":"SplitSkeleton.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/Skeletons/Split/SplitSkeleton.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,kBAAkB,EAClB,kBAAkB,EACnB,MAAM,gCAAgC,CAAC;AACxC,OAAO,EAAE,mBAAmB,EAAE,MAAM,oBAAoB,CAAC;AAEzD,UAAU,UAAU;IAClB,UAAU,EAAE,MAAM,GAAG,IAAI,CAAC;IAC1B,YAAY,EAAE,kBAAkB,CAAC;IACjC,YAAY,EAAE,kBAAkB,CAAC;IACjC,iBAAiB,EAAE,MAAM,CAAC;IAC1B,mBAAmB,EAAE,MAAM,CAAC;IAC5B,cAAc,EAAE,MAAM,CAAC;IACvB,OAAO,EAAE,MAAM,CAAC;IAChB,OAAO,EAAE,MAAM,CAAC;IAChB,SAAS,EAAE,MAAM,CAAC;IAClB,cAAc,EAAE,mBAAmB,GAAG,IAAI,CAAC;IAC3C,aAAa,EAAE,MAAM,CAAC;IACtB,uBAAuB,EAAE,MAAM,CAAC;IAChC,QAAQ,EAAE,OAAO,CAAC;CACnB;AAED,eAAO,MAAM,YAAY,UAAW,UAAU;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyM5C,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"StandardApiErrorSkeleton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.tsx"],"names":[],"mappings":"AAeA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EACL,cAAc,EACd,YAAY,IAAI,qBAAqB,EACtC,MAAM,mCAAmC,CAAC;AAG3C,MAAM,WAAW,6BAA6B;IAC5C,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IAC1D,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAC5C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,QAAA,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAkPrE,CAAC;AAEF,eAAe,wBAAwB,CAAC"}
1
+ {"version":3,"file":"StandardApiErrorSkeleton.d.ts","sourceRoot":"","sources":["../../../../../src/components/Skeletons/Standard/ApiError/StandardApiErrorSkeleton.tsx"],"names":[],"mappings":"AAgBA,OAAO,KAAK,MAAM,OAAO,CAAC;AAI1B,OAAO,EACL,cAAc,EACd,YAAY,IAAI,qBAAqB,EACtC,MAAM,mCAAmC,CAAC;AAG3C,MAAM,WAAW,6BAA6B;IAC5C,MAAM,EAAE,cAAc,CAAC;IACvB,QAAQ,EAAE,MAAM,CAAC;IACjB,kBAAkB,EAAE,MAAM,CAAC;IAC3B,0BAA0B,CAAC,EAAE,MAAM,CAAC;IACpC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC;IACjC,UAAU,EAAE,OAAO,CAAC;IACpB,cAAc,CAAC,EAAE,MAAM,IAAI,CAAC;IAC5B,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,iBAAiB,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,KAAK,CAAC,SAAS,CAAC;IAC1D,YAAY,CAAC,EAAE,qBAAqB,CAAC;IACrC,YAAY,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,CAAC;IAC5C,gBAAgB,CAAC,EAAE,MAAM,CAAC;IAC1B,kBAAkB,CAAC,EAAE,MAAM,CAAC;CAC7B;AAED,QAAA,MAAM,wBAAwB,EAAE,KAAK,CAAC,EAAE,CAAC,6BAA6B,CAsPrE,CAAC;AAEF,eAAe,wBAAwB,CAAC"}