@tamagui/shorthands 1.123.0 → 1.123.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/package.json +3 -4
- package/dist/jsx/index.js +0 -92
- package/dist/jsx/index.js.map +0 -6
- package/dist/jsx/index.mjs +0 -90
- package/dist/jsx/index.mjs.map +0 -1
- package/dist/jsx/index.native.js +0 -92
- package/dist/jsx/index.native.js.map +0 -6
- package/dist/jsx/v2.js +0 -91
- package/dist/jsx/v2.js.map +0 -6
- package/dist/jsx/v2.mjs +0 -89
- package/dist/jsx/v2.mjs.map +0 -1
- package/dist/jsx/v2.native.js +0 -91
- package/dist/jsx/v2.native.js.map +0 -6
- package/dist/jsx/v4.js +0 -80
- package/dist/jsx/v4.js.map +0 -6
- package/dist/jsx/v4.mjs +0 -49
- package/dist/jsx/v4.mjs.map +0 -1
- package/dist/jsx/v4.native.js +0 -176
- package/dist/jsx/v4.native.js.map +0 -6
package/package.json
CHANGED
|
@@ -1,11 +1,10 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@tamagui/shorthands",
|
|
3
|
-
"version": "1.123.
|
|
3
|
+
"version": "1.123.1",
|
|
4
4
|
"source": "src/index.ts",
|
|
5
5
|
"types": "./types/index.d.ts",
|
|
6
6
|
"main": "dist/cjs",
|
|
7
7
|
"module": "dist/esm",
|
|
8
|
-
"module:jsx": "dist/jsx",
|
|
9
8
|
"files": [
|
|
10
9
|
"src",
|
|
11
10
|
"types",
|
|
@@ -55,10 +54,10 @@
|
|
|
55
54
|
}
|
|
56
55
|
},
|
|
57
56
|
"dependencies": {
|
|
58
|
-
"@tamagui/web": "1.123.
|
|
57
|
+
"@tamagui/web": "1.123.1"
|
|
59
58
|
},
|
|
60
59
|
"devDependencies": {
|
|
61
|
-
"@tamagui/build": "1.123.
|
|
60
|
+
"@tamagui/build": "1.123.1"
|
|
62
61
|
},
|
|
63
62
|
"publishConfig": {
|
|
64
63
|
"access": "public"
|
package/dist/jsx/index.js
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
const shorthands = {
|
|
2
|
-
// web-only
|
|
3
|
-
ussel: "userSelect",
|
|
4
|
-
cur: "cursor",
|
|
5
|
-
// tamagui
|
|
6
|
-
pe: "pointerEvents",
|
|
7
|
-
// text
|
|
8
|
-
col: "color",
|
|
9
|
-
ff: "fontFamily",
|
|
10
|
-
fos: "fontSize",
|
|
11
|
-
fost: "fontStyle",
|
|
12
|
-
fow: "fontWeight",
|
|
13
|
-
ls: "letterSpacing",
|
|
14
|
-
lh: "lineHeight",
|
|
15
|
-
ta: "textAlign",
|
|
16
|
-
tt: "textTransform",
|
|
17
|
-
ww: "wordWrap",
|
|
18
|
-
// view
|
|
19
|
-
ac: "alignContent",
|
|
20
|
-
ai: "alignItems",
|
|
21
|
-
als: "alignSelf",
|
|
22
|
-
b: "bottom",
|
|
23
|
-
bc: "backgroundColor",
|
|
24
|
-
bg: "backgroundColor",
|
|
25
|
-
bbc: "borderBottomColor",
|
|
26
|
-
bblr: "borderBottomLeftRadius",
|
|
27
|
-
bbrr: "borderBottomRightRadius",
|
|
28
|
-
bbw: "borderBottomWidth",
|
|
29
|
-
blc: "borderLeftColor",
|
|
30
|
-
blw: "borderLeftWidth",
|
|
31
|
-
boc: "borderColor",
|
|
32
|
-
br: "borderRadius",
|
|
33
|
-
bs: "borderStyle",
|
|
34
|
-
brw: "borderRightWidth",
|
|
35
|
-
brc: "borderRightColor",
|
|
36
|
-
btc: "borderTopColor",
|
|
37
|
-
btlr: "borderTopLeftRadius",
|
|
38
|
-
btrr: "borderTopRightRadius",
|
|
39
|
-
btw: "borderTopWidth",
|
|
40
|
-
bw: "borderWidth",
|
|
41
|
-
dsp: "display",
|
|
42
|
-
f: "flex",
|
|
43
|
-
fb: "flexBasis",
|
|
44
|
-
fd: "flexDirection",
|
|
45
|
-
fg: "flexGrow",
|
|
46
|
-
fs: "flexShrink",
|
|
47
|
-
fw: "flexWrap",
|
|
48
|
-
h: "height",
|
|
49
|
-
jc: "justifyContent",
|
|
50
|
-
l: "left",
|
|
51
|
-
m: "margin",
|
|
52
|
-
mah: "maxHeight",
|
|
53
|
-
maw: "maxWidth",
|
|
54
|
-
mb: "marginBottom",
|
|
55
|
-
mih: "minHeight",
|
|
56
|
-
miw: "minWidth",
|
|
57
|
-
ml: "marginLeft",
|
|
58
|
-
mr: "marginRight",
|
|
59
|
-
mt: "marginTop",
|
|
60
|
-
mx: "marginHorizontal",
|
|
61
|
-
my: "marginVertical",
|
|
62
|
-
o: "opacity",
|
|
63
|
-
ov: "overflow",
|
|
64
|
-
p: "padding",
|
|
65
|
-
pb: "paddingBottom",
|
|
66
|
-
pl: "paddingLeft",
|
|
67
|
-
pos: "position",
|
|
68
|
-
pr: "paddingRight",
|
|
69
|
-
pt: "paddingTop",
|
|
70
|
-
px: "paddingHorizontal",
|
|
71
|
-
py: "paddingVertical",
|
|
72
|
-
r: "right",
|
|
73
|
-
shac: "shadowColor",
|
|
74
|
-
shar: "shadowRadius",
|
|
75
|
-
shof: "shadowOffset",
|
|
76
|
-
shop: "shadowOpacity",
|
|
77
|
-
t: "top",
|
|
78
|
-
w: "width",
|
|
79
|
-
zi: "zIndex"
|
|
80
|
-
};
|
|
81
|
-
shorthands.bls = "borderLeftStyle";
|
|
82
|
-
shorthands.brs = "borderRightStyle";
|
|
83
|
-
shorthands.bts = "borderTopStyle";
|
|
84
|
-
shorthands.bbs = "borderBottomStyle";
|
|
85
|
-
shorthands.bxs = "boxSizing";
|
|
86
|
-
shorthands.bxsh = "boxShadow";
|
|
87
|
-
shorthands.ox = "overflowX";
|
|
88
|
-
shorthands.oy = "overflowY";
|
|
89
|
-
export {
|
|
90
|
-
shorthands
|
|
91
|
-
};
|
|
92
|
-
//# sourceMappingURL=index.js.map
|
package/dist/jsx/index.js.map
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/index.ts"],
|
|
4
|
-
"mappings": "AAGO,MAAM,aAAa;AAAA;AAAA,EAExB,OAAO;AAAA,EACP,KAAK;AAAA;AAAA,EAGL,IAAI;AAAA;AAAA,EAGJ,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,MAAM;AAAA,EACN,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA;AAAA,EAGJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,MAAM;AAAA,EACN,MAAM;AAAA,EACN,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,MAAM;AAAA,EACN,MAAM;AAAA,EACN,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,KAAK;AAAA,EACL,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AACN;AAGA,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,OAAU;AACrB,WAAW,KAAQ;AACnB,WAAW,KAAQ;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
package/dist/jsx/index.mjs
DELETED
|
@@ -1,90 +0,0 @@
|
|
|
1
|
-
const shorthands = {
|
|
2
|
-
// web-only
|
|
3
|
-
ussel: "userSelect",
|
|
4
|
-
cur: "cursor",
|
|
5
|
-
// tamagui
|
|
6
|
-
pe: "pointerEvents",
|
|
7
|
-
// text
|
|
8
|
-
col: "color",
|
|
9
|
-
ff: "fontFamily",
|
|
10
|
-
fos: "fontSize",
|
|
11
|
-
fost: "fontStyle",
|
|
12
|
-
fow: "fontWeight",
|
|
13
|
-
ls: "letterSpacing",
|
|
14
|
-
lh: "lineHeight",
|
|
15
|
-
ta: "textAlign",
|
|
16
|
-
tt: "textTransform",
|
|
17
|
-
ww: "wordWrap",
|
|
18
|
-
// view
|
|
19
|
-
ac: "alignContent",
|
|
20
|
-
ai: "alignItems",
|
|
21
|
-
als: "alignSelf",
|
|
22
|
-
b: "bottom",
|
|
23
|
-
bc: "backgroundColor",
|
|
24
|
-
bg: "backgroundColor",
|
|
25
|
-
bbc: "borderBottomColor",
|
|
26
|
-
bblr: "borderBottomLeftRadius",
|
|
27
|
-
bbrr: "borderBottomRightRadius",
|
|
28
|
-
bbw: "borderBottomWidth",
|
|
29
|
-
blc: "borderLeftColor",
|
|
30
|
-
blw: "borderLeftWidth",
|
|
31
|
-
boc: "borderColor",
|
|
32
|
-
br: "borderRadius",
|
|
33
|
-
bs: "borderStyle",
|
|
34
|
-
brw: "borderRightWidth",
|
|
35
|
-
brc: "borderRightColor",
|
|
36
|
-
btc: "borderTopColor",
|
|
37
|
-
btlr: "borderTopLeftRadius",
|
|
38
|
-
btrr: "borderTopRightRadius",
|
|
39
|
-
btw: "borderTopWidth",
|
|
40
|
-
bw: "borderWidth",
|
|
41
|
-
dsp: "display",
|
|
42
|
-
f: "flex",
|
|
43
|
-
fb: "flexBasis",
|
|
44
|
-
fd: "flexDirection",
|
|
45
|
-
fg: "flexGrow",
|
|
46
|
-
fs: "flexShrink",
|
|
47
|
-
fw: "flexWrap",
|
|
48
|
-
h: "height",
|
|
49
|
-
jc: "justifyContent",
|
|
50
|
-
l: "left",
|
|
51
|
-
m: "margin",
|
|
52
|
-
mah: "maxHeight",
|
|
53
|
-
maw: "maxWidth",
|
|
54
|
-
mb: "marginBottom",
|
|
55
|
-
mih: "minHeight",
|
|
56
|
-
miw: "minWidth",
|
|
57
|
-
ml: "marginLeft",
|
|
58
|
-
mr: "marginRight",
|
|
59
|
-
mt: "marginTop",
|
|
60
|
-
mx: "marginHorizontal",
|
|
61
|
-
my: "marginVertical",
|
|
62
|
-
o: "opacity",
|
|
63
|
-
ov: "overflow",
|
|
64
|
-
p: "padding",
|
|
65
|
-
pb: "paddingBottom",
|
|
66
|
-
pl: "paddingLeft",
|
|
67
|
-
pos: "position",
|
|
68
|
-
pr: "paddingRight",
|
|
69
|
-
pt: "paddingTop",
|
|
70
|
-
px: "paddingHorizontal",
|
|
71
|
-
py: "paddingVertical",
|
|
72
|
-
r: "right",
|
|
73
|
-
shac: "shadowColor",
|
|
74
|
-
shar: "shadowRadius",
|
|
75
|
-
shof: "shadowOffset",
|
|
76
|
-
shop: "shadowOpacity",
|
|
77
|
-
t: "top",
|
|
78
|
-
w: "width",
|
|
79
|
-
zi: "zIndex"
|
|
80
|
-
};
|
|
81
|
-
shorthands.bls = "borderLeftStyle";
|
|
82
|
-
shorthands.brs = "borderRightStyle";
|
|
83
|
-
shorthands.bts = "borderTopStyle";
|
|
84
|
-
shorthands.bbs = "borderBottomStyle";
|
|
85
|
-
shorthands.bxs = "boxSizing";
|
|
86
|
-
shorthands.bxsh = "boxShadow";
|
|
87
|
-
shorthands.ox = "overflowX";
|
|
88
|
-
shorthands.oy = "overflowY";
|
|
89
|
-
export { shorthands };
|
|
90
|
-
//# sourceMappingURL=index.mjs.map
|
package/dist/jsx/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["shorthands","ussel","cur","pe","col","ff","fos","fost","fow","ls","lh","ta","tt","ww","ac","ai","als","b","bc","bg","bbc","bblr","bbrr","bbw","blc","blw","boc","br","bs","brw","brc","btc","btlr","btrr","btw","bw","dsp","f","fb","fd","fg","fs","fw","h","jc","l","m","mah","maw","mb","mih","miw","ml","mr","mt","mx","my","o","ov","p","pb","pl","pos","pr","pt","px","py","r","shac","shar","shof","shop","t","w","zi","bls","brs","bts","bbs","bxs","bxsh","ox","oy"],"sources":["../../src/index.ts"],"sourcesContent":[null],"mappings":"AAGO,MAAMA,UAAA,GAAa;EAAA;EAExBC,KAAA,EAAO;EACPC,GAAA,EAAK;EAAA;EAGLC,EAAA,EAAI;EAAA;EAGJC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EAAA;EAGJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,CAAA,EAAG;EACHC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,CAAA,EAAG;EACHC,CAAA,EAAG;EACHC,EAAA,EAAI;AACN;AAGA1E,UAAA,CAAW2E,GAAA,GAAS;AACpB3E,UAAA,CAAW4E,GAAA,GAAS;AACpB5E,UAAA,CAAW6E,GAAA,GAAS;AACpB7E,UAAA,CAAW8E,GAAA,GAAS;AACpB9E,UAAA,CAAW+E,GAAA,GAAS;AACpB/E,UAAA,CAAWgF,IAAA,GAAU;AACrBhF,UAAA,CAAWiF,EAAA,GAAQ;AACnBjF,UAAA,CAAWkF,EAAA,GAAQ","ignoreList":[]}
|
package/dist/jsx/index.native.js
DELETED
|
@@ -1,92 +0,0 @@
|
|
|
1
|
-
var shorthands = {
|
|
2
|
-
// web-only
|
|
3
|
-
ussel: "userSelect",
|
|
4
|
-
cur: "cursor",
|
|
5
|
-
// tamagui
|
|
6
|
-
pe: "pointerEvents",
|
|
7
|
-
// text
|
|
8
|
-
col: "color",
|
|
9
|
-
ff: "fontFamily",
|
|
10
|
-
fos: "fontSize",
|
|
11
|
-
fost: "fontStyle",
|
|
12
|
-
fow: "fontWeight",
|
|
13
|
-
ls: "letterSpacing",
|
|
14
|
-
lh: "lineHeight",
|
|
15
|
-
ta: "textAlign",
|
|
16
|
-
tt: "textTransform",
|
|
17
|
-
ww: "wordWrap",
|
|
18
|
-
// view
|
|
19
|
-
ac: "alignContent",
|
|
20
|
-
ai: "alignItems",
|
|
21
|
-
als: "alignSelf",
|
|
22
|
-
b: "bottom",
|
|
23
|
-
bc: "backgroundColor",
|
|
24
|
-
bg: "backgroundColor",
|
|
25
|
-
bbc: "borderBottomColor",
|
|
26
|
-
bblr: "borderBottomLeftRadius",
|
|
27
|
-
bbrr: "borderBottomRightRadius",
|
|
28
|
-
bbw: "borderBottomWidth",
|
|
29
|
-
blc: "borderLeftColor",
|
|
30
|
-
blw: "borderLeftWidth",
|
|
31
|
-
boc: "borderColor",
|
|
32
|
-
br: "borderRadius",
|
|
33
|
-
bs: "borderStyle",
|
|
34
|
-
brw: "borderRightWidth",
|
|
35
|
-
brc: "borderRightColor",
|
|
36
|
-
btc: "borderTopColor",
|
|
37
|
-
btlr: "borderTopLeftRadius",
|
|
38
|
-
btrr: "borderTopRightRadius",
|
|
39
|
-
btw: "borderTopWidth",
|
|
40
|
-
bw: "borderWidth",
|
|
41
|
-
dsp: "display",
|
|
42
|
-
f: "flex",
|
|
43
|
-
fb: "flexBasis",
|
|
44
|
-
fd: "flexDirection",
|
|
45
|
-
fg: "flexGrow",
|
|
46
|
-
fs: "flexShrink",
|
|
47
|
-
fw: "flexWrap",
|
|
48
|
-
h: "height",
|
|
49
|
-
jc: "justifyContent",
|
|
50
|
-
l: "left",
|
|
51
|
-
m: "margin",
|
|
52
|
-
mah: "maxHeight",
|
|
53
|
-
maw: "maxWidth",
|
|
54
|
-
mb: "marginBottom",
|
|
55
|
-
mih: "minHeight",
|
|
56
|
-
miw: "minWidth",
|
|
57
|
-
ml: "marginLeft",
|
|
58
|
-
mr: "marginRight",
|
|
59
|
-
mt: "marginTop",
|
|
60
|
-
mx: "marginHorizontal",
|
|
61
|
-
my: "marginVertical",
|
|
62
|
-
o: "opacity",
|
|
63
|
-
ov: "overflow",
|
|
64
|
-
p: "padding",
|
|
65
|
-
pb: "paddingBottom",
|
|
66
|
-
pl: "paddingLeft",
|
|
67
|
-
pos: "position",
|
|
68
|
-
pr: "paddingRight",
|
|
69
|
-
pt: "paddingTop",
|
|
70
|
-
px: "paddingHorizontal",
|
|
71
|
-
py: "paddingVertical",
|
|
72
|
-
r: "right",
|
|
73
|
-
shac: "shadowColor",
|
|
74
|
-
shar: "shadowRadius",
|
|
75
|
-
shof: "shadowOffset",
|
|
76
|
-
shop: "shadowOpacity",
|
|
77
|
-
t: "top",
|
|
78
|
-
w: "width",
|
|
79
|
-
zi: "zIndex"
|
|
80
|
-
};
|
|
81
|
-
shorthands.bls = "borderLeftStyle";
|
|
82
|
-
shorthands.brs = "borderRightStyle";
|
|
83
|
-
shorthands.bts = "borderTopStyle";
|
|
84
|
-
shorthands.bbs = "borderBottomStyle";
|
|
85
|
-
shorthands.bxs = "boxSizing";
|
|
86
|
-
shorthands.bxsh = "boxShadow";
|
|
87
|
-
shorthands.ox = "overflowX";
|
|
88
|
-
shorthands.oy = "overflowY";
|
|
89
|
-
export {
|
|
90
|
-
shorthands
|
|
91
|
-
};
|
|
92
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/shorthands/src/index.ts"],
|
|
4
|
-
"mappings": "AAGO,IAAMA,aAAa;;EAExBC,OAAO;EACPC,KAAK;;EAGLC,IAAI;;EAGJC,KAAK;EACLC,IAAI;EACJC,KAAK;EACLC,MAAM;EACNC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;;EAGJC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,GAAG;EACHC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,MAAM;EACNC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,KAAK;EACLC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC,MAAM;EACNC,KAAK;EACLC,IAAI;EACJC,KAAK;EACLC,GAAG;EACHC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,GAAG;EACHC,GAAG;EACHC,KAAK;EACLC,KAAK;EACLC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,MAAM;EACNC,MAAM;EACNC,MAAM;EACNC,MAAM;EACNC,GAAG;EACHC,GAAG;EACHC,IAAI;AACN;AAGA1E,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,OAAU;AACrBA,WAAW,KAAQ;AACnBA,WAAW,KAAQ;",
|
|
5
|
-
"names": ["shorthands", "ussel", "cur", "pe", "col", "ff", "fos", "fost", "fow", "ls", "lh", "ta", "tt", "ww", "ac", "ai", "als", "b", "bc", "bg", "bbc", "bblr", "bbrr", "bbw", "blc", "blw", "boc", "br", "bs", "brw", "brc", "btc", "btlr", "btrr", "btw", "bw", "dsp", "f", "fb", "fd", "fg", "fs", "fw", "h", "jc", "l", "m", "mah", "maw", "mb", "mih", "miw", "ml", "mr", "mt", "mx", "my", "o", "ov", "p", "pb", "pl", "pos", "pr", "pt", "px", "py", "r", "shac", "shar", "shof", "shop", "t", "w", "zi"]
|
|
6
|
-
}
|
package/dist/jsx/v2.js
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
const shorthands = {
|
|
2
|
-
// web-only
|
|
3
|
-
ussel: "userSelect",
|
|
4
|
-
cur: "cursor",
|
|
5
|
-
// tamagui
|
|
6
|
-
pe: "pointerEvents",
|
|
7
|
-
// text
|
|
8
|
-
col: "color",
|
|
9
|
-
ff: "fontFamily",
|
|
10
|
-
fos: "fontSize",
|
|
11
|
-
fost: "fontStyle",
|
|
12
|
-
fow: "fontWeight",
|
|
13
|
-
ls: "letterSpacing",
|
|
14
|
-
lh: "lineHeight",
|
|
15
|
-
ta: "textAlign",
|
|
16
|
-
tt: "textTransform",
|
|
17
|
-
ww: "wordWrap",
|
|
18
|
-
// view
|
|
19
|
-
ac: "alignContent",
|
|
20
|
-
ai: "alignItems",
|
|
21
|
-
als: "alignSelf",
|
|
22
|
-
b: "bottom",
|
|
23
|
-
bg: "backgroundColor",
|
|
24
|
-
bbc: "borderBottomColor",
|
|
25
|
-
bblr: "borderBottomLeftRadius",
|
|
26
|
-
bbrr: "borderBottomRightRadius",
|
|
27
|
-
bbw: "borderBottomWidth",
|
|
28
|
-
blc: "borderLeftColor",
|
|
29
|
-
blw: "borderLeftWidth",
|
|
30
|
-
bc: "borderColor",
|
|
31
|
-
br: "borderRadius",
|
|
32
|
-
bs: "borderStyle",
|
|
33
|
-
brw: "borderRightWidth",
|
|
34
|
-
brc: "borderRightColor",
|
|
35
|
-
btc: "borderTopColor",
|
|
36
|
-
btlr: "borderTopLeftRadius",
|
|
37
|
-
btrr: "borderTopRightRadius",
|
|
38
|
-
btw: "borderTopWidth",
|
|
39
|
-
bw: "borderWidth",
|
|
40
|
-
dsp: "display",
|
|
41
|
-
f: "flex",
|
|
42
|
-
fb: "flexBasis",
|
|
43
|
-
fd: "flexDirection",
|
|
44
|
-
fg: "flexGrow",
|
|
45
|
-
fs: "flexShrink",
|
|
46
|
-
fw: "flexWrap",
|
|
47
|
-
h: "height",
|
|
48
|
-
jc: "justifyContent",
|
|
49
|
-
l: "left",
|
|
50
|
-
m: "margin",
|
|
51
|
-
mah: "maxHeight",
|
|
52
|
-
maw: "maxWidth",
|
|
53
|
-
mb: "marginBottom",
|
|
54
|
-
mih: "minHeight",
|
|
55
|
-
miw: "minWidth",
|
|
56
|
-
ml: "marginLeft",
|
|
57
|
-
mr: "marginRight",
|
|
58
|
-
mt: "marginTop",
|
|
59
|
-
mx: "marginHorizontal",
|
|
60
|
-
my: "marginVertical",
|
|
61
|
-
o: "opacity",
|
|
62
|
-
ov: "overflow",
|
|
63
|
-
p: "padding",
|
|
64
|
-
pb: "paddingBottom",
|
|
65
|
-
pl: "paddingLeft",
|
|
66
|
-
pos: "position",
|
|
67
|
-
pr: "paddingRight",
|
|
68
|
-
pt: "paddingTop",
|
|
69
|
-
px: "paddingHorizontal",
|
|
70
|
-
py: "paddingVertical",
|
|
71
|
-
r: "right",
|
|
72
|
-
shac: "shadowColor",
|
|
73
|
-
shar: "shadowRadius",
|
|
74
|
-
shof: "shadowOffset",
|
|
75
|
-
shop: "shadowOpacity",
|
|
76
|
-
t: "top",
|
|
77
|
-
w: "width",
|
|
78
|
-
zi: "zIndex"
|
|
79
|
-
};
|
|
80
|
-
shorthands.bls = "borderLeftStyle";
|
|
81
|
-
shorthands.brs = "borderRightStyle";
|
|
82
|
-
shorthands.bts = "borderTopStyle";
|
|
83
|
-
shorthands.bbs = "borderBottomStyle";
|
|
84
|
-
shorthands.bxs = "boxSizing";
|
|
85
|
-
shorthands.bxsh = "boxShadow";
|
|
86
|
-
shorthands.ox = "overflowX";
|
|
87
|
-
shorthands.oy = "overflowY";
|
|
88
|
-
export {
|
|
89
|
-
shorthands
|
|
90
|
-
};
|
|
91
|
-
//# sourceMappingURL=v2.js.map
|
package/dist/jsx/v2.js.map
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/v2.ts"],
|
|
4
|
-
"mappings": "AAGO,MAAM,aAAa;AAAA;AAAA,EAExB,OAAO;AAAA,EACP,KAAK;AAAA;AAAA,EAGL,IAAI;AAAA;AAAA,EAGJ,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,MAAM;AAAA,EACN,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA;AAAA,EAGJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,MAAM;AAAA,EACN,MAAM;AAAA,EACN,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,KAAK;AAAA,EACL,KAAK;AAAA,EACL,MAAM;AAAA,EACN,MAAM;AAAA,EACN,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,GAAG;AAAA,EACH,KAAK;AAAA,EACL,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,KAAK;AAAA,EACL,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,MAAM;AAAA,EACN,GAAG;AAAA,EACH,GAAG;AAAA,EACH,IAAI;AACN;AAGA,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,MAAS;AACpB,WAAW,OAAU;AACrB,WAAW,KAAQ;AACnB,WAAW,KAAQ;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
package/dist/jsx/v2.mjs
DELETED
|
@@ -1,89 +0,0 @@
|
|
|
1
|
-
const shorthands = {
|
|
2
|
-
// web-only
|
|
3
|
-
ussel: "userSelect",
|
|
4
|
-
cur: "cursor",
|
|
5
|
-
// tamagui
|
|
6
|
-
pe: "pointerEvents",
|
|
7
|
-
// text
|
|
8
|
-
col: "color",
|
|
9
|
-
ff: "fontFamily",
|
|
10
|
-
fos: "fontSize",
|
|
11
|
-
fost: "fontStyle",
|
|
12
|
-
fow: "fontWeight",
|
|
13
|
-
ls: "letterSpacing",
|
|
14
|
-
lh: "lineHeight",
|
|
15
|
-
ta: "textAlign",
|
|
16
|
-
tt: "textTransform",
|
|
17
|
-
ww: "wordWrap",
|
|
18
|
-
// view
|
|
19
|
-
ac: "alignContent",
|
|
20
|
-
ai: "alignItems",
|
|
21
|
-
als: "alignSelf",
|
|
22
|
-
b: "bottom",
|
|
23
|
-
bg: "backgroundColor",
|
|
24
|
-
bbc: "borderBottomColor",
|
|
25
|
-
bblr: "borderBottomLeftRadius",
|
|
26
|
-
bbrr: "borderBottomRightRadius",
|
|
27
|
-
bbw: "borderBottomWidth",
|
|
28
|
-
blc: "borderLeftColor",
|
|
29
|
-
blw: "borderLeftWidth",
|
|
30
|
-
bc: "borderColor",
|
|
31
|
-
br: "borderRadius",
|
|
32
|
-
bs: "borderStyle",
|
|
33
|
-
brw: "borderRightWidth",
|
|
34
|
-
brc: "borderRightColor",
|
|
35
|
-
btc: "borderTopColor",
|
|
36
|
-
btlr: "borderTopLeftRadius",
|
|
37
|
-
btrr: "borderTopRightRadius",
|
|
38
|
-
btw: "borderTopWidth",
|
|
39
|
-
bw: "borderWidth",
|
|
40
|
-
dsp: "display",
|
|
41
|
-
f: "flex",
|
|
42
|
-
fb: "flexBasis",
|
|
43
|
-
fd: "flexDirection",
|
|
44
|
-
fg: "flexGrow",
|
|
45
|
-
fs: "flexShrink",
|
|
46
|
-
fw: "flexWrap",
|
|
47
|
-
h: "height",
|
|
48
|
-
jc: "justifyContent",
|
|
49
|
-
l: "left",
|
|
50
|
-
m: "margin",
|
|
51
|
-
mah: "maxHeight",
|
|
52
|
-
maw: "maxWidth",
|
|
53
|
-
mb: "marginBottom",
|
|
54
|
-
mih: "minHeight",
|
|
55
|
-
miw: "minWidth",
|
|
56
|
-
ml: "marginLeft",
|
|
57
|
-
mr: "marginRight",
|
|
58
|
-
mt: "marginTop",
|
|
59
|
-
mx: "marginHorizontal",
|
|
60
|
-
my: "marginVertical",
|
|
61
|
-
o: "opacity",
|
|
62
|
-
ov: "overflow",
|
|
63
|
-
p: "padding",
|
|
64
|
-
pb: "paddingBottom",
|
|
65
|
-
pl: "paddingLeft",
|
|
66
|
-
pos: "position",
|
|
67
|
-
pr: "paddingRight",
|
|
68
|
-
pt: "paddingTop",
|
|
69
|
-
px: "paddingHorizontal",
|
|
70
|
-
py: "paddingVertical",
|
|
71
|
-
r: "right",
|
|
72
|
-
shac: "shadowColor",
|
|
73
|
-
shar: "shadowRadius",
|
|
74
|
-
shof: "shadowOffset",
|
|
75
|
-
shop: "shadowOpacity",
|
|
76
|
-
t: "top",
|
|
77
|
-
w: "width",
|
|
78
|
-
zi: "zIndex"
|
|
79
|
-
};
|
|
80
|
-
shorthands.bls = "borderLeftStyle";
|
|
81
|
-
shorthands.brs = "borderRightStyle";
|
|
82
|
-
shorthands.bts = "borderTopStyle";
|
|
83
|
-
shorthands.bbs = "borderBottomStyle";
|
|
84
|
-
shorthands.bxs = "boxSizing";
|
|
85
|
-
shorthands.bxsh = "boxShadow";
|
|
86
|
-
shorthands.ox = "overflowX";
|
|
87
|
-
shorthands.oy = "overflowY";
|
|
88
|
-
export { shorthands };
|
|
89
|
-
//# sourceMappingURL=v2.mjs.map
|
package/dist/jsx/v2.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["shorthands","ussel","cur","pe","col","ff","fos","fost","fow","ls","lh","ta","tt","ww","ac","ai","als","b","bg","bbc","bblr","bbrr","bbw","blc","blw","bc","br","bs","brw","brc","btc","btlr","btrr","btw","bw","dsp","f","fb","fd","fg","fs","fw","h","jc","l","m","mah","maw","mb","mih","miw","ml","mr","mt","mx","my","o","ov","p","pb","pl","pos","pr","pt","px","py","r","shac","shar","shof","shop","t","w","zi","bls","brs","bts","bbs","bxs","bxsh","ox","oy"],"sources":["../../src/v2.ts"],"sourcesContent":[null],"mappings":"AAGO,MAAMA,UAAA,GAAa;EAAA;EAExBC,KAAA,EAAO;EACPC,GAAA,EAAK;EAAA;EAGLC,EAAA,EAAI;EAAA;EAGJC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EAAA;EAGJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,CAAA,EAAG;EACHC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,GAAA,EAAK;EACLC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,CAAA,EAAG;EACHC,CAAA,EAAG;EACHC,EAAA,EAAI;AACN;AAGAzE,UAAA,CAAW0E,GAAA,GAAS;AACpB1E,UAAA,CAAW2E,GAAA,GAAS;AACpB3E,UAAA,CAAW4E,GAAA,GAAS;AACpB5E,UAAA,CAAW6E,GAAA,GAAS;AACpB7E,UAAA,CAAW8E,GAAA,GAAS;AACpB9E,UAAA,CAAW+E,IAAA,GAAU;AACrB/E,UAAA,CAAWgF,EAAA,GAAQ;AACnBhF,UAAA,CAAWiF,EAAA,GAAQ","ignoreList":[]}
|
package/dist/jsx/v2.native.js
DELETED
|
@@ -1,91 +0,0 @@
|
|
|
1
|
-
var shorthands = {
|
|
2
|
-
// web-only
|
|
3
|
-
ussel: "userSelect",
|
|
4
|
-
cur: "cursor",
|
|
5
|
-
// tamagui
|
|
6
|
-
pe: "pointerEvents",
|
|
7
|
-
// text
|
|
8
|
-
col: "color",
|
|
9
|
-
ff: "fontFamily",
|
|
10
|
-
fos: "fontSize",
|
|
11
|
-
fost: "fontStyle",
|
|
12
|
-
fow: "fontWeight",
|
|
13
|
-
ls: "letterSpacing",
|
|
14
|
-
lh: "lineHeight",
|
|
15
|
-
ta: "textAlign",
|
|
16
|
-
tt: "textTransform",
|
|
17
|
-
ww: "wordWrap",
|
|
18
|
-
// view
|
|
19
|
-
ac: "alignContent",
|
|
20
|
-
ai: "alignItems",
|
|
21
|
-
als: "alignSelf",
|
|
22
|
-
b: "bottom",
|
|
23
|
-
bg: "backgroundColor",
|
|
24
|
-
bbc: "borderBottomColor",
|
|
25
|
-
bblr: "borderBottomLeftRadius",
|
|
26
|
-
bbrr: "borderBottomRightRadius",
|
|
27
|
-
bbw: "borderBottomWidth",
|
|
28
|
-
blc: "borderLeftColor",
|
|
29
|
-
blw: "borderLeftWidth",
|
|
30
|
-
bc: "borderColor",
|
|
31
|
-
br: "borderRadius",
|
|
32
|
-
bs: "borderStyle",
|
|
33
|
-
brw: "borderRightWidth",
|
|
34
|
-
brc: "borderRightColor",
|
|
35
|
-
btc: "borderTopColor",
|
|
36
|
-
btlr: "borderTopLeftRadius",
|
|
37
|
-
btrr: "borderTopRightRadius",
|
|
38
|
-
btw: "borderTopWidth",
|
|
39
|
-
bw: "borderWidth",
|
|
40
|
-
dsp: "display",
|
|
41
|
-
f: "flex",
|
|
42
|
-
fb: "flexBasis",
|
|
43
|
-
fd: "flexDirection",
|
|
44
|
-
fg: "flexGrow",
|
|
45
|
-
fs: "flexShrink",
|
|
46
|
-
fw: "flexWrap",
|
|
47
|
-
h: "height",
|
|
48
|
-
jc: "justifyContent",
|
|
49
|
-
l: "left",
|
|
50
|
-
m: "margin",
|
|
51
|
-
mah: "maxHeight",
|
|
52
|
-
maw: "maxWidth",
|
|
53
|
-
mb: "marginBottom",
|
|
54
|
-
mih: "minHeight",
|
|
55
|
-
miw: "minWidth",
|
|
56
|
-
ml: "marginLeft",
|
|
57
|
-
mr: "marginRight",
|
|
58
|
-
mt: "marginTop",
|
|
59
|
-
mx: "marginHorizontal",
|
|
60
|
-
my: "marginVertical",
|
|
61
|
-
o: "opacity",
|
|
62
|
-
ov: "overflow",
|
|
63
|
-
p: "padding",
|
|
64
|
-
pb: "paddingBottom",
|
|
65
|
-
pl: "paddingLeft",
|
|
66
|
-
pos: "position",
|
|
67
|
-
pr: "paddingRight",
|
|
68
|
-
pt: "paddingTop",
|
|
69
|
-
px: "paddingHorizontal",
|
|
70
|
-
py: "paddingVertical",
|
|
71
|
-
r: "right",
|
|
72
|
-
shac: "shadowColor",
|
|
73
|
-
shar: "shadowRadius",
|
|
74
|
-
shof: "shadowOffset",
|
|
75
|
-
shop: "shadowOpacity",
|
|
76
|
-
t: "top",
|
|
77
|
-
w: "width",
|
|
78
|
-
zi: "zIndex"
|
|
79
|
-
};
|
|
80
|
-
shorthands.bls = "borderLeftStyle";
|
|
81
|
-
shorthands.brs = "borderRightStyle";
|
|
82
|
-
shorthands.bts = "borderTopStyle";
|
|
83
|
-
shorthands.bbs = "borderBottomStyle";
|
|
84
|
-
shorthands.bxs = "boxSizing";
|
|
85
|
-
shorthands.bxsh = "boxShadow";
|
|
86
|
-
shorthands.ox = "overflowX";
|
|
87
|
-
shorthands.oy = "overflowY";
|
|
88
|
-
export {
|
|
89
|
-
shorthands
|
|
90
|
-
};
|
|
91
|
-
//# sourceMappingURL=v2.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/shorthands/src/v2.ts"],
|
|
4
|
-
"mappings": "AAGO,IAAMA,aAAa;;EAExBC,OAAO;EACPC,KAAK;;EAGLC,IAAI;;EAGJC,KAAK;EACLC,IAAI;EACJC,KAAK;EACLC,MAAM;EACNC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;;EAGJC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,GAAG;EACHC,IAAI;EACJC,KAAK;EACLC,MAAM;EACNC,MAAM;EACNC,KAAK;EACLC,KAAK;EACLC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,KAAK;EACLC,MAAM;EACNC,MAAM;EACNC,KAAK;EACLC,IAAI;EACJC,KAAK;EACLC,GAAG;EACHC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,GAAG;EACHC,GAAG;EACHC,KAAK;EACLC,KAAK;EACLC,IAAI;EACJC,KAAK;EACLC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,IAAI;EACJC,KAAK;EACLC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,MAAM;EACNC,MAAM;EACNC,MAAM;EACNC,MAAM;EACNC,GAAG;EACHC,GAAG;EACHC,IAAI;AACN;AAGAzE,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,MAAS;AACpBA,WAAW,OAAU;AACrBA,WAAW,KAAQ;AACnBA,WAAW,KAAQ;",
|
|
5
|
-
"names": ["shorthands", "ussel", "cur", "pe", "col", "ff", "fos", "fost", "fow", "ls", "lh", "ta", "tt", "ww", "ac", "ai", "als", "b", "bg", "bbc", "bblr", "bbrr", "bbw", "blc", "blw", "bc", "br", "bs", "brw", "brc", "btc", "btlr", "btrr", "btw", "bw", "dsp", "f", "fb", "fd", "fg", "fs", "fw", "h", "jc", "l", "m", "mah", "maw", "mb", "mih", "miw", "ml", "mr", "mt", "mx", "my", "o", "ov", "p", "pb", "pl", "pos", "pr", "pt", "px", "py", "r", "shac", "shar", "shof", "shop", "t", "w", "zi"]
|
|
6
|
-
}
|
package/dist/jsx/v4.js
DELETED
|
@@ -1,80 +0,0 @@
|
|
|
1
|
-
const shorthands = {
|
|
2
|
-
// text
|
|
3
|
-
text: "textAlign",
|
|
4
|
-
// view
|
|
5
|
-
b: "bottom",
|
|
6
|
-
bg: "backgroundColor",
|
|
7
|
-
content: "alignContent",
|
|
8
|
-
grow: "flexGrow",
|
|
9
|
-
items: "alignItems",
|
|
10
|
-
justify: "justifyContent",
|
|
11
|
-
l: "left",
|
|
12
|
-
m: "margin",
|
|
13
|
-
maxH: "maxHeight",
|
|
14
|
-
maxW: "maxWidth",
|
|
15
|
-
mb: "marginBottom",
|
|
16
|
-
minH: "minHeight",
|
|
17
|
-
minW: "minWidth",
|
|
18
|
-
ml: "marginLeft",
|
|
19
|
-
mr: "marginRight",
|
|
20
|
-
mt: "marginTop",
|
|
21
|
-
mx: "marginHorizontal",
|
|
22
|
-
my: "marginVertical",
|
|
23
|
-
p: "padding",
|
|
24
|
-
pb: "paddingBottom",
|
|
25
|
-
pl: "paddingLeft",
|
|
26
|
-
pr: "paddingRight",
|
|
27
|
-
pt: "paddingTop",
|
|
28
|
-
px: "paddingHorizontal",
|
|
29
|
-
py: "paddingVertical",
|
|
30
|
-
r: "right",
|
|
31
|
-
rounded: "borderRadius",
|
|
32
|
-
select: "userSelect",
|
|
33
|
-
self: "alignSelf",
|
|
34
|
-
shrink: "flexShrink",
|
|
35
|
-
t: "top",
|
|
36
|
-
z: "zIndex"
|
|
37
|
-
};
|
|
38
|
-
const nonCompilerShorthands = [
|
|
39
|
-
["fwr", "flexWrap"],
|
|
40
|
-
["col", "color"],
|
|
41
|
-
["ff", "fontFamily"],
|
|
42
|
-
["fst", "fontStyle"],
|
|
43
|
-
["tt", "textTransform"],
|
|
44
|
-
["td", "textDecorationLine"],
|
|
45
|
-
["va", "verticalAlign"],
|
|
46
|
-
["ws", "whiteSpace"],
|
|
47
|
-
// @ts-ignore
|
|
48
|
-
["wb", "wordBreak"],
|
|
49
|
-
["ww", "wordWrap"],
|
|
50
|
-
["brc", "borderRightColor"],
|
|
51
|
-
["brw", "borderRightWidth"],
|
|
52
|
-
["bs", "borderStyle"],
|
|
53
|
-
["btc", "borderTopColor"],
|
|
54
|
-
["btlr", "borderTopLeftRadius"],
|
|
55
|
-
["btrr", "borderTopRightRadius"],
|
|
56
|
-
["btw", "borderTopWidth"],
|
|
57
|
-
["bw", "borderWidth"],
|
|
58
|
-
["o", "opacity"],
|
|
59
|
-
["cur", "cursor"],
|
|
60
|
-
["pe", "pointerEvents"],
|
|
61
|
-
["ov", "overflow"],
|
|
62
|
-
["pos", "position"],
|
|
63
|
-
["dsp", "display"],
|
|
64
|
-
["fw", "fontWeight"],
|
|
65
|
-
["fs", "fontSize"],
|
|
66
|
-
["ls", "letterSpacing"],
|
|
67
|
-
["lh", "lineHeight"],
|
|
68
|
-
// @ts-ignore
|
|
69
|
-
["bxs", "boxSizing"],
|
|
70
|
-
["bxsh", "boxShadow"],
|
|
71
|
-
// @ts-ignore
|
|
72
|
-
["ox", "overflowX"],
|
|
73
|
-
// @ts-ignore
|
|
74
|
-
["oy", "overflowY"]
|
|
75
|
-
];
|
|
76
|
-
Object.assign(shorthands, Object.fromEntries(nonCompilerShorthands));
|
|
77
|
-
export {
|
|
78
|
-
shorthands
|
|
79
|
-
};
|
|
80
|
-
//# sourceMappingURL=v4.js.map
|
package/dist/jsx/v4.js.map
DELETED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/v4.ts"],
|
|
4
|
-
"mappings": "AAEO,MAAM,aAA8B;AAAA;AAAA,EAEzC,MAAM;AAAA;AAAA,EAGN,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,SAAS;AAAA,EACT,MAAM;AAAA,EACN,OAAO;AAAA,EACP,SAAS;AAAA,EACT,GAAG;AAAA,EACH,GAAG;AAAA,EACH,MAAM;AAAA,EACN,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,MAAM;AAAA,EACN,MAAM;AAAA,EACN,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,IAAI;AAAA,EACJ,GAAG;AAAA,EACH,SAAS;AAAA,EACT,QAAQ;AAAA,EACR,MAAM;AAAA,EACN,QAAQ;AAAA,EACR,GAAG;AAAA,EACH,GAAG;AACL;AAaA,MAAM,wBAA+D;AAAA,EACnE,CAAC,OAAO,UAAU;AAAA,EAClB,CAAC,OAAO,OAAO;AAAA,EACf,CAAC,MAAM,YAAY;AAAA,EACnB,CAAC,OAAO,WAAW;AAAA,EACnB,CAAC,MAAM,eAAe;AAAA,EACtB,CAAC,MAAM,oBAAoB;AAAA,EAC3B,CAAC,MAAM,eAAe;AAAA,EACtB,CAAC,MAAM,YAAY;AAAA;AAAA,EAEnB,CAAC,MAAM,WAAW;AAAA,EAClB,CAAC,MAAM,UAAU;AAAA,EACjB,CAAC,OAAO,kBAAkB;AAAA,EAC1B,CAAC,OAAO,kBAAkB;AAAA,EAC1B,CAAC,MAAM,aAAa;AAAA,EACpB,CAAC,OAAO,gBAAgB;AAAA,EACxB,CAAC,QAAQ,qBAAqB;AAAA,EAC9B,CAAC,QAAQ,sBAAsB;AAAA,EAC/B,CAAC,OAAO,gBAAgB;AAAA,EACxB,CAAC,MAAM,aAAa;AAAA,EACpB,CAAC,KAAK,SAAS;AAAA,EACf,CAAC,OAAO,QAAQ;AAAA,EAChB,CAAC,MAAM,eAAe;AAAA,EACtB,CAAC,MAAM,UAAU;AAAA,EACjB,CAAC,OAAO,UAAU;AAAA,EAClB,CAAC,OAAO,SAAS;AAAA,EACjB,CAAC,MAAM,YAAY;AAAA,EACnB,CAAC,MAAM,UAAU;AAAA,EACjB,CAAC,MAAM,eAAe;AAAA,EACtB,CAAC,MAAM,YAAY;AAAA;AAAA,EAEnB,CAAC,OAAO,WAAW;AAAA,EACnB,CAAC,QAAQ,WAAW;AAAA;AAAA,EAEpB,CAAC,MAAM,WAAW;AAAA;AAAA,EAElB,CAAC,MAAM,WAAW;AACpB;AAGA,OAAO,OAAO,YAAY,OAAO,YAAY,qBAAqB,CAAC;",
|
|
5
|
-
"names": []
|
|
6
|
-
}
|
package/dist/jsx/v4.mjs
DELETED
|
@@ -1,49 +0,0 @@
|
|
|
1
|
-
const shorthands = {
|
|
2
|
-
// text
|
|
3
|
-
text: "textAlign",
|
|
4
|
-
// view
|
|
5
|
-
b: "bottom",
|
|
6
|
-
bg: "backgroundColor",
|
|
7
|
-
content: "alignContent",
|
|
8
|
-
grow: "flexGrow",
|
|
9
|
-
items: "alignItems",
|
|
10
|
-
justify: "justifyContent",
|
|
11
|
-
l: "left",
|
|
12
|
-
m: "margin",
|
|
13
|
-
maxH: "maxHeight",
|
|
14
|
-
maxW: "maxWidth",
|
|
15
|
-
mb: "marginBottom",
|
|
16
|
-
minH: "minHeight",
|
|
17
|
-
minW: "minWidth",
|
|
18
|
-
ml: "marginLeft",
|
|
19
|
-
mr: "marginRight",
|
|
20
|
-
mt: "marginTop",
|
|
21
|
-
mx: "marginHorizontal",
|
|
22
|
-
my: "marginVertical",
|
|
23
|
-
p: "padding",
|
|
24
|
-
pb: "paddingBottom",
|
|
25
|
-
pl: "paddingLeft",
|
|
26
|
-
pr: "paddingRight",
|
|
27
|
-
pt: "paddingTop",
|
|
28
|
-
px: "paddingHorizontal",
|
|
29
|
-
py: "paddingVertical",
|
|
30
|
-
r: "right",
|
|
31
|
-
rounded: "borderRadius",
|
|
32
|
-
select: "userSelect",
|
|
33
|
-
self: "alignSelf",
|
|
34
|
-
shrink: "flexShrink",
|
|
35
|
-
t: "top",
|
|
36
|
-
z: "zIndex"
|
|
37
|
-
};
|
|
38
|
-
const nonCompilerShorthands = [["fwr", "flexWrap"], ["col", "color"], ["ff", "fontFamily"], ["fst", "fontStyle"], ["tt", "textTransform"], ["td", "textDecorationLine"], ["va", "verticalAlign"], ["ws", "whiteSpace"],
|
|
39
|
-
// @ts-ignore
|
|
40
|
-
["wb", "wordBreak"], ["ww", "wordWrap"], ["brc", "borderRightColor"], ["brw", "borderRightWidth"], ["bs", "borderStyle"], ["btc", "borderTopColor"], ["btlr", "borderTopLeftRadius"], ["btrr", "borderTopRightRadius"], ["btw", "borderTopWidth"], ["bw", "borderWidth"], ["o", "opacity"], ["cur", "cursor"], ["pe", "pointerEvents"], ["ov", "overflow"], ["pos", "position"], ["dsp", "display"], ["fw", "fontWeight"], ["fs", "fontSize"], ["ls", "letterSpacing"], ["lh", "lineHeight"],
|
|
41
|
-
// @ts-ignore
|
|
42
|
-
["bxs", "boxSizing"], ["bxsh", "boxShadow"],
|
|
43
|
-
// @ts-ignore
|
|
44
|
-
["ox", "overflowX"],
|
|
45
|
-
// @ts-ignore
|
|
46
|
-
["oy", "overflowY"]];
|
|
47
|
-
Object.assign(shorthands, Object.fromEntries(nonCompilerShorthands));
|
|
48
|
-
export { shorthands };
|
|
49
|
-
//# sourceMappingURL=v4.mjs.map
|
package/dist/jsx/v4.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["shorthands","text","b","bg","content","grow","items","justify","l","m","maxH","maxW","mb","minH","minW","ml","mr","mt","mx","my","p","pb","pl","pr","pt","px","py","r","rounded","select","self","shrink","t","z","nonCompilerShorthands","Object","assign","fromEntries"],"sources":["../../src/v4.ts"],"sourcesContent":[null],"mappings":"AAEO,MAAMA,UAAA,GAA8B;EAAA;EAEzCC,IAAA,EAAM;EAAA;EAGNC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,OAAA,EAAS;EACTC,IAAA,EAAM;EACNC,KAAA,EAAO;EACPC,OAAA,EAAS;EACTC,CAAA,EAAG;EACHC,CAAA,EAAG;EACHC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,EAAA,EAAI;EACJC,IAAA,EAAM;EACNC,IAAA,EAAM;EACNC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,EAAA,EAAI;EACJC,CAAA,EAAG;EACHC,OAAA,EAAS;EACTC,MAAA,EAAQ;EACRC,IAAA,EAAM;EACNC,MAAA,EAAQ;EACRC,CAAA,EAAG;EACHC,CAAA,EAAG;AACL;AAaA,MAAMC,qBAAA,GAA+D,CACnE,CAAC,OAAO,UAAU,GAClB,CAAC,OAAO,OAAO,GACf,CAAC,MAAM,YAAY,GACnB,CAAC,OAAO,WAAW,GACnB,CAAC,MAAM,eAAe,GACtB,CAAC,MAAM,oBAAoB,GAC3B,CAAC,MAAM,eAAe,GACtB,CAAC,MAAM,YAAY;AAAA;AAEnB,CAAC,MAAM,WAAW,GAClB,CAAC,MAAM,UAAU,GACjB,CAAC,OAAO,kBAAkB,GAC1B,CAAC,OAAO,kBAAkB,GAC1B,CAAC,MAAM,aAAa,GACpB,CAAC,OAAO,gBAAgB,GACxB,CAAC,QAAQ,qBAAqB,GAC9B,CAAC,QAAQ,sBAAsB,GAC/B,CAAC,OAAO,gBAAgB,GACxB,CAAC,MAAM,aAAa,GACpB,CAAC,KAAK,SAAS,GACf,CAAC,OAAO,QAAQ,GAChB,CAAC,MAAM,eAAe,GACtB,CAAC,MAAM,UAAU,GACjB,CAAC,OAAO,UAAU,GAClB,CAAC,OAAO,SAAS,GACjB,CAAC,MAAM,YAAY,GACnB,CAAC,MAAM,UAAU,GACjB,CAAC,MAAM,eAAe,GACtB,CAAC,MAAM,YAAY;AAAA;AAEnB,CAAC,OAAO,WAAW,GACnB,CAAC,QAAQ,WAAW;AAAA;AAEpB,CAAC,MAAM,WAAW;AAAA;AAElB,CAAC,MAAM,WAAW,EACpB;AAGAC,MAAA,CAAOC,MAAA,CAAOpC,UAAA,EAAYmC,MAAA,CAAOE,WAAA,CAAYH,qBAAqB,CAAC","ignoreList":[]}
|
package/dist/jsx/v4.native.js
DELETED
|
@@ -1,176 +0,0 @@
|
|
|
1
|
-
var shorthands = {
|
|
2
|
-
// text
|
|
3
|
-
text: "textAlign",
|
|
4
|
-
// view
|
|
5
|
-
b: "bottom",
|
|
6
|
-
bg: "backgroundColor",
|
|
7
|
-
content: "alignContent",
|
|
8
|
-
grow: "flexGrow",
|
|
9
|
-
items: "alignItems",
|
|
10
|
-
justify: "justifyContent",
|
|
11
|
-
l: "left",
|
|
12
|
-
m: "margin",
|
|
13
|
-
maxH: "maxHeight",
|
|
14
|
-
maxW: "maxWidth",
|
|
15
|
-
mb: "marginBottom",
|
|
16
|
-
minH: "minHeight",
|
|
17
|
-
minW: "minWidth",
|
|
18
|
-
ml: "marginLeft",
|
|
19
|
-
mr: "marginRight",
|
|
20
|
-
mt: "marginTop",
|
|
21
|
-
mx: "marginHorizontal",
|
|
22
|
-
my: "marginVertical",
|
|
23
|
-
p: "padding",
|
|
24
|
-
pb: "paddingBottom",
|
|
25
|
-
pl: "paddingLeft",
|
|
26
|
-
pr: "paddingRight",
|
|
27
|
-
pt: "paddingTop",
|
|
28
|
-
px: "paddingHorizontal",
|
|
29
|
-
py: "paddingVertical",
|
|
30
|
-
r: "right",
|
|
31
|
-
rounded: "borderRadius",
|
|
32
|
-
select: "userSelect",
|
|
33
|
-
self: "alignSelf",
|
|
34
|
-
shrink: "flexShrink",
|
|
35
|
-
t: "top",
|
|
36
|
-
z: "zIndex"
|
|
37
|
-
};
|
|
38
|
-
var nonCompilerShorthands = [
|
|
39
|
-
[
|
|
40
|
-
"fwr",
|
|
41
|
-
"flexWrap"
|
|
42
|
-
],
|
|
43
|
-
[
|
|
44
|
-
"col",
|
|
45
|
-
"color"
|
|
46
|
-
],
|
|
47
|
-
[
|
|
48
|
-
"ff",
|
|
49
|
-
"fontFamily"
|
|
50
|
-
],
|
|
51
|
-
[
|
|
52
|
-
"fst",
|
|
53
|
-
"fontStyle"
|
|
54
|
-
],
|
|
55
|
-
[
|
|
56
|
-
"tt",
|
|
57
|
-
"textTransform"
|
|
58
|
-
],
|
|
59
|
-
[
|
|
60
|
-
"td",
|
|
61
|
-
"textDecorationLine"
|
|
62
|
-
],
|
|
63
|
-
[
|
|
64
|
-
"va",
|
|
65
|
-
"verticalAlign"
|
|
66
|
-
],
|
|
67
|
-
[
|
|
68
|
-
"ws",
|
|
69
|
-
"whiteSpace"
|
|
70
|
-
],
|
|
71
|
-
// @ts-ignore
|
|
72
|
-
[
|
|
73
|
-
"wb",
|
|
74
|
-
"wordBreak"
|
|
75
|
-
],
|
|
76
|
-
[
|
|
77
|
-
"ww",
|
|
78
|
-
"wordWrap"
|
|
79
|
-
],
|
|
80
|
-
[
|
|
81
|
-
"brc",
|
|
82
|
-
"borderRightColor"
|
|
83
|
-
],
|
|
84
|
-
[
|
|
85
|
-
"brw",
|
|
86
|
-
"borderRightWidth"
|
|
87
|
-
],
|
|
88
|
-
[
|
|
89
|
-
"bs",
|
|
90
|
-
"borderStyle"
|
|
91
|
-
],
|
|
92
|
-
[
|
|
93
|
-
"btc",
|
|
94
|
-
"borderTopColor"
|
|
95
|
-
],
|
|
96
|
-
[
|
|
97
|
-
"btlr",
|
|
98
|
-
"borderTopLeftRadius"
|
|
99
|
-
],
|
|
100
|
-
[
|
|
101
|
-
"btrr",
|
|
102
|
-
"borderTopRightRadius"
|
|
103
|
-
],
|
|
104
|
-
[
|
|
105
|
-
"btw",
|
|
106
|
-
"borderTopWidth"
|
|
107
|
-
],
|
|
108
|
-
[
|
|
109
|
-
"bw",
|
|
110
|
-
"borderWidth"
|
|
111
|
-
],
|
|
112
|
-
[
|
|
113
|
-
"o",
|
|
114
|
-
"opacity"
|
|
115
|
-
],
|
|
116
|
-
[
|
|
117
|
-
"cur",
|
|
118
|
-
"cursor"
|
|
119
|
-
],
|
|
120
|
-
[
|
|
121
|
-
"pe",
|
|
122
|
-
"pointerEvents"
|
|
123
|
-
],
|
|
124
|
-
[
|
|
125
|
-
"ov",
|
|
126
|
-
"overflow"
|
|
127
|
-
],
|
|
128
|
-
[
|
|
129
|
-
"pos",
|
|
130
|
-
"position"
|
|
131
|
-
],
|
|
132
|
-
[
|
|
133
|
-
"dsp",
|
|
134
|
-
"display"
|
|
135
|
-
],
|
|
136
|
-
[
|
|
137
|
-
"fw",
|
|
138
|
-
"fontWeight"
|
|
139
|
-
],
|
|
140
|
-
[
|
|
141
|
-
"fs",
|
|
142
|
-
"fontSize"
|
|
143
|
-
],
|
|
144
|
-
[
|
|
145
|
-
"ls",
|
|
146
|
-
"letterSpacing"
|
|
147
|
-
],
|
|
148
|
-
[
|
|
149
|
-
"lh",
|
|
150
|
-
"lineHeight"
|
|
151
|
-
],
|
|
152
|
-
// @ts-ignore
|
|
153
|
-
[
|
|
154
|
-
"bxs",
|
|
155
|
-
"boxSizing"
|
|
156
|
-
],
|
|
157
|
-
[
|
|
158
|
-
"bxsh",
|
|
159
|
-
"boxShadow"
|
|
160
|
-
],
|
|
161
|
-
// @ts-ignore
|
|
162
|
-
[
|
|
163
|
-
"ox",
|
|
164
|
-
"overflowX"
|
|
165
|
-
],
|
|
166
|
-
// @ts-ignore
|
|
167
|
-
[
|
|
168
|
-
"oy",
|
|
169
|
-
"overflowY"
|
|
170
|
-
]
|
|
171
|
-
];
|
|
172
|
-
Object.assign(shorthands, Object.fromEntries(nonCompilerShorthands));
|
|
173
|
-
export {
|
|
174
|
-
shorthands
|
|
175
|
-
};
|
|
176
|
-
//# sourceMappingURL=v4.js.map
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["../../src/Users/n8/tamagui/code/core/shorthands/src/v4.ts"],
|
|
4
|
-
"mappings": "AAEO,IAAMA,aAA8B;;EAEzCC,MAAM;;EAGNC,GAAG;EACHC,IAAI;EACJC,SAAS;EACTC,MAAM;EACNC,OAAO;EACPC,SAAS;EACTC,GAAG;EACHC,GAAG;EACHC,MAAM;EACNC,MAAM;EACNC,IAAI;EACJC,MAAM;EACNC,MAAM;EACNC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,IAAI;EACJC,GAAG;EACHC,SAAS;EACTC,QAAQ;EACRC,MAAM;EACNC,QAAQ;EACRC,GAAG;EACHC,GAAG;AACL;AAaA,IAAMC,wBAA+D;EACnE;IAAC;IAAO;;EACR;IAAC;IAAO;;EACR;IAAC;IAAM;;EACP;IAAC;IAAO;;EACR;IAAC;IAAM;;EACP;IAAC;IAAM;;EACP;IAAC;IAAM;;EACP;IAAC;IAAM;;;EAEP;IAAC;IAAM;;EACP;IAAC;IAAM;;EACP;IAAC;IAAO;;EACR;IAAC;IAAO;;EACR;IAAC;IAAM;;EACP;IAAC;IAAO;;EACR;IAAC;IAAQ;;EACT;IAAC;IAAQ;;EACT;IAAC;IAAO;;EACR;IAAC;IAAM;;EACP;IAAC;IAAK;;EACN;IAAC;IAAO;;EACR;IAAC;IAAM;;EACP;IAAC;IAAM;;EACP;IAAC;IAAO;;EACR;IAAC;IAAO;;EACR;IAAC;IAAM;;EACP;IAAC;IAAM;;EACP;IAAC;IAAM;;EACP;IAAC;IAAM;;;EAEP;IAAC;IAAO;;EACR;IAAC;IAAQ;;;EAET;IAAC;IAAM;;;EAEP;IAAC;IAAM;;;AAITC,OAAOC,OAAOC,YAAYF,OAAOG,YAAYJ,qBAAAA,CAAAA;",
|
|
5
|
-
"names": ["shorthands", "text", "b", "bg", "content", "grow", "items", "justify", "l", "m", "maxH", "maxW", "mb", "minH", "minW", "ml", "mr", "mt", "mx", "my", "p", "pb", "pl", "pr", "pt", "px", "py", "r", "rounded", "select", "self", "shrink", "t", "z", "nonCompilerShorthands", "Object", "assign", "shorthands", "fromEntries"]
|
|
6
|
-
}
|