@tamagui/button 1.18.0 → 1.18.1

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",
3
- "version": "1.18.0",
3
+ "version": "1.18.1",
4
4
  "sideEffects": [
5
5
  "*.css"
6
6
  ],
@@ -29,17 +29,17 @@
29
29
  }
30
30
  },
31
31
  "dependencies": {
32
- "@tamagui/font-size": "1.18.0",
33
- "@tamagui/get-button-sized": "1.18.0",
34
- "@tamagui/helpers-tamagui": "1.18.0",
35
- "@tamagui/text": "1.18.0",
36
- "@tamagui/web": "1.18.0"
32
+ "@tamagui/font-size": "1.18.1",
33
+ "@tamagui/get-button-sized": "1.18.1",
34
+ "@tamagui/helpers-tamagui": "1.18.1",
35
+ "@tamagui/text": "1.18.1",
36
+ "@tamagui/web": "1.18.1"
37
37
  },
38
38
  "peerDependencies": {
39
39
  "react": "*"
40
40
  },
41
41
  "devDependencies": {
42
- "@tamagui/build": "1.18.0",
42
+ "@tamagui/build": "1.18.1",
43
43
  "react": "^18.2.0",
44
44
  "vitest": "^0.26.3"
45
45
  },
package/types/Button.d.ts CHANGED
@@ -293,7 +293,7 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
293
293
  readonly disabled?: boolean | undefined;
294
294
  }>>, "color" | "fontWeight" | "fontSize" | "fontFamily" | "fontStyle" | "letterSpacing" | "textAlign" | "textProps" | "noTextWrap" | "display" | "children" | "onLayout" | "onStartShouldSetResponder" | "onMoveShouldSetResponder" | "onResponderEnd" | "onResponderGrant" | "onResponderReject" | "onResponderMove" | "onResponderRelease" | "onResponderStart" | "onResponderTerminationRequest" | "onResponderTerminate" | "onStartShouldSetResponderCapture" | "onMoveShouldSetResponderCapture" | "hitSlop" | "id" | "pointerEvents" | "removeClippedSubviews" | "style" | "testID" | "nativeID" | "collapsable" | "needsOffscreenAlphaCompositing" | "renderToHardwareTextureAndroid" | "focusable" | "shouldRasterizeIOS" | "isTVSelectable" | "hasTVPreferredFocus" | "tvParallaxProperties" | "tvParallaxShiftDistanceX" | "tvParallaxShiftDistanceY" | "tvParallaxTiltAngle" | "tvParallaxMagnification" | "onTouchStart" | "onTouchMove" | "onTouchEnd" | "onTouchCancel" | "onTouchEndCapture" | "onPointerEnter" | "onPointerEnterCapture" | "onPointerLeave" | "onPointerLeaveCapture" | "onPointerMove" | "onPointerMoveCapture" | "onPointerCancel" | "onPointerCancelCapture" | "onPointerDown" | "onPointerDownCapture" | "onPointerUp" | "onPointerUpCapture" | "accessible" | "accessibilityActions" | "accessibilityLabel" | "aria-label" | "accessibilityRole" | "accessibilityState" | "aria-busy" | "aria-checked" | "aria-disabled" | "aria-expanded" | "aria-selected" | "aria-labelledby" | "accessibilityHint" | "accessibilityValue" | "aria-valuemax" | "aria-valuemin" | "aria-valuenow" | "aria-valuetext" | "onAccessibilityAction" | "importantForAccessibility" | "aria-hidden" | "aria-live" | "aria-modal" | "role" | "accessibilityLiveRegion" | "accessibilityLabelledBy" | "accessibilityElementsHidden" | "accessibilityViewIsModal" | "onAccessibilityEscape" | "onAccessibilityTap" | "onMagicTap" | "accessibilityIgnoresInvertColors" | "accessibilityLanguage" | "elevation" | "gap" | "columnGap" | "rowGap" | "backgroundColor" | "borderBottomColor" | "borderBottomEndRadius" | "borderBottomLeftRadius" | "borderBottomRightRadius" | "borderBottomStartRadius" | "borderBottomWidth" | "borderColor" | "borderEndColor" | "borderLeftColor" | "borderLeftWidth" | "borderRadius" | "borderRightColor" | "borderRightWidth" | "borderStartColor" | "borderStyle" | "borderTopColor" | "borderTopEndRadius" | "borderTopLeftRadius" | "borderTopRightRadius" | "borderTopStartRadius" | "borderTopWidth" | "borderWidth" | "opacity" | "alignContent" | "alignItems" | "alignSelf" | "aspectRatio" | "borderEndWidth" | "borderStartWidth" | "bottom" | "end" | "flex" | "flexBasis" | "flexDirection" | "flexGrow" | "flexShrink" | "flexWrap" | "height" | "justifyContent" | "left" | "margin" | "marginBottom" | "marginEnd" | "marginHorizontal" | "marginLeft" | "marginRight" | "marginStart" | "marginTop" | "marginVertical" | "maxHeight" | "maxWidth" | "minHeight" | "minWidth" | "overflow" | "padding" | "paddingBottom" | "paddingEnd" | "paddingHorizontal" | "paddingLeft" | "paddingRight" | "paddingStart" | "paddingTop" | "paddingVertical" | "position" | "right" | "start" | "top" | "width" | "zIndex" | "direction" | "shadowColor" | "shadowOffset" | "shadowOpacity" | "shadowRadius" | "transform" | "transformMatrix" | "rotation" | "scaleX" | "scaleY" | "translateX" | "translateY" | "transparent" | "hoverTheme" | "pressTheme" | "focusTheme" | "elevate" | "bordered" | "circular" | "backgrounded" | "radiused" | "padded" | "chromeless" | "fullscreen" | `$${string}` | `$${number}` | "x" | "y" | "perspective" | "scale" | "skewX" | "skewY" | "matrix" | "rotate" | "rotateY" | "rotateX" | "rotateZ" | "cursor" | "contain" | "userSelect" | "outlineColor" | "outlineStyle" | "outlineOffset" | "outlineWidth" | "theme" | "space" | "separator" | "onPress" | "onPressIn" | "onPressOut" | "disabled" | "target" | "asChild" | "spaceDirection" | "dangerouslySetInnerHTML" | "animation" | "animateOnly" | "debug" | "className" | "themeShallow" | "tag" | "componentName" | "tabIndex" | "forceStyle" | "onHoverIn" | "onHoverOut" | "onMouseEnter" | "onMouseLeave" | "onMouseDown" | "onMouseUp" | "onFocus" | "onScroll" | "hoverStyle" | "pressStyle" | "focusStyle" | "exitStyle" | "enterStyle" | "rel" | "download" | "dataSet" | "onScrollShouldSetResponder" | "onScrollShouldSetResponderCapture" | "onSelectionChangeShouldSetResponder" | "onSelectionChangeShouldSetResponderCapture" | "href" | "hrefAttrs" | "elevationAndroid" | "unstyled" | "size" | "active" | "themeInverse" | "themeReset" | "icon" | "iconAfter" | "scaleIcon" | "spaceFlex" | "scaleSpace">, TamaguiElement> & {
295
295
  staticConfig: import("@tamagui/web").StaticConfigParsed;
296
- styleable: <CustomProps extends Object, X extends FunctionComponent<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
296
+ styleable: import("@tamagui/web").Styleable<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
297
297
  readonly fullscreen?: boolean | undefined;
298
298
  readonly elevation?: SizeTokens | undefined;
299
299
  } & {
@@ -353,127 +353,7 @@ declare const Button: import("@tamagui/web").ReactComponentWithRef<Omit<TextPare
353
353
  readonly size?: SizeTokens | undefined;
354
354
  readonly active?: boolean | undefined;
355
355
  readonly disabled?: boolean | undefined;
356
- }>> & CustomProps> = FunctionComponent<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
357
- readonly fullscreen?: boolean | undefined;
358
- readonly elevation?: SizeTokens | undefined;
359
- } & {
360
- readonly backgrounded?: boolean | undefined;
361
- readonly radiused?: boolean | undefined;
362
- readonly hoverTheme?: boolean | undefined;
363
- readonly pressTheme?: boolean | undefined;
364
- readonly focusTheme?: boolean | undefined;
365
- readonly circular?: boolean | undefined;
366
- readonly padded?: boolean | undefined;
367
- readonly elevate?: boolean | undefined;
368
- readonly bordered?: number | boolean | undefined;
369
- readonly transparent?: boolean | undefined;
370
- readonly chromeless?: boolean | "all" | undefined;
371
- }, "disabled" | "unstyled" | "size" | "active"> & {
372
- readonly unstyled?: boolean | undefined;
373
- readonly size?: SizeTokens | undefined;
374
- readonly active?: boolean | undefined;
375
- readonly disabled?: boolean | undefined;
376
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
377
- readonly fullscreen?: boolean | undefined;
378
- readonly elevation?: SizeTokens | undefined;
379
- } & {
380
- readonly backgrounded?: boolean | undefined;
381
- readonly radiused?: boolean | undefined;
382
- readonly hoverTheme?: boolean | undefined;
383
- readonly pressTheme?: boolean | undefined;
384
- readonly focusTheme?: boolean | undefined;
385
- readonly circular?: boolean | undefined;
386
- readonly padded?: boolean | undefined;
387
- readonly elevate?: boolean | undefined;
388
- readonly bordered?: number | boolean | undefined;
389
- readonly transparent?: boolean | undefined;
390
- readonly chromeless?: boolean | "all" | undefined;
391
- }, "disabled" | "unstyled" | "size" | "active"> & {
392
- readonly unstyled?: boolean | undefined;
393
- readonly size?: SizeTokens | undefined;
394
- readonly active?: boolean | undefined;
395
- readonly disabled?: boolean | undefined;
396
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
397
- readonly fullscreen?: boolean | undefined;
398
- readonly elevation?: SizeTokens | undefined;
399
- } & {
400
- readonly backgrounded?: boolean | undefined;
401
- readonly radiused?: boolean | undefined;
402
- readonly hoverTheme?: boolean | undefined;
403
- readonly pressTheme?: boolean | undefined;
404
- readonly focusTheme?: boolean | undefined;
405
- readonly circular?: boolean | undefined;
406
- readonly padded?: boolean | undefined;
407
- readonly elevate?: boolean | undefined;
408
- readonly bordered?: number | boolean | undefined;
409
- readonly transparent?: boolean | undefined;
410
- readonly chromeless?: boolean | "all" | undefined;
411
- }, "disabled" | "unstyled" | "size" | "active"> & {
412
- readonly unstyled?: boolean | undefined;
413
- readonly size?: SizeTokens | undefined;
414
- readonly active?: boolean | undefined;
415
- readonly disabled?: boolean | undefined;
416
- }>> & CustomProps>>(a: X) => import("@tamagui/web").ReactComponentWithRef<CustomProps & Omit<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
417
- readonly fullscreen?: boolean | undefined;
418
- readonly elevation?: SizeTokens | undefined;
419
- } & {
420
- readonly backgrounded?: boolean | undefined;
421
- readonly radiused?: boolean | undefined;
422
- readonly hoverTheme?: boolean | undefined;
423
- readonly pressTheme?: boolean | undefined;
424
- readonly focusTheme?: boolean | undefined;
425
- readonly circular?: boolean | undefined;
426
- readonly padded?: boolean | undefined;
427
- readonly elevate?: boolean | undefined;
428
- readonly bordered?: number | boolean | undefined;
429
- readonly transparent?: boolean | undefined;
430
- readonly chromeless?: boolean | "all" | undefined;
431
- }, "disabled" | "unstyled" | "size" | "active"> & {
432
- readonly unstyled?: boolean | undefined;
433
- readonly size?: SizeTokens | undefined;
434
- readonly active?: boolean | undefined;
435
- readonly disabled?: boolean | undefined;
436
- } & import("@tamagui/web").MediaProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
437
- readonly fullscreen?: boolean | undefined;
438
- readonly elevation?: SizeTokens | undefined;
439
- } & {
440
- readonly backgrounded?: boolean | undefined;
441
- readonly radiused?: boolean | undefined;
442
- readonly hoverTheme?: boolean | undefined;
443
- readonly pressTheme?: boolean | undefined;
444
- readonly focusTheme?: boolean | undefined;
445
- readonly circular?: boolean | undefined;
446
- readonly padded?: boolean | undefined;
447
- readonly elevate?: boolean | undefined;
448
- readonly bordered?: number | boolean | undefined;
449
- readonly transparent?: boolean | undefined;
450
- readonly chromeless?: boolean | "all" | undefined;
451
- }, "disabled" | "unstyled" | "size" | "active"> & {
452
- readonly unstyled?: boolean | undefined;
453
- readonly size?: SizeTokens | undefined;
454
- readonly active?: boolean | undefined;
455
- readonly disabled?: boolean | undefined;
456
- }>> & import("@tamagui/web").PseudoProps<Partial<Omit<import("react-native/types").ViewProps, "display" | "children" | "onLayout" | keyof import("react-native/types").GestureResponderHandlers> & import("@tamagui/web").ExtendBaseStackProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").StackStylePropsBase>> & import("@tamagui/core/types/reactNativeTypes").RNViewProps & Omit<{
457
- readonly fullscreen?: boolean | undefined;
458
- readonly elevation?: SizeTokens | undefined;
459
- } & {
460
- readonly backgrounded?: boolean | undefined;
461
- readonly radiused?: boolean | undefined;
462
- readonly hoverTheme?: boolean | undefined;
463
- readonly pressTheme?: boolean | undefined;
464
- readonly focusTheme?: boolean | undefined;
465
- readonly circular?: boolean | undefined;
466
- readonly padded?: boolean | undefined;
467
- readonly elevate?: boolean | undefined;
468
- readonly bordered?: number | boolean | undefined;
469
- readonly transparent?: boolean | undefined;
470
- readonly chromeless?: boolean | "all" | undefined;
471
- }, "disabled" | "unstyled" | "size" | "active"> & {
472
- readonly unstyled?: boolean | undefined;
473
- readonly size?: SizeTokens | undefined;
474
- readonly active?: boolean | undefined;
475
- readonly disabled?: boolean | undefined;
476
- }>>, keyof CustomProps>, TamaguiElement> & any;
356
+ }>>, TamaguiElement>;
477
357
  } & {
478
358
  Text: import("react").ForwardRefExoticComponent<Omit<import("react-native/types").TextProps, "children" | ("onLayout" | keyof import("react-native/types").GestureResponderHandlers)> & import("@tamagui/web").ExtendsBaseTextProps & import("@tamagui/web").TamaguiComponentPropsBase & import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase> & import("@tamagui/web").WithShorthands<import("@tamagui/web").WithThemeValues<import("@tamagui/web").TextStylePropsBase>> & Omit<{
479
359
  readonly size?: import("@tamagui/web").FontSizeTokens | undefined;
@@ -1 +1 @@
1
- {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"Button.d.ts","sourceRoot":"","sources":["../src/Button.tsx"],"names":[],"mappings":"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"}