tamagui 1.111.3 → 1.111.4
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.
|
@@ -41,16 +41,16 @@ export * from "@tamagui/use-debounce";
|
|
|
41
41
|
export * from "@tamagui/use-force-update";
|
|
42
42
|
export * from "@tamagui/use-window-dimensions";
|
|
43
43
|
export * from "@tamagui/visually-hidden";
|
|
44
|
-
export * from "./createTamagui.mjs";
|
|
45
|
-
export * from "./viewTypes.mjs";
|
|
46
|
-
export * from "./views/TamaguiProvider.mjs";
|
|
47
|
-
export * from "./views/Anchor.mjs";
|
|
48
|
-
export * from "./views/EnsureFlexed.mjs";
|
|
49
|
-
export * from "./views/Fieldset.mjs";
|
|
50
|
-
export * from "./views/Input.mjs";
|
|
51
|
-
export * from "./views/Spinner.mjs";
|
|
52
|
-
export * from "./views/TextArea.mjs";
|
|
53
|
-
export * from "./views/Text.mjs";
|
|
44
|
+
export * from "./createTamagui.native.mjs";
|
|
45
|
+
export * from "./viewTypes.native.mjs";
|
|
46
|
+
export * from "./views/TamaguiProvider.native.mjs";
|
|
47
|
+
export * from "./views/Anchor.native.mjs";
|
|
48
|
+
export * from "./views/EnsureFlexed.native.mjs";
|
|
49
|
+
export * from "./views/Fieldset.native.mjs";
|
|
50
|
+
export * from "./views/Input.native.mjs";
|
|
51
|
+
export * from "./views/Spinner.native.mjs";
|
|
52
|
+
export * from "./views/TextArea.native.mjs";
|
|
53
|
+
export * from "./views/Text.native.mjs";
|
|
54
54
|
import { Configuration, ComponentContext, FontLanguage, Spacer, Stack, Theme, Unspaced, View, createComponent, createFont, createShorthands, createStyledContext, createTheme, createTokens, createVariable, getConfig, getMedia, getStylesAtomic, getThemes, getToken, getTokenValue, getTokens, getVariable, setupReactNative, getVariableName, getVariableValue, insertFont, setupDev, isChrome, isClient, isServer, isTamaguiComponent, isTamaguiElement, isTouchable, isVariable, isWeb, isWebTouchable, matchMedia, mediaObjectToString, mediaQueryConfig, mediaState, spacedChildren, styled, themeable, useDidFinishSSR, useEvent, useGet, useIsTouchDevice, useIsomorphicLayoutEffect, useMedia, useProps, usePropsAndStyle, useStyle, useConfiguration, useTheme, useThemeName, variableToString, withStaticProperties } from "@tamagui/core";
|
|
55
55
|
export { ComponentContext, Configuration, FontLanguage, Spacer, Stack, Theme, Unspaced, View, createComponent, createFont, createShorthands, createStyledContext, createTheme, createTokens, createVariable, getConfig, getMedia, getStylesAtomic, getThemes, getToken, getTokenValue, getTokens, getVariable, getVariableName, getVariableValue, insertFont, isChrome, isClient, isServer, isTamaguiComponent, isTamaguiElement, isTouchable, isVariable, isWeb, isWebTouchable, matchMedia, mediaObjectToString, mediaQueryConfig, mediaState, setupDev, setupReactNative, spacedChildren, styled, themeable, useConfiguration, useDidFinishSSR, useEvent, useGet, useIsTouchDevice, useIsomorphicLayoutEffect, useMedia, useProps, usePropsAndStyle, useStyle, useTheme, useThemeName, variableToString, withStaticProperties };
|
|
56
56
|
//# sourceMappingURL=index.native.mjs.map
|
|
@@ -4,7 +4,7 @@ import { isWeb } from "@tamagui/constants";
|
|
|
4
4
|
import { styled, useComposedRefs, useTheme } from "@tamagui/core";
|
|
5
5
|
import { useFocusable } from "@tamagui/focusable";
|
|
6
6
|
import { TextInput } from "react-native";
|
|
7
|
-
import { inputSizeVariant } from "../helpers/inputHelpers.mjs";
|
|
7
|
+
import { inputSizeVariant } from "../helpers/inputHelpers.native.mjs";
|
|
8
8
|
var defaultStyles = {
|
|
9
9
|
size: "$true",
|
|
10
10
|
fontFamily: "$body",
|
|
@@ -2,8 +2,8 @@ import { jsx as _jsx } from "react/jsx-runtime";
|
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { isWeb } from "@tamagui/constants";
|
|
4
4
|
import { styled, useComposedRefs } from "@tamagui/core";
|
|
5
|
-
import { textAreaSizeVariant } from "../helpers/inputHelpers.mjs";
|
|
6
|
-
import { InputFrame, defaultStyles, useInputProps } from "./Input.mjs";
|
|
5
|
+
import { textAreaSizeVariant } from "../helpers/inputHelpers.native.mjs";
|
|
6
|
+
import { InputFrame, defaultStyles, useInputProps } from "./Input.native.mjs";
|
|
7
7
|
var TextAreaFrame = styled(InputFrame, {
|
|
8
8
|
name: "TextArea",
|
|
9
9
|
multiline: !0,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["jsx","_jsx","React","isWeb","styled","useComposedRefs","textAreaSizeVariant","InputFrame","defaultStyles","useInputProps","TextAreaFrame","name","multiline","whiteSpace","variants","unstyled","false","height","size","defaultVariants","process","env","TAMAGUI_HEADLESS","TextArea","styleable","propsIn","forwardedRef","ref","useRef","composedRefs","props","linesProp"],"sources":["../../../src/views/TextArea.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAAOA,GAAA,IAAAC,IAAW;AAClB,OAAAC,KAAS,aAAa;AACtB,SAASC,KAAA,QAAQ,oBAAuB;AAExC,SAASC,MAAA,EAAAC,eAAA,QAA2B;AAEpC,SAASC,mBAAY,QAAe,
|
|
1
|
+
{"version":3,"names":["jsx","_jsx","React","isWeb","styled","useComposedRefs","textAreaSizeVariant","InputFrame","defaultStyles","useInputProps","TextAreaFrame","name","multiline","whiteSpace","variants","unstyled","false","height","size","defaultVariants","process","env","TAMAGUI_HEADLESS","TextArea","styleable","propsIn","forwardedRef","ref","useRef","composedRefs","props","linesProp"],"sources":["../../../src/views/TextArea.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAAOA,GAAA,IAAAC,IAAW;AAClB,OAAAC,KAAS,aAAa;AACtB,SAASC,KAAA,QAAQ,oBAAuB;AAExC,SAASC,MAAA,EAAAC,eAAA,QAA2B;AAEpC,SAASC,mBAAY,QAAe,oCAAqB;AA4C9C,SAAAC,UAAA,EAAAC,aAAA,EAAAC,aAAA;AAtCJ,IAAAC,aAAM,GAAAN,MAAgB,CAAAG,UAAO;IAClCI,IAAA,EAAM;IACNC,SAAA,EAAW;IAAA;IAEXC,UAAA,EAAY;IAEZC,QAAA,EAAU;MACRC,QAAA,EAAU;QACRC,KAAA,EAAO;UACLC,MAAA,EAAQ;UACR,GAAGT;QACL;MACF;MAEAU,IAAA,EAAM;QACJ,WAAWZ;MACb;IACF;IAEAa,eAAA,EAAiB;MACfJ,QAAA,EAAUK,OAAA,CAAQC,GAAA,CAAIC,gBAAA,KAAqB;IAC7C;EACF,CAAC;EAIYC,QAAA,GAAWb,aAAA,CAAcc,SAAA,WAAAC,OAAA,EAAAC,YAAA;IACpC,IAACC,GAAA,GAASzB,KAAA,CAAA0B,MAAA,KAAiB;MAAAC,YAAA,GAAAxB,eAAA,CAAAqB,YAAA,EAAAC,GAAA;MAAAG,KAAA,GAAArB,aAAA,CAAAgB,OAAA,EAAAI,YAAA;MAAAE,SAAA;QACzB;QAKkB,CAAA5B,KAAA,8BAAAsB,OAAA,CAAAV,QAAA;MAAA;IAEmD,OACrE,eAAAd,IAAA,CAAAS,aAAA;MAEA,GAAAqB,SAAO;MACT,GAAAD;IACF","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "tamagui",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.4",
|
|
4
4
|
"removeSideEffects": true,
|
|
5
5
|
"alsoPublishAs_disabled": [
|
|
6
6
|
"@tamagui/ui"
|
|
@@ -68,61 +68,61 @@
|
|
|
68
68
|
}
|
|
69
69
|
},
|
|
70
70
|
"dependencies": {
|
|
71
|
-
"@tamagui/accordion": "1.111.
|
|
72
|
-
"@tamagui/adapt": "1.111.
|
|
73
|
-
"@tamagui/alert-dialog": "1.111.
|
|
74
|
-
"@tamagui/animate-presence": "1.111.
|
|
75
|
-
"@tamagui/avatar": "1.111.
|
|
76
|
-
"@tamagui/button": "1.111.
|
|
77
|
-
"@tamagui/card": "1.111.
|
|
78
|
-
"@tamagui/checkbox": "1.111.
|
|
79
|
-
"@tamagui/compose-refs": "1.111.
|
|
80
|
-
"@tamagui/constants": "1.111.
|
|
81
|
-
"@tamagui/core": "1.111.
|
|
82
|
-
"@tamagui/create-context": "1.111.
|
|
83
|
-
"@tamagui/dialog": "1.111.
|
|
84
|
-
"@tamagui/elements": "1.111.
|
|
85
|
-
"@tamagui/fake-react-native": "1.111.
|
|
86
|
-
"@tamagui/focusable": "1.111.
|
|
87
|
-
"@tamagui/font-size": "1.111.
|
|
88
|
-
"@tamagui/form": "1.111.
|
|
89
|
-
"@tamagui/get-button-sized": "1.111.
|
|
90
|
-
"@tamagui/get-font-sized": "1.111.
|
|
91
|
-
"@tamagui/get-token": "1.111.
|
|
92
|
-
"@tamagui/group": "1.111.
|
|
93
|
-
"@tamagui/helpers-tamagui": "1.111.
|
|
94
|
-
"@tamagui/image": "1.111.
|
|
95
|
-
"@tamagui/label": "1.111.
|
|
96
|
-
"@tamagui/linear-gradient": "1.111.
|
|
97
|
-
"@tamagui/list-item": "1.111.
|
|
98
|
-
"@tamagui/polyfill-dev": "1.111.
|
|
99
|
-
"@tamagui/popover": "1.111.
|
|
100
|
-
"@tamagui/popper": "1.111.
|
|
101
|
-
"@tamagui/portal": "1.111.
|
|
102
|
-
"@tamagui/progress": "1.111.
|
|
103
|
-
"@tamagui/radio-group": "1.111.
|
|
104
|
-
"@tamagui/react-native-media-driver": "1.111.
|
|
105
|
-
"@tamagui/scroll-view": "1.111.
|
|
106
|
-
"@tamagui/select": "1.111.
|
|
107
|
-
"@tamagui/separator": "1.111.
|
|
108
|
-
"@tamagui/shapes": "1.111.
|
|
109
|
-
"@tamagui/sheet": "1.111.
|
|
110
|
-
"@tamagui/slider": "1.111.
|
|
111
|
-
"@tamagui/stacks": "1.111.
|
|
112
|
-
"@tamagui/switch": "1.111.
|
|
113
|
-
"@tamagui/tabs": "1.111.
|
|
114
|
-
"@tamagui/text": "1.111.
|
|
115
|
-
"@tamagui/theme": "1.111.
|
|
116
|
-
"@tamagui/toggle-group": "1.111.
|
|
117
|
-
"@tamagui/tooltip": "1.111.
|
|
118
|
-
"@tamagui/use-controllable-state": "1.111.
|
|
119
|
-
"@tamagui/use-debounce": "1.111.
|
|
120
|
-
"@tamagui/use-force-update": "1.111.
|
|
121
|
-
"@tamagui/use-window-dimensions": "1.111.
|
|
122
|
-
"@tamagui/visually-hidden": "1.111.
|
|
71
|
+
"@tamagui/accordion": "1.111.4",
|
|
72
|
+
"@tamagui/adapt": "1.111.4",
|
|
73
|
+
"@tamagui/alert-dialog": "1.111.4",
|
|
74
|
+
"@tamagui/animate-presence": "1.111.4",
|
|
75
|
+
"@tamagui/avatar": "1.111.4",
|
|
76
|
+
"@tamagui/button": "1.111.4",
|
|
77
|
+
"@tamagui/card": "1.111.4",
|
|
78
|
+
"@tamagui/checkbox": "1.111.4",
|
|
79
|
+
"@tamagui/compose-refs": "1.111.4",
|
|
80
|
+
"@tamagui/constants": "1.111.4",
|
|
81
|
+
"@tamagui/core": "1.111.4",
|
|
82
|
+
"@tamagui/create-context": "1.111.4",
|
|
83
|
+
"@tamagui/dialog": "1.111.4",
|
|
84
|
+
"@tamagui/elements": "1.111.4",
|
|
85
|
+
"@tamagui/fake-react-native": "1.111.4",
|
|
86
|
+
"@tamagui/focusable": "1.111.4",
|
|
87
|
+
"@tamagui/font-size": "1.111.4",
|
|
88
|
+
"@tamagui/form": "1.111.4",
|
|
89
|
+
"@tamagui/get-button-sized": "1.111.4",
|
|
90
|
+
"@tamagui/get-font-sized": "1.111.4",
|
|
91
|
+
"@tamagui/get-token": "1.111.4",
|
|
92
|
+
"@tamagui/group": "1.111.4",
|
|
93
|
+
"@tamagui/helpers-tamagui": "1.111.4",
|
|
94
|
+
"@tamagui/image": "1.111.4",
|
|
95
|
+
"@tamagui/label": "1.111.4",
|
|
96
|
+
"@tamagui/linear-gradient": "1.111.4",
|
|
97
|
+
"@tamagui/list-item": "1.111.4",
|
|
98
|
+
"@tamagui/polyfill-dev": "1.111.4",
|
|
99
|
+
"@tamagui/popover": "1.111.4",
|
|
100
|
+
"@tamagui/popper": "1.111.4",
|
|
101
|
+
"@tamagui/portal": "1.111.4",
|
|
102
|
+
"@tamagui/progress": "1.111.4",
|
|
103
|
+
"@tamagui/radio-group": "1.111.4",
|
|
104
|
+
"@tamagui/react-native-media-driver": "1.111.4",
|
|
105
|
+
"@tamagui/scroll-view": "1.111.4",
|
|
106
|
+
"@tamagui/select": "1.111.4",
|
|
107
|
+
"@tamagui/separator": "1.111.4",
|
|
108
|
+
"@tamagui/shapes": "1.111.4",
|
|
109
|
+
"@tamagui/sheet": "1.111.4",
|
|
110
|
+
"@tamagui/slider": "1.111.4",
|
|
111
|
+
"@tamagui/stacks": "1.111.4",
|
|
112
|
+
"@tamagui/switch": "1.111.4",
|
|
113
|
+
"@tamagui/tabs": "1.111.4",
|
|
114
|
+
"@tamagui/text": "1.111.4",
|
|
115
|
+
"@tamagui/theme": "1.111.4",
|
|
116
|
+
"@tamagui/toggle-group": "1.111.4",
|
|
117
|
+
"@tamagui/tooltip": "1.111.4",
|
|
118
|
+
"@tamagui/use-controllable-state": "1.111.4",
|
|
119
|
+
"@tamagui/use-debounce": "1.111.4",
|
|
120
|
+
"@tamagui/use-force-update": "1.111.4",
|
|
121
|
+
"@tamagui/use-window-dimensions": "1.111.4",
|
|
122
|
+
"@tamagui/visually-hidden": "1.111.4"
|
|
123
123
|
},
|
|
124
124
|
"devDependencies": {
|
|
125
|
-
"@tamagui/build": "1.111.
|
|
125
|
+
"@tamagui/build": "1.111.4",
|
|
126
126
|
"react": "^18.2.0 || ^19.0.0",
|
|
127
127
|
"react-native-web": "^0.19.12"
|
|
128
128
|
},
|