@tamagui/elements 2.0.0-1768586279389 → 2.0.0-1768696252732
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 +7 -7
- package/dist/cjs/index.js +7 -7
- package/dist/cjs/index.js.map +1 -1
- package/dist/cjs/index.native.js +7 -7
- package/dist/cjs/index.native.js.map +1 -1
- package/dist/esm/index.js +7 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/index.mjs +7 -7
- package/dist/esm/index.mjs.map +1 -1
- package/dist/esm/index.native.js +7 -7
- package/dist/esm/index.native.js.map +1 -1
- package/dist/jsx/index.js +7 -7
- package/dist/jsx/index.js.map +1 -1
- package/dist/jsx/index.mjs +7 -7
- package/dist/jsx/index.mjs.map +1 -1
- package/dist/jsx/index.native.js +7 -7
- package/dist/jsx/index.native.js.map +1 -1
- package/package.json +3 -3
- package/src/index.ts +7 -7
package/dist/cjs/index.cjs
CHANGED
|
@@ -32,41 +32,41 @@ module.exports = __toCommonJS(index_exports);
|
|
|
32
32
|
var import_core = require("@tamagui/core");
|
|
33
33
|
const Section = (0, import_core.styled)(import_core.View, {
|
|
34
34
|
name: "Section",
|
|
35
|
-
|
|
35
|
+
render: "section",
|
|
36
36
|
flexDirection: "column",
|
|
37
37
|
accessibilityRole: "summary"
|
|
38
38
|
}),
|
|
39
39
|
Article = (0, import_core.styled)(import_core.View, {
|
|
40
40
|
name: "Article",
|
|
41
|
-
|
|
41
|
+
render: "article",
|
|
42
42
|
flexDirection: "column"
|
|
43
43
|
}),
|
|
44
44
|
Main = (0, import_core.styled)(import_core.View, {
|
|
45
45
|
name: "Main",
|
|
46
|
-
|
|
46
|
+
render: "main",
|
|
47
47
|
flexDirection: "column"
|
|
48
48
|
}),
|
|
49
49
|
Header = (0, import_core.styled)(import_core.View, {
|
|
50
50
|
name: "Header",
|
|
51
|
-
|
|
51
|
+
render: "header",
|
|
52
52
|
accessibilityRole: "header",
|
|
53
53
|
flexDirection: "column"
|
|
54
54
|
}),
|
|
55
55
|
Aside = (0, import_core.styled)(import_core.View, {
|
|
56
56
|
name: "Aside",
|
|
57
|
-
|
|
57
|
+
render: "aside",
|
|
58
58
|
flexDirection: "column"
|
|
59
59
|
// accessibilityRole: 'complementary',
|
|
60
60
|
}),
|
|
61
61
|
Footer = (0, import_core.styled)(import_core.View, {
|
|
62
62
|
name: "Footer",
|
|
63
|
-
|
|
63
|
+
render: "footer",
|
|
64
64
|
flexDirection: "column"
|
|
65
65
|
// accessibilityRole: 'contentinfo',
|
|
66
66
|
}),
|
|
67
67
|
Nav = (0, import_core.styled)(import_core.View, {
|
|
68
68
|
name: "Nav",
|
|
69
|
-
|
|
69
|
+
render: "nav",
|
|
70
70
|
flexDirection: "column"
|
|
71
71
|
// accessibilityRole: 'navigation',
|
|
72
72
|
});
|
package/dist/cjs/index.js
CHANGED
|
@@ -26,35 +26,35 @@ module.exports = __toCommonJS(index_exports);
|
|
|
26
26
|
var import_core = require("@tamagui/core");
|
|
27
27
|
const Section = (0, import_core.styled)(import_core.View, {
|
|
28
28
|
name: "Section",
|
|
29
|
-
|
|
29
|
+
render: "section",
|
|
30
30
|
flexDirection: "column",
|
|
31
31
|
accessibilityRole: "summary"
|
|
32
32
|
}), Article = (0, import_core.styled)(import_core.View, {
|
|
33
33
|
name: "Article",
|
|
34
|
-
|
|
34
|
+
render: "article",
|
|
35
35
|
flexDirection: "column"
|
|
36
36
|
}), Main = (0, import_core.styled)(import_core.View, {
|
|
37
37
|
name: "Main",
|
|
38
|
-
|
|
38
|
+
render: "main",
|
|
39
39
|
flexDirection: "column"
|
|
40
40
|
}), Header = (0, import_core.styled)(import_core.View, {
|
|
41
41
|
name: "Header",
|
|
42
|
-
|
|
42
|
+
render: "header",
|
|
43
43
|
accessibilityRole: "header",
|
|
44
44
|
flexDirection: "column"
|
|
45
45
|
}), Aside = (0, import_core.styled)(import_core.View, {
|
|
46
46
|
name: "Aside",
|
|
47
|
-
|
|
47
|
+
render: "aside",
|
|
48
48
|
flexDirection: "column"
|
|
49
49
|
// accessibilityRole: 'complementary',
|
|
50
50
|
}), Footer = (0, import_core.styled)(import_core.View, {
|
|
51
51
|
name: "Footer",
|
|
52
|
-
|
|
52
|
+
render: "footer",
|
|
53
53
|
flexDirection: "column"
|
|
54
54
|
// accessibilityRole: 'contentinfo',
|
|
55
55
|
}), Nav = (0, import_core.styled)(import_core.View, {
|
|
56
56
|
name: "Nav",
|
|
57
|
-
|
|
57
|
+
render: "nav",
|
|
58
58
|
flexDirection: "column"
|
|
59
59
|
// accessibilityRole: 'navigation',
|
|
60
60
|
});
|
package/dist/cjs/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAEtB,MAAM,cAAU,oBAAO,kBAAM;AAAA,EAClC,MAAM;AAAA,EACN,
|
|
4
|
+
"mappings": ";;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B;AAEtB,MAAM,cAAU,oBAAO,kBAAM;AAAA,EAClC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,mBAAmB;AACrB,CAAC,GAEY,cAAU,oBAAO,kBAAM;AAAA,EAClC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AACjB,CAAC,GAEY,WAAO,oBAAO,kBAAM;AAAA,EAC/B,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AACjB,CAAC,GAEY,aAAS,oBAAO,kBAAM;AAAA,EACjC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,mBAAmB;AAAA,EACnB,eAAe;AACjB,CAAC,GAEY,YAAQ,oBAAO,kBAAM;AAAA,EAChC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC,GAEY,aAAS,oBAAO,kBAAM;AAAA,EACjC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC,GAEY,UAAM,oBAAO,kBAAM;AAAA,EAC9B,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/cjs/index.native.js
CHANGED
|
@@ -34,39 +34,39 @@ module.exports = __toCommonJS(index_exports);
|
|
|
34
34
|
var import_core = require("@tamagui/core"),
|
|
35
35
|
Section = (0, import_core.styled)(import_core.View, {
|
|
36
36
|
name: "Section",
|
|
37
|
-
|
|
37
|
+
render: "section",
|
|
38
38
|
flexDirection: "column",
|
|
39
39
|
accessibilityRole: "summary"
|
|
40
40
|
}),
|
|
41
41
|
Article = (0, import_core.styled)(import_core.View, {
|
|
42
42
|
name: "Article",
|
|
43
|
-
|
|
43
|
+
render: "article",
|
|
44
44
|
flexDirection: "column"
|
|
45
45
|
}),
|
|
46
46
|
Main = (0, import_core.styled)(import_core.View, {
|
|
47
47
|
name: "Main",
|
|
48
|
-
|
|
48
|
+
render: "main",
|
|
49
49
|
flexDirection: "column"
|
|
50
50
|
}),
|
|
51
51
|
Header = (0, import_core.styled)(import_core.View, {
|
|
52
52
|
name: "Header",
|
|
53
|
-
|
|
53
|
+
render: "header",
|
|
54
54
|
accessibilityRole: "header",
|
|
55
55
|
flexDirection: "column"
|
|
56
56
|
}),
|
|
57
57
|
Aside = (0, import_core.styled)(import_core.View, {
|
|
58
58
|
name: "Aside",
|
|
59
|
-
|
|
59
|
+
render: "aside",
|
|
60
60
|
flexDirection: "column"
|
|
61
61
|
}),
|
|
62
62
|
Footer = (0, import_core.styled)(import_core.View, {
|
|
63
63
|
name: "Footer",
|
|
64
|
-
|
|
64
|
+
render: "footer",
|
|
65
65
|
flexDirection: "column"
|
|
66
66
|
}),
|
|
67
67
|
Nav = (0, import_core.styled)(import_core.View, {
|
|
68
68
|
name: "Nav",
|
|
69
|
-
|
|
69
|
+
render: "nav",
|
|
70
70
|
flexDirection: "column"
|
|
71
71
|
});
|
|
72
72
|
//# sourceMappingURL=index.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","__export","Article","Aside","Footer","Header","Main","Nav","Section","module","exports","import_core","require","styled","View","name","
|
|
1
|
+
{"version":3,"names":["__toCommonJS","mod","__copyProps","__defProp","value","index_exports","__export","Article","Aside","Footer","Header","Main","Nav","Section","module","exports","import_core","require","styled","View","name","render","flexDirection","accessibilityRole"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":";;;;;;;;;;;;;;;;;;;AAAA,IAAAA,YAAA,GAAAC,GAAA,IAAAC,WAAA,CAAAC,SAAA;EAAAC,KAAA;AAAA,IAAAH,GAAA;AAAA,IAAAI,aAAA;AAAAC,QAAA,CAAAD,aAAA;EAAAE,OAAA,EAAAA,CAAA,KAAAA,OAAA;EAAAC,KAAA,EAAAA,CAAA,KAAAA,KAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,MAAA,EAAAA,CAAA,KAAAA,MAAA;EAAAC,IAAA,EAAAA,CAAA,KAAAA,IAAA;EAAAC,GAAA,EAAAA,CAAA,KAAAA,GAAA;EAAAC,OAAA,EAAAA,CAAA,KAAAA;AAAA;AAAAC,MAAA,CAAAC,OAAA,GAAAf,YAA6B,CAAAK,aAAA;AAEtB,IAAAW,WAAM,GAAAC,OAAU,gBAAO;EAAAJ,OAAA,OAAMG,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAClCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYhB,OAAA,OAAUS,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAClCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYX,IAAA,OAAOK,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAC/BC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYZ,MAAA,OAASM,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IACjCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYd,KAAA,OAAQQ,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAChCC,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EAAA;EAAAb,MAAA,OAAAO,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAEhBC,IAEY;IACXC,MAAM;IACNC,aAAQ;EAAA,EACR;EAAAV,GAAA,OAAAI,WAAe,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAAAC,IAAA;IAEhBC,MAEY,OAAM;IACjBC,aAAM;EAAA,EACN","ignoreList":[]}
|
package/dist/esm/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { View, styled } from "@tamagui/core";
|
|
2
2
|
const Section = styled(View, {
|
|
3
3
|
name: "Section",
|
|
4
|
-
|
|
4
|
+
render: "section",
|
|
5
5
|
flexDirection: "column",
|
|
6
6
|
accessibilityRole: "summary"
|
|
7
7
|
}), Article = styled(View, {
|
|
8
8
|
name: "Article",
|
|
9
|
-
|
|
9
|
+
render: "article",
|
|
10
10
|
flexDirection: "column"
|
|
11
11
|
}), Main = styled(View, {
|
|
12
12
|
name: "Main",
|
|
13
|
-
|
|
13
|
+
render: "main",
|
|
14
14
|
flexDirection: "column"
|
|
15
15
|
}), Header = styled(View, {
|
|
16
16
|
name: "Header",
|
|
17
|
-
|
|
17
|
+
render: "header",
|
|
18
18
|
accessibilityRole: "header",
|
|
19
19
|
flexDirection: "column"
|
|
20
20
|
}), Aside = styled(View, {
|
|
21
21
|
name: "Aside",
|
|
22
|
-
|
|
22
|
+
render: "aside",
|
|
23
23
|
flexDirection: "column"
|
|
24
24
|
// accessibilityRole: 'complementary',
|
|
25
25
|
}), Footer = styled(View, {
|
|
26
26
|
name: "Footer",
|
|
27
|
-
|
|
27
|
+
render: "footer",
|
|
28
28
|
flexDirection: "column"
|
|
29
29
|
// accessibilityRole: 'contentinfo',
|
|
30
30
|
}), Nav = styled(View, {
|
|
31
31
|
name: "Nav",
|
|
32
|
-
|
|
32
|
+
render: "nav",
|
|
33
33
|
flexDirection: "column"
|
|
34
34
|
// accessibilityRole: 'navigation',
|
|
35
35
|
});
|
package/dist/esm/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "AAAA,SAAS,MAAM,cAAc;AAEtB,MAAM,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,
|
|
4
|
+
"mappings": "AAAA,SAAS,MAAM,cAAc;AAEtB,MAAM,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,mBAAmB;AACrB,CAAC,GAEY,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AACjB,CAAC,GAEY,OAAO,OAAO,MAAM;AAAA,EAC/B,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AACjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,mBAAmB;AAAA,EACnB,eAAe;AACjB,CAAC,GAEY,QAAQ,OAAO,MAAM;AAAA,EAChC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC,GAEY,MAAM,OAAO,MAAM;AAAA,EAC9B,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/esm/index.mjs
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import { View, styled } from "@tamagui/core";
|
|
2
2
|
const Section = styled(View, {
|
|
3
3
|
name: "Section",
|
|
4
|
-
|
|
4
|
+
render: "section",
|
|
5
5
|
flexDirection: "column",
|
|
6
6
|
accessibilityRole: "summary"
|
|
7
7
|
}),
|
|
8
8
|
Article = styled(View, {
|
|
9
9
|
name: "Article",
|
|
10
|
-
|
|
10
|
+
render: "article",
|
|
11
11
|
flexDirection: "column"
|
|
12
12
|
}),
|
|
13
13
|
Main = styled(View, {
|
|
14
14
|
name: "Main",
|
|
15
|
-
|
|
15
|
+
render: "main",
|
|
16
16
|
flexDirection: "column"
|
|
17
17
|
}),
|
|
18
18
|
Header = styled(View, {
|
|
19
19
|
name: "Header",
|
|
20
|
-
|
|
20
|
+
render: "header",
|
|
21
21
|
accessibilityRole: "header",
|
|
22
22
|
flexDirection: "column"
|
|
23
23
|
}),
|
|
24
24
|
Aside = styled(View, {
|
|
25
25
|
name: "Aside",
|
|
26
|
-
|
|
26
|
+
render: "aside",
|
|
27
27
|
flexDirection: "column"
|
|
28
28
|
// accessibilityRole: 'complementary',
|
|
29
29
|
}),
|
|
30
30
|
Footer = styled(View, {
|
|
31
31
|
name: "Footer",
|
|
32
|
-
|
|
32
|
+
render: "footer",
|
|
33
33
|
flexDirection: "column"
|
|
34
34
|
// accessibilityRole: 'contentinfo',
|
|
35
35
|
}),
|
|
36
36
|
Nav = styled(View, {
|
|
37
37
|
name: "Nav",
|
|
38
|
-
|
|
38
|
+
render: "nav",
|
|
39
39
|
flexDirection: "column"
|
|
40
40
|
// accessibilityRole: 'navigation',
|
|
41
41
|
});
|
package/dist/esm/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","styled","Section","name","
|
|
1
|
+
{"version":3,"names":["View","styled","Section","name","render","flexDirection","accessibilityRole","Article","Main","Header","Aside","Footer","Nav"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,IAAA,EAAMC,MAAA,QAAc;AAEtB,MAAMC,OAAA,GAAUD,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYC,OAAA,GAAUN,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYG,IAAA,GAAOP,MAAA,CAAOD,IAAA,EAAM;IAC/BG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYI,MAAA,GAASR,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYK,KAAA,GAAQT,MAAA,CAAOD,IAAA,EAAM;IAChCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYM,MAAA,GAASV,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYO,GAAA,GAAMX,MAAA,CAAOD,IAAA,EAAM;IAC9BG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IAAA;EAEjB,CAAC","ignoreList":[]}
|
package/dist/esm/index.native.js
CHANGED
|
@@ -1,39 +1,39 @@
|
|
|
1
1
|
import { View, styled } from "@tamagui/core";
|
|
2
2
|
var Section = styled(View, {
|
|
3
3
|
name: "Section",
|
|
4
|
-
|
|
4
|
+
render: "section",
|
|
5
5
|
flexDirection: "column",
|
|
6
6
|
accessibilityRole: "summary"
|
|
7
7
|
}),
|
|
8
8
|
Article = styled(View, {
|
|
9
9
|
name: "Article",
|
|
10
|
-
|
|
10
|
+
render: "article",
|
|
11
11
|
flexDirection: "column"
|
|
12
12
|
}),
|
|
13
13
|
Main = styled(View, {
|
|
14
14
|
name: "Main",
|
|
15
|
-
|
|
15
|
+
render: "main",
|
|
16
16
|
flexDirection: "column"
|
|
17
17
|
}),
|
|
18
18
|
Header = styled(View, {
|
|
19
19
|
name: "Header",
|
|
20
|
-
|
|
20
|
+
render: "header",
|
|
21
21
|
accessibilityRole: "header",
|
|
22
22
|
flexDirection: "column"
|
|
23
23
|
}),
|
|
24
24
|
Aside = styled(View, {
|
|
25
25
|
name: "Aside",
|
|
26
|
-
|
|
26
|
+
render: "aside",
|
|
27
27
|
flexDirection: "column"
|
|
28
28
|
}),
|
|
29
29
|
Footer = styled(View, {
|
|
30
30
|
name: "Footer",
|
|
31
|
-
|
|
31
|
+
render: "footer",
|
|
32
32
|
flexDirection: "column"
|
|
33
33
|
}),
|
|
34
34
|
Nav = styled(View, {
|
|
35
35
|
name: "Nav",
|
|
36
|
-
|
|
36
|
+
render: "nav",
|
|
37
37
|
flexDirection: "column"
|
|
38
38
|
});
|
|
39
39
|
export { Article, Aside, Footer, Header, Main, Nav, Section };
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","styled","Section","name","
|
|
1
|
+
{"version":3,"names":["View","styled","Section","name","render","flexDirection","accessibilityRole","Article","Main","Header","Aside","Footer","Nav"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,IAAA,EAAMC,MAAA,QAAc;AAEtB,IAAAC,OAAM,GAAAD,MAAU,CAAAD,IAAO;IAC5BG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYC,OAAA,GAAUN,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYG,IAAA,GAAOP,MAAA,CAAOD,IAAA,EAAM;IAC/BG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYI,MAAA,GAASR,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYK,KAAA,GAAQT,MAAA,CAAOD,IAAA,EAAM;IAChCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EAAA;EAAAM,MAAA,GAAAV,MAAA,CAAAD,IAAA;IAEhBG,IAEY,UAAS;IACpBC,MAAM;IACNC,aAAQ;EAAA,EACR;EAAAO,GAAA,GAAAX,MAAA,CAAeD,IAAA;IAAAG,IAAA;IAEhBC,MAEY,EAAM;IACjBC,aAAM;EAAA,EACN;AAAQ,SACOE,OAAA,EAEhBG,KAAA,E","ignoreList":[]}
|
package/dist/jsx/index.js
CHANGED
|
@@ -1,35 +1,35 @@
|
|
|
1
1
|
import { View, styled } from "@tamagui/core";
|
|
2
2
|
const Section = styled(View, {
|
|
3
3
|
name: "Section",
|
|
4
|
-
|
|
4
|
+
render: "section",
|
|
5
5
|
flexDirection: "column",
|
|
6
6
|
accessibilityRole: "summary"
|
|
7
7
|
}), Article = styled(View, {
|
|
8
8
|
name: "Article",
|
|
9
|
-
|
|
9
|
+
render: "article",
|
|
10
10
|
flexDirection: "column"
|
|
11
11
|
}), Main = styled(View, {
|
|
12
12
|
name: "Main",
|
|
13
|
-
|
|
13
|
+
render: "main",
|
|
14
14
|
flexDirection: "column"
|
|
15
15
|
}), Header = styled(View, {
|
|
16
16
|
name: "Header",
|
|
17
|
-
|
|
17
|
+
render: "header",
|
|
18
18
|
accessibilityRole: "header",
|
|
19
19
|
flexDirection: "column"
|
|
20
20
|
}), Aside = styled(View, {
|
|
21
21
|
name: "Aside",
|
|
22
|
-
|
|
22
|
+
render: "aside",
|
|
23
23
|
flexDirection: "column"
|
|
24
24
|
// accessibilityRole: 'complementary',
|
|
25
25
|
}), Footer = styled(View, {
|
|
26
26
|
name: "Footer",
|
|
27
|
-
|
|
27
|
+
render: "footer",
|
|
28
28
|
flexDirection: "column"
|
|
29
29
|
// accessibilityRole: 'contentinfo',
|
|
30
30
|
}), Nav = styled(View, {
|
|
31
31
|
name: "Nav",
|
|
32
|
-
|
|
32
|
+
render: "nav",
|
|
33
33
|
flexDirection: "column"
|
|
34
34
|
// accessibilityRole: 'navigation',
|
|
35
35
|
});
|
package/dist/jsx/index.js.map
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "AAAA,SAAS,MAAM,cAAc;AAEtB,MAAM,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,
|
|
4
|
+
"mappings": "AAAA,SAAS,MAAM,cAAc;AAEtB,MAAM,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA,EACf,mBAAmB;AACrB,CAAC,GAEY,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AACjB,CAAC,GAEY,OAAO,OAAO,MAAM;AAAA,EAC/B,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AACjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,mBAAmB;AAAA,EACnB,eAAe;AACjB,CAAC,GAEY,QAAQ,OAAO,MAAM;AAAA,EAChC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC,GAEY,MAAM,OAAO,MAAM;AAAA,EAC9B,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,eAAe;AAAA;AAEjB,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/jsx/index.mjs
CHANGED
|
@@ -1,41 +1,41 @@
|
|
|
1
1
|
import { View, styled } from "@tamagui/core";
|
|
2
2
|
const Section = styled(View, {
|
|
3
3
|
name: "Section",
|
|
4
|
-
|
|
4
|
+
render: "section",
|
|
5
5
|
flexDirection: "column",
|
|
6
6
|
accessibilityRole: "summary"
|
|
7
7
|
}),
|
|
8
8
|
Article = styled(View, {
|
|
9
9
|
name: "Article",
|
|
10
|
-
|
|
10
|
+
render: "article",
|
|
11
11
|
flexDirection: "column"
|
|
12
12
|
}),
|
|
13
13
|
Main = styled(View, {
|
|
14
14
|
name: "Main",
|
|
15
|
-
|
|
15
|
+
render: "main",
|
|
16
16
|
flexDirection: "column"
|
|
17
17
|
}),
|
|
18
18
|
Header = styled(View, {
|
|
19
19
|
name: "Header",
|
|
20
|
-
|
|
20
|
+
render: "header",
|
|
21
21
|
accessibilityRole: "header",
|
|
22
22
|
flexDirection: "column"
|
|
23
23
|
}),
|
|
24
24
|
Aside = styled(View, {
|
|
25
25
|
name: "Aside",
|
|
26
|
-
|
|
26
|
+
render: "aside",
|
|
27
27
|
flexDirection: "column"
|
|
28
28
|
// accessibilityRole: 'complementary',
|
|
29
29
|
}),
|
|
30
30
|
Footer = styled(View, {
|
|
31
31
|
name: "Footer",
|
|
32
|
-
|
|
32
|
+
render: "footer",
|
|
33
33
|
flexDirection: "column"
|
|
34
34
|
// accessibilityRole: 'contentinfo',
|
|
35
35
|
}),
|
|
36
36
|
Nav = styled(View, {
|
|
37
37
|
name: "Nav",
|
|
38
|
-
|
|
38
|
+
render: "nav",
|
|
39
39
|
flexDirection: "column"
|
|
40
40
|
// accessibilityRole: 'navigation',
|
|
41
41
|
});
|
package/dist/jsx/index.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["View","styled","Section","name","
|
|
1
|
+
{"version":3,"names":["View","styled","Section","name","render","flexDirection","accessibilityRole","Article","Main","Header","Aside","Footer","Nav"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,SAASA,IAAA,EAAMC,MAAA,QAAc;AAEtB,MAAMC,OAAA,GAAUD,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYC,OAAA,GAAUN,MAAA,CAAOD,IAAA,EAAM;IAClCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYG,IAAA,GAAOP,MAAA,CAAOD,IAAA,EAAM;IAC/BG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;EACjB,CAAC;EAEYI,MAAA,GAASR,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYK,KAAA,GAAQT,MAAA,CAAOD,IAAA,EAAM;IAChCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYM,MAAA,GAASV,MAAA,CAAOD,IAAA,EAAM;IACjCG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IAAA;EAEjB,CAAC;EAEYO,GAAA,GAAMX,MAAA,CAAOD,IAAA,EAAM;IAC9BG,IAAA,EAAM;IACNC,MAAA,EAAQ;IACRC,aAAA,EAAe;IAAA;EAEjB,CAAC","ignoreList":[]}
|
package/dist/jsx/index.native.js
CHANGED
|
@@ -34,39 +34,39 @@ module.exports = __toCommonJS(index_exports);
|
|
|
34
34
|
var import_core = require("@tamagui/core"),
|
|
35
35
|
Section = (0, import_core.styled)(import_core.View, {
|
|
36
36
|
name: "Section",
|
|
37
|
-
|
|
37
|
+
render: "section",
|
|
38
38
|
flexDirection: "column",
|
|
39
39
|
accessibilityRole: "summary"
|
|
40
40
|
}),
|
|
41
41
|
Article = (0, import_core.styled)(import_core.View, {
|
|
42
42
|
name: "Article",
|
|
43
|
-
|
|
43
|
+
render: "article",
|
|
44
44
|
flexDirection: "column"
|
|
45
45
|
}),
|
|
46
46
|
Main = (0, import_core.styled)(import_core.View, {
|
|
47
47
|
name: "Main",
|
|
48
|
-
|
|
48
|
+
render: "main",
|
|
49
49
|
flexDirection: "column"
|
|
50
50
|
}),
|
|
51
51
|
Header = (0, import_core.styled)(import_core.View, {
|
|
52
52
|
name: "Header",
|
|
53
|
-
|
|
53
|
+
render: "header",
|
|
54
54
|
accessibilityRole: "header",
|
|
55
55
|
flexDirection: "column"
|
|
56
56
|
}),
|
|
57
57
|
Aside = (0, import_core.styled)(import_core.View, {
|
|
58
58
|
name: "Aside",
|
|
59
|
-
|
|
59
|
+
render: "aside",
|
|
60
60
|
flexDirection: "column"
|
|
61
61
|
}),
|
|
62
62
|
Footer = (0, import_core.styled)(import_core.View, {
|
|
63
63
|
name: "Footer",
|
|
64
|
-
|
|
64
|
+
render: "footer",
|
|
65
65
|
flexDirection: "column"
|
|
66
66
|
}),
|
|
67
67
|
Nav = (0, import_core.styled)(import_core.View, {
|
|
68
68
|
name: "Nav",
|
|
69
|
-
|
|
69
|
+
render: "nav",
|
|
70
70
|
flexDirection: "column"
|
|
71
71
|
});
|
|
72
72
|
//# sourceMappingURL=index.native.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","index_exports","Article","Aside","Footer","Header","Main","Nav","Section","module","exports","import_core","require","styled","View","
|
|
1
|
+
{"version":3,"names":["__defProp","Object","defineProperty","__getOwnPropDesc","getOwnPropertyDescriptor","__getOwnPropNames","getOwnPropertyNames","__hasOwnProp","prototype","hasOwnProperty","__export","target","all","name","get","enumerable","__copyProps","to","from","except","desc","key","call","__toCommonJS","mod","value","index_exports","Article","Aside","Footer","Header","Main","Nav","Section","module","exports","import_core","require","styled","View","render","flexDirection","accessibilityRole"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAAA,YAAS;;AAEF,IAAAA,SAAM,GAAUC,MAAA,CAAOC,cAAM;AAAA,IAClCC,gBAAM,GAAAF,MAAA,CAAAG,wBAAA;AAAA,IACNC,iBAAQ,GAAAJ,MAAA,CAAAK,mBAAA;AAAA,IACRC,YAAA,GAAeN,MAAA,CAAAO,SAAA,CAAAC,cAAA;AAAA,IACfC,QAAA,GAAAA,CAAAC,MAAmB,EAAAC,GAAA;IACpB,KAEY,IAAAC,IAAU,IAAAD,GAAO,EAC5BZ,SAAM,CAAAW,MAAA,EAAAE,IAAA;MAAAC,GAAA,EAAAF,GAAA,CAAAC,IAAA;MAAAE,UAAA;IAAA;EAAA;EACNC,WAAQ,GAAAA,CAAAC,EAAA,EAAAC,IAAA,EAAAC,MAAA,EAAAC,IAAA;IACR,IAAAF,IAAA,WAAeA,IAAA,uBAAAA,IAAA,gBAGJ,SAAOG,GAAA,IAAOhB,iBAAM,CAAAa,IAAA,GAC/B,CAAAX,YAAM,CAAAe,IAAA,CAAAL,EAAA,EAAAI,GAAA,KAAAA,GAAA,KAAAF,MAAA,IAAAnB,SAAA,CAAAiB,EAAA,EAAAI,GAAA;MAAAP,GAAA,EAAAA,CAAA,KAAAI,IAAA,CAAAG,GAAA;MAAAN,UAAA,IAAAK,IAAA,GAAAjB,gBAAA,CAAAe,IAAA,EAAAG,GAAA,MAAAD,IAAA,CAAAL;IAAA;IACN,OAAAE,EAAQ;EAAA;AAEV,IAEaM,YAAS,GAAOC,GAAA,IAAMR,WAAA,CAAAhB,SAAA;EAAAyB,KAAA;AAAA,IAAAD,GAAA;AAAA,IACjCE,aAAM;AAAAhB,QACN,CAAAgB,aAAQ;EACRC,OAAA,EAAAA,CAAA,KAAAA,OAAmB;EACnBC,KAAA,EAAAA,CAAA,KAAAA,KAAe;EAChBC,MAEY,EAAAA,CAAA,KAAQA,MAAO;EAC1BC,MAAM,EAAAA,CAAA,KAAAA,MAAA;EACNC,IAAA,EAAAA,CAAA,KAAQA,IAAA;EACRC,GAAA,EAAAA,CAAA,KAAAA,GAAA;EAAeC,OAAA,EAAAA,CAAA,KAAAA;AAEjB,CAAC;AAEkCC,MACjC,CAAAC,OAAM,GAAAZ,YAAA,CAAAG,aAAA;AAAA,IACNU,WAAQ,GAAAC,OAAA;EAAAJ,OAAA,OAAAG,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IACR1B,IAAA,WAAe;IAAA2B,MAAA;IAEhBC,aAEkB,EAAO,QAAM;IAC9BC,iBAAM;EAAA,EACN;EAAAf,OAAQ,OAAAS,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IACR1B,IAAA,WAAe;IAAA2B,MAAA;IAEhBC,aAAA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/elements",
|
|
3
|
-
"version": "2.0.0-
|
|
3
|
+
"version": "2.0.0-1768696252732",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"sideEffects": [
|
|
6
6
|
"*.css"
|
|
@@ -39,13 +39,13 @@
|
|
|
39
39
|
}
|
|
40
40
|
},
|
|
41
41
|
"dependencies": {
|
|
42
|
-
"@tamagui/core": "2.0.0-
|
|
42
|
+
"@tamagui/core": "2.0.0-1768696252732"
|
|
43
43
|
},
|
|
44
44
|
"peerDependencies": {
|
|
45
45
|
"react": "*"
|
|
46
46
|
},
|
|
47
47
|
"devDependencies": {
|
|
48
|
-
"@tamagui/build": "2.0.0-
|
|
48
|
+
"@tamagui/build": "2.0.0-1768696252732",
|
|
49
49
|
"react": "*"
|
|
50
50
|
},
|
|
51
51
|
"publishConfig": {
|
package/src/index.ts
CHANGED
|
@@ -2,47 +2,47 @@ import { View, styled } from '@tamagui/core'
|
|
|
2
2
|
|
|
3
3
|
export const Section = styled(View, {
|
|
4
4
|
name: 'Section',
|
|
5
|
-
|
|
5
|
+
render: 'section',
|
|
6
6
|
flexDirection: 'column',
|
|
7
7
|
accessibilityRole: 'summary',
|
|
8
8
|
})
|
|
9
9
|
|
|
10
10
|
export const Article = styled(View, {
|
|
11
11
|
name: 'Article',
|
|
12
|
-
|
|
12
|
+
render: 'article',
|
|
13
13
|
flexDirection: 'column',
|
|
14
14
|
})
|
|
15
15
|
|
|
16
16
|
export const Main = styled(View, {
|
|
17
17
|
name: 'Main',
|
|
18
|
-
|
|
18
|
+
render: 'main',
|
|
19
19
|
flexDirection: 'column',
|
|
20
20
|
})
|
|
21
21
|
|
|
22
22
|
export const Header = styled(View, {
|
|
23
23
|
name: 'Header',
|
|
24
|
-
|
|
24
|
+
render: 'header',
|
|
25
25
|
accessibilityRole: 'header',
|
|
26
26
|
flexDirection: 'column',
|
|
27
27
|
})
|
|
28
28
|
|
|
29
29
|
export const Aside = styled(View, {
|
|
30
30
|
name: 'Aside',
|
|
31
|
-
|
|
31
|
+
render: 'aside',
|
|
32
32
|
flexDirection: 'column',
|
|
33
33
|
// accessibilityRole: 'complementary',
|
|
34
34
|
})
|
|
35
35
|
|
|
36
36
|
export const Footer = styled(View, {
|
|
37
37
|
name: 'Footer',
|
|
38
|
-
|
|
38
|
+
render: 'footer',
|
|
39
39
|
flexDirection: 'column',
|
|
40
40
|
// accessibilityRole: 'contentinfo',
|
|
41
41
|
})
|
|
42
42
|
|
|
43
43
|
export const Nav = styled(View, {
|
|
44
44
|
name: 'Nav',
|
|
45
|
-
|
|
45
|
+
render: 'nav',
|
|
46
46
|
flexDirection: 'column',
|
|
47
47
|
// accessibilityRole: 'navigation',
|
|
48
48
|
})
|