@tamagui/elements 1.135.4 → 1.135.5
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.native.js
CHANGED
|
@@ -1,18 +1,25 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
+
|
|
2
3
|
var __defProp = Object.defineProperty;
|
|
3
4
|
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
4
5
|
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
5
6
|
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
6
7
|
var __export = (target, all) => {
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: !0
|
|
11
|
+
});
|
|
12
|
+
},
|
|
13
|
+
__copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
+
get: () => from[key],
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
+
value: !0
|
|
22
|
+
}), mod);
|
|
16
23
|
var index_exports = {};
|
|
17
24
|
__export(index_exports, {
|
|
18
25
|
Article: () => Article,
|
|
@@ -24,45 +31,42 @@ __export(index_exports, {
|
|
|
24
31
|
Section: () => Section
|
|
25
32
|
});
|
|
26
33
|
module.exports = __toCommonJS(index_exports);
|
|
27
|
-
var import_core = require("@tamagui/core"),
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
}),
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
Section
|
|
67
|
-
});
|
|
68
|
-
//# sourceMappingURL=index.js.map
|
|
34
|
+
var import_core = require("@tamagui/core"),
|
|
35
|
+
Section = (0, import_core.styled)(import_core.View, {
|
|
36
|
+
name: "Section",
|
|
37
|
+
tag: "section",
|
|
38
|
+
flexDirection: "column",
|
|
39
|
+
accessibilityRole: "summary"
|
|
40
|
+
}),
|
|
41
|
+
Article = (0, import_core.styled)(import_core.View, {
|
|
42
|
+
name: "Article",
|
|
43
|
+
tag: "article",
|
|
44
|
+
flexDirection: "column"
|
|
45
|
+
}),
|
|
46
|
+
Main = (0, import_core.styled)(import_core.View, {
|
|
47
|
+
name: "Main",
|
|
48
|
+
tag: "main",
|
|
49
|
+
flexDirection: "column"
|
|
50
|
+
}),
|
|
51
|
+
Header = (0, import_core.styled)(import_core.View, {
|
|
52
|
+
name: "Header",
|
|
53
|
+
tag: "header",
|
|
54
|
+
accessibilityRole: "header",
|
|
55
|
+
flexDirection: "column"
|
|
56
|
+
}),
|
|
57
|
+
Aside = (0, import_core.styled)(import_core.View, {
|
|
58
|
+
name: "Aside",
|
|
59
|
+
tag: "aside",
|
|
60
|
+
flexDirection: "column"
|
|
61
|
+
}),
|
|
62
|
+
Footer = (0, import_core.styled)(import_core.View, {
|
|
63
|
+
name: "Footer",
|
|
64
|
+
tag: "footer",
|
|
65
|
+
flexDirection: "column"
|
|
66
|
+
}),
|
|
67
|
+
Nav = (0, import_core.styled)(import_core.View, {
|
|
68
|
+
name: "Nav",
|
|
69
|
+
tag: "nav",
|
|
70
|
+
flexDirection: "column"
|
|
71
|
+
});
|
|
72
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": ";;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,kBAA6B,0BAClB,cAAU,oBAAO,kBAAM;AAAA,EAC9B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA,EACf,mBAAmB;AACvB,CAAC,GACU,cAAU,oBAAO,kBAAM;AAAA,EAC9B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GACU,WAAO,oBAAO,kBAAM;AAAA,EAC3B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GACU,aAAS,oBAAO,kBAAM;AAAA,EAC7B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,mBAAmB;AAAA,EACnB,eAAe;AACnB,CAAC,GACU,YAAQ,oBAAO,kBAAM;AAAA,EAC5B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GAEU,aAAS,oBAAO,kBAAM;AAAA,EAC7B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GAEU,UAAM,oBAAO,kBAAM;AAAA,EAC1B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
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","tag","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,GAAA,EAAK;IACLC,aAAA,EAAe;IACfC,iBAAA,EAAmB;EACrB,CAAC;EAEYhB,OAAA,OAAUS,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAClCC,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EACjB,CAAC;EAEYX,IAAA,OAAOK,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAC/BC,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EACjB,CAAC;EAEYZ,MAAA,OAASM,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IACjCC,IAAA,EAAM;IACNC,GAAA,EAAK;IACLE,iBAAA,EAAmB;IACnBD,aAAA,EAAe;EACjB,CAAC;EAEYd,KAAA,OAAQQ,WAAA,CAAAE,MAAA,EAAOF,WAAA,CAAAG,IAAA,EAAM;IAChCC,IAAA,EAAM;IACNC,GAAA,EAAK;IACLC,aAAA,EAAe;EAAA;EAAAb,MAAA,OAAAO,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAEhBC,IAEY;IACXC,GAAA,UAAM;IACNC,aAAK;EAAA,EACL;EAAAV,GAAA,OAAAI,WAAe,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IAAAC,IAAA;IAEhBC,GAEY;IACXC,aAAM;EAAA,EACN","ignoreList":[]}
|
package/dist/jsx/index.native.js
CHANGED
|
@@ -1,42 +1,72 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
})
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
var __defProp = Object.defineProperty;
|
|
4
|
+
var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
|
|
5
|
+
var __getOwnPropNames = Object.getOwnPropertyNames;
|
|
6
|
+
var __hasOwnProp = Object.prototype.hasOwnProperty;
|
|
7
|
+
var __export = (target, all) => {
|
|
8
|
+
for (var name in all) __defProp(target, name, {
|
|
9
|
+
get: all[name],
|
|
10
|
+
enumerable: !0
|
|
11
|
+
});
|
|
12
|
+
},
|
|
13
|
+
__copyProps = (to, from, except, desc) => {
|
|
14
|
+
if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, {
|
|
15
|
+
get: () => from[key],
|
|
16
|
+
enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable
|
|
17
|
+
});
|
|
18
|
+
return to;
|
|
19
|
+
};
|
|
20
|
+
var __toCommonJS = mod => __copyProps(__defProp({}, "__esModule", {
|
|
21
|
+
value: !0
|
|
22
|
+
}), mod);
|
|
23
|
+
var index_exports = {};
|
|
24
|
+
__export(index_exports, {
|
|
25
|
+
Article: () => Article,
|
|
26
|
+
Aside: () => Aside,
|
|
27
|
+
Footer: () => Footer,
|
|
28
|
+
Header: () => Header,
|
|
29
|
+
Main: () => Main,
|
|
30
|
+
Nav: () => Nav,
|
|
31
|
+
Section: () => Section
|
|
32
32
|
});
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
33
|
+
module.exports = __toCommonJS(index_exports);
|
|
34
|
+
var import_core = require("@tamagui/core"),
|
|
35
|
+
Section = (0, import_core.styled)(import_core.View, {
|
|
36
|
+
name: "Section",
|
|
37
|
+
tag: "section",
|
|
38
|
+
flexDirection: "column",
|
|
39
|
+
accessibilityRole: "summary"
|
|
40
|
+
}),
|
|
41
|
+
Article = (0, import_core.styled)(import_core.View, {
|
|
42
|
+
name: "Article",
|
|
43
|
+
tag: "article",
|
|
44
|
+
flexDirection: "column"
|
|
45
|
+
}),
|
|
46
|
+
Main = (0, import_core.styled)(import_core.View, {
|
|
47
|
+
name: "Main",
|
|
48
|
+
tag: "main",
|
|
49
|
+
flexDirection: "column"
|
|
50
|
+
}),
|
|
51
|
+
Header = (0, import_core.styled)(import_core.View, {
|
|
52
|
+
name: "Header",
|
|
53
|
+
tag: "header",
|
|
54
|
+
accessibilityRole: "header",
|
|
55
|
+
flexDirection: "column"
|
|
56
|
+
}),
|
|
57
|
+
Aside = (0, import_core.styled)(import_core.View, {
|
|
58
|
+
name: "Aside",
|
|
59
|
+
tag: "aside",
|
|
60
|
+
flexDirection: "column"
|
|
61
|
+
}),
|
|
62
|
+
Footer = (0, import_core.styled)(import_core.View, {
|
|
63
|
+
name: "Footer",
|
|
64
|
+
tag: "footer",
|
|
65
|
+
flexDirection: "column"
|
|
66
|
+
}),
|
|
67
|
+
Nav = (0, import_core.styled)(import_core.View, {
|
|
68
|
+
name: "Nav",
|
|
69
|
+
tag: "nav",
|
|
70
|
+
flexDirection: "column"
|
|
71
|
+
});
|
|
72
|
+
//# sourceMappingURL=index.native.js.map
|
|
@@ -1,6 +1 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "AAAA,SAAS,MAAM,cAAc;AACtB,IAAI,UAAU,OAAO,MAAM;AAAA,EAC9B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AAAA,EACf,mBAAmB;AACvB,CAAC,GACU,UAAU,OAAO,MAAM;AAAA,EAC9B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GACU,OAAO,OAAO,MAAM;AAAA,EAC3B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GACU,SAAS,OAAO,MAAM;AAAA,EAC7B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,mBAAmB;AAAA,EACnB,eAAe;AACnB,CAAC,GACU,QAAQ,OAAO,MAAM;AAAA,EAC5B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GAEU,SAAS,OAAO,MAAM;AAAA,EAC7B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC,GAEU,MAAM,OAAO,MAAM;AAAA,EAC1B,MAAM;AAAA,EACN,KAAK;AAAA,EACL,eAAe;AACnB,CAAC;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
|
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","tag","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,iBAAK,GAAAJ,MAAA,CAAAK,mBAAA;AAAA,IACLC,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,WAAK,GAAAA,CAAAC,EAAA,EAAAC,IAAA,EAAAC,MAAA,EAAAC,IAAA;IACL,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,OAAKE,EAAA;EAAA;AAEP,IAEaM,YAAS,GAAOC,GAAA,IAAMR,WAAA,CAAAhB,SAAA;EAAAyB,KAAA;AAAA,IAAAD,GAAA;AAAA,IACjCE,aAAM;AAAAhB,QACD,CAAAgB,aAAA;EACLC,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,EAAKA,CAAA,KAAAA,IAAA;EACLC,GAAA,EAAAA,CAAA,KAAAA,GAAA;EAAeC,OAAA,EAAAA,CAAA,KAAAA;AAEjB,CAAC;AAEkCC,MACjC,CAAAC,OAAM,GAAAZ,YAAA,CAAAG,aAAA;AAAA,IACNU,WAAK,GAAAC,OAAA;EAAAJ,OAAA,OAAAG,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IACL1B,IAAA,WAAe;IAAA2B,GAAA;IAEhBC,aAEkB,EAAO,QAAM;IAC9BC,iBAAM;EAAA,EACN;EAAAf,OAAK,OAAAS,WAAA,CAAAE,MAAA,EAAAF,WAAA,CAAAG,IAAA;IACL1B,IAAA,WAAe;IAAA2B,GAAA;IAEhBC,aAAA","ignoreList":[]}
|
package/package.json
CHANGED
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/elements",
|
|
3
|
-
"version": "1.135.
|
|
3
|
+
"version": "1.135.5",
|
|
4
|
+
"type": "module",
|
|
4
5
|
"sideEffects": false,
|
|
5
6
|
"source": "src/index.ts",
|
|
6
7
|
"types": "./types/index.d.ts",
|
|
@@ -34,13 +35,13 @@
|
|
|
34
35
|
}
|
|
35
36
|
},
|
|
36
37
|
"dependencies": {
|
|
37
|
-
"@tamagui/core": "1.135.
|
|
38
|
+
"@tamagui/core": "1.135.5"
|
|
38
39
|
},
|
|
39
40
|
"peerDependencies": {
|
|
40
41
|
"react": "*"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"@tamagui/build": "1.135.
|
|
44
|
+
"@tamagui/build": "1.135.5",
|
|
44
45
|
"react": "*"
|
|
45
46
|
},
|
|
46
47
|
"publishConfig": {
|