@tamagui/ui 1.93.1 → 3.0.0-beta.643.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
package/types/index.d.ts.map
CHANGED
|
@@ -1 +1,11 @@
|
|
|
1
|
-
{
|
|
1
|
+
{
|
|
2
|
+
"mappings": "AAYA,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;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AACd,cAAc;AAId,cACE,gBACA,gBACA,wBACA,yBACA,mBACA,2BACA,wBACA,yBACA,aACA,qBACA,oBACA,oBACA,kBACA,iBACA,eACA,yBACA,sBACA,kBACA,gBACA,iBACA,YACA,qBACA,kBACA,aACA,sBACA,sBACA,qBACA,kBACA,UACA,QACA,qBACA,YACA,WACA,OACA,cACA,iBACA,kBACA,cACA,oBACA,qBACA,mBACA,YACA,kBACA,oBACA,uBACA,qBACA,gBACA,eACA,eACA,qBACA,oBACA,YACA,aACA,gBACA,oBACA,WACA,cACA,kBACA,qBACA,kBACA,eACA,qBACA,gBACA,uBACA,sBACA,iBACA,oBACA,mBACA,WACA,WACA,WACA,aACA,YACA,QACA,aACA,oBACA,OACA,WACA,QACA,cACA,UACA,qBACA,uBACA,cACA,WACA,iBACK;AAEP,SACE,YACA,eACA,kBACA,cACA,cAEA,OACA,MAIA,MACA,aACA,iBACA,YACA,kBACA,mBACA,iBACA,qBACA,iBACA,cACA,gBACA,WACA,UACA,oBACA,WACA,UACA,eACA,WACA,aACA,iBACA,kBACA,YACA,WACA,UACA,kBAEA,WACA,UACA,UACA,UACA,oBACA,kBACA,aACA,YACA,OACA,gBACA,YACA,qBACA,kBACA,YACA,wBACA,kBACA,kBACA,qBACA,QACA,WAEA,mBACA,2BACA,wBACA,yBACA,oBACA,gBACA,iBACA,UACA,QACA,kBACA,2BACA,UACA,UACA,kBACA,UACA,kBACA,UACA,cACA,kBACA,4BACK",
|
|
3
|
+
"names": [],
|
|
4
|
+
"sources": [
|
|
5
|
+
"src/index.ts"
|
|
6
|
+
],
|
|
7
|
+
"version": 3,
|
|
8
|
+
"sourcesContent": [
|
|
9
|
+
"// @tamagui/ui — the unstyled, behavior-first primitive surface.\n//\n// This package is the home for \"everything unstyled\": the same component set\n// `tamagui` exposes, but strictly behavior + structural styles (no theme colors,\n// typography, padding scales, radii, borders, or elevation). `tamagui` layers\n// the default v2-look skins on these primitives (styled default), and\n// `tamagui/unstyled` re-exports this package.\n//\n// It intentionally omits `tamagui`'s app-bootstrap locals (createTamagui,\n// TamaguiProvider, and the Anchor/EnsureFlexed/Fieldset/Text views); import those\n// from `tamagui` itself.\n\nexport * from '@tamagui/spacer'\nexport * from '@tamagui/accordion'\nexport * from '@tamagui/adapt'\nexport * from '@tamagui/alert-dialog'\nexport * from '@tamagui/animate'\nexport * from '@tamagui/animate-presence'\nexport * from '@tamagui/avatar'\nexport * from '@tamagui/button'\nexport * from '@tamagui/card'\nexport * from '@tamagui/checkbox'\nexport * from '@tamagui/collapsible'\nexport * from '@tamagui/compose-refs'\nexport * from '@tamagui/create-context'\nexport * from '@tamagui/dialog'\nexport * from '@tamagui/font-size'\nexport * from '@tamagui/field'\nexport * from '@tamagui/form'\nexport * from '@tamagui/group'\nexport * from '@tamagui/react-native-media-driver'\nexport * from '@tamagui/elements'\nexport * from '@tamagui/helpers-tamagui'\nexport * from '@tamagui/image'\nexport * from '@tamagui/input'\nexport * from '@tamagui/label'\nexport * from '@tamagui/list-item'\nexport * from '@tamagui/menu'\nexport * from '@tamagui/context-menu'\nexport * from '@tamagui/create-menu'\nexport * from '@tamagui/popover'\nexport * from '@tamagui/popper'\nexport * from '@tamagui/portal'\nexport * from '@tamagui/progress'\nexport * from '@tamagui/radio-group'\nexport * from '@tamagui/scroll-view'\nexport * from '@tamagui/select'\nexport * from '@tamagui/separator'\nexport * from '@tamagui/shapes'\nexport * from '@tamagui/sheet'\nexport * from '@tamagui/slider'\nexport * from '@tamagui/spinner'\nexport * from '@tamagui/stacks'\nexport * from '@tamagui/switch'\nexport * from '@tamagui/tabs'\nexport * from '@tamagui/text'\nexport * from '@tamagui/theme'\nexport * from '@tamagui/toast'\nexport * from '@tamagui/toggle-group'\nexport * from '@tamagui/tooltip'\nexport * from '@tamagui/use-controllable-state'\nexport * from '@tamagui/use-debounce'\nexport * from '@tamagui/use-force-update'\nexport * from '@tamagui/element'\nexport * from '@tamagui/use-window-dimensions'\nexport * from '@tamagui/visually-hidden'\n\n// since we overlap with ViewProps and potentially others\n// lets be explicit on what gets exported\nexport type {\n TransitionKeys,\n TransitionProp,\n AnimatedNumberStrategy,\n UniversalAnimatedNumber,\n UseAnimatedNumber,\n UseAnimatedNumberReaction,\n UseAnimatedNumberStyle,\n UseAnimatedNumbersStyle,\n ColorTokens,\n CreateTamaguiConfig,\n CreateTamaguiProps,\n CreatedSizeContext,\n CreatedSizeTable,\n FontColorTokens,\n FontLanguages,\n FontLetterSpacingTokens,\n FontLineHeightTokens,\n FontFamilyTokens,\n FontSizeTokens,\n FontStyleTokens,\n FontTokens,\n FontTransformTokens,\n FontWeightTokens,\n GenericFont,\n GenericStackVariants,\n GenericTamaguiConfig,\n GenericTextVariants,\n GetAnimationKeys,\n GetProps,\n GetRef,\n GetThemeValueForKey,\n GroupNames,\n Longhands,\n Media,\n MediaQueries,\n MediaQueryState,\n GenericVariables,\n RadiusTokens,\n ResolvedFontMetric,\n ResolvedFrameMetric,\n ResolvedTokenSize,\n Shorthands,\n SizeContextValue,\n SizeResolverExtras,\n SizeTableContextValue,\n SizeTableDefinition,\n SizeTableEntry,\n SizeTableName,\n SizeTablePart,\n SizeTableProjection,\n SizeTableSelection,\n SizeTokens,\n SpaceTokens,\n SpecificTokens,\n StackNonStyleProps,\n ViewProps,\n StaticConfig,\n TamaguiBaseTheme,\n TamaguiBuildOptions,\n TamaguiComponent,\n TamaguiConfig,\n TamaguiCustomConfig,\n TamaguiElement,\n TamaguiInternalConfig,\n TamaguiProviderProps,\n TamaguiSettings,\n TamaguiTextElement,\n TextNonStyleProps,\n TextProps,\n ThemeKeys,\n ThemeName,\n ThemeParsed,\n ThemeProps,\n Themes,\n ThemeTokens,\n ThemeValueFallback,\n Token,\n TokenSize,\n Tokens,\n TypeOverride,\n Variable,\n VariantSpreadExtras,\n VariantSpreadFunction,\n ZIndexTokens,\n ViewStyle,\n TextStyle,\n} from '@tamagui/core'\n\nexport {\n ClientOnly,\n Configuration,\n ComponentContext,\n GroupContext,\n FontLanguage,\n // components\n Theme,\n View,\n // the raw, unstyled text primitive (no font scale) — the atomic pair for View\n // on the unstyled surface. Paragraph/SizableText (with the font scale) come\n // from @tamagui/text above.\n Text,\n SizeContext,\n createComponent,\n createFont,\n createShorthands,\n createSizeContext,\n createSizeTable,\n createStyledContext,\n createStyledHOC,\n createTokens,\n createVariable,\n getConfig,\n getMedia,\n getCSSStylesAtomic,\n getThemes,\n getToken,\n getTokenValue,\n getTokens,\n getVariable,\n getVariableName,\n getVariableValue,\n insertFont,\n setConfig,\n setupDev,\n _withStableStyle,\n // constants\n isBrowser,\n isChrome,\n isClient,\n isServer,\n isTamaguiComponent,\n isTamaguiElement,\n isTouchable,\n isVariable,\n isWeb,\n isWebTouchable,\n matchMedia,\n mediaObjectToString,\n mediaQueryConfig,\n mediaState,\n defaultTokenSizePolicy,\n resolveSizeToken,\n resolveTokenSize,\n setOnLayoutStrategy,\n styled,\n themeable,\n // hooks\n useAnimatedNumber,\n useAnimatedNumberReaction,\n useAnimatedNumberStyle,\n useAnimatedNumbersStyle,\n useAnimationDriver,\n useClientValue,\n useDidFinishSSR,\n useEvent,\n useGet,\n useIsTouchDevice,\n useIsomorphicLayoutEffect,\n useMedia,\n useProps,\n usePropsAndStyle,\n useStyle,\n useConfiguration,\n useTheme,\n useThemeName,\n variableToString,\n withStaticProperties,\n} from '@tamagui/core'\n"
|
|
10
|
+
]
|
|
11
|
+
}
|
package/README.md
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
## tamagui
|
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var createTamagui_exports = {};
|
|
16
|
-
__export(createTamagui_exports, {
|
|
17
|
-
createTamagui: () => createTamagui
|
|
18
|
-
});
|
|
19
|
-
module.exports = __toCommonJS(createTamagui_exports);
|
|
20
|
-
var import_core = require("@tamagui/core");
|
|
21
|
-
const createTamagui = process.env.NODE_ENV !== "development" ? import_core.createTamagui : (conf) => {
|
|
22
|
-
const sizeTokenKeys = ["$true"], hasKeys = (expectedKeys, obj) => expectedKeys.every((k) => typeof obj[k] < "u"), tamaguiConfig = (0, import_core.createTamagui)(conf);
|
|
23
|
-
for (const name of ["size", "space"]) {
|
|
24
|
-
const tokenSet = tamaguiConfig.tokensParsed[name];
|
|
25
|
-
if (!tokenSet)
|
|
26
|
-
throw new Error(
|
|
27
|
-
`Expected tokens for "${name}" in ${Object.keys(
|
|
28
|
-
tamaguiConfig.tokensParsed
|
|
29
|
-
).join(", ")}`
|
|
30
|
-
);
|
|
31
|
-
if (!hasKeys(sizeTokenKeys, tokenSet))
|
|
32
|
-
throw new Error(`
|
|
33
|
-
createTamagui() missing expected tokens.${name}:
|
|
34
|
-
|
|
35
|
-
Received: ${Object.keys(tokenSet).join(", ")}
|
|
36
|
-
|
|
37
|
-
Expected: ${sizeTokenKeys.join(", ")}
|
|
38
|
-
|
|
39
|
-
Tamagui expects a "true" key that is the same value as your default size. This is so
|
|
40
|
-
it can size things up or down from the defaults without assuming which keys you use.
|
|
41
|
-
|
|
42
|
-
Please define a "true" or "$true" key on your size and space tokens like so (example):
|
|
43
|
-
|
|
44
|
-
size: {
|
|
45
|
-
sm: 2,
|
|
46
|
-
md: 10,
|
|
47
|
-
true: 10, // this means "md" is your default size
|
|
48
|
-
lg: 20,
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
`);
|
|
52
|
-
}
|
|
53
|
-
const expected = Object.keys(tamaguiConfig.tokensParsed.size);
|
|
54
|
-
for (const name of ["radius", "zIndex"]) {
|
|
55
|
-
const tokenSet = tamaguiConfig.tokensParsed[name], received = Object.keys(tokenSet);
|
|
56
|
-
if (!received.some((rk) => expected.includes(rk)))
|
|
57
|
-
throw new Error(`
|
|
58
|
-
createTamagui() invalid tokens.${name}:
|
|
59
|
-
|
|
60
|
-
Received: ${received.join(", ")}
|
|
61
|
-
|
|
62
|
-
Expected a subset of: ${expected.join(", ")}
|
|
63
|
-
|
|
64
|
-
`);
|
|
65
|
-
}
|
|
66
|
-
return tamaguiConfig;
|
|
67
|
-
};
|
|
68
|
-
//# sourceMappingURL=createTamagui.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/createTamagui.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAAmD;AAM5C,MAAM,gBACX,QAAQ,IAAI,aAAa,gBACrB,YAAAA,gBACA,CAAC,SAAS;AACR,QAAM,gBAAgB,CAAC,OAAO,GAExB,UAAU,CAAC,cAAwB,QAChC,aAAa,MAAM,CAAC,MAAM,OAAO,IAAI,CAAC,IAAM,GAAW,GAG1D,oBAAgB,YAAAA,eAAkB,IAAI;AAG5C,aAAW,QAAQ,CAAC,QAAQ,OAAO,GAAY;AAC7C,UAAM,WAAW,cAAc,aAAa,IAAI;AAChD,QAAI,CAAC;AACH,YAAM,IAAI;AAAA,QACR,wBAAwB,IAAI,QAAQ,OAAO;AAAA,UACzC,cAAc;AAAA,QAChB,EAAE,KAAK,IAAI,CAAC;AAAA,MACd;AAEF,QAAI,CAAC,QAAQ,eAAe,QAAQ;AAClC,YAAM,IAAI,MAAM;AAAA,0CACc,IAAI;AAAA;AAAA,YAElC,OAAO,KAAK,QAAQ,EAAE,KAAK,IAAI,CAAC;AAAA;AAAA,YAEhC,cAAc,KAAK,IAAI,CAAC;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,CAcnC;AAAA,EAEO;AAGA,QAAM,WAAW,OAAO,KAAK,cAAc,aAAa,IAAI;AAC5D,aAAW,QAAQ,CAAC,UAAU,QAAQ,GAAY;AAChD,UAAM,WAAW,cAAc,aAAa,IAAI,GAC1C,WAAW,OAAO,KAAK,QAAQ;AAErC,QAAI,CADmB,SAAS,KAAK,CAAC,OAAO,SAAS,SAAS,EAAE,CAAC;AAEhE,YAAM,IAAI,MAAM;AAAA,iCACK,IAAI;AAAA;AAAA,YAEzB,SAAS,KAAK,IAAI,CAAC;AAAA;AAAA,wBAEP,SAAS,KAAK,IAAI,CAAC;AAAA;AAAA,CAE1C;AAAA,EAEO;AAEA,SAAO;AACT;",
|
|
5
|
-
"names": ["createTamaguiCore"]
|
|
6
|
-
}
|
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
9
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
-
return to;
|
|
14
|
-
};
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
-
var createTamagui_exports = {};
|
|
17
|
-
__export(createTamagui_exports, {
|
|
18
|
-
createTamagui: () => createTamagui
|
|
19
|
-
});
|
|
20
|
-
module.exports = __toCommonJS(createTamagui_exports);
|
|
21
|
-
var import_core = require("@tamagui/core"), createTamagui = process.env.NODE_ENV !== "development" ? import_core.createTamagui : function(conf) {
|
|
22
|
-
for (var sizeTokenKeys = [
|
|
23
|
-
"$true"
|
|
24
|
-
], hasKeys = function(expectedKeys, obj) {
|
|
25
|
-
return expectedKeys.every(function(k) {
|
|
26
|
-
return typeof obj[k] < "u";
|
|
27
|
-
});
|
|
28
|
-
}, tamaguiConfig = (0, import_core.createTamagui)(conf), _i = 0, _iter = [
|
|
29
|
-
"size",
|
|
30
|
-
"space"
|
|
31
|
-
]; _i < _iter.length; _i++) {
|
|
32
|
-
var name = _iter[_i], tokenSet = tamaguiConfig.tokensParsed[name];
|
|
33
|
-
if (!tokenSet)
|
|
34
|
-
throw new Error('Expected tokens for "'.concat(name, '" in ').concat(Object.keys(tamaguiConfig.tokensParsed).join(", ")));
|
|
35
|
-
if (!hasKeys(sizeTokenKeys, tokenSet))
|
|
36
|
-
throw new Error(`
|
|
37
|
-
createTamagui() missing expected tokens.`.concat(name, `:
|
|
38
|
-
|
|
39
|
-
Received: `).concat(Object.keys(tokenSet).join(", "), `
|
|
40
|
-
|
|
41
|
-
Expected: `).concat(sizeTokenKeys.join(", "), `
|
|
42
|
-
|
|
43
|
-
Tamagui expects a "true" key that is the same value as your default size. This is so
|
|
44
|
-
it can size things up or down from the defaults without assuming which keys you use.
|
|
45
|
-
|
|
46
|
-
Please define a "true" or "$true" key on your size and space tokens like so (example):
|
|
47
|
-
|
|
48
|
-
size: {
|
|
49
|
-
sm: 2,
|
|
50
|
-
md: 10,
|
|
51
|
-
true: 10, // this means "md" is your default size
|
|
52
|
-
lg: 20,
|
|
53
|
-
}
|
|
54
|
-
|
|
55
|
-
`));
|
|
56
|
-
}
|
|
57
|
-
for (var expected = Object.keys(tamaguiConfig.tokensParsed.size), _i1 = 0, _iter1 = [
|
|
58
|
-
"radius",
|
|
59
|
-
"zIndex"
|
|
60
|
-
]; _i1 < _iter1.length; _i1++) {
|
|
61
|
-
var name1 = _iter1[_i1], tokenSet1 = tamaguiConfig.tokensParsed[name1], received = Object.keys(tokenSet1), hasSomeOverlap = received.some(function(rk) {
|
|
62
|
-
return expected.includes(rk);
|
|
63
|
-
});
|
|
64
|
-
if (!hasSomeOverlap)
|
|
65
|
-
throw new Error(`
|
|
66
|
-
createTamagui() invalid tokens.`.concat(name1, `:
|
|
67
|
-
|
|
68
|
-
Received: `).concat(received.join(", "), `
|
|
69
|
-
|
|
70
|
-
Expected a subset of: `).concat(expected.join(", "), `
|
|
71
|
-
|
|
72
|
-
`));
|
|
73
|
-
}
|
|
74
|
-
return tamaguiConfig;
|
|
75
|
-
};
|
|
76
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
77
|
-
0 && (module.exports = {
|
|
78
|
-
createTamagui
|
|
79
|
-
});
|
|
80
|
-
//# sourceMappingURL=createTamagui.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/packages/tamagui/src/createTamagui.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;;;;;kBAAmD,0BAMtCA,gBACXC,QAAQC,IAAIC,aAAa,gBACrBC,YAAAA,gBACA,SAACC,MAAAA;AAUC,WATMC,gBAAgB;IAAC;KAEjBC,UAAU,SAACC,cAAwBC,KAAAA;AACvC,WAAOD,aAAaE,MAAM,SAACC,GAAAA;aAAM,OAAOF,IAAIE,CAAAA,IAAO;;EACrD,GAEMC,oBAAgBR,YAAAA,eAAkBC,IAAAA,GAGxC,KAAA,GAAmB,QAAA;IAAC;IAAQ;KAAQ,KAAjB,MAAA,QAAA,MAA4B;QAApCQ,OAAQ,MAAA,EAAA,GACXC,WAAWF,cAAcG,aAAaF,IAAAA;AAC5C,QAAI,CAACC;AACH,YAAM,IAAIE,MACP,wBAAmCC,OAAZJ,MAAK,OAAA,EAEhB,OAFuBI,OAAOC,KACzCN,cAAcG,YAAY,EAC1BI,KAAK,IAAA,CAAA,CAAA;AAGX,QAAI,CAACZ,QAAQD,eAAeQ,QAAAA;AAC1B,YAAM,IAAIE,MAAO;0CAGjBC,OAF8BJ,MAAK;;WAAA,EAInCP,OAFAW,OAAOC,KAAKJ,QAAAA,EAAUK,KAAK,IAAA,GAAM;;WAAA,EAER,OAAzBb,cAAca,KAAK,IAAA,GAAM;;;;;;;;;;;;;;CAAA,CAAA;EAgB7B;AAIA,WADMC,WAAWH,OAAOC,KAAKN,cAAcG,aAAaM,IAAI,GAC5D,MAAA,GAAmB,SAAA;IAAC;IAAU;KAAS,MAApB,OAAA,QAAA,OAA+B;QAAvCR,QAAQ,OAAA,GAAA,GACXC,YAAWF,cAAcG,aAAaF,KAAAA,GACtCS,WAAWL,OAAOC,KAAKJ,SAAAA,GACvBS,iBAAiBD,SAASE,KAAK,SAACC,IAAAA;aAAOL,SAASM,SAASD,EAAAA;;AAC/D,QAAI,CAACF;AACH,YAAM,IAAIP,MAAO;iCAGjBM,OAFqBT,OAAK;;WAAA,EAIdO,OAFZE,SAASH,KAAK,IAAA,GAAM;;uBAAA,EAEY,OAApBC,SAASD,KAAK,IAAA,GAAM;;CAAA,CAAA;EAIpC;AAEA,SAAOP;AACT;",
|
|
5
|
-
"names": ["createTamagui", "process", "env", "NODE_ENV", "createTamaguiCore", "conf", "sizeTokenKeys", "hasKeys", "expectedKeys", "obj", "every", "k", "tamaguiConfig", "name", "tokenSet", "tokensParsed", "Error", "Object", "keys", "join", "expected", "size", "received", "hasSomeOverlap", "some", "rk", "includes"]
|
|
6
|
-
}
|
|
@@ -1,50 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
};
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var inputHelpers_exports = {};
|
|
16
|
-
__export(inputHelpers_exports, {
|
|
17
|
-
inputSizeVariant: () => inputSizeVariant,
|
|
18
|
-
textAreaSizeVariant: () => textAreaSizeVariant
|
|
19
|
-
});
|
|
20
|
-
module.exports = __toCommonJS(inputHelpers_exports);
|
|
21
|
-
var import_core = require("@tamagui/core"), import_get_button_sized = require("@tamagui/get-button-sized"), import_get_font_sized = require("@tamagui/get-font-sized"), import_get_token = require("@tamagui/get-token");
|
|
22
|
-
const inputSizeVariant = (val = "$true", extras) => {
|
|
23
|
-
if (extras.props.multiline || extras.props.numberOfLines > 1)
|
|
24
|
-
return textAreaSizeVariant(val, extras);
|
|
25
|
-
const buttonStyles = (0, import_get_button_sized.getButtonSized)(val, extras), paddingHorizontal = (0, import_get_token.getSpace)(val, {
|
|
26
|
-
shift: -1,
|
|
27
|
-
bounds: [2]
|
|
28
|
-
}), fontStyle = (0, import_get_font_sized.getFontSized)(val, extras);
|
|
29
|
-
return !import_core.isWeb && fontStyle && delete fontStyle.lineHeight, {
|
|
30
|
-
...fontStyle,
|
|
31
|
-
...buttonStyles,
|
|
32
|
-
paddingHorizontal
|
|
33
|
-
};
|
|
34
|
-
}, textAreaSizeVariant = (val = "$true", extras) => {
|
|
35
|
-
const { props } = extras, buttonStyles = (0, import_get_button_sized.getButtonSized)(val, extras), fontStyle = (0, import_get_font_sized.getFontSized)(val, extras), lines = props.rows ?? props.numberOfLines, height = typeof lines == "number" ? lines * (0, import_core.getVariableValue)(fontStyle.lineHeight) : "auto", paddingVertical = (0, import_get_token.getSpace)(val, {
|
|
36
|
-
shift: -2,
|
|
37
|
-
bounds: [2]
|
|
38
|
-
}), paddingHorizontal = (0, import_get_token.getSpace)(val, {
|
|
39
|
-
shift: -1,
|
|
40
|
-
bounds: [2]
|
|
41
|
-
});
|
|
42
|
-
return {
|
|
43
|
-
...buttonStyles,
|
|
44
|
-
...fontStyle,
|
|
45
|
-
paddingVertical,
|
|
46
|
-
paddingHorizontal,
|
|
47
|
-
height
|
|
48
|
-
};
|
|
49
|
-
};
|
|
50
|
-
//# sourceMappingURL=inputHelpers.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/helpers/inputHelpers.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AACA,kBAAwC,0BACxC,0BAA+B,sCAC/B,wBAA6B,oCAC7B,mBAAyB;AAElB,MAAM,mBAAmD,CAC9D,MAAM,SACN,WACG;AACH,MAAI,OAAO,MAAM,aAAa,OAAO,MAAM,gBAAgB;AACzD,WAAO,oBAAoB,KAAK,MAAM;AAExC,QAAM,mBAAe,wCAAe,KAAK,MAAM,GACzC,wBAAoB,2BAAS,KAAK;AAAA,IACtC,OAAO;AAAA,IACP,QAAQ,CAAC,CAAC;AAAA,EACZ,CAAC,GACK,gBAAY,oCAAa,KAAY,MAAM;AAEjD,SAAI,CAAC,qBAAS,aACZ,OAAO,UAAU,YAEZ;AAAA,IACL,GAAG;AAAA,IACH,GAAG;AAAA,IACH;AAAA,EACF;AACF,GAEa,sBAAsD,CACjE,MAAM,SACN,WACG;AACH,QAAM,EAAE,MAAM,IAAI,QACZ,mBAAe,wCAAe,KAAK,MAAM,GACzC,gBAAY,oCAAa,KAAY,MAAM,GAC3C,QAAQ,MAAM,QAAQ,MAAM,eAC5B,SACJ,OAAO,SAAU,WAAW,YAAQ,8BAAiB,UAAU,UAAU,IAAI,QACzE,sBAAkB,2BAAS,KAAK;AAAA,IACpC,OAAO;AAAA,IACP,QAAQ,CAAC,CAAC;AAAA,EACZ,CAAC,GACK,wBAAoB,2BAAS,KAAK;AAAA,IACtC,OAAO;AAAA,IACP,QAAQ,CAAC,CAAC;AAAA,EACZ,CAAC;AACD,SAAO;AAAA,IACL,GAAG;AAAA,IACH,GAAG;AAAA,IACH;AAAA,IACA;AAAA,IACA;AAAA,EACF;AACF;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
@@ -1,93 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __export = (target, all) => {
|
|
7
|
-
for (var name in all)
|
|
8
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
9
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
10
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
11
|
-
for (let key of __getOwnPropNames(from))
|
|
12
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
13
|
-
return to;
|
|
14
|
-
};
|
|
15
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
16
|
-
var inputHelpers_exports = {};
|
|
17
|
-
__export(inputHelpers_exports, {
|
|
18
|
-
inputSizeVariant: () => inputSizeVariant,
|
|
19
|
-
textAreaSizeVariant: () => textAreaSizeVariant
|
|
20
|
-
});
|
|
21
|
-
module.exports = __toCommonJS(inputHelpers_exports);
|
|
22
|
-
var import_core = require("@tamagui/core"), import_get_button_sized = require("@tamagui/get-button-sized"), import_get_font_sized = require("@tamagui/get-font-sized"), import_get_token = require("@tamagui/get-token");
|
|
23
|
-
function _define_property(obj, key, value) {
|
|
24
|
-
return key in obj ? Object.defineProperty(obj, key, {
|
|
25
|
-
value,
|
|
26
|
-
enumerable: !0,
|
|
27
|
-
configurable: !0,
|
|
28
|
-
writable: !0
|
|
29
|
-
}) : obj[key] = value, obj;
|
|
30
|
-
}
|
|
31
|
-
function _object_spread(target) {
|
|
32
|
-
for (var i = 1; i < arguments.length; i++) {
|
|
33
|
-
var source = arguments[i] != null ? arguments[i] : {}, ownKeys2 = Object.keys(source);
|
|
34
|
-
typeof Object.getOwnPropertySymbols == "function" && (ownKeys2 = ownKeys2.concat(Object.getOwnPropertySymbols(source).filter(function(sym) {
|
|
35
|
-
return Object.getOwnPropertyDescriptor(source, sym).enumerable;
|
|
36
|
-
}))), ownKeys2.forEach(function(key) {
|
|
37
|
-
_define_property(target, key, source[key]);
|
|
38
|
-
});
|
|
39
|
-
}
|
|
40
|
-
return target;
|
|
41
|
-
}
|
|
42
|
-
function ownKeys(object, enumerableOnly) {
|
|
43
|
-
var keys = Object.keys(object);
|
|
44
|
-
if (Object.getOwnPropertySymbols) {
|
|
45
|
-
var symbols = Object.getOwnPropertySymbols(object);
|
|
46
|
-
enumerableOnly && (symbols = symbols.filter(function(sym) {
|
|
47
|
-
return Object.getOwnPropertyDescriptor(object, sym).enumerable;
|
|
48
|
-
})), keys.push.apply(keys, symbols);
|
|
49
|
-
}
|
|
50
|
-
return keys;
|
|
51
|
-
}
|
|
52
|
-
function _object_spread_props(target, source) {
|
|
53
|
-
return source = source ?? {}, Object.getOwnPropertyDescriptors ? Object.defineProperties(target, Object.getOwnPropertyDescriptors(source)) : ownKeys(Object(source)).forEach(function(key) {
|
|
54
|
-
Object.defineProperty(target, key, Object.getOwnPropertyDescriptor(source, key));
|
|
55
|
-
}), target;
|
|
56
|
-
}
|
|
57
|
-
var inputSizeVariant = function() {
|
|
58
|
-
var val = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "$true", extras = arguments.length > 1 ? arguments[1] : void 0;
|
|
59
|
-
if (extras.props.multiline || extras.props.numberOfLines > 1)
|
|
60
|
-
return textAreaSizeVariant(val, extras);
|
|
61
|
-
var buttonStyles = (0, import_get_button_sized.getButtonSized)(val, extras), paddingHorizontal = (0, import_get_token.getSpace)(val, {
|
|
62
|
-
shift: -1,
|
|
63
|
-
bounds: [
|
|
64
|
-
2
|
|
65
|
-
]
|
|
66
|
-
}), fontStyle = (0, import_get_font_sized.getFontSized)(val, extras);
|
|
67
|
-
return !import_core.isWeb && fontStyle && delete fontStyle.lineHeight, _object_spread_props(_object_spread({}, fontStyle, buttonStyles), {
|
|
68
|
-
paddingHorizontal
|
|
69
|
-
});
|
|
70
|
-
}, textAreaSizeVariant = function() {
|
|
71
|
-
var val = arguments.length > 0 && arguments[0] !== void 0 ? arguments[0] : "$true", extras = arguments.length > 1 ? arguments[1] : void 0, props = extras.props, buttonStyles = (0, import_get_button_sized.getButtonSized)(val, extras), fontStyle = (0, import_get_font_sized.getFontSized)(val, extras), _props_rows, lines = (_props_rows = props.rows) !== null && _props_rows !== void 0 ? _props_rows : props.numberOfLines, height = typeof lines == "number" ? lines * (0, import_core.getVariableValue)(fontStyle.lineHeight) : "auto", paddingVertical = (0, import_get_token.getSpace)(val, {
|
|
72
|
-
shift: -2,
|
|
73
|
-
bounds: [
|
|
74
|
-
2
|
|
75
|
-
]
|
|
76
|
-
}), paddingHorizontal = (0, import_get_token.getSpace)(val, {
|
|
77
|
-
shift: -1,
|
|
78
|
-
bounds: [
|
|
79
|
-
2
|
|
80
|
-
]
|
|
81
|
-
});
|
|
82
|
-
return _object_spread_props(_object_spread({}, buttonStyles, fontStyle), {
|
|
83
|
-
paddingVertical,
|
|
84
|
-
paddingHorizontal,
|
|
85
|
-
height
|
|
86
|
-
});
|
|
87
|
-
};
|
|
88
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
89
|
-
0 && (module.exports = {
|
|
90
|
-
inputSizeVariant,
|
|
91
|
-
textAreaSizeVariant
|
|
92
|
-
});
|
|
93
|
-
//# sourceMappingURL=inputHelpers.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../../src/helpers/Users/n8/tamagui/packages/tamagui/src/helpers/inputHelpers.tsx"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;;;;;;;AACA,kBAAwC,0BACxC,0BAA+B,sCAC/B,wBAA6B,oCAC7B,mBAAyB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAElB,IAAMA,mBAAmD,WAAA;MAC9DC,MAAAA,UAAAA,SAAAA,KAAAA,UAAAA,CAAAA,MAAAA,SAAAA,UAAAA,CAAAA,IAAM,SACNC,SAAAA,UAAAA,SAAAA,IAAAA,UAAAA,CAAAA,IAAAA;AAEA,MAAIA,OAAOC,MAAMC,aAAaF,OAAOC,MAAME,gBAAgB;AACzD,WAAOC,oBAAoBL,KAAKC,MAAAA;AAElC,MAAMK,mBAAeC,wCAAeP,KAAKC,MAAAA,GACnCO,wBAAoBC,2BAAST,KAAK;IACtCU,OAAO;IACPC,QAAQ;MAAC;;EACX,CAAA,GACMC,gBAAYC,oCAAab,KAAYC,MAAAA;AAE3C,SAAI,CAACa,qBAASF,aACZ,OAAOA,UAAU,YAEZ,qBAAA,eAAA,CAAA,GACFA,WACAN,YAAAA,GAAAA;IACHE;;AAEJ,GAEaH,sBAAsD,WAAA;MACjEL,MAAAA,UAAAA,SAAAA,KAAAA,UAAAA,CAAAA,MAAAA,SAAAA,UAAAA,CAAAA,IAAM,SACNC,SAAAA,UAAAA,SAAAA,IAAAA,UAAAA,CAAAA,IAAAA,QAEQC,QAAUD,OAAVC,OACFI,mBAAeC,wCAAeP,KAAKC,MAAAA,GACnCW,gBAAYC,oCAAab,KAAYC,MAAAA,GAC7BC,aAARa,SAAQb,cAAAA,MAAMc,UAAI,QAAVd,gBAAAA,SAAAA,cAAcA,MAAME,eAC5Ba,SACJ,OAAOF,SAAU,WAAWA,YAAQG,8BAAiBN,UAAUO,UAAU,IAAI,QACzEC,sBAAkBX,2BAAST,KAAK;IACpCU,OAAO;IACPC,QAAQ;MAAC;;EACX,CAAA,GACMH,wBAAoBC,2BAAST,KAAK;IACtCU,OAAO;IACPC,QAAQ;MAAC;;EACX,CAAA;AACA,SAAO,qBAAA,eAAA,CAAA,GACFL,cACAM,SAAAA,GAAAA;IACHQ;IACAZ;IACAS;;AAEJ;",
|
|
5
|
-
"names": ["inputSizeVariant", "val", "extras", "props", "multiline", "numberOfLines", "textAreaSizeVariant", "buttonStyles", "getButtonSized", "paddingHorizontal", "getSpace", "shift", "bounds", "fontStyle", "getFontSized", "isWeb", "lines", "rows", "height", "getVariableValue", "lineHeight", "paddingVertical"]
|
|
6
|
-
}
|
package/dist/cjs/index.js
DELETED
|
@@ -1,132 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __export = (target, all) => {
|
|
6
|
-
for (var name in all)
|
|
7
|
-
__defProp(target, name, { get: all[name], enumerable: !0 });
|
|
8
|
-
}, __copyProps = (to, from, except, desc) => {
|
|
9
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
10
|
-
for (let key of __getOwnPropNames(from))
|
|
11
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
12
|
-
return to;
|
|
13
|
-
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
14
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
15
|
-
var src_exports = {};
|
|
16
|
-
__export(src_exports, {
|
|
17
|
-
ComponentContext: () => import_core.ComponentContext,
|
|
18
|
-
Configuration: () => import_core.Configuration,
|
|
19
|
-
FontLanguage: () => import_core.FontLanguage,
|
|
20
|
-
Spacer: () => import_core.Spacer,
|
|
21
|
-
Stack: () => import_core.Stack,
|
|
22
|
-
Theme: () => import_core.Theme,
|
|
23
|
-
Unspaced: () => import_core.Unspaced,
|
|
24
|
-
View: () => import_core.View,
|
|
25
|
-
createComponent: () => import_core.createComponent,
|
|
26
|
-
createFont: () => import_core.createFont,
|
|
27
|
-
createShorthands: () => import_core.createShorthands,
|
|
28
|
-
createStyledContext: () => import_core.createStyledContext,
|
|
29
|
-
createTheme: () => import_core.createTheme,
|
|
30
|
-
createTokens: () => import_core.createTokens,
|
|
31
|
-
createVariable: () => import_core.createVariable,
|
|
32
|
-
getConfig: () => import_core.getConfig,
|
|
33
|
-
getMedia: () => import_core.getMedia,
|
|
34
|
-
getStylesAtomic: () => import_core.getStylesAtomic,
|
|
35
|
-
getThemes: () => import_core.getThemes,
|
|
36
|
-
getToken: () => import_core.getToken,
|
|
37
|
-
getTokenValue: () => import_core.getTokenValue,
|
|
38
|
-
getTokens: () => import_core.getTokens,
|
|
39
|
-
getVariable: () => import_core.getVariable,
|
|
40
|
-
getVariableName: () => import_core.getVariableName,
|
|
41
|
-
getVariableValue: () => import_core.getVariableValue,
|
|
42
|
-
insertFont: () => import_core.insertFont,
|
|
43
|
-
isChrome: () => import_core.isChrome,
|
|
44
|
-
isClient: () => import_core.isClient,
|
|
45
|
-
isServer: () => import_core.isServer,
|
|
46
|
-
isTamaguiComponent: () => import_core.isTamaguiComponent,
|
|
47
|
-
isTamaguiElement: () => import_core.isTamaguiElement,
|
|
48
|
-
isTouchable: () => import_core.isTouchable,
|
|
49
|
-
isVariable: () => import_core.isVariable,
|
|
50
|
-
isWeb: () => import_core.isWeb,
|
|
51
|
-
isWebTouchable: () => import_core.isWebTouchable,
|
|
52
|
-
matchMedia: () => import_core.matchMedia,
|
|
53
|
-
mediaObjectToString: () => import_core.mediaObjectToString,
|
|
54
|
-
mediaQueryConfig: () => import_core.mediaQueryConfig,
|
|
55
|
-
mediaState: () => import_core.mediaState,
|
|
56
|
-
setupDev: () => import_core.setupDev,
|
|
57
|
-
setupReactNative: () => import_core.setupReactNative,
|
|
58
|
-
spacedChildren: () => import_core.spacedChildren,
|
|
59
|
-
styled: () => import_core.styled,
|
|
60
|
-
themeable: () => import_core.themeable,
|
|
61
|
-
useConfiguration: () => import_core.useConfiguration,
|
|
62
|
-
useDidFinishSSR: () => import_core.useDidFinishSSR,
|
|
63
|
-
useEvent: () => import_core.useEvent,
|
|
64
|
-
useGet: () => import_core.useGet,
|
|
65
|
-
useIsTouchDevice: () => import_core.useIsTouchDevice,
|
|
66
|
-
useIsomorphicLayoutEffect: () => import_core.useIsomorphicLayoutEffect,
|
|
67
|
-
useMedia: () => import_core.useMedia,
|
|
68
|
-
useProps: () => import_core.useProps,
|
|
69
|
-
usePropsAndStyle: () => import_core.usePropsAndStyle,
|
|
70
|
-
useStyle: () => import_core.useStyle,
|
|
71
|
-
useTheme: () => import_core.useTheme,
|
|
72
|
-
useThemeName: () => import_core.useThemeName,
|
|
73
|
-
variableToString: () => import_core.variableToString,
|
|
74
|
-
withStaticProperties: () => import_core.withStaticProperties
|
|
75
|
-
});
|
|
76
|
-
module.exports = __toCommonJS(src_exports);
|
|
77
|
-
var import_setup = require("./setup");
|
|
78
|
-
__reExport(src_exports, require("@tamagui/accordion"), module.exports);
|
|
79
|
-
__reExport(src_exports, require("@tamagui/adapt"), module.exports);
|
|
80
|
-
__reExport(src_exports, require("@tamagui/alert-dialog"), module.exports);
|
|
81
|
-
__reExport(src_exports, require("@tamagui/animate-presence"), module.exports);
|
|
82
|
-
__reExport(src_exports, require("@tamagui/avatar"), module.exports);
|
|
83
|
-
__reExport(src_exports, require("@tamagui/button"), module.exports);
|
|
84
|
-
__reExport(src_exports, require("@tamagui/card"), module.exports);
|
|
85
|
-
__reExport(src_exports, require("@tamagui/checkbox"), module.exports);
|
|
86
|
-
__reExport(src_exports, require("@tamagui/compose-refs"), module.exports);
|
|
87
|
-
__reExport(src_exports, require("@tamagui/create-context"), module.exports);
|
|
88
|
-
__reExport(src_exports, require("@tamagui/dialog"), module.exports);
|
|
89
|
-
__reExport(src_exports, require("@tamagui/font-size"), module.exports);
|
|
90
|
-
__reExport(src_exports, require("@tamagui/form"), module.exports);
|
|
91
|
-
__reExport(src_exports, require("@tamagui/group"), module.exports);
|
|
92
|
-
__reExport(src_exports, require("@tamagui/react-native-media-driver"), module.exports);
|
|
93
|
-
__reExport(src_exports, require("@tamagui/elements"), module.exports);
|
|
94
|
-
__reExport(src_exports, require("@tamagui/helpers-tamagui"), module.exports);
|
|
95
|
-
__reExport(src_exports, require("@tamagui/image"), module.exports);
|
|
96
|
-
__reExport(src_exports, require("@tamagui/label"), module.exports);
|
|
97
|
-
__reExport(src_exports, require("@tamagui/list-item"), module.exports);
|
|
98
|
-
__reExport(src_exports, require("@tamagui/popover"), module.exports);
|
|
99
|
-
__reExport(src_exports, require("@tamagui/popper"), module.exports);
|
|
100
|
-
__reExport(src_exports, require("@tamagui/portal"), module.exports);
|
|
101
|
-
__reExport(src_exports, require("@tamagui/progress"), module.exports);
|
|
102
|
-
__reExport(src_exports, require("@tamagui/radio-group"), module.exports);
|
|
103
|
-
__reExport(src_exports, require("@tamagui/scroll-view"), module.exports);
|
|
104
|
-
__reExport(src_exports, require("@tamagui/select"), module.exports);
|
|
105
|
-
__reExport(src_exports, require("@tamagui/separator"), module.exports);
|
|
106
|
-
__reExport(src_exports, require("@tamagui/shapes"), module.exports);
|
|
107
|
-
__reExport(src_exports, require("@tamagui/sheet"), module.exports);
|
|
108
|
-
__reExport(src_exports, require("@tamagui/slider"), module.exports);
|
|
109
|
-
__reExport(src_exports, require("@tamagui/stacks"), module.exports);
|
|
110
|
-
__reExport(src_exports, require("@tamagui/switch"), module.exports);
|
|
111
|
-
__reExport(src_exports, require("@tamagui/tabs"), module.exports);
|
|
112
|
-
__reExport(src_exports, require("@tamagui/text"), module.exports);
|
|
113
|
-
__reExport(src_exports, require("@tamagui/theme"), module.exports);
|
|
114
|
-
__reExport(src_exports, require("@tamagui/toggle-group"), module.exports);
|
|
115
|
-
__reExport(src_exports, require("@tamagui/tooltip"), module.exports);
|
|
116
|
-
__reExport(src_exports, require("@tamagui/use-controllable-state"), module.exports);
|
|
117
|
-
__reExport(src_exports, require("@tamagui/use-debounce"), module.exports);
|
|
118
|
-
__reExport(src_exports, require("@tamagui/use-force-update"), module.exports);
|
|
119
|
-
__reExport(src_exports, require("@tamagui/use-window-dimensions"), module.exports);
|
|
120
|
-
__reExport(src_exports, require("@tamagui/visually-hidden"), module.exports);
|
|
121
|
-
__reExport(src_exports, require("./createTamagui"), module.exports);
|
|
122
|
-
__reExport(src_exports, require("./viewTypes"), module.exports);
|
|
123
|
-
__reExport(src_exports, require("./views/TamaguiProvider"), module.exports);
|
|
124
|
-
__reExport(src_exports, require("./views/Anchor"), module.exports);
|
|
125
|
-
__reExport(src_exports, require("./views/EnsureFlexed"), module.exports);
|
|
126
|
-
__reExport(src_exports, require("./views/Fieldset"), module.exports);
|
|
127
|
-
__reExport(src_exports, require("./views/Input"), module.exports);
|
|
128
|
-
__reExport(src_exports, require("./views/Spinner"), module.exports);
|
|
129
|
-
__reExport(src_exports, require("./views/TextArea"), module.exports);
|
|
130
|
-
__reExport(src_exports, require("./views/Text"), module.exports);
|
|
131
|
-
var import_core = require("@tamagui/core");
|
|
132
|
-
//# sourceMappingURL=index.js.map
|
package/dist/cjs/index.js.map
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,mBAAO;AAEP,wBAAc,+BAFd;AAGA,wBAAc,2BAHd;AAIA,wBAAc,kCAJd;AAKA,wBAAc,sCALd;AAMA,wBAAc,4BANd;AAOA,wBAAc,4BAPd;AAQA,wBAAc,0BARd;AASA,wBAAc,8BATd;AAUA,wBAAc,kCAVd;AAWA,wBAAc,oCAXd;AAYA,wBAAc,4BAZd;AAaA,wBAAc,+BAbd;AAcA,wBAAc,0BAdd;AAeA,wBAAc,2BAfd;AAgBA,wBAAc,+CAhBd;AAiBA,wBAAc,8BAjBd;AAkBA,wBAAc,qCAlBd;AAmBA,wBAAc,2BAnBd;AAoBA,wBAAc,2BApBd;AAqBA,wBAAc,+BArBd;AAsBA,wBAAc,6BAtBd;AAuBA,wBAAc,4BAvBd;AAwBA,wBAAc,4BAxBd;AAyBA,wBAAc,8BAzBd;AA0BA,wBAAc,iCA1Bd;AA2BA,wBAAc,iCA3Bd;AA4BA,wBAAc,4BA5Bd;AA6BA,wBAAc,+BA7Bd;AA8BA,wBAAc,4BA9Bd;AA+BA,wBAAc,2BA/Bd;AAgCA,wBAAc,4BAhCd;AAiCA,wBAAc,4BAjCd;AAkCA,wBAAc,4BAlCd;AAmCA,wBAAc,0BAnCd;AAoCA,wBAAc,0BApCd;AAqCA,wBAAc,2BArCd;AAsCA,wBAAc,kCAtCd;AAuCA,wBAAc,6BAvCd;AAwCA,wBAAc,4CAxCd;AAyCA,wBAAc,kCAzCd;AA0CA,wBAAc,sCA1Cd;AA2CA,wBAAc,2CA3Cd;AA4CA,wBAAc,qCA5Cd;AA8CA,wBAAc,4BA9Cd;AAgDA,wBAAc,wBAhDd;AAiDA,wBAAc,oCAjDd;AAmDA,wBAAc,2BAnDd;AAoDA,wBAAc,iCApDd;AAqDA,wBAAc,6BArDd;AAsDA,wBAAc,0BAtDd;AAuDA,wBAAc,4BAvDd;AAwDA,wBAAc,6BAxDd;AAyDA,wBAAc,yBAzDd;AA+HA,kBA8DO;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
return to;
|
|
11
|
-
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
12
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
13
|
-
var linear_gradient_native_exports = {};
|
|
14
|
-
module.exports = __toCommonJS(linear_gradient_native_exports);
|
|
15
|
-
__reExport(linear_gradient_native_exports, require("expo-linear-gradient"), module.exports);
|
|
16
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
17
|
-
0 && (module.exports = {
|
|
18
|
-
...require("expo-linear-gradient")
|
|
19
|
-
});
|
|
20
|
-
//# sourceMappingURL=linear-gradient.native.js.map
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
var __defProp = Object.defineProperty;
|
|
2
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
3
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
4
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
5
|
-
var __copyProps = (to, from, except, desc) => {
|
|
6
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
7
|
-
for (let key of __getOwnPropNames(from))
|
|
8
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
9
|
-
return to;
|
|
10
|
-
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
11
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
12
|
-
var linear_gradient_exports = {};
|
|
13
|
-
module.exports = __toCommonJS(linear_gradient_exports);
|
|
14
|
-
__reExport(linear_gradient_exports, require("@tamagui/linear-gradient"), module.exports);
|
|
15
|
-
//# sourceMappingURL=linear-gradient.js.map
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
return to;
|
|
11
|
-
}, __reExport = (target, mod, secondTarget) => (__copyProps(target, mod, "default"), secondTarget && __copyProps(secondTarget, mod, "default"));
|
|
12
|
-
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod);
|
|
13
|
-
var linear_gradient_exports = {};
|
|
14
|
-
module.exports = __toCommonJS(linear_gradient_exports);
|
|
15
|
-
__reExport(linear_gradient_exports, require("@tamagui/linear-gradient"), module.exports);
|
|
16
|
-
// Annotate the CommonJS export names for ESM import in node:
|
|
17
|
-
0 && (module.exports = {
|
|
18
|
-
...require("@tamagui/linear-gradient")
|
|
19
|
-
});
|
|
20
|
-
//# sourceMappingURL=linear-gradient.js.map
|
package/dist/cjs/setup.js
DELETED
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
var __create = Object.create;
|
|
2
|
-
var __defProp = Object.defineProperty;
|
|
3
|
-
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
|
-
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
|
-
var __getProtoOf = Object.getPrototypeOf, __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
|
-
var __copyProps = (to, from, except, desc) => {
|
|
7
|
-
if (from && typeof from == "object" || typeof from == "function")
|
|
8
|
-
for (let key of __getOwnPropNames(from))
|
|
9
|
-
!__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
|
|
10
|
-
return to;
|
|
11
|
-
};
|
|
12
|
-
var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
|
|
13
|
-
// If the importer is in node compatibility mode or this is not an ESM
|
|
14
|
-
// file that has been converted to a CommonJS file using a Babel-
|
|
15
|
-
// compatible transform (i.e. "__esModule" has not been set), then set
|
|
16
|
-
// "default" to the CommonJS "module.exports" for node compatibility.
|
|
17
|
-
isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: !0 }) : target,
|
|
18
|
-
mod
|
|
19
|
-
));
|
|
20
|
-
var import_polyfill_dev = require("@tamagui/polyfill-dev"), React = __toESM(require("react"));
|
|
21
|
-
globalThis.React ||= React;
|
|
22
|
-
typeof requestAnimationFrame > "u" && (globalThis.requestAnimationFrame = setImmediate);
|
|
23
|
-
//# sourceMappingURL=setup.js.map
|