@tamagui/button-next 1.129.3 → 1.129.5-1751174117974

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/button-next",
3
- "version": "1.129.3",
3
+ "version": "1.129.5-1751174117974",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -36,14 +36,14 @@
36
36
  }
37
37
  },
38
38
  "dependencies": {
39
- "@tamagui/get-button-sized": "1.129.3",
40
- "@tamagui/helpers-tamagui": "1.129.3",
41
- "@tamagui/stacks": "1.129.3",
42
- "@tamagui/text": "1.129.3",
43
- "@tamagui/web": "1.129.3"
39
+ "@tamagui/get-button-sized": "1.129.5-1751174117974",
40
+ "@tamagui/helpers-tamagui": "1.129.5-1751174117974",
41
+ "@tamagui/stacks": "1.129.5-1751174117974",
42
+ "@tamagui/text": "1.129.5-1751174117974",
43
+ "@tamagui/web": "1.129.5-1751174117974"
44
44
  },
45
45
  "devDependencies": {
46
- "@tamagui/build": "1.129.3",
46
+ "@tamagui/build": "1.129.5-1751174117974",
47
47
  "react": "*",
48
48
  "vitest": "^3.0.5"
49
49
  },
package/types/Button.d.ts CHANGED
@@ -23,7 +23,10 @@ export declare const Button: import("react").ForwardRefExoticComponent<import("@
23
23
  variant?: ButtonVariant;
24
24
  }, import("@tamagui/web").StaticConfigPublic];
25
25
  } & {
26
- Apply: import("react").ProviderExoticComponent<Partial<{
26
+ Apply: import("react").Provider<{
27
+ size?: SizeTokens | undefined;
28
+ variant?: ButtonVariant | undefined;
29
+ }> & import("react").ProviderExoticComponent<Partial<{
27
30
  size?: SizeTokens | undefined;
28
31
  variant?: ButtonVariant | undefined;
29
32
  }> & {
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAIxD,KAAK,aAAa,GAAG,UAAU,CAAA;AAE/B,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAA;AAEhD,QAAA,MAAM,KAAK;;;;;6CA8DT,CAAA;AA0CF,eAAO,MAAM,aAAa;WACjB,UAAU;cACP,aAAa;EAIvB,CAAA;AAEF,eAAO,MAAM,MAAM;WACV,UAAU;cACP,aAAa;;WADhB,UAAU;cACP,aAAa;;;eADhB,UAAU;kBACP,aAAa;;;;eADhB,UAAU;kBACP,aAAa;;;;;;eADhB,UAAU;kBACP,aAAa;;;eADhB,UAAU;kBACP,aAAa;;CASvB,CAAA"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"AAEA,OAAO,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,MAAM,cAAc,CAAA;AAIxD,KAAK,aAAa,GAAG,UAAU,CAAA;AAE/B,MAAM,MAAM,WAAW,GAAG,QAAQ,CAAC,OAAO,KAAK,CAAC,CAAA;AAEhD,QAAA,MAAM,KAAK;;;;;6CA8DT,CAAA;AA0CF,eAAO,MAAM,aAAa;WACjB,UAAU;cACP,aAAa;EAIvB,CAAA;AAEF,eAAO,MAAM,MAAM;WACV,UAAU;cACP,aAAa;;WADhB,UAAU;cACP,aAAa;;;eADhB,UAAU;kBACP,aAAa;;;;eADhB,UAAU;kBACP,aAAa;;eADhB,UAAU;kBACP,aAAa;;;;;;eADhB,UAAU;kBACP,aAAa;;;eADhB,UAAU;kBACP,aAAa;;CASvB,CAAA"}
@@ -8,7 +8,7 @@ export declare const createButton: <Variants extends Record<string, any>>(option
8
8
  }) => import("react").ForwardRefExoticComponent<import("@tamagui/web").GetFinalProps<any, any, Variants> & import("react").RefAttributes<import("@tamagui/web").GetRef<TamaguiComponentExpectingVariants<any, Variants>>>> & import("@tamagui/web").StaticComponentObject<import("@tamagui/web").TamaDefer, import("@tamagui/web").GetRef<TamaguiComponentExpectingVariants<any, Variants>>, any, any, Variants, import("@tamagui/web").StaticConfigPublic> & Omit<import("@tamagui/web").StaticConfigPublic, "staticConfig" | "extractable" | "styleable"> & {
9
9
  __tama: [import("@tamagui/web").TamaDefer, import("@tamagui/web").GetRef<TamaguiComponentExpectingVariants<any, Variants>>, any, any, Variants, import("@tamagui/web").StaticConfigPublic];
10
10
  } & {
11
- Apply: import("react").ProviderExoticComponent<Partial<{ [Key in keyof Variants]: Variants[Key] | undefined; }> & {
11
+ Apply: import("react").Provider<{ [Key in keyof Variants]: Variants[Key] | undefined; }> & import("react").ProviderExoticComponent<Partial<{ [Key in keyof Variants]: Variants[Key] | undefined; }> & {
12
12
  children?: import("react").ReactNode;
13
13
  scope?: string;
14
14
  }>;
@@ -1 +1 @@
1
- {"version":3,"file":"createButton.d.ts","sourceRoot":"","sources":["../src/createButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,iCAAiC,EAGlC,MAAM,cAAc,CAAA;AAGrB,eAAO,MAAM,YAAY,GAAI,QAAQ,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS;IAC1E,KAAK,EAAE,iCAAiC,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;IACvD,IAAI,EAAE,iCAAiC,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;IACtD,IAAI,EAAE,iCAAiC,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;IACtD,eAAe,CAAC,EAAE,GAAG,GAAG,IAAI,MAAM,QAAQ,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,SAAS,GAAE,CAAA;IACxE,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;;;8DAFsB,GAAG;;;;;;CA6BzB,CAAA"}
1
+ {"version":3,"file":"createButton.d.ts","sourceRoot":"","sources":["../src/createButton.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,EACV,iCAAiC,EAGlC,MAAM,cAAc,CAAA;AAGrB,eAAO,MAAM,YAAY,GAAI,QAAQ,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,EAAE,SAAS;IAC1E,KAAK,EAAE,iCAAiC,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;IACvD,IAAI,EAAE,iCAAiC,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;IACtD,IAAI,EAAE,iCAAiC,CAAC,GAAG,EAAE,QAAQ,CAAC,CAAA;IACtD,eAAe,CAAC,EAAE,GAAG,GAAG,IAAI,MAAM,QAAQ,GAAG,QAAQ,CAAC,GAAG,CAAC,GAAG,SAAS,GAAE,CAAA;IACxE,IAAI,CAAC,EAAE,MAAM,CAAA;CACd;;;uCAFsB,GAAG,wGAAH,GAAG;;;;;;CA6BzB,CAAA"}