@coldsurf/ocean-road 1.14.1 → 1.15.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/native.d.cts CHANGED
@@ -1,16 +1,16 @@
1
1
  import * as lucide_react0 from "lucide-react";
2
2
  import { icons } from "lucide-react";
3
+ import * as react16 from "react";
4
+ import * as react0 from "react";
3
5
  import * as react15 from "react";
4
- import * as react0$1 from "react";
5
- import * as react20 from "react";
6
6
  import * as react13 from "react";
7
- import * as react0 from "react";
8
- import * as react6 from "react";
9
- import * as react11 from "react";
10
- import * as react10 from "react";
11
- import * as react12 from "react";
12
7
  import * as react7 from "react";
8
+ import * as react12 from "react";
9
+ import * as react6 from "react";
13
10
  import * as react5 from "react";
11
+ import * as react8 from "react";
12
+ import * as react9 from "react";
13
+ import * as react4 from "react";
14
14
  import { ButtonHTMLAttributes, PropsWithChildren, ReactElement } from "react";
15
15
  import * as react_native0 from "react-native";
16
16
  import { ColorValue, GestureResponderEvent, StyleProp, TextInput as TextInput$1, TextInputProps as TextInputProps$1, TextProps as TextProps$1, TouchableOpacityProps, ViewStyle } from "react-native";
@@ -32,29 +32,29 @@ type ButtonTheme = 'transparent' | 'transparentDarkGray' | 'white' | 'pink' | 'i
32
32
  //# sourceMappingURL=button.types.d.ts.map
33
33
  //#endregion
34
34
  //#region src/base/button/button.d.ts
35
- declare const Button$1: react15.ForwardRefExoticComponent<{
35
+ declare const Button$1: react16.ForwardRefExoticComponent<{
36
36
  theme?: ButtonTheme;
37
37
  variant?: ButtonTheme;
38
38
  size?: "lg" | "md" | "sm";
39
- leftIcon?: keyof typeof icons | react15.ReactElement;
40
- rightIcon?: keyof typeof icons | react15.ReactElement;
39
+ leftIcon?: keyof typeof icons | react16.ReactElement;
40
+ rightIcon?: keyof typeof icons | react16.ReactElement;
41
41
  textWeight?: "light" | "medium" | "bold";
42
42
  } & {
43
- children?: react15.ReactNode | undefined;
44
- } & ButtonHTMLAttributes<HTMLButtonElement> & react15.RefAttributes<HTMLButtonElement>>;
43
+ children?: react16.ReactNode | undefined;
44
+ } & ButtonHTMLAttributes<HTMLButtonElement> & react16.RefAttributes<HTMLButtonElement>>;
45
45
  //# sourceMappingURL=button.d.ts.map
46
46
  //#endregion
47
47
  //#region src/native/button/button.d.ts
48
- declare const Button: react0$1.ForwardRefExoticComponent<{
48
+ declare const Button: react0.ForwardRefExoticComponent<{
49
49
  theme?: ButtonTheme;
50
50
  variant?: ButtonTheme;
51
51
  size?: "lg" | "md" | "sm";
52
- leftIcon?: keyof typeof lucide_react0.icons | react0$1.ReactElement;
53
- rightIcon?: keyof typeof lucide_react0.icons | react0$1.ReactElement;
52
+ leftIcon?: keyof typeof lucide_react0.icons | react0.ReactElement;
53
+ rightIcon?: keyof typeof lucide_react0.icons | react0.ReactElement;
54
54
  textWeight?: "light" | "medium" | "bold";
55
55
  } & {
56
- children?: react0$1.ReactNode | undefined;
57
- } & TouchableOpacityProps & react0$1.RefAttributes<react_native0.View>>;
56
+ children?: react0.ReactNode | undefined;
57
+ } & TouchableOpacityProps & react0.RefAttributes<react_native0.View>>;
58
58
  //# sourceMappingURL=button.d.ts.map
59
59
  //#endregion
60
60
  //#region src/tokens/tokens.types.d.ts
@@ -124,6 +124,26 @@ declare const semantics: {
124
124
  readonly fontWeight: "var(--typography-variant-label-font-weight)";
125
125
  readonly lineHeight: "var(--typography-variant-label-line-height)";
126
126
  };
127
+ readonly overline: {
128
+ readonly fontSize: "var(--typography-variant-overline-font-size)";
129
+ readonly fontWeight: "var(--typography-variant-overline-font-weight)";
130
+ readonly lineHeight: "var(--typography-variant-overline-line-height)";
131
+ };
132
+ readonly body3: {
133
+ readonly fontSize: "var(--typography-variant-body3-font-size)";
134
+ readonly fontWeight: "var(--typography-variant-body3-font-weight)";
135
+ readonly lineHeight: "var(--typography-variant-body3-line-height)";
136
+ };
137
+ readonly body4: {
138
+ readonly fontSize: "var(--typography-variant-body4-font-size)";
139
+ readonly fontWeight: "var(--typography-variant-body4-font-weight)";
140
+ readonly lineHeight: "var(--typography-variant-body4-line-height)";
141
+ };
142
+ readonly heading4: {
143
+ readonly fontSize: "var(--typography-variant-heading4-font-size)";
144
+ readonly fontWeight: "var(--typography-variant-heading4-font-weight)";
145
+ readonly lineHeight: "var(--typography-variant-heading4-line-height)";
146
+ };
127
147
  };
128
148
  };
129
149
  declare const semanticVariables: {
@@ -178,11 +198,15 @@ declare const semanticVariables: {
178
198
  };
179
199
  declare const typography: {
180
200
  readonly fontSize: {
201
+ readonly "2xs": "var(--typography-font-size-2xs)";
181
202
  readonly xs: "var(--typography-font-size-xs)";
203
+ readonly xs2: "var(--typography-font-size-xs2)";
182
204
  readonly sm: "var(--typography-font-size-sm)";
205
+ readonly sm2: "var(--typography-font-size-sm2)";
183
206
  readonly md: "var(--typography-font-size-md)";
184
207
  readonly lg: "var(--typography-font-size-lg)";
185
208
  readonly xl: "var(--typography-font-size-xl)";
209
+ readonly xl2: "var(--typography-font-size-xl2)";
186
210
  readonly "2xl": "var(--typography-font-size-2xl)";
187
211
  readonly "3xl": "var(--typography-font-size-3xl)";
188
212
  readonly "4xl": "var(--typography-font-size-4xl)";
@@ -222,7 +246,7 @@ declare const ColorSchemeProvider$1: ({
222
246
  }: PropsWithChildren<{
223
247
  colorScheme: ColorScheme;
224
248
  id?: string;
225
- }>) => react20.JSX.Element;
249
+ }>) => react15.JSX.Element;
226
250
  declare const useColorScheme$1: () => ThemeContextValue;
227
251
  //# sourceMappingURL=ColorSchemeProvider.d.ts.map
228
252
  //#endregion
@@ -268,7 +292,7 @@ declare const IconButton: ({
268
292
  strokeWidth,
269
293
  fill,
270
294
  ...otherProps
271
- }: IconButtonProps) => react0.JSX.Element;
295
+ }: IconButtonProps) => react7.JSX.Element;
272
296
  //# sourceMappingURL=icon-button.d.ts.map
273
297
  //#endregion
274
298
  //#region src/native/modal/modal.types.d.ts
@@ -285,7 +309,7 @@ declare const Modal: ({
285
309
  visible,
286
310
  transparent,
287
311
  onPressBackground
288
- }: ModalProps) => react6.JSX.Element;
312
+ }: ModalProps) => react12.JSX.Element;
289
313
  //# sourceMappingURL=modal.d.ts.map
290
314
  //#endregion
291
315
  //#region src/native/profile-thumbnail/profile-thumbnail.d.ts
@@ -302,7 +326,7 @@ declare const ProfileThumbnail: ({
302
326
  imageUrl,
303
327
  type,
304
328
  style
305
- }: ProfileThumbnailProps) => react11.JSX.Element;
329
+ }: ProfileThumbnailProps) => react6.JSX.Element;
306
330
  //#endregion
307
331
  //#region src/native/spinner/spinner.d.ts
308
332
  interface Props {
@@ -316,7 +340,7 @@ declare const Spinner: ({
316
340
  size,
317
341
  color,
318
342
  style
319
- }: Props) => react10.JSX.Element;
343
+ }: Props) => react5.JSX.Element;
320
344
  //#endregion
321
345
  //#region src/native/text/text.types.d.ts
322
346
  interface TextProps extends TextProps$1 {
@@ -330,7 +354,7 @@ declare const Text: ({
330
354
  weight,
331
355
  style,
332
356
  ...others
333
- }: TextProps) => react12.JSX.Element;
357
+ }: TextProps) => react8.JSX.Element;
334
358
  //# sourceMappingURL=text.d.ts.map
335
359
  //#endregion
336
360
  //#region src/native/text-input/text-input.types.d.ts
@@ -338,7 +362,7 @@ interface TextInputProps extends TextInputProps$1 {}
338
362
  //# sourceMappingURL=text-input.types.d.ts.map
339
363
  //#endregion
340
364
  //#region src/native/text-input/text-input.d.ts
341
- declare const TextInput: react7.MemoExoticComponent<react7.ForwardRefExoticComponent<TextInputProps & react7.RefAttributes<TextInput$1>>>;
365
+ declare const TextInput: react9.MemoExoticComponent<react9.ForwardRefExoticComponent<TextInputProps & react9.RefAttributes<TextInput$1>>>;
342
366
  //# sourceMappingURL=text-input.d.ts.map
343
367
  //#endregion
344
368
  //#region src/native/toast/toast.types.d.ts
@@ -356,7 +380,7 @@ declare const Toast: ({
356
380
  type,
357
381
  message,
358
382
  onPress
359
- }: ToastProps) => react5.JSX.Element;
383
+ }: ToastProps) => react4.JSX.Element;
360
384
  //# sourceMappingURL=toast.d.ts.map
361
385
 
362
386
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"native.d.cts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"native.d.cts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":"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"}
package/dist/native.d.ts CHANGED
@@ -1,14 +1,14 @@
1
1
  import * as react15 from "react";
2
- import * as react0$1 from "react";
2
+ import * as react1 from "react";
3
3
  import * as react20 from "react";
4
4
  import * as react13 from "react";
5
- import * as react7 from "react";
6
- import * as react6 from "react";
7
- import * as react5 from "react";
5
+ import * as react0$1 from "react";
8
6
  import * as react0 from "react";
9
- import * as react12 from "react";
7
+ import * as react9 from "react";
8
+ import * as react6 from "react";
9
+ import * as react7 from "react";
10
+ import * as react10 from "react";
10
11
  import * as react8 from "react";
11
- import * as react11 from "react";
12
12
  import { ButtonHTMLAttributes, PropsWithChildren, ReactElement } from "react";
13
13
  import { icons } from "lucide-react-native";
14
14
  import * as react_native0 from "react-native";
@@ -45,16 +45,16 @@ declare const Button$1: react15.ForwardRefExoticComponent<{
45
45
  //# sourceMappingURL=button.d.ts.map
46
46
  //#endregion
47
47
  //#region src/native/button/button.d.ts
48
- declare const Button: react0$1.ForwardRefExoticComponent<{
48
+ declare const Button: react1.ForwardRefExoticComponent<{
49
49
  theme?: ButtonTheme;
50
50
  variant?: ButtonTheme;
51
51
  size?: "lg" | "md" | "sm";
52
- leftIcon?: keyof typeof lucide_react0.icons | react0$1.ReactElement;
53
- rightIcon?: keyof typeof lucide_react0.icons | react0$1.ReactElement;
52
+ leftIcon?: keyof typeof lucide_react0.icons | react1.ReactElement;
53
+ rightIcon?: keyof typeof lucide_react0.icons | react1.ReactElement;
54
54
  textWeight?: "light" | "medium" | "bold";
55
55
  } & {
56
- children?: react0$1.ReactNode | undefined;
57
- } & TouchableOpacityProps & react0$1.RefAttributes<react_native0.View>>;
56
+ children?: react1.ReactNode | undefined;
57
+ } & TouchableOpacityProps & react1.RefAttributes<react_native0.View>>;
58
58
  //# sourceMappingURL=button.d.ts.map
59
59
  //#endregion
60
60
  //#region src/tokens/tokens.types.d.ts
@@ -124,6 +124,26 @@ declare const semantics: {
124
124
  readonly fontWeight: "var(--typography-variant-label-font-weight)";
125
125
  readonly lineHeight: "var(--typography-variant-label-line-height)";
126
126
  };
127
+ readonly overline: {
128
+ readonly fontSize: "var(--typography-variant-overline-font-size)";
129
+ readonly fontWeight: "var(--typography-variant-overline-font-weight)";
130
+ readonly lineHeight: "var(--typography-variant-overline-line-height)";
131
+ };
132
+ readonly body3: {
133
+ readonly fontSize: "var(--typography-variant-body3-font-size)";
134
+ readonly fontWeight: "var(--typography-variant-body3-font-weight)";
135
+ readonly lineHeight: "var(--typography-variant-body3-line-height)";
136
+ };
137
+ readonly body4: {
138
+ readonly fontSize: "var(--typography-variant-body4-font-size)";
139
+ readonly fontWeight: "var(--typography-variant-body4-font-weight)";
140
+ readonly lineHeight: "var(--typography-variant-body4-line-height)";
141
+ };
142
+ readonly heading4: {
143
+ readonly fontSize: "var(--typography-variant-heading4-font-size)";
144
+ readonly fontWeight: "var(--typography-variant-heading4-font-weight)";
145
+ readonly lineHeight: "var(--typography-variant-heading4-line-height)";
146
+ };
127
147
  };
128
148
  };
129
149
  declare const semanticVariables: {
@@ -178,11 +198,15 @@ declare const semanticVariables: {
178
198
  };
179
199
  declare const typography: {
180
200
  readonly fontSize: {
201
+ readonly "2xs": "var(--typography-font-size-2xs)";
181
202
  readonly xs: "var(--typography-font-size-xs)";
203
+ readonly xs2: "var(--typography-font-size-xs2)";
182
204
  readonly sm: "var(--typography-font-size-sm)";
205
+ readonly sm2: "var(--typography-font-size-sm2)";
183
206
  readonly md: "var(--typography-font-size-md)";
184
207
  readonly lg: "var(--typography-font-size-lg)";
185
208
  readonly xl: "var(--typography-font-size-xl)";
209
+ readonly xl2: "var(--typography-font-size-xl2)";
186
210
  readonly "2xl": "var(--typography-font-size-2xl)";
187
211
  readonly "3xl": "var(--typography-font-size-3xl)";
188
212
  readonly "4xl": "var(--typography-font-size-4xl)";
@@ -268,7 +292,7 @@ declare const IconButton: ({
268
292
  strokeWidth,
269
293
  fill,
270
294
  ...otherProps
271
- }: IconButtonProps) => react7.JSX.Element;
295
+ }: IconButtonProps) => react0$1.JSX.Element;
272
296
  //# sourceMappingURL=icon-button.d.ts.map
273
297
  //#endregion
274
298
  //#region src/native/modal/modal.types.d.ts
@@ -285,7 +309,7 @@ declare const Modal: ({
285
309
  visible,
286
310
  transparent,
287
311
  onPressBackground
288
- }: ModalProps) => react6.JSX.Element;
312
+ }: ModalProps) => react0.JSX.Element;
289
313
  //# sourceMappingURL=modal.d.ts.map
290
314
  //#endregion
291
315
  //#region src/native/profile-thumbnail/profile-thumbnail.d.ts
@@ -302,7 +326,7 @@ declare const ProfileThumbnail: ({
302
326
  imageUrl,
303
327
  type,
304
328
  style
305
- }: ProfileThumbnailProps) => react5.JSX.Element;
329
+ }: ProfileThumbnailProps) => react9.JSX.Element;
306
330
  //#endregion
307
331
  //#region src/native/spinner/spinner.d.ts
308
332
  interface Props {
@@ -316,7 +340,7 @@ declare const Spinner: ({
316
340
  size,
317
341
  color,
318
342
  style
319
- }: Props) => react0.JSX.Element;
343
+ }: Props) => react6.JSX.Element;
320
344
  //#endregion
321
345
  //#region src/native/text/text.types.d.ts
322
346
  interface TextProps extends TextProps$1 {
@@ -330,7 +354,7 @@ declare const Text: ({
330
354
  weight,
331
355
  style,
332
356
  ...others
333
- }: TextProps) => react12.JSX.Element;
357
+ }: TextProps) => react7.JSX.Element;
334
358
  //# sourceMappingURL=text.d.ts.map
335
359
  //#endregion
336
360
  //#region src/native/text-input/text-input.types.d.ts
@@ -338,7 +362,7 @@ interface TextInputProps extends TextInputProps$1 {}
338
362
  //# sourceMappingURL=text-input.types.d.ts.map
339
363
  //#endregion
340
364
  //#region src/native/text-input/text-input.d.ts
341
- declare const TextInput: react8.MemoExoticComponent<react8.ForwardRefExoticComponent<TextInputProps & react8.RefAttributes<TextInput$1>>>;
365
+ declare const TextInput: react10.MemoExoticComponent<react10.ForwardRefExoticComponent<TextInputProps & react10.RefAttributes<TextInput$1>>>;
342
366
  //# sourceMappingURL=text-input.d.ts.map
343
367
  //#endregion
344
368
  //#region src/native/toast/toast.types.d.ts
@@ -356,7 +380,7 @@ declare const Toast: ({
356
380
  type,
357
381
  message,
358
382
  onPress
359
- }: ToastProps) => react11.JSX.Element;
383
+ }: ToastProps) => react8.JSX.Element;
360
384
  //# sourceMappingURL=toast.d.ts.map
361
385
 
362
386
  //#endregion
@@ -1 +1 @@
1
- {"version":3,"file":"native.d.ts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":"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"}
1
+ {"version":3,"file":"native.d.ts","names":[],"sources":["../src/base/button/button.types.ts","../src/base/button/button.tsx","../src/native/button/button.tsx","../src/tokens/tokens.types.ts","../src/tokens/tokens.ts","../src/contexts/ColorSchemeProvider.tsx","../src/native/contexts/color-scheme-context/color-scheme-context.tsx","../src/native/icon-button/icon-button.types.ts","../src/native/icon-button/icon-button.tsx","../src/native/modal/modal.types.ts","../src/native/modal/modal.tsx","../src/native/profile-thumbnail/profile-thumbnail.tsx","../src/native/spinner/spinner.tsx","../src/native/text/text.types.ts","../src/native/text/text.tsx","../src/native/text-input/text-input.types.ts","../src/native/text-input/text-input.tsx","../src/native/toast/toast.types.ts","../src/native/toast/toast.tsx"],"sourcesContent":[],"mappings":"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"}
package/dist/native.js CHANGED
@@ -1,4 +1,4 @@
1
- import"node:module";import{createContext as e,forwardRef as t,memo as n,useCallback as r,useContext as i,useEffect as a,useMemo as o,useState as s}from"react";import c,{css as l}from"@emotion/native";import{LoaderCircle as u,icons as d}from"lucide-react-native";import{Image as f,StyleSheet as p,Text as m,TextInput as ee,TouchableWithoutFeedback as h,View as g}from"react-native";import{jsx as _,jsxs as v}from"react/jsx-runtime";import y,{useAnimatedStyle as te,useSharedValue as ne,withRepeat as re,withTiming as ie}from"react-native-reanimated";var ae=Object.create,b=Object.defineProperty,oe=Object.getOwnPropertyDescriptor,se=Object.getOwnPropertyNames,ce=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty,S=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),C=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=se(t),a=0,o=i.length,s;a<o;a++)s=i[a],!x.call(e,s)&&s!==n&&b(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=oe(t,s))||r.enumerable});return e},w=(e,t,n)=>(n=e==null?{}:ae(ce(e)),C(t||!e||!e.__esModule?b(n,`default`,{value:e,enumerable:!0}):n,e)),T=S((exports,t)=>{t.exports={oc:{white:{value:`#ffffff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffffff`},name:`OcWhite`,attributes:{category:`oc`,type:`white`},path:[`oc`,`white`]},black:{value:`#000000`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#000000`},name:`OcBlack`,attributes:{category:`oc`,type:`black`},path:[`oc`,`black`]},gray:{0:{value:`#f8f9fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f8f9fa`},name:`OcGray0`,attributes:{category:`oc`,type:`gray`,item:`0`},path:[`oc`,`gray`,`0`]},1:{value:`#f1f3f5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f1f3f5`},name:`OcGray1`,attributes:{category:`oc`,type:`gray`,item:`1`},path:[`oc`,`gray`,`1`]},2:{value:`#e9ecef`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e9ecef`},name:`OcGray2`,attributes:{category:`oc`,type:`gray`,item:`2`},path:[`oc`,`gray`,`2`]},3:{value:`#dee2e6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#dee2e6`},name:`OcGray3`,attributes:{category:`oc`,type:`gray`,item:`3`},path:[`oc`,`gray`,`3`]},4:{value:`#ced4da`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ced4da`},name:`OcGray4`,attributes:{category:`oc`,type:`gray`,item:`4`},path:[`oc`,`gray`,`4`]},5:{value:`#adb5bd`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#adb5bd`},name:`OcGray5`,attributes:{category:`oc`,type:`gray`,item:`5`},path:[`oc`,`gray`,`5`]},6:{value:`#868e96`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#868e96`},name:`OcGray6`,attributes:{category:`oc`,type:`gray`,item:`6`},path:[`oc`,`gray`,`6`]},7:{value:`#495057`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#495057`},name:`OcGray7`,attributes:{category:`oc`,type:`gray`,item:`7`},path:[`oc`,`gray`,`7`]},8:{value:`#343a40`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#343a40`},name:`OcGray8`,attributes:{category:`oc`,type:`gray`,item:`8`},path:[`oc`,`gray`,`8`]},9:{value:`#212529`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#212529`},name:`OcGray9`,attributes:{category:`oc`,type:`gray`,item:`9`},path:[`oc`,`gray`,`9`]}},red:{0:{value:`#fff5f5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff5f5`},name:`OcRed0`,attributes:{category:`oc`,type:`red`,item:`0`},path:[`oc`,`red`,`0`]},1:{value:`#ffe3e3`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffe3e3`},name:`OcRed1`,attributes:{category:`oc`,type:`red`,item:`1`},path:[`oc`,`red`,`1`]},2:{value:`#ffc9c9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffc9c9`},name:`OcRed2`,attributes:{category:`oc`,type:`red`,item:`2`},path:[`oc`,`red`,`2`]},3:{value:`#ffa8a8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffa8a8`},name:`OcRed3`,attributes:{category:`oc`,type:`red`,item:`3`},path:[`oc`,`red`,`3`]},4:{value:`#ff8787`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ff8787`},name:`OcRed4`,attributes:{category:`oc`,type:`red`,item:`4`},path:[`oc`,`red`,`4`]},5:{value:`#ff6b6b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ff6b6b`},name:`OcRed5`,attributes:{category:`oc`,type:`red`,item:`5`},path:[`oc`,`red`,`5`]},6:{value:`#fa5252`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fa5252`},name:`OcRed6`,attributes:{category:`oc`,type:`red`,item:`6`},path:[`oc`,`red`,`6`]},7:{value:`#f03e3e`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f03e3e`},name:`OcRed7`,attributes:{category:`oc`,type:`red`,item:`7`},path:[`oc`,`red`,`7`]},8:{value:`#e03131`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e03131`},name:`OcRed8`,attributes:{category:`oc`,type:`red`,item:`8`},path:[`oc`,`red`,`8`]},9:{value:`#c92a2a`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c92a2a`},name:`OcRed9`,attributes:{category:`oc`,type:`red`,item:`9`},path:[`oc`,`red`,`9`]}},pink:{0:{value:`#fff0f6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff0f6`},name:`OcPink0`,attributes:{category:`oc`,type:`pink`,item:`0`},path:[`oc`,`pink`,`0`]},1:{value:`#ffdeeb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffdeeb`},name:`OcPink1`,attributes:{category:`oc`,type:`pink`,item:`1`},path:[`oc`,`pink`,`1`]},2:{value:`#fcc2d7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fcc2d7`},name:`OcPink2`,attributes:{category:`oc`,type:`pink`,item:`2`},path:[`oc`,`pink`,`2`]},3:{value:`#faa2c1`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#faa2c1`},name:`OcPink3`,attributes:{category:`oc`,type:`pink`,item:`3`},path:[`oc`,`pink`,`3`]},4:{value:`#f783ac`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f783ac`},name:`OcPink4`,attributes:{category:`oc`,type:`pink`,item:`4`},path:[`oc`,`pink`,`4`]},5:{value:`#f06595`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f06595`},name:`OcPink5`,attributes:{category:`oc`,type:`pink`,item:`5`},path:[`oc`,`pink`,`5`]},6:{value:`#e64980`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e64980`},name:`OcPink6`,attributes:{category:`oc`,type:`pink`,item:`6`},path:[`oc`,`pink`,`6`]},7:{value:`#d6336c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d6336c`},name:`OcPink7`,attributes:{category:`oc`,type:`pink`,item:`7`},path:[`oc`,`pink`,`7`]},8:{value:`#c2255c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c2255c`},name:`OcPink8`,attributes:{category:`oc`,type:`pink`,item:`8`},path:[`oc`,`pink`,`8`]},9:{value:`#a61e4d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#a61e4d`},name:`OcPink9`,attributes:{category:`oc`,type:`pink`,item:`9`},path:[`oc`,`pink`,`9`]}},grape:{0:{value:`#f8f0fc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f8f0fc`},name:`OcGrape0`,attributes:{category:`oc`,type:`grape`,item:`0`},path:[`oc`,`grape`,`0`]},1:{value:`#f3d9fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f3d9fa`},name:`OcGrape1`,attributes:{category:`oc`,type:`grape`,item:`1`},path:[`oc`,`grape`,`1`]},2:{value:`#eebefa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#eebefa`},name:`OcGrape2`,attributes:{category:`oc`,type:`grape`,item:`2`},path:[`oc`,`grape`,`2`]},3:{value:`#e599f7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e599f7`},name:`OcGrape3`,attributes:{category:`oc`,type:`grape`,item:`3`},path:[`oc`,`grape`,`3`]},4:{value:`#da77f2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#da77f2`},name:`OcGrape4`,attributes:{category:`oc`,type:`grape`,item:`4`},path:[`oc`,`grape`,`4`]},5:{value:`#cc5de8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#cc5de8`},name:`OcGrape5`,attributes:{category:`oc`,type:`grape`,item:`5`},path:[`oc`,`grape`,`5`]},6:{value:`#be4bdb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#be4bdb`},name:`OcGrape6`,attributes:{category:`oc`,type:`grape`,item:`6`},path:[`oc`,`grape`,`6`]},7:{value:`#ae3ec9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ae3ec9`},name:`OcGrape7`,attributes:{category:`oc`,type:`grape`,item:`7`},path:[`oc`,`grape`,`7`]},8:{value:`#9c36b5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#9c36b5`},name:`OcGrape8`,attributes:{category:`oc`,type:`grape`,item:`8`},path:[`oc`,`grape`,`8`]},9:{value:`#862e9c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#862e9c`},name:`OcGrape9`,attributes:{category:`oc`,type:`grape`,item:`9`},path:[`oc`,`grape`,`9`]}},violet:{0:{value:`#f3f0ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f3f0ff`},name:`OcViolet0`,attributes:{category:`oc`,type:`violet`,item:`0`},path:[`oc`,`violet`,`0`]},1:{value:`#e5dbff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e5dbff`},name:`OcViolet1`,attributes:{category:`oc`,type:`violet`,item:`1`},path:[`oc`,`violet`,`1`]},2:{value:`#d0bfff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d0bfff`},name:`OcViolet2`,attributes:{category:`oc`,type:`violet`,item:`2`},path:[`oc`,`violet`,`2`]},3:{value:`#b197fc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#b197fc`},name:`OcViolet3`,attributes:{category:`oc`,type:`violet`,item:`3`},path:[`oc`,`violet`,`3`]},4:{value:`#9775fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#9775fa`},name:`OcViolet4`,attributes:{category:`oc`,type:`violet`,item:`4`},path:[`oc`,`violet`,`4`]},5:{value:`#845ef7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#845ef7`},name:`OcViolet5`,attributes:{category:`oc`,type:`violet`,item:`5`},path:[`oc`,`violet`,`5`]},6:{value:`#7950f2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#7950f2`},name:`OcViolet6`,attributes:{category:`oc`,type:`violet`,item:`6`},path:[`oc`,`violet`,`6`]},7:{value:`#7048e8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#7048e8`},name:`OcViolet7`,attributes:{category:`oc`,type:`violet`,item:`7`},path:[`oc`,`violet`,`7`]},8:{value:`#6741d9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#6741d9`},name:`OcViolet8`,attributes:{category:`oc`,type:`violet`,item:`8`},path:[`oc`,`violet`,`8`]},9:{value:`#5f3dc4`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#5f3dc4`},name:`OcViolet9`,attributes:{category:`oc`,type:`violet`,item:`9`},path:[`oc`,`violet`,`9`]}},indigo:{0:{value:`#edf2ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#edf2ff`},name:`OcIndigo0`,attributes:{category:`oc`,type:`indigo`,item:`0`},path:[`oc`,`indigo`,`0`]},1:{value:`#dbe4ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#dbe4ff`},name:`OcIndigo1`,attributes:{category:`oc`,type:`indigo`,item:`1`},path:[`oc`,`indigo`,`1`]},2:{value:`#bac8ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#bac8ff`},name:`OcIndigo2`,attributes:{category:`oc`,type:`indigo`,item:`2`},path:[`oc`,`indigo`,`2`]},3:{value:`#91a7ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#91a7ff`},name:`OcIndigo3`,attributes:{category:`oc`,type:`indigo`,item:`3`},path:[`oc`,`indigo`,`3`]},4:{value:`#748ffc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#748ffc`},name:`OcIndigo4`,attributes:{category:`oc`,type:`indigo`,item:`4`},path:[`oc`,`indigo`,`4`]},5:{value:`#5c7cfa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#5c7cfa`},name:`OcIndigo5`,attributes:{category:`oc`,type:`indigo`,item:`5`},path:[`oc`,`indigo`,`5`]},6:{value:`#4c6ef5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#4c6ef5`},name:`OcIndigo6`,attributes:{category:`oc`,type:`indigo`,item:`6`},path:[`oc`,`indigo`,`6`]},7:{value:`#4263eb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#4263eb`},name:`OcIndigo7`,attributes:{category:`oc`,type:`indigo`,item:`7`},path:[`oc`,`indigo`,`7`]},8:{value:`#3b5bdb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#3b5bdb`},name:`OcIndigo8`,attributes:{category:`oc`,type:`indigo`,item:`8`},path:[`oc`,`indigo`,`8`]},9:{value:`#364fc7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#364fc7`},name:`OcIndigo9`,attributes:{category:`oc`,type:`indigo`,item:`9`},path:[`oc`,`indigo`,`9`]}},blue:{0:{value:`#e7f5ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e7f5ff`},name:`OcBlue0`,attributes:{category:`oc`,type:`blue`,item:`0`},path:[`oc`,`blue`,`0`]},1:{value:`#d0ebff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d0ebff`},name:`OcBlue1`,attributes:{category:`oc`,type:`blue`,item:`1`},path:[`oc`,`blue`,`1`]},2:{value:`#a5d8ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#a5d8ff`},name:`OcBlue2`,attributes:{category:`oc`,type:`blue`,item:`2`},path:[`oc`,`blue`,`2`]},3:{value:`#74c0fc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#74c0fc`},name:`OcBlue3`,attributes:{category:`oc`,type:`blue`,item:`3`},path:[`oc`,`blue`,`3`]},4:{value:`#4dabf7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#4dabf7`},name:`OcBlue4`,attributes:{category:`oc`,type:`blue`,item:`4`},path:[`oc`,`blue`,`4`]},5:{value:`#339af0`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#339af0`},name:`OcBlue5`,attributes:{category:`oc`,type:`blue`,item:`5`},path:[`oc`,`blue`,`5`]},6:{value:`#228be6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#228be6`},name:`OcBlue6`,attributes:{category:`oc`,type:`blue`,item:`6`},path:[`oc`,`blue`,`6`]},7:{value:`#1c7ed6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1c7ed6`},name:`OcBlue7`,attributes:{category:`oc`,type:`blue`,item:`7`},path:[`oc`,`blue`,`7`]},8:{value:`#1971c2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1971c2`},name:`OcBlue8`,attributes:{category:`oc`,type:`blue`,item:`8`},path:[`oc`,`blue`,`8`]},9:{value:`#1864ab`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1864ab`},name:`OcBlue9`,attributes:{category:`oc`,type:`blue`,item:`9`},path:[`oc`,`blue`,`9`]}},cyan:{0:{value:`#e3fafc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e3fafc`},name:`OcCyan0`,attributes:{category:`oc`,type:`cyan`,item:`0`},path:[`oc`,`cyan`,`0`]},1:{value:`#c5f6fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c5f6fa`},name:`OcCyan1`,attributes:{category:`oc`,type:`cyan`,item:`1`},path:[`oc`,`cyan`,`1`]},2:{value:`#99e9f2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#99e9f2`},name:`OcCyan2`,attributes:{category:`oc`,type:`cyan`,item:`2`},path:[`oc`,`cyan`,`2`]},3:{value:`#66d9e8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#66d9e8`},name:`OcCyan3`,attributes:{category:`oc`,type:`cyan`,item:`3`},path:[`oc`,`cyan`,`3`]},4:{value:`#3bc9db`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#3bc9db`},name:`OcCyan4`,attributes:{category:`oc`,type:`cyan`,item:`4`},path:[`oc`,`cyan`,`4`]},5:{value:`#22b8cf`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#22b8cf`},name:`OcCyan5`,attributes:{category:`oc`,type:`cyan`,item:`5`},path:[`oc`,`cyan`,`5`]},6:{value:`#15aabf`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#15aabf`},name:`OcCyan6`,attributes:{category:`oc`,type:`cyan`,item:`6`},path:[`oc`,`cyan`,`6`]},7:{value:`#1098ad`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1098ad`},name:`OcCyan7`,attributes:{category:`oc`,type:`cyan`,item:`7`},path:[`oc`,`cyan`,`7`]},8:{value:`#0c8599`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#0c8599`},name:`OcCyan8`,attributes:{category:`oc`,type:`cyan`,item:`8`},path:[`oc`,`cyan`,`8`]},9:{value:`#0b7285`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#0b7285`},name:`OcCyan9`,attributes:{category:`oc`,type:`cyan`,item:`9`},path:[`oc`,`cyan`,`9`]}},teal:{0:{value:`#e6fcf5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e6fcf5`},name:`OcTeal0`,attributes:{category:`oc`,type:`teal`,item:`0`},path:[`oc`,`teal`,`0`]},1:{value:`#c3fae8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c3fae8`},name:`OcTeal1`,attributes:{category:`oc`,type:`teal`,item:`1`},path:[`oc`,`teal`,`1`]},2:{value:`#96f2d7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#96f2d7`},name:`OcTeal2`,attributes:{category:`oc`,type:`teal`,item:`2`},path:[`oc`,`teal`,`2`]},3:{value:`#63e6be`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#63e6be`},name:`OcTeal3`,attributes:{category:`oc`,type:`teal`,item:`3`},path:[`oc`,`teal`,`3`]},4:{value:`#38d9a9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#38d9a9`},name:`OcTeal4`,attributes:{category:`oc`,type:`teal`,item:`4`},path:[`oc`,`teal`,`4`]},5:{value:`#20c997`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#20c997`},name:`OcTeal5`,attributes:{category:`oc`,type:`teal`,item:`5`},path:[`oc`,`teal`,`5`]},6:{value:`#12b886`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#12b886`},name:`OcTeal6`,attributes:{category:`oc`,type:`teal`,item:`6`},path:[`oc`,`teal`,`6`]},7:{value:`#0ca678`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#0ca678`},name:`OcTeal7`,attributes:{category:`oc`,type:`teal`,item:`7`},path:[`oc`,`teal`,`7`]},8:{value:`#099268`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#099268`},name:`OcTeal8`,attributes:{category:`oc`,type:`teal`,item:`8`},path:[`oc`,`teal`,`8`]},9:{value:`#087f5b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#087f5b`},name:`OcTeal9`,attributes:{category:`oc`,type:`teal`,item:`9`},path:[`oc`,`teal`,`9`]}},green:{0:{value:`#ebfbee`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ebfbee`},name:`OcGreen0`,attributes:{category:`oc`,type:`green`,item:`0`},path:[`oc`,`green`,`0`]},1:{value:`#d3f9d8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d3f9d8`},name:`OcGreen1`,attributes:{category:`oc`,type:`green`,item:`1`},path:[`oc`,`green`,`1`]},2:{value:`#b2f2bb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#b2f2bb`},name:`OcGreen2`,attributes:{category:`oc`,type:`green`,item:`2`},path:[`oc`,`green`,`2`]},3:{value:`#8ce99a`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#8ce99a`},name:`OcGreen3`,attributes:{category:`oc`,type:`green`,item:`3`},path:[`oc`,`green`,`3`]},4:{value:`#69db7c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#69db7c`},name:`OcGreen4`,attributes:{category:`oc`,type:`green`,item:`4`},path:[`oc`,`green`,`4`]},5:{value:`#51cf66`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#51cf66`},name:`OcGreen5`,attributes:{category:`oc`,type:`green`,item:`5`},path:[`oc`,`green`,`5`]},6:{value:`#40c057`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#40c057`},name:`OcGreen6`,attributes:{category:`oc`,type:`green`,item:`6`},path:[`oc`,`green`,`6`]},7:{value:`#37b24d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#37b24d`},name:`OcGreen7`,attributes:{category:`oc`,type:`green`,item:`7`},path:[`oc`,`green`,`7`]},8:{value:`#2f9e44`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#2f9e44`},name:`OcGreen8`,attributes:{category:`oc`,type:`green`,item:`8`},path:[`oc`,`green`,`8`]},9:{value:`#2b8a3e`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#2b8a3e`},name:`OcGreen9`,attributes:{category:`oc`,type:`green`,item:`9`},path:[`oc`,`green`,`9`]}},lime:{0:{value:`#f4fce3`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f4fce3`},name:`OcLime0`,attributes:{category:`oc`,type:`lime`,item:`0`},path:[`oc`,`lime`,`0`]},1:{value:`#e9fac8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e9fac8`},name:`OcLime1`,attributes:{category:`oc`,type:`lime`,item:`1`},path:[`oc`,`lime`,`1`]},2:{value:`#d8f5a2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d8f5a2`},name:`OcLime2`,attributes:{category:`oc`,type:`lime`,item:`2`},path:[`oc`,`lime`,`2`]},3:{value:`#c0eb75`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c0eb75`},name:`OcLime3`,attributes:{category:`oc`,type:`lime`,item:`3`},path:[`oc`,`lime`,`3`]},4:{value:`#a9e34b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#a9e34b`},name:`OcLime4`,attributes:{category:`oc`,type:`lime`,item:`4`},path:[`oc`,`lime`,`4`]},5:{value:`#94d82d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#94d82d`},name:`OcLime5`,attributes:{category:`oc`,type:`lime`,item:`5`},path:[`oc`,`lime`,`5`]},6:{value:`#82c91e`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#82c91e`},name:`OcLime6`,attributes:{category:`oc`,type:`lime`,item:`6`},path:[`oc`,`lime`,`6`]},7:{value:`#74b816`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#74b816`},name:`OcLime7`,attributes:{category:`oc`,type:`lime`,item:`7`},path:[`oc`,`lime`,`7`]},8:{value:`#66a80f`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#66a80f`},name:`OcLime8`,attributes:{category:`oc`,type:`lime`,item:`8`},path:[`oc`,`lime`,`8`]},9:{value:`#5c940d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#5c940d`},name:`OcLime9`,attributes:{category:`oc`,type:`lime`,item:`9`},path:[`oc`,`lime`,`9`]}},yellow:{0:{value:`#fff9db`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff9db`},name:`OcYellow0`,attributes:{category:`oc`,type:`yellow`,item:`0`},path:[`oc`,`yellow`,`0`]},1:{value:`#fff3bf`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff3bf`},name:`OcYellow1`,attributes:{category:`oc`,type:`yellow`,item:`1`},path:[`oc`,`yellow`,`1`]},2:{value:`#ffec99`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffec99`},name:`OcYellow2`,attributes:{category:`oc`,type:`yellow`,item:`2`},path:[`oc`,`yellow`,`2`]},3:{value:`#ffe066`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffe066`},name:`OcYellow3`,attributes:{category:`oc`,type:`yellow`,item:`3`},path:[`oc`,`yellow`,`3`]},4:{value:`#ffd43b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffd43b`},name:`OcYellow4`,attributes:{category:`oc`,type:`yellow`,item:`4`},path:[`oc`,`yellow`,`4`]},5:{value:`#fcc419`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fcc419`},name:`OcYellow5`,attributes:{category:`oc`,type:`yellow`,item:`5`},path:[`oc`,`yellow`,`5`]},6:{value:`#fab005`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fab005`},name:`OcYellow6`,attributes:{category:`oc`,type:`yellow`,item:`6`},path:[`oc`,`yellow`,`6`]},7:{value:`#f59f00`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f59f00`},name:`OcYellow7`,attributes:{category:`oc`,type:`yellow`,item:`7`},path:[`oc`,`yellow`,`7`]},8:{value:`#f08c00`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f08c00`},name:`OcYellow8`,attributes:{category:`oc`,type:`yellow`,item:`8`},path:[`oc`,`yellow`,`8`]},9:{value:`#e67700`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e67700`},name:`OcYellow9`,attributes:{category:`oc`,type:`yellow`,item:`9`},path:[`oc`,`yellow`,`9`]}},orange:{0:{value:`#fff4e6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff4e6`},name:`OcOrange0`,attributes:{category:`oc`,type:`orange`,item:`0`},path:[`oc`,`orange`,`0`]},1:{value:`#ffe8cc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffe8cc`},name:`OcOrange1`,attributes:{category:`oc`,type:`orange`,item:`1`},path:[`oc`,`orange`,`1`]},2:{value:`#ffd8a8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffd8a8`},name:`OcOrange2`,attributes:{category:`oc`,type:`orange`,item:`2`},path:[`oc`,`orange`,`2`]},3:{value:`#ffc078`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffc078`},name:`OcOrange3`,attributes:{category:`oc`,type:`orange`,item:`3`},path:[`oc`,`orange`,`3`]},4:{value:`#ffa94d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffa94d`},name:`OcOrange4`,attributes:{category:`oc`,type:`orange`,item:`4`},path:[`oc`,`orange`,`4`]},5:{value:`#ff922b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ff922b`},name:`OcOrange5`,attributes:{category:`oc`,type:`orange`,item:`5`},path:[`oc`,`orange`,`5`]},6:{value:`#fd7e14`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fd7e14`},name:`OcOrange6`,attributes:{category:`oc`,type:`orange`,item:`6`},path:[`oc`,`orange`,`6`]},7:{value:`#f76707`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f76707`},name:`OcOrange7`,attributes:{category:`oc`,type:`orange`,item:`7`},path:[`oc`,`orange`,`7`]},8:{value:`#e8590c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e8590c`},name:`OcOrange8`,attributes:{category:`oc`,type:`orange`,item:`8`},path:[`oc`,`orange`,`8`]},9:{value:`#d9480f`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d9480f`},name:`OcOrange9`,attributes:{category:`oc`,type:`orange`,item:`9`},path:[`oc`,`orange`,`9`]}}}}}),le={light:{color:{background:{1:`#ffffff`,2:`#f1f3f5`,3:`#e9ecef`,4:`#dee2e6`,5:`#ced4da`},foreground:{1:`#212529`,2:`#343a40`,3:`#495057`,4:`#868e96`},border:{1:`#f1f3f5`,2:`#e9ecef`},dimmed:{1:`#f1f3f5`}}},dark:{color:{background:{1:`#000000`,2:`#212529`,3:`#343a40`,4:`#495057`,5:`#868e96`},foreground:{1:`#f1f3f5`,2:`#e9ecef`,3:`#dee2e6`,4:`#ced4da`},border:{1:`#495057`,2:`#868e96`},dimmed:{1:`#495057`}}}},ue=le,de={color:{background:{1:`var(--color-background-1)`,2:`var(--color-background-2)`,3:`var(--color-background-3)`,4:`var(--color-background-4)`,5:`var(--color-background-5)`},foreground:{1:`var(--color-foreground-1)`,2:`var(--color-foreground-2)`,3:`var(--color-foreground-3)`,4:`var(--color-foreground-4)`},border:{1:`var(--color-border-1)`,2:`var(--color-border-2)`},dimmed:{1:`var(--color-dimmed-1)`}},typography:{heading1:{fontSize:`var(--typography-variant-heading1-font-size)`,fontWeight:`var(--typography-variant-heading1-font-weight)`,lineHeight:`var(--typography-variant-heading1-line-height)`},heading2:{fontSize:`var(--typography-variant-heading2-font-size)`,fontWeight:`var(--typography-variant-heading2-font-weight)`,lineHeight:`var(--typography-variant-heading2-line-height)`},heading3:{fontSize:`var(--typography-variant-heading3-font-size)`,fontWeight:`var(--typography-variant-heading3-font-weight)`,lineHeight:`var(--typography-variant-heading3-line-height)`},body1:{fontSize:`var(--typography-variant-body1-font-size)`,fontWeight:`var(--typography-variant-body1-font-weight)`,lineHeight:`var(--typography-variant-body1-line-height)`},body2:{fontSize:`var(--typography-variant-body2-font-size)`,fontWeight:`var(--typography-variant-body2-font-weight)`,lineHeight:`var(--typography-variant-body2-line-height)`},caption:{fontSize:`var(--typography-variant-caption-font-size)`,fontWeight:`var(--typography-variant-caption-font-weight)`,lineHeight:`var(--typography-variant-caption-line-height)`},label:{fontSize:`var(--typography-variant-label-font-size)`,fontWeight:`var(--typography-variant-label-font-weight)`,lineHeight:`var(--typography-variant-label-line-height)`}}},fe=de,pe={fontSize:{xs:`var(--typography-font-size-xs)`,sm:`var(--typography-font-size-sm)`,md:`var(--typography-font-size-md)`,lg:`var(--typography-font-size-lg)`,xl:`var(--typography-font-size-xl)`,"2xl":`var(--typography-font-size-2xl)`,"3xl":`var(--typography-font-size-3xl)`,"4xl":`var(--typography-font-size-4xl)`},fontWeight:{regular:`var(--typography-font-weight-regular)`,medium:`var(--typography-font-weight-medium)`,semibold:`var(--typography-font-weight-semibold)`,bold:`var(--typography-font-weight-bold)`},lineHeight:{tight:`var(--typography-line-height-tight)`,normal:`var(--typography-line-height-normal)`,relaxed:`var(--typography-line-height-relaxed)`}},me=pe,E=w(T(),1);const D=E.default,O=fe,k=ue,he=me,A=e=>{switch(e){case`indigo`:return D.oc.indigo[9].value;case`pink`:return D.oc.pink[9].value;case`transparent`:return`transparent`;case`transparentDarkGray`:return D.oc.black.value;case`white`:return D.oc.white.value;case`border`:return D.oc.white.value;default:return D.oc.indigo[9].value}},j=e=>{switch(e){case`transparent`:case`transparentDarkGray`:case`white`:return O.color.foreground[1];case`border`:return D.oc.black.value;default:return D.oc.white.value}},M=({children:e,weight:t=`regular`,style:n,...r})=>{let i={thin:N.thin,light:N.light,regular:N.regular,medium:N.medium,bold:N.bold,extraBold:N.extraBold},a=p.flatten(n),o=(a?.fontSize??0)*1.205;return _(m,{...r,style:[i[t],N.defaultColor,{lineHeight:o,letterSpacing:.24,includeFontPadding:!1},n],children:e})},N=p.create({thin:{fontFamily:`Pretendard-Thin`},light:{fontFamily:`Pretendard-Light`},regular:{fontFamily:`Pretendard-Regular`},medium:{fontFamily:`Pretendard-Medium`},bold:{fontFamily:`Pretendard-Bold`},extraBold:{fontFamily:`Pretendard-ExtraBold`},defaultColor:{color:D.oc.black.value}});var P=w(T(),1);const F=c.TouchableOpacity`
1
+ import"node:module";import{createContext as e,forwardRef as t,memo as n,useCallback as r,useContext as i,useEffect as a,useMemo as o,useState as s}from"react";import c,{css as l}from"@emotion/native";import{LoaderCircle as u,icons as d}from"lucide-react-native";import{Image as f,StyleSheet as p,Text as m,TextInput as ee,TouchableWithoutFeedback as h,View as g}from"react-native";import{jsx as _,jsxs as v}from"react/jsx-runtime";import y,{useAnimatedStyle as te,useSharedValue as ne,withRepeat as re,withTiming as ie}from"react-native-reanimated";var ae=Object.create,b=Object.defineProperty,oe=Object.getOwnPropertyDescriptor,se=Object.getOwnPropertyNames,ce=Object.getPrototypeOf,x=Object.prototype.hasOwnProperty,S=(e,t)=>()=>(t||e((t={exports:{}}).exports,t),t.exports),C=(e,t,n,r)=>{if(t&&typeof t==`object`||typeof t==`function`)for(var i=se(t),a=0,o=i.length,s;a<o;a++)s=i[a],!x.call(e,s)&&s!==n&&b(e,s,{get:(e=>t[e]).bind(null,s),enumerable:!(r=oe(t,s))||r.enumerable});return e},w=(e,t,n)=>(n=e==null?{}:ae(ce(e)),C(t||!e||!e.__esModule?b(n,`default`,{value:e,enumerable:!0}):n,e)),T=S((exports,t)=>{t.exports={oc:{white:{value:`#ffffff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffffff`},name:`OcWhite`,attributes:{category:`oc`,type:`white`},path:[`oc`,`white`]},black:{value:`#000000`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#000000`},name:`OcBlack`,attributes:{category:`oc`,type:`black`},path:[`oc`,`black`]},gray:{0:{value:`#f8f9fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f8f9fa`},name:`OcGray0`,attributes:{category:`oc`,type:`gray`,item:`0`},path:[`oc`,`gray`,`0`]},1:{value:`#f1f3f5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f1f3f5`},name:`OcGray1`,attributes:{category:`oc`,type:`gray`,item:`1`},path:[`oc`,`gray`,`1`]},2:{value:`#e9ecef`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e9ecef`},name:`OcGray2`,attributes:{category:`oc`,type:`gray`,item:`2`},path:[`oc`,`gray`,`2`]},3:{value:`#dee2e6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#dee2e6`},name:`OcGray3`,attributes:{category:`oc`,type:`gray`,item:`3`},path:[`oc`,`gray`,`3`]},4:{value:`#ced4da`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ced4da`},name:`OcGray4`,attributes:{category:`oc`,type:`gray`,item:`4`},path:[`oc`,`gray`,`4`]},5:{value:`#adb5bd`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#adb5bd`},name:`OcGray5`,attributes:{category:`oc`,type:`gray`,item:`5`},path:[`oc`,`gray`,`5`]},6:{value:`#868e96`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#868e96`},name:`OcGray6`,attributes:{category:`oc`,type:`gray`,item:`6`},path:[`oc`,`gray`,`6`]},7:{value:`#495057`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#495057`},name:`OcGray7`,attributes:{category:`oc`,type:`gray`,item:`7`},path:[`oc`,`gray`,`7`]},8:{value:`#343a40`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#343a40`},name:`OcGray8`,attributes:{category:`oc`,type:`gray`,item:`8`},path:[`oc`,`gray`,`8`]},9:{value:`#212529`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#212529`},name:`OcGray9`,attributes:{category:`oc`,type:`gray`,item:`9`},path:[`oc`,`gray`,`9`]}},red:{0:{value:`#fff5f5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff5f5`},name:`OcRed0`,attributes:{category:`oc`,type:`red`,item:`0`},path:[`oc`,`red`,`0`]},1:{value:`#ffe3e3`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffe3e3`},name:`OcRed1`,attributes:{category:`oc`,type:`red`,item:`1`},path:[`oc`,`red`,`1`]},2:{value:`#ffc9c9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffc9c9`},name:`OcRed2`,attributes:{category:`oc`,type:`red`,item:`2`},path:[`oc`,`red`,`2`]},3:{value:`#ffa8a8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffa8a8`},name:`OcRed3`,attributes:{category:`oc`,type:`red`,item:`3`},path:[`oc`,`red`,`3`]},4:{value:`#ff8787`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ff8787`},name:`OcRed4`,attributes:{category:`oc`,type:`red`,item:`4`},path:[`oc`,`red`,`4`]},5:{value:`#ff6b6b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ff6b6b`},name:`OcRed5`,attributes:{category:`oc`,type:`red`,item:`5`},path:[`oc`,`red`,`5`]},6:{value:`#fa5252`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fa5252`},name:`OcRed6`,attributes:{category:`oc`,type:`red`,item:`6`},path:[`oc`,`red`,`6`]},7:{value:`#f03e3e`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f03e3e`},name:`OcRed7`,attributes:{category:`oc`,type:`red`,item:`7`},path:[`oc`,`red`,`7`]},8:{value:`#e03131`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e03131`},name:`OcRed8`,attributes:{category:`oc`,type:`red`,item:`8`},path:[`oc`,`red`,`8`]},9:{value:`#c92a2a`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c92a2a`},name:`OcRed9`,attributes:{category:`oc`,type:`red`,item:`9`},path:[`oc`,`red`,`9`]}},pink:{0:{value:`#fff0f6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff0f6`},name:`OcPink0`,attributes:{category:`oc`,type:`pink`,item:`0`},path:[`oc`,`pink`,`0`]},1:{value:`#ffdeeb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffdeeb`},name:`OcPink1`,attributes:{category:`oc`,type:`pink`,item:`1`},path:[`oc`,`pink`,`1`]},2:{value:`#fcc2d7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fcc2d7`},name:`OcPink2`,attributes:{category:`oc`,type:`pink`,item:`2`},path:[`oc`,`pink`,`2`]},3:{value:`#faa2c1`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#faa2c1`},name:`OcPink3`,attributes:{category:`oc`,type:`pink`,item:`3`},path:[`oc`,`pink`,`3`]},4:{value:`#f783ac`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f783ac`},name:`OcPink4`,attributes:{category:`oc`,type:`pink`,item:`4`},path:[`oc`,`pink`,`4`]},5:{value:`#f06595`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f06595`},name:`OcPink5`,attributes:{category:`oc`,type:`pink`,item:`5`},path:[`oc`,`pink`,`5`]},6:{value:`#e64980`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e64980`},name:`OcPink6`,attributes:{category:`oc`,type:`pink`,item:`6`},path:[`oc`,`pink`,`6`]},7:{value:`#d6336c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d6336c`},name:`OcPink7`,attributes:{category:`oc`,type:`pink`,item:`7`},path:[`oc`,`pink`,`7`]},8:{value:`#c2255c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c2255c`},name:`OcPink8`,attributes:{category:`oc`,type:`pink`,item:`8`},path:[`oc`,`pink`,`8`]},9:{value:`#a61e4d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#a61e4d`},name:`OcPink9`,attributes:{category:`oc`,type:`pink`,item:`9`},path:[`oc`,`pink`,`9`]}},grape:{0:{value:`#f8f0fc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f8f0fc`},name:`OcGrape0`,attributes:{category:`oc`,type:`grape`,item:`0`},path:[`oc`,`grape`,`0`]},1:{value:`#f3d9fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f3d9fa`},name:`OcGrape1`,attributes:{category:`oc`,type:`grape`,item:`1`},path:[`oc`,`grape`,`1`]},2:{value:`#eebefa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#eebefa`},name:`OcGrape2`,attributes:{category:`oc`,type:`grape`,item:`2`},path:[`oc`,`grape`,`2`]},3:{value:`#e599f7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e599f7`},name:`OcGrape3`,attributes:{category:`oc`,type:`grape`,item:`3`},path:[`oc`,`grape`,`3`]},4:{value:`#da77f2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#da77f2`},name:`OcGrape4`,attributes:{category:`oc`,type:`grape`,item:`4`},path:[`oc`,`grape`,`4`]},5:{value:`#cc5de8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#cc5de8`},name:`OcGrape5`,attributes:{category:`oc`,type:`grape`,item:`5`},path:[`oc`,`grape`,`5`]},6:{value:`#be4bdb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#be4bdb`},name:`OcGrape6`,attributes:{category:`oc`,type:`grape`,item:`6`},path:[`oc`,`grape`,`6`]},7:{value:`#ae3ec9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ae3ec9`},name:`OcGrape7`,attributes:{category:`oc`,type:`grape`,item:`7`},path:[`oc`,`grape`,`7`]},8:{value:`#9c36b5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#9c36b5`},name:`OcGrape8`,attributes:{category:`oc`,type:`grape`,item:`8`},path:[`oc`,`grape`,`8`]},9:{value:`#862e9c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#862e9c`},name:`OcGrape9`,attributes:{category:`oc`,type:`grape`,item:`9`},path:[`oc`,`grape`,`9`]}},violet:{0:{value:`#f3f0ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f3f0ff`},name:`OcViolet0`,attributes:{category:`oc`,type:`violet`,item:`0`},path:[`oc`,`violet`,`0`]},1:{value:`#e5dbff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e5dbff`},name:`OcViolet1`,attributes:{category:`oc`,type:`violet`,item:`1`},path:[`oc`,`violet`,`1`]},2:{value:`#d0bfff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d0bfff`},name:`OcViolet2`,attributes:{category:`oc`,type:`violet`,item:`2`},path:[`oc`,`violet`,`2`]},3:{value:`#b197fc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#b197fc`},name:`OcViolet3`,attributes:{category:`oc`,type:`violet`,item:`3`},path:[`oc`,`violet`,`3`]},4:{value:`#9775fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#9775fa`},name:`OcViolet4`,attributes:{category:`oc`,type:`violet`,item:`4`},path:[`oc`,`violet`,`4`]},5:{value:`#845ef7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#845ef7`},name:`OcViolet5`,attributes:{category:`oc`,type:`violet`,item:`5`},path:[`oc`,`violet`,`5`]},6:{value:`#7950f2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#7950f2`},name:`OcViolet6`,attributes:{category:`oc`,type:`violet`,item:`6`},path:[`oc`,`violet`,`6`]},7:{value:`#7048e8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#7048e8`},name:`OcViolet7`,attributes:{category:`oc`,type:`violet`,item:`7`},path:[`oc`,`violet`,`7`]},8:{value:`#6741d9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#6741d9`},name:`OcViolet8`,attributes:{category:`oc`,type:`violet`,item:`8`},path:[`oc`,`violet`,`8`]},9:{value:`#5f3dc4`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#5f3dc4`},name:`OcViolet9`,attributes:{category:`oc`,type:`violet`,item:`9`},path:[`oc`,`violet`,`9`]}},indigo:{0:{value:`#edf2ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#edf2ff`},name:`OcIndigo0`,attributes:{category:`oc`,type:`indigo`,item:`0`},path:[`oc`,`indigo`,`0`]},1:{value:`#dbe4ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#dbe4ff`},name:`OcIndigo1`,attributes:{category:`oc`,type:`indigo`,item:`1`},path:[`oc`,`indigo`,`1`]},2:{value:`#bac8ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#bac8ff`},name:`OcIndigo2`,attributes:{category:`oc`,type:`indigo`,item:`2`},path:[`oc`,`indigo`,`2`]},3:{value:`#91a7ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#91a7ff`},name:`OcIndigo3`,attributes:{category:`oc`,type:`indigo`,item:`3`},path:[`oc`,`indigo`,`3`]},4:{value:`#748ffc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#748ffc`},name:`OcIndigo4`,attributes:{category:`oc`,type:`indigo`,item:`4`},path:[`oc`,`indigo`,`4`]},5:{value:`#5c7cfa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#5c7cfa`},name:`OcIndigo5`,attributes:{category:`oc`,type:`indigo`,item:`5`},path:[`oc`,`indigo`,`5`]},6:{value:`#4c6ef5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#4c6ef5`},name:`OcIndigo6`,attributes:{category:`oc`,type:`indigo`,item:`6`},path:[`oc`,`indigo`,`6`]},7:{value:`#4263eb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#4263eb`},name:`OcIndigo7`,attributes:{category:`oc`,type:`indigo`,item:`7`},path:[`oc`,`indigo`,`7`]},8:{value:`#3b5bdb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#3b5bdb`},name:`OcIndigo8`,attributes:{category:`oc`,type:`indigo`,item:`8`},path:[`oc`,`indigo`,`8`]},9:{value:`#364fc7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#364fc7`},name:`OcIndigo9`,attributes:{category:`oc`,type:`indigo`,item:`9`},path:[`oc`,`indigo`,`9`]}},blue:{0:{value:`#e7f5ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e7f5ff`},name:`OcBlue0`,attributes:{category:`oc`,type:`blue`,item:`0`},path:[`oc`,`blue`,`0`]},1:{value:`#d0ebff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d0ebff`},name:`OcBlue1`,attributes:{category:`oc`,type:`blue`,item:`1`},path:[`oc`,`blue`,`1`]},2:{value:`#a5d8ff`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#a5d8ff`},name:`OcBlue2`,attributes:{category:`oc`,type:`blue`,item:`2`},path:[`oc`,`blue`,`2`]},3:{value:`#74c0fc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#74c0fc`},name:`OcBlue3`,attributes:{category:`oc`,type:`blue`,item:`3`},path:[`oc`,`blue`,`3`]},4:{value:`#4dabf7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#4dabf7`},name:`OcBlue4`,attributes:{category:`oc`,type:`blue`,item:`4`},path:[`oc`,`blue`,`4`]},5:{value:`#339af0`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#339af0`},name:`OcBlue5`,attributes:{category:`oc`,type:`blue`,item:`5`},path:[`oc`,`blue`,`5`]},6:{value:`#228be6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#228be6`},name:`OcBlue6`,attributes:{category:`oc`,type:`blue`,item:`6`},path:[`oc`,`blue`,`6`]},7:{value:`#1c7ed6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1c7ed6`},name:`OcBlue7`,attributes:{category:`oc`,type:`blue`,item:`7`},path:[`oc`,`blue`,`7`]},8:{value:`#1971c2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1971c2`},name:`OcBlue8`,attributes:{category:`oc`,type:`blue`,item:`8`},path:[`oc`,`blue`,`8`]},9:{value:`#1864ab`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1864ab`},name:`OcBlue9`,attributes:{category:`oc`,type:`blue`,item:`9`},path:[`oc`,`blue`,`9`]}},cyan:{0:{value:`#e3fafc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e3fafc`},name:`OcCyan0`,attributes:{category:`oc`,type:`cyan`,item:`0`},path:[`oc`,`cyan`,`0`]},1:{value:`#c5f6fa`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c5f6fa`},name:`OcCyan1`,attributes:{category:`oc`,type:`cyan`,item:`1`},path:[`oc`,`cyan`,`1`]},2:{value:`#99e9f2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#99e9f2`},name:`OcCyan2`,attributes:{category:`oc`,type:`cyan`,item:`2`},path:[`oc`,`cyan`,`2`]},3:{value:`#66d9e8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#66d9e8`},name:`OcCyan3`,attributes:{category:`oc`,type:`cyan`,item:`3`},path:[`oc`,`cyan`,`3`]},4:{value:`#3bc9db`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#3bc9db`},name:`OcCyan4`,attributes:{category:`oc`,type:`cyan`,item:`4`},path:[`oc`,`cyan`,`4`]},5:{value:`#22b8cf`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#22b8cf`},name:`OcCyan5`,attributes:{category:`oc`,type:`cyan`,item:`5`},path:[`oc`,`cyan`,`5`]},6:{value:`#15aabf`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#15aabf`},name:`OcCyan6`,attributes:{category:`oc`,type:`cyan`,item:`6`},path:[`oc`,`cyan`,`6`]},7:{value:`#1098ad`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#1098ad`},name:`OcCyan7`,attributes:{category:`oc`,type:`cyan`,item:`7`},path:[`oc`,`cyan`,`7`]},8:{value:`#0c8599`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#0c8599`},name:`OcCyan8`,attributes:{category:`oc`,type:`cyan`,item:`8`},path:[`oc`,`cyan`,`8`]},9:{value:`#0b7285`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#0b7285`},name:`OcCyan9`,attributes:{category:`oc`,type:`cyan`,item:`9`},path:[`oc`,`cyan`,`9`]}},teal:{0:{value:`#e6fcf5`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e6fcf5`},name:`OcTeal0`,attributes:{category:`oc`,type:`teal`,item:`0`},path:[`oc`,`teal`,`0`]},1:{value:`#c3fae8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c3fae8`},name:`OcTeal1`,attributes:{category:`oc`,type:`teal`,item:`1`},path:[`oc`,`teal`,`1`]},2:{value:`#96f2d7`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#96f2d7`},name:`OcTeal2`,attributes:{category:`oc`,type:`teal`,item:`2`},path:[`oc`,`teal`,`2`]},3:{value:`#63e6be`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#63e6be`},name:`OcTeal3`,attributes:{category:`oc`,type:`teal`,item:`3`},path:[`oc`,`teal`,`3`]},4:{value:`#38d9a9`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#38d9a9`},name:`OcTeal4`,attributes:{category:`oc`,type:`teal`,item:`4`},path:[`oc`,`teal`,`4`]},5:{value:`#20c997`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#20c997`},name:`OcTeal5`,attributes:{category:`oc`,type:`teal`,item:`5`},path:[`oc`,`teal`,`5`]},6:{value:`#12b886`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#12b886`},name:`OcTeal6`,attributes:{category:`oc`,type:`teal`,item:`6`},path:[`oc`,`teal`,`6`]},7:{value:`#0ca678`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#0ca678`},name:`OcTeal7`,attributes:{category:`oc`,type:`teal`,item:`7`},path:[`oc`,`teal`,`7`]},8:{value:`#099268`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#099268`},name:`OcTeal8`,attributes:{category:`oc`,type:`teal`,item:`8`},path:[`oc`,`teal`,`8`]},9:{value:`#087f5b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#087f5b`},name:`OcTeal9`,attributes:{category:`oc`,type:`teal`,item:`9`},path:[`oc`,`teal`,`9`]}},green:{0:{value:`#ebfbee`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ebfbee`},name:`OcGreen0`,attributes:{category:`oc`,type:`green`,item:`0`},path:[`oc`,`green`,`0`]},1:{value:`#d3f9d8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d3f9d8`},name:`OcGreen1`,attributes:{category:`oc`,type:`green`,item:`1`},path:[`oc`,`green`,`1`]},2:{value:`#b2f2bb`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#b2f2bb`},name:`OcGreen2`,attributes:{category:`oc`,type:`green`,item:`2`},path:[`oc`,`green`,`2`]},3:{value:`#8ce99a`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#8ce99a`},name:`OcGreen3`,attributes:{category:`oc`,type:`green`,item:`3`},path:[`oc`,`green`,`3`]},4:{value:`#69db7c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#69db7c`},name:`OcGreen4`,attributes:{category:`oc`,type:`green`,item:`4`},path:[`oc`,`green`,`4`]},5:{value:`#51cf66`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#51cf66`},name:`OcGreen5`,attributes:{category:`oc`,type:`green`,item:`5`},path:[`oc`,`green`,`5`]},6:{value:`#40c057`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#40c057`},name:`OcGreen6`,attributes:{category:`oc`,type:`green`,item:`6`},path:[`oc`,`green`,`6`]},7:{value:`#37b24d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#37b24d`},name:`OcGreen7`,attributes:{category:`oc`,type:`green`,item:`7`},path:[`oc`,`green`,`7`]},8:{value:`#2f9e44`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#2f9e44`},name:`OcGreen8`,attributes:{category:`oc`,type:`green`,item:`8`},path:[`oc`,`green`,`8`]},9:{value:`#2b8a3e`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#2b8a3e`},name:`OcGreen9`,attributes:{category:`oc`,type:`green`,item:`9`},path:[`oc`,`green`,`9`]}},lime:{0:{value:`#f4fce3`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f4fce3`},name:`OcLime0`,attributes:{category:`oc`,type:`lime`,item:`0`},path:[`oc`,`lime`,`0`]},1:{value:`#e9fac8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e9fac8`},name:`OcLime1`,attributes:{category:`oc`,type:`lime`,item:`1`},path:[`oc`,`lime`,`1`]},2:{value:`#d8f5a2`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d8f5a2`},name:`OcLime2`,attributes:{category:`oc`,type:`lime`,item:`2`},path:[`oc`,`lime`,`2`]},3:{value:`#c0eb75`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#c0eb75`},name:`OcLime3`,attributes:{category:`oc`,type:`lime`,item:`3`},path:[`oc`,`lime`,`3`]},4:{value:`#a9e34b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#a9e34b`},name:`OcLime4`,attributes:{category:`oc`,type:`lime`,item:`4`},path:[`oc`,`lime`,`4`]},5:{value:`#94d82d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#94d82d`},name:`OcLime5`,attributes:{category:`oc`,type:`lime`,item:`5`},path:[`oc`,`lime`,`5`]},6:{value:`#82c91e`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#82c91e`},name:`OcLime6`,attributes:{category:`oc`,type:`lime`,item:`6`},path:[`oc`,`lime`,`6`]},7:{value:`#74b816`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#74b816`},name:`OcLime7`,attributes:{category:`oc`,type:`lime`,item:`7`},path:[`oc`,`lime`,`7`]},8:{value:`#66a80f`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#66a80f`},name:`OcLime8`,attributes:{category:`oc`,type:`lime`,item:`8`},path:[`oc`,`lime`,`8`]},9:{value:`#5c940d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#5c940d`},name:`OcLime9`,attributes:{category:`oc`,type:`lime`,item:`9`},path:[`oc`,`lime`,`9`]}},yellow:{0:{value:`#fff9db`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff9db`},name:`OcYellow0`,attributes:{category:`oc`,type:`yellow`,item:`0`},path:[`oc`,`yellow`,`0`]},1:{value:`#fff3bf`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff3bf`},name:`OcYellow1`,attributes:{category:`oc`,type:`yellow`,item:`1`},path:[`oc`,`yellow`,`1`]},2:{value:`#ffec99`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffec99`},name:`OcYellow2`,attributes:{category:`oc`,type:`yellow`,item:`2`},path:[`oc`,`yellow`,`2`]},3:{value:`#ffe066`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffe066`},name:`OcYellow3`,attributes:{category:`oc`,type:`yellow`,item:`3`},path:[`oc`,`yellow`,`3`]},4:{value:`#ffd43b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffd43b`},name:`OcYellow4`,attributes:{category:`oc`,type:`yellow`,item:`4`},path:[`oc`,`yellow`,`4`]},5:{value:`#fcc419`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fcc419`},name:`OcYellow5`,attributes:{category:`oc`,type:`yellow`,item:`5`},path:[`oc`,`yellow`,`5`]},6:{value:`#fab005`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fab005`},name:`OcYellow6`,attributes:{category:`oc`,type:`yellow`,item:`6`},path:[`oc`,`yellow`,`6`]},7:{value:`#f59f00`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f59f00`},name:`OcYellow7`,attributes:{category:`oc`,type:`yellow`,item:`7`},path:[`oc`,`yellow`,`7`]},8:{value:`#f08c00`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f08c00`},name:`OcYellow8`,attributes:{category:`oc`,type:`yellow`,item:`8`},path:[`oc`,`yellow`,`8`]},9:{value:`#e67700`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e67700`},name:`OcYellow9`,attributes:{category:`oc`,type:`yellow`,item:`9`},path:[`oc`,`yellow`,`9`]}},orange:{0:{value:`#fff4e6`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fff4e6`},name:`OcOrange0`,attributes:{category:`oc`,type:`orange`,item:`0`},path:[`oc`,`orange`,`0`]},1:{value:`#ffe8cc`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffe8cc`},name:`OcOrange1`,attributes:{category:`oc`,type:`orange`,item:`1`},path:[`oc`,`orange`,`1`]},2:{value:`#ffd8a8`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffd8a8`},name:`OcOrange2`,attributes:{category:`oc`,type:`orange`,item:`2`},path:[`oc`,`orange`,`2`]},3:{value:`#ffc078`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffc078`},name:`OcOrange3`,attributes:{category:`oc`,type:`orange`,item:`3`},path:[`oc`,`orange`,`3`]},4:{value:`#ffa94d`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ffa94d`},name:`OcOrange4`,attributes:{category:`oc`,type:`orange`,item:`4`},path:[`oc`,`orange`,`4`]},5:{value:`#ff922b`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#ff922b`},name:`OcOrange5`,attributes:{category:`oc`,type:`orange`,item:`5`},path:[`oc`,`orange`,`5`]},6:{value:`#fd7e14`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#fd7e14`},name:`OcOrange6`,attributes:{category:`oc`,type:`orange`,item:`6`},path:[`oc`,`orange`,`6`]},7:{value:`#f76707`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#f76707`},name:`OcOrange7`,attributes:{category:`oc`,type:`orange`,item:`7`},path:[`oc`,`orange`,`7`]},8:{value:`#e8590c`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#e8590c`},name:`OcOrange8`,attributes:{category:`oc`,type:`orange`,item:`8`},path:[`oc`,`orange`,`8`]},9:{value:`#d9480f`,filePath:`tokens/color/oc.json`,isSource:!0,original:{value:`#d9480f`},name:`OcOrange9`,attributes:{category:`oc`,type:`orange`,item:`9`},path:[`oc`,`orange`,`9`]}}}}}),le={light:{color:{background:{1:`#ffffff`,2:`#f1f3f5`,3:`#e9ecef`,4:`#dee2e6`,5:`#ced4da`},foreground:{1:`#212529`,2:`#343a40`,3:`#495057`,4:`#868e96`},border:{1:`#f1f3f5`,2:`#e9ecef`},dimmed:{1:`#f1f3f5`}}},dark:{color:{background:{1:`#000000`,2:`#212529`,3:`#343a40`,4:`#495057`,5:`#868e96`},foreground:{1:`#f1f3f5`,2:`#e9ecef`,3:`#dee2e6`,4:`#ced4da`},border:{1:`#495057`,2:`#868e96`},dimmed:{1:`#495057`}}}},ue=le,de={color:{background:{1:`var(--color-background-1)`,2:`var(--color-background-2)`,3:`var(--color-background-3)`,4:`var(--color-background-4)`,5:`var(--color-background-5)`},foreground:{1:`var(--color-foreground-1)`,2:`var(--color-foreground-2)`,3:`var(--color-foreground-3)`,4:`var(--color-foreground-4)`},border:{1:`var(--color-border-1)`,2:`var(--color-border-2)`},dimmed:{1:`var(--color-dimmed-1)`}},typography:{heading1:{fontSize:`var(--typography-variant-heading1-font-size)`,fontWeight:`var(--typography-variant-heading1-font-weight)`,lineHeight:`var(--typography-variant-heading1-line-height)`},heading2:{fontSize:`var(--typography-variant-heading2-font-size)`,fontWeight:`var(--typography-variant-heading2-font-weight)`,lineHeight:`var(--typography-variant-heading2-line-height)`},heading3:{fontSize:`var(--typography-variant-heading3-font-size)`,fontWeight:`var(--typography-variant-heading3-font-weight)`,lineHeight:`var(--typography-variant-heading3-line-height)`},body1:{fontSize:`var(--typography-variant-body1-font-size)`,fontWeight:`var(--typography-variant-body1-font-weight)`,lineHeight:`var(--typography-variant-body1-line-height)`},body2:{fontSize:`var(--typography-variant-body2-font-size)`,fontWeight:`var(--typography-variant-body2-font-weight)`,lineHeight:`var(--typography-variant-body2-line-height)`},caption:{fontSize:`var(--typography-variant-caption-font-size)`,fontWeight:`var(--typography-variant-caption-font-weight)`,lineHeight:`var(--typography-variant-caption-line-height)`},label:{fontSize:`var(--typography-variant-label-font-size)`,fontWeight:`var(--typography-variant-label-font-weight)`,lineHeight:`var(--typography-variant-label-line-height)`},overline:{fontSize:`var(--typography-variant-overline-font-size)`,fontWeight:`var(--typography-variant-overline-font-weight)`,lineHeight:`var(--typography-variant-overline-line-height)`},body3:{fontSize:`var(--typography-variant-body3-font-size)`,fontWeight:`var(--typography-variant-body3-font-weight)`,lineHeight:`var(--typography-variant-body3-line-height)`},body4:{fontSize:`var(--typography-variant-body4-font-size)`,fontWeight:`var(--typography-variant-body4-font-weight)`,lineHeight:`var(--typography-variant-body4-line-height)`},heading4:{fontSize:`var(--typography-variant-heading4-font-size)`,fontWeight:`var(--typography-variant-heading4-font-weight)`,lineHeight:`var(--typography-variant-heading4-line-height)`}}},fe=de,pe={fontSize:{"2xs":`var(--typography-font-size-2xs)`,xs:`var(--typography-font-size-xs)`,xs2:`var(--typography-font-size-xs2)`,sm:`var(--typography-font-size-sm)`,sm2:`var(--typography-font-size-sm2)`,md:`var(--typography-font-size-md)`,lg:`var(--typography-font-size-lg)`,xl:`var(--typography-font-size-xl)`,xl2:`var(--typography-font-size-xl2)`,"2xl":`var(--typography-font-size-2xl)`,"3xl":`var(--typography-font-size-3xl)`,"4xl":`var(--typography-font-size-4xl)`},fontWeight:{regular:`var(--typography-font-weight-regular)`,medium:`var(--typography-font-weight-medium)`,semibold:`var(--typography-font-weight-semibold)`,bold:`var(--typography-font-weight-bold)`},lineHeight:{tight:`var(--typography-line-height-tight)`,normal:`var(--typography-line-height-normal)`,relaxed:`var(--typography-line-height-relaxed)`}},me=pe,E=w(T(),1);const D=E.default,O=fe,k=ue,he=me,A=e=>{switch(e){case`indigo`:return D.oc.indigo[9].value;case`pink`:return D.oc.pink[9].value;case`transparent`:return`transparent`;case`transparentDarkGray`:return D.oc.black.value;case`white`:return D.oc.white.value;case`border`:return D.oc.white.value;default:return D.oc.indigo[9].value}},j=e=>{switch(e){case`transparent`:case`transparentDarkGray`:case`white`:return O.color.foreground[1];case`border`:return D.oc.black.value;default:return D.oc.white.value}},M=({children:e,weight:t=`regular`,style:n,...r})=>{let i={thin:N.thin,light:N.light,regular:N.regular,medium:N.medium,bold:N.bold,extraBold:N.extraBold},a=p.flatten(n),o=(a?.fontSize??0)*1.205;return _(m,{...r,style:[i[t],N.defaultColor,{lineHeight:o,letterSpacing:.24,includeFontPadding:!1},n],children:e})},N=p.create({thin:{fontFamily:`Pretendard-Thin`},light:{fontFamily:`Pretendard-Light`},regular:{fontFamily:`Pretendard-Regular`},medium:{fontFamily:`Pretendard-Medium`},bold:{fontFamily:`Pretendard-Bold`},extraBold:{fontFamily:`Pretendard-ExtraBold`},defaultColor:{color:D.oc.black.value}});var P=w(T(),1);const F=c.TouchableOpacity`
2
2
  flex-direction: row;
3
3
  align-items: center;
4
4
  justify-content: center;