creactive 0.0.178 → 0.0.180

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.
@@ -21,5 +21,14 @@ export declare enum ViewBackgroundColor {
21
21
  PRIMARY_600 = 14,
22
22
  PRIMARY_700 = 15,
23
23
  PRIMARY_800 = 16,
24
- PRIMARY_900 = 17
24
+ PRIMARY_900 = 17,
25
+ ACCENT_100 = 18,
26
+ ACCENT_200 = 19,
27
+ ACCENT_300 = 20,
28
+ ACCENT_400 = 21,
29
+ ACCENT_500 = 22,
30
+ ACCENT_600 = 23,
31
+ ACCENT_700 = 24,
32
+ ACCENT_800 = 25,
33
+ ACCENT_900 = 26
25
34
  }
@@ -1,2 +1,4 @@
1
1
  export { Media } from './media';
2
2
  export type { MediaComponent, MediaProps } from './media';
3
+ export { Wrapper } from './wrapper';
4
+ export type { WrapperComponent, WrapperProps } from './wrapper';
@@ -16,6 +16,15 @@ export declare const COLOR_BACKGROUND_PRIMARY_600 = "rgb(15,15,20)";
16
16
  export declare const COLOR_BACKGROUND_PRIMARY_700 = "rgb(10,10,15)";
17
17
  export declare const COLOR_BACKGROUND_PRIMARY_800 = "rgb(5,5,10)";
18
18
  export declare const COLOR_BACKGROUND_PRIMARY_900 = "rgb(0,0,5)";
19
+ export declare const COLOR_BACKGROUND_ACCENT_100 = "rgb(215,235,255)";
20
+ export declare const COLOR_BACKGROUND_ACCENT_200 = "rgb(200,225,252)";
21
+ export declare const COLOR_BACKGROUND_ACCENT_300 = "rgb(180,215,249)";
22
+ export declare const COLOR_BACKGROUND_ACCENT_400 = "rgb(160,205,246)";
23
+ export declare const COLOR_BACKGROUND_ACCENT_500 = "rgb(140,195,243)";
24
+ export declare const COLOR_BACKGROUND_ACCENT_600 = "rgb(115,180,238)";
25
+ export declare const COLOR_BACKGROUND_ACCENT_700 = "rgb(95,168,233)";
26
+ export declare const COLOR_BACKGROUND_ACCENT_800 = "rgb(75,155,225)";
27
+ export declare const COLOR_BACKGROUND_ACCENT_900 = "rgb(50,130,200)";
19
28
  export declare const COLOR_BORDER_BASE_100 = "rgb(235,235,240)";
20
29
  export declare const COLOR_BORDER_BASE_200 = "rgb(230,230,235)";
21
30
  export declare const COLOR_BORDER_BASE_300 = "rgb(225,225,230)";
@@ -1,5 +1,5 @@
1
1
  export { BORDER_RADIUS_BASE_LG, BORDER_RADIUS_BASE_MD, BORDER_RADIUS_BASE_SM, BORDER_RADIUS_BASE_X2L, BORDER_RADIUS_BASE_X3L, BORDER_RADIUS_BASE_X4L, BORDER_RADIUS_BASE_X5L, BORDER_RADIUS_BASE_X6L, BORDER_RADIUS_BASE_XL, BORDER_RADIUS_BASE_XS, BORDER_WIDTH_BASE_LG, BORDER_WIDTH_BASE_MD, BORDER_WIDTH_BASE_SM, } from './border';
2
- export { COLOR_BACKGROUND_BASE_100, COLOR_BACKGROUND_BASE_200, COLOR_BACKGROUND_BASE_300, COLOR_BACKGROUND_BASE_400, COLOR_BACKGROUND_BASE_500, COLOR_BACKGROUND_BASE_600, COLOR_BACKGROUND_BASE_700, COLOR_BACKGROUND_BASE_800, COLOR_BACKGROUND_BASE_900, COLOR_BACKGROUND_PRIMARY_100, COLOR_BACKGROUND_PRIMARY_200, COLOR_BACKGROUND_PRIMARY_300, COLOR_BACKGROUND_PRIMARY_400, COLOR_BACKGROUND_PRIMARY_500, COLOR_BACKGROUND_PRIMARY_600, COLOR_BACKGROUND_PRIMARY_700, COLOR_BACKGROUND_PRIMARY_800, COLOR_BACKGROUND_PRIMARY_900, COLOR_BORDER_BASE_100, COLOR_BORDER_BASE_200, COLOR_BORDER_BASE_300, COLOR_BORDER_BASE_400, COLOR_BORDER_BASE_500, COLOR_BORDER_BASE_600, COLOR_BORDER_BASE_700, COLOR_BORDER_BASE_800, COLOR_BORDER_BASE_900, COLOR_FOREGROUND_BASE_100, COLOR_FOREGROUND_BASE_200, COLOR_FOREGROUND_BASE_300, COLOR_FOREGROUND_BASE_400, COLOR_FOREGROUND_BASE_500, COLOR_FOREGROUND_BASE_600, COLOR_FOREGROUND_BASE_700, COLOR_FOREGROUND_BASE_800, COLOR_FOREGROUND_BASE_900, COLOR_FOREGROUND_FAILURE_100, COLOR_FOREGROUND_FAILURE_200, COLOR_FOREGROUND_FAILURE_300, COLOR_FOREGROUND_FAILURE_400, COLOR_FOREGROUND_FAILURE_500, COLOR_FOREGROUND_FAILURE_600, COLOR_FOREGROUND_FAILURE_700, COLOR_FOREGROUND_FAILURE_800, COLOR_FOREGROUND_FAILURE_900, COLOR_FOREGROUND_INVERSE_100, COLOR_FOREGROUND_INVERSE_200, COLOR_FOREGROUND_INVERSE_300, COLOR_FOREGROUND_INVERSE_400, COLOR_FOREGROUND_INVERSE_500, COLOR_FOREGROUND_INVERSE_600, COLOR_FOREGROUND_INVERSE_700, COLOR_FOREGROUND_INVERSE_800, COLOR_FOREGROUND_INVERSE_900, } from './color';
2
+ export { COLOR_BACKGROUND_BASE_100, COLOR_BACKGROUND_BASE_200, COLOR_BACKGROUND_BASE_300, COLOR_BACKGROUND_BASE_400, COLOR_BACKGROUND_BASE_500, COLOR_BACKGROUND_BASE_600, COLOR_BACKGROUND_BASE_700, COLOR_BACKGROUND_BASE_800, COLOR_BACKGROUND_BASE_900, COLOR_BACKGROUND_PRIMARY_100, COLOR_BACKGROUND_PRIMARY_200, COLOR_BACKGROUND_PRIMARY_300, COLOR_BACKGROUND_PRIMARY_400, COLOR_BACKGROUND_PRIMARY_500, COLOR_BACKGROUND_PRIMARY_600, COLOR_BACKGROUND_PRIMARY_700, COLOR_BACKGROUND_PRIMARY_800, COLOR_BACKGROUND_PRIMARY_900, COLOR_BACKGROUND_ACCENT_100, COLOR_BACKGROUND_ACCENT_200, COLOR_BACKGROUND_ACCENT_300, COLOR_BACKGROUND_ACCENT_400, COLOR_BACKGROUND_ACCENT_500, COLOR_BACKGROUND_ACCENT_600, COLOR_BACKGROUND_ACCENT_700, COLOR_BACKGROUND_ACCENT_800, COLOR_BACKGROUND_ACCENT_900, COLOR_BORDER_BASE_100, COLOR_BORDER_BASE_200, COLOR_BORDER_BASE_300, COLOR_BORDER_BASE_400, COLOR_BORDER_BASE_500, COLOR_BORDER_BASE_600, COLOR_BORDER_BASE_700, COLOR_BORDER_BASE_800, COLOR_BORDER_BASE_900, COLOR_FOREGROUND_BASE_100, COLOR_FOREGROUND_BASE_200, COLOR_FOREGROUND_BASE_300, COLOR_FOREGROUND_BASE_400, COLOR_FOREGROUND_BASE_500, COLOR_FOREGROUND_BASE_600, COLOR_FOREGROUND_BASE_700, COLOR_FOREGROUND_BASE_800, COLOR_FOREGROUND_BASE_900, COLOR_FOREGROUND_FAILURE_100, COLOR_FOREGROUND_FAILURE_200, COLOR_FOREGROUND_FAILURE_300, COLOR_FOREGROUND_FAILURE_400, COLOR_FOREGROUND_FAILURE_500, COLOR_FOREGROUND_FAILURE_600, COLOR_FOREGROUND_FAILURE_700, COLOR_FOREGROUND_FAILURE_800, COLOR_FOREGROUND_FAILURE_900, COLOR_FOREGROUND_INVERSE_100, COLOR_FOREGROUND_INVERSE_200, COLOR_FOREGROUND_INVERSE_300, COLOR_FOREGROUND_INVERSE_400, COLOR_FOREGROUND_INVERSE_500, COLOR_FOREGROUND_INVERSE_600, COLOR_FOREGROUND_INVERSE_700, COLOR_FOREGROUND_INVERSE_800, COLOR_FOREGROUND_INVERSE_900, } from './color';
3
3
  export { DURATION_BASE_LG, DURATION_BASE_MD, DURATION_BASE_SM, } from './duration';
4
4
  export { FONT_FAMILY_BASE, FONT_FAMILY_TYPOGRAPHIC, FONT_SIZE_BASE_LG, FONT_SIZE_BASE_MD, FONT_SIZE_BASE_SM, FONT_SIZE_BASE_X2L, FONT_SIZE_BASE_X2S, FONT_SIZE_BASE_X3L, FONT_SIZE_BASE_X4L, FONT_SIZE_BASE_X5L, FONT_SIZE_BASE_X6L, FONT_SIZE_BASE_XL, FONT_SIZE_BASE_XS, FONT_WEIGHT_BASE_BLACK, FONT_WEIGHT_BASE_BOLD, FONT_WEIGHT_BASE_EXTRABOLD, FONT_WEIGHT_BASE_EXTRALIGHT, FONT_WEIGHT_BASE_LIGHT, FONT_WEIGHT_BASE_MEDIUM, FONT_WEIGHT_BASE_REGULAR, FONT_WEIGHT_BASE_SEMIBOLD, FONT_WEIGHT_BASE_THIN, } from './font';
5
5
  export { ICON_SIZE_BASE_LG, ICON_SIZE_BASE_MD, ICON_SIZE_BASE_SM } from './icon';
@@ -53,6 +53,33 @@ export declare const useThemeStyleSheet: () => {
53
53
  colorBackgroundPrimary900: {
54
54
  backgroundColor: import("../../..").Color;
55
55
  };
56
+ colorBackgroundAccent100: {
57
+ backgroundColor: import("../../..").Color;
58
+ };
59
+ colorBackgroundAccent200: {
60
+ backgroundColor: import("../../..").Color;
61
+ };
62
+ colorBackgroundAccent300: {
63
+ backgroundColor: import("../../..").Color;
64
+ };
65
+ colorBackgroundAccent400: {
66
+ backgroundColor: import("../../..").Color;
67
+ };
68
+ colorBackgroundAccent500: {
69
+ backgroundColor: import("../../..").Color;
70
+ };
71
+ colorBackgroundAccent600: {
72
+ backgroundColor: import("../../..").Color;
73
+ };
74
+ colorBackgroundAccent700: {
75
+ backgroundColor: import("../../..").Color;
76
+ };
77
+ colorBackgroundAccent800: {
78
+ backgroundColor: import("../../..").Color;
79
+ };
80
+ colorBackgroundAccent900: {
81
+ backgroundColor: import("../../..").Color;
82
+ };
56
83
  colorBorderBase100: {
57
84
  borderColor: import("../../..").Color;
58
85
  };
@@ -97,6 +97,51 @@ export interface ThemeContextValue {
97
97
  * @default rgb(6,6,14)
98
98
  */
99
99
  colorBackgroundPrimary900: Color;
100
+ /**
101
+ * Least contrast accent background color.
102
+ * @default rgb(215,235,255)
103
+ */
104
+ colorBackgroundAccent100: Color;
105
+ /**
106
+ * Dim accent background color.
107
+ * @default rgb(200,225,252)
108
+ */
109
+ colorBackgroundAccent200: Color;
110
+ /**
111
+ * Mix of dim and muted accent background color.
112
+ * @default rgb(180,215,249)
113
+ */
114
+ colorBackgroundAccent300: Color;
115
+ /**
116
+ * Muted accent background color.
117
+ * @default rgb(160,205,246)
118
+ */
119
+ colorBackgroundAccent400: Color;
120
+ /**
121
+ * Mix of muted and subtle accent background color.
122
+ * @default rgb(140,195,243)
123
+ */
124
+ colorBackgroundAccent500: Color;
125
+ /**
126
+ * Subtle accent background color.
127
+ * @default rgb(115,180,238)
128
+ */
129
+ colorBackgroundAccent600: Color;
130
+ /**
131
+ * Mix of subtle and default accent background color.
132
+ * @default rgb(95,168,233)
133
+ */
134
+ colorBackgroundAccent700: Color;
135
+ /**
136
+ * Accent default background color.
137
+ * @default rgb(75,155,225)
138
+ */
139
+ colorBackgroundAccent800: Color;
140
+ /**
141
+ * Most contrast accent background color.
142
+ * @default rgb(50,130,200)
143
+ */
144
+ colorBackgroundAccent900: Color;
100
145
  /**
101
146
  * Least contrast base border color.
102
147
  * @default rgb(253,252,254)
package/build/default.js CHANGED
@@ -1 +1 @@
1
- !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("react-native"),require("react"),require("react/jsx-runtime"),require("react-native-svg"),require("@emotion/styled")):"function"==typeof define&&define.amd?define("creactive",["react-native","react","react/jsx-runtime","react-native-svg","@emotion/styled"],r):"object"==typeof exports?exports.creactive=r(require("react-native"),require("react"),require("react/jsx-runtime"),require("react-native-svg"),require("@emotion/styled")):e.creactive=r(e["react-native"],e.react,e["react/jsx-runtime"],e["react-native-svg"],e["@emotion/styled"])}(this,((e,r,o,n,t)=>(()=>{"use strict";var a={63:(e,r,o)=>{o.d(r,{nO:()=>u,FI:()=>t,r7:()=>n,i8:()=>B,$i:()=>a,k8:()=>s,rq:()=>i,lF:()=>l,Wh:()=>d});var n=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e[e.INVERSE_100=9]="INVERSE_100",e[e.INVERSE_200=10]="INVERSE_200",e[e.INVERSE_300=11]="INVERSE_300",e[e.INVERSE_400=12]="INVERSE_400",e[e.INVERSE_500=13]="INVERSE_500",e[e.INVERSE_600=14]="INVERSE_600",e[e.INVERSE_700=15]="INVERSE_700",e[e.INVERSE_800=16]="INVERSE_800",e[e.INVERSE_900=17]="INVERSE_900",e[e.FAILURE_100=18]="FAILURE_100",e[e.FAILURE_200=19]="FAILURE_200",e[e.FAILURE_300=20]="FAILURE_300",e[e.FAILURE_400=21]="FAILURE_400",e[e.FAILURE_500=22]="FAILURE_500",e[e.FAILURE_600=23]="FAILURE_600",e[e.FAILURE_700=24]="FAILURE_700",e[e.FAILURE_800=25]="FAILURE_800",e[e.FAILURE_900=26]="FAILURE_900",e[e.TRANSPARENT=27]="TRANSPARENT",e}({}),t=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e}({}),a=function(e){return e[e.BASE=0]="BASE",e[e.TYPOGRAPHIC=1]="TYPOGRAPHIC",e}({}),i=function(e){return e[e.THIN=0]="THIN",e[e.EXTRA_LIGHT=1]="EXTRA_LIGHT",e[e.LIGHT=2]="LIGHT",e[e.REGULAR=3]="REGULAR",e[e.MEDIUM=4]="MEDIUM",e[e.SEMIBOLD=5]="SEMIBOLD",e[e.BOLD=6]="BOLD",e[e.EXTRA_BOLD=7]="EXTRA_BOLD",e[e.BLACK=8]="BLACK",e}({}),s=function(e){return e[e.X2S=0]="X2S",e[e.XS=1]="XS",e[e.SM=2]="SM",e[e.MD=3]="MD",e[e.LG=4]="LG",e[e.XL=5]="XL",e[e.X2L=6]="X2L",e[e.X3L=7]="X3L",e[e.X4L=8]="X4L",e[e.X5L=9]="X5L",e[e.X6L=10]="X6L",e}({}),d=function(e){return e[e.H1=0]="H1",e[e.H2=1]="H2",e[e.H3=2]="H3",e[e.H4=3]="H4",e[e.H5=4]="H5",e[e.H6=5]="H6",e[e.P=6]="P",e[e.SPAN=7]="SPAN",e}({}),u=function(e){return e[e.LEFT=0]="LEFT",e[e.CENTER=1]="CENTER",e[e.RIGHT=2]="RIGHT",e}({}),B=function(e){return e[e.NONE=0]="NONE",e[e.UNDERLINE=1]="UNDERLINE",e}({}),l=function(e){return e[e.NONE=0]="NONE",e[e.TIGHT=1]="TIGHT",e[e.SNUG=2]="SNUG",e[e.NORMAL=3]="NORMAL",e[e.RELAXED=4]="RELAXED",e[e.LOOSE=5]="LOOSE",e}({})},180:(e,r,o)=>{o.d(r,{Fu:()=>x,FY:()=>W,ZZ:()=>t.ZZ,X4:()=>t.X4,Im:()=>A,ar:()=>I,Fx:()=>B,rY:()=>l,yg:()=>S,cn:()=>p,LG:()=>c,Vd:()=>L,L0:()=>P,FA:()=>X,Kb:()=>h});var n,t=o(810),a=o(695),i=o(63);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function d(e,r,o){return(r=function(e){var r=function(e){if("object"!=s(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=s(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==s(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var u=d(d({},i.$i.BASE,"fontFamilyBase"),i.$i.TYPOGRAPHIC,"fontFamilyTypographic"),B=function(e){return(0,a.JU)()[u[e]]},l=function(e){return(0,a.wR)()[u[e]]},g=d(d(d(d(d(d(d(d(d({},i.rq.THIN,"fontWeightBaseThin"),i.rq.EXTRA_LIGHT,"fontWeightBaseExtraLight"),i.rq.LIGHT,"fontWeightBaseLight"),i.rq.REGULAR,"fontWeightBaseRegular"),i.rq.MEDIUM,"fontWeightBaseMedium"),i.rq.SEMIBOLD,"fontWeightBaseSemiBold"),i.rq.BOLD,"fontWeightBaseBold"),i.rq.EXTRA_BOLD,"fontWeightBaseExtraBold"),i.rq.BLACK,"fontWeightBaseBlack"),c=function(e){return(0,a.JU)()[g[e]]},L=function(e){return(0,a.wR)()[g[e]]},f=(d(d(d(d(d(d(d(d(d(d(n={},i.k8.X2S,"fontSizeBaseX2S"),i.k8.XS,"fontSizeBaseXS"),i.k8.SM,"fontSizeBaseSM"),i.k8.MD,"fontSizeBaseMD"),i.k8.LG,"fontSizeBaseLG"),i.k8.XL,"fontSizeBaseXL"),i.k8.X2L,"fontSizeBaseX2L"),i.k8.X3L,"fontSizeBaseX3L"),i.k8.X4L,"fontSizeBaseX4L"),i.k8.X5L,"fontSizeBaseX5L"),d(n,i.k8.X6L,"fontSizeBaseX6L")),S=function(e){return(0,a.JU)()[f[e]]},p=function(e){return(0,a.wR)()[f[e]]},X=function(e){return null==e?void 0:e.toValue()};function b(e){return b="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},b(e)}function m(e,r,o){return(r=function(e){var r=function(e){if("object"!=b(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=b(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==b(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var R=m(m(m(m(m(m(m(m({},i.Wh.SPAN,"span"),i.Wh.P,"p"),i.Wh.H1,"h1"),i.Wh.H2,"h2"),i.Wh.H3,"h3"),i.Wh.H4,"h4"),i.Wh.H5,"h5"),i.Wh.H6,"h6"),h=function(e){return R[e]},T=o(389);function E(e){return E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},E(e)}function y(e,r,o){return(r=function(e){var r=function(e){if("object"!=E(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=E(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==E(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var v=T.StyleSheet.create({textDecorationNone:{textDecorationLine:"none"},textDecorationUnderline:{textDecorationLine:"underline"}}),F=y(y({},i.i8.NONE,v.textDecorationNone),i.i8.UNDERLINE,v.textDecorationUnderline),A=function(e){return F[e]},M=y(y({},i.i8.NONE,"none"),i.i8.UNDERLINE,"underline"),I=function(e){return M[e]},C=T.StyleSheet.create({textAlignLeft:{textAlign:"left"},textAlignCenter:{textAlign:"center"},textAlignRight:{textAlign:"right"}}),_=y(y(y({},i.nO.LEFT,C.textAlignLeft),i.nO.CENTER,C.textAlignCenter),i.nO.RIGHT,C.textAlignRight),x=function(e){return _[e]},D=y(y(y({},i.nO.LEFT,"left"),i.nO.CENTER,"center"),i.nO.RIGHT,"right"),W=function(e){return D[e]},N=y(y(y(y(y(y({},i.lF.NONE,"lineHeightBaseNone"),i.lF.TIGHT,"lineHeightBaseTight"),i.lF.SNUG,"lineHeightBaseSnug"),i.lF.NORMAL,"lineHeightBaseNormal"),i.lF.RELAXED,"lineHeightBaseRelaxed"),i.lF.LOOSE,"lineHeightBaseLoose"),P=function(e){return(0,a.wR)()[N[e]]}},810:(e,r,o)=>{o.d(r,{HE:()=>f,X4:()=>g,ZZ:()=>l,d9:()=>L});var n,t=o(695),a=o(389),i=o(63);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function d(e,r,o){return(r=function(e){var r=function(e){if("object"!=s(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=s(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==s(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var u=(d(d(d(d(d(d(d(d(d(d(n={},i.r7.BASE_100,"colorForegroundBase100"),i.r7.BASE_200,"colorForegroundBase200"),i.r7.BASE_300,"colorForegroundBase300"),i.r7.BASE_400,"colorForegroundBase400"),i.r7.BASE_500,"colorForegroundBase500"),i.r7.BASE_600,"colorForegroundBase600"),i.r7.BASE_700,"colorForegroundBase700"),i.r7.BASE_800,"colorForegroundBase800"),i.r7.BASE_900,"colorForegroundBase900"),i.r7.INVERSE_100,"colorForegroundInverse100"),d(d(d(d(d(d(d(d(d(d(n,i.r7.INVERSE_200,"colorForegroundInverse200"),i.r7.INVERSE_300,"colorForegroundInverse300"),i.r7.INVERSE_400,"colorForegroundInverse400"),i.r7.INVERSE_500,"colorForegroundInverse500"),i.r7.INVERSE_600,"colorForegroundInverse600"),i.r7.INVERSE_700,"colorForegroundInverse700"),i.r7.INVERSE_800,"colorForegroundInverse800"),i.r7.INVERSE_900,"colorForegroundInverse900"),i.r7.FAILURE_100,"colorForegroundFailure100"),i.r7.FAILURE_200,"colorForegroundFailure200"),d(d(d(d(d(d(d(n,i.r7.FAILURE_300,"colorForegroundFailure300"),i.r7.FAILURE_400,"colorForegroundFailure400"),i.r7.FAILURE_500,"colorForegroundFailure500"),i.r7.FAILURE_600,"colorForegroundFailure600"),i.r7.FAILURE_700,"colorForegroundFailure700"),i.r7.FAILURE_800,"colorForegroundFailure800"),i.r7.FAILURE_900,"colorForegroundFailure900")),B=a.StyleSheet.create({transparent:{color:"transparent"}}),l=function(e){var r=(0,t.JU)();return e===i.r7.TRANSPARENT?B.transparent:r[u[e]]},g=function(e){var r=(0,t.wR)();return e===i.r7.TRANSPARENT?"transparent":r[u[e]]},c=d(d(d(d(d(d(d(d(d({},i.FI.BASE_100,"colorBackgroundBase100"),i.FI.BASE_200,"colorBackgroundBase200"),i.FI.BASE_300,"colorBackgroundBase300"),i.FI.BASE_400,"colorBackgroundBase400"),i.FI.BASE_500,"colorBackgroundBase500"),i.FI.BASE_600,"colorBackgroundBase600"),i.FI.BASE_700,"colorBackgroundBase700"),i.FI.BASE_800,"colorBackgroundBase800"),i.FI.BASE_900,"colorBackgroundBase900"),L=function(e){var r=(0,t.JU)();return void 0===e?e:r[c[e]]},f=function(e){var r=(0,t.wR)();if(void 0!==e)return r[c[e]]}},818:(e,r,o)=>{o.d(r,{A:()=>g});var n=o(155),t=o(389),a=o(63),i=new Map,s=o(180),d=o(810),u=o(272),B=t.StyleSheet.create({default:{display:"inline",margin:0,padding:0,position:"static",listStyle:"none",borderStyle:"solid",boxSizing:"border-box",whiteSpace:"pre-wrap",overflowWrap:"break-word",borderWidth:0}}),l=(0,n.forwardRef)((function(e,r){var o=e.testId,l=e.textAlign,g=void 0===l?a.nO.LEFT:l,c=e.textDecoration,L=void 0===c?a.i8.NONE:c,f=e.fontFamily,S=void 0===f?a.$i.BASE:f,p=e.fontWeight,X=void 0===p?a.rq.REGULAR:p,b=e.fontSize,m=void 0===b?a.k8.MD:b,R=e.lineHeight,h=void 0===R?a.lF.NORMAL:R,T=e.maxLines,E=e.color,y=void 0===E?a.r7.BASE_800:E,v=e.backgroundColor,F=e.opacity,A=e.children,M=(0,n.useRef)(null);(0,n.useImperativeHandle)(r,(function(){return{measure:function(e){var r;null===(r=M.current)||void 0===r||r.measure((function(r,o,n,t){e(r,o,n,t)}))}}}));var I=function(e,r){var o=[e,r].join("-");if(i.has(o))return i.get(o);var n=t.StyleSheet.create({textLineHeight:{lineHeight:e*r}});return i.set(o,n),n}((0,s.cn)(m),(0,s.L0)(h));return(0,u.jsx)(t.Text,{testID:o,ref:M,style:[B.default,(0,s.Fu)(g),(0,s.Im)(L),(0,s.Fx)(S),(0,s.LG)(X),(0,s.yg)(m),I.textLineHeight,(0,s.ZZ)(y),(0,d.d9)(v),{opacity:(0,s.FA)(F)}],numberOfLines:T,children:A})}));l.Tag=a.Wh,l.TextAlign=a.nO,l.TextDecoration=a.i8,l.FontFamily=a.$i,l.FontWeight=a.rq,l.FontSize=a.k8,l.LineHeight=a.lF,l.Color=a.r7,l.BackgroundColor=a.FI;const g=l},682:(e,r,o)=>{o.d(r,{A:()=>L});var n,t,a,i=o(155),s=o(729),d=o.n(s)().span(n||(t=["\n display: ",";\n margin: 0;\n padding: 0;\n position: static;\n list-style: none;\n border-style: solid;\n box-sizing: border-box;\n text-decoration: none;\n white-space: pre-wrap;\n overflow: hidden;\n overflow-wrap: break-word;\n text-overflow: ellipsis;\n text-align: ",";\n text-decoration-line: ",";\n font-family: ",";\n font-weight: ",";\n font-size: ","px;\n line-height: ","px;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: ",";\n color: ",";\n background-color: ",";\n opacity: ",";\n border-width: 0;\n"],a||(a=t.slice(0)),n=Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(a)}}))),(function(e){return void 0===e.css.maxLines?"inline":"-webkit-box"}),(function(e){return e.css.textAlign}),(function(e){return e.css.textDecoration}),(function(e){return e.css.fontFamily}),(function(e){return e.css.fontWeight}),(function(e){return e.css.fontSize}),(function(e){return e.css.lineHeight}),(function(e){return e.css.maxLines}),(function(e){return e.css.color}),(function(e){return e.css.backgroundColor}),(function(e){return e.css.opacity})),u=o(63),B=o(180),l=o(810),g=o(272),c=(0,i.forwardRef)((function(e,r){var o=e.testId,n=e.tag,t=void 0===n?u.Wh.SPAN:n,a=e.textAlign,s=void 0===a?u.nO.LEFT:a,c=e.textDecoration,L=void 0===c?u.i8.NONE:c,f=e.fontFamily,S=void 0===f?u.$i.BASE:f,p=e.fontWeight,X=void 0===p?u.rq.REGULAR:p,b=e.fontSize,m=void 0===b?u.k8.MD:b,R=e.lineHeight,h=void 0===R?u.lF.NORMAL:R,T=e.maxLines,E=e.color,y=void 0===E?u.r7.BASE_800:E,v=e.backgroundColor,F=e.opacity,A=e.children,M=(0,i.useRef)(null);(0,i.useImperativeHandle)(r,(function(){return{measure:function(e){var r,o=null===(r=M.current)||void 0===r?void 0:r.getBoundingClientRect();o&&e(o.x,o.y,o.width,o.height)}}}));var I=(0,B.cn)(m),C=(0,B.L0)(h);return(0,g.jsx)(d,{"data-testid":o,ref:M,as:(0,B.Kb)(t),css:{textAlign:(0,B.FY)(s),textDecoration:(0,B.ar)(L),fontFamily:(0,B.rY)(S),fontWeight:(0,B.Vd)(X),fontSize:I,lineHeight:I*C,maxLines:T,color:(0,B.X4)(y),backgroundColor:(0,l.HE)(v),opacity:(0,B.FA)(F)},children:A})}));c.Tag=u.Wh,c.TextAlign=u.nO,c.TextDecoration=u.i8,c.FontFamily=u.$i,c.FontWeight=u.rq,c.FontSize=u.k8,c.LineHeight=u.lF,c.Color=u.r7,c.BackgroundColor=u.FI;const L=c},212:(e,r,o)=>{o.d(r,{CN:()=>g,th:()=>B,F5:()=>l,TI:()=>i,Vc:()=>n,uC:()=>a,s_:()=>t,lo:()=>f,uY:()=>d,rA:()=>s,b9:()=>u,Ie:()=>c,JT:()=>L,TL:()=>S,SQ:()=>p});var n=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e}({}),t=function(e){return e[e.SM=0]="SM",e[e.MD=1]="MD",e[e.LG=2]="LG",e}({}),a=function(e){return e[e.XS=0]="XS",e[e.SM=1]="SM",e[e.MD=2]="MD",e[e.LG=3]="LG",e[e.XL=4]="XL",e[e.X2L=5]="X2L",e[e.X3L=6]="X3L",e[e.X4L=7]="X4L",e[e.X5L=8]="X5L",e[e.X6L=9]="X6L",e[e.MAX=10]="MAX",e}({}),i=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e[e.PRIMARY_100=9]="PRIMARY_100",e[e.PRIMARY_200=10]="PRIMARY_200",e[e.PRIMARY_300=11]="PRIMARY_300",e[e.PRIMARY_400=12]="PRIMARY_400",e[e.PRIMARY_500=13]="PRIMARY_500",e[e.PRIMARY_600=14]="PRIMARY_600",e[e.PRIMARY_700=15]="PRIMARY_700",e[e.PRIMARY_800=16]="PRIMARY_800",e[e.PRIMARY_900=17]="PRIMARY_900",e}({}),s=function(e){return e[e.NONE=0]="NONE",e[e.WRAP=1]="WRAP",e}({}),d=function(e){return e[e.COLUMN=0]="COLUMN",e[e.ROW=1]="ROW",e[e.COLUMN_REVERSE=2]="COLUMN_REVERSE",e[e.ROW_REVERSE=3]="ROW_REVERSE",e}({}),u=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.SPACE_BETWEEN=3]="SPACE_BETWEEN",e[e.SPACE_AROUND=4]="SPACE_AROUND",e[e.SPACE_EVENLY=5]="SPACE_EVENLY",e}({}),B=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.STRETCH=3]="STRETCH",e[e.BASELINE=4]="BASELINE",e}({}),l=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.STRETCH=3]="STRETCH",e[e.BASELINE=4]="BASELINE",e}({}),g=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.STRETCH=3]="STRETCH",e[e.SPACE_BETWEEN=4]="SPACE_BETWEEN",e[e.SPACE_AROUND=5]="SPACE_AROUND",e[e.SPACE_EVENLY=6]="SPACE_EVENLY",e}({}),c=function(e){return e[e.VISIBLE=0]="VISIBLE",e[e.HIDDEN=1]="HIDDEN",e}({}),L=function(e){return e[e.RELATIVE=0]="RELATIVE",e[e.ABSOLUTE=1]="ABSOLUTE",e}({}),f=function(e){return e[e.SM=0]="SM",e[e.MD=1]="MD",e[e.LG=2]="LG",e}({}),S=function(e){return e[e.X6S=0]="X6S",e[e.X5S=1]="X5S",e[e.X4S=2]="X4S",e[e.X3S=3]="X3S",e[e.X2S=4]="X2S",e[e.XS=5]="XS",e[e.SM=6]="SM",e[e.MD=7]="MD",e[e.LG=8]="LG",e[e.XL=9]="XL",e[e.X2L=10]="X2L",e[e.X3L=11]="X3L",e[e.X4L=12]="X4L",e[e.X5L=13]="X5L",e[e.X6L=14]="X6L",e}({}),p=function(e){return e[e.DIV=0]="DIV",e[e.FIGURE=1]="FIGURE",e[e.FIGCAPTION=2]="FIGCAPTION",e[e.ARTICLE=3]="ARTICLE",e[e.SECTION=4]="SECTION",e[e.HEADER=5]="HEADER",e[e.MAIN=6]="MAIN",e[e.FOOTER=7]="FOOTER",e}({})},844:(e,r,o)=>{o.d(r,{GK:()=>Ee,WE:()=>ve,lF:()=>Le,RH:()=>Se,r1:()=>be,dG:()=>Re,vd:()=>j,$X:()=>z,ol:()=>W,fV:()=>k,Xd:()=>R,TY:()=>B,V1:()=>l,ro:()=>p,UI:()=>v,U0:()=>G,UA:()=>b,Ei:()=>M,dp:()=>_,D:()=>f,ud:()=>c,sm:()=>T,Ps:()=>ar,Nx:()=>or,JO:()=>K,kP:()=>te,K8:()=>ie,SB:()=>J,wt:()=>q,rm:()=>Z,RR:()=>re,Qf:()=>Br,VW:()=>ue,fv:()=>le,vD:()=>Er,hX:()=>Sr,w7:()=>mr,Vf:()=>gr,X6:()=>Fe,S:()=>_e,wx:()=>De,Gd:()=>vr,mu:()=>Xr,XV:()=>hr,we:()=>Lr,dH:()=>He,xT:()=>we,bW:()=>Oe,FK:()=>ir,pX:()=>Ar,sX:()=>_r});var n=o(695),t=o(389),a=o(212);function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function s(e,r,o){return(r=function(e){var r=function(e){if("object"!=i(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=i(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==i(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var d,u=s(s(s(s(s(s(s(s(s({},a.Vc.BASE_100,"colorBorderBase100"),a.Vc.BASE_200,"colorBorderBase200"),a.Vc.BASE_300,"colorBorderBase300"),a.Vc.BASE_400,"colorBorderBase400"),a.Vc.BASE_500,"colorBorderBase500"),a.Vc.BASE_600,"colorBorderBase600"),a.Vc.BASE_700,"colorBorderBase700"),a.Vc.BASE_800,"colorBorderBase800"),a.Vc.BASE_900,"colorBorderBase900"),B=function(e){return(0,n.JU)()[u[e]]},l=function(e){return(0,n.wR)()[u[e]]},g=s(s(s({},a.s_.SM,"borderWidthBaseSM"),a.s_.MD,"borderWidthBaseMD"),a.s_.LG,"borderWidthBaseLG"),c=function(e){return(0,n.JU)()[g[e]]},L=s(s(s({},a.s_.SM,"borderWidthTopBaseSM"),a.s_.MD,"borderWidthTopBaseMD"),a.s_.LG,"borderWidthTopBaseLG"),f=function(e){return(0,n.JU)()[L[e]]},S=s(s(s({},a.s_.SM,"borderWidthLeftBaseSM"),a.s_.MD,"borderWidthLeftBaseMD"),a.s_.LG,"borderWidthLeftBaseLG"),p=function(e){return(0,n.JU)()[S[e]]},X=s(s(s({},a.s_.SM,"borderWidthRightBaseSM"),a.s_.MD,"borderWidthRightBaseMD"),a.s_.LG,"borderWidthRightBaseLG"),b=function(e){return(0,n.JU)()[X[e]]},m=s(s(s({},a.s_.SM,"borderWidthBottomBaseSM"),a.s_.MD,"borderWidthBottomBaseMD"),a.s_.LG,"borderWidthBottomBaseLG"),R=function(e){return(0,n.JU)()[m[e]]},h=s(s(s({},a.s_.SM,"borderWidthBaseSM"),a.s_.MD,"borderWidthBaseMD"),a.s_.LG,"borderWidthBaseLG"),T=function(e){return(0,n.wR)()[h[e]]},E=t.StyleSheet.create({borderRadiusMax:{borderRadius:"50%"}}),y=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderRadiusBaseXS"),a.uC.SM,"borderRadiusBaseSM"),a.uC.MD,"borderRadiusBaseMD"),a.uC.LG,"borderRadiusBaseLG"),a.uC.XL,"borderRadiusBaseXL"),a.uC.X2L,"borderRadiusBaseX2L"),a.uC.X3L,"borderRadiusBaseX3L"),a.uC.X4L,"borderRadiusBaseX4L"),a.uC.X5L,"borderRadiusBaseX5L"),a.uC.X6L,"borderRadiusBaseX6L"),v=function(e){var r=(0,n.JU)();return e===a.uC.MAX?E.borderRadiusMax:r[y[e]]},F=t.StyleSheet.create({borderRadiusMax:{borderTopLeftRadius:"50%"}}),A=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderTopLeftRadiusBaseXS"),a.uC.SM,"borderTopLeftRadiusBaseSM"),a.uC.MD,"borderTopLeftRadiusBaseMD"),a.uC.LG,"borderTopLeftRadiusBaseLG"),a.uC.XL,"borderTopLeftRadiusBaseXL"),a.uC.X2L,"borderTopLeftRadiusBaseX2L"),a.uC.X3L,"borderTopLeftRadiusBaseX3L"),a.uC.X4L,"borderTopLeftRadiusBaseX4L"),a.uC.X5L,"borderTopLeftRadiusBaseX5L"),a.uC.X6L,"borderTopLeftRadiusBaseX6L"),M=function(e){var r=(0,n.JU)();return e===a.uC.MAX?F.borderRadiusMax:r[A[e]]},I=t.StyleSheet.create({borderRadiusMax:{borderTopRightRadius:"50%"}}),C=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderTopRightRadiusBaseXS"),a.uC.SM,"borderTopRightRadiusBaseSM"),a.uC.MD,"borderTopRightRadiusBaseMD"),a.uC.LG,"borderTopRightRadiusBaseLG"),a.uC.XL,"borderTopRightRadiusBaseXL"),a.uC.X2L,"borderTopRightRadiusBaseX2L"),a.uC.X3L,"borderTopRightRadiusBaseX3L"),a.uC.X4L,"borderTopRightRadiusBaseX4L"),a.uC.X5L,"borderTopRightRadiusBaseX5L"),a.uC.X6L,"borderTopRightRadiusBaseX6L"),_=function(e){var r=(0,n.JU)();return e===a.uC.MAX?I.borderRadiusMax:r[C[e]]},x=t.StyleSheet.create({borderRadiusMax:{borderBottomLeftRadius:"50%"}}),D=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderBottomLeftRadiusBaseXS"),a.uC.SM,"borderBottomLeftRadiusBaseSM"),a.uC.MD,"borderBottomLeftRadiusBaseMD"),a.uC.LG,"borderBottomLeftRadiusBaseLG"),a.uC.XL,"borderBottomLeftRadiusBaseXL"),a.uC.X2L,"borderBottomLeftRadiusBaseX2L"),a.uC.X3L,"borderBottomLeftRadiusBaseX3L"),a.uC.X4L,"borderBottomLeftRadiusBaseX4L"),a.uC.X5L,"borderBottomLeftRadiusBaseX5L"),a.uC.X6L,"borderBottomLeftRadiusBaseX6L"),W=function(e){var r=(0,n.JU)();return e===a.uC.MAX?x.borderRadiusMax:r[D[e]]},N=t.StyleSheet.create({borderRadiusMax:{borderBottomRightRadius:"50%"}}),P=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderBottomRightRadiusBaseXS"),a.uC.SM,"borderBottomRightRadiusBaseSM"),a.uC.MD,"borderBottomRightRadiusBaseMD"),a.uC.LG,"borderBottomRightRadiusBaseLG"),a.uC.XL,"borderBottomRightRadiusBaseXL"),a.uC.X2L,"borderBottomRightRadiusBaseX2L"),a.uC.X3L,"borderBottomRightRadiusBaseX3L"),a.uC.X4L,"borderBottomRightRadiusBaseX4L"),a.uC.X5L,"borderBottomRightRadiusBaseX5L"),a.uC.X6L,"borderBottomRightRadiusBaseX6L"),k=function(e){var r=(0,n.JU)();return e===a.uC.MAX?N.borderRadiusMax:r[P[e]]},w=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderRadiusBaseXS"),a.uC.SM,"borderRadiusBaseSM"),a.uC.MD,"borderRadiusBaseMD"),a.uC.LG,"borderRadiusBaseLG"),a.uC.XL,"borderRadiusBaseXL"),a.uC.X2L,"borderRadiusBaseX2L"),a.uC.X3L,"borderRadiusBaseX3L"),a.uC.X4L,"borderRadiusBaseX4L"),a.uC.X5L,"borderRadiusBaseX5L"),a.uC.X6L,"borderRadiusBaseX6L"),G=function(e){var r=(0,n.wR)();if(void 0!==e)return e===a.uC.MAX?"50%":r[w[e]]};function O(e){return O="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},O(e)}function H(e,r,o){return(r=function(e){var r=function(e){if("object"!=O(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=O(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==O(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var U=(H(H(H(H(H(H(H(H(H(H(d={},a.TI.BASE_100,"colorBackgroundBase100"),a.TI.BASE_200,"colorBackgroundBase200"),a.TI.BASE_300,"colorBackgroundBase300"),a.TI.BASE_400,"colorBackgroundBase400"),a.TI.BASE_500,"colorBackgroundBase500"),a.TI.BASE_600,"colorBackgroundBase600"),a.TI.BASE_700,"colorBackgroundBase700"),a.TI.BASE_800,"colorBackgroundBase800"),a.TI.BASE_900,"colorBackgroundBase900"),a.TI.PRIMARY_100,"colorBackgroundPrimary100"),H(H(H(H(H(H(H(H(d,a.TI.PRIMARY_200,"colorBackgroundPrimary200"),a.TI.PRIMARY_300,"colorBackgroundPrimary300"),a.TI.PRIMARY_400,"colorBackgroundPrimary400"),a.TI.PRIMARY_500,"colorBackgroundPrimary500"),a.TI.PRIMARY_600,"colorBackgroundPrimary600"),a.TI.PRIMARY_700,"colorBackgroundPrimary700"),a.TI.PRIMARY_800,"colorBackgroundPrimary800"),a.TI.PRIMARY_900,"colorBackgroundPrimary900")),j=function(e){return(0,n.JU)()[U[e]]},z=function(e){return(0,n.wR)()[U[e]]};function V(e){return V="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},V(e)}function Y(e,r,o){return(r=function(e){var r=function(e){if("object"!=V(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=V(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==V(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var J=function(e){return null==e?void 0:e.toValue()},q=function(e){return null==e?void 0:e.toValue()},K=function(e){return null==e?void 0:e.toValue()},Q=t.StyleSheet.create({flexWrapNone:{flexWrap:"nowrap"},flexWrap:{flexWrap:"wrap"}}),$=Y(Y({},a.rA.NONE,Q.flexWrapNone),a.rA.WRAP,Q.flexWrap),Z=function(e){return $[e]},ee=Y(Y({},a.rA.NONE,"nowrap"),a.rA.WRAP,"wrap"),re=function(e){return ee[e]},oe=t.StyleSheet.create({flexDirectionColumn:{flexDirection:"column"},flexDirectionRow:{flexDirection:"row"},flexDirectionColumnReverse:{flexDirection:"column-reverse"},flexDirectionRowReverse:{flexDirection:"row-reverse"}}),ne=Y(Y(Y(Y({},a.uY.COLUMN,oe.flexDirectionColumn),a.uY.ROW,oe.flexDirectionRow),a.uY.COLUMN_REVERSE,oe.flexDirectionColumnReverse),a.uY.ROW_REVERSE,oe.flexDirectionRowReverse),te=function(e){return ne[e]},ae=Y(Y(Y(Y({},a.uY.COLUMN,"column"),a.uY.ROW,"row"),a.uY.COLUMN_REVERSE,"column-reverse"),a.uY.ROW_REVERSE,"row-reverse"),ie=function(e){return ae[e]},se=t.StyleSheet.create({justifyContentFlexStart:{justifyContent:"flex-start"},justifyContentFlexEnd:{justifyContent:"flex-end"},justifyContentCenter:{justifyContent:"center"},justifyContentSpaceBetween:{justifyContent:"space-between"},justifyContentSpaceAround:{justifyContent:"space-around"},justifyContentSpaceEvenly:{justifyContent:"space-evenly"}}),de=Y(Y(Y(Y(Y(Y({},a.b9.FLEX_START,se.justifyContentFlexStart),a.b9.CENTER,se.justifyContentCenter),a.b9.FLEX_END,se.justifyContentFlexEnd),a.b9.SPACE_BETWEEN,se.justifyContentSpaceBetween),a.b9.SPACE_AROUND,se.justifyContentSpaceAround),a.b9.SPACE_EVENLY,se.justifyContentSpaceEvenly),ue=function(e){return de[e]},Be=Y(Y(Y(Y(Y(Y({},a.b9.FLEX_START,"flex-start"),a.b9.CENTER,"center"),a.b9.FLEX_END,"flex-end"),a.b9.SPACE_BETWEEN,"space-between"),a.b9.SPACE_AROUND,"space-around"),a.b9.SPACE_EVENLY,"space-evenly"),le=function(e){return Be[e]},ge=t.StyleSheet.create({alignItemsFlexStart:{alignItems:"flex-start"},alignItemsCenter:{alignItems:"center"},alignItemsFlexEnd:{alignItems:"flex-end"},alignItemsStretch:{alignItems:"stretch"},alignItemsBaseline:{alignItems:"baseline"}}),ce=Y(Y(Y(Y(Y({},a.th.FLEX_START,ge.alignItemsFlexStart),a.th.CENTER,ge.alignItemsCenter),a.th.FLEX_END,ge.alignItemsFlexEnd),a.th.STRETCH,ge.alignItemsStretch),a.th.BASELINE,ge.alignItemsBaseline),Le=function(e){return ce[e]},fe=Y(Y(Y(Y(Y({},a.th.FLEX_START,"flex-start"),a.th.CENTER,"center"),a.th.FLEX_END,"flex-end"),a.th.STRETCH,"stretch"),a.th.BASELINE,"baseline"),Se=function(e){return fe[e]},pe=t.StyleSheet.create({alignSelfFlexStart:{alignSelf:"flex-start"},alignSelfCenter:{alignSelf:"center"},alignSelfFlexEnd:{alignSelf:"flex-end"},alignSelfStretch:{alignSelf:"stretch"},alignSelfBaseline:{alignSelf:"baseline"}}),Xe=Y(Y(Y(Y(Y({},a.F5.FLEX_START,pe.alignSelfFlexStart),a.F5.CENTER,pe.alignSelfCenter),a.F5.FLEX_END,pe.alignSelfFlexEnd),a.F5.STRETCH,pe.alignSelfStretch),a.F5.BASELINE,pe.alignSelfBaseline),be=function(e){return Xe[e]},me=Y(Y(Y(Y(Y({},a.F5.FLEX_START,"flex-start"),a.F5.CENTER,"center"),a.F5.FLEX_END,"flex-end"),a.F5.STRETCH,"stretch"),a.F5.BASELINE,"baseline"),Re=function(e){return me[e]},he=t.StyleSheet.create({alignContentFlexStart:{alignContent:"flex-start"},alignContentFlexEnd:{alignContent:"flex-end"},alignContentCenter:{alignContent:"center"},alignContentStretch:{alignContent:"stretch"},alignContentSpaceBetween:{alignContent:"space-between"},alignContentSpaceAround:{alignContent:"space-around"},alignContentSpaceEvenly:{alignContent:"space-evenly"}}),Te=Y(Y(Y(Y(Y(Y(Y({},a.CN.FLEX_START,he.alignContentFlexStart),a.CN.CENTER,he.alignContentCenter),a.CN.FLEX_END,he.alignContentFlexEnd),a.CN.STRETCH,he.alignContentStretch),a.CN.SPACE_BETWEEN,he.alignContentSpaceBetween),a.CN.SPACE_AROUND,he.alignContentSpaceAround),a.CN.SPACE_EVENLY,he.alignContentSpaceEvenly),Ee=function(e){return Te[e]},ye=Y(Y(Y(Y(Y(Y(Y({},a.CN.FLEX_START,"flex-start"),a.CN.CENTER,"center"),a.CN.FLEX_END,"flex-end"),a.CN.STRETCH,"stretch"),a.CN.SPACE_BETWEEN,"space-between"),a.CN.SPACE_AROUND,"space-around"),a.CN.SPACE_EVENLY,"space-evenly"),ve=function(e){return ye[e]},Fe=function(e){return null==e?void 0:e.toValue()};function Ae(e){return Ae="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ae(e)}function Me(e,r,o){return(r=function(e){var r=function(e){if("object"!=Ae(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Ae(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Ae(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Ie=t.StyleSheet.create({overflowHidden:{overflow:"hidden"},overflowVisible:{overflow:"visible"}}),Ce=Me(Me({},a.Ie.HIDDEN,Ie.overflowHidden),a.Ie.VISIBLE,Ie.overflowVisible),_e=function(e){return Ce[e]},xe=Me(Me({},a.Ie.HIDDEN,"hidden"),a.Ie.VISIBLE,"visible"),De=function(e){return xe[e]};function We(e){return We="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},We(e)}function Ne(e,r,o){return(r=function(e){var r=function(e){if("object"!=We(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=We(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==We(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Pe=t.StyleSheet.create({positionRelative:{position:"relative"},positionAbsolute:{position:"absolute"}}),ke=Ne(Ne({},a.JT.RELATIVE,Pe.positionRelative),a.JT.ABSOLUTE,Pe.positionAbsolute),we=function(e){return ke[e]},Ge=Ne(Ne({},a.JT.RELATIVE,"relative"),a.JT.ABSOLUTE,"absolute"),Oe=function(e){return Ge[e]},He=function(e){return null==e?void 0:e.toValue()};function Ue(e){return Ue="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ue(e)}function je(e,r,o){return(r=function(e){var r=function(e){if("object"!=Ue(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Ue(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Ue(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var ze,Ve,Ye,Je,qe,Ke,Qe,$e,Ze,er,rr=je(je(je({},a.lo.SM,["0 1px 3px 0 rgba(0,0,0,0.1)","0 1px 2px -1px rgba(0,0,0,0.1)"].join(",")),a.lo.MD,["0 4px 6px -1px rgba(0,0,0,0.1)","0 2px 4px -2px rgba(0,0,0,0.1)"].join(",")),a.lo.LG,["0 10px 15px -3px rgba(0,0,0,0.1)","0 4px 6px -4px rgba(0,0,0,0.1)"].join(",")),or=function(e){return rr[e]},nr=t.StyleSheet.create({boxShadowSM:{boxShadow:rr[a.lo.SM]},boxShadowMD:{boxShadow:rr[a.lo.MD]},boxShadowLG:{boxShadow:rr[a.lo.LG]}}),tr=je(je(je({},a.lo.SM,nr.boxShadowSM),a.lo.MD,nr.boxShadowMD),a.lo.LG,nr.boxShadowLG),ar=function(e){return tr[e]},ir=function(e){return null==e?void 0:e.toValue()};function sr(e){return sr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},sr(e)}function dr(e,r,o){return(r=function(e){var r=function(e){if("object"!=sr(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=sr(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==sr(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var ur=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(ze={},a.TL.X6S,"gapBaseX6S"),a.TL.X5S,"gapBaseX5S"),a.TL.X4S,"gapBaseX4S"),a.TL.X3S,"gapBaseX3S"),a.TL.X2S,"gapBaseX2S"),a.TL.XS,"gapBaseXS"),a.TL.SM,"gapBaseSM"),a.TL.MD,"gapBaseMD"),a.TL.LG,"gapBaseLG"),a.TL.XL,"gapBaseXL"),dr(dr(dr(dr(dr(ze,a.TL.X2L,"gapBaseX2L"),a.TL.X3L,"gapBaseX3L"),a.TL.X4L,"gapBaseX4L"),a.TL.X5L,"gapBaseX5L"),a.TL.X6L,"gapBaseX6L")),Br=function(e){var r=(0,n.JU)();if(void 0!==e)return r[ur[e]]},lr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ve={},a.TL.X6S,"marginTopBaseX6S"),a.TL.X5S,"marginTopBaseX5S"),a.TL.X4S,"marginTopBaseX4S"),a.TL.X3S,"marginTopBaseX3S"),a.TL.X2S,"marginTopBaseX2S"),a.TL.XS,"marginTopBaseXS"),a.TL.SM,"marginTopBaseSM"),a.TL.MD,"marginTopBaseMD"),a.TL.LG,"marginTopBaseLG"),a.TL.XL,"marginTopBaseXL"),dr(dr(dr(dr(dr(Ve,a.TL.X2L,"marginTopBaseX2L"),a.TL.X3L,"marginTopBaseX3L"),a.TL.X4L,"marginTopBaseX4L"),a.TL.X5L,"marginTopBaseX5L"),a.TL.X6L,"marginTopBaseX6L")),gr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[lr[e]]},cr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ye={},a.TL.X6S,"paddingTopBaseX6S"),a.TL.X5S,"paddingTopBaseX5S"),a.TL.X4S,"paddingTopBaseX4S"),a.TL.X3S,"paddingTopBaseX3S"),a.TL.X2S,"paddingTopBaseX2S"),a.TL.XS,"paddingTopBaseXS"),a.TL.SM,"paddingTopBaseSM"),a.TL.MD,"paddingTopBaseMD"),a.TL.LG,"paddingTopBaseLG"),a.TL.XL,"paddingTopBaseXL"),dr(dr(dr(dr(dr(Ye,a.TL.X2L,"paddingTopBaseX2L"),a.TL.X3L,"paddingTopBaseX3L"),a.TL.X4L,"paddingTopBaseX4L"),a.TL.X5L,"paddingTopBaseX5L"),a.TL.X6L,"paddingTopBaseX6L")),Lr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[cr[e]]},fr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Je={},a.TL.X6S,"marginLeftBaseX6S"),a.TL.X5S,"marginLeftBaseX5S"),a.TL.X4S,"marginLeftBaseX4S"),a.TL.X3S,"marginLeftBaseX3S"),a.TL.X2S,"marginLeftBaseX2S"),a.TL.XS,"marginLeftBaseXS"),a.TL.SM,"marginLeftBaseSM"),a.TL.MD,"marginLeftBaseMD"),a.TL.LG,"marginLeftBaseLG"),a.TL.XL,"marginLeftBaseXL"),dr(dr(dr(dr(dr(Je,a.TL.X2L,"marginLeftBaseX2L"),a.TL.X3L,"marginLeftBaseX3L"),a.TL.X4L,"marginLeftBaseX4L"),a.TL.X5L,"marginLeftBaseX5L"),a.TL.X6L,"marginLeftBaseX6L")),Sr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[fr[e]]},pr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(qe={},a.TL.X6S,"paddingLeftBaseX6S"),a.TL.X5S,"paddingLeftBaseX5S"),a.TL.X4S,"paddingLeftBaseX4S"),a.TL.X3S,"paddingLeftBaseX3S"),a.TL.X2S,"paddingLeftBaseX2S"),a.TL.XS,"paddingLeftBaseXS"),a.TL.SM,"paddingLeftBaseSM"),a.TL.MD,"paddingLeftBaseMD"),a.TL.LG,"paddingLeftBaseLG"),a.TL.XL,"paddingLeftBaseXL"),dr(dr(dr(dr(dr(qe,a.TL.X2L,"paddingLeftBaseX2L"),a.TL.X3L,"paddingLeftBaseX3L"),a.TL.X4L,"paddingLeftBaseX4L"),a.TL.X5L,"paddingLeftBaseX5L"),a.TL.X6L,"paddingLeftBaseX6L")),Xr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[pr[e]]},br=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ke={},a.TL.X6S,"marginRightBaseX6S"),a.TL.X5S,"marginRightBaseX5S"),a.TL.X4S,"marginRightBaseX4S"),a.TL.X3S,"marginRightBaseX3S"),a.TL.X2S,"marginRightBaseX2S"),a.TL.XS,"marginRightBaseXS"),a.TL.SM,"marginRightBaseSM"),a.TL.MD,"marginRightBaseMD"),a.TL.LG,"marginRightBaseLG"),a.TL.XL,"marginRightBaseXL"),dr(dr(dr(dr(dr(Ke,a.TL.X2L,"marginRightBaseX2L"),a.TL.X3L,"marginRightBaseX3L"),a.TL.X4L,"marginRightBaseX4L"),a.TL.X5L,"marginRightBaseX5L"),a.TL.X6L,"marginRightBaseX6L")),mr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[br[e]]},Rr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Qe={},a.TL.X6S,"paddingRightBaseX6S"),a.TL.X5S,"paddingRightBaseX5S"),a.TL.X4S,"paddingRightBaseX4S"),a.TL.X3S,"paddingRightBaseX3S"),a.TL.X2S,"paddingRightBaseX2S"),a.TL.XS,"paddingRightBaseXS"),a.TL.SM,"paddingRightBaseSM"),a.TL.MD,"paddingRightBaseMD"),a.TL.LG,"paddingRightBaseLG"),a.TL.XL,"paddingRightBaseXL"),dr(dr(dr(dr(dr(Qe,a.TL.X2L,"paddingRightBaseX2L"),a.TL.X3L,"paddingRightBaseX3L"),a.TL.X4L,"paddingRightBaseX4L"),a.TL.X5L,"paddingRightBaseX5L"),a.TL.X6L,"paddingRightBaseX6L")),hr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[Rr[e]]},Tr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr($e={},a.TL.X6S,"marginBottomBaseX6S"),a.TL.X5S,"marginBottomBaseX5S"),a.TL.X4S,"marginBottomBaseX4S"),a.TL.X3S,"marginBottomBaseX3S"),a.TL.X2S,"marginBottomBaseX2S"),a.TL.XS,"marginBottomBaseXS"),a.TL.SM,"marginBottomBaseSM"),a.TL.MD,"marginBottomBaseMD"),a.TL.LG,"marginBottomBaseLG"),a.TL.XL,"marginBottomBaseXL"),dr(dr(dr(dr(dr($e,a.TL.X2L,"marginBottomBaseX2L"),a.TL.X3L,"marginBottomBaseX3L"),a.TL.X4L,"marginBottomBaseX4L"),a.TL.X5L,"marginBottomBaseX5L"),a.TL.X6L,"marginBottomBaseX6L")),Er=function(e){var r=(0,n.JU)();if(void 0!==e)return r[Tr[e]]},yr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ze={},a.TL.X6S,"paddingBottomBaseX6S"),a.TL.X5S,"paddingBottomBaseX5S"),a.TL.X4S,"paddingBottomBaseX4S"),a.TL.X3S,"paddingBottomBaseX3S"),a.TL.X2S,"paddingBottomBaseX2S"),a.TL.XS,"paddingBottomBaseXS"),a.TL.SM,"paddingBottomBaseSM"),a.TL.MD,"paddingBottomBaseMD"),a.TL.LG,"paddingBottomBaseLG"),a.TL.XL,"paddingBottomBaseXL"),dr(dr(dr(dr(dr(Ze,a.TL.X2L,"paddingBottomBaseX2L"),a.TL.X3L,"paddingBottomBaseX3L"),a.TL.X4L,"paddingBottomBaseX4L"),a.TL.X5L,"paddingBottomBaseX5L"),a.TL.X6L,"paddingBottomBaseX6L")),vr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[yr[e]]},Fr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(er={},a.TL.X6S,"spacingBaseX6S"),a.TL.X5S,"spacingBaseX5S"),a.TL.X4S,"spacingBaseX4S"),a.TL.X3S,"spacingBaseX3S"),a.TL.X2S,"spacingBaseX2S"),a.TL.XS,"spacingBaseXS"),a.TL.SM,"spacingBaseSM"),a.TL.MD,"spacingBaseMD"),a.TL.LG,"spacingBaseLG"),a.TL.XL,"spacingBaseXL"),dr(dr(dr(dr(dr(er,a.TL.X2L,"spacingBaseX2L"),a.TL.X3L,"spacingBaseX3L"),a.TL.X4L,"spacingBaseX4L"),a.TL.X5L,"spacingBaseX5L"),a.TL.X6L,"spacingBaseX6L")),Ar=function(e){var r=(0,n.wR)();if(void 0!==e)return r[Fr[e]]};function Mr(e){return Mr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Mr(e)}function Ir(e,r,o){return(r=function(e){var r=function(e){if("object"!=Mr(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Mr(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Mr(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Cr=Ir(Ir(Ir(Ir(Ir(Ir(Ir(Ir({},a.SQ.DIV,"div"),a.SQ.FIGURE,"figure"),a.SQ.FIGCAPTION,"figcaption"),a.SQ.ARTICLE,"article"),a.SQ.SECTION,"section"),a.SQ.HEADER,"header"),a.SQ.MAIN,"main"),a.SQ.FOOTER,"footer"),_r=function(e){return Cr[e]}},300:(e,r,o)=>{o.d(r,{A:()=>B});var n=o(155),t=o(389),a=o(212),i=o(844),s=o(272),d=t.StyleSheet.create({default:{display:"flex",margin:0,padding:0,zIndex:0,position:"relative",listStyle:"none",borderStyle:"solid",boxSizing:"border-box"}}),u=function(e){var r=e.testId,o=e.position,u=void 0===o?a.JT.RELATIVE:o,B=e.top,l=e.left,g=e.right,c=e.bottom,L=e.opacity,f=e.overflow,S=void 0===f?a.Ie.VISIBLE:f,p=e.flexGrow,X=e.flexShrink,b=e.flexBasis,m=e.flexWrap,R=void 0===m?a.rA.NONE:m,h=e.flexDirection,T=void 0===h?a.uY.COLUMN:h,E=e.justifyContent,y=void 0===E?a.b9.FLEX_START:E,v=e.alignItems,F=void 0===v?a.th.STRETCH:v,A=e.alignSelf,M=e.alignContent,I=e.gap,C=e.marginTop,_=e.paddingTop,x=e.marginLeft,D=e.paddingLeft,W=e.marginRight,N=e.paddingRight,P=e.marginBottom,k=e.paddingBottom,w=e.minWidth,G=e.width,O=e.maxWidth,H=e.minHeight,U=e.height,j=e.maxHeight,z=e.boxShadow,V=e.borderColor,Y=e.borderWidth,J=e.borderWidthTop,q=e.borderWidthLeft,K=e.borderWidthRight,Q=e.borderWidthBottom,$=e.borderRadius,Z=e.borderRadiusTopLeft,ee=e.borderRadiusTopRight,re=e.borderRadiusBottomLeft,oe=e.borderRadiusBottomRight,ne=e.backgroundColor,te=e.children,ae=e.onLayout,ie=(0,n.useCallback)((function(e){if(ae){var r=e.nativeEvent.layout.height,o=e.nativeEvent.layout.width;ae({width:o,height:r})}}),[ae]);return(0,s.jsx)(t.View,{testID:r,style:[d.default,(0,i.xT)(u),{top:(0,i.dH)(B),left:(0,i.dH)(l),right:(0,i.dH)(g),bottom:(0,i.dH)(c)},{opacity:(0,i.X6)(L)},(0,i.S)(S),{flexGrow:(0,i.SB)(p),flexShrink:(0,i.wt)(X),flexBasis:(0,i.JO)(b)},(0,i.rm)(R),(0,i.kP)(T),(0,i.VW)(y),(0,i.lF)(F),(0,i.r1)(A),(0,i.GK)(M),(0,i.Qf)(I),(0,i.Vf)(C),(0,i.we)(_),(0,i.hX)(x),(0,i.mu)(D),(0,i.w7)(W),(0,i.XV)(N),(0,i.vD)(P),(0,i.Gd)(k),{minWidth:(0,i.FK)(w),width:(0,i.FK)(G),maxWidth:(0,i.FK)(O),minHeight:(0,i.FK)(H),height:(0,i.FK)(U),maxHeight:(0,i.FK)(j)},(0,i.Ps)(z),(0,i.TY)(V),(0,i.ud)(Y),(0,i.D)(J),(0,i.ro)(q),(0,i.UA)(K),(0,i.Xd)(Q),(0,i.UI)($),(0,i.Ei)(Z),(0,i.dp)(ee),(0,i.ol)(re),(0,i.fV)(oe),(0,i.vd)(ne)],onLayout:ie,children:te})};u.Tag=a.SQ,u.Position=a.JT,u.Overflow=a.Ie,u.FlexWrap=a.rA,u.FlexDirection=a.uY,u.JustifyContent=a.b9,u.AlignItems=a.th,u.AlignSelf=a.F5,u.AlignContent=a.CN,u.Spacing=a.TL,u.BoxShadow=a.lo,u.BorderColor=a.Vc,u.BorderWidth=a.s_,u.BorderRadius=a.uC,u.BackgroundColor=a.TI;const B=u},492:(e,r,o)=>{o.d(r,{A:()=>S});var n,t,a,i=o(155),s=o(729),d=function(e){return void 0===e?void 0:"".concat(e,"px")},u=function(e){return void 0===e?0:"".concat(e,"px")},B=function(e){if(void 0!==e)return"50%"===e?e:"".concat(e,"px")},l=o.n(s)().div(n||(t=["\n display: flex;\n margin: 0;\n padding: 0;\n z-index: 0;\n position: relative;\n list-style: none;\n border-style: solid;\n text-decoration: none;\n box-sizing: border-box;\n position: ",";\n top: ",";\n left: ",";\n right: ",";\n bottom: ",";\n opacity: ",";\n overflow: ",";\n flex-grow: ",";\n flex-shrink: ",";\n flex-basis: ",";\n flex-wrap: ",";\n flex-direction: ",";\n justify-content: ",";\n align-items: ",";\n align-self: ",";\n align-content: ",";\n gap: ",";\n margin-top: ",";\n padding-top: ",";\n margin-left: ",";\n padding-left: ",";\n margin-right: ",";\n padding-right: ",";\n margin-bottom: ",";\n padding-bottom: ",";\n min-width: ",";\n width: ",";\n max-width: ",";\n min-height: ",";\n height: ",";\n max-height: ",";\n box-shadow: ",";\n border-color: ",";\n border-width: ",";\n border-top-width: ",";\n border-left-width: ",";\n border-right-width: ",";\n border-bottom-width: ",";\n border-radius: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n background-color: ",";\n"],a||(a=t.slice(0)),n=Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(a)}}))),(function(e){return e.css.position}),(function(e){return e.css.top}),(function(e){return e.css.left}),(function(e){return e.css.right}),(function(e){return e.css.bottom}),(function(e){return e.css.opacity}),(function(e){return e.css.overflow}),(function(e){return e.css.flexGrow}),(function(e){return e.css.flexShrink}),(function(e){return e.css.flexBasis}),(function(e){return e.css.flexWrap}),(function(e){return e.css.flexDirection}),(function(e){return e.css.justifyContent}),(function(e){return e.css.alignItems}),(function(e){return e.css.alignSelf}),(function(e){return e.css.alignContent}),(function(e){return d(e.css.gap)}),(function(e){return d(e.css.marginTop)}),(function(e){return d(e.css.paddingTop)}),(function(e){return d(e.css.marginLeft)}),(function(e){return d(e.css.paddingLeft)}),(function(e){return d(e.css.marginRight)}),(function(e){return d(e.css.paddingRight)}),(function(e){return d(e.css.marginBottom)}),(function(e){return d(e.css.paddingBottom)}),(function(e){return e.css.minWidth}),(function(e){return e.css.width}),(function(e){return e.css.maxWidth}),(function(e){return e.css.minHeight}),(function(e){return e.css.height}),(function(e){return e.css.maxHeight}),(function(e){return e.css.boxShadow}),(function(e){return e.css.borderColor}),(function(e){return u(e.css.borderWidth)}),(function(e){return u(e.css.borderWidthTop)}),(function(e){return u(e.css.borderWidthLeft)}),(function(e){return u(e.css.borderWidthRight)}),(function(e){return u(e.css.borderWidthBottom)}),(function(e){return B(e.css.borderRadius)}),(function(e){return B(e.css.borderRadiusTopLeft)}),(function(e){return B(e.css.borderRadiusTopRight)}),(function(e){return B(e.css.borderRadiusBottomLeft)}),(function(e){return B(e.css.borderRadiusBottomRight)}),(function(e){return e.css.backgroundColor})),g=o(212),c=o(844),L=o(272),f=function(e){var r=e.testId,o=e.tag,n=void 0===o?g.SQ.DIV:o,t=e.position,a=void 0===t?g.JT.RELATIVE:t,s=e.top,d=e.left,u=e.right,B=e.bottom,f=e.opacity,S=e.overflow,p=void 0===S?g.Ie.VISIBLE:S,X=e.flexGrow,b=e.flexShrink,m=e.flexBasis,R=e.flexWrap,h=void 0===R?g.rA.NONE:R,T=e.flexDirection,E=void 0===T?g.uY.COLUMN:T,y=e.justifyContent,v=void 0===y?g.b9.FLEX_START:y,F=e.alignItems,A=void 0===F?g.th.STRETCH:F,M=e.alignSelf,I=e.alignContent,C=e.gap,_=e.marginTop,x=e.paddingTop,D=e.marginLeft,W=e.paddingLeft,N=e.marginRight,P=e.paddingRight,k=e.marginBottom,w=e.paddingBottom,G=e.minWidth,O=e.width,H=e.maxWidth,U=e.minHeight,j=e.height,z=e.maxHeight,V=e.boxShadow,Y=e.borderColor,J=e.borderWidth,q=e.borderWidthTop,K=e.borderWidthLeft,Q=e.borderWidthRight,$=e.borderWidthBottom,Z=e.borderRadius,ee=e.borderRadiusTopLeft,re=e.borderRadiusTopRight,oe=e.borderRadiusBottomLeft,ne=e.borderRadiusBottomRight,te=e.backgroundColor,ae=e.children,ie=e.onLayout,se=(0,i.useRef)(null),de=(0,i.useRef)(ie);return de.current=ie,(0,i.useLayoutEffect)((function(){if(se.current&&de.current){var e=se.current.getBoundingClientRect();de.current({width:e.width,height:e.height})}}),[]),(0,L.jsx)(l,{"data-testid":r,ref:se,as:(0,c.sX)(n),css:{position:(0,c.bW)(a),top:(0,c.dH)(s),left:(0,c.dH)(d),right:(0,c.dH)(u),bottom:(0,c.dH)(B),opacity:(0,c.X6)(f),overflow:(0,c.wx)(p),flexGrow:(0,c.SB)(X),flexShrink:(0,c.wt)(b),flexBasis:(0,c.JO)(m),flexWrap:(0,c.RR)(h),flexDirection:(0,c.K8)(E),justifyContent:(0,c.fv)(v),alignItems:(0,c.RH)(A),alignSelf:(0,c.dG)(M),alignContent:(0,c.WE)(I),gap:(0,c.pX)(C),marginTop:(0,c.pX)(_),paddingTop:(0,c.pX)(x),marginLeft:(0,c.pX)(D),paddingLeft:(0,c.pX)(W),marginRight:(0,c.pX)(N),paddingRight:(0,c.pX)(P),marginBottom:(0,c.pX)(k),paddingBottom:(0,c.pX)(w),minWidth:(0,c.FK)(G),width:(0,c.FK)(O),maxWidth:(0,c.FK)(H),minHeight:(0,c.FK)(U),height:(0,c.FK)(j),maxHeight:(0,c.FK)(z),boxShadow:(0,c.Nx)(V),borderColor:(0,c.V1)(Y),borderWidth:(0,c.sm)(J),borderWidthTop:(0,c.sm)(q),borderWidthLeft:(0,c.sm)(K),borderWidthRight:(0,c.sm)(Q),borderWidthBottom:(0,c.sm)($),borderRadius:(0,c.U0)(Z),borderRadiusTopLeft:(0,c.U0)(ee),borderRadiusTopRight:(0,c.U0)(re),borderRadiusBottomLeft:(0,c.U0)(oe),borderRadiusBottomRight:(0,c.U0)(ne),backgroundColor:(0,c.$X)(te)},children:ae})};f.Tag=g.SQ,f.Position=g.JT,f.Overflow=g.Ie,f.FlexWrap=g.rA,f.FlexDirection=g.uY,f.JustifyContent=g.b9,f.AlignItems=g.th,f.AlignSelf=g.F5,f.AlignContent=g.CN,f.Spacing=g.TL,f.BoxShadow=g.lo,f.BorderColor=g.Vc,f.BorderWidth=g.s_,f.BorderRadius=g.uC,f.BackgroundColor=g.TI;const S=f},695:(e,r,o)=>{o.d(r,{JU:()=>n.JU,wR:()=>n.wR}),o(722);var n=o(500)},722:(e,r,o)=>{o.d(r,{$U:()=>L,tZ:()=>d,$c:()=>u});var n=o(389),t=function(e){return e[e.MD=0]="MD",e[e.LG=1]="LG",e[e.XL=2]="XL",e}({}),a=o(155),i=o(272),s=(0,a.createContext)({}),d=function(e){var r=e.breakpointMD,o=e.breakpointLG,d=e.breakpointXL,u=e.children,B=function(e,r,o){var i=(0,n.useWindowDimensions)().width;return(0,a.useMemo)((function(){return i>=o?t.XL:i>=r?t.LG:i>=e?t.MD:void 0}),[i>=o,i>=r,i>=e])}(null!=r?r:768,null!=o?o:1024,null!=d?d:1280),l=(0,a.useMemo)((function(){return{breakpoint:B}}),[B]);return(0,i.jsx)(s.Provider,{value:l,children:u})},u=function(){return(0,a.useContext)(s)};function B(e){return B="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},B(e)}function l(e,r,o){return(r=function(e){var r=function(e){if("object"!=B(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=B(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==B(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var g=l(l(l({},t.MD,1),t.LG,2),t.XL,3),c=function(e,r){return g[e]>g[r]},L=n.Platform.select({web:function(e){var r=e.isDefault,o=e.isOtherwise,n=e.breakpoint,t=e.children,a=u();return r&&void 0===a.breakpoint||a.breakpoint===n||o&&c(a.breakpoint,n)?t:null},default:function(e){var r=e.isDefault,o=e.isOtherwise,n=e.breakpoint,t=e.children,a=u();return r&&void 0===a.breakpoint||a.breakpoint===n||o&&c(a.breakpoint,n)?t:null}});L.Breakpoint=t},500:(e,r,o)=>{o.d(r,{wX:()=>Be,wR:()=>le,JU:()=>a});var n=o(155),t=o(389),a=function(){var e=le();return(0,n.useMemo)((function(){return t.StyleSheet.create({colorBackgroundBase100:{backgroundColor:e.colorBackgroundBase100},colorBackgroundBase200:{backgroundColor:e.colorBackgroundBase200},colorBackgroundBase300:{backgroundColor:e.colorBackgroundBase300},colorBackgroundBase400:{backgroundColor:e.colorBackgroundBase400},colorBackgroundBase500:{backgroundColor:e.colorBackgroundBase500},colorBackgroundBase600:{backgroundColor:e.colorBackgroundBase600},colorBackgroundBase700:{backgroundColor:e.colorBackgroundBase700},colorBackgroundBase800:{backgroundColor:e.colorBackgroundBase800},colorBackgroundBase900:{backgroundColor:e.colorBackgroundBase900},colorBackgroundPrimary100:{backgroundColor:e.colorBackgroundPrimary100},colorBackgroundPrimary200:{backgroundColor:e.colorBackgroundPrimary200},colorBackgroundPrimary300:{backgroundColor:e.colorBackgroundPrimary300},colorBackgroundPrimary400:{backgroundColor:e.colorBackgroundPrimary400},colorBackgroundPrimary500:{backgroundColor:e.colorBackgroundPrimary500},colorBackgroundPrimary600:{backgroundColor:e.colorBackgroundPrimary600},colorBackgroundPrimary700:{backgroundColor:e.colorBackgroundPrimary700},colorBackgroundPrimary800:{backgroundColor:e.colorBackgroundPrimary800},colorBackgroundPrimary900:{backgroundColor:e.colorBackgroundPrimary900},colorBorderBase100:{borderColor:e.colorBorderBase100},colorBorderBase200:{borderColor:e.colorBorderBase200},colorBorderBase300:{borderColor:e.colorBorderBase300},colorBorderBase400:{borderColor:e.colorBorderBase400},colorBorderBase500:{borderColor:e.colorBorderBase500},colorBorderBase600:{borderColor:e.colorBorderBase600},colorBorderBase700:{borderColor:e.colorBorderBase700},colorBorderBase800:{borderColor:e.colorBorderBase800},colorBorderBase900:{borderColor:e.colorBorderBase900},colorForegroundBase100:{color:e.colorForegroundBase100},colorForegroundBase200:{color:e.colorForegroundBase200},colorForegroundBase300:{color:e.colorForegroundBase300},colorForegroundBase400:{color:e.colorForegroundBase400},colorForegroundBase500:{color:e.colorForegroundBase500},colorForegroundBase600:{color:e.colorForegroundBase600},colorForegroundBase700:{color:e.colorForegroundBase700},colorForegroundBase800:{color:e.colorForegroundBase800},colorForegroundBase900:{color:e.colorForegroundBase900},colorForegroundInverse100:{color:e.colorForegroundInverse100},colorForegroundInverse200:{color:e.colorForegroundInverse200},colorForegroundInverse300:{color:e.colorForegroundInverse300},colorForegroundInverse400:{color:e.colorForegroundInverse400},colorForegroundInverse500:{color:e.colorForegroundInverse500},colorForegroundInverse600:{color:e.colorForegroundInverse600},colorForegroundInverse700:{color:e.colorForegroundInverse700},colorForegroundInverse800:{color:e.colorForegroundInverse800},colorForegroundInverse900:{color:e.colorForegroundInverse900},colorForegroundFailure100:{color:e.colorForegroundFailure100},colorForegroundFailure200:{color:e.colorForegroundFailure200},colorForegroundFailure300:{color:e.colorForegroundFailure300},colorForegroundFailure400:{color:e.colorForegroundFailure400},colorForegroundFailure500:{color:e.colorForegroundFailure500},colorForegroundFailure600:{color:e.colorForegroundFailure600},colorForegroundFailure700:{color:e.colorForegroundFailure700},colorForegroundFailure800:{color:e.colorForegroundFailure800},colorForegroundFailure900:{color:e.colorForegroundFailure900},fontFamilyBase:{fontFamily:e.fontFamilyBase},fontFamilyTypographic:{fontFamily:e.fontFamilyTypographic},fontWeightBaseThin:{fontWeight:e.fontWeightBaseThin},fontWeightBaseExtraLight:{fontWeight:e.fontWeightBaseExtraLight},fontWeightBaseLight:{fontWeight:e.fontWeightBaseLight},fontWeightBaseRegular:{fontWeight:e.fontWeightBaseRegular},fontWeightBaseMedium:{fontWeight:e.fontWeightBaseMedium},fontWeightBaseSemiBold:{fontWeight:e.fontWeightBaseSemiBold},fontWeightBaseBold:{fontWeight:e.fontWeightBaseBold},fontWeightBaseExtraBold:{fontWeight:e.fontWeightBaseExtraBold},fontWeightBaseBlack:{fontWeight:e.fontWeightBaseBlack},fontSizeBaseX2S:{fontSize:e.fontSizeBaseX2S},fontSizeBaseXS:{fontSize:e.fontSizeBaseXS},fontSizeBaseSM:{fontSize:e.fontSizeBaseSM},fontSizeBaseMD:{fontSize:e.fontSizeBaseMD},fontSizeBaseLG:{fontSize:e.fontSizeBaseLG},fontSizeBaseXL:{fontSize:e.fontSizeBaseXL},fontSizeBaseX2L:{fontSize:e.fontSizeBaseX2L},fontSizeBaseX3L:{fontSize:e.fontSizeBaseX3L},fontSizeBaseX4L:{fontSize:e.fontSizeBaseX4L},fontSizeBaseX5L:{fontSize:e.fontSizeBaseX5L},fontSizeBaseX6L:{fontSize:e.fontSizeBaseX6L},gapBaseX6S:{gap:e.spacingBaseX6S},gapBaseX5S:{gap:e.spacingBaseX5S},gapBaseX4S:{gap:e.spacingBaseX4S},gapBaseX3S:{gap:e.spacingBaseX3S},gapBaseX2S:{gap:e.spacingBaseX2S},gapBaseXS:{gap:e.spacingBaseXS},gapBaseSM:{gap:e.spacingBaseSM},gapBaseMD:{gap:e.spacingBaseMD},gapBaseLG:{gap:e.spacingBaseLG},gapBaseXL:{gap:e.spacingBaseXL},gapBaseX2L:{gap:e.spacingBaseX2L},gapBaseX3L:{gap:e.spacingBaseX3L},gapBaseX4L:{gap:e.spacingBaseX4L},gapBaseX5L:{gap:e.spacingBaseX5L},gapBaseX6L:{gap:e.spacingBaseX6L},marginTopBaseX6S:{marginTop:e.spacingBaseX6S},paddingTopBaseX6S:{paddingTop:e.spacingBaseX6S},marginLeftBaseX6S:{marginLeft:e.spacingBaseX6S},paddingLeftBaseX6S:{paddingLeft:e.spacingBaseX6S},marginRightBaseX6S:{marginRight:e.spacingBaseX6S},paddingRightBaseX6S:{paddingRight:e.spacingBaseX6S},marginBottomBaseX6S:{marginBottom:e.spacingBaseX6S},paddingBottomBaseX6S:{paddingBottom:e.spacingBaseX6S},marginTopBaseX5S:{marginTop:e.spacingBaseX5S},paddingTopBaseX5S:{paddingTop:e.spacingBaseX5S},marginLeftBaseX5S:{marginLeft:e.spacingBaseX5S},paddingLeftBaseX5S:{paddingLeft:e.spacingBaseX5S},marginRightBaseX5S:{marginRight:e.spacingBaseX5S},paddingRightBaseX5S:{paddingRight:e.spacingBaseX5S},marginBottomBaseX5S:{marginBottom:e.spacingBaseX5S},paddingBottomBaseX5S:{paddingBottom:e.spacingBaseX5S},marginTopBaseX4S:{marginTop:e.spacingBaseX4S},paddingTopBaseX4S:{paddingTop:e.spacingBaseX4S},marginLeftBaseX4S:{marginLeft:e.spacingBaseX4S},paddingLeftBaseX4S:{paddingLeft:e.spacingBaseX4S},marginRightBaseX4S:{marginRight:e.spacingBaseX4S},paddingRightBaseX4S:{paddingRight:e.spacingBaseX4S},marginBottomBaseX4S:{marginBottom:e.spacingBaseX4S},paddingBottomBaseX4S:{paddingBottom:e.spacingBaseX4S},marginTopBaseX3S:{marginTop:e.spacingBaseX3S},paddingTopBaseX3S:{paddingTop:e.spacingBaseX3S},marginLeftBaseX3S:{marginLeft:e.spacingBaseX3S},paddingLeftBaseX3S:{paddingLeft:e.spacingBaseX3S},marginRightBaseX3S:{marginRight:e.spacingBaseX3S},paddingRightBaseX3S:{paddingRight:e.spacingBaseX3S},marginBottomBaseX3S:{marginBottom:e.spacingBaseX3S},paddingBottomBaseX3S:{paddingBottom:e.spacingBaseX3S},marginTopBaseX2S:{marginTop:e.spacingBaseX2S},paddingTopBaseX2S:{paddingTop:e.spacingBaseX2S},marginLeftBaseX2S:{marginLeft:e.spacingBaseX2S},paddingLeftBaseX2S:{paddingLeft:e.spacingBaseX2S},marginRightBaseX2S:{marginRight:e.spacingBaseX2S},paddingRightBaseX2S:{paddingRight:e.spacingBaseX2S},marginBottomBaseX2S:{marginBottom:e.spacingBaseX2S},paddingBottomBaseX2S:{paddingBottom:e.spacingBaseX2S},marginTopBaseXS:{marginTop:e.spacingBaseXS},paddingTopBaseXS:{paddingTop:e.spacingBaseXS},marginLeftBaseXS:{marginLeft:e.spacingBaseXS},paddingLeftBaseXS:{paddingLeft:e.spacingBaseXS},marginRightBaseXS:{marginRight:e.spacingBaseXS},paddingRightBaseXS:{paddingRight:e.spacingBaseXS},marginBottomBaseXS:{marginBottom:e.spacingBaseXS},paddingBottomBaseXS:{paddingBottom:e.spacingBaseXS},marginTopBaseSM:{marginTop:e.spacingBaseSM},paddingTopBaseSM:{paddingTop:e.spacingBaseSM},marginLeftBaseSM:{marginLeft:e.spacingBaseSM},paddingLeftBaseSM:{paddingLeft:e.spacingBaseSM},marginRightBaseSM:{marginRight:e.spacingBaseSM},paddingRightBaseSM:{paddingRight:e.spacingBaseSM},marginBottomBaseSM:{marginBottom:e.spacingBaseSM},paddingBottomBaseSM:{paddingBottom:e.spacingBaseSM},marginTopBaseMD:{marginTop:e.spacingBaseMD},paddingTopBaseMD:{paddingTop:e.spacingBaseMD},marginLeftBaseMD:{marginLeft:e.spacingBaseMD},paddingLeftBaseMD:{paddingLeft:e.spacingBaseMD},marginRightBaseMD:{marginRight:e.spacingBaseMD},paddingRightBaseMD:{paddingRight:e.spacingBaseMD},marginBottomBaseMD:{marginBottom:e.spacingBaseMD},paddingBottomBaseMD:{paddingBottom:e.spacingBaseMD},marginTopBaseLG:{marginTop:e.spacingBaseLG},paddingTopBaseLG:{paddingTop:e.spacingBaseLG},marginLeftBaseLG:{marginLeft:e.spacingBaseLG},paddingLeftBaseLG:{paddingLeft:e.spacingBaseLG},marginRightBaseLG:{marginRight:e.spacingBaseLG},paddingRightBaseLG:{paddingRight:e.spacingBaseLG},marginBottomBaseLG:{marginBottom:e.spacingBaseLG},paddingBottomBaseLG:{paddingBottom:e.spacingBaseLG},marginTopBaseXL:{marginTop:e.spacingBaseXL},paddingTopBaseXL:{paddingTop:e.spacingBaseXL},marginLeftBaseXL:{marginLeft:e.spacingBaseXL},paddingLeftBaseXL:{paddingLeft:e.spacingBaseXL},marginRightBaseXL:{marginRight:e.spacingBaseXL},paddingRightBaseXL:{paddingRight:e.spacingBaseXL},marginBottomBaseXL:{marginBottom:e.spacingBaseXL},paddingBottomBaseXL:{paddingBottom:e.spacingBaseXL},marginTopBaseX2L:{marginTop:e.spacingBaseX2L},paddingTopBaseX2L:{paddingTop:e.spacingBaseX2L},marginLeftBaseX2L:{marginLeft:e.spacingBaseX2L},paddingLeftBaseX2L:{paddingLeft:e.spacingBaseX2L},marginRightBaseX2L:{marginRight:e.spacingBaseX2L},paddingRightBaseX2L:{paddingRight:e.spacingBaseX2L},marginBottomBaseX2L:{marginBottom:e.spacingBaseX2L},paddingBottomBaseX2L:{paddingBottom:e.spacingBaseX2L},marginTopBaseX3L:{marginTop:e.spacingBaseX3L},paddingTopBaseX3L:{paddingTop:e.spacingBaseX3L},marginLeftBaseX3L:{marginLeft:e.spacingBaseX3L},paddingLeftBaseX3L:{paddingLeft:e.spacingBaseX3L},marginRightBaseX3L:{marginRight:e.spacingBaseX3L},paddingRightBaseX3L:{paddingRight:e.spacingBaseX3L},marginBottomBaseX3L:{marginBottom:e.spacingBaseX3L},paddingBottomBaseX3L:{paddingBottom:e.spacingBaseX3L},marginTopBaseX4L:{marginTop:e.spacingBaseX4L},paddingTopBaseX4L:{paddingTop:e.spacingBaseX4L},marginLeftBaseX4L:{marginLeft:e.spacingBaseX4L},paddingLeftBaseX4L:{paddingLeft:e.spacingBaseX4L},marginRightBaseX4L:{marginRight:e.spacingBaseX4L},paddingRightBaseX4L:{paddingRight:e.spacingBaseX4L},marginBottomBaseX4L:{marginBottom:e.spacingBaseX4L},paddingBottomBaseX4L:{paddingBottom:e.spacingBaseX4L},marginTopBaseX5L:{marginTop:e.spacingBaseX5L},paddingTopBaseX5L:{paddingTop:e.spacingBaseX5L},marginLeftBaseX5L:{marginLeft:e.spacingBaseX5L},paddingLeftBaseX5L:{paddingLeft:e.spacingBaseX5L},marginRightBaseX5L:{marginRight:e.spacingBaseX5L},paddingRightBaseX5L:{paddingRight:e.spacingBaseX5L},marginBottomBaseX5L:{marginBottom:e.spacingBaseX5L},paddingBottomBaseX5L:{paddingBottom:e.spacingBaseX5L},marginTopBaseX6L:{marginTop:e.spacingBaseX6L},paddingTopBaseX6L:{paddingTop:e.spacingBaseX6L},marginLeftBaseX6L:{marginLeft:e.spacingBaseX6L},paddingLeftBaseX6L:{paddingLeft:e.spacingBaseX6L},marginRightBaseX6L:{marginRight:e.spacingBaseX6L},paddingRightBaseX6L:{paddingRight:e.spacingBaseX6L},marginBottomBaseX6L:{marginBottom:e.spacingBaseX6L},paddingBottomBaseX6L:{paddingBottom:e.spacingBaseX6L},borderWidthBaseSM:{borderWidth:e.borderWidthBaseSM},borderWidthBaseMD:{borderWidth:e.borderWidthBaseMD},borderWidthBaseLG:{borderWidth:e.borderWidthBaseLG},borderWidthTopBaseSM:{borderTopWidth:e.borderWidthBaseSM},borderWidthTopBaseMD:{borderTopWidth:e.borderWidthBaseMD},borderWidthTopBaseLG:{borderTopWidth:e.borderWidthBaseLG},borderWidthLeftBaseSM:{borderLeftWidth:e.borderWidthBaseSM},borderWidthLeftBaseMD:{borderLeftWidth:e.borderWidthBaseMD},borderWidthLeftBaseLG:{borderLeftWidth:e.borderWidthBaseLG},borderWidthRightBaseSM:{borderRightWidth:e.borderWidthBaseSM},borderWidthRightBaseMD:{borderRightWidth:e.borderWidthBaseMD},borderWidthRightBaseLG:{borderRightWidth:e.borderWidthBaseLG},borderWidthBottomBaseSM:{borderBottomWidth:e.borderWidthBaseSM},borderWidthBottomBaseMD:{borderBottomWidth:e.borderWidthBaseMD},borderWidthBottomBaseLG:{borderBottomWidth:e.borderWidthBaseLG},borderRadiusBaseXS:{borderRadius:e.borderRadiusBaseXS},borderRadiusBaseSM:{borderRadius:e.borderRadiusBaseSM},borderRadiusBaseMD:{borderRadius:e.borderRadiusBaseMD},borderRadiusBaseLG:{borderRadius:e.borderRadiusBaseLG},borderRadiusBaseXL:{borderRadius:e.borderRadiusBaseXL},borderRadiusBaseX2L:{borderRadius:e.borderRadiusBaseX2L},borderRadiusBaseX3L:{borderRadius:e.borderRadiusBaseX3L},borderRadiusBaseX4L:{borderRadius:e.borderRadiusBaseX4L},borderRadiusBaseX5L:{borderRadius:e.borderRadiusBaseX5L},borderRadiusBaseX6L:{borderRadius:e.borderRadiusBaseX6L},borderTopLeftRadiusBaseXS:{borderTopLeftRadius:e.borderRadiusBaseXS},borderTopLeftRadiusBaseSM:{borderTopLeftRadius:e.borderRadiusBaseSM},borderTopLeftRadiusBaseMD:{borderTopLeftRadius:e.borderRadiusBaseMD},borderTopLeftRadiusBaseLG:{borderTopLeftRadius:e.borderRadiusBaseLG},borderTopLeftRadiusBaseXL:{borderTopLeftRadius:e.borderRadiusBaseXL},borderTopLeftRadiusBaseX2L:{borderTopLeftRadius:e.borderRadiusBaseX2L},borderTopLeftRadiusBaseX3L:{borderTopLeftRadius:e.borderRadiusBaseX3L},borderTopLeftRadiusBaseX4L:{borderTopLeftRadius:e.borderRadiusBaseX4L},borderTopLeftRadiusBaseX5L:{borderTopLeftRadius:e.borderRadiusBaseX5L},borderTopLeftRadiusBaseX6L:{borderTopLeftRadius:e.borderRadiusBaseX6L},borderTopRightRadiusBaseXS:{borderTopRightRadius:e.borderRadiusBaseXS},borderTopRightRadiusBaseSM:{borderTopRightRadius:e.borderRadiusBaseSM},borderTopRightRadiusBaseMD:{borderTopRightRadius:e.borderRadiusBaseMD},borderTopRightRadiusBaseLG:{borderTopRightRadius:e.borderRadiusBaseLG},borderTopRightRadiusBaseXL:{borderTopRightRadius:e.borderRadiusBaseXL},borderTopRightRadiusBaseX2L:{borderTopRightRadius:e.borderRadiusBaseX2L},borderTopRightRadiusBaseX3L:{borderTopRightRadius:e.borderRadiusBaseX3L},borderTopRightRadiusBaseX4L:{borderTopRightRadius:e.borderRadiusBaseX4L},borderTopRightRadiusBaseX5L:{borderTopRightRadius:e.borderRadiusBaseX5L},borderTopRightRadiusBaseX6L:{borderTopRightRadius:e.borderRadiusBaseX6L},borderBottomLeftRadiusBaseXS:{borderBottomLeftRadius:e.borderRadiusBaseXS},borderBottomLeftRadiusBaseSM:{borderBottomLeftRadius:e.borderRadiusBaseSM},borderBottomLeftRadiusBaseMD:{borderBottomLeftRadius:e.borderRadiusBaseMD},borderBottomLeftRadiusBaseLG:{borderBottomLeftRadius:e.borderRadiusBaseLG},borderBottomLeftRadiusBaseXL:{borderBottomLeftRadius:e.borderRadiusBaseXL},borderBottomLeftRadiusBaseX2L:{borderBottomLeftRadius:e.borderRadiusBaseX2L},borderBottomLeftRadiusBaseX3L:{borderBottomLeftRadius:e.borderRadiusBaseX3L},borderBottomLeftRadiusBaseX4L:{borderBottomLeftRadius:e.borderRadiusBaseX4L},borderBottomLeftRadiusBaseX5L:{borderBottomLeftRadius:e.borderRadiusBaseX5L},borderBottomLeftRadiusBaseX6L:{borderBottomLeftRadius:e.borderRadiusBaseX6L},borderBottomRightRadiusBaseXS:{borderBottomRightRadius:e.borderRadiusBaseXS},borderBottomRightRadiusBaseSM:{borderBottomRightRadius:e.borderRadiusBaseSM},borderBottomRightRadiusBaseMD:{borderBottomRightRadius:e.borderRadiusBaseMD},borderBottomRightRadiusBaseLG:{borderBottomRightRadius:e.borderRadiusBaseLG},borderBottomRightRadiusBaseXL:{borderBottomRightRadius:e.borderRadiusBaseXL},borderBottomRightRadiusBaseX2L:{borderBottomRightRadius:e.borderRadiusBaseX2L},borderBottomRightRadiusBaseX3L:{borderBottomRightRadius:e.borderRadiusBaseX3L},borderBottomRightRadiusBaseX4L:{borderBottomRightRadius:e.borderRadiusBaseX4L},borderBottomRightRadiusBaseX5L:{borderBottomRightRadius:e.borderRadiusBaseX5L},borderBottomRightRadiusBaseX6L:{borderBottomRightRadius:e.borderRadiusBaseX6L}})}),[e])},i="rgb(215,215,220)",s="rgb(220,220,225)",d="rgb(225,225,230)",u="rgb(230,230,235)",B="rgb(235,235,240)",l="rgb(240,240,245)",g="rgb(245,245,250)",c="rgb(250,250,255)",L="rgb(255,255,255)",f="rgb(40,40,45)",S="rgb(35,35,40)",p="rgb(30,30,35)",X="rgb(25,25,30)",b="rgb(20,20,25)",m="rgb(15,15,20)",R="rgb(10,10,15)",h="rgb(5,5,10)",T="rgb(0,0,5)",E="rgb(235,235,240)",y="rgb(230,230,235)",v="rgb(225,225,230)",F="rgb(220,220,225)",A="rgb(215,215,220)",M="rgb(210,210,215)",I="rgb(205,205,210)",C="rgb(200,200,205)",_="rgb(195,195,200)",x="rgb(200,200,205)",D="rgb(175,175,180)",W="rgb(150,150,155)",N="rgb(125,125,130)",P="rgb(100,100,105)",k="rgb(75,75,80)",w="rgb(50,50,55)",G="rgb(25,25,30)",O="rgb(0,0,5)",H="rgb(50,50,55)",U="rgb(75,75,80)",j="rgb(100,100,105)",z="rgb(125,125,130)",V="rgb(150,150,155)",Y="rgb(175,175,180)",J="rgb(200,200,205)",q="rgb(225,225,230)",K="rgb(250,250,255)",Q="rgb(225,200,200)",$="rgb(220,175,175)",Z="rgb(215,150,150)",ee="rgb(210,125,125)",re="rgb(205,100,100)",oe="rgb(200,75,75)",ne="rgb(195,50,50)",te="rgb(190,25,25)",ae="rgb(185,0,0)",ie=t.Platform.select({web:["ui-sans-serif","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto","Helvetica","Arial","sans-serif"].join(","),default:"System"}),se=t.Platform.select({web:['"Times New Roman"',"Times","Georgia","serif"].join(","),ios:"Times New Roman",default:"serif"}),de=o(272),ue=(0,n.createContext)({colorBackgroundBase100:i,colorBackgroundBase200:s,colorBackgroundBase300:d,colorBackgroundBase400:u,colorBackgroundBase500:B,colorBackgroundBase600:l,colorBackgroundBase700:g,colorBackgroundBase800:c,colorBackgroundBase900:L,colorBackgroundPrimary100:f,colorBackgroundPrimary200:S,colorBackgroundPrimary300:p,colorBackgroundPrimary400:X,colorBackgroundPrimary500:b,colorBackgroundPrimary600:m,colorBackgroundPrimary700:R,colorBackgroundPrimary800:h,colorBackgroundPrimary900:T,colorBorderBase100:E,colorBorderBase200:y,colorBorderBase300:v,colorBorderBase400:F,colorBorderBase500:A,colorBorderBase600:M,colorBorderBase700:I,colorBorderBase800:C,colorBorderBase900:_,colorForegroundBase100:x,colorForegroundBase200:D,colorForegroundBase300:W,colorForegroundBase400:N,colorForegroundBase500:P,colorForegroundBase600:k,colorForegroundBase700:w,colorForegroundBase800:G,colorForegroundBase900:O,colorForegroundInverse100:H,colorForegroundInverse200:U,colorForegroundInverse300:j,colorForegroundInverse400:z,colorForegroundInverse500:V,colorForegroundInverse600:Y,colorForegroundInverse700:J,colorForegroundInverse800:q,colorForegroundInverse900:K,colorForegroundFailure100:Q,colorForegroundFailure200:$,colorForegroundFailure300:Z,colorForegroundFailure400:ee,colorForegroundFailure500:re,colorForegroundFailure600:oe,colorForegroundFailure700:ne,colorForegroundFailure800:te,colorForegroundFailure900:ae,fontFamilyBase:ie,fontFamilyTypographic:se,fontWeightBaseThin:100,fontWeightBaseExtraLight:200,fontWeightBaseLight:300,fontWeightBaseRegular:400,fontWeightBaseMedium:500,fontWeightBaseSemiBold:600,fontWeightBaseBold:700,fontWeightBaseExtraBold:800,fontWeightBaseBlack:900,fontSizeBaseX2S:10,fontSizeBaseXS:12,fontSizeBaseSM:14,fontSizeBaseMD:16,fontSizeBaseLG:18,fontSizeBaseXL:20,fontSizeBaseX2L:24,fontSizeBaseX3L:30,fontSizeBaseX4L:36,fontSizeBaseX5L:48,fontSizeBaseX6L:60,lineHeightBaseNone:1,lineHeightBaseTight:1.25,lineHeightBaseSnug:1.375,lineHeightBaseNormal:1.5,lineHeightBaseRelaxed:1.625,lineHeightBaseLoose:2,iconSizeBaseSM:16,iconSizeBaseMD:24,iconSizeBaseLG:32,spacingBaseX6S:2,spacingBaseX5S:4,spacingBaseX4S:6,spacingBaseX3S:8,spacingBaseX2S:10,spacingBaseXS:12,spacingBaseSM:14,spacingBaseMD:16,spacingBaseLG:18,spacingBaseXL:20,spacingBaseX2L:24,spacingBaseX3L:28,spacingBaseX4L:32,spacingBaseX5L:36,spacingBaseX6L:40,borderWidthBaseSM:.5,borderWidthBaseMD:1,borderWidthBaseLG:1.5,borderRadiusBaseXS:2,borderRadiusBaseSM:4,borderRadiusBaseMD:6,borderRadiusBaseLG:8,borderRadiusBaseXL:10,borderRadiusBaseX2L:12,borderRadiusBaseX3L:16,borderRadiusBaseX4L:18,borderRadiusBaseX5L:20,borderRadiusBaseX6L:24,durationBaseSM:125,durationBaseMD:175,durationBaseLG:225}),Be=function(e){var r=e.colorBackgroundBase100,o=e.colorBackgroundBase200,t=e.colorBackgroundBase300,a=e.colorBackgroundBase400,Be=e.colorBackgroundBase500,le=e.colorBackgroundBase600,ge=e.colorBackgroundBase700,ce=e.colorBackgroundBase800,Le=e.colorBackgroundBase900,fe=e.colorBackgroundPrimary100,Se=e.colorBackgroundPrimary200,pe=e.colorBackgroundPrimary300,Xe=e.colorBackgroundPrimary400,be=e.colorBackgroundPrimary500,me=e.colorBackgroundPrimary600,Re=e.colorBackgroundPrimary700,he=e.colorBackgroundPrimary800,Te=e.colorBackgroundPrimary900,Ee=e.colorBorderBase100,ye=e.colorBorderBase200,ve=e.colorBorderBase300,Fe=e.colorBorderBase400,Ae=e.colorBorderBase500,Me=e.colorBorderBase600,Ie=e.colorBorderBase700,Ce=e.colorBorderBase800,_e=e.colorBorderBase900,xe=e.colorForegroundBase100,De=e.colorForegroundBase200,We=e.colorForegroundBase300,Ne=e.colorForegroundBase400,Pe=e.colorForegroundBase500,ke=e.colorForegroundBase600,we=e.colorForegroundBase700,Ge=e.colorForegroundBase800,Oe=e.colorForegroundBase900,He=e.colorForegroundInverse100,Ue=e.colorForegroundInverse200,je=e.colorForegroundInverse300,ze=e.colorForegroundInverse400,Ve=e.colorForegroundInverse500,Ye=e.colorForegroundInverse600,Je=e.colorForegroundInverse700,qe=e.colorForegroundInverse800,Ke=e.colorForegroundInverse900,Qe=e.colorForegroundFailure100,$e=e.colorForegroundFailure200,Ze=e.colorForegroundFailure300,er=e.colorForegroundFailure400,rr=e.colorForegroundFailure500,or=e.colorForegroundFailure600,nr=e.colorForegroundFailure700,tr=e.colorForegroundFailure800,ar=e.colorForegroundFailure900,ir=e.fontFamilyBase,sr=e.fontFamilyTypographic,dr=e.fontWeightBaseThin,ur=e.fontWeightBaseExtraLight,Br=e.fontWeightBaseLight,lr=e.fontWeightBaseRegular,gr=e.fontWeightBaseMedium,cr=e.fontWeightBaseSemiBold,Lr=e.fontWeightBaseBold,fr=e.fontWeightBaseExtraBold,Sr=e.fontWeightBaseBlack,pr=e.fontSizeBaseX2S,Xr=e.fontSizeBaseXS,br=e.fontSizeBaseSM,mr=e.fontSizeBaseMD,Rr=e.fontSizeBaseLG,hr=e.fontSizeBaseXL,Tr=e.fontSizeBaseX2L,Er=e.fontSizeBaseX3L,yr=e.fontSizeBaseX4L,vr=e.fontSizeBaseX5L,Fr=e.fontSizeBaseX6L,Ar=e.lineHeightBaseNone,Mr=e.lineHeightBaseTight,Ir=e.lineHeightBaseSnug,Cr=e.lineHeightBaseNormal,_r=e.lineHeightBaseRelaxed,xr=e.lineHeightBaseLoose,Dr=e.iconSizeBaseSM,Wr=e.iconSizeBaseMD,Nr=e.iconSizeBaseLG,Pr=e.spacingBaseX6S,kr=e.spacingBaseX5S,wr=e.spacingBaseX4S,Gr=e.spacingBaseX3S,Or=e.spacingBaseX2S,Hr=e.spacingBaseXS,Ur=e.spacingBaseSM,jr=e.spacingBaseMD,zr=e.spacingBaseLG,Vr=e.spacingBaseXL,Yr=e.spacingBaseX2L,Jr=e.spacingBaseX3L,qr=e.spacingBaseX4L,Kr=e.spacingBaseX5L,Qr=e.spacingBaseX6L,$r=e.borderWidthBaseSM,Zr=e.borderWidthBaseMD,eo=e.borderWidthBaseLG,ro=e.borderRadiusBaseXS,oo=e.borderRadiusBaseSM,no=e.borderRadiusBaseMD,to=e.borderRadiusBaseLG,ao=e.borderRadiusBaseXL,io=e.borderRadiusBaseX2L,so=e.borderRadiusBaseX3L,uo=e.borderRadiusBaseX4L,Bo=e.borderRadiusBaseX5L,lo=e.borderRadiusBaseX6L,go=e.durationBaseSM,co=e.durationBaseMD,Lo=e.durationBaseLG,fo=e.children,So=(0,n.useMemo)((function(){return{colorBackgroundBase100:null!=r?r:i,colorBackgroundBase200:null!=o?o:s,colorBackgroundBase300:null!=t?t:d,colorBackgroundBase400:null!=a?a:u,colorBackgroundBase500:null!=Be?Be:B,colorBackgroundBase600:null!=le?le:l,colorBackgroundBase700:null!=ge?ge:g,colorBackgroundBase800:null!=ce?ce:c,colorBackgroundBase900:null!=Le?Le:L,colorBackgroundPrimary100:null!=fe?fe:f,colorBackgroundPrimary200:null!=Se?Se:S,colorBackgroundPrimary300:null!=pe?pe:p,colorBackgroundPrimary400:null!=Xe?Xe:X,colorBackgroundPrimary500:null!=be?be:b,colorBackgroundPrimary600:null!=me?me:m,colorBackgroundPrimary700:null!=Re?Re:R,colorBackgroundPrimary800:null!=he?he:h,colorBackgroundPrimary900:null!=Te?Te:T,colorBorderBase100:null!=Ee?Ee:E,colorBorderBase200:null!=ye?ye:y,colorBorderBase300:null!=ve?ve:v,colorBorderBase400:null!=Fe?Fe:F,colorBorderBase500:null!=Ae?Ae:A,colorBorderBase600:null!=Me?Me:M,colorBorderBase700:null!=Ie?Ie:I,colorBorderBase800:null!=Ce?Ce:C,colorBorderBase900:null!=_e?_e:_,colorForegroundBase100:null!=xe?xe:x,colorForegroundBase200:null!=De?De:D,colorForegroundBase300:null!=We?We:W,colorForegroundBase400:null!=Ne?Ne:N,colorForegroundBase500:null!=Pe?Pe:P,colorForegroundBase600:null!=ke?ke:k,colorForegroundBase700:null!=we?we:w,colorForegroundBase800:null!=Ge?Ge:G,colorForegroundBase900:null!=Oe?Oe:O,colorForegroundInverse100:null!=He?He:H,colorForegroundInverse200:null!=Ue?Ue:U,colorForegroundInverse300:null!=je?je:j,colorForegroundInverse400:null!=ze?ze:z,colorForegroundInverse500:null!=Ve?Ve:V,colorForegroundInverse600:null!=Ye?Ye:Y,colorForegroundInverse700:null!=Je?Je:J,colorForegroundInverse800:null!=qe?qe:q,colorForegroundInverse900:null!=Ke?Ke:K,colorForegroundFailure100:null!=Qe?Qe:Q,colorForegroundFailure200:null!=$e?$e:$,colorForegroundFailure300:null!=Ze?Ze:Z,colorForegroundFailure400:null!=er?er:ee,colorForegroundFailure500:null!=rr?rr:re,colorForegroundFailure600:null!=or?or:oe,colorForegroundFailure700:null!=nr?nr:ne,colorForegroundFailure800:null!=tr?tr:te,colorForegroundFailure900:null!=ar?ar:ae,fontFamilyBase:null!=ir?ir:ie,fontFamilyTypographic:null!=sr?sr:se,fontWeightBaseThin:null!=dr?dr:100,fontWeightBaseExtraLight:null!=ur?ur:200,fontWeightBaseLight:null!=Br?Br:300,fontWeightBaseRegular:null!=lr?lr:400,fontWeightBaseMedium:null!=gr?gr:500,fontWeightBaseSemiBold:null!=cr?cr:600,fontWeightBaseBold:null!=Lr?Lr:700,fontWeightBaseExtraBold:null!=fr?fr:800,fontWeightBaseBlack:null!=Sr?Sr:900,fontSizeBaseX2S:null!=pr?pr:10,fontSizeBaseXS:null!=Xr?Xr:12,fontSizeBaseSM:null!=br?br:14,fontSizeBaseMD:null!=mr?mr:16,fontSizeBaseLG:null!=Rr?Rr:18,fontSizeBaseXL:null!=hr?hr:20,fontSizeBaseX2L:null!=Tr?Tr:24,fontSizeBaseX3L:null!=Er?Er:30,fontSizeBaseX4L:null!=yr?yr:36,fontSizeBaseX5L:null!=vr?vr:48,fontSizeBaseX6L:null!=Fr?Fr:60,lineHeightBaseNone:null!=Ar?Ar:1,lineHeightBaseTight:null!=Mr?Mr:1.25,lineHeightBaseSnug:null!=Ir?Ir:1.375,lineHeightBaseNormal:null!=Cr?Cr:1.5,lineHeightBaseRelaxed:null!=_r?_r:1.625,lineHeightBaseLoose:null!=xr?xr:2,iconSizeBaseSM:null!=Dr?Dr:16,iconSizeBaseMD:null!=Wr?Wr:24,iconSizeBaseLG:null!=Nr?Nr:32,spacingBaseX6S:null!=Pr?Pr:2,spacingBaseX5S:null!=kr?kr:4,spacingBaseX4S:null!=wr?wr:6,spacingBaseX3S:null!=Gr?Gr:8,spacingBaseX2S:null!=Or?Or:10,spacingBaseXS:null!=Hr?Hr:12,spacingBaseSM:null!=Ur?Ur:14,spacingBaseMD:null!=jr?jr:16,spacingBaseLG:null!=zr?zr:18,spacingBaseXL:null!=Vr?Vr:20,spacingBaseX2L:null!=Yr?Yr:24,spacingBaseX3L:null!=Jr?Jr:28,spacingBaseX4L:null!=qr?qr:32,spacingBaseX5L:null!=Kr?Kr:36,spacingBaseX6L:null!=Qr?Qr:40,borderWidthBaseSM:null!=$r?$r:.5,borderWidthBaseMD:null!=Zr?Zr:1,borderWidthBaseLG:null!=eo?eo:1.5,borderRadiusBaseXS:null!=ro?ro:2,borderRadiusBaseSM:null!=oo?oo:4,borderRadiusBaseMD:null!=no?no:6,borderRadiusBaseLG:null!=to?to:8,borderRadiusBaseXL:null!=ao?ao:10,borderRadiusBaseX2L:null!=io?io:12,borderRadiusBaseX3L:null!=so?so:16,borderRadiusBaseX4L:null!=uo?uo:18,borderRadiusBaseX5L:null!=Bo?Bo:20,borderRadiusBaseX6L:null!=lo?lo:24,durationBaseSM:null!=go?go:125,durationBaseMD:null!=co?co:175,durationBaseLG:null!=Lo?Lo:225}}),[r,o,t,a,Be,le,ge,ce,Le,fe,Se,pe,Xe,be,me,Re,he,Te,Ee,ye,ve,Fe,Ae,Me,Ie,Ce,_e,xe,De,We,Ne,Pe,ke,we,Ge,Oe,He,Ue,je,ze,Ve,Ye,Je,qe,Ke,Qe,$e,Ze,er,rr,or,nr,tr,ar,ir,sr,dr,ur,Br,lr,gr,cr,Lr,fr,Sr,pr,Xr,br,mr,Rr,hr,Tr,Er,yr,vr,Fr,Ar,Mr,Ir,Cr,_r,xr,Dr,Wr,Nr,Pr,kr,wr,Gr,Or,Hr,Ur,jr,zr,Vr,Yr,Jr,qr,Kr,Qr,$r,Zr,eo,ro,oo,no,to,ao,io,so,uo,Bo,lo,go,co,Lo]);return(0,de.jsx)(ue.Provider,{value:So,children:fo})},le=function(){return(0,n.useContext)(ue)}},729:e=>{e.exports=t},155:e=>{e.exports=r},389:r=>{r.exports=e},254:e=>{e.exports=n},272:e=>{e.exports=o}},i={};function s(e){var r=i[e];if(void 0!==r)return r.exports;var o=i[e]={exports:{}};return a[e](o,o.exports,s),o.exports}s.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return s.d(r,{a:r}),r},s.d=(e,r)=>{for(var o in r)s.o(r,o)&&!s.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},s.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var d={};s.r(d),s.d(d,{DIMENSION_MAX:()=>D,DIMENSION_MIN:()=>x,Dimension:()=>_,FRACTION_MAX:()=>G,FRACTION_MIN:()=>w,Fraction:()=>k,Gradient:()=>h,Media:()=>u.$U,MediaContextProvider:()=>u.tZ,Text:()=>T,ThemeContextProvider:()=>B.wX,View:()=>E,useMediaContext:()=>u.$c,useThemeContext:()=>B.wR,useThemeStyleSheet:()=>B.JU});var u=s(722),B=s(500),l=s(155),g=s(389),c=s(254),L=s.n(c);function f(e){return f="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},f(e)}function S(e,r,o){return(r=function(e){var r=function(e){if("object"!=f(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=f(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==f(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var p=function(e){return e[e.TOP=0]="TOP",e[e.LEFT=1]="LEFT",e[e.RIGHT=2]="RIGHT",e[e.BOTTOM=3]="BOTTOM",e}({}),X=S(S(S(S({},p.TOP,{x1:0,y1:1,x2:0,y2:0}),p.LEFT,{x1:1,y1:0,x2:0,y2:0}),p.RIGHT,{x1:0,y1:0,x2:1,y2:0}),p.BOTTOM,{x1:0,y1:0,x2:0,y2:1}),b=s(272),m=function(e){var r=e.offset,o=e.color;return(0,b.jsx)(c.Stop,{offset:r.toValue(),stopColor:o})},R=function(e){var r=e.testId,o=e.direction,n=e.children;return(0,b.jsx)(g.View,{testID:r,style:g.StyleSheet.absoluteFill,children:(0,b.jsxs)(L(),{width:"100%",height:"100%",children:[(0,b.jsx)(c.Defs,{children:(0,b.jsx)(c.LinearGradient,{id:"gradient-linear",x1:X[o].x1,y1:X[o].y1,x2:X[o].x2,y2:X[o].y2,children:n.map((function(e,r){if((0,l.isValidElement)(e)&&e.type===m){var o=e.props;return(0,b.jsx)(c.Stop,{offset:o.offset.toValue(),stopColor:o.color},[r,o.offset.toValue(),o.color].join())}})).filter((function(e){return void 0!==e}))})}),(0,b.jsx)(c.Rect,{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#gradient-linear)"})]})})};R.Direction=p;var h={Linear:R,Stop:m},T=g.Platform.select({native:s(818).A,web:s(682).A}),E=g.Platform.select({native:s(300).A,web:s(492).A}),y=function(e){return e[e.PIXEL=0]="PIXEL",e[e.PERCENT=1]="PERCENT",e}({});function v(e){return v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},v(e)}function F(e,r){for(var o=0;o<r.length;o++){var n=r[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,A(n.key),n)}}function A(e){var r=function(e){if("object"!=v(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=v(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==v(r)?r:r+""}var M,I,C,_=function(){return e=function e(r){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:y.PIXEL;!function(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}(this,e),this.unit=o,this.value=r},(r=[{key:"toValue",value:function(){return this.unit===y.PIXEL?g.Platform.select({native:this.value,web:"".concat(this.value,"px")}):"".concat(this.value,"%")}}])&&F(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,r}();M=_,C=y,(I=A(I="Unit"))in M?Object.defineProperty(M,I,{value:C,enumerable:!0,configurable:!0,writable:!0}):M[I]=C;var x=new _(0,_.Unit.PERCENT),D=new _(100,_.Unit.PERCENT);function W(e){return W="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},W(e)}function N(e,r){for(var o=0;o<r.length;o++){var n=r[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,P(n.key),n)}}function P(e){var r=function(e){if("object"!=W(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=W(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==W(r)?r:r+""}var k=function(){return function(e,r){return r&&N(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e}((function e(r){!function(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}(this,e),this.value=r}),[{key:"toValue",value:function(){return this.value}}])}(),w=new k(0),G=new k(1);return d})()));
1
+ !function(e,r){"object"==typeof exports&&"object"==typeof module?module.exports=r(require("react"),require("react-native"),require("react/jsx-runtime"),require("react-native-svg"),require("@emotion/styled")):"function"==typeof define&&define.amd?define("creactive",["react","react-native","react/jsx-runtime","react-native-svg","@emotion/styled"],r):"object"==typeof exports?exports.creactive=r(require("react"),require("react-native"),require("react/jsx-runtime"),require("react-native-svg"),require("@emotion/styled")):e.creactive=r(e.react,e["react-native"],e["react/jsx-runtime"],e["react-native-svg"],e["@emotion/styled"])}(this,((e,r,o,n,t)=>(()=>{"use strict";var a={63:(e,r,o)=>{o.d(r,{nO:()=>u,FI:()=>t,r7:()=>n,i8:()=>c,$i:()=>a,k8:()=>s,rq:()=>i,lF:()=>l,Wh:()=>d});var n=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e[e.INVERSE_100=9]="INVERSE_100",e[e.INVERSE_200=10]="INVERSE_200",e[e.INVERSE_300=11]="INVERSE_300",e[e.INVERSE_400=12]="INVERSE_400",e[e.INVERSE_500=13]="INVERSE_500",e[e.INVERSE_600=14]="INVERSE_600",e[e.INVERSE_700=15]="INVERSE_700",e[e.INVERSE_800=16]="INVERSE_800",e[e.INVERSE_900=17]="INVERSE_900",e[e.FAILURE_100=18]="FAILURE_100",e[e.FAILURE_200=19]="FAILURE_200",e[e.FAILURE_300=20]="FAILURE_300",e[e.FAILURE_400=21]="FAILURE_400",e[e.FAILURE_500=22]="FAILURE_500",e[e.FAILURE_600=23]="FAILURE_600",e[e.FAILURE_700=24]="FAILURE_700",e[e.FAILURE_800=25]="FAILURE_800",e[e.FAILURE_900=26]="FAILURE_900",e[e.TRANSPARENT=27]="TRANSPARENT",e}({}),t=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e}({}),a=function(e){return e[e.BASE=0]="BASE",e[e.TYPOGRAPHIC=1]="TYPOGRAPHIC",e}({}),i=function(e){return e[e.THIN=0]="THIN",e[e.EXTRA_LIGHT=1]="EXTRA_LIGHT",e[e.LIGHT=2]="LIGHT",e[e.REGULAR=3]="REGULAR",e[e.MEDIUM=4]="MEDIUM",e[e.SEMIBOLD=5]="SEMIBOLD",e[e.BOLD=6]="BOLD",e[e.EXTRA_BOLD=7]="EXTRA_BOLD",e[e.BLACK=8]="BLACK",e}({}),s=function(e){return e[e.X2S=0]="X2S",e[e.XS=1]="XS",e[e.SM=2]="SM",e[e.MD=3]="MD",e[e.LG=4]="LG",e[e.XL=5]="XL",e[e.X2L=6]="X2L",e[e.X3L=7]="X3L",e[e.X4L=8]="X4L",e[e.X5L=9]="X5L",e[e.X6L=10]="X6L",e}({}),d=function(e){return e[e.H1=0]="H1",e[e.H2=1]="H2",e[e.H3=2]="H3",e[e.H4=3]="H4",e[e.H5=4]="H5",e[e.H6=5]="H6",e[e.P=6]="P",e[e.SPAN=7]="SPAN",e}({}),u=function(e){return e[e.LEFT=0]="LEFT",e[e.CENTER=1]="CENTER",e[e.RIGHT=2]="RIGHT",e}({}),c=function(e){return e[e.NONE=0]="NONE",e[e.UNDERLINE=1]="UNDERLINE",e}({}),l=function(e){return e[e.NONE=0]="NONE",e[e.TIGHT=1]="TIGHT",e[e.SNUG=2]="SNUG",e[e.NORMAL=3]="NORMAL",e[e.RELAXED=4]="RELAXED",e[e.LOOSE=5]="LOOSE",e}({})},180:(e,r,o)=>{o.d(r,{Fu:()=>x,FY:()=>N,ZZ:()=>t.ZZ,X4:()=>t.X4,Im:()=>F,ar:()=>M,Fx:()=>c,rY:()=>l,yg:()=>S,cn:()=>p,LG:()=>g,Vd:()=>f,L0:()=>W,FA:()=>b,Kb:()=>h});var n,t=o(810),a=o(695),i=o(63);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function d(e,r,o){return(r=function(e){var r=function(e){if("object"!=s(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=s(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==s(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var u=d(d({},i.$i.BASE,"fontFamilyBase"),i.$i.TYPOGRAPHIC,"fontFamilyTypographic"),c=function(e){return(0,a.JU)()[u[e]]},l=function(e){return(0,a.wR)()[u[e]]},B=d(d(d(d(d(d(d(d(d({},i.rq.THIN,"fontWeightBaseThin"),i.rq.EXTRA_LIGHT,"fontWeightBaseExtraLight"),i.rq.LIGHT,"fontWeightBaseLight"),i.rq.REGULAR,"fontWeightBaseRegular"),i.rq.MEDIUM,"fontWeightBaseMedium"),i.rq.SEMIBOLD,"fontWeightBaseSemiBold"),i.rq.BOLD,"fontWeightBaseBold"),i.rq.EXTRA_BOLD,"fontWeightBaseExtraBold"),i.rq.BLACK,"fontWeightBaseBlack"),g=function(e){return(0,a.JU)()[B[e]]},f=function(e){return(0,a.wR)()[B[e]]},L=(d(d(d(d(d(d(d(d(d(d(n={},i.k8.X2S,"fontSizeBaseX2S"),i.k8.XS,"fontSizeBaseXS"),i.k8.SM,"fontSizeBaseSM"),i.k8.MD,"fontSizeBaseMD"),i.k8.LG,"fontSizeBaseLG"),i.k8.XL,"fontSizeBaseXL"),i.k8.X2L,"fontSizeBaseX2L"),i.k8.X3L,"fontSizeBaseX3L"),i.k8.X4L,"fontSizeBaseX4L"),i.k8.X5L,"fontSizeBaseX5L"),d(n,i.k8.X6L,"fontSizeBaseX6L")),S=function(e){return(0,a.JU)()[L[e]]},p=function(e){return(0,a.wR)()[L[e]]},b=function(e){return null==e?void 0:e.toValue()};function X(e){return X="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},X(e)}function m(e,r,o){return(r=function(e){var r=function(e){if("object"!=X(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=X(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==X(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var R=m(m(m(m(m(m(m(m({},i.Wh.SPAN,"span"),i.Wh.P,"p"),i.Wh.H1,"h1"),i.Wh.H2,"h2"),i.Wh.H3,"h3"),i.Wh.H4,"h4"),i.Wh.H5,"h5"),i.Wh.H6,"h6"),h=function(e){return R[e]},T=o(389);function E(e){return E="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},E(e)}function y(e,r,o){return(r=function(e){var r=function(e){if("object"!=E(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=E(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==E(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var v=T.StyleSheet.create({textDecorationNone:{textDecorationLine:"none"},textDecorationUnderline:{textDecorationLine:"underline"}}),A=y(y({},i.i8.NONE,v.textDecorationNone),i.i8.UNDERLINE,v.textDecorationUnderline),F=function(e){return A[e]},C=y(y({},i.i8.NONE,"none"),i.i8.UNDERLINE,"underline"),M=function(e){return C[e]},I=T.StyleSheet.create({textAlignLeft:{textAlign:"left"},textAlignCenter:{textAlign:"center"},textAlignRight:{textAlign:"right"}}),_=y(y(y({},i.nO.LEFT,I.textAlignLeft),i.nO.CENTER,I.textAlignCenter),i.nO.RIGHT,I.textAlignRight),x=function(e){return _[e]},k=y(y(y({},i.nO.LEFT,"left"),i.nO.CENTER,"center"),i.nO.RIGHT,"right"),N=function(e){return k[e]},D=y(y(y(y(y(y({},i.lF.NONE,"lineHeightBaseNone"),i.lF.TIGHT,"lineHeightBaseTight"),i.lF.SNUG,"lineHeightBaseSnug"),i.lF.NORMAL,"lineHeightBaseNormal"),i.lF.RELAXED,"lineHeightBaseRelaxed"),i.lF.LOOSE,"lineHeightBaseLoose"),W=function(e){return(0,a.wR)()[D[e]]}},810:(e,r,o)=>{o.d(r,{HE:()=>L,X4:()=>B,ZZ:()=>l,d9:()=>f});var n,t=o(695),a=o(389),i=o(63);function s(e){return s="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},s(e)}function d(e,r,o){return(r=function(e){var r=function(e){if("object"!=s(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=s(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==s(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var u=(d(d(d(d(d(d(d(d(d(d(n={},i.r7.BASE_100,"colorForegroundBase100"),i.r7.BASE_200,"colorForegroundBase200"),i.r7.BASE_300,"colorForegroundBase300"),i.r7.BASE_400,"colorForegroundBase400"),i.r7.BASE_500,"colorForegroundBase500"),i.r7.BASE_600,"colorForegroundBase600"),i.r7.BASE_700,"colorForegroundBase700"),i.r7.BASE_800,"colorForegroundBase800"),i.r7.BASE_900,"colorForegroundBase900"),i.r7.INVERSE_100,"colorForegroundInverse100"),d(d(d(d(d(d(d(d(d(d(n,i.r7.INVERSE_200,"colorForegroundInverse200"),i.r7.INVERSE_300,"colorForegroundInverse300"),i.r7.INVERSE_400,"colorForegroundInverse400"),i.r7.INVERSE_500,"colorForegroundInverse500"),i.r7.INVERSE_600,"colorForegroundInverse600"),i.r7.INVERSE_700,"colorForegroundInverse700"),i.r7.INVERSE_800,"colorForegroundInverse800"),i.r7.INVERSE_900,"colorForegroundInverse900"),i.r7.FAILURE_100,"colorForegroundFailure100"),i.r7.FAILURE_200,"colorForegroundFailure200"),d(d(d(d(d(d(d(n,i.r7.FAILURE_300,"colorForegroundFailure300"),i.r7.FAILURE_400,"colorForegroundFailure400"),i.r7.FAILURE_500,"colorForegroundFailure500"),i.r7.FAILURE_600,"colorForegroundFailure600"),i.r7.FAILURE_700,"colorForegroundFailure700"),i.r7.FAILURE_800,"colorForegroundFailure800"),i.r7.FAILURE_900,"colorForegroundFailure900")),c=a.StyleSheet.create({transparent:{color:"transparent"}}),l=function(e){var r=(0,t.JU)();return e===i.r7.TRANSPARENT?c.transparent:r[u[e]]},B=function(e){var r=(0,t.wR)();return e===i.r7.TRANSPARENT?"transparent":r[u[e]]},g=d(d(d(d(d(d(d(d(d({},i.FI.BASE_100,"colorBackgroundBase100"),i.FI.BASE_200,"colorBackgroundBase200"),i.FI.BASE_300,"colorBackgroundBase300"),i.FI.BASE_400,"colorBackgroundBase400"),i.FI.BASE_500,"colorBackgroundBase500"),i.FI.BASE_600,"colorBackgroundBase600"),i.FI.BASE_700,"colorBackgroundBase700"),i.FI.BASE_800,"colorBackgroundBase800"),i.FI.BASE_900,"colorBackgroundBase900"),f=function(e){var r=(0,t.JU)();return void 0===e?e:r[g[e]]},L=function(e){var r=(0,t.wR)();if(void 0!==e)return r[g[e]]}},818:(e,r,o)=>{o.d(r,{A:()=>B});var n=o(155),t=o(389),a=o(63),i=new Map,s=o(180),d=o(810),u=o(272),c=t.StyleSheet.create({default:{display:"inline",margin:0,padding:0,position:"static",listStyle:"none",borderStyle:"solid",boxSizing:"border-box",whiteSpace:"pre-wrap",overflowWrap:"break-word",borderWidth:0}}),l=(0,n.forwardRef)((function(e,r){var o=e.testId,l=e.textAlign,B=void 0===l?a.nO.LEFT:l,g=e.textDecoration,f=void 0===g?a.i8.NONE:g,L=e.fontFamily,S=void 0===L?a.$i.BASE:L,p=e.fontWeight,b=void 0===p?a.rq.REGULAR:p,X=e.fontSize,m=void 0===X?a.k8.MD:X,R=e.lineHeight,h=void 0===R?a.lF.NORMAL:R,T=e.maxLines,E=e.color,y=void 0===E?a.r7.BASE_800:E,v=e.backgroundColor,A=e.opacity,F=e.children,C=(0,n.useRef)(null);(0,n.useImperativeHandle)(r,(function(){return{measure:function(e){var r;null===(r=C.current)||void 0===r||r.measure((function(r,o,n,t){e(r,o,n,t)}))}}}));var M=function(e,r){var o=[e,r].join("-");if(i.has(o))return i.get(o);var n=t.StyleSheet.create({textLineHeight:{lineHeight:e*r}});return i.set(o,n),n}((0,s.cn)(m),(0,s.L0)(h));return(0,u.jsx)(t.Text,{testID:o,ref:C,style:[c.default,(0,s.Fu)(B),(0,s.Im)(f),(0,s.Fx)(S),(0,s.LG)(b),(0,s.yg)(m),M.textLineHeight,(0,s.ZZ)(y),(0,d.d9)(v),{opacity:(0,s.FA)(A)}],numberOfLines:T,children:F})}));l.Tag=a.Wh,l.TextAlign=a.nO,l.TextDecoration=a.i8,l.FontFamily=a.$i,l.FontWeight=a.rq,l.FontSize=a.k8,l.LineHeight=a.lF,l.Color=a.r7,l.BackgroundColor=a.FI;const B=l},682:(e,r,o)=>{o.d(r,{A:()=>f});var n,t,a,i=o(155),s=o(729),d=o.n(s)().span(n||(t=["\n display: ",";\n margin: 0;\n padding: 0;\n position: static;\n list-style: none;\n border-style: solid;\n box-sizing: border-box;\n text-decoration: none;\n white-space: pre-wrap;\n overflow: hidden;\n overflow-wrap: break-word;\n text-overflow: ellipsis;\n text-align: ",";\n text-decoration-line: ",";\n font-family: ",";\n font-weight: ",";\n font-size: ","px;\n line-height: ","px;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: ",";\n color: ",";\n background-color: ",";\n opacity: ",";\n border-width: 0;\n"],a||(a=t.slice(0)),n=Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(a)}}))),(function(e){return void 0===e.css.maxLines?"inline":"-webkit-box"}),(function(e){return e.css.textAlign}),(function(e){return e.css.textDecoration}),(function(e){return e.css.fontFamily}),(function(e){return e.css.fontWeight}),(function(e){return e.css.fontSize}),(function(e){return e.css.lineHeight}),(function(e){return e.css.maxLines}),(function(e){return e.css.color}),(function(e){return e.css.backgroundColor}),(function(e){return e.css.opacity})),u=o(63),c=o(180),l=o(810),B=o(272),g=(0,i.forwardRef)((function(e,r){var o=e.testId,n=e.tag,t=void 0===n?u.Wh.SPAN:n,a=e.textAlign,s=void 0===a?u.nO.LEFT:a,g=e.textDecoration,f=void 0===g?u.i8.NONE:g,L=e.fontFamily,S=void 0===L?u.$i.BASE:L,p=e.fontWeight,b=void 0===p?u.rq.REGULAR:p,X=e.fontSize,m=void 0===X?u.k8.MD:X,R=e.lineHeight,h=void 0===R?u.lF.NORMAL:R,T=e.maxLines,E=e.color,y=void 0===E?u.r7.BASE_800:E,v=e.backgroundColor,A=e.opacity,F=e.children,C=(0,i.useRef)(null);(0,i.useImperativeHandle)(r,(function(){return{measure:function(e){var r,o=null===(r=C.current)||void 0===r?void 0:r.getBoundingClientRect();o&&e(o.x,o.y,o.width,o.height)}}}));var M=(0,c.cn)(m),I=(0,c.L0)(h);return(0,B.jsx)(d,{"data-testid":o,ref:C,as:(0,c.Kb)(t),css:{textAlign:(0,c.FY)(s),textDecoration:(0,c.ar)(f),fontFamily:(0,c.rY)(S),fontWeight:(0,c.Vd)(b),fontSize:M,lineHeight:M*I,maxLines:T,color:(0,c.X4)(y),backgroundColor:(0,l.HE)(v),opacity:(0,c.FA)(A)},children:F})}));g.Tag=u.Wh,g.TextAlign=u.nO,g.TextDecoration=u.i8,g.FontFamily=u.$i,g.FontWeight=u.rq,g.FontSize=u.k8,g.LineHeight=u.lF,g.Color=u.r7,g.BackgroundColor=u.FI;const f=g},212:(e,r,o)=>{o.d(r,{CN:()=>B,th:()=>c,F5:()=>l,TI:()=>i,Vc:()=>n,uC:()=>a,s_:()=>t,lo:()=>L,uY:()=>d,rA:()=>s,b9:()=>u,Ie:()=>g,JT:()=>f,TL:()=>S,SQ:()=>p});var n=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e}({}),t=function(e){return e[e.SM=0]="SM",e[e.MD=1]="MD",e[e.LG=2]="LG",e}({}),a=function(e){return e[e.XS=0]="XS",e[e.SM=1]="SM",e[e.MD=2]="MD",e[e.LG=3]="LG",e[e.XL=4]="XL",e[e.X2L=5]="X2L",e[e.X3L=6]="X3L",e[e.X4L=7]="X4L",e[e.X5L=8]="X5L",e[e.X6L=9]="X6L",e[e.MAX=10]="MAX",e}({}),i=function(e){return e[e.BASE_100=0]="BASE_100",e[e.BASE_200=1]="BASE_200",e[e.BASE_300=2]="BASE_300",e[e.BASE_400=3]="BASE_400",e[e.BASE_500=4]="BASE_500",e[e.BASE_600=5]="BASE_600",e[e.BASE_700=6]="BASE_700",e[e.BASE_800=7]="BASE_800",e[e.BASE_900=8]="BASE_900",e[e.PRIMARY_100=9]="PRIMARY_100",e[e.PRIMARY_200=10]="PRIMARY_200",e[e.PRIMARY_300=11]="PRIMARY_300",e[e.PRIMARY_400=12]="PRIMARY_400",e[e.PRIMARY_500=13]="PRIMARY_500",e[e.PRIMARY_600=14]="PRIMARY_600",e[e.PRIMARY_700=15]="PRIMARY_700",e[e.PRIMARY_800=16]="PRIMARY_800",e[e.PRIMARY_900=17]="PRIMARY_900",e[e.ACCENT_100=18]="ACCENT_100",e[e.ACCENT_200=19]="ACCENT_200",e[e.ACCENT_300=20]="ACCENT_300",e[e.ACCENT_400=21]="ACCENT_400",e[e.ACCENT_500=22]="ACCENT_500",e[e.ACCENT_600=23]="ACCENT_600",e[e.ACCENT_700=24]="ACCENT_700",e[e.ACCENT_800=25]="ACCENT_800",e[e.ACCENT_900=26]="ACCENT_900",e}({}),s=function(e){return e[e.NONE=0]="NONE",e[e.WRAP=1]="WRAP",e}({}),d=function(e){return e[e.COLUMN=0]="COLUMN",e[e.ROW=1]="ROW",e[e.COLUMN_REVERSE=2]="COLUMN_REVERSE",e[e.ROW_REVERSE=3]="ROW_REVERSE",e}({}),u=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.SPACE_BETWEEN=3]="SPACE_BETWEEN",e[e.SPACE_AROUND=4]="SPACE_AROUND",e[e.SPACE_EVENLY=5]="SPACE_EVENLY",e}({}),c=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.STRETCH=3]="STRETCH",e[e.BASELINE=4]="BASELINE",e}({}),l=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.STRETCH=3]="STRETCH",e[e.BASELINE=4]="BASELINE",e}({}),B=function(e){return e[e.FLEX_START=0]="FLEX_START",e[e.FLEX_END=1]="FLEX_END",e[e.CENTER=2]="CENTER",e[e.STRETCH=3]="STRETCH",e[e.SPACE_BETWEEN=4]="SPACE_BETWEEN",e[e.SPACE_AROUND=5]="SPACE_AROUND",e[e.SPACE_EVENLY=6]="SPACE_EVENLY",e}({}),g=function(e){return e[e.VISIBLE=0]="VISIBLE",e[e.HIDDEN=1]="HIDDEN",e}({}),f=function(e){return e[e.RELATIVE=0]="RELATIVE",e[e.ABSOLUTE=1]="ABSOLUTE",e}({}),L=function(e){return e[e.SM=0]="SM",e[e.MD=1]="MD",e[e.LG=2]="LG",e}({}),S=function(e){return e[e.X6S=0]="X6S",e[e.X5S=1]="X5S",e[e.X4S=2]="X4S",e[e.X3S=3]="X3S",e[e.X2S=4]="X2S",e[e.XS=5]="XS",e[e.SM=6]="SM",e[e.MD=7]="MD",e[e.LG=8]="LG",e[e.XL=9]="XL",e[e.X2L=10]="X2L",e[e.X3L=11]="X3L",e[e.X4L=12]="X4L",e[e.X5L=13]="X5L",e[e.X6L=14]="X6L",e}({}),p=function(e){return e[e.DIV=0]="DIV",e[e.FIGURE=1]="FIGURE",e[e.FIGCAPTION=2]="FIGCAPTION",e[e.ARTICLE=3]="ARTICLE",e[e.SECTION=4]="SECTION",e[e.HEADER=5]="HEADER",e[e.MAIN=6]="MAIN",e[e.FOOTER=7]="FOOTER",e}({})},844:(e,r,o)=>{o.d(r,{GK:()=>Ee,WE:()=>ve,lF:()=>fe,RH:()=>Se,r1:()=>Xe,dG:()=>Re,vd:()=>U,$X:()=>z,ol:()=>N,fV:()=>P,Xd:()=>R,TY:()=>c,V1:()=>l,ro:()=>p,UI:()=>v,U0:()=>G,UA:()=>X,Ei:()=>C,dp:()=>_,D:()=>L,ud:()=>g,sm:()=>T,Ps:()=>ar,Nx:()=>or,JO:()=>K,kP:()=>te,K8:()=>ie,SB:()=>J,wt:()=>q,rm:()=>Z,RR:()=>re,Qf:()=>cr,VW:()=>ue,fv:()=>le,vD:()=>Er,hX:()=>Sr,w7:()=>mr,Vf:()=>Br,X6:()=>Ae,S:()=>_e,wx:()=>ke,Gd:()=>vr,mu:()=>br,XV:()=>hr,we:()=>fr,dH:()=>He,xT:()=>we,bW:()=>Oe,FK:()=>ir,pX:()=>Fr,sX:()=>_r});var n=o(695),t=o(389),a=o(212);function i(e){return i="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},i(e)}function s(e,r,o){return(r=function(e){var r=function(e){if("object"!=i(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=i(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==i(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var d,u=s(s(s(s(s(s(s(s(s({},a.Vc.BASE_100,"colorBorderBase100"),a.Vc.BASE_200,"colorBorderBase200"),a.Vc.BASE_300,"colorBorderBase300"),a.Vc.BASE_400,"colorBorderBase400"),a.Vc.BASE_500,"colorBorderBase500"),a.Vc.BASE_600,"colorBorderBase600"),a.Vc.BASE_700,"colorBorderBase700"),a.Vc.BASE_800,"colorBorderBase800"),a.Vc.BASE_900,"colorBorderBase900"),c=function(e){return(0,n.JU)()[u[e]]},l=function(e){return(0,n.wR)()[u[e]]},B=s(s(s({},a.s_.SM,"borderWidthBaseSM"),a.s_.MD,"borderWidthBaseMD"),a.s_.LG,"borderWidthBaseLG"),g=function(e){return(0,n.JU)()[B[e]]},f=s(s(s({},a.s_.SM,"borderWidthTopBaseSM"),a.s_.MD,"borderWidthTopBaseMD"),a.s_.LG,"borderWidthTopBaseLG"),L=function(e){return(0,n.JU)()[f[e]]},S=s(s(s({},a.s_.SM,"borderWidthLeftBaseSM"),a.s_.MD,"borderWidthLeftBaseMD"),a.s_.LG,"borderWidthLeftBaseLG"),p=function(e){return(0,n.JU)()[S[e]]},b=s(s(s({},a.s_.SM,"borderWidthRightBaseSM"),a.s_.MD,"borderWidthRightBaseMD"),a.s_.LG,"borderWidthRightBaseLG"),X=function(e){return(0,n.JU)()[b[e]]},m=s(s(s({},a.s_.SM,"borderWidthBottomBaseSM"),a.s_.MD,"borderWidthBottomBaseMD"),a.s_.LG,"borderWidthBottomBaseLG"),R=function(e){return(0,n.JU)()[m[e]]},h=s(s(s({},a.s_.SM,"borderWidthBaseSM"),a.s_.MD,"borderWidthBaseMD"),a.s_.LG,"borderWidthBaseLG"),T=function(e){return(0,n.wR)()[h[e]]},E=t.StyleSheet.create({borderRadiusMax:{borderRadius:"50%"}}),y=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderRadiusBaseXS"),a.uC.SM,"borderRadiusBaseSM"),a.uC.MD,"borderRadiusBaseMD"),a.uC.LG,"borderRadiusBaseLG"),a.uC.XL,"borderRadiusBaseXL"),a.uC.X2L,"borderRadiusBaseX2L"),a.uC.X3L,"borderRadiusBaseX3L"),a.uC.X4L,"borderRadiusBaseX4L"),a.uC.X5L,"borderRadiusBaseX5L"),a.uC.X6L,"borderRadiusBaseX6L"),v=function(e){var r=(0,n.JU)();return e===a.uC.MAX?E.borderRadiusMax:r[y[e]]},A=t.StyleSheet.create({borderRadiusMax:{borderTopLeftRadius:"50%"}}),F=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderTopLeftRadiusBaseXS"),a.uC.SM,"borderTopLeftRadiusBaseSM"),a.uC.MD,"borderTopLeftRadiusBaseMD"),a.uC.LG,"borderTopLeftRadiusBaseLG"),a.uC.XL,"borderTopLeftRadiusBaseXL"),a.uC.X2L,"borderTopLeftRadiusBaseX2L"),a.uC.X3L,"borderTopLeftRadiusBaseX3L"),a.uC.X4L,"borderTopLeftRadiusBaseX4L"),a.uC.X5L,"borderTopLeftRadiusBaseX5L"),a.uC.X6L,"borderTopLeftRadiusBaseX6L"),C=function(e){var r=(0,n.JU)();return e===a.uC.MAX?A.borderRadiusMax:r[F[e]]},M=t.StyleSheet.create({borderRadiusMax:{borderTopRightRadius:"50%"}}),I=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderTopRightRadiusBaseXS"),a.uC.SM,"borderTopRightRadiusBaseSM"),a.uC.MD,"borderTopRightRadiusBaseMD"),a.uC.LG,"borderTopRightRadiusBaseLG"),a.uC.XL,"borderTopRightRadiusBaseXL"),a.uC.X2L,"borderTopRightRadiusBaseX2L"),a.uC.X3L,"borderTopRightRadiusBaseX3L"),a.uC.X4L,"borderTopRightRadiusBaseX4L"),a.uC.X5L,"borderTopRightRadiusBaseX5L"),a.uC.X6L,"borderTopRightRadiusBaseX6L"),_=function(e){var r=(0,n.JU)();return e===a.uC.MAX?M.borderRadiusMax:r[I[e]]},x=t.StyleSheet.create({borderRadiusMax:{borderBottomLeftRadius:"50%"}}),k=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderBottomLeftRadiusBaseXS"),a.uC.SM,"borderBottomLeftRadiusBaseSM"),a.uC.MD,"borderBottomLeftRadiusBaseMD"),a.uC.LG,"borderBottomLeftRadiusBaseLG"),a.uC.XL,"borderBottomLeftRadiusBaseXL"),a.uC.X2L,"borderBottomLeftRadiusBaseX2L"),a.uC.X3L,"borderBottomLeftRadiusBaseX3L"),a.uC.X4L,"borderBottomLeftRadiusBaseX4L"),a.uC.X5L,"borderBottomLeftRadiusBaseX5L"),a.uC.X6L,"borderBottomLeftRadiusBaseX6L"),N=function(e){var r=(0,n.JU)();return e===a.uC.MAX?x.borderRadiusMax:r[k[e]]},D=t.StyleSheet.create({borderRadiusMax:{borderBottomRightRadius:"50%"}}),W=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderBottomRightRadiusBaseXS"),a.uC.SM,"borderBottomRightRadiusBaseSM"),a.uC.MD,"borderBottomRightRadiusBaseMD"),a.uC.LG,"borderBottomRightRadiusBaseLG"),a.uC.XL,"borderBottomRightRadiusBaseXL"),a.uC.X2L,"borderBottomRightRadiusBaseX2L"),a.uC.X3L,"borderBottomRightRadiusBaseX3L"),a.uC.X4L,"borderBottomRightRadiusBaseX4L"),a.uC.X5L,"borderBottomRightRadiusBaseX5L"),a.uC.X6L,"borderBottomRightRadiusBaseX6L"),P=function(e){var r=(0,n.JU)();return e===a.uC.MAX?D.borderRadiusMax:r[W[e]]},w=s(s(s(s(s(s(s(s(s(s({},a.uC.XS,"borderRadiusBaseXS"),a.uC.SM,"borderRadiusBaseSM"),a.uC.MD,"borderRadiusBaseMD"),a.uC.LG,"borderRadiusBaseLG"),a.uC.XL,"borderRadiusBaseXL"),a.uC.X2L,"borderRadiusBaseX2L"),a.uC.X3L,"borderRadiusBaseX3L"),a.uC.X4L,"borderRadiusBaseX4L"),a.uC.X5L,"borderRadiusBaseX5L"),a.uC.X6L,"borderRadiusBaseX6L"),G=function(e){var r=(0,n.wR)();if(void 0!==e)return e===a.uC.MAX?"50%":r[w[e]]};function O(e){return O="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},O(e)}function H(e,r,o){return(r=function(e){var r=function(e){if("object"!=O(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=O(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==O(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var j=(H(H(H(H(H(H(H(H(H(H(d={},a.TI.BASE_100,"colorBackgroundBase100"),a.TI.BASE_200,"colorBackgroundBase200"),a.TI.BASE_300,"colorBackgroundBase300"),a.TI.BASE_400,"colorBackgroundBase400"),a.TI.BASE_500,"colorBackgroundBase500"),a.TI.BASE_600,"colorBackgroundBase600"),a.TI.BASE_700,"colorBackgroundBase700"),a.TI.BASE_800,"colorBackgroundBase800"),a.TI.BASE_900,"colorBackgroundBase900"),a.TI.PRIMARY_100,"colorBackgroundPrimary100"),H(H(H(H(H(H(H(H(H(H(d,a.TI.PRIMARY_200,"colorBackgroundPrimary200"),a.TI.PRIMARY_300,"colorBackgroundPrimary300"),a.TI.PRIMARY_400,"colorBackgroundPrimary400"),a.TI.PRIMARY_500,"colorBackgroundPrimary500"),a.TI.PRIMARY_600,"colorBackgroundPrimary600"),a.TI.PRIMARY_700,"colorBackgroundPrimary700"),a.TI.PRIMARY_800,"colorBackgroundPrimary800"),a.TI.PRIMARY_900,"colorBackgroundPrimary900"),a.TI.ACCENT_100,"colorBackgroundAccent100"),a.TI.ACCENT_200,"colorBackgroundAccent200"),H(H(H(H(H(H(H(d,a.TI.ACCENT_300,"colorBackgroundAccent300"),a.TI.ACCENT_400,"colorBackgroundAccent400"),a.TI.ACCENT_500,"colorBackgroundAccent500"),a.TI.ACCENT_600,"colorBackgroundAccent600"),a.TI.ACCENT_700,"colorBackgroundAccent700"),a.TI.ACCENT_800,"colorBackgroundAccent800"),a.TI.ACCENT_900,"colorBackgroundAccent900")),U=function(e){var r=(0,n.JU)();if(void 0!==e)return r[j[e]]},z=function(e){var r=(0,n.wR)();if(void 0!==e)return r[j[e]]};function V(e){return V="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},V(e)}function Y(e,r,o){return(r=function(e){var r=function(e){if("object"!=V(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=V(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==V(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var J=function(e){return null==e?void 0:e.toValue()},q=function(e){return null==e?void 0:e.toValue()},K=function(e){return null==e?void 0:e.toValue()},$=t.StyleSheet.create({flexWrapNone:{flexWrap:"nowrap"},flexWrap:{flexWrap:"wrap"}}),Q=Y(Y({},a.rA.NONE,$.flexWrapNone),a.rA.WRAP,$.flexWrap),Z=function(e){return Q[e]},ee=Y(Y({},a.rA.NONE,"nowrap"),a.rA.WRAP,"wrap"),re=function(e){return ee[e]},oe=t.StyleSheet.create({flexDirectionColumn:{flexDirection:"column"},flexDirectionRow:{flexDirection:"row"},flexDirectionColumnReverse:{flexDirection:"column-reverse"},flexDirectionRowReverse:{flexDirection:"row-reverse"}}),ne=Y(Y(Y(Y({},a.uY.COLUMN,oe.flexDirectionColumn),a.uY.ROW,oe.flexDirectionRow),a.uY.COLUMN_REVERSE,oe.flexDirectionColumnReverse),a.uY.ROW_REVERSE,oe.flexDirectionRowReverse),te=function(e){return ne[e]},ae=Y(Y(Y(Y({},a.uY.COLUMN,"column"),a.uY.ROW,"row"),a.uY.COLUMN_REVERSE,"column-reverse"),a.uY.ROW_REVERSE,"row-reverse"),ie=function(e){return ae[e]},se=t.StyleSheet.create({justifyContentFlexStart:{justifyContent:"flex-start"},justifyContentFlexEnd:{justifyContent:"flex-end"},justifyContentCenter:{justifyContent:"center"},justifyContentSpaceBetween:{justifyContent:"space-between"},justifyContentSpaceAround:{justifyContent:"space-around"},justifyContentSpaceEvenly:{justifyContent:"space-evenly"}}),de=Y(Y(Y(Y(Y(Y({},a.b9.FLEX_START,se.justifyContentFlexStart),a.b9.CENTER,se.justifyContentCenter),a.b9.FLEX_END,se.justifyContentFlexEnd),a.b9.SPACE_BETWEEN,se.justifyContentSpaceBetween),a.b9.SPACE_AROUND,se.justifyContentSpaceAround),a.b9.SPACE_EVENLY,se.justifyContentSpaceEvenly),ue=function(e){return de[e]},ce=Y(Y(Y(Y(Y(Y({},a.b9.FLEX_START,"flex-start"),a.b9.CENTER,"center"),a.b9.FLEX_END,"flex-end"),a.b9.SPACE_BETWEEN,"space-between"),a.b9.SPACE_AROUND,"space-around"),a.b9.SPACE_EVENLY,"space-evenly"),le=function(e){return ce[e]},Be=t.StyleSheet.create({alignItemsFlexStart:{alignItems:"flex-start"},alignItemsCenter:{alignItems:"center"},alignItemsFlexEnd:{alignItems:"flex-end"},alignItemsStretch:{alignItems:"stretch"},alignItemsBaseline:{alignItems:"baseline"}}),ge=Y(Y(Y(Y(Y({},a.th.FLEX_START,Be.alignItemsFlexStart),a.th.CENTER,Be.alignItemsCenter),a.th.FLEX_END,Be.alignItemsFlexEnd),a.th.STRETCH,Be.alignItemsStretch),a.th.BASELINE,Be.alignItemsBaseline),fe=function(e){return ge[e]},Le=Y(Y(Y(Y(Y({},a.th.FLEX_START,"flex-start"),a.th.CENTER,"center"),a.th.FLEX_END,"flex-end"),a.th.STRETCH,"stretch"),a.th.BASELINE,"baseline"),Se=function(e){return Le[e]},pe=t.StyleSheet.create({alignSelfFlexStart:{alignSelf:"flex-start"},alignSelfCenter:{alignSelf:"center"},alignSelfFlexEnd:{alignSelf:"flex-end"},alignSelfStretch:{alignSelf:"stretch"},alignSelfBaseline:{alignSelf:"baseline"}}),be=Y(Y(Y(Y(Y({},a.F5.FLEX_START,pe.alignSelfFlexStart),a.F5.CENTER,pe.alignSelfCenter),a.F5.FLEX_END,pe.alignSelfFlexEnd),a.F5.STRETCH,pe.alignSelfStretch),a.F5.BASELINE,pe.alignSelfBaseline),Xe=function(e){return be[e]},me=Y(Y(Y(Y(Y({},a.F5.FLEX_START,"flex-start"),a.F5.CENTER,"center"),a.F5.FLEX_END,"flex-end"),a.F5.STRETCH,"stretch"),a.F5.BASELINE,"baseline"),Re=function(e){return me[e]},he=t.StyleSheet.create({alignContentFlexStart:{alignContent:"flex-start"},alignContentFlexEnd:{alignContent:"flex-end"},alignContentCenter:{alignContent:"center"},alignContentStretch:{alignContent:"stretch"},alignContentSpaceBetween:{alignContent:"space-between"},alignContentSpaceAround:{alignContent:"space-around"},alignContentSpaceEvenly:{alignContent:"space-evenly"}}),Te=Y(Y(Y(Y(Y(Y(Y({},a.CN.FLEX_START,he.alignContentFlexStart),a.CN.CENTER,he.alignContentCenter),a.CN.FLEX_END,he.alignContentFlexEnd),a.CN.STRETCH,he.alignContentStretch),a.CN.SPACE_BETWEEN,he.alignContentSpaceBetween),a.CN.SPACE_AROUND,he.alignContentSpaceAround),a.CN.SPACE_EVENLY,he.alignContentSpaceEvenly),Ee=function(e){return Te[e]},ye=Y(Y(Y(Y(Y(Y(Y({},a.CN.FLEX_START,"flex-start"),a.CN.CENTER,"center"),a.CN.FLEX_END,"flex-end"),a.CN.STRETCH,"stretch"),a.CN.SPACE_BETWEEN,"space-between"),a.CN.SPACE_AROUND,"space-around"),a.CN.SPACE_EVENLY,"space-evenly"),ve=function(e){return ye[e]},Ae=function(e){return null==e?void 0:e.toValue()};function Fe(e){return Fe="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Fe(e)}function Ce(e,r,o){return(r=function(e){var r=function(e){if("object"!=Fe(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Fe(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Fe(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Me=t.StyleSheet.create({overflowHidden:{overflow:"hidden"},overflowVisible:{overflow:"visible"}}),Ie=Ce(Ce({},a.Ie.HIDDEN,Me.overflowHidden),a.Ie.VISIBLE,Me.overflowVisible),_e=function(e){return Ie[e]},xe=Ce(Ce({},a.Ie.HIDDEN,"hidden"),a.Ie.VISIBLE,"visible"),ke=function(e){return xe[e]};function Ne(e){return Ne="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Ne(e)}function De(e,r,o){return(r=function(e){var r=function(e){if("object"!=Ne(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Ne(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Ne(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var We=t.StyleSheet.create({positionRelative:{position:"relative"},positionAbsolute:{position:"absolute"}}),Pe=De(De({},a.JT.RELATIVE,We.positionRelative),a.JT.ABSOLUTE,We.positionAbsolute),we=function(e){return Pe[e]},Ge=De(De({},a.JT.RELATIVE,"relative"),a.JT.ABSOLUTE,"absolute"),Oe=function(e){return Ge[e]},He=function(e){return null==e?void 0:e.toValue()};function je(e){return je="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},je(e)}function Ue(e,r,o){return(r=function(e){var r=function(e){if("object"!=je(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=je(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==je(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var ze,Ve,Ye,Je,qe,Ke,$e,Qe,Ze,er,rr=Ue(Ue(Ue({},a.lo.SM,["0 1px 3px 0 rgba(0,0,0,0.1)","0 1px 2px -1px rgba(0,0,0,0.1)"].join(",")),a.lo.MD,["0 4px 6px -1px rgba(0,0,0,0.1)","0 2px 4px -2px rgba(0,0,0,0.1)"].join(",")),a.lo.LG,["0 10px 15px -3px rgba(0,0,0,0.1)","0 4px 6px -4px rgba(0,0,0,0.1)"].join(",")),or=function(e){return rr[e]},nr=t.StyleSheet.create({boxShadowSM:{boxShadow:rr[a.lo.SM]},boxShadowMD:{boxShadow:rr[a.lo.MD]},boxShadowLG:{boxShadow:rr[a.lo.LG]}}),tr=Ue(Ue(Ue({},a.lo.SM,nr.boxShadowSM),a.lo.MD,nr.boxShadowMD),a.lo.LG,nr.boxShadowLG),ar=function(e){return tr[e]},ir=function(e){return null==e?void 0:e.toValue()};function sr(e){return sr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},sr(e)}function dr(e,r,o){return(r=function(e){var r=function(e){if("object"!=sr(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=sr(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==sr(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var ur=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(ze={},a.TL.X6S,"gapBaseX6S"),a.TL.X5S,"gapBaseX5S"),a.TL.X4S,"gapBaseX4S"),a.TL.X3S,"gapBaseX3S"),a.TL.X2S,"gapBaseX2S"),a.TL.XS,"gapBaseXS"),a.TL.SM,"gapBaseSM"),a.TL.MD,"gapBaseMD"),a.TL.LG,"gapBaseLG"),a.TL.XL,"gapBaseXL"),dr(dr(dr(dr(dr(ze,a.TL.X2L,"gapBaseX2L"),a.TL.X3L,"gapBaseX3L"),a.TL.X4L,"gapBaseX4L"),a.TL.X5L,"gapBaseX5L"),a.TL.X6L,"gapBaseX6L")),cr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[ur[e]]},lr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ve={},a.TL.X6S,"marginTopBaseX6S"),a.TL.X5S,"marginTopBaseX5S"),a.TL.X4S,"marginTopBaseX4S"),a.TL.X3S,"marginTopBaseX3S"),a.TL.X2S,"marginTopBaseX2S"),a.TL.XS,"marginTopBaseXS"),a.TL.SM,"marginTopBaseSM"),a.TL.MD,"marginTopBaseMD"),a.TL.LG,"marginTopBaseLG"),a.TL.XL,"marginTopBaseXL"),dr(dr(dr(dr(dr(Ve,a.TL.X2L,"marginTopBaseX2L"),a.TL.X3L,"marginTopBaseX3L"),a.TL.X4L,"marginTopBaseX4L"),a.TL.X5L,"marginTopBaseX5L"),a.TL.X6L,"marginTopBaseX6L")),Br=function(e){var r=(0,n.JU)();if(void 0!==e)return r[lr[e]]},gr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ye={},a.TL.X6S,"paddingTopBaseX6S"),a.TL.X5S,"paddingTopBaseX5S"),a.TL.X4S,"paddingTopBaseX4S"),a.TL.X3S,"paddingTopBaseX3S"),a.TL.X2S,"paddingTopBaseX2S"),a.TL.XS,"paddingTopBaseXS"),a.TL.SM,"paddingTopBaseSM"),a.TL.MD,"paddingTopBaseMD"),a.TL.LG,"paddingTopBaseLG"),a.TL.XL,"paddingTopBaseXL"),dr(dr(dr(dr(dr(Ye,a.TL.X2L,"paddingTopBaseX2L"),a.TL.X3L,"paddingTopBaseX3L"),a.TL.X4L,"paddingTopBaseX4L"),a.TL.X5L,"paddingTopBaseX5L"),a.TL.X6L,"paddingTopBaseX6L")),fr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[gr[e]]},Lr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Je={},a.TL.X6S,"marginLeftBaseX6S"),a.TL.X5S,"marginLeftBaseX5S"),a.TL.X4S,"marginLeftBaseX4S"),a.TL.X3S,"marginLeftBaseX3S"),a.TL.X2S,"marginLeftBaseX2S"),a.TL.XS,"marginLeftBaseXS"),a.TL.SM,"marginLeftBaseSM"),a.TL.MD,"marginLeftBaseMD"),a.TL.LG,"marginLeftBaseLG"),a.TL.XL,"marginLeftBaseXL"),dr(dr(dr(dr(dr(Je,a.TL.X2L,"marginLeftBaseX2L"),a.TL.X3L,"marginLeftBaseX3L"),a.TL.X4L,"marginLeftBaseX4L"),a.TL.X5L,"marginLeftBaseX5L"),a.TL.X6L,"marginLeftBaseX6L")),Sr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[Lr[e]]},pr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(qe={},a.TL.X6S,"paddingLeftBaseX6S"),a.TL.X5S,"paddingLeftBaseX5S"),a.TL.X4S,"paddingLeftBaseX4S"),a.TL.X3S,"paddingLeftBaseX3S"),a.TL.X2S,"paddingLeftBaseX2S"),a.TL.XS,"paddingLeftBaseXS"),a.TL.SM,"paddingLeftBaseSM"),a.TL.MD,"paddingLeftBaseMD"),a.TL.LG,"paddingLeftBaseLG"),a.TL.XL,"paddingLeftBaseXL"),dr(dr(dr(dr(dr(qe,a.TL.X2L,"paddingLeftBaseX2L"),a.TL.X3L,"paddingLeftBaseX3L"),a.TL.X4L,"paddingLeftBaseX4L"),a.TL.X5L,"paddingLeftBaseX5L"),a.TL.X6L,"paddingLeftBaseX6L")),br=function(e){var r=(0,n.JU)();if(void 0!==e)return r[pr[e]]},Xr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ke={},a.TL.X6S,"marginRightBaseX6S"),a.TL.X5S,"marginRightBaseX5S"),a.TL.X4S,"marginRightBaseX4S"),a.TL.X3S,"marginRightBaseX3S"),a.TL.X2S,"marginRightBaseX2S"),a.TL.XS,"marginRightBaseXS"),a.TL.SM,"marginRightBaseSM"),a.TL.MD,"marginRightBaseMD"),a.TL.LG,"marginRightBaseLG"),a.TL.XL,"marginRightBaseXL"),dr(dr(dr(dr(dr(Ke,a.TL.X2L,"marginRightBaseX2L"),a.TL.X3L,"marginRightBaseX3L"),a.TL.X4L,"marginRightBaseX4L"),a.TL.X5L,"marginRightBaseX5L"),a.TL.X6L,"marginRightBaseX6L")),mr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[Xr[e]]},Rr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr($e={},a.TL.X6S,"paddingRightBaseX6S"),a.TL.X5S,"paddingRightBaseX5S"),a.TL.X4S,"paddingRightBaseX4S"),a.TL.X3S,"paddingRightBaseX3S"),a.TL.X2S,"paddingRightBaseX2S"),a.TL.XS,"paddingRightBaseXS"),a.TL.SM,"paddingRightBaseSM"),a.TL.MD,"paddingRightBaseMD"),a.TL.LG,"paddingRightBaseLG"),a.TL.XL,"paddingRightBaseXL"),dr(dr(dr(dr(dr($e,a.TL.X2L,"paddingRightBaseX2L"),a.TL.X3L,"paddingRightBaseX3L"),a.TL.X4L,"paddingRightBaseX4L"),a.TL.X5L,"paddingRightBaseX5L"),a.TL.X6L,"paddingRightBaseX6L")),hr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[Rr[e]]},Tr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Qe={},a.TL.X6S,"marginBottomBaseX6S"),a.TL.X5S,"marginBottomBaseX5S"),a.TL.X4S,"marginBottomBaseX4S"),a.TL.X3S,"marginBottomBaseX3S"),a.TL.X2S,"marginBottomBaseX2S"),a.TL.XS,"marginBottomBaseXS"),a.TL.SM,"marginBottomBaseSM"),a.TL.MD,"marginBottomBaseMD"),a.TL.LG,"marginBottomBaseLG"),a.TL.XL,"marginBottomBaseXL"),dr(dr(dr(dr(dr(Qe,a.TL.X2L,"marginBottomBaseX2L"),a.TL.X3L,"marginBottomBaseX3L"),a.TL.X4L,"marginBottomBaseX4L"),a.TL.X5L,"marginBottomBaseX5L"),a.TL.X6L,"marginBottomBaseX6L")),Er=function(e){var r=(0,n.JU)();if(void 0!==e)return r[Tr[e]]},yr=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(Ze={},a.TL.X6S,"paddingBottomBaseX6S"),a.TL.X5S,"paddingBottomBaseX5S"),a.TL.X4S,"paddingBottomBaseX4S"),a.TL.X3S,"paddingBottomBaseX3S"),a.TL.X2S,"paddingBottomBaseX2S"),a.TL.XS,"paddingBottomBaseXS"),a.TL.SM,"paddingBottomBaseSM"),a.TL.MD,"paddingBottomBaseMD"),a.TL.LG,"paddingBottomBaseLG"),a.TL.XL,"paddingBottomBaseXL"),dr(dr(dr(dr(dr(Ze,a.TL.X2L,"paddingBottomBaseX2L"),a.TL.X3L,"paddingBottomBaseX3L"),a.TL.X4L,"paddingBottomBaseX4L"),a.TL.X5L,"paddingBottomBaseX5L"),a.TL.X6L,"paddingBottomBaseX6L")),vr=function(e){var r=(0,n.JU)();if(void 0!==e)return r[yr[e]]},Ar=(dr(dr(dr(dr(dr(dr(dr(dr(dr(dr(er={},a.TL.X6S,"spacingBaseX6S"),a.TL.X5S,"spacingBaseX5S"),a.TL.X4S,"spacingBaseX4S"),a.TL.X3S,"spacingBaseX3S"),a.TL.X2S,"spacingBaseX2S"),a.TL.XS,"spacingBaseXS"),a.TL.SM,"spacingBaseSM"),a.TL.MD,"spacingBaseMD"),a.TL.LG,"spacingBaseLG"),a.TL.XL,"spacingBaseXL"),dr(dr(dr(dr(dr(er,a.TL.X2L,"spacingBaseX2L"),a.TL.X3L,"spacingBaseX3L"),a.TL.X4L,"spacingBaseX4L"),a.TL.X5L,"spacingBaseX5L"),a.TL.X6L,"spacingBaseX6L")),Fr=function(e){var r=(0,n.wR)();if(void 0!==e)return r[Ar[e]]};function Cr(e){return Cr="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},Cr(e)}function Mr(e,r,o){return(r=function(e){var r=function(e){if("object"!=Cr(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=Cr(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==Cr(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var Ir=Mr(Mr(Mr(Mr(Mr(Mr(Mr(Mr({},a.SQ.DIV,"div"),a.SQ.FIGURE,"figure"),a.SQ.FIGCAPTION,"figcaption"),a.SQ.ARTICLE,"article"),a.SQ.SECTION,"section"),a.SQ.HEADER,"header"),a.SQ.MAIN,"main"),a.SQ.FOOTER,"footer"),_r=function(e){return Ir[e]}},300:(e,r,o)=>{o.d(r,{A:()=>c});var n=o(155),t=o(389),a=o(212),i=o(844),s=o(272),d=t.StyleSheet.create({default:{display:"flex",margin:0,padding:0,zIndex:0,position:"relative",listStyle:"none",borderStyle:"solid",boxSizing:"border-box"}}),u=function(e){var r=e.testId,o=e.position,u=void 0===o?a.JT.RELATIVE:o,c=e.top,l=e.left,B=e.right,g=e.bottom,f=e.opacity,L=e.overflow,S=void 0===L?a.Ie.VISIBLE:L,p=e.flexGrow,b=e.flexShrink,X=e.flexBasis,m=e.flexWrap,R=void 0===m?a.rA.NONE:m,h=e.flexDirection,T=void 0===h?a.uY.COLUMN:h,E=e.justifyContent,y=void 0===E?a.b9.FLEX_START:E,v=e.alignItems,A=void 0===v?a.th.STRETCH:v,F=e.alignSelf,C=e.alignContent,M=e.gap,I=e.marginTop,_=e.paddingTop,x=e.marginLeft,k=e.paddingLeft,N=e.marginRight,D=e.paddingRight,W=e.marginBottom,P=e.paddingBottom,w=e.minWidth,G=e.width,O=e.maxWidth,H=e.minHeight,j=e.height,U=e.maxHeight,z=e.boxShadow,V=e.borderColor,Y=e.borderWidth,J=e.borderWidthTop,q=e.borderWidthLeft,K=e.borderWidthRight,$=e.borderWidthBottom,Q=e.borderRadius,Z=e.borderRadiusTopLeft,ee=e.borderRadiusTopRight,re=e.borderRadiusBottomLeft,oe=e.borderRadiusBottomRight,ne=e.backgroundColor,te=e.children,ae=e.onLayout,ie=(0,n.useCallback)((function(e){if(ae){var r=e.nativeEvent.layout.height,o=e.nativeEvent.layout.width;ae({width:o,height:r})}}),[ae]);return(0,s.jsx)(t.View,{testID:r,style:[d.default,(0,i.xT)(u),{top:(0,i.dH)(c),left:(0,i.dH)(l),right:(0,i.dH)(B),bottom:(0,i.dH)(g)},{opacity:(0,i.X6)(f)},(0,i.S)(S),{flexGrow:(0,i.SB)(p),flexShrink:(0,i.wt)(b),flexBasis:(0,i.JO)(X)},(0,i.rm)(R),(0,i.kP)(T),(0,i.VW)(y),(0,i.lF)(A),(0,i.r1)(F),(0,i.GK)(C),(0,i.Qf)(M),(0,i.Vf)(I),(0,i.we)(_),(0,i.hX)(x),(0,i.mu)(k),(0,i.w7)(N),(0,i.XV)(D),(0,i.vD)(W),(0,i.Gd)(P),{minWidth:(0,i.FK)(w),width:(0,i.FK)(G),maxWidth:(0,i.FK)(O),minHeight:(0,i.FK)(H),height:(0,i.FK)(j),maxHeight:(0,i.FK)(U)},(0,i.Ps)(z),(0,i.TY)(V),(0,i.ud)(Y),(0,i.D)(J),(0,i.ro)(q),(0,i.UA)(K),(0,i.Xd)($),(0,i.UI)(Q),(0,i.Ei)(Z),(0,i.dp)(ee),(0,i.ol)(re),(0,i.fV)(oe),(0,i.vd)(ne)],onLayout:ie,children:te})};u.Tag=a.SQ,u.Position=a.JT,u.Overflow=a.Ie,u.FlexWrap=a.rA,u.FlexDirection=a.uY,u.JustifyContent=a.b9,u.AlignItems=a.th,u.AlignSelf=a.F5,u.AlignContent=a.CN,u.Spacing=a.TL,u.BoxShadow=a.lo,u.BorderColor=a.Vc,u.BorderWidth=a.s_,u.BorderRadius=a.uC,u.BackgroundColor=a.TI;const c=u},492:(e,r,o)=>{o.d(r,{A:()=>S});var n,t,a,i=o(155),s=o(729),d=function(e){return void 0===e?void 0:"".concat(e,"px")},u=function(e){return void 0===e?0:"".concat(e,"px")},c=function(e){if(void 0!==e)return"50%"===e?e:"".concat(e,"px")},l=o.n(s)().div(n||(t=["\n display: flex;\n margin: 0;\n padding: 0;\n z-index: 0;\n position: relative;\n list-style: none;\n border-style: solid;\n text-decoration: none;\n box-sizing: border-box;\n position: ",";\n top: ",";\n left: ",";\n right: ",";\n bottom: ",";\n opacity: ",";\n overflow: ",";\n flex-grow: ",";\n flex-shrink: ",";\n flex-basis: ",";\n flex-wrap: ",";\n flex-direction: ",";\n justify-content: ",";\n align-items: ",";\n align-self: ",";\n align-content: ",";\n gap: ",";\n margin-top: ",";\n padding-top: ",";\n margin-left: ",";\n padding-left: ",";\n margin-right: ",";\n padding-right: ",";\n margin-bottom: ",";\n padding-bottom: ",";\n min-width: ",";\n width: ",";\n max-width: ",";\n min-height: ",";\n height: ",";\n max-height: ",";\n box-shadow: ",";\n border-color: ",";\n border-width: ",";\n border-top-width: ",";\n border-left-width: ",";\n border-right-width: ",";\n border-bottom-width: ",";\n border-radius: ",";\n border-top-left-radius: ",";\n border-top-right-radius: ",";\n border-bottom-left-radius: ",";\n border-bottom-right-radius: ",";\n background-color: ",";\n"],a||(a=t.slice(0)),n=Object.freeze(Object.defineProperties(t,{raw:{value:Object.freeze(a)}}))),(function(e){return e.css.position}),(function(e){return e.css.top}),(function(e){return e.css.left}),(function(e){return e.css.right}),(function(e){return e.css.bottom}),(function(e){return e.css.opacity}),(function(e){return e.css.overflow}),(function(e){return e.css.flexGrow}),(function(e){return e.css.flexShrink}),(function(e){return e.css.flexBasis}),(function(e){return e.css.flexWrap}),(function(e){return e.css.flexDirection}),(function(e){return e.css.justifyContent}),(function(e){return e.css.alignItems}),(function(e){return e.css.alignSelf}),(function(e){return e.css.alignContent}),(function(e){return d(e.css.gap)}),(function(e){return d(e.css.marginTop)}),(function(e){return d(e.css.paddingTop)}),(function(e){return d(e.css.marginLeft)}),(function(e){return d(e.css.paddingLeft)}),(function(e){return d(e.css.marginRight)}),(function(e){return d(e.css.paddingRight)}),(function(e){return d(e.css.marginBottom)}),(function(e){return d(e.css.paddingBottom)}),(function(e){return e.css.minWidth}),(function(e){return e.css.width}),(function(e){return e.css.maxWidth}),(function(e){return e.css.minHeight}),(function(e){return e.css.height}),(function(e){return e.css.maxHeight}),(function(e){return e.css.boxShadow}),(function(e){return e.css.borderColor}),(function(e){return u(e.css.borderWidth)}),(function(e){return u(e.css.borderWidthTop)}),(function(e){return u(e.css.borderWidthLeft)}),(function(e){return u(e.css.borderWidthRight)}),(function(e){return u(e.css.borderWidthBottom)}),(function(e){return c(e.css.borderRadius)}),(function(e){return c(e.css.borderRadiusTopLeft)}),(function(e){return c(e.css.borderRadiusTopRight)}),(function(e){return c(e.css.borderRadiusBottomLeft)}),(function(e){return c(e.css.borderRadiusBottomRight)}),(function(e){return e.css.backgroundColor})),B=o(212),g=o(844),f=o(272),L=function(e){var r=e.testId,o=e.tag,n=void 0===o?B.SQ.DIV:o,t=e.position,a=void 0===t?B.JT.RELATIVE:t,s=e.top,d=e.left,u=e.right,c=e.bottom,L=e.opacity,S=e.overflow,p=void 0===S?B.Ie.VISIBLE:S,b=e.flexGrow,X=e.flexShrink,m=e.flexBasis,R=e.flexWrap,h=void 0===R?B.rA.NONE:R,T=e.flexDirection,E=void 0===T?B.uY.COLUMN:T,y=e.justifyContent,v=void 0===y?B.b9.FLEX_START:y,A=e.alignItems,F=void 0===A?B.th.STRETCH:A,C=e.alignSelf,M=e.alignContent,I=e.gap,_=e.marginTop,x=e.paddingTop,k=e.marginLeft,N=e.paddingLeft,D=e.marginRight,W=e.paddingRight,P=e.marginBottom,w=e.paddingBottom,G=e.minWidth,O=e.width,H=e.maxWidth,j=e.minHeight,U=e.height,z=e.maxHeight,V=e.boxShadow,Y=e.borderColor,J=e.borderWidth,q=e.borderWidthTop,K=e.borderWidthLeft,$=e.borderWidthRight,Q=e.borderWidthBottom,Z=e.borderRadius,ee=e.borderRadiusTopLeft,re=e.borderRadiusTopRight,oe=e.borderRadiusBottomLeft,ne=e.borderRadiusBottomRight,te=e.backgroundColor,ae=e.children,ie=e.onLayout,se=(0,i.useRef)(null),de=(0,i.useRef)(ie);return de.current=ie,(0,i.useLayoutEffect)((function(){if(se.current&&de.current){var e=se.current.getBoundingClientRect();de.current({width:e.width,height:e.height})}}),[]),(0,f.jsx)(l,{"data-testid":r,ref:se,as:(0,g.sX)(n),css:{position:(0,g.bW)(a),top:(0,g.dH)(s),left:(0,g.dH)(d),right:(0,g.dH)(u),bottom:(0,g.dH)(c),opacity:(0,g.X6)(L),overflow:(0,g.wx)(p),flexGrow:(0,g.SB)(b),flexShrink:(0,g.wt)(X),flexBasis:(0,g.JO)(m),flexWrap:(0,g.RR)(h),flexDirection:(0,g.K8)(E),justifyContent:(0,g.fv)(v),alignItems:(0,g.RH)(F),alignSelf:(0,g.dG)(C),alignContent:(0,g.WE)(M),gap:(0,g.pX)(I),marginTop:(0,g.pX)(_),paddingTop:(0,g.pX)(x),marginLeft:(0,g.pX)(k),paddingLeft:(0,g.pX)(N),marginRight:(0,g.pX)(D),paddingRight:(0,g.pX)(W),marginBottom:(0,g.pX)(P),paddingBottom:(0,g.pX)(w),minWidth:(0,g.FK)(G),width:(0,g.FK)(O),maxWidth:(0,g.FK)(H),minHeight:(0,g.FK)(j),height:(0,g.FK)(U),maxHeight:(0,g.FK)(z),boxShadow:(0,g.Nx)(V),borderColor:(0,g.V1)(Y),borderWidth:(0,g.sm)(J),borderWidthTop:(0,g.sm)(q),borderWidthLeft:(0,g.sm)(K),borderWidthRight:(0,g.sm)($),borderWidthBottom:(0,g.sm)(Q),borderRadius:(0,g.U0)(Z),borderRadiusTopLeft:(0,g.U0)(ee),borderRadiusTopRight:(0,g.U0)(re),borderRadiusBottomLeft:(0,g.U0)(oe),borderRadiusBottomRight:(0,g.U0)(ne),backgroundColor:(0,g.$X)(te)},children:ae})};L.Tag=B.SQ,L.Position=B.JT,L.Overflow=B.Ie,L.FlexWrap=B.rA,L.FlexDirection=B.uY,L.JustifyContent=B.b9,L.AlignItems=B.th,L.AlignSelf=B.F5,L.AlignContent=B.CN,L.Spacing=B.TL,L.BoxShadow=B.lo,L.BorderColor=B.Vc,L.BorderWidth=B.s_,L.BorderRadius=B.uC,L.BackgroundColor=B.TI;const S=L},695:(e,r,o)=>{o.d(r,{JU:()=>n.JU,wR:()=>n.wR}),o(410);var n=o(500)},410:(e,r,o)=>{o.d(r,{$U:()=>S,tZ:()=>d,$c:()=>u});var n=o(155),t=o(389),a=function(e){return e[e.MD=0]="MD",e[e.LG=1]="LG",e[e.XL=2]="XL",e}({}),i=o(272),s=(0,n.createContext)({}),d=function(e){var r=e.breakpointMD,o=e.breakpointLG,d=e.breakpointXL,u=e.children,c=function(e,r,o){var i=(0,t.useWindowDimensions)().width;return(0,n.useMemo)((function(){return i>=o?a.XL:i>=r?a.LG:i>=e?a.MD:void 0}),[i>=o,i>=r,i>=e])}(null!=r?r:768,null!=o?o:1024,null!=d?d:1280),l=(0,n.useMemo)((function(){return{breakpoint:c}}),[c]);return(0,i.jsx)(s.Provider,{value:l,children:(0,i.jsx)(b,{children:u})})},u=function(){return(0,n.useContext)(s)};function c(e){return c="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},c(e)}function l(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,n=Array(r);o<r;o++)n[o]=e[o];return n}function B(e,r,o){return(r=function(e){var r=function(e){if("object"!=c(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=c(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==c(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var g,f=B(B(B({},a.MD,1),a.LG,2),a.XL,3),L=function(e,r){return f[e]>f[r]},S=t.Platform.select({web:function(e){var r=e.isDefault,o=e.isOtherwise,t=e.breakpoint,a=e.children,i=u(),s=function(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,t,a,i,s=[],d=!0,u=!1;try{if(a=(o=o.call(e)).next,0===r){if(Object(o)!==o)return;d=!1}else for(;!(d=(n=a.call(o)).done)&&(s.push(n.value),s.length!==r);d=!0);}catch(e){u=!0,t=e}finally{try{if(!d&&null!=o.return&&(i=o.return(),Object(i)!==i))return}finally{if(u)throw t}}return s}}(e,r)||function(e,r){if(e){if("string"==typeof e)return l(e,r);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?l(e,r):void 0}}(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}((0,n.useState)(!1),2),d=s[0],c=s[1];if((0,n.useEffect)((function(){c(!0)}),[]),d){if(r&&void 0===i.breakpoint)return a;if(i.breakpoint===t)return a;if(o&&L(i.breakpoint,t))return a}else if(r)return a},default:function(e){var r=e.isDefault,o=e.isOtherwise,n=e.breakpoint,t=e.children,a=u();return r&&void 0===a.breakpoint||a.breakpoint===n||o&&L(a.breakpoint,n)?t:void 0}});function p(e,r){(null==r||r>e.length)&&(r=e.length);for(var o=0,n=Array(r);o<r;o++)n[o]=e[o];return n}S.Breakpoint=a,null===(g=t.Platform.select({web:function(){globalThis.window}}))||void 0===g||g();var b=t.Platform.select({web:function(e){var r=e.children,o=function(e,r){return function(e){if(Array.isArray(e))return e}(e)||function(e,r){var o=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=o){var n,t,a,i,s=[],d=!0,u=!1;try{if(a=(o=o.call(e)).next,0===r){if(Object(o)!==o)return;d=!1}else for(;!(d=(n=a.call(o)).done)&&(s.push(n.value),s.length!==r);d=!0);}catch(e){u=!0,t=e}finally{try{if(!d&&null!=o.return&&(i=o.return(),Object(i)!==i))return}finally{if(u)throw t}}return s}}(e,r)||function(e,r){if(e){if("string"==typeof e)return p(e,r);var o={}.toString.call(e).slice(8,-1);return"Object"===o&&e.constructor&&(o=e.constructor.name),"Map"===o||"Set"===o?Array.from(e):"Arguments"===o||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(o)?p(e,r):void 0}}(e,r)||function(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}((0,n.useState)(!1),2),t=o[0],a=o[1];(0,n.useEffect)((function(){a(!0)}),[]);var s=(0,n.useMemo)((function(){return{display:t||"undefined"==typeof window||"undefined"==typeof document?"flex":"none",flexGrow:1,flexShrink:1,flexBasis:"100%",flexDirection:"column"}}),[t]);return(0,i.jsxs)("div",{id:"creactive-media-wrapper",style:s,suppressHydrationWarning:!0,children:[(0,i.jsx)("script",{dangerouslySetInnerHTML:{__html:'document.currentScript.parentElement.style.display="none"'}}),r]})},default:function(e){return e.children}})},500:(e,r,o)=>{o.d(r,{wX:()=>Xe,wR:()=>me,JU:()=>a});var n=o(155),t=o(389),a=function(){var e=me();return(0,n.useMemo)((function(){return t.StyleSheet.create({colorBackgroundBase100:{backgroundColor:e.colorBackgroundBase100},colorBackgroundBase200:{backgroundColor:e.colorBackgroundBase200},colorBackgroundBase300:{backgroundColor:e.colorBackgroundBase300},colorBackgroundBase400:{backgroundColor:e.colorBackgroundBase400},colorBackgroundBase500:{backgroundColor:e.colorBackgroundBase500},colorBackgroundBase600:{backgroundColor:e.colorBackgroundBase600},colorBackgroundBase700:{backgroundColor:e.colorBackgroundBase700},colorBackgroundBase800:{backgroundColor:e.colorBackgroundBase800},colorBackgroundBase900:{backgroundColor:e.colorBackgroundBase900},colorBackgroundPrimary100:{backgroundColor:e.colorBackgroundPrimary100},colorBackgroundPrimary200:{backgroundColor:e.colorBackgroundPrimary200},colorBackgroundPrimary300:{backgroundColor:e.colorBackgroundPrimary300},colorBackgroundPrimary400:{backgroundColor:e.colorBackgroundPrimary400},colorBackgroundPrimary500:{backgroundColor:e.colorBackgroundPrimary500},colorBackgroundPrimary600:{backgroundColor:e.colorBackgroundPrimary600},colorBackgroundPrimary700:{backgroundColor:e.colorBackgroundPrimary700},colorBackgroundPrimary800:{backgroundColor:e.colorBackgroundPrimary800},colorBackgroundPrimary900:{backgroundColor:e.colorBackgroundPrimary900},colorBackgroundAccent100:{backgroundColor:e.colorBackgroundAccent100},colorBackgroundAccent200:{backgroundColor:e.colorBackgroundAccent200},colorBackgroundAccent300:{backgroundColor:e.colorBackgroundAccent300},colorBackgroundAccent400:{backgroundColor:e.colorBackgroundAccent400},colorBackgroundAccent500:{backgroundColor:e.colorBackgroundAccent500},colorBackgroundAccent600:{backgroundColor:e.colorBackgroundAccent600},colorBackgroundAccent700:{backgroundColor:e.colorBackgroundAccent700},colorBackgroundAccent800:{backgroundColor:e.colorBackgroundAccent800},colorBackgroundAccent900:{backgroundColor:e.colorBackgroundAccent900},colorBorderBase100:{borderColor:e.colorBorderBase100},colorBorderBase200:{borderColor:e.colorBorderBase200},colorBorderBase300:{borderColor:e.colorBorderBase300},colorBorderBase400:{borderColor:e.colorBorderBase400},colorBorderBase500:{borderColor:e.colorBorderBase500},colorBorderBase600:{borderColor:e.colorBorderBase600},colorBorderBase700:{borderColor:e.colorBorderBase700},colorBorderBase800:{borderColor:e.colorBorderBase800},colorBorderBase900:{borderColor:e.colorBorderBase900},colorForegroundBase100:{color:e.colorForegroundBase100},colorForegroundBase200:{color:e.colorForegroundBase200},colorForegroundBase300:{color:e.colorForegroundBase300},colorForegroundBase400:{color:e.colorForegroundBase400},colorForegroundBase500:{color:e.colorForegroundBase500},colorForegroundBase600:{color:e.colorForegroundBase600},colorForegroundBase700:{color:e.colorForegroundBase700},colorForegroundBase800:{color:e.colorForegroundBase800},colorForegroundBase900:{color:e.colorForegroundBase900},colorForegroundInverse100:{color:e.colorForegroundInverse100},colorForegroundInverse200:{color:e.colorForegroundInverse200},colorForegroundInverse300:{color:e.colorForegroundInverse300},colorForegroundInverse400:{color:e.colorForegroundInverse400},colorForegroundInverse500:{color:e.colorForegroundInverse500},colorForegroundInverse600:{color:e.colorForegroundInverse600},colorForegroundInverse700:{color:e.colorForegroundInverse700},colorForegroundInverse800:{color:e.colorForegroundInverse800},colorForegroundInverse900:{color:e.colorForegroundInverse900},colorForegroundFailure100:{color:e.colorForegroundFailure100},colorForegroundFailure200:{color:e.colorForegroundFailure200},colorForegroundFailure300:{color:e.colorForegroundFailure300},colorForegroundFailure400:{color:e.colorForegroundFailure400},colorForegroundFailure500:{color:e.colorForegroundFailure500},colorForegroundFailure600:{color:e.colorForegroundFailure600},colorForegroundFailure700:{color:e.colorForegroundFailure700},colorForegroundFailure800:{color:e.colorForegroundFailure800},colorForegroundFailure900:{color:e.colorForegroundFailure900},fontFamilyBase:{fontFamily:e.fontFamilyBase},fontFamilyTypographic:{fontFamily:e.fontFamilyTypographic},fontWeightBaseThin:{fontWeight:e.fontWeightBaseThin},fontWeightBaseExtraLight:{fontWeight:e.fontWeightBaseExtraLight},fontWeightBaseLight:{fontWeight:e.fontWeightBaseLight},fontWeightBaseRegular:{fontWeight:e.fontWeightBaseRegular},fontWeightBaseMedium:{fontWeight:e.fontWeightBaseMedium},fontWeightBaseSemiBold:{fontWeight:e.fontWeightBaseSemiBold},fontWeightBaseBold:{fontWeight:e.fontWeightBaseBold},fontWeightBaseExtraBold:{fontWeight:e.fontWeightBaseExtraBold},fontWeightBaseBlack:{fontWeight:e.fontWeightBaseBlack},fontSizeBaseX2S:{fontSize:e.fontSizeBaseX2S},fontSizeBaseXS:{fontSize:e.fontSizeBaseXS},fontSizeBaseSM:{fontSize:e.fontSizeBaseSM},fontSizeBaseMD:{fontSize:e.fontSizeBaseMD},fontSizeBaseLG:{fontSize:e.fontSizeBaseLG},fontSizeBaseXL:{fontSize:e.fontSizeBaseXL},fontSizeBaseX2L:{fontSize:e.fontSizeBaseX2L},fontSizeBaseX3L:{fontSize:e.fontSizeBaseX3L},fontSizeBaseX4L:{fontSize:e.fontSizeBaseX4L},fontSizeBaseX5L:{fontSize:e.fontSizeBaseX5L},fontSizeBaseX6L:{fontSize:e.fontSizeBaseX6L},gapBaseX6S:{gap:e.spacingBaseX6S},gapBaseX5S:{gap:e.spacingBaseX5S},gapBaseX4S:{gap:e.spacingBaseX4S},gapBaseX3S:{gap:e.spacingBaseX3S},gapBaseX2S:{gap:e.spacingBaseX2S},gapBaseXS:{gap:e.spacingBaseXS},gapBaseSM:{gap:e.spacingBaseSM},gapBaseMD:{gap:e.spacingBaseMD},gapBaseLG:{gap:e.spacingBaseLG},gapBaseXL:{gap:e.spacingBaseXL},gapBaseX2L:{gap:e.spacingBaseX2L},gapBaseX3L:{gap:e.spacingBaseX3L},gapBaseX4L:{gap:e.spacingBaseX4L},gapBaseX5L:{gap:e.spacingBaseX5L},gapBaseX6L:{gap:e.spacingBaseX6L},marginTopBaseX6S:{marginTop:e.spacingBaseX6S},paddingTopBaseX6S:{paddingTop:e.spacingBaseX6S},marginLeftBaseX6S:{marginLeft:e.spacingBaseX6S},paddingLeftBaseX6S:{paddingLeft:e.spacingBaseX6S},marginRightBaseX6S:{marginRight:e.spacingBaseX6S},paddingRightBaseX6S:{paddingRight:e.spacingBaseX6S},marginBottomBaseX6S:{marginBottom:e.spacingBaseX6S},paddingBottomBaseX6S:{paddingBottom:e.spacingBaseX6S},marginTopBaseX5S:{marginTop:e.spacingBaseX5S},paddingTopBaseX5S:{paddingTop:e.spacingBaseX5S},marginLeftBaseX5S:{marginLeft:e.spacingBaseX5S},paddingLeftBaseX5S:{paddingLeft:e.spacingBaseX5S},marginRightBaseX5S:{marginRight:e.spacingBaseX5S},paddingRightBaseX5S:{paddingRight:e.spacingBaseX5S},marginBottomBaseX5S:{marginBottom:e.spacingBaseX5S},paddingBottomBaseX5S:{paddingBottom:e.spacingBaseX5S},marginTopBaseX4S:{marginTop:e.spacingBaseX4S},paddingTopBaseX4S:{paddingTop:e.spacingBaseX4S},marginLeftBaseX4S:{marginLeft:e.spacingBaseX4S},paddingLeftBaseX4S:{paddingLeft:e.spacingBaseX4S},marginRightBaseX4S:{marginRight:e.spacingBaseX4S},paddingRightBaseX4S:{paddingRight:e.spacingBaseX4S},marginBottomBaseX4S:{marginBottom:e.spacingBaseX4S},paddingBottomBaseX4S:{paddingBottom:e.spacingBaseX4S},marginTopBaseX3S:{marginTop:e.spacingBaseX3S},paddingTopBaseX3S:{paddingTop:e.spacingBaseX3S},marginLeftBaseX3S:{marginLeft:e.spacingBaseX3S},paddingLeftBaseX3S:{paddingLeft:e.spacingBaseX3S},marginRightBaseX3S:{marginRight:e.spacingBaseX3S},paddingRightBaseX3S:{paddingRight:e.spacingBaseX3S},marginBottomBaseX3S:{marginBottom:e.spacingBaseX3S},paddingBottomBaseX3S:{paddingBottom:e.spacingBaseX3S},marginTopBaseX2S:{marginTop:e.spacingBaseX2S},paddingTopBaseX2S:{paddingTop:e.spacingBaseX2S},marginLeftBaseX2S:{marginLeft:e.spacingBaseX2S},paddingLeftBaseX2S:{paddingLeft:e.spacingBaseX2S},marginRightBaseX2S:{marginRight:e.spacingBaseX2S},paddingRightBaseX2S:{paddingRight:e.spacingBaseX2S},marginBottomBaseX2S:{marginBottom:e.spacingBaseX2S},paddingBottomBaseX2S:{paddingBottom:e.spacingBaseX2S},marginTopBaseXS:{marginTop:e.spacingBaseXS},paddingTopBaseXS:{paddingTop:e.spacingBaseXS},marginLeftBaseXS:{marginLeft:e.spacingBaseXS},paddingLeftBaseXS:{paddingLeft:e.spacingBaseXS},marginRightBaseXS:{marginRight:e.spacingBaseXS},paddingRightBaseXS:{paddingRight:e.spacingBaseXS},marginBottomBaseXS:{marginBottom:e.spacingBaseXS},paddingBottomBaseXS:{paddingBottom:e.spacingBaseXS},marginTopBaseSM:{marginTop:e.spacingBaseSM},paddingTopBaseSM:{paddingTop:e.spacingBaseSM},marginLeftBaseSM:{marginLeft:e.spacingBaseSM},paddingLeftBaseSM:{paddingLeft:e.spacingBaseSM},marginRightBaseSM:{marginRight:e.spacingBaseSM},paddingRightBaseSM:{paddingRight:e.spacingBaseSM},marginBottomBaseSM:{marginBottom:e.spacingBaseSM},paddingBottomBaseSM:{paddingBottom:e.spacingBaseSM},marginTopBaseMD:{marginTop:e.spacingBaseMD},paddingTopBaseMD:{paddingTop:e.spacingBaseMD},marginLeftBaseMD:{marginLeft:e.spacingBaseMD},paddingLeftBaseMD:{paddingLeft:e.spacingBaseMD},marginRightBaseMD:{marginRight:e.spacingBaseMD},paddingRightBaseMD:{paddingRight:e.spacingBaseMD},marginBottomBaseMD:{marginBottom:e.spacingBaseMD},paddingBottomBaseMD:{paddingBottom:e.spacingBaseMD},marginTopBaseLG:{marginTop:e.spacingBaseLG},paddingTopBaseLG:{paddingTop:e.spacingBaseLG},marginLeftBaseLG:{marginLeft:e.spacingBaseLG},paddingLeftBaseLG:{paddingLeft:e.spacingBaseLG},marginRightBaseLG:{marginRight:e.spacingBaseLG},paddingRightBaseLG:{paddingRight:e.spacingBaseLG},marginBottomBaseLG:{marginBottom:e.spacingBaseLG},paddingBottomBaseLG:{paddingBottom:e.spacingBaseLG},marginTopBaseXL:{marginTop:e.spacingBaseXL},paddingTopBaseXL:{paddingTop:e.spacingBaseXL},marginLeftBaseXL:{marginLeft:e.spacingBaseXL},paddingLeftBaseXL:{paddingLeft:e.spacingBaseXL},marginRightBaseXL:{marginRight:e.spacingBaseXL},paddingRightBaseXL:{paddingRight:e.spacingBaseXL},marginBottomBaseXL:{marginBottom:e.spacingBaseXL},paddingBottomBaseXL:{paddingBottom:e.spacingBaseXL},marginTopBaseX2L:{marginTop:e.spacingBaseX2L},paddingTopBaseX2L:{paddingTop:e.spacingBaseX2L},marginLeftBaseX2L:{marginLeft:e.spacingBaseX2L},paddingLeftBaseX2L:{paddingLeft:e.spacingBaseX2L},marginRightBaseX2L:{marginRight:e.spacingBaseX2L},paddingRightBaseX2L:{paddingRight:e.spacingBaseX2L},marginBottomBaseX2L:{marginBottom:e.spacingBaseX2L},paddingBottomBaseX2L:{paddingBottom:e.spacingBaseX2L},marginTopBaseX3L:{marginTop:e.spacingBaseX3L},paddingTopBaseX3L:{paddingTop:e.spacingBaseX3L},marginLeftBaseX3L:{marginLeft:e.spacingBaseX3L},paddingLeftBaseX3L:{paddingLeft:e.spacingBaseX3L},marginRightBaseX3L:{marginRight:e.spacingBaseX3L},paddingRightBaseX3L:{paddingRight:e.spacingBaseX3L},marginBottomBaseX3L:{marginBottom:e.spacingBaseX3L},paddingBottomBaseX3L:{paddingBottom:e.spacingBaseX3L},marginTopBaseX4L:{marginTop:e.spacingBaseX4L},paddingTopBaseX4L:{paddingTop:e.spacingBaseX4L},marginLeftBaseX4L:{marginLeft:e.spacingBaseX4L},paddingLeftBaseX4L:{paddingLeft:e.spacingBaseX4L},marginRightBaseX4L:{marginRight:e.spacingBaseX4L},paddingRightBaseX4L:{paddingRight:e.spacingBaseX4L},marginBottomBaseX4L:{marginBottom:e.spacingBaseX4L},paddingBottomBaseX4L:{paddingBottom:e.spacingBaseX4L},marginTopBaseX5L:{marginTop:e.spacingBaseX5L},paddingTopBaseX5L:{paddingTop:e.spacingBaseX5L},marginLeftBaseX5L:{marginLeft:e.spacingBaseX5L},paddingLeftBaseX5L:{paddingLeft:e.spacingBaseX5L},marginRightBaseX5L:{marginRight:e.spacingBaseX5L},paddingRightBaseX5L:{paddingRight:e.spacingBaseX5L},marginBottomBaseX5L:{marginBottom:e.spacingBaseX5L},paddingBottomBaseX5L:{paddingBottom:e.spacingBaseX5L},marginTopBaseX6L:{marginTop:e.spacingBaseX6L},paddingTopBaseX6L:{paddingTop:e.spacingBaseX6L},marginLeftBaseX6L:{marginLeft:e.spacingBaseX6L},paddingLeftBaseX6L:{paddingLeft:e.spacingBaseX6L},marginRightBaseX6L:{marginRight:e.spacingBaseX6L},paddingRightBaseX6L:{paddingRight:e.spacingBaseX6L},marginBottomBaseX6L:{marginBottom:e.spacingBaseX6L},paddingBottomBaseX6L:{paddingBottom:e.spacingBaseX6L},borderWidthBaseSM:{borderWidth:e.borderWidthBaseSM},borderWidthBaseMD:{borderWidth:e.borderWidthBaseMD},borderWidthBaseLG:{borderWidth:e.borderWidthBaseLG},borderWidthTopBaseSM:{borderTopWidth:e.borderWidthBaseSM},borderWidthTopBaseMD:{borderTopWidth:e.borderWidthBaseMD},borderWidthTopBaseLG:{borderTopWidth:e.borderWidthBaseLG},borderWidthLeftBaseSM:{borderLeftWidth:e.borderWidthBaseSM},borderWidthLeftBaseMD:{borderLeftWidth:e.borderWidthBaseMD},borderWidthLeftBaseLG:{borderLeftWidth:e.borderWidthBaseLG},borderWidthRightBaseSM:{borderRightWidth:e.borderWidthBaseSM},borderWidthRightBaseMD:{borderRightWidth:e.borderWidthBaseMD},borderWidthRightBaseLG:{borderRightWidth:e.borderWidthBaseLG},borderWidthBottomBaseSM:{borderBottomWidth:e.borderWidthBaseSM},borderWidthBottomBaseMD:{borderBottomWidth:e.borderWidthBaseMD},borderWidthBottomBaseLG:{borderBottomWidth:e.borderWidthBaseLG},borderRadiusBaseXS:{borderRadius:e.borderRadiusBaseXS},borderRadiusBaseSM:{borderRadius:e.borderRadiusBaseSM},borderRadiusBaseMD:{borderRadius:e.borderRadiusBaseMD},borderRadiusBaseLG:{borderRadius:e.borderRadiusBaseLG},borderRadiusBaseXL:{borderRadius:e.borderRadiusBaseXL},borderRadiusBaseX2L:{borderRadius:e.borderRadiusBaseX2L},borderRadiusBaseX3L:{borderRadius:e.borderRadiusBaseX3L},borderRadiusBaseX4L:{borderRadius:e.borderRadiusBaseX4L},borderRadiusBaseX5L:{borderRadius:e.borderRadiusBaseX5L},borderRadiusBaseX6L:{borderRadius:e.borderRadiusBaseX6L},borderTopLeftRadiusBaseXS:{borderTopLeftRadius:e.borderRadiusBaseXS},borderTopLeftRadiusBaseSM:{borderTopLeftRadius:e.borderRadiusBaseSM},borderTopLeftRadiusBaseMD:{borderTopLeftRadius:e.borderRadiusBaseMD},borderTopLeftRadiusBaseLG:{borderTopLeftRadius:e.borderRadiusBaseLG},borderTopLeftRadiusBaseXL:{borderTopLeftRadius:e.borderRadiusBaseXL},borderTopLeftRadiusBaseX2L:{borderTopLeftRadius:e.borderRadiusBaseX2L},borderTopLeftRadiusBaseX3L:{borderTopLeftRadius:e.borderRadiusBaseX3L},borderTopLeftRadiusBaseX4L:{borderTopLeftRadius:e.borderRadiusBaseX4L},borderTopLeftRadiusBaseX5L:{borderTopLeftRadius:e.borderRadiusBaseX5L},borderTopLeftRadiusBaseX6L:{borderTopLeftRadius:e.borderRadiusBaseX6L},borderTopRightRadiusBaseXS:{borderTopRightRadius:e.borderRadiusBaseXS},borderTopRightRadiusBaseSM:{borderTopRightRadius:e.borderRadiusBaseSM},borderTopRightRadiusBaseMD:{borderTopRightRadius:e.borderRadiusBaseMD},borderTopRightRadiusBaseLG:{borderTopRightRadius:e.borderRadiusBaseLG},borderTopRightRadiusBaseXL:{borderTopRightRadius:e.borderRadiusBaseXL},borderTopRightRadiusBaseX2L:{borderTopRightRadius:e.borderRadiusBaseX2L},borderTopRightRadiusBaseX3L:{borderTopRightRadius:e.borderRadiusBaseX3L},borderTopRightRadiusBaseX4L:{borderTopRightRadius:e.borderRadiusBaseX4L},borderTopRightRadiusBaseX5L:{borderTopRightRadius:e.borderRadiusBaseX5L},borderTopRightRadiusBaseX6L:{borderTopRightRadius:e.borderRadiusBaseX6L},borderBottomLeftRadiusBaseXS:{borderBottomLeftRadius:e.borderRadiusBaseXS},borderBottomLeftRadiusBaseSM:{borderBottomLeftRadius:e.borderRadiusBaseSM},borderBottomLeftRadiusBaseMD:{borderBottomLeftRadius:e.borderRadiusBaseMD},borderBottomLeftRadiusBaseLG:{borderBottomLeftRadius:e.borderRadiusBaseLG},borderBottomLeftRadiusBaseXL:{borderBottomLeftRadius:e.borderRadiusBaseXL},borderBottomLeftRadiusBaseX2L:{borderBottomLeftRadius:e.borderRadiusBaseX2L},borderBottomLeftRadiusBaseX3L:{borderBottomLeftRadius:e.borderRadiusBaseX3L},borderBottomLeftRadiusBaseX4L:{borderBottomLeftRadius:e.borderRadiusBaseX4L},borderBottomLeftRadiusBaseX5L:{borderBottomLeftRadius:e.borderRadiusBaseX5L},borderBottomLeftRadiusBaseX6L:{borderBottomLeftRadius:e.borderRadiusBaseX6L},borderBottomRightRadiusBaseXS:{borderBottomRightRadius:e.borderRadiusBaseXS},borderBottomRightRadiusBaseSM:{borderBottomRightRadius:e.borderRadiusBaseSM},borderBottomRightRadiusBaseMD:{borderBottomRightRadius:e.borderRadiusBaseMD},borderBottomRightRadiusBaseLG:{borderBottomRightRadius:e.borderRadiusBaseLG},borderBottomRightRadiusBaseXL:{borderBottomRightRadius:e.borderRadiusBaseXL},borderBottomRightRadiusBaseX2L:{borderBottomRightRadius:e.borderRadiusBaseX2L},borderBottomRightRadiusBaseX3L:{borderBottomRightRadius:e.borderRadiusBaseX3L},borderBottomRightRadiusBaseX4L:{borderBottomRightRadius:e.borderRadiusBaseX4L},borderBottomRightRadiusBaseX5L:{borderBottomRightRadius:e.borderRadiusBaseX5L},borderBottomRightRadiusBaseX6L:{borderBottomRightRadius:e.borderRadiusBaseX6L}})}),[e])},i="rgb(215,215,220)",s="rgb(220,220,225)",d="rgb(225,225,230)",u="rgb(230,230,235)",c="rgb(235,235,240)",l="rgb(240,240,245)",B="rgb(245,245,250)",g="rgb(250,250,255)",f="rgb(255,255,255)",L="rgb(40,40,45)",S="rgb(35,35,40)",p="rgb(30,30,35)",b="rgb(25,25,30)",X="rgb(20,20,25)",m="rgb(15,15,20)",R="rgb(10,10,15)",h="rgb(5,5,10)",T="rgb(0,0,5)",E="rgb(215,235,255)",y="rgb(200,225,252)",v="rgb(180,215,249)",A="rgb(160,205,246)",F="rgb(140,195,243)",C="rgb(115,180,238)",M="rgb(95,168,233)",I="rgb(75,155,225)",_="rgb(50,130,200)",x="rgb(235,235,240)",k="rgb(230,230,235)",N="rgb(225,225,230)",D="rgb(220,220,225)",W="rgb(215,215,220)",P="rgb(210,210,215)",w="rgb(205,205,210)",G="rgb(200,200,205)",O="rgb(195,195,200)",H="rgb(200,200,205)",j="rgb(175,175,180)",U="rgb(150,150,155)",z="rgb(125,125,130)",V="rgb(100,100,105)",Y="rgb(75,75,80)",J="rgb(50,50,55)",q="rgb(25,25,30)",K="rgb(0,0,5)",$="rgb(50,50,55)",Q="rgb(75,75,80)",Z="rgb(100,100,105)",ee="rgb(125,125,130)",re="rgb(150,150,155)",oe="rgb(175,175,180)",ne="rgb(200,200,205)",te="rgb(225,225,230)",ae="rgb(250,250,255)",ie="rgb(225,200,200)",se="rgb(220,175,175)",de="rgb(215,150,150)",ue="rgb(210,125,125)",ce="rgb(205,100,100)",le="rgb(200,75,75)",Be="rgb(195,50,50)",ge="rgb(190,25,25)",fe="rgb(185,0,0)",Le=t.Platform.select({web:["ui-sans-serif","-apple-system","BlinkMacSystemFont",'"Segoe UI"',"Roboto","Helvetica","Arial","sans-serif"].join(","),default:"System"}),Se=t.Platform.select({web:['"Times New Roman"',"Times","Georgia","serif"].join(","),ios:"Times New Roman",default:"serif"}),pe=o(272),be=(0,n.createContext)({colorBackgroundBase100:i,colorBackgroundBase200:s,colorBackgroundBase300:d,colorBackgroundBase400:u,colorBackgroundBase500:c,colorBackgroundBase600:l,colorBackgroundBase700:B,colorBackgroundBase800:g,colorBackgroundBase900:f,colorBackgroundPrimary100:L,colorBackgroundPrimary200:S,colorBackgroundPrimary300:p,colorBackgroundPrimary400:b,colorBackgroundPrimary500:X,colorBackgroundPrimary600:m,colorBackgroundPrimary700:R,colorBackgroundPrimary800:h,colorBackgroundPrimary900:T,colorBackgroundAccent100:E,colorBackgroundAccent200:y,colorBackgroundAccent300:v,colorBackgroundAccent400:A,colorBackgroundAccent500:F,colorBackgroundAccent600:C,colorBackgroundAccent700:M,colorBackgroundAccent800:I,colorBackgroundAccent900:_,colorBorderBase100:x,colorBorderBase200:k,colorBorderBase300:N,colorBorderBase400:D,colorBorderBase500:W,colorBorderBase600:P,colorBorderBase700:w,colorBorderBase800:G,colorBorderBase900:O,colorForegroundBase100:H,colorForegroundBase200:j,colorForegroundBase300:U,colorForegroundBase400:z,colorForegroundBase500:V,colorForegroundBase600:Y,colorForegroundBase700:J,colorForegroundBase800:q,colorForegroundBase900:K,colorForegroundInverse100:$,colorForegroundInverse200:Q,colorForegroundInverse300:Z,colorForegroundInverse400:ee,colorForegroundInverse500:re,colorForegroundInverse600:oe,colorForegroundInverse700:ne,colorForegroundInverse800:te,colorForegroundInverse900:ae,colorForegroundFailure100:ie,colorForegroundFailure200:se,colorForegroundFailure300:de,colorForegroundFailure400:ue,colorForegroundFailure500:ce,colorForegroundFailure600:le,colorForegroundFailure700:Be,colorForegroundFailure800:ge,colorForegroundFailure900:fe,fontFamilyBase:Le,fontFamilyTypographic:Se,fontWeightBaseThin:100,fontWeightBaseExtraLight:200,fontWeightBaseLight:300,fontWeightBaseRegular:400,fontWeightBaseMedium:500,fontWeightBaseSemiBold:600,fontWeightBaseBold:700,fontWeightBaseExtraBold:800,fontWeightBaseBlack:900,fontSizeBaseX2S:10,fontSizeBaseXS:12,fontSizeBaseSM:14,fontSizeBaseMD:16,fontSizeBaseLG:18,fontSizeBaseXL:20,fontSizeBaseX2L:24,fontSizeBaseX3L:30,fontSizeBaseX4L:36,fontSizeBaseX5L:48,fontSizeBaseX6L:60,lineHeightBaseNone:1,lineHeightBaseTight:1.25,lineHeightBaseSnug:1.375,lineHeightBaseNormal:1.5,lineHeightBaseRelaxed:1.625,lineHeightBaseLoose:2,iconSizeBaseSM:16,iconSizeBaseMD:24,iconSizeBaseLG:32,spacingBaseX6S:2,spacingBaseX5S:4,spacingBaseX4S:6,spacingBaseX3S:8,spacingBaseX2S:10,spacingBaseXS:12,spacingBaseSM:14,spacingBaseMD:16,spacingBaseLG:18,spacingBaseXL:20,spacingBaseX2L:24,spacingBaseX3L:28,spacingBaseX4L:32,spacingBaseX5L:36,spacingBaseX6L:40,borderWidthBaseSM:.5,borderWidthBaseMD:1,borderWidthBaseLG:1.5,borderRadiusBaseXS:2,borderRadiusBaseSM:4,borderRadiusBaseMD:6,borderRadiusBaseLG:8,borderRadiusBaseXL:10,borderRadiusBaseX2L:12,borderRadiusBaseX3L:16,borderRadiusBaseX4L:18,borderRadiusBaseX5L:20,borderRadiusBaseX6L:24,durationBaseSM:125,durationBaseMD:175,durationBaseLG:225}),Xe=function(e){var r=e.colorBackgroundBase100,o=e.colorBackgroundBase200,t=e.colorBackgroundBase300,a=e.colorBackgroundBase400,Xe=e.colorBackgroundBase500,me=e.colorBackgroundBase600,Re=e.colorBackgroundBase700,he=e.colorBackgroundBase800,Te=e.colorBackgroundBase900,Ee=e.colorBackgroundPrimary100,ye=e.colorBackgroundPrimary200,ve=e.colorBackgroundPrimary300,Ae=e.colorBackgroundPrimary400,Fe=e.colorBackgroundPrimary500,Ce=e.colorBackgroundPrimary600,Me=e.colorBackgroundPrimary700,Ie=e.colorBackgroundPrimary800,_e=e.colorBackgroundPrimary900,xe=e.colorBackgroundAccent100,ke=e.colorBackgroundAccent200,Ne=e.colorBackgroundAccent300,De=e.colorBackgroundAccent400,We=e.colorBackgroundAccent500,Pe=e.colorBackgroundAccent600,we=e.colorBackgroundAccent700,Ge=e.colorBackgroundAccent800,Oe=e.colorBackgroundAccent900,He=e.colorBorderBase100,je=e.colorBorderBase200,Ue=e.colorBorderBase300,ze=e.colorBorderBase400,Ve=e.colorBorderBase500,Ye=e.colorBorderBase600,Je=e.colorBorderBase700,qe=e.colorBorderBase800,Ke=e.colorBorderBase900,$e=e.colorForegroundBase100,Qe=e.colorForegroundBase200,Ze=e.colorForegroundBase300,er=e.colorForegroundBase400,rr=e.colorForegroundBase500,or=e.colorForegroundBase600,nr=e.colorForegroundBase700,tr=e.colorForegroundBase800,ar=e.colorForegroundBase900,ir=e.colorForegroundInverse100,sr=e.colorForegroundInverse200,dr=e.colorForegroundInverse300,ur=e.colorForegroundInverse400,cr=e.colorForegroundInverse500,lr=e.colorForegroundInverse600,Br=e.colorForegroundInverse700,gr=e.colorForegroundInverse800,fr=e.colorForegroundInverse900,Lr=e.colorForegroundFailure100,Sr=e.colorForegroundFailure200,pr=e.colorForegroundFailure300,br=e.colorForegroundFailure400,Xr=e.colorForegroundFailure500,mr=e.colorForegroundFailure600,Rr=e.colorForegroundFailure700,hr=e.colorForegroundFailure800,Tr=e.colorForegroundFailure900,Er=e.fontFamilyBase,yr=e.fontFamilyTypographic,vr=e.fontWeightBaseThin,Ar=e.fontWeightBaseExtraLight,Fr=e.fontWeightBaseLight,Cr=e.fontWeightBaseRegular,Mr=e.fontWeightBaseMedium,Ir=e.fontWeightBaseSemiBold,_r=e.fontWeightBaseBold,xr=e.fontWeightBaseExtraBold,kr=e.fontWeightBaseBlack,Nr=e.fontSizeBaseX2S,Dr=e.fontSizeBaseXS,Wr=e.fontSizeBaseSM,Pr=e.fontSizeBaseMD,wr=e.fontSizeBaseLG,Gr=e.fontSizeBaseXL,Or=e.fontSizeBaseX2L,Hr=e.fontSizeBaseX3L,jr=e.fontSizeBaseX4L,Ur=e.fontSizeBaseX5L,zr=e.fontSizeBaseX6L,Vr=e.lineHeightBaseNone,Yr=e.lineHeightBaseTight,Jr=e.lineHeightBaseSnug,qr=e.lineHeightBaseNormal,Kr=e.lineHeightBaseRelaxed,$r=e.lineHeightBaseLoose,Qr=e.iconSizeBaseSM,Zr=e.iconSizeBaseMD,eo=e.iconSizeBaseLG,ro=e.spacingBaseX6S,oo=e.spacingBaseX5S,no=e.spacingBaseX4S,to=e.spacingBaseX3S,ao=e.spacingBaseX2S,io=e.spacingBaseXS,so=e.spacingBaseSM,uo=e.spacingBaseMD,co=e.spacingBaseLG,lo=e.spacingBaseXL,Bo=e.spacingBaseX2L,go=e.spacingBaseX3L,fo=e.spacingBaseX4L,Lo=e.spacingBaseX5L,So=e.spacingBaseX6L,po=e.borderWidthBaseSM,bo=e.borderWidthBaseMD,Xo=e.borderWidthBaseLG,mo=e.borderRadiusBaseXS,Ro=e.borderRadiusBaseSM,ho=e.borderRadiusBaseMD,To=e.borderRadiusBaseLG,Eo=e.borderRadiusBaseXL,yo=e.borderRadiusBaseX2L,vo=e.borderRadiusBaseX3L,Ao=e.borderRadiusBaseX4L,Fo=e.borderRadiusBaseX5L,Co=e.borderRadiusBaseX6L,Mo=e.durationBaseSM,Io=e.durationBaseMD,_o=e.durationBaseLG,xo=e.children,ko=(0,n.useMemo)((function(){return{colorBackgroundBase100:null!=r?r:i,colorBackgroundBase200:null!=o?o:s,colorBackgroundBase300:null!=t?t:d,colorBackgroundBase400:null!=a?a:u,colorBackgroundBase500:null!=Xe?Xe:c,colorBackgroundBase600:null!=me?me:l,colorBackgroundBase700:null!=Re?Re:B,colorBackgroundBase800:null!=he?he:g,colorBackgroundBase900:null!=Te?Te:f,colorBackgroundPrimary100:null!=Ee?Ee:L,colorBackgroundPrimary200:null!=ye?ye:S,colorBackgroundPrimary300:null!=ve?ve:p,colorBackgroundPrimary400:null!=Ae?Ae:b,colorBackgroundPrimary500:null!=Fe?Fe:X,colorBackgroundPrimary600:null!=Ce?Ce:m,colorBackgroundPrimary700:null!=Me?Me:R,colorBackgroundPrimary800:null!=Ie?Ie:h,colorBackgroundPrimary900:null!=_e?_e:T,colorBackgroundAccent100:null!=xe?xe:E,colorBackgroundAccent200:null!=ke?ke:y,colorBackgroundAccent300:null!=Ne?Ne:v,colorBackgroundAccent400:null!=De?De:A,colorBackgroundAccent500:null!=We?We:F,colorBackgroundAccent600:null!=Pe?Pe:C,colorBackgroundAccent700:null!=we?we:M,colorBackgroundAccent800:null!=Ge?Ge:I,colorBackgroundAccent900:null!=Oe?Oe:_,colorBorderBase100:null!=He?He:x,colorBorderBase200:null!=je?je:k,colorBorderBase300:null!=Ue?Ue:N,colorBorderBase400:null!=ze?ze:D,colorBorderBase500:null!=Ve?Ve:W,colorBorderBase600:null!=Ye?Ye:P,colorBorderBase700:null!=Je?Je:w,colorBorderBase800:null!=qe?qe:G,colorBorderBase900:null!=Ke?Ke:O,colorForegroundBase100:null!=$e?$e:H,colorForegroundBase200:null!=Qe?Qe:j,colorForegroundBase300:null!=Ze?Ze:U,colorForegroundBase400:null!=er?er:z,colorForegroundBase500:null!=rr?rr:V,colorForegroundBase600:null!=or?or:Y,colorForegroundBase700:null!=nr?nr:J,colorForegroundBase800:null!=tr?tr:q,colorForegroundBase900:null!=ar?ar:K,colorForegroundInverse100:null!=ir?ir:$,colorForegroundInverse200:null!=sr?sr:Q,colorForegroundInverse300:null!=dr?dr:Z,colorForegroundInverse400:null!=ur?ur:ee,colorForegroundInverse500:null!=cr?cr:re,colorForegroundInverse600:null!=lr?lr:oe,colorForegroundInverse700:null!=Br?Br:ne,colorForegroundInverse800:null!=gr?gr:te,colorForegroundInverse900:null!=fr?fr:ae,colorForegroundFailure100:null!=Lr?Lr:ie,colorForegroundFailure200:null!=Sr?Sr:se,colorForegroundFailure300:null!=pr?pr:de,colorForegroundFailure400:null!=br?br:ue,colorForegroundFailure500:null!=Xr?Xr:ce,colorForegroundFailure600:null!=mr?mr:le,colorForegroundFailure700:null!=Rr?Rr:Be,colorForegroundFailure800:null!=hr?hr:ge,colorForegroundFailure900:null!=Tr?Tr:fe,fontFamilyBase:null!=Er?Er:Le,fontFamilyTypographic:null!=yr?yr:Se,fontWeightBaseThin:null!=vr?vr:100,fontWeightBaseExtraLight:null!=Ar?Ar:200,fontWeightBaseLight:null!=Fr?Fr:300,fontWeightBaseRegular:null!=Cr?Cr:400,fontWeightBaseMedium:null!=Mr?Mr:500,fontWeightBaseSemiBold:null!=Ir?Ir:600,fontWeightBaseBold:null!=_r?_r:700,fontWeightBaseExtraBold:null!=xr?xr:800,fontWeightBaseBlack:null!=kr?kr:900,fontSizeBaseX2S:null!=Nr?Nr:10,fontSizeBaseXS:null!=Dr?Dr:12,fontSizeBaseSM:null!=Wr?Wr:14,fontSizeBaseMD:null!=Pr?Pr:16,fontSizeBaseLG:null!=wr?wr:18,fontSizeBaseXL:null!=Gr?Gr:20,fontSizeBaseX2L:null!=Or?Or:24,fontSizeBaseX3L:null!=Hr?Hr:30,fontSizeBaseX4L:null!=jr?jr:36,fontSizeBaseX5L:null!=Ur?Ur:48,fontSizeBaseX6L:null!=zr?zr:60,lineHeightBaseNone:null!=Vr?Vr:1,lineHeightBaseTight:null!=Yr?Yr:1.25,lineHeightBaseSnug:null!=Jr?Jr:1.375,lineHeightBaseNormal:null!=qr?qr:1.5,lineHeightBaseRelaxed:null!=Kr?Kr:1.625,lineHeightBaseLoose:null!=$r?$r:2,iconSizeBaseSM:null!=Qr?Qr:16,iconSizeBaseMD:null!=Zr?Zr:24,iconSizeBaseLG:null!=eo?eo:32,spacingBaseX6S:null!=ro?ro:2,spacingBaseX5S:null!=oo?oo:4,spacingBaseX4S:null!=no?no:6,spacingBaseX3S:null!=to?to:8,spacingBaseX2S:null!=ao?ao:10,spacingBaseXS:null!=io?io:12,spacingBaseSM:null!=so?so:14,spacingBaseMD:null!=uo?uo:16,spacingBaseLG:null!=co?co:18,spacingBaseXL:null!=lo?lo:20,spacingBaseX2L:null!=Bo?Bo:24,spacingBaseX3L:null!=go?go:28,spacingBaseX4L:null!=fo?fo:32,spacingBaseX5L:null!=Lo?Lo:36,spacingBaseX6L:null!=So?So:40,borderWidthBaseSM:null!=po?po:.5,borderWidthBaseMD:null!=bo?bo:1,borderWidthBaseLG:null!=Xo?Xo:1.5,borderRadiusBaseXS:null!=mo?mo:2,borderRadiusBaseSM:null!=Ro?Ro:4,borderRadiusBaseMD:null!=ho?ho:6,borderRadiusBaseLG:null!=To?To:8,borderRadiusBaseXL:null!=Eo?Eo:10,borderRadiusBaseX2L:null!=yo?yo:12,borderRadiusBaseX3L:null!=vo?vo:16,borderRadiusBaseX4L:null!=Ao?Ao:18,borderRadiusBaseX5L:null!=Fo?Fo:20,borderRadiusBaseX6L:null!=Co?Co:24,durationBaseSM:null!=Mo?Mo:125,durationBaseMD:null!=Io?Io:175,durationBaseLG:null!=_o?_o:225}}),[r,o,t,a,Xe,me,Re,he,Te,Ee,ye,ve,Ae,Fe,Ce,Me,Ie,_e,xe,ke,Ne,De,We,Pe,we,Ge,Oe,He,je,Ue,ze,Ve,Ye,Je,qe,Ke,$e,Qe,Ze,er,rr,or,nr,tr,ar,ir,sr,dr,ur,cr,lr,Br,gr,fr,Lr,Sr,pr,br,Xr,mr,Rr,hr,Tr,Er,yr,vr,Ar,Fr,Cr,Mr,Ir,_r,xr,kr,Nr,Dr,Wr,Pr,wr,Gr,Or,Hr,jr,Ur,zr,Vr,Yr,Jr,qr,Kr,$r,Qr,Zr,eo,ro,oo,no,to,ao,io,so,uo,co,lo,Bo,go,fo,Lo,So,po,bo,Xo,mo,Ro,ho,To,Eo,yo,vo,Ao,Fo,Co,Mo,Io,_o]);return(0,pe.jsx)(be.Provider,{value:ko,children:xo})},me=function(){return(0,n.useContext)(be)}},729:e=>{e.exports=t},155:r=>{r.exports=e},389:e=>{e.exports=r},254:e=>{e.exports=n},272:e=>{e.exports=o}},i={};function s(e){var r=i[e];if(void 0!==r)return r.exports;var o=i[e]={exports:{}};return a[e](o,o.exports,s),o.exports}s.n=e=>{var r=e&&e.__esModule?()=>e.default:()=>e;return s.d(r,{a:r}),r},s.d=(e,r)=>{for(var o in r)s.o(r,o)&&!s.o(e,o)&&Object.defineProperty(e,o,{enumerable:!0,get:r[o]})},s.o=(e,r)=>Object.prototype.hasOwnProperty.call(e,r),s.r=e=>{"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})};var d={};s.r(d),s.d(d,{DIMENSION_MAX:()=>k,DIMENSION_MIN:()=>x,Dimension:()=>_,FRACTION_MAX:()=>G,FRACTION_MIN:()=>w,Fraction:()=>P,Gradient:()=>h,Media:()=>u.$U,MediaContextProvider:()=>u.tZ,Text:()=>T,ThemeContextProvider:()=>c.wX,View:()=>E,useMediaContext:()=>u.$c,useThemeContext:()=>c.wR,useThemeStyleSheet:()=>c.JU});var u=s(410),c=s(500),l=s(155),B=s(389),g=s(254),f=s.n(g);function L(e){return L="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},L(e)}function S(e,r,o){return(r=function(e){var r=function(e){if("object"!=L(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=L(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==L(r)?r:r+""}(r))in e?Object.defineProperty(e,r,{value:o,enumerable:!0,configurable:!0,writable:!0}):e[r]=o,e}var p=function(e){return e[e.TOP=0]="TOP",e[e.LEFT=1]="LEFT",e[e.RIGHT=2]="RIGHT",e[e.BOTTOM=3]="BOTTOM",e}({}),b=S(S(S(S({},p.TOP,{x1:0,y1:1,x2:0,y2:0}),p.LEFT,{x1:1,y1:0,x2:0,y2:0}),p.RIGHT,{x1:0,y1:0,x2:1,y2:0}),p.BOTTOM,{x1:0,y1:0,x2:0,y2:1}),X=s(272),m=function(e){var r=e.offset,o=e.color;return(0,X.jsx)(g.Stop,{offset:r.toValue(),stopColor:o})},R=function(e){var r=e.testId,o=e.direction,n=e.children;return(0,X.jsx)(B.View,{testID:r,style:B.StyleSheet.absoluteFill,children:(0,X.jsxs)(f(),{width:"100%",height:"100%",children:[(0,X.jsx)(g.Defs,{children:(0,X.jsx)(g.LinearGradient,{id:"gradient-linear",x1:b[o].x1,y1:b[o].y1,x2:b[o].x2,y2:b[o].y2,children:n.map((function(e,r){if((0,l.isValidElement)(e)&&e.type===m){var o=e.props;return(0,X.jsx)(g.Stop,{offset:o.offset.toValue(),stopColor:o.color},[r,o.offset.toValue(),o.color].join())}})).filter((function(e){return void 0!==e}))})}),(0,X.jsx)(g.Rect,{x:"0",y:"0",width:"100%",height:"100%",fill:"url(#gradient-linear)"})]})})};R.Direction=p;var h={Linear:R,Stop:m},T=B.Platform.select({native:s(818).A,web:s(682).A}),E=B.Platform.select({native:s(300).A,web:s(492).A}),y=function(e){return e[e.PIXEL=0]="PIXEL",e[e.PERCENT=1]="PERCENT",e}({});function v(e){return v="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},v(e)}function A(e,r){for(var o=0;o<r.length;o++){var n=r[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,F(n.key),n)}}function F(e){var r=function(e){if("object"!=v(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=v(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==v(r)?r:r+""}var C,M,I,_=function(){return e=function e(r){var o=arguments.length>1&&void 0!==arguments[1]?arguments[1]:y.PIXEL;!function(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}(this,e),this.unit=o,this.value=r},(r=[{key:"toValue",value:function(){return this.unit===y.PIXEL?B.Platform.select({native:this.value,web:"".concat(this.value,"px")}):"".concat(this.value,"%")}}])&&A(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e;var e,r}();C=_,I=y,(M=F(M="Unit"))in C?Object.defineProperty(C,M,{value:I,enumerable:!0,configurable:!0,writable:!0}):C[M]=I;var x=new _(0,_.Unit.PERCENT),k=new _(100,_.Unit.PERCENT);function N(e){return N="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e},N(e)}function D(e,r){for(var o=0;o<r.length;o++){var n=r[o];n.enumerable=n.enumerable||!1,n.configurable=!0,"value"in n&&(n.writable=!0),Object.defineProperty(e,W(n.key),n)}}function W(e){var r=function(e){if("object"!=N(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0!==r){var o=r.call(e,"string");if("object"!=N(o))return o;throw new TypeError("@@toPrimitive must return a primitive value.")}return String(e)}(e);return"symbol"==N(r)?r:r+""}var P=function(){return function(e,r){return r&&D(e.prototype,r),Object.defineProperty(e,"prototype",{writable:!1}),e}((function e(r){!function(e,r){if(!(e instanceof r))throw new TypeError("Cannot call a class as a function")}(this,e),this.value=r}),[{key:"toValue",value:function(){return this.value}}])}(),w=new P(0),G=new P(1);return d})()));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "creactive",
3
- "version": "0.0.178",
3
+ "version": "0.0.180",
4
4
  "main": "build/default.js",
5
5
  "exports": {
6
6
  ".": {