@tamagui/elements 1.88.22 → 1.88.23
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/esm/index.native.js
CHANGED
|
@@ -1,66 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 src_exports = {};
|
|
17
|
-
__export(src_exports, {
|
|
18
|
-
Article: () => Article,
|
|
19
|
-
Aside: () => Aside,
|
|
20
|
-
Footer: () => Footer,
|
|
21
|
-
Header: () => Header,
|
|
22
|
-
Main: () => Main,
|
|
23
|
-
Nav: () => Nav,
|
|
24
|
-
Section: () => Section
|
|
25
|
-
});
|
|
26
|
-
module.exports = __toCommonJS(src_exports);
|
|
27
|
-
var import_core = require("@tamagui/core");
|
|
28
|
-
const Section = (0, import_core.styled)(import_core.View, {
|
|
1
|
+
import { View, styled } from "@tamagui/core";
|
|
2
|
+
const Section = styled(View, {
|
|
29
3
|
name: "Section",
|
|
30
4
|
tag: "section",
|
|
31
5
|
flexDirection: "column",
|
|
32
6
|
accessibilityRole: "summary"
|
|
33
|
-
}), Article =
|
|
7
|
+
}), Article = styled(View, {
|
|
34
8
|
name: "Article",
|
|
35
9
|
tag: "article",
|
|
36
10
|
flexDirection: "column"
|
|
37
|
-
}), Main =
|
|
11
|
+
}), Main = styled(View, {
|
|
38
12
|
name: "Main",
|
|
39
13
|
tag: "main",
|
|
40
14
|
flexDirection: "column"
|
|
41
|
-
}), Header =
|
|
15
|
+
}), Header = styled(View, {
|
|
42
16
|
name: "Header",
|
|
43
17
|
tag: "header",
|
|
44
18
|
accessibilityRole: "header",
|
|
45
19
|
flexDirection: "column"
|
|
46
|
-
}), Aside =
|
|
20
|
+
}), Aside = styled(View, {
|
|
47
21
|
name: "Aside",
|
|
48
22
|
tag: "aside",
|
|
49
23
|
flexDirection: "column"
|
|
50
24
|
// accessibilityRole: 'complementary',
|
|
51
|
-
}), Footer =
|
|
25
|
+
}), Footer = styled(View, {
|
|
52
26
|
name: "Footer",
|
|
53
27
|
tag: "footer",
|
|
54
28
|
flexDirection: "column"
|
|
55
29
|
// accessibilityRole: 'contentinfo',
|
|
56
|
-
}), Nav =
|
|
30
|
+
}), Nav = styled(View, {
|
|
57
31
|
name: "Nav",
|
|
58
32
|
tag: "nav",
|
|
59
33
|
flexDirection: "column"
|
|
60
34
|
// accessibilityRole: 'navigation',
|
|
61
35
|
});
|
|
62
|
-
|
|
63
|
-
0 && (module.exports = {
|
|
36
|
+
export {
|
|
64
37
|
Article,
|
|
65
38
|
Aside,
|
|
66
39
|
Footer,
|
|
@@ -68,5 +41,5 @@ const Section = (0, import_core.styled)(import_core.View, {
|
|
|
68
41
|
Main,
|
|
69
42
|
Nav,
|
|
70
43
|
Section
|
|
71
|
-
}
|
|
44
|
+
};
|
|
72
45
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": "AAAA,SAAS,MAAM,cAAc;AAEtB,MAAM,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA,EACf,mBAAmB;AACrB,CAAC,GAEY,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACjB,CAAC,GAEY,OAAO,OAAO,MAAM;AAAA,EAC/B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,mBAAmB;AAAA,EACnB,eAAe;AACjB,CAAC,GAEY,QAAQ,OAAO,MAAM;AAAA,EAChC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA;AAEjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA;AAEjB,CAAC,GAEY,MAAM,OAAO,MAAM;AAAA,EAC9B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA;AAEjB,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/dist/jsx/index.native.js
CHANGED
|
@@ -1,66 +1,39 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
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 src_exports = {};
|
|
17
|
-
__export(src_exports, {
|
|
18
|
-
Article: () => Article,
|
|
19
|
-
Aside: () => Aside,
|
|
20
|
-
Footer: () => Footer,
|
|
21
|
-
Header: () => Header,
|
|
22
|
-
Main: () => Main,
|
|
23
|
-
Nav: () => Nav,
|
|
24
|
-
Section: () => Section
|
|
25
|
-
});
|
|
26
|
-
module.exports = __toCommonJS(src_exports);
|
|
27
|
-
var import_core = require("@tamagui/core");
|
|
28
|
-
const Section = (0, import_core.styled)(import_core.View, {
|
|
1
|
+
import { View, styled } from "@tamagui/core";
|
|
2
|
+
const Section = styled(View, {
|
|
29
3
|
name: "Section",
|
|
30
4
|
tag: "section",
|
|
31
5
|
flexDirection: "column",
|
|
32
6
|
accessibilityRole: "summary"
|
|
33
|
-
}), Article =
|
|
7
|
+
}), Article = styled(View, {
|
|
34
8
|
name: "Article",
|
|
35
9
|
tag: "article",
|
|
36
10
|
flexDirection: "column"
|
|
37
|
-
}), Main =
|
|
11
|
+
}), Main = styled(View, {
|
|
38
12
|
name: "Main",
|
|
39
13
|
tag: "main",
|
|
40
14
|
flexDirection: "column"
|
|
41
|
-
}), Header =
|
|
15
|
+
}), Header = styled(View, {
|
|
42
16
|
name: "Header",
|
|
43
17
|
tag: "header",
|
|
44
18
|
accessibilityRole: "header",
|
|
45
19
|
flexDirection: "column"
|
|
46
|
-
}), Aside =
|
|
20
|
+
}), Aside = styled(View, {
|
|
47
21
|
name: "Aside",
|
|
48
22
|
tag: "aside",
|
|
49
23
|
flexDirection: "column"
|
|
50
24
|
// accessibilityRole: 'complementary',
|
|
51
|
-
}), Footer =
|
|
25
|
+
}), Footer = styled(View, {
|
|
52
26
|
name: "Footer",
|
|
53
27
|
tag: "footer",
|
|
54
28
|
flexDirection: "column"
|
|
55
29
|
// accessibilityRole: 'contentinfo',
|
|
56
|
-
}), Nav =
|
|
30
|
+
}), Nav = styled(View, {
|
|
57
31
|
name: "Nav",
|
|
58
32
|
tag: "nav",
|
|
59
33
|
flexDirection: "column"
|
|
60
34
|
// accessibilityRole: 'navigation',
|
|
61
35
|
});
|
|
62
|
-
|
|
63
|
-
0 && (module.exports = {
|
|
36
|
+
export {
|
|
64
37
|
Article,
|
|
65
38
|
Aside,
|
|
66
39
|
Footer,
|
|
@@ -68,5 +41,5 @@ const Section = (0, import_core.styled)(import_core.View, {
|
|
|
68
41
|
Main,
|
|
69
42
|
Nav,
|
|
70
43
|
Section
|
|
71
|
-
}
|
|
44
|
+
};
|
|
72
45
|
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"version": 3,
|
|
3
3
|
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "
|
|
4
|
+
"mappings": "AAAA,SAAS,MAAM,cAAc;AAEtB,MAAM,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA,EACf,mBAAmB;AACrB,CAAC,GAEY,UAAU,OAAO,MAAM;AAAA,EAClC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACjB,CAAC,GAEY,OAAO,OAAO,MAAM;AAAA,EAC/B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,mBAAmB;AAAA,EACnB,eAAe;AACjB,CAAC,GAEY,QAAQ,OAAO,MAAM;AAAA,EAChC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA;AAEjB,CAAC,GAEY,SAAS,OAAO,MAAM;AAAA,EACjC,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA;AAEjB,CAAC,GAEY,MAAM,OAAO,MAAM;AAAA,EAC9B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA;AAEjB,CAAC;",
|
|
5
5
|
"names": []
|
|
6
6
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/elements",
|
|
3
|
-
"version": "1.88.
|
|
3
|
+
"version": "1.88.23",
|
|
4
4
|
"sideEffects": false,
|
|
5
5
|
"source": "src/index.ts",
|
|
6
6
|
"types": "./types/index.d.ts",
|
|
@@ -30,14 +30,14 @@
|
|
|
30
30
|
}
|
|
31
31
|
},
|
|
32
32
|
"dependencies": {
|
|
33
|
-
"@tamagui/core": "1.88.
|
|
33
|
+
"@tamagui/core": "1.88.23"
|
|
34
34
|
},
|
|
35
35
|
"peerDependencies": {
|
|
36
36
|
"react": "*",
|
|
37
37
|
"react-dom": "*"
|
|
38
38
|
},
|
|
39
39
|
"devDependencies": {
|
|
40
|
-
"@tamagui/build": "1.88.
|
|
40
|
+
"@tamagui/build": "1.88.23",
|
|
41
41
|
"react": "^18.2.0",
|
|
42
42
|
"react-dom": "^18.2.0"
|
|
43
43
|
},
|