@tamagui/visually-hidden 1.73.1 → 1.73.2

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/visually-hidden",
3
- "version": "1.73.1",
3
+ "version": "1.73.2",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -31,13 +31,13 @@
31
31
  }
32
32
  },
33
33
  "dependencies": {
34
- "@tamagui/web": "1.73.1"
34
+ "@tamagui/web": "1.73.2"
35
35
  },
36
36
  "peerDependencies": {
37
37
  "react": "*"
38
38
  },
39
39
  "devDependencies": {
40
- "@tamagui/build": "1.73.1",
40
+ "@tamagui/build": "1.73.2",
41
41
  "react": "^18.2.0"
42
42
  },
43
43
  "publishConfig": {
@@ -1,90 +1,15 @@
1
1
  /// <reference types="react" />
2
- export declare const VisuallyHidden: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
3
- target?: string | undefined;
4
- hitSlop?: number | import("react-native").Insets | null | undefined;
5
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
6
- dangerouslySetInnerHTML?: {
7
- __html: string;
8
- } | undefined;
9
- children?: any;
10
- debug?: import("@tamagui/web").DebugProp | undefined;
11
- disabled?: boolean | undefined;
12
- className?: string | undefined;
13
- themeShallow?: boolean | undefined;
14
- id?: string | undefined;
15
- tag?: string | undefined;
16
- theme?: string | null | undefined;
17
- group?: undefined;
18
- untilMeasured?: "hide" | "show" | undefined;
19
- componentName?: string | undefined;
20
- tabIndex?: string | number | undefined;
21
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
22
- disableOptimization?: boolean | undefined;
23
- forceStyle?: "hover" | "press" | "focus" | undefined;
24
- disableClassName?: boolean | undefined;
25
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
26
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
27
- } & {
2
+ export declare const VisuallyHidden: import("@tamagui/web").TamaguiComponent<Omit<import("react-native").ViewProps, "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
28
3
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
29
4
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, "visible" | "preserveDimensions"> & {
30
5
  readonly preserveDimensions?: boolean | undefined;
31
6
  readonly visible?: boolean | undefined;
32
- } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
33
- target?: string | undefined;
34
- hitSlop?: number | import("react-native").Insets | null | undefined;
35
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
36
- dangerouslySetInnerHTML?: {
37
- __html: string;
38
- } | undefined;
39
- children?: any;
40
- debug?: import("@tamagui/web").DebugProp | undefined;
41
- disabled?: boolean | undefined;
42
- className?: string | undefined;
43
- themeShallow?: boolean | undefined;
44
- id?: string | undefined;
45
- tag?: string | undefined;
46
- theme?: string | null | undefined;
47
- group?: undefined;
48
- untilMeasured?: "hide" | "show" | undefined;
49
- componentName?: string | undefined;
50
- tabIndex?: string | number | undefined;
51
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
52
- disableOptimization?: boolean | undefined;
53
- forceStyle?: "hover" | "press" | "focus" | undefined;
54
- disableClassName?: boolean | undefined;
55
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
56
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
57
- } & {
7
+ } & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
58
8
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
59
9
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, "visible" | "preserveDimensions"> & {
60
10
  readonly preserveDimensions?: boolean | undefined;
61
11
  readonly visible?: boolean | undefined;
62
- }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & {
63
- target?: string | undefined;
64
- hitSlop?: number | import("react-native").Insets | null | undefined;
65
- asChild?: boolean | "web" | "except-style" | "except-style-web" | undefined;
66
- dangerouslySetInnerHTML?: {
67
- __html: string;
68
- } | undefined;
69
- children?: any;
70
- debug?: import("@tamagui/web").DebugProp | undefined;
71
- disabled?: boolean | undefined;
72
- className?: string | undefined;
73
- themeShallow?: boolean | undefined;
74
- id?: string | undefined;
75
- tag?: string | undefined;
76
- theme?: string | null | undefined;
77
- group?: undefined;
78
- untilMeasured?: "hide" | "show" | undefined;
79
- componentName?: string | undefined;
80
- tabIndex?: string | number | undefined;
81
- role?: import("@tamagui/web/types/interfaces/Role").Role | undefined;
82
- disableOptimization?: boolean | undefined;
83
- forceStyle?: "hover" | "press" | "focus" | undefined;
84
- disableClassName?: boolean | undefined;
85
- onFocus?: ((event: import("react").FocusEvent<HTMLDivElement, Element>) => void) | undefined;
86
- onScroll?: ((event: import("react").UIEvent<HTMLDivElement, UIEvent>) => void) | undefined;
87
- } & {
12
+ }>> & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native").ViewProps, "display" | "children" | ("onLayout" | keyof import("react-native").GestureResponderHandlers) | "style"> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").WebOnlyPressEvents & import("@tamagui/web").TamaguiComponentPropsBaseBase & {
88
13
  style?: import("@tamagui/web").StyleProp<import("react-native").ViewStyle | import("react").CSSProperties | (import("react").CSSProperties & import("react-native").ViewStyle)>;
89
14
  } & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & Omit<{}, "visible" | "preserveDimensions"> & {
90
15
  readonly preserveDimensions?: boolean | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["../src/VisuallyHidden.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EAgCzB,CAAA"}
1
+ {"version":3,"file":"VisuallyHidden.d.ts","sourceRoot":"","sources":["../src/VisuallyHidden.tsx"],"names":[],"mappings":";AAEA,eAAO,MAAM,cAAc;;;;;;;;;;;;;;;;;;;;;;EAgCzB,CAAA"}