@tamagui/config 1.58.6 → 1.58.7

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.7",
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.7",
36
+ "@tamagui/animations-react-native": "1.58.7",
37
+ "@tamagui/colors": "1.58.7",
38
+ "@tamagui/font-inter": "1.58.7",
39
+ "@tamagui/font-silkscreen": "1.58.7",
40
+ "@tamagui/react-native-media-driver": "1.58.7",
41
+ "@tamagui/shorthands": "1.58.7",
42
+ "@tamagui/themes": "1.58.7",
43
+ "@tamagui/web": "1.58.7"
44
44
  },
45
45
  "devDependencies": {
46
- "@tamagui/build": "1.58.6"
46
+ "@tamagui/build": "1.58.7"
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: import("@tamagui/web").ThemeParsed) => {
821
+ backgroundColor: import("@tamagui/web").Variable<import("@tamagui/web").VariableVal>;
822
+ color: import("@tamagui/web").Variable<import("@tamagui/web").VariableVal>;
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: import("@tamagui/web").ThemeParsed) => {
852
+ backgroundColor: import("@tamagui/web").Variable<import("@tamagui/web").VariableVal>;
853
+ color: import("@tamagui/web").Variable<import("@tamagui/web").VariableVal>;
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: import("@tamagui/web").ThemeParsed) => {
856
+ backgroundColor: import("@tamagui/web").Variable<import("@tamagui/web").VariableVal>;
857
+ color: import("@tamagui/web").Variable<import("@tamagui/web").VariableVal>;
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"}