@tamagui/config 1.58.6 → 1.58.8

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.
@@ -35,13 +35,13 @@ const configWithoutAnimations = {
35
35
  media: import_media.media,
36
36
  shorthands: import_shorthands.shorthands,
37
37
  tokens: import_themes.tokens,
38
- fonts: import_fonts.fonts
38
+ fonts: import_fonts.fonts,
39
+ mediaQueryDefaultActive: import_media.mediaQueryDefaultActive,
40
+ selectionStyles: (theme) => theme.color5 ? {
41
+ backgroundColor: theme.color5,
42
+ color: theme.color11
43
+ } : null
39
44
  };
40
- configWithoutAnimations.selectionStyles = (theme) => theme.color5 ? {
41
- backgroundColor: theme.color5,
42
- color: theme.color11
43
- } : null;
44
- configWithoutAnimations.mediaQueryDefaultActive = import_media.mediaQueryDefaultActive;
45
45
  // Annotate the CommonJS export names for ESM import in node:
46
46
  0 && (module.exports = {
47
47
  configWithoutAnimations,
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/config.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAA+B;AAG/B,mBAAsB;AACtB,mBAA+C;AAE/C,2BAAc,yBAPd;AASO,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,wBAAwB,kBAAkB,CAAC,UACzC,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,wBAAwB,0BAA0B;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAA+B;AAG/B,mBAAsB;AACtB,mBAA+C;AAE/C,2BAAc,yBAPd;AASO,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,yBAAyB;AAAA,EACzB,iBAAiB,CAAC,UAChB,MAAM,SACF;AAAA,IACE,iBAAiB,MAAM;AAAA,IACvB,OAAO,MAAM;AAAA,EACf,IACA;AACR;",
5
5
  "names": []
6
6
  }
package/dist/cjs/index.js CHANGED
@@ -22,6 +22,7 @@ __export(src_exports, {
22
22
  config: () => config
23
23
  });
24
24
  module.exports = __toCommonJS(src_exports);
25
+ var import_themes = require("@tamagui/themes");
25
26
  var import_animations = require("./animations");
26
27
  var import_config = require("./config");
27
28
  __reExport(src_exports, require("./media"), module.exports);
@@ -29,6 +30,8 @@ __reExport(src_exports, require("./createGenericFont"), module.exports);
29
30
  __reExport(src_exports, require("./animations"), module.exports);
30
31
  const config = {
31
32
  ...import_config.configWithoutAnimations,
33
+ // fixes typescript exporting this using internal /types/ path
34
+ themes: import_themes.themes,
32
35
  animations: import_animations.animations
33
36
  };
34
37
  // Annotate the CommonJS export names for ESM import in node:
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAA2B;AAC3B,oBAAwC;AACxC,wBAAc,oBAFd;AAGA,wBAAc,gCAHd;AAIA,wBAAc,yBAJd;AAMO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
4
+ "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,oBAAuB;AAEvB,wBAA2B;AAC3B,oBAAwC;AAExC,wBAAc,oBALd;AAMA,wBAAc,gCANd;AAOA,wBAAc,yBAPd;AASO,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA;AAAA,EAEH,QAAQ;AAAA,EACR;AACF;",
5
5
  "names": []
6
6
  }
@@ -11,13 +11,13 @@ const configWithoutAnimations = {
11
11
  media,
12
12
  shorthands,
13
13
  tokens,
14
- fonts
14
+ fonts,
15
+ mediaQueryDefaultActive,
16
+ selectionStyles: (theme) => theme.color5 ? {
17
+ backgroundColor: theme.color5,
18
+ color: theme.color11
19
+ } : null
15
20
  };
16
- configWithoutAnimations.selectionStyles = (theme) => theme.color5 ? {
17
- backgroundColor: theme.color5,
18
- color: theme.color11
19
- } : null;
20
- configWithoutAnimations.mediaQueryDefaultActive = mediaQueryDefaultActive;
21
21
  export {
22
22
  configWithoutAnimations
23
23
  };
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/config.ts"],
4
- "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,QAAQ,cAAc;AAG/B,SAAS,aAAa;AACtB,SAAS,OAAO,+BAA+B;AAE/C,cAAc;AAEP,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AACF;AAGA,wBAAwB,kBAAkB,CAAC,UACzC,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,wBAAwB,0BAA0B;",
4
+ "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,QAAQ,cAAc;AAG/B,SAAS,aAAa;AACtB,SAAS,OAAO,+BAA+B;AAE/C,cAAc;AAEP,MAAM,0BAA0B;AAAA,EACrC,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,iBAAiB,CAAC,UAChB,MAAM,SACF;AAAA,IACE,iBAAiB,MAAM;AAAA,IACvB,OAAO,MAAM;AAAA,EACf,IACA;AACR;",
5
5
  "names": []
6
6
  }
package/dist/esm/index.js CHANGED
@@ -1,3 +1,4 @@
1
+ import { themes } from "@tamagui/themes";
1
2
  import { animations } from "./animations";
2
3
  import { configWithoutAnimations } from "./config";
3
4
  export * from "./media";
@@ -5,6 +6,8 @@ export * from "./createGenericFont";
5
6
  export * from "./animations";
6
7
  const config = {
7
8
  ...configWithoutAnimations,
9
+ // fixes typescript exporting this using internal /types/ path
10
+ themes,
8
11
  animations
9
12
  };
10
13
  export {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["../../src/index.tsx"],
4
- "mappings": "AAAA,SAAS,kBAAkB;AAC3B,SAAS,+BAA+B;AACxC,cAAc;AACd,cAAc;AACd,cAAc;AAEP,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA,EACH;AACF;",
4
+ "mappings": "AAAA,SAAS,cAAc;AAEvB,SAAS,kBAAkB;AAC3B,SAAS,+BAA+B;AAExC,cAAc;AACd,cAAc;AACd,cAAc;AAEP,MAAM,SAAS;AAAA,EACpB,GAAG;AAAA;AAAA,EAEH;AAAA,EACA;AACF;",
5
5
  "names": []
6
6
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/config",
3
- "version": "1.58.6",
3
+ "version": "1.58.8",
4
4
  "types": "./types/index.d.ts",
5
5
  "main": "dist/cjs",
6
6
  "module": "dist/esm",
@@ -32,18 +32,18 @@
32
32
  }
33
33
  },
34
34
  "dependencies": {
35
- "@tamagui/animations-css": "1.58.6",
36
- "@tamagui/animations-react-native": "1.58.6",
37
- "@tamagui/colors": "1.58.6",
38
- "@tamagui/font-inter": "1.58.6",
39
- "@tamagui/font-silkscreen": "1.58.6",
40
- "@tamagui/react-native-media-driver": "1.58.6",
41
- "@tamagui/shorthands": "1.58.6",
42
- "@tamagui/themes": "1.58.6",
43
- "@tamagui/web": "1.58.6"
35
+ "@tamagui/animations-css": "1.58.8",
36
+ "@tamagui/animations-react-native": "1.58.8",
37
+ "@tamagui/colors": "1.58.8",
38
+ "@tamagui/font-inter": "1.58.8",
39
+ "@tamagui/font-silkscreen": "1.58.8",
40
+ "@tamagui/react-native-media-driver": "1.58.8",
41
+ "@tamagui/shorthands": "1.58.8",
42
+ "@tamagui/themes": "1.58.8",
43
+ "@tamagui/web": "1.58.8"
44
44
  },
45
45
  "devDependencies": {
46
- "@tamagui/build": "1.58.6"
46
+ "@tamagui/build": "1.58.8"
47
47
  },
48
48
  "publishConfig": {
49
49
  "access": "public"
package/src/config.ts CHANGED
@@ -16,16 +16,12 @@ export const configWithoutAnimations = {
16
16
  shorthands,
17
17
  tokens,
18
18
  fonts,
19
+ mediaQueryDefaultActive: mediaQueryDefaultActive,
20
+ selectionStyles: (theme) =>
21
+ theme.color5
22
+ ? {
23
+ backgroundColor: theme.color5,
24
+ color: theme.color11,
25
+ }
26
+ : null,
19
27
  } satisfies CreateTamaguiProps
20
-
21
- // @ts-ignore
22
- configWithoutAnimations.selectionStyles = (theme) =>
23
- theme.color5
24
- ? {
25
- backgroundColor: theme.color5,
26
- color: theme.color11,
27
- }
28
- : null
29
-
30
- // @ts-ignore bad types
31
- configWithoutAnimations.mediaQueryDefaultActive = mediaQueryDefaultActive
package/src/index.tsx CHANGED
@@ -1,10 +1,15 @@
1
+ import { themes } from '@tamagui/themes'
2
+
1
3
  import { animations } from './animations'
2
4
  import { configWithoutAnimations } from './config'
5
+
3
6
  export * from './media'
4
7
  export * from './createGenericFont'
5
8
  export * from './animations'
6
9
 
7
10
  export const config = {
8
11
  ...configWithoutAnimations,
12
+ // fixes typescript exporting this using internal /types/ path
13
+ themes: themes as typeof themes,
9
14
  animations,
10
15
  }
package/types/config.d.ts CHANGED
@@ -809,5 +809,17 @@ export declare const configWithoutAnimations: {
809
809
  };
810
810
  silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
811
811
  };
812
+ mediaQueryDefaultActive: {
813
+ xl: boolean;
814
+ lg: boolean;
815
+ md: boolean;
816
+ sm: boolean;
817
+ xs: boolean;
818
+ xxs: boolean;
819
+ };
820
+ selectionStyles: (theme: Record<string, string>) => {
821
+ backgroundColor: string;
822
+ color: string;
823
+ } | null;
812
824
  };
813
825
  //# sourceMappingURL=config.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAU,MAAM,iBAAiB,CAAA;AAMhD,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CASN,CAAA"}
1
+ {"version":3,"file":"config.d.ts","sourceRoot":"","sources":["../src/config.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,MAAM,EAAU,MAAM,iBAAiB,CAAA;AAMhD,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,uBAAuB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAiBN,CAAA"}
package/types/index.d.ts CHANGED
@@ -1,7 +1,9 @@
1
+ import { themes } from '@tamagui/themes';
1
2
  export * from './media';
2
3
  export * from './createGenericFont';
3
4
  export * from './animations';
4
5
  export declare const config: {
6
+ themes: typeof themes;
5
7
  animations: import("@tamagui/web").AnimationDriver<{
6
8
  '100ms': {
7
9
  type: "timing";
@@ -34,7 +36,6 @@ export declare const config: {
34
36
  defaultFont: string;
35
37
  shouldAddPrefersColorThemes: true;
36
38
  themeClassNameOnRoot: true;
37
- themes: typeof import("@tamagui/themes/types/generated-new");
38
39
  media: {
39
40
  xl: {
40
41
  maxWidth: number;
@@ -839,5 +840,17 @@ export declare const config: {
839
840
  };
840
841
  silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
841
842
  };
843
+ mediaQueryDefaultActive: {
844
+ xl: boolean;
845
+ lg: boolean;
846
+ md: boolean;
847
+ sm: boolean;
848
+ xs: boolean;
849
+ xxs: boolean;
850
+ };
851
+ selectionStyles: (theme: Record<string, string>) => {
852
+ backgroundColor: string;
853
+ color: string;
854
+ } | null;
842
855
  };
843
856
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGlB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,EAAE,MAAM,iBAAiB,CAAA;AAKxC,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,cAAc,CAAA;AAE5B,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAKlB,CAAA"}
@@ -844,5 +844,17 @@ export declare const config: {
844
844
  };
845
845
  silkscreen: import("@tamagui/web").FillInFont<import("@tamagui/web").GenericFont, 9 | 15 | 10 | 11 | 12 | 14 | 16 | 1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 13>;
846
846
  };
847
+ mediaQueryDefaultActive: {
848
+ xl: boolean;
849
+ lg: boolean;
850
+ md: boolean;
851
+ sm: boolean;
852
+ xs: boolean;
853
+ xxs: boolean;
854
+ };
855
+ selectionStyles: (theme: Record<string, string>) => {
856
+ backgroundColor: string;
857
+ color: string;
858
+ } | null;
847
859
  };
848
860
  //# sourceMappingURL=index.reanimated.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.reanimated.d.ts","sourceRoot":"","sources":["../src/index.reanimated.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGlB,CAAA"}
1
+ {"version":3,"file":"index.reanimated.d.ts","sourceRoot":"","sources":["../src/index.reanimated.ts"],"names":[],"mappings":"AAEA,cAAc,SAAS,CAAA;AACvB,cAAc,qBAAqB,CAAA;AACnC,cAAc,yBAAyB,CAAA;AAEvC,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAGlB,CAAA"}
@@ -1,59 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
- var animations_moti_exports = {};
20
- __export(animations_moti_exports, {
21
- animations: () => animations
22
- });
23
- module.exports = __toCommonJS(animations_moti_exports);
24
- var import_animations_moti = require("@tamagui/animations-moti");
25
- const animations = (0, import_animations_moti.createAnimations)({
26
- bouncy: {
27
- type: "spring",
28
- damping: 9,
29
- mass: 0.9,
30
- stiffness: 150
31
- },
32
- lazy: {
33
- type: "spring",
34
- damping: 18,
35
- stiffness: 50
36
- },
37
- slow: {
38
- type: "spring",
39
- damping: 15,
40
- stiffness: 40
41
- },
42
- quick: {
43
- type: "spring",
44
- damping: 20,
45
- mass: 1.2,
46
- stiffness: 250
47
- },
48
- tooltip: {
49
- type: "spring",
50
- damping: 10,
51
- mass: 0.9,
52
- stiffness: 100
53
- }
54
- });
55
- // Annotate the CommonJS export names for ESM import in node:
56
- 0 && (module.exports = {
57
- animations
58
- });
59
- //# sourceMappingURL=animations.moti.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/animations.moti.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,6BAAiC;AAE1B,MAAM,iBAAa,yCAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
5
- "names": []
6
- }
@@ -1,142 +0,0 @@
1
- "use strict";
2
- var __defProp = Object.defineProperty;
3
- var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
- var __getOwnPropNames = Object.getOwnPropertyNames;
5
- var __hasOwnProp = Object.prototype.hasOwnProperty;
6
- var __export = (target, all) => {
7
- for (var name in all)
8
- __defProp(target, name, { get: all[name], enumerable: true });
9
- };
10
- var __copyProps = (to, from, except, desc) => {
11
- if (from && typeof from === "object" || typeof from === "function") {
12
- for (let key of __getOwnPropNames(from))
13
- if (!__hasOwnProp.call(to, key) && key !== except)
14
- __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
- }
16
- return to;
17
- };
18
- var __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
19
- var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
20
- var tamagui_config_exports = {};
21
- __export(tamagui_config_exports, {
22
- config: () => config
23
- });
24
- module.exports = __toCommonJS(tamagui_config_exports);
25
- var import_font_inter = require("@tamagui/font-inter");
26
- var import_font_silkscreen = require("@tamagui/font-silkscreen");
27
- var import_shorthands = require("@tamagui/shorthands");
28
- var import_themes = require("@tamagui/themes");
29
- var import_animations = require("./animations");
30
- var import_createGenericFont = require("./createGenericFont");
31
- var import_media = require("./media");
32
- __reExport(tamagui_config_exports, require("./animations"), module.exports);
33
- const silkscreenFont = (0, import_font_silkscreen.createSilkscreenFont)();
34
- const headingFont = (0, import_font_inter.createInterFont)(
35
- {
36
- size: {
37
- 5: 13,
38
- 6: 15,
39
- 9: 32,
40
- 10: 44
41
- },
42
- transform: {
43
- 6: "uppercase",
44
- 7: "none"
45
- },
46
- weight: {
47
- 6: "400",
48
- 7: "700"
49
- },
50
- color: {
51
- 6: "$colorFocus",
52
- 7: "$color"
53
- },
54
- letterSpacing: {
55
- 5: 2,
56
- 6: 1,
57
- 7: 0,
58
- 8: 0,
59
- 9: -1,
60
- 10: -1.5,
61
- 12: -2,
62
- 14: -3,
63
- 15: -4
64
- },
65
- // for native
66
- face: {
67
- 700: { normal: "InterBold" },
68
- 800: { normal: "InterBold" },
69
- 900: { normal: "InterBold" }
70
- }
71
- },
72
- { sizeLineHeight: (size) => Math.round(size * 1.1 + (size < 30 ? 10 : 5)) }
73
- );
74
- const bodyFont = (0, import_font_inter.createInterFont)(
75
- {
76
- weight: {
77
- 1: "400",
78
- 7: "600"
79
- }
80
- },
81
- {
82
- sizeSize: (size) => Math.round(size),
83
- sizeLineHeight: (size) => Math.round(size * 1.1 + (size >= 12 ? 8 : 4))
84
- }
85
- );
86
- const monoFont = (0, import_createGenericFont.createGenericFont)(
87
- `"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace`,
88
- {
89
- weight: {
90
- 1: "500"
91
- },
92
- size: {
93
- 1: 11,
94
- 2: 12,
95
- 3: 13,
96
- 4: 14,
97
- 5: 16,
98
- 6: 18,
99
- 7: 20,
100
- 8: 22,
101
- 9: 30,
102
- 10: 42,
103
- 11: 52,
104
- 12: 62,
105
- 13: 72,
106
- 14: 92,
107
- 15: 114,
108
- 16: 124
109
- }
110
- },
111
- {
112
- sizeLineHeight: (x) => x * 1.5
113
- }
114
- );
115
- const config = {
116
- defaultFont: "body",
117
- shouldAddPrefersColorThemes: true,
118
- themeClassNameOnRoot: true,
119
- animations: import_animations.animations,
120
- themes: import_themes.themes,
121
- media: import_media.media,
122
- shorthands: import_shorthands.shorthands,
123
- tokens: import_themes.tokens,
124
- fonts: {
125
- // noto: notoFont as any,
126
- heading: headingFont,
127
- body: bodyFont,
128
- mono: monoFont,
129
- silkscreen: silkscreenFont
130
- }
131
- };
132
- config.selectionStyles = (theme) => theme.color5 ? {
133
- backgroundColor: theme.color5,
134
- color: theme.color11
135
- } : null;
136
- config.mediaQueryDefaultActive = import_media.mediaQueryDefaultActive;
137
- // Annotate the CommonJS export names for ESM import in node:
138
- 0 && (module.exports = {
139
- config,
140
- ...require("./animations")
141
- });
142
- //# sourceMappingURL=tamagui.config.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/tamagui.config.ts"],
4
- "mappings": ";;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,wBAAgC;AAChC,6BAAqC;AACrC,wBAA2B;AAC3B,oBAA+B;AAE/B,wBAA2B;AAC3B,+BAAkC;AAClC,mBAA+C;AAE/C,mCAAc,yBATd;AAWA,MAAM,qBAAiB,6CAAqB;AAC5C,MAAM,kBAAc;AAAA,EAClB;AAAA,IACE,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,IACN;AAAA,IACA,WAAW;AAAA,MACT,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,OAAO;AAAA,MACL,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,eAAe;AAAA,MACb,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA;AAAA,IAEA,MAAM;AAAA,MACJ,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,IAC7B;AAAA,EACF;AAAA,EACA,EAAE,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,OAAO,KAAK,KAAK,EAAE,EAAE;AAC5E;AAEA,MAAM,eAAW;AAAA,EACf;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,EACF;AAAA,EACA;AAAA,IACE,UAAU,CAAC,SAAS,KAAK,MAAM,IAAI;AAAA,IACnC,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,QAAQ,KAAK,IAAI,EAAE;AAAA,EACxE;AACF;AAEA,MAAM,eAAW;AAAA,EACf;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,IACL;AAAA,IACA,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA,EACF;AAAA,EACA;AAAA,IACE,gBAAgB,CAAC,MAAM,IAAI;AAAA,EAC7B;AACF;AAEO,MAAM,SAAS;AAAA,EACpB,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA;AAAA,IAEL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,YAAY;AAAA,EACd;AACF;AAGA,OAAO,kBAAkB,CAAC,UACxB,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,OAAO,0BAA0B;",
5
- "names": []
6
- }
@@ -1,35 +0,0 @@
1
- import { createAnimations } from "@tamagui/animations-moti";
2
- const animations = createAnimations({
3
- bouncy: {
4
- type: "spring",
5
- damping: 9,
6
- mass: 0.9,
7
- stiffness: 150
8
- },
9
- lazy: {
10
- type: "spring",
11
- damping: 18,
12
- stiffness: 50
13
- },
14
- slow: {
15
- type: "spring",
16
- damping: 15,
17
- stiffness: 40
18
- },
19
- quick: {
20
- type: "spring",
21
- damping: 20,
22
- mass: 1.2,
23
- stiffness: 250
24
- },
25
- tooltip: {
26
- type: "spring",
27
- damping: 10,
28
- mass: 0.9,
29
- stiffness: 100
30
- }
31
- });
32
- export {
33
- animations
34
- };
35
- //# sourceMappingURL=animations.moti.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/animations.moti.ts"],
4
- "mappings": "AAAA,SAAS,wBAAwB;AAE1B,MAAM,aAAa,iBAAiB;AAAA,EACzC,QAAQ;AAAA,IACN,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,MAAM;AAAA,IACJ,MAAM;AAAA,IACN,SAAS;AAAA,IACT,WAAW;AAAA,EACb;AAAA,EACA,OAAO;AAAA,IACL,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AAAA,EACA,SAAS;AAAA,IACP,MAAM;AAAA,IACN,SAAS;AAAA,IACT,MAAM;AAAA,IACN,WAAW;AAAA,EACb;AACF,CAAC;",
5
- "names": []
6
- }
@@ -1,116 +0,0 @@
1
- import { createInterFont } from "@tamagui/font-inter";
2
- import { createSilkscreenFont } from "@tamagui/font-silkscreen";
3
- import { shorthands } from "@tamagui/shorthands";
4
- import { themes, tokens } from "@tamagui/themes";
5
- import { animations } from "./animations";
6
- import { createGenericFont } from "./createGenericFont";
7
- import { media, mediaQueryDefaultActive } from "./media";
8
- export * from "./animations";
9
- const silkscreenFont = createSilkscreenFont();
10
- const headingFont = createInterFont(
11
- {
12
- size: {
13
- 5: 13,
14
- 6: 15,
15
- 9: 32,
16
- 10: 44
17
- },
18
- transform: {
19
- 6: "uppercase",
20
- 7: "none"
21
- },
22
- weight: {
23
- 6: "400",
24
- 7: "700"
25
- },
26
- color: {
27
- 6: "$colorFocus",
28
- 7: "$color"
29
- },
30
- letterSpacing: {
31
- 5: 2,
32
- 6: 1,
33
- 7: 0,
34
- 8: 0,
35
- 9: -1,
36
- 10: -1.5,
37
- 12: -2,
38
- 14: -3,
39
- 15: -4
40
- },
41
- // for native
42
- face: {
43
- 700: { normal: "InterBold" },
44
- 800: { normal: "InterBold" },
45
- 900: { normal: "InterBold" }
46
- }
47
- },
48
- { sizeLineHeight: (size) => Math.round(size * 1.1 + (size < 30 ? 10 : 5)) }
49
- );
50
- const bodyFont = createInterFont(
51
- {
52
- weight: {
53
- 1: "400",
54
- 7: "600"
55
- }
56
- },
57
- {
58
- sizeSize: (size) => Math.round(size),
59
- sizeLineHeight: (size) => Math.round(size * 1.1 + (size >= 12 ? 8 : 4))
60
- }
61
- );
62
- const monoFont = createGenericFont(
63
- `"ui-monospace", "SFMono-Regular", "SF Mono", Menlo, Consolas, "Liberation Mono", monospace`,
64
- {
65
- weight: {
66
- 1: "500"
67
- },
68
- size: {
69
- 1: 11,
70
- 2: 12,
71
- 3: 13,
72
- 4: 14,
73
- 5: 16,
74
- 6: 18,
75
- 7: 20,
76
- 8: 22,
77
- 9: 30,
78
- 10: 42,
79
- 11: 52,
80
- 12: 62,
81
- 13: 72,
82
- 14: 92,
83
- 15: 114,
84
- 16: 124
85
- }
86
- },
87
- {
88
- sizeLineHeight: (x) => x * 1.5
89
- }
90
- );
91
- const config = {
92
- defaultFont: "body",
93
- shouldAddPrefersColorThemes: true,
94
- themeClassNameOnRoot: true,
95
- animations,
96
- themes,
97
- media,
98
- shorthands,
99
- tokens,
100
- fonts: {
101
- // noto: notoFont as any,
102
- heading: headingFont,
103
- body: bodyFont,
104
- mono: monoFont,
105
- silkscreen: silkscreenFont
106
- }
107
- };
108
- config.selectionStyles = (theme) => theme.color5 ? {
109
- backgroundColor: theme.color5,
110
- color: theme.color11
111
- } : null;
112
- config.mediaQueryDefaultActive = mediaQueryDefaultActive;
113
- export {
114
- config
115
- };
116
- //# sourceMappingURL=tamagui.config.js.map
@@ -1,6 +0,0 @@
1
- {
2
- "version": 3,
3
- "sources": ["../../src/tamagui.config.ts"],
4
- "mappings": "AAAA,SAAS,uBAAuB;AAChC,SAAS,4BAA4B;AACrC,SAAS,kBAAkB;AAC3B,SAAS,QAAQ,cAAc;AAE/B,SAAS,kBAAkB;AAC3B,SAAS,yBAAyB;AAClC,SAAS,OAAO,+BAA+B;AAE/C,cAAc;AAEd,MAAM,iBAAiB,qBAAqB;AAC5C,MAAM,cAAc;AAAA,EAClB;AAAA,IACE,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,IACN;AAAA,IACA,WAAW;AAAA,MACT,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,OAAO;AAAA,MACL,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,IACA,eAAe;AAAA,MACb,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA;AAAA,IAEA,MAAM;AAAA,MACJ,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,MAC3B,KAAK,EAAE,QAAQ,YAAY;AAAA,IAC7B;AAAA,EACF;AAAA,EACA,EAAE,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,OAAO,KAAK,KAAK,EAAE,EAAE;AAC5E;AAEA,MAAM,WAAW;AAAA,EACf;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,MACH,GAAG;AAAA,IACL;AAAA,EACF;AAAA,EACA;AAAA,IACE,UAAU,CAAC,SAAS,KAAK,MAAM,IAAI;AAAA,IACnC,gBAAgB,CAAC,SAAS,KAAK,MAAM,OAAO,OAAO,QAAQ,KAAK,IAAI,EAAE;AAAA,EACxE;AACF;AAEA,MAAM,WAAW;AAAA,EACf;AAAA,EACA;AAAA,IACE,QAAQ;AAAA,MACN,GAAG;AAAA,IACL;AAAA,IACA,MAAM;AAAA,MACJ,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,GAAG;AAAA,MACH,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,MACJ,IAAI;AAAA,IACN;AAAA,EACF;AAAA,EACA;AAAA,IACE,gBAAgB,CAAC,MAAM,IAAI;AAAA,EAC7B;AACF;AAEO,MAAM,SAAS;AAAA,EACpB,aAAa;AAAA,EACb,6BAA6B;AAAA,EAC7B,sBAAsB;AAAA,EACtB;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA;AAAA,EACA,OAAO;AAAA;AAAA,IAEL,SAAS;AAAA,IACT,MAAM;AAAA,IACN,MAAM;AAAA,IACN,YAAY;AAAA,EACd;AACF;AAGA,OAAO,kBAAkB,CAAC,UACxB,MAAM,SACF;AAAA,EACE,iBAAiB,MAAM;AAAA,EACvB,OAAO,MAAM;AACf,IACA;AAGN,OAAO,0BAA0B;",
5
- "names": []
6
- }