@tamagui/ui 1.93.0 → 3.0.0-beta.637.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/dist/cjs/index.cjs +153 -0
- package/dist/cjs/index.native.cjs +155 -0
- package/dist/cjs/index.native.js +149 -239
- package/dist/cjs/index.native.js.map +1 -6
- package/dist/esm/index.js +110 -174
- package/dist/esm/index.mjs +111 -55
- package/dist/esm/index.native.js +111 -175
- package/dist/jsx/index.js +110 -174
- package/dist/jsx/index.mjs +111 -55
- package/dist/jsx/index.native.cjs +155 -0
- package/dist/jsx/index.native.js +156 -174
- package/dist/jsx/index.native.js.map +1 -6
- package/package.json +99 -118
- package/src/index.ts +76 -28
- package/types/index.d.ts +57 -56
- package/types/index.d.ts.map +11 -1
- package/README.md +0 -1
- package/dist/cjs/createTamagui.js +0 -68
- package/dist/cjs/createTamagui.js.map +0 -6
- package/dist/cjs/createTamagui.native.js +0 -80
- package/dist/cjs/createTamagui.native.js.map +0 -6
- package/dist/cjs/helpers/inputHelpers.js +0 -50
- package/dist/cjs/helpers/inputHelpers.js.map +0 -6
- package/dist/cjs/helpers/inputHelpers.native.js +0 -93
- package/dist/cjs/helpers/inputHelpers.native.js.map +0 -6
- package/dist/cjs/index.js +0 -132
- package/dist/cjs/index.js.map +0 -6
- package/dist/cjs/lib/linear-gradient.native.js +0 -20
- package/dist/cjs/lib/linear-gradient.native.js.map +0 -6
- package/dist/cjs/linear-gradient.js +0 -15
- package/dist/cjs/linear-gradient.js.map +0 -6
- package/dist/cjs/linear-gradient.native.js +0 -20
- package/dist/cjs/linear-gradient.native.js.map +0 -6
- package/dist/cjs/setup.js +0 -23
- package/dist/cjs/setup.js.map +0 -6
- package/dist/cjs/setup.native.js +0 -24
- package/dist/cjs/setup.native.js.map +0 -6
- package/dist/cjs/viewTypes.js +0 -14
- package/dist/cjs/viewTypes.js.map +0 -6
- package/dist/cjs/viewTypes.native.js +0 -15
- package/dist/cjs/viewTypes.native.js.map +0 -6
- package/dist/cjs/views/Anchor.js +0 -42
- package/dist/cjs/views/Anchor.js.map +0 -6
- package/dist/cjs/views/Anchor.native.js +0 -100
- package/dist/cjs/views/Anchor.native.js.map +0 -6
- package/dist/cjs/views/EnsureFlexed.js +0 -31
- package/dist/cjs/views/EnsureFlexed.js.map +0 -6
- package/dist/cjs/views/EnsureFlexed.native.js +0 -35
- package/dist/cjs/views/EnsureFlexed.native.js.map +0 -6
- package/dist/cjs/views/Fieldset.js +0 -33
- package/dist/cjs/views/Fieldset.js.map +0 -6
- package/dist/cjs/views/Fieldset.native.js +0 -37
- package/dist/cjs/views/Fieldset.native.js.map +0 -6
- package/dist/cjs/views/Input.js +0 -95
- package/dist/cjs/views/Input.js.map +0 -6
- package/dist/cjs/views/Input.native.js +0 -146
- package/dist/cjs/views/Input.native.js.map +0 -6
- package/dist/cjs/views/Skeleton.js +0 -1
- package/dist/cjs/views/Skeleton.js.map +0 -6
- package/dist/cjs/views/Skeleton.native.js +0 -2
- package/dist/cjs/views/Skeleton.native.js.map +0 -6
- package/dist/cjs/views/Spinner.js +0 -41
- package/dist/cjs/views/Spinner.js.map +0 -6
- package/dist/cjs/views/Spinner.native.js +0 -103
- package/dist/cjs/views/Spinner.native.js.map +0 -6
- package/dist/cjs/views/TamaguiProvider.js +0 -22
- package/dist/cjs/views/TamaguiProvider.js.map +0 -6
- package/dist/cjs/views/TamaguiProvider.native.js +0 -90
- package/dist/cjs/views/TamaguiProvider.native.js.map +0 -6
- package/dist/cjs/views/TamaguiProvider.server.js +0 -22
- package/dist/cjs/views/TamaguiProvider.server.js.map +0 -6
- package/dist/cjs/views/TamaguiProvider.server.native.js +0 -26
- package/dist/cjs/views/TamaguiProvider.server.native.js.map +0 -6
- package/dist/cjs/views/Text.js +0 -33
- package/dist/cjs/views/Text.js.map +0 -6
- package/dist/cjs/views/Text.native.js +0 -37
- package/dist/cjs/views/Text.native.js.map +0 -6
- package/dist/cjs/views/TextArea.js +0 -50
- package/dist/cjs/views/TextArea.js.map +0 -6
- package/dist/cjs/views/TextArea.native.js +0 -85
- package/dist/cjs/views/TextArea.native.js.map +0 -6
- package/dist/cjs/views/VisuallyHidden.js +0 -53
- package/dist/cjs/views/VisuallyHidden.js.map +0 -6
- package/dist/cjs/views/VisuallyHidden.native.js +0 -57
- package/dist/cjs/views/VisuallyHidden.native.js.map +0 -6
- package/dist/esm/createTamagui.js +0 -52
- package/dist/esm/createTamagui.js.map +0 -6
- package/dist/esm/createTamagui.mjs +0 -45
- package/dist/esm/createTamagui.native.js +0 -60
- package/dist/esm/createTamagui.native.js.map +0 -6
- package/dist/esm/helpers/inputHelpers.js +0 -37
- package/dist/esm/helpers/inputHelpers.js.map +0 -6
- package/dist/esm/helpers/inputHelpers.mjs +0 -43
- package/dist/esm/helpers/inputHelpers.native.js +0 -74
- package/dist/esm/helpers/inputHelpers.native.js.map +0 -6
- package/dist/esm/index.js.map +0 -6
- package/dist/esm/index.native.js.map +0 -6
- package/dist/esm/lib/linear-gradient.native.js +0 -2
- package/dist/esm/lib/linear-gradient.native.js.map +0 -6
- package/dist/esm/linear-gradient.js +0 -2
- package/dist/esm/linear-gradient.js.map +0 -6
- package/dist/esm/linear-gradient.mjs +0 -1
- package/dist/esm/linear-gradient.native.js +0 -2
- package/dist/esm/linear-gradient.native.js.map +0 -6
- package/dist/esm/setup.js +0 -5
- package/dist/esm/setup.js.map +0 -6
- package/dist/esm/setup.mjs +0 -3
- package/dist/esm/setup.native.js +0 -6
- package/dist/esm/setup.native.js.map +0 -6
- package/dist/esm/viewTypes.js +0 -1
- package/dist/esm/viewTypes.js.map +0 -6
- package/dist/esm/viewTypes.mjs +0 -0
- package/dist/esm/viewTypes.native.js +0 -1
- package/dist/esm/viewTypes.native.js.map +0 -6
- package/dist/esm/views/Anchor.js +0 -30
- package/dist/esm/views/Anchor.js.map +0 -6
- package/dist/esm/views/Anchor.mjs +0 -27
- package/dist/esm/views/Anchor.native.js +0 -83
- package/dist/esm/views/Anchor.native.js.map +0 -6
- package/dist/esm/views/EnsureFlexed.js +0 -15
- package/dist/esm/views/EnsureFlexed.js.map +0 -6
- package/dist/esm/views/EnsureFlexed.mjs +0 -12
- package/dist/esm/views/EnsureFlexed.native.js +0 -15
- package/dist/esm/views/EnsureFlexed.native.js.map +0 -6
- package/dist/esm/views/Fieldset.js +0 -18
- package/dist/esm/views/Fieldset.js.map +0 -6
- package/dist/esm/views/Fieldset.mjs +0 -15
- package/dist/esm/views/Fieldset.native.js +0 -18
- package/dist/esm/views/Fieldset.native.js.map +0 -6
- package/dist/esm/views/Input.js +0 -85
- package/dist/esm/views/Input.js.map +0 -6
- package/dist/esm/views/Input.mjs +0 -87
- package/dist/esm/views/Input.native.js +0 -128
- package/dist/esm/views/Input.native.js.map +0 -6
- package/dist/esm/views/Skeleton.js +0 -1
- package/dist/esm/views/Skeleton.js.map +0 -6
- package/dist/esm/views/Skeleton.mjs +0 -0
- package/dist/esm/views/Skeleton.native.js +0 -1
- package/dist/esm/views/Skeleton.native.js.map +0 -6
- package/dist/esm/views/Spinner.js +0 -21
- package/dist/esm/views/Spinner.js.map +0 -6
- package/dist/esm/views/Spinner.mjs +0 -25
- package/dist/esm/views/Spinner.native.js +0 -78
- package/dist/esm/views/Spinner.native.js.map +0 -6
- package/dist/esm/views/TamaguiProvider.js +0 -8
- package/dist/esm/views/TamaguiProvider.js.map +0 -6
- package/dist/esm/views/TamaguiProvider.mjs +0 -14
- package/dist/esm/views/TamaguiProvider.native.js +0 -71
- package/dist/esm/views/TamaguiProvider.native.js.map +0 -6
- package/dist/esm/views/TamaguiProvider.server.js +0 -6
- package/dist/esm/views/TamaguiProvider.server.js.map +0 -6
- package/dist/esm/views/TamaguiProvider.server.mjs +0 -3
- package/dist/esm/views/TamaguiProvider.server.native.js +0 -6
- package/dist/esm/views/TamaguiProvider.server.native.js.map +0 -6
- package/dist/esm/views/Text.js +0 -17
- package/dist/esm/views/Text.js.map +0 -6
- package/dist/esm/views/Text.mjs +0 -14
- package/dist/esm/views/Text.native.js +0 -17
- package/dist/esm/views/Text.native.js.map +0 -6
- package/dist/esm/views/TextArea.js +0 -40
- package/dist/esm/views/TextArea.js.map +0 -6
- package/dist/esm/views/TextArea.mjs +0 -40
- package/dist/esm/views/TextArea.native.js +0 -69
- package/dist/esm/views/TextArea.native.js.map +0 -6
- package/dist/esm/views/VisuallyHidden.js +0 -37
- package/dist/esm/views/VisuallyHidden.js.map +0 -6
- package/dist/esm/views/VisuallyHidden.mjs +0 -34
- package/dist/esm/views/VisuallyHidden.native.js +0 -37
- package/dist/esm/views/VisuallyHidden.native.js.map +0 -6
- package/dist/jsx/createTamagui.js +0 -52
- package/dist/jsx/createTamagui.js.map +0 -6
- package/dist/jsx/createTamagui.mjs +0 -45
- package/dist/jsx/createTamagui.native.js +0 -60
- package/dist/jsx/createTamagui.native.js.map +0 -6
- package/dist/jsx/helpers/inputHelpers.js +0 -37
- package/dist/jsx/helpers/inputHelpers.js.map +0 -6
- package/dist/jsx/helpers/inputHelpers.mjs +0 -43
- package/dist/jsx/helpers/inputHelpers.native.js +0 -74
- package/dist/jsx/helpers/inputHelpers.native.js.map +0 -6
- package/dist/jsx/index.js.map +0 -6
- package/dist/jsx/lib/linear-gradient.native.js +0 -2
- package/dist/jsx/lib/linear-gradient.native.js.map +0 -6
- package/dist/jsx/linear-gradient.js +0 -2
- package/dist/jsx/linear-gradient.js.map +0 -6
- package/dist/jsx/linear-gradient.mjs +0 -1
- package/dist/jsx/linear-gradient.native.js +0 -2
- package/dist/jsx/linear-gradient.native.js.map +0 -6
- package/dist/jsx/setup.js +0 -5
- package/dist/jsx/setup.js.map +0 -6
- package/dist/jsx/setup.mjs +0 -3
- package/dist/jsx/setup.native.js +0 -6
- package/dist/jsx/setup.native.js.map +0 -6
- package/dist/jsx/viewTypes.js +0 -1
- package/dist/jsx/viewTypes.js.map +0 -6
- package/dist/jsx/viewTypes.mjs +0 -0
- package/dist/jsx/viewTypes.native.js +0 -1
- package/dist/jsx/viewTypes.native.js.map +0 -6
- package/dist/jsx/views/Anchor.js +0 -30
- package/dist/jsx/views/Anchor.js.map +0 -6
- package/dist/jsx/views/Anchor.mjs +0 -27
- package/dist/jsx/views/Anchor.native.js +0 -83
- package/dist/jsx/views/Anchor.native.js.map +0 -6
- package/dist/jsx/views/EnsureFlexed.js +0 -15
- package/dist/jsx/views/EnsureFlexed.js.map +0 -6
- package/dist/jsx/views/EnsureFlexed.mjs +0 -12
- package/dist/jsx/views/EnsureFlexed.native.js +0 -15
- package/dist/jsx/views/EnsureFlexed.native.js.map +0 -6
- package/dist/jsx/views/Fieldset.js +0 -18
- package/dist/jsx/views/Fieldset.js.map +0 -6
- package/dist/jsx/views/Fieldset.mjs +0 -15
- package/dist/jsx/views/Fieldset.native.js +0 -18
- package/dist/jsx/views/Fieldset.native.js.map +0 -6
- package/dist/jsx/views/Input.js +0 -85
- package/dist/jsx/views/Input.js.map +0 -6
- package/dist/jsx/views/Input.mjs +0 -87
- package/dist/jsx/views/Input.native.js +0 -128
- package/dist/jsx/views/Input.native.js.map +0 -6
- package/dist/jsx/views/Skeleton.js +0 -1
- package/dist/jsx/views/Skeleton.js.map +0 -6
- package/dist/jsx/views/Skeleton.mjs +0 -0
- package/dist/jsx/views/Skeleton.native.js +0 -1
- package/dist/jsx/views/Skeleton.native.js.map +0 -6
- package/dist/jsx/views/Spinner.js +0 -21
- package/dist/jsx/views/Spinner.js.map +0 -6
- package/dist/jsx/views/Spinner.mjs +0 -25
- package/dist/jsx/views/Spinner.native.js +0 -78
- package/dist/jsx/views/Spinner.native.js.map +0 -6
- package/dist/jsx/views/TamaguiProvider.js +0 -8
- package/dist/jsx/views/TamaguiProvider.js.map +0 -6
- package/dist/jsx/views/TamaguiProvider.mjs +0 -14
- package/dist/jsx/views/TamaguiProvider.native.js +0 -71
- package/dist/jsx/views/TamaguiProvider.native.js.map +0 -6
- package/dist/jsx/views/TamaguiProvider.server.js +0 -6
- package/dist/jsx/views/TamaguiProvider.server.js.map +0 -6
- package/dist/jsx/views/TamaguiProvider.server.mjs +0 -3
- package/dist/jsx/views/TamaguiProvider.server.native.js +0 -6
- package/dist/jsx/views/TamaguiProvider.server.native.js.map +0 -6
- package/dist/jsx/views/Text.js +0 -17
- package/dist/jsx/views/Text.js.map +0 -6
- package/dist/jsx/views/Text.mjs +0 -14
- package/dist/jsx/views/Text.native.js +0 -17
- package/dist/jsx/views/Text.native.js.map +0 -6
- package/dist/jsx/views/TextArea.js +0 -40
- package/dist/jsx/views/TextArea.js.map +0 -6
- package/dist/jsx/views/TextArea.mjs +0 -40
- package/dist/jsx/views/TextArea.native.js +0 -69
- package/dist/jsx/views/TextArea.native.js.map +0 -6
- package/dist/jsx/views/VisuallyHidden.js +0 -37
- package/dist/jsx/views/VisuallyHidden.js.map +0 -6
- package/dist/jsx/views/VisuallyHidden.mjs +0 -34
- package/dist/jsx/views/VisuallyHidden.native.js +0 -37
- package/dist/jsx/views/VisuallyHidden.native.js.map +0 -6
- package/dist/native.js +0 -39310
- package/dist/native.js.map +0 -6
- package/dist/test.native.js +0 -38173
- package/dist/test.native.js.map +0 -6
- package/linear-gradient/index.d.ts +0 -1
- package/linear-gradient/index.js +0 -1
- package/native.d.ts +0 -1
- package/native.js +0 -1
- package/src/createTamagui.ts +0 -72
- package/src/helpers/inputHelpers.tsx +0 -56
- package/src/lib/linear-gradient.native.ts +0 -1
- package/src/linear-gradient.ts +0 -1
- package/src/setup.ts +0 -12
- package/src/viewTypes.tsx +0 -50
- package/src/views/Anchor.tsx +0 -43
- package/src/views/EnsureFlexed.tsx +0 -16
- package/src/views/Fieldset.tsx +0 -19
- package/src/views/Input.tsx +0 -135
- package/src/views/Skeleton.tsx +0 -39
- package/src/views/Spinner.tsx +0 -34
- package/src/views/TamaguiProvider.server.tsx +0 -3
- package/src/views/TamaguiProvider.tsx +0 -11
- package/src/views/Text.tsx +0 -15
- package/src/views/TextArea.tsx +0 -68
- package/src/views/VisuallyHidden.tsx +0 -38
- package/types/createTamagui.d.ts +0 -6
- package/types/createTamagui.d.ts.map +0 -1
- package/types/helpers/inputHelpers.d.ts +0 -4
- package/types/helpers/inputHelpers.d.ts.map +0 -1
- package/types/lib/linear-gradient.native.d.ts +0 -2
- package/types/lib/linear-gradient.native.d.ts.map +0 -1
- package/types/linear-gradient.d.ts +0 -2
- package/types/linear-gradient.d.ts.map +0 -1
- package/types/setup.d.ts +0 -2
- package/types/setup.d.ts.map +0 -1
- package/types/viewTypes.d.ts +0 -43
- package/types/viewTypes.d.ts.map +0 -1
- package/types/views/Anchor.d.ts +0 -15
- package/types/views/Anchor.d.ts.map +0 -1
- package/types/views/EnsureFlexed.d.ts +0 -2
- package/types/views/EnsureFlexed.d.ts.map +0 -1
- package/types/views/Fieldset.d.ts +0 -14
- package/types/views/Fieldset.d.ts.map +0 -1
- package/types/views/Input.d.ts +0 -689
- package/types/views/Input.d.ts.map +0 -1
- package/types/views/Skeleton.d.ts +0 -1
- package/types/views/Skeleton.d.ts.map +0 -1
- package/types/views/Spinner.d.ts +0 -9
- package/types/views/Spinner.d.ts.map +0 -1
- package/types/views/TamaguiProvider.d.ts +0 -3
- package/types/views/TamaguiProvider.d.ts.map +0 -1
- package/types/views/TamaguiProvider.server.d.ts +0 -3
- package/types/views/TamaguiProvider.server.d.ts.map +0 -1
- package/types/views/Text.d.ts +0 -4
- package/types/views/Text.d.ts.map +0 -1
- package/types/views/TextArea.d.ts +0 -41
- package/types/views/TextArea.d.ts.map +0 -1
- package/types/views/VisuallyHidden.d.ts +0 -5
- package/types/views/VisuallyHidden.d.ts.map +0 -1
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/packages/tamagui/src/index.ts"],
|
|
4
|
-
"mappings": "AAAA,OAAO;AAEP,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAEd,cAAc;AAEd,cAAc;AACd,cAAc;AAEd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAsEd;EACEA;EACAC;EACAC;EAEAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EAEAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EAEAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;EACAC;OACK;",
|
|
5
|
-
"names": ["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"]
|
|
6
|
-
}
|
|
1
|
+
{"version":3,"file":"index.native.js","names":[],"sources":["jsx/index.native.js"],"sourcesContent":["\"use strict\";\nvar __defProp = Object.defineProperty;\nvar __getOwnPropDesc = Object.getOwnPropertyDescriptor;\nvar __getOwnPropNames = Object.getOwnPropertyNames;\nvar __hasOwnProp = Object.prototype.hasOwnProperty;\nvar __export = (target, all) => {\n for (var name in all)\n __defProp(target, name, { get: all[name], enumerable: true });\n};\nvar __copyProps = (to, from, except, desc) => {\n if (from && typeof from === \"object\" || typeof from === \"function\") {\n for (let key of __getOwnPropNames(from))\n if (!__hasOwnProp.call(to, key) && key !== except)\n __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });\n }\n return to;\n};\nvar __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, \"default\"), secondTarget && __copyProps(secondTarget, mod, \"default\"));\nvar __toCommonJS = (mod) => __copyProps(__defProp({}, \"__esModule\", { value: true }), mod);\nvar index_exports = {};\n__export(index_exports, {\n ClientOnly: () => import_core.ClientOnly,\n ComponentContext: () => import_core.ComponentContext,\n Configuration: () => import_core.Configuration,\n FontLanguage: () => import_core.FontLanguage,\n GroupContext: () => import_core.GroupContext,\n SizeContext: () => import_core.SizeContext,\n Text: () => import_core.Text,\n Theme: () => import_core.Theme,\n View: () => import_core.View,\n _withStableStyle: () => import_core._withStableStyle,\n createComponent: () => import_core.createComponent,\n createFont: () => import_core.createFont,\n createShorthands: () => import_core.createShorthands,\n createSizeContext: () => import_core.createSizeContext,\n createSizeTable: () => import_core.createSizeTable,\n createStyledContext: () => import_core.createStyledContext,\n createStyledHOC: () => import_core.createStyledHOC,\n createTokens: () => import_core.createTokens,\n createVariable: () => import_core.createVariable,\n defaultTokenSizePolicy: () => import_core.defaultTokenSizePolicy,\n getCSSStylesAtomic: () => import_core.getCSSStylesAtomic,\n getConfig: () => import_core.getConfig,\n getMedia: () => import_core.getMedia,\n getThemes: () => import_core.getThemes,\n getToken: () => import_core.getToken,\n getTokenValue: () => import_core.getTokenValue,\n getTokens: () => import_core.getTokens,\n getVariable: () => import_core.getVariable,\n getVariableName: () => import_core.getVariableName,\n getVariableValue: () => import_core.getVariableValue,\n insertFont: () => import_core.insertFont,\n isBrowser: () => import_core.isBrowser,\n isChrome: () => import_core.isChrome,\n isClient: () => import_core.isClient,\n isServer: () => import_core.isServer,\n isTamaguiComponent: () => import_core.isTamaguiComponent,\n isTamaguiElement: () => import_core.isTamaguiElement,\n isTouchable: () => import_core.isTouchable,\n isVariable: () => import_core.isVariable,\n isWeb: () => import_core.isWeb,\n isWebTouchable: () => import_core.isWebTouchable,\n matchMedia: () => import_core.matchMedia,\n mediaObjectToString: () => import_core.mediaObjectToString,\n mediaQueryConfig: () => import_core.mediaQueryConfig,\n mediaState: () => import_core.mediaState,\n resolveSizeToken: () => import_core.resolveSizeToken,\n resolveTokenSize: () => import_core.resolveTokenSize,\n setConfig: () => import_core.setConfig,\n setOnLayoutStrategy: () => import_core.setOnLayoutStrategy,\n setupDev: () => import_core.setupDev,\n styled: () => import_core.styled,\n themeable: () => import_core.themeable,\n useAnimatedNumber: () => import_core.useAnimatedNumber,\n useAnimatedNumberReaction: () => import_core.useAnimatedNumberReaction,\n useAnimatedNumberStyle: () => import_core.useAnimatedNumberStyle,\n useAnimatedNumbersStyle: () => import_core.useAnimatedNumbersStyle,\n useAnimationDriver: () => import_core.useAnimationDriver,\n useClientValue: () => import_core.useClientValue,\n useConfiguration: () => import_core.useConfiguration,\n useDidFinishSSR: () => import_core.useDidFinishSSR,\n useEvent: () => import_core.useEvent,\n useGet: () => import_core.useGet,\n useIsTouchDevice: () => import_core.useIsTouchDevice,\n useIsomorphicLayoutEffect: () => import_core.useIsomorphicLayoutEffect,\n useMedia: () => import_core.useMedia,\n useProps: () => import_core.useProps,\n usePropsAndStyle: () => import_core.usePropsAndStyle,\n useStyle: () => import_core.useStyle,\n useTheme: () => import_core.useTheme,\n useThemeName: () => import_core.useThemeName,\n variableToString: () => import_core.variableToString,\n withStaticProperties: () => import_core.withStaticProperties\n});\nmodule.exports = __toCommonJS(index_exports);\n__reExport(index_exports, require(\"@tamagui/spacer\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/accordion\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/adapt\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/alert-dialog\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/animate\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/animate-presence\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/avatar\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/button\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/card\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/checkbox\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/collapsible\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/compose-refs\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/create-context\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/dialog\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/font-size\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/field\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/form\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/group\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/react-native-media-driver\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/elements\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/helpers-tamagui\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/image\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/input\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/label\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/list-item\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/menu\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/context-menu\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/create-menu\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/popover\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/popper\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/portal\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/progress\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/radio-group\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/scroll-view\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/select\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/separator\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/shapes\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/sheet\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/slider\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/spinner\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/stacks\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/switch\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/tabs\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/text\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/theme\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/toast\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/toggle-group\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/tooltip\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/use-controllable-state\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/use-debounce\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/use-force-update\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/element\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/use-window-dimensions\"), module.exports);\n__reExport(index_exports, require(\"@tamagui/visually-hidden\"), module.exports);\nvar import_core = require(\"@tamagui/core\");\n//# sourceMappingURL=index.js.map\n"],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,140 +1,121 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/ui",
|
|
3
|
-
"version": "
|
|
4
|
-
"
|
|
5
|
-
"
|
|
6
|
-
"
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
],
|
|
3
|
+
"version": "3.0.0-beta.637.1",
|
|
4
|
+
"description": "Unstyled, behavior-first UI primitives for Tamagui (web and native)",
|
|
5
|
+
"repository": {
|
|
6
|
+
"type": "git",
|
|
7
|
+
"url": "git+https://github.com/tamagui/tamagui.git",
|
|
8
|
+
"directory": "code/ui/ui"
|
|
9
|
+
},
|
|
11
10
|
"source": "src/index.ts",
|
|
12
|
-
"
|
|
11
|
+
"type": "module",
|
|
12
|
+
"sideEffects": false,
|
|
13
13
|
"main": "dist/cjs",
|
|
14
14
|
"module": "dist/esm",
|
|
15
|
-
"
|
|
16
|
-
"tamagui": {
|
|
17
|
-
"bundle.native": "./src/index.ts",
|
|
18
|
-
"bundle.native.test": "./src/index.ts"
|
|
19
|
-
},
|
|
15
|
+
"types": "./types/index.d.ts",
|
|
20
16
|
"files": [
|
|
21
17
|
"src",
|
|
22
18
|
"types",
|
|
23
|
-
"dist"
|
|
24
|
-
"linear-gradient",
|
|
25
|
-
"native.js",
|
|
26
|
-
"native.d.ts"
|
|
19
|
+
"dist"
|
|
27
20
|
],
|
|
21
|
+
"exports": {
|
|
22
|
+
"./package.json": "./package.json",
|
|
23
|
+
".": {
|
|
24
|
+
"types": "./types/index.d.ts",
|
|
25
|
+
"react-native": "./dist/esm/index.native.js",
|
|
26
|
+
"browser": "./dist/esm/index.mjs",
|
|
27
|
+
"module": "./dist/esm/index.mjs",
|
|
28
|
+
"import": "./dist/esm/index.mjs",
|
|
29
|
+
"require": "./dist/cjs/index.cjs",
|
|
30
|
+
"default": "./dist/esm/index.mjs"
|
|
31
|
+
}
|
|
32
|
+
},
|
|
33
|
+
"publishConfig": {
|
|
34
|
+
"access": "public"
|
|
35
|
+
},
|
|
28
36
|
"scripts": {
|
|
29
37
|
"build": "tamagui-build",
|
|
30
38
|
"watch": "tamagui-build --watch",
|
|
31
39
|
"clean": "tamagui-build clean",
|
|
32
40
|
"clean:build": "tamagui-build clean:build",
|
|
33
|
-
"lint": "../../node_modules/.bin/biome check src",
|
|
34
|
-
"lint:fix": "../../node_modules/.bin/biome check --apply-unsafe src",
|
|
35
|
-
"check": "yarn check-circular-deps",
|
|
36
41
|
"check-circular-deps": "npx madge --circular ./src/index.ts"
|
|
37
42
|
},
|
|
38
|
-
"exports": {
|
|
39
|
-
"./package.json": "./package.json",
|
|
40
|
-
".": {
|
|
41
|
-
"types": "./types/index.d.ts",
|
|
42
|
-
"import": "./dist/esm/index.js",
|
|
43
|
-
"require": "./dist/cjs/index.js",
|
|
44
|
-
"react-native": "./dist/cjs/index.native.js"
|
|
45
|
-
},
|
|
46
|
-
"./web": {
|
|
47
|
-
"types": "./types/index.d.ts",
|
|
48
|
-
"import": "./dist/esm/index.js",
|
|
49
|
-
"require": "./dist/cjs/index.js",
|
|
50
|
-
"react-native": "./dist/cjs/index.native.js"
|
|
51
|
-
},
|
|
52
|
-
"./native": {
|
|
53
|
-
"types": "./types/index.d.ts",
|
|
54
|
-
"import": "./dist/native.js",
|
|
55
|
-
"require": "./dist/native.js"
|
|
56
|
-
},
|
|
57
|
-
"./native-test": {
|
|
58
|
-
"types": "./types/index.d.ts",
|
|
59
|
-
"import": "./dist/test.native.js",
|
|
60
|
-
"require": "./dist/test.native.js"
|
|
61
|
-
},
|
|
62
|
-
"./linear-gradient": {
|
|
63
|
-
"types": "./types/linear-gradient.d.ts",
|
|
64
|
-
"import": "./dist/esm/linear-gradient.js",
|
|
65
|
-
"require": "./dist/cjs/linear-gradient.js",
|
|
66
|
-
"react-native": "./dist/cjs/linear-gradient.native.js"
|
|
67
|
-
}
|
|
68
|
-
},
|
|
69
43
|
"dependencies": {
|
|
70
|
-
"@tamagui/accordion": "
|
|
71
|
-
"@tamagui/adapt": "
|
|
72
|
-
"@tamagui/alert-dialog": "
|
|
73
|
-
"@tamagui/animate
|
|
74
|
-
"@tamagui/
|
|
75
|
-
"@tamagui/
|
|
76
|
-
"@tamagui/
|
|
77
|
-
"@tamagui/
|
|
78
|
-
"@tamagui/
|
|
79
|
-
"@tamagui/
|
|
80
|
-
"@tamagui/
|
|
81
|
-
"@tamagui/
|
|
82
|
-
"@tamagui/
|
|
83
|
-
"@tamagui/
|
|
84
|
-
"@tamagui/
|
|
85
|
-
"@tamagui/
|
|
86
|
-
"@tamagui/
|
|
87
|
-
"@tamagui/
|
|
88
|
-
"@tamagui/
|
|
89
|
-
"@tamagui/
|
|
90
|
-
"@tamagui/
|
|
91
|
-
"@tamagui/
|
|
92
|
-
"@tamagui/
|
|
93
|
-
"@tamagui/
|
|
94
|
-
"@tamagui/
|
|
95
|
-
"@tamagui/
|
|
96
|
-
"@tamagui/
|
|
97
|
-
"@tamagui/
|
|
98
|
-
"@tamagui/
|
|
99
|
-
"@tamagui/
|
|
100
|
-
"@tamagui/
|
|
101
|
-
"@tamagui/
|
|
102
|
-
"@tamagui/
|
|
103
|
-
"@tamagui/
|
|
104
|
-
"@tamagui/
|
|
105
|
-
"@tamagui/
|
|
106
|
-
"@tamagui/
|
|
107
|
-
"@tamagui/
|
|
108
|
-
"@tamagui/
|
|
109
|
-
"@tamagui/
|
|
110
|
-
"@tamagui/
|
|
111
|
-
"@tamagui/
|
|
112
|
-
"@tamagui/
|
|
113
|
-
"@tamagui/
|
|
114
|
-
"@tamagui/
|
|
115
|
-
"@tamagui/
|
|
116
|
-
"@tamagui/
|
|
117
|
-
"@tamagui/
|
|
118
|
-
"@tamagui/
|
|
119
|
-
"@tamagui/
|
|
120
|
-
"@tamagui/
|
|
121
|
-
"@tamagui/
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
"
|
|
125
|
-
"
|
|
126
|
-
"
|
|
44
|
+
"@tamagui/accordion": "3.0.0-beta.637.1",
|
|
45
|
+
"@tamagui/adapt": "3.0.0-beta.637.1",
|
|
46
|
+
"@tamagui/alert-dialog": "3.0.0-beta.637.1",
|
|
47
|
+
"@tamagui/animate": "3.0.0-beta.637.1",
|
|
48
|
+
"@tamagui/animate-presence": "3.0.0-beta.637.1",
|
|
49
|
+
"@tamagui/avatar": "3.0.0-beta.637.1",
|
|
50
|
+
"@tamagui/button": "3.0.0-beta.637.1",
|
|
51
|
+
"@tamagui/card": "3.0.0-beta.637.1",
|
|
52
|
+
"@tamagui/checkbox": "3.0.0-beta.637.1",
|
|
53
|
+
"@tamagui/collapsible": "3.0.0-beta.637.1",
|
|
54
|
+
"@tamagui/compose-refs": "3.0.0-beta.637.1",
|
|
55
|
+
"@tamagui/constants": "3.0.0-beta.637.1",
|
|
56
|
+
"@tamagui/context-menu": "3.0.0-beta.637.1",
|
|
57
|
+
"@tamagui/core": "3.0.0-beta.637.1",
|
|
58
|
+
"@tamagui/create-context": "3.0.0-beta.637.1",
|
|
59
|
+
"@tamagui/create-menu": "3.0.0-beta.637.1",
|
|
60
|
+
"@tamagui/dialog": "3.0.0-beta.637.1",
|
|
61
|
+
"@tamagui/element": "3.0.0-beta.637.1",
|
|
62
|
+
"@tamagui/elements": "3.0.0-beta.637.1",
|
|
63
|
+
"@tamagui/field": "3.0.0-beta.637.1",
|
|
64
|
+
"@tamagui/focusable": "3.0.0-beta.637.1",
|
|
65
|
+
"@tamagui/font-size": "3.0.0-beta.637.1",
|
|
66
|
+
"@tamagui/form": "3.0.0-beta.637.1",
|
|
67
|
+
"@tamagui/get-font-sized": "3.0.0-beta.637.1",
|
|
68
|
+
"@tamagui/get-token": "3.0.0-beta.637.1",
|
|
69
|
+
"@tamagui/group": "3.0.0-beta.637.1",
|
|
70
|
+
"@tamagui/helpers-tamagui": "3.0.0-beta.637.1",
|
|
71
|
+
"@tamagui/image": "3.0.0-beta.637.1",
|
|
72
|
+
"@tamagui/input": "3.0.0-beta.637.1",
|
|
73
|
+
"@tamagui/label": "3.0.0-beta.637.1",
|
|
74
|
+
"@tamagui/list-item": "3.0.0-beta.637.1",
|
|
75
|
+
"@tamagui/menu": "3.0.0-beta.637.1",
|
|
76
|
+
"@tamagui/popover": "3.0.0-beta.637.1",
|
|
77
|
+
"@tamagui/popper": "3.0.0-beta.637.1",
|
|
78
|
+
"@tamagui/portal": "3.0.0-beta.637.1",
|
|
79
|
+
"@tamagui/progress": "3.0.0-beta.637.1",
|
|
80
|
+
"@tamagui/radio-group": "3.0.0-beta.637.1",
|
|
81
|
+
"@tamagui/react-native-media-driver": "3.0.0-beta.637.1",
|
|
82
|
+
"@tamagui/scroll-view": "3.0.0-beta.637.1",
|
|
83
|
+
"@tamagui/select": "3.0.0-beta.637.1",
|
|
84
|
+
"@tamagui/separator": "3.0.0-beta.637.1",
|
|
85
|
+
"@tamagui/shapes": "3.0.0-beta.637.1",
|
|
86
|
+
"@tamagui/sheet": "3.0.0-beta.637.1",
|
|
87
|
+
"@tamagui/slider": "3.0.0-beta.637.1",
|
|
88
|
+
"@tamagui/spacer": "3.0.0-beta.637.1",
|
|
89
|
+
"@tamagui/spinner": "3.0.0-beta.637.1",
|
|
90
|
+
"@tamagui/stacks": "3.0.0-beta.637.1",
|
|
91
|
+
"@tamagui/switch": "3.0.0-beta.637.1",
|
|
92
|
+
"@tamagui/tabs": "3.0.0-beta.637.1",
|
|
93
|
+
"@tamagui/text": "3.0.0-beta.637.1",
|
|
94
|
+
"@tamagui/theme": "3.0.0-beta.637.1",
|
|
95
|
+
"@tamagui/toast": "3.0.0-beta.637.1",
|
|
96
|
+
"@tamagui/toggle-group": "3.0.0-beta.637.1",
|
|
97
|
+
"@tamagui/tooltip": "3.0.0-beta.637.1",
|
|
98
|
+
"@tamagui/use-controllable-state": "3.0.0-beta.637.1",
|
|
99
|
+
"@tamagui/use-debounce": "3.0.0-beta.637.1",
|
|
100
|
+
"@tamagui/use-force-update": "3.0.0-beta.637.1",
|
|
101
|
+
"@tamagui/use-window-dimensions": "3.0.0-beta.637.1",
|
|
102
|
+
"@tamagui/visually-hidden": "3.0.0-beta.637.1",
|
|
103
|
+
"@tamagui/z-index-stack": "3.0.0-beta.637.1"
|
|
127
104
|
},
|
|
128
105
|
"devDependencies": {
|
|
129
|
-
"@tamagui/build": "
|
|
130
|
-
"react": "
|
|
131
|
-
"react-native": "
|
|
132
|
-
"react-native-web": "^0.
|
|
106
|
+
"@tamagui/build": "3.0.0-beta.637.1",
|
|
107
|
+
"react": ">=19",
|
|
108
|
+
"react-native": "0.86.2",
|
|
109
|
+
"react-native-web": "^0.21.0"
|
|
133
110
|
},
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
-
"
|
|
137
|
-
|
|
111
|
+
"peerDependencies": {
|
|
112
|
+
"react": ">=19",
|
|
113
|
+
"react-native-safe-area-context": "*"
|
|
114
|
+
},
|
|
115
|
+
"peerDependenciesMeta": {
|
|
116
|
+
"react-native-safe-area-context": {
|
|
117
|
+
"optional": true
|
|
118
|
+
}
|
|
138
119
|
},
|
|
139
|
-
"
|
|
120
|
+
"module:jsx": "dist/jsx"
|
|
140
121
|
}
|
package/src/index.ts
CHANGED
|
@@ -1,25 +1,43 @@
|
|
|
1
|
-
|
|
1
|
+
// @tamagui/ui — the unstyled, behavior-first primitive surface.
|
|
2
|
+
//
|
|
3
|
+
// This package is the home for "everything unstyled": the same component set
|
|
4
|
+
// `tamagui` exposes, but strictly behavior + structural styles (no theme colors,
|
|
5
|
+
// typography, padding scales, radii, borders, or elevation). `tamagui` layers
|
|
6
|
+
// the default v2-look skins on these primitives (styled default), and
|
|
7
|
+
// `tamagui/unstyled` re-exports this package.
|
|
8
|
+
//
|
|
9
|
+
// It intentionally omits `tamagui`'s app-bootstrap locals (createTamagui,
|
|
10
|
+
// TamaguiProvider, and the Anchor/EnsureFlexed/Fieldset/Text views); import those
|
|
11
|
+
// from `tamagui` itself.
|
|
2
12
|
|
|
13
|
+
export * from '@tamagui/spacer'
|
|
3
14
|
export * from '@tamagui/accordion'
|
|
4
15
|
export * from '@tamagui/adapt'
|
|
5
16
|
export * from '@tamagui/alert-dialog'
|
|
17
|
+
export * from '@tamagui/animate'
|
|
6
18
|
export * from '@tamagui/animate-presence'
|
|
7
19
|
export * from '@tamagui/avatar'
|
|
8
20
|
export * from '@tamagui/button'
|
|
9
21
|
export * from '@tamagui/card'
|
|
10
22
|
export * from '@tamagui/checkbox'
|
|
23
|
+
export * from '@tamagui/collapsible'
|
|
11
24
|
export * from '@tamagui/compose-refs'
|
|
12
25
|
export * from '@tamagui/create-context'
|
|
13
26
|
export * from '@tamagui/dialog'
|
|
14
27
|
export * from '@tamagui/font-size'
|
|
28
|
+
export * from '@tamagui/field'
|
|
15
29
|
export * from '@tamagui/form'
|
|
16
30
|
export * from '@tamagui/group'
|
|
17
31
|
export * from '@tamagui/react-native-media-driver'
|
|
18
32
|
export * from '@tamagui/elements'
|
|
19
33
|
export * from '@tamagui/helpers-tamagui'
|
|
20
34
|
export * from '@tamagui/image'
|
|
35
|
+
export * from '@tamagui/input'
|
|
21
36
|
export * from '@tamagui/label'
|
|
22
37
|
export * from '@tamagui/list-item'
|
|
38
|
+
export * from '@tamagui/menu'
|
|
39
|
+
export * from '@tamagui/context-menu'
|
|
40
|
+
export * from '@tamagui/create-menu'
|
|
23
41
|
export * from '@tamagui/popover'
|
|
24
42
|
export * from '@tamagui/popper'
|
|
25
43
|
export * from '@tamagui/portal'
|
|
@@ -31,43 +49,43 @@ export * from '@tamagui/separator'
|
|
|
31
49
|
export * from '@tamagui/shapes'
|
|
32
50
|
export * from '@tamagui/sheet'
|
|
33
51
|
export * from '@tamagui/slider'
|
|
52
|
+
export * from '@tamagui/spinner'
|
|
34
53
|
export * from '@tamagui/stacks'
|
|
35
54
|
export * from '@tamagui/switch'
|
|
36
55
|
export * from '@tamagui/tabs'
|
|
37
56
|
export * from '@tamagui/text'
|
|
38
57
|
export * from '@tamagui/theme'
|
|
58
|
+
export * from '@tamagui/toast'
|
|
39
59
|
export * from '@tamagui/toggle-group'
|
|
40
60
|
export * from '@tamagui/tooltip'
|
|
41
61
|
export * from '@tamagui/use-controllable-state'
|
|
42
62
|
export * from '@tamagui/use-debounce'
|
|
43
63
|
export * from '@tamagui/use-force-update'
|
|
64
|
+
export * from '@tamagui/element'
|
|
44
65
|
export * from '@tamagui/use-window-dimensions'
|
|
45
66
|
export * from '@tamagui/visually-hidden'
|
|
46
67
|
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
export * from './viewTypes'
|
|
50
|
-
export * from './views/TamaguiProvider'
|
|
51
|
-
|
|
52
|
-
export * from './views/Anchor'
|
|
53
|
-
export * from './views/EnsureFlexed'
|
|
54
|
-
export * from './views/Fieldset'
|
|
55
|
-
export * from './views/Input'
|
|
56
|
-
export * from './views/Spinner'
|
|
57
|
-
export * from './views/TextArea'
|
|
58
|
-
export * from './views/Text'
|
|
59
|
-
|
|
60
|
-
// since we overlap with StackProps and potentially others
|
|
68
|
+
// since we overlap with ViewProps and potentially others
|
|
61
69
|
// lets be explicit on what gets exported
|
|
62
70
|
export type {
|
|
63
|
-
|
|
71
|
+
TransitionKeys,
|
|
72
|
+
TransitionProp,
|
|
73
|
+
AnimatedNumberStrategy,
|
|
74
|
+
UniversalAnimatedNumber,
|
|
75
|
+
UseAnimatedNumber,
|
|
76
|
+
UseAnimatedNumberReaction,
|
|
77
|
+
UseAnimatedNumberStyle,
|
|
78
|
+
UseAnimatedNumbersStyle,
|
|
64
79
|
ColorTokens,
|
|
65
80
|
CreateTamaguiConfig,
|
|
66
81
|
CreateTamaguiProps,
|
|
82
|
+
CreatedSizeContext,
|
|
83
|
+
CreatedSizeTable,
|
|
67
84
|
FontColorTokens,
|
|
68
85
|
FontLanguages,
|
|
69
86
|
FontLetterSpacingTokens,
|
|
70
87
|
FontLineHeightTokens,
|
|
88
|
+
FontFamilyTokens,
|
|
71
89
|
FontSizeTokens,
|
|
72
90
|
FontStyleTokens,
|
|
73
91
|
FontTokens,
|
|
@@ -80,23 +98,33 @@ export type {
|
|
|
80
98
|
GetAnimationKeys,
|
|
81
99
|
GetProps,
|
|
82
100
|
GetRef,
|
|
101
|
+
GetThemeValueForKey,
|
|
83
102
|
GroupNames,
|
|
84
103
|
Longhands,
|
|
85
104
|
Media,
|
|
86
|
-
MediaPropKeys,
|
|
87
105
|
MediaQueries,
|
|
88
106
|
MediaQueryState,
|
|
107
|
+
GenericVariables,
|
|
89
108
|
RadiusTokens,
|
|
109
|
+
ResolvedFontMetric,
|
|
110
|
+
ResolvedFrameMetric,
|
|
111
|
+
ResolvedTokenSize,
|
|
90
112
|
Shorthands,
|
|
113
|
+
SizeContextValue,
|
|
114
|
+
SizeResolverExtras,
|
|
115
|
+
SizeTableContextValue,
|
|
116
|
+
SizeTableDefinition,
|
|
117
|
+
SizeTableEntry,
|
|
118
|
+
SizeTableName,
|
|
119
|
+
SizeTablePart,
|
|
120
|
+
SizeTableProjection,
|
|
121
|
+
SizeTableSelection,
|
|
91
122
|
SizeTokens,
|
|
92
|
-
SpacerProps,
|
|
93
123
|
SpaceTokens,
|
|
94
124
|
SpecificTokens,
|
|
95
125
|
StackNonStyleProps,
|
|
96
126
|
ViewProps,
|
|
97
|
-
StackProps,
|
|
98
127
|
StaticConfig,
|
|
99
|
-
Styleable,
|
|
100
128
|
TamaguiBaseTheme,
|
|
101
129
|
TamaguiBuildOptions,
|
|
102
130
|
TamaguiComponent,
|
|
@@ -117,45 +145,56 @@ export type {
|
|
|
117
145
|
ThemeTokens,
|
|
118
146
|
ThemeValueFallback,
|
|
119
147
|
Token,
|
|
148
|
+
TokenSize,
|
|
120
149
|
Tokens,
|
|
121
150
|
TypeOverride,
|
|
122
151
|
Variable,
|
|
123
152
|
VariantSpreadExtras,
|
|
124
153
|
VariantSpreadFunction,
|
|
125
154
|
ZIndexTokens,
|
|
155
|
+
ViewStyle,
|
|
156
|
+
TextStyle,
|
|
126
157
|
} from '@tamagui/core'
|
|
127
158
|
|
|
128
159
|
export {
|
|
160
|
+
ClientOnly,
|
|
129
161
|
Configuration,
|
|
130
162
|
ComponentContext,
|
|
163
|
+
GroupContext,
|
|
131
164
|
FontLanguage,
|
|
132
165
|
// components
|
|
133
|
-
Spacer,
|
|
134
|
-
Stack,
|
|
135
166
|
Theme,
|
|
136
|
-
Unspaced,
|
|
137
167
|
View,
|
|
168
|
+
// the raw, unstyled text primitive (no font scale) — the atomic pair for View
|
|
169
|
+
// on the unstyled surface. Paragraph/SizableText (with the font scale) come
|
|
170
|
+
// from @tamagui/text above.
|
|
171
|
+
Text,
|
|
172
|
+
SizeContext,
|
|
138
173
|
createComponent,
|
|
139
174
|
createFont,
|
|
140
175
|
createShorthands,
|
|
176
|
+
createSizeContext,
|
|
177
|
+
createSizeTable,
|
|
141
178
|
createStyledContext,
|
|
142
|
-
|
|
179
|
+
createStyledHOC,
|
|
143
180
|
createTokens,
|
|
144
181
|
createVariable,
|
|
145
182
|
getConfig,
|
|
146
183
|
getMedia,
|
|
147
|
-
|
|
184
|
+
getCSSStylesAtomic,
|
|
148
185
|
getThemes,
|
|
149
186
|
getToken,
|
|
150
187
|
getTokenValue,
|
|
151
188
|
getTokens,
|
|
152
189
|
getVariable,
|
|
153
|
-
setupReactNative,
|
|
154
190
|
getVariableName,
|
|
155
191
|
getVariableValue,
|
|
156
192
|
insertFont,
|
|
193
|
+
setConfig,
|
|
157
194
|
setupDev,
|
|
195
|
+
_withStableStyle,
|
|
158
196
|
// constants
|
|
197
|
+
isBrowser,
|
|
159
198
|
isChrome,
|
|
160
199
|
isClient,
|
|
161
200
|
isServer,
|
|
@@ -169,12 +208,21 @@ export {
|
|
|
169
208
|
mediaObjectToString,
|
|
170
209
|
mediaQueryConfig,
|
|
171
210
|
mediaState,
|
|
172
|
-
|
|
211
|
+
defaultTokenSizePolicy,
|
|
212
|
+
resolveSizeToken,
|
|
213
|
+
resolveTokenSize,
|
|
214
|
+
setOnLayoutStrategy,
|
|
173
215
|
styled,
|
|
174
216
|
themeable,
|
|
217
|
+
// hooks
|
|
218
|
+
useAnimatedNumber,
|
|
219
|
+
useAnimatedNumberReaction,
|
|
220
|
+
useAnimatedNumberStyle,
|
|
221
|
+
useAnimatedNumbersStyle,
|
|
222
|
+
useAnimationDriver,
|
|
223
|
+
useClientValue,
|
|
175
224
|
useDidFinishSSR,
|
|
176
225
|
useEvent,
|
|
177
|
-
// hooks
|
|
178
226
|
useGet,
|
|
179
227
|
useIsTouchDevice,
|
|
180
228
|
useIsomorphicLayoutEffect,
|
package/types/index.d.ts
CHANGED
|
@@ -1,57 +1,58 @@
|
|
|
1
|
-
|
|
2
|
-
export * from
|
|
3
|
-
export * from
|
|
4
|
-
export * from
|
|
5
|
-
export * from
|
|
6
|
-
export * from
|
|
7
|
-
export * from
|
|
8
|
-
export * from
|
|
9
|
-
export * from
|
|
10
|
-
export * from
|
|
11
|
-
export * from
|
|
12
|
-
export * from
|
|
13
|
-
export * from
|
|
14
|
-
export * from
|
|
15
|
-
export * from
|
|
16
|
-
export * from
|
|
17
|
-
export * from
|
|
18
|
-
export * from
|
|
19
|
-
export * from
|
|
20
|
-
export * from
|
|
21
|
-
export * from
|
|
22
|
-
export * from
|
|
23
|
-
export * from
|
|
24
|
-
export * from
|
|
25
|
-
export * from
|
|
26
|
-
export * from
|
|
27
|
-
export * from
|
|
28
|
-
export * from
|
|
29
|
-
export * from
|
|
30
|
-
export * from
|
|
31
|
-
export * from
|
|
32
|
-
export * from
|
|
33
|
-
export * from
|
|
34
|
-
export * from
|
|
35
|
-
export * from
|
|
36
|
-
export * from
|
|
37
|
-
export * from
|
|
38
|
-
export * from
|
|
39
|
-
export * from
|
|
40
|
-
export * from
|
|
41
|
-
export * from
|
|
42
|
-
export * from
|
|
43
|
-
export * from
|
|
44
|
-
export * from
|
|
45
|
-
export * from
|
|
46
|
-
export * from
|
|
47
|
-
export * from
|
|
48
|
-
export * from
|
|
49
|
-
export * from
|
|
50
|
-
export * from
|
|
51
|
-
export * from
|
|
52
|
-
export * from
|
|
53
|
-
export * from
|
|
54
|
-
export * from
|
|
55
|
-
export type {
|
|
56
|
-
export { Configuration, ComponentContext,
|
|
1
|
+
export * from "@tamagui/spacer";
|
|
2
|
+
export * from "@tamagui/accordion";
|
|
3
|
+
export * from "@tamagui/adapt";
|
|
4
|
+
export * from "@tamagui/alert-dialog";
|
|
5
|
+
export * from "@tamagui/animate";
|
|
6
|
+
export * from "@tamagui/animate-presence";
|
|
7
|
+
export * from "@tamagui/avatar";
|
|
8
|
+
export * from "@tamagui/button";
|
|
9
|
+
export * from "@tamagui/card";
|
|
10
|
+
export * from "@tamagui/checkbox";
|
|
11
|
+
export * from "@tamagui/collapsible";
|
|
12
|
+
export * from "@tamagui/compose-refs";
|
|
13
|
+
export * from "@tamagui/create-context";
|
|
14
|
+
export * from "@tamagui/dialog";
|
|
15
|
+
export * from "@tamagui/font-size";
|
|
16
|
+
export * from "@tamagui/field";
|
|
17
|
+
export * from "@tamagui/form";
|
|
18
|
+
export * from "@tamagui/group";
|
|
19
|
+
export * from "@tamagui/react-native-media-driver";
|
|
20
|
+
export * from "@tamagui/elements";
|
|
21
|
+
export * from "@tamagui/helpers-tamagui";
|
|
22
|
+
export * from "@tamagui/image";
|
|
23
|
+
export * from "@tamagui/input";
|
|
24
|
+
export * from "@tamagui/label";
|
|
25
|
+
export * from "@tamagui/list-item";
|
|
26
|
+
export * from "@tamagui/menu";
|
|
27
|
+
export * from "@tamagui/context-menu";
|
|
28
|
+
export * from "@tamagui/create-menu";
|
|
29
|
+
export * from "@tamagui/popover";
|
|
30
|
+
export * from "@tamagui/popper";
|
|
31
|
+
export * from "@tamagui/portal";
|
|
32
|
+
export * from "@tamagui/progress";
|
|
33
|
+
export * from "@tamagui/radio-group";
|
|
34
|
+
export * from "@tamagui/scroll-view";
|
|
35
|
+
export * from "@tamagui/select";
|
|
36
|
+
export * from "@tamagui/separator";
|
|
37
|
+
export * from "@tamagui/shapes";
|
|
38
|
+
export * from "@tamagui/sheet";
|
|
39
|
+
export * from "@tamagui/slider";
|
|
40
|
+
export * from "@tamagui/spinner";
|
|
41
|
+
export * from "@tamagui/stacks";
|
|
42
|
+
export * from "@tamagui/switch";
|
|
43
|
+
export * from "@tamagui/tabs";
|
|
44
|
+
export * from "@tamagui/text";
|
|
45
|
+
export * from "@tamagui/theme";
|
|
46
|
+
export * from "@tamagui/toast";
|
|
47
|
+
export * from "@tamagui/toggle-group";
|
|
48
|
+
export * from "@tamagui/tooltip";
|
|
49
|
+
export * from "@tamagui/use-controllable-state";
|
|
50
|
+
export * from "@tamagui/use-debounce";
|
|
51
|
+
export * from "@tamagui/use-force-update";
|
|
52
|
+
export * from "@tamagui/element";
|
|
53
|
+
export * from "@tamagui/use-window-dimensions";
|
|
54
|
+
export * from "@tamagui/visually-hidden";
|
|
55
|
+
export type { TransitionKeys, TransitionProp, AnimatedNumberStrategy, UniversalAnimatedNumber, UseAnimatedNumber, UseAnimatedNumberReaction, UseAnimatedNumberStyle, UseAnimatedNumbersStyle, ColorTokens, CreateTamaguiConfig, CreateTamaguiProps, CreatedSizeContext, CreatedSizeTable, FontColorTokens, FontLanguages, FontLetterSpacingTokens, FontLineHeightTokens, FontFamilyTokens, FontSizeTokens, FontStyleTokens, FontTokens, FontTransformTokens, FontWeightTokens, GenericFont, GenericStackVariants, GenericTamaguiConfig, GenericTextVariants, GetAnimationKeys, GetProps, GetRef, GetThemeValueForKey, GroupNames, Longhands, Media, MediaQueries, MediaQueryState, GenericVariables, RadiusTokens, ResolvedFontMetric, ResolvedFrameMetric, ResolvedTokenSize, Shorthands, SizeContextValue, SizeResolverExtras, SizeTableContextValue, SizeTableDefinition, SizeTableEntry, SizeTableName, SizeTablePart, SizeTableProjection, SizeTableSelection, SizeTokens, SpaceTokens, SpecificTokens, StackNonStyleProps, ViewProps, StaticConfig, TamaguiBaseTheme, TamaguiBuildOptions, TamaguiComponent, TamaguiConfig, TamaguiCustomConfig, TamaguiElement, TamaguiInternalConfig, TamaguiProviderProps, TamaguiSettings, TamaguiTextElement, TextNonStyleProps, TextProps, ThemeKeys, ThemeName, ThemeParsed, ThemeProps, Themes, ThemeTokens, ThemeValueFallback, Token, TokenSize, Tokens, TypeOverride, Variable, VariantSpreadExtras, VariantSpreadFunction, ZIndexTokens, ViewStyle, TextStyle } from "@tamagui/core";
|
|
56
|
+
export { ClientOnly, Configuration, ComponentContext, GroupContext, FontLanguage, Theme, View, Text, SizeContext, createComponent, createFont, createShorthands, createSizeContext, createSizeTable, createStyledContext, createStyledHOC, createTokens, createVariable, getConfig, getMedia, getCSSStylesAtomic, getThemes, getToken, getTokenValue, getTokens, getVariable, getVariableName, getVariableValue, insertFont, setConfig, setupDev, _withStableStyle, isBrowser, isChrome, isClient, isServer, isTamaguiComponent, isTamaguiElement, isTouchable, isVariable, isWeb, isWebTouchable, matchMedia, mediaObjectToString, mediaQueryConfig, mediaState, defaultTokenSizePolicy, resolveSizeToken, resolveTokenSize, setOnLayoutStrategy, styled, themeable, useAnimatedNumber, useAnimatedNumberReaction, useAnimatedNumberStyle, useAnimatedNumbersStyle, useAnimationDriver, useClientValue, useDidFinishSSR, useEvent, useGet, useIsTouchDevice, useIsomorphicLayoutEffect, useMedia, useProps, usePropsAndStyle, useStyle, useConfiguration, useTheme, useThemeName, variableToString, withStaticProperties } from "@tamagui/core";
|
|
57
|
+
|
|
57
58
|
//# sourceMappingURL=index.d.ts.map
|