@tamagui/demos 1.111.2 → 1.111.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -2,7 +2,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "react/jsx-run
|
|
|
2
2
|
import React from "react";
|
|
3
3
|
import { LogoIcon } from "@tamagui/logo";
|
|
4
4
|
import { Button, Square, YStack, isWeb } from "tamagui";
|
|
5
|
-
import { useIsIntersecting } from "./useOnIntersecting.mjs";
|
|
5
|
+
import { useIsIntersecting } from "./useOnIntersecting.native.mjs";
|
|
6
6
|
function AnimationsEnterDemo(props) {
|
|
7
7
|
var ref = React.useRef(null),
|
|
8
8
|
[key, setKey] = React.useState(0);
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","React","LogoIcon","Button","Square","YStack","isWeb","useIsIntersecting","AnimationsEnterDemo","props","ref","useRef","key","setKey","useState","hasIntersected","once","_props_children","children","enterStyle","scale","y","opacity","animation","elevation","size"],"sources":["../../src/AnimationsEnterDemo.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAAOA,GAAA,IAAAC,IAAW,EAAAC,IAAA,IAAAC,KAAA,EAAAC,QAAA,IAAAC,SAAA;AAClB,OAAAC,KAAS,aAAgB;AAEzB,SAASC,QAAQ,QAAQ,eAAQ;AAEjC,SAASC,MAAA,EAAAC,MAAA,EAAAC,MAAA,EAAAC,KAAyB;AAUrB,SAKTC,iBAAA,
|
|
1
|
+
{"version":3,"names":["jsx","_jsx","jsxs","_jsxs","Fragment","_Fragment","React","LogoIcon","Button","Square","YStack","isWeb","useIsIntersecting","AnimationsEnterDemo","props","ref","useRef","key","setKey","useState","hasIntersected","once","_props_children","children","enterStyle","scale","y","opacity","animation","elevation","size"],"sources":["../../src/AnimationsEnterDemo.tsx"],"sourcesContent":[null],"mappings":"AAAA,SAAOA,GAAA,IAAAC,IAAW,EAAAC,IAAA,IAAAC,KAAA,EAAAC,QAAA,IAAAC,SAAA;AAClB,OAAAC,KAAS,aAAgB;AAEzB,SAASC,QAAQ,QAAQ,eAAQ;AAEjC,SAASC,MAAA,EAAAC,MAAA,EAAAC,MAAA,EAAAC,KAAyB;AAUrB,SAKTC,iBAAA,wCALS;AARN,SAASC,oBAAoBC,KAAA,EAAY;EAC9C,IAAAC,GAAM,GAAAT,KAAM,CAAAU,MAAM,KAAoB;IAAI,CAAAC,GACnC,EAAAC,MAAK,IAAMZ,KAAI,CAAAa,QAAM,GAAS;EAErC,IAAAR,KAAI;IAUA,IAAAS,cAAA,GAAAR,iBAAA,CAAAG,GAAA;MAACM,IAAA;IAAA;IAAA,IAEC,CAAAD,cAAY,SACV,eAAOnB,IAAA,CAAAS,MAAA;MAAAK;IACJ;EACM;EACX,IAAAO,eACU;EAAA,OACV,eAAUnB,KAAA,CAAAE,SAAA;IAAAkB,QACV,EAAM,gBACGtB,IAAA,CAAAQ,MAAA;MACTe,UAAO;QACPC,KAAG;QACHC,CAAA;QACAC,OAAA;MAEC;MAA6CC,SAAA;MAfzCC,SAAA;MAgBPC,IAAA;MAEAH,OAAA;MAGFF,KAAA;MAEJC,CAAA","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
2
2
|
import { X } from "@tamagui/lucide-icons";
|
|
3
3
|
import { Adapt, Button, Dialog, Fieldset, Input, Label, Paragraph, Sheet, TooltipSimple, Unspaced, XStack } from "tamagui";
|
|
4
|
-
import { SelectDemoItem } from "./SelectDemo.mjs";
|
|
4
|
+
import { SelectDemoItem } from "./SelectDemo.native.mjs";
|
|
5
5
|
function DialogDemo() {
|
|
6
6
|
return /* @__PURE__ */_jsx(DialogInstance, {});
|
|
7
7
|
}
|
|
@@ -3,7 +3,7 @@ import React from "react";
|
|
|
3
3
|
import * as LucideIcons from "@tamagui/lucide-icons";
|
|
4
4
|
import { ScrollView } from "react-native";
|
|
5
5
|
import { Input, Paragraph, Spacer, YStack, useDebounceValue } from "tamagui";
|
|
6
|
-
import { Grid } from "./Grid.mjs";
|
|
6
|
+
import { Grid } from "./Grid.native.mjs";
|
|
7
7
|
var lucideIcons = Object.keys(
|
|
8
8
|
// vite tree shaking workaround
|
|
9
9
|
typeof LucideIcons < "u" ? LucideIcons : {}).map(function (name) {
|
|
@@ -1,58 +1,58 @@
|
|
|
1
|
-
export * from "./AccordionDemo.mjs";
|
|
2
|
-
export * from "./AddThemeDemo.mjs";
|
|
3
|
-
export * from "./AlertDialogDemo.mjs";
|
|
4
|
-
export * from "./AnimationsDemo.mjs";
|
|
5
|
-
export * from "./AnimationsEnterDemo.mjs";
|
|
6
|
-
export * from "./AnimationsHoverDemo.mjs";
|
|
7
|
-
export * from "./AnimationsPresenceDemo.mjs";
|
|
8
|
-
export * from "./AnimationsTimingDemo.mjs";
|
|
9
|
-
export * from "./AvatarDemo.mjs";
|
|
10
|
-
export * from "./BuildAButtonDemo.mjs";
|
|
11
|
-
export * from "./ButtonDemo.mjs";
|
|
12
|
-
export * from "./ThemeBuilderDemo.mjs";
|
|
13
|
-
export * from "./CardDemo.mjs";
|
|
14
|
-
export * from "./CheckboxDemo.mjs";
|
|
15
|
-
export * from "./CheckboxHeadlessDemo.mjs";
|
|
16
|
-
export * from "./CheckboxUnstyledDemo.mjs";
|
|
17
|
-
export * from "./ColorsDemo.mjs";
|
|
18
|
-
export * from "./DialogDemo.mjs";
|
|
19
|
-
export * from "./FormsDemo.mjs";
|
|
20
|
-
export * from "./GroupDemo.mjs";
|
|
21
|
-
export * from "./HeadingsDemo.mjs";
|
|
22
|
-
export * from "./ImageDemo.mjs";
|
|
23
|
-
export * from "./WebNativeImageDemo.mjs";
|
|
24
|
-
export * from "./InputsDemo.mjs";
|
|
25
|
-
export * from "./NewInputsDemo.mjs";
|
|
26
|
-
export * from "./LabelDemo.mjs";
|
|
27
|
-
export * from "./LinearGradientDemo.mjs";
|
|
28
|
-
export * from "./ListItemDemo.mjs";
|
|
29
|
-
export * from "./LucideIconsDemo.mjs";
|
|
30
|
-
export * from "./PopoverDemo.mjs";
|
|
31
|
-
export * from "./ProgressDemo.mjs";
|
|
32
|
-
export * from "./RadioGroupDemo.mjs";
|
|
33
|
-
export * from "./RadioGroupHeadlessDemo.mjs";
|
|
34
|
-
export * from "./RadioGroupUnstyledDemo.mjs";
|
|
35
|
-
export * from "./ReplaceThemeDemo.mjs";
|
|
36
|
-
export * from "./ScrollViewDemo.mjs";
|
|
37
|
-
export * from "./SelectDemo.mjs";
|
|
38
|
-
export * from "./SeparatorDemo.mjs";
|
|
39
|
-
export * from "./ShapesDemo.mjs";
|
|
40
|
-
export * from "./SheetDemo.mjs";
|
|
41
|
-
export * from "./SliderDemo.mjs";
|
|
42
|
-
export * from "./SpinnerDemo.mjs";
|
|
43
|
-
export * from "./StacksDemo.mjs";
|
|
44
|
-
export * from "./SwitchDemo.mjs";
|
|
45
|
-
export * from "./SwitchHeadlessDemo.mjs";
|
|
46
|
-
export * from "./SwitchUnstyledDemo.mjs";
|
|
47
|
-
export * from "./TabsAdvancedDemo.mjs";
|
|
48
|
-
export * from "./TabsDemo.mjs";
|
|
49
|
-
export * from "./TextDemo.mjs";
|
|
50
|
-
export * from "./ThemeInverseDemo.mjs";
|
|
51
|
-
export * from "./ToastDemo.mjs";
|
|
52
|
-
export * from "./ToastDuplicateDemo.mjs";
|
|
53
|
-
export * from "./ToggleGroupDemo.mjs";
|
|
54
|
-
export * from "./TokensDemo.mjs";
|
|
55
|
-
export * from "./TooltipDemo.mjs";
|
|
56
|
-
export * from "./UpdateThemeDemo.mjs";
|
|
57
|
-
export * from "./useOnIntersecting.mjs";
|
|
1
|
+
export * from "./AccordionDemo.native.mjs";
|
|
2
|
+
export * from "./AddThemeDemo.native.mjs";
|
|
3
|
+
export * from "./AlertDialogDemo.native.mjs";
|
|
4
|
+
export * from "./AnimationsDemo.native.mjs";
|
|
5
|
+
export * from "./AnimationsEnterDemo.native.mjs";
|
|
6
|
+
export * from "./AnimationsHoverDemo.native.mjs";
|
|
7
|
+
export * from "./AnimationsPresenceDemo.native.mjs";
|
|
8
|
+
export * from "./AnimationsTimingDemo.native.mjs";
|
|
9
|
+
export * from "./AvatarDemo.native.mjs";
|
|
10
|
+
export * from "./BuildAButtonDemo.native.mjs";
|
|
11
|
+
export * from "./ButtonDemo.native.mjs";
|
|
12
|
+
export * from "./ThemeBuilderDemo.native.mjs";
|
|
13
|
+
export * from "./CardDemo.native.mjs";
|
|
14
|
+
export * from "./CheckboxDemo.native.mjs";
|
|
15
|
+
export * from "./CheckboxHeadlessDemo.native.mjs";
|
|
16
|
+
export * from "./CheckboxUnstyledDemo.native.mjs";
|
|
17
|
+
export * from "./ColorsDemo.native.mjs";
|
|
18
|
+
export * from "./DialogDemo.native.mjs";
|
|
19
|
+
export * from "./FormsDemo.native.mjs";
|
|
20
|
+
export * from "./GroupDemo.native.mjs";
|
|
21
|
+
export * from "./HeadingsDemo.native.mjs";
|
|
22
|
+
export * from "./ImageDemo.native.mjs";
|
|
23
|
+
export * from "./WebNativeImageDemo.native.mjs";
|
|
24
|
+
export * from "./InputsDemo.native.mjs";
|
|
25
|
+
export * from "./NewInputsDemo.native.mjs";
|
|
26
|
+
export * from "./LabelDemo.native.mjs";
|
|
27
|
+
export * from "./LinearGradientDemo.native.mjs";
|
|
28
|
+
export * from "./ListItemDemo.native.mjs";
|
|
29
|
+
export * from "./LucideIconsDemo.native.mjs";
|
|
30
|
+
export * from "./PopoverDemo.native.mjs";
|
|
31
|
+
export * from "./ProgressDemo.native.mjs";
|
|
32
|
+
export * from "./RadioGroupDemo.native.mjs";
|
|
33
|
+
export * from "./RadioGroupHeadlessDemo.native.mjs";
|
|
34
|
+
export * from "./RadioGroupUnstyledDemo.native.mjs";
|
|
35
|
+
export * from "./ReplaceThemeDemo.native.mjs";
|
|
36
|
+
export * from "./ScrollViewDemo.native.mjs";
|
|
37
|
+
export * from "./SelectDemo.native.mjs";
|
|
38
|
+
export * from "./SeparatorDemo.native.mjs";
|
|
39
|
+
export * from "./ShapesDemo.native.mjs";
|
|
40
|
+
export * from "./SheetDemo.native.mjs";
|
|
41
|
+
export * from "./SliderDemo.native.mjs";
|
|
42
|
+
export * from "./SpinnerDemo.native.mjs";
|
|
43
|
+
export * from "./StacksDemo.native.mjs";
|
|
44
|
+
export * from "./SwitchDemo.native.mjs";
|
|
45
|
+
export * from "./SwitchHeadlessDemo.native.mjs";
|
|
46
|
+
export * from "./SwitchUnstyledDemo.native.mjs";
|
|
47
|
+
export * from "./TabsAdvancedDemo.native.mjs";
|
|
48
|
+
export * from "./TabsDemo.native.mjs";
|
|
49
|
+
export * from "./TextDemo.native.mjs";
|
|
50
|
+
export * from "./ThemeInverseDemo.native.mjs";
|
|
51
|
+
export * from "./ToastDemo.native.mjs";
|
|
52
|
+
export * from "./ToastDuplicateDemo.native.mjs";
|
|
53
|
+
export * from "./ToggleGroupDemo.native.mjs";
|
|
54
|
+
export * from "./TokensDemo.native.mjs";
|
|
55
|
+
export * from "./TooltipDemo.native.mjs";
|
|
56
|
+
export * from "./UpdateThemeDemo.native.mjs";
|
|
57
|
+
export * from "./useOnIntersecting.native.mjs";
|
|
58
58
|
//# sourceMappingURL=index.native.mjs.map
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/demos",
|
|
3
|
-
"version": "1.111.
|
|
3
|
+
"version": "1.111.4",
|
|
4
4
|
"sideEffects": [
|
|
5
5
|
"*.css"
|
|
6
6
|
],
|
|
@@ -41,29 +41,29 @@
|
|
|
41
41
|
}
|
|
42
42
|
},
|
|
43
43
|
"dependencies": {
|
|
44
|
-
"@tamagui/avatar": "1.111.
|
|
45
|
-
"@tamagui/button": "1.111.
|
|
46
|
-
"@tamagui/config": "1.111.
|
|
47
|
-
"@tamagui/core": "1.111.
|
|
48
|
-
"@tamagui/list-item": "1.111.
|
|
49
|
-
"@tamagui/logo": "1.111.
|
|
50
|
-
"@tamagui/lucide-icons": "1.111.
|
|
51
|
-
"@tamagui/menu": "1.111.
|
|
52
|
-
"@tamagui/popover": "1.111.
|
|
53
|
-
"@tamagui/progress": "1.111.
|
|
54
|
-
"@tamagui/radio-group": "1.111.
|
|
55
|
-
"@tamagui/select": "1.111.
|
|
56
|
-
"@tamagui/sheet": "1.111.
|
|
57
|
-
"@tamagui/slider": "1.111.
|
|
58
|
-
"@tamagui/stacks": "1.111.
|
|
59
|
-
"@tamagui/toast": "1.111.
|
|
60
|
-
"tamagui": "1.111.
|
|
44
|
+
"@tamagui/avatar": "1.111.4",
|
|
45
|
+
"@tamagui/button": "1.111.4",
|
|
46
|
+
"@tamagui/config": "1.111.4",
|
|
47
|
+
"@tamagui/core": "1.111.4",
|
|
48
|
+
"@tamagui/list-item": "1.111.4",
|
|
49
|
+
"@tamagui/logo": "1.111.4",
|
|
50
|
+
"@tamagui/lucide-icons": "1.111.4",
|
|
51
|
+
"@tamagui/menu": "1.111.4",
|
|
52
|
+
"@tamagui/popover": "1.111.4",
|
|
53
|
+
"@tamagui/progress": "1.111.4",
|
|
54
|
+
"@tamagui/radio-group": "1.111.4",
|
|
55
|
+
"@tamagui/select": "1.111.4",
|
|
56
|
+
"@tamagui/sheet": "1.111.4",
|
|
57
|
+
"@tamagui/slider": "1.111.4",
|
|
58
|
+
"@tamagui/stacks": "1.111.4",
|
|
59
|
+
"@tamagui/toast": "1.111.4",
|
|
60
|
+
"tamagui": "1.111.4"
|
|
61
61
|
},
|
|
62
62
|
"peerDependencies": {
|
|
63
63
|
"react": "*"
|
|
64
64
|
},
|
|
65
65
|
"devDependencies": {
|
|
66
|
-
"@tamagui/build": "1.111.
|
|
66
|
+
"@tamagui/build": "1.111.4",
|
|
67
67
|
"react": "^18.2.0 || ^19.0.0",
|
|
68
68
|
"react-dom": "^18.2.0 || ^19.0.0"
|
|
69
69
|
},
|