@social-mail/social-mail-client 1.8.63 → 1.8.65
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/site-editor/suggestions/properties/animations/key-frames/css.js +1 -1
- package/dist/site-editor/suggestions/properties/animations/key-frames/css.js.map +1 -1
- package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.js +36 -35
- package/dist/site-editor/suggestions/properties/animations/key-frames/cssTranslate.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.js +37 -36
- package/dist/site-editor-app/SiteEditorApp.pack.js.map +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js +1 -1
- package/dist/site-editor-app/SiteEditorApp.pack.min.js.map +1 -1
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +1 -1
- package/src/site-editor/suggestions/properties/animations/key-frames/css.ts +1 -1
- package/src/site-editor/suggestions/properties/animations/key-frames/cssTranslate.ts +33 -33
- package/styler-lite/styler.css +1 -1
- package/styler-lite/styler.css.map +1 -1
- package/styler-lite/styles/animations/animations.css +5 -3
|
@@ -14,7 +14,7 @@ System.register([], function (_export, _context) {
|
|
|
14
14
|
z = 0
|
|
15
15
|
} = {}) => !(x && y && z) ? "none" : `translate3d(${toUnit(x, unit)}, ${toUnit(y, unit)}, ${toUnit(z, unit)})`;
|
|
16
16
|
transform = (...n) => ({
|
|
17
|
-
transform: n.join(" ")
|
|
17
|
+
transform: n.length ? n.join(" ") : "none"
|
|
18
18
|
});
|
|
19
19
|
perc = n => `${n}%`;
|
|
20
20
|
_export("CSSBuilder", CSSBuilder = {
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["toUnit","n","u","translate3d","unit","x","y","z","transform","join","perc","_export","CSSBuilder","vh","vw","px"],"sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/css.ts"],"sourcesContent":[null],"mappings":";;;;;;;MAKC;MAEKA,MAAM,GAAGA,CAACC,CAAkB,EAAEC,CAAA,GAAY,IAAI,KAAKD,CAAC,KAAK,CAAC,GAC1D,GAAG,GACF,OAAOA,CAAC,KAAK,QAAQ,GAAGA,CAAC,GAAGA,CAAC,GAAGC,CAAE;MAEnCC,WAAW,GAAGA,CAAC;QAAEC,IAAI,GAAG,IAAI;QAAEC,CAAC,GAAG,CAAC;QAAEC,CAAC,GAAG,CAAC;QAAEC,CAAC,GAAG;MAAC,IAAgB,EAAE,KAAK,EAAEF,CAAC,IAAIC,CAAC,IAAIC,CAAC,CAAC,GACtF,MAAM,GACN,eAAeP,MAAM,CAACK,CAAC,EAAED,IAAI,CAAC,KAAKJ,MAAM,CAACM,CAAC,EAAEF,IAAI,CAAC,KAAKJ,MAAM,CAACO,CAAC,EAAEH,IAAI,CAAC,GAAG;MAEzEI,SAAS,GAAGA,CAAC,GAAIP,CAAW,MAAM;QAAEO,SAAS,EAAEP,CAAC,CAACQ,IAAI,CAAC,GAAG;
|
|
1
|
+
{"version":3,"names":["toUnit","n","u","translate3d","unit","x","y","z","transform","length","join","perc","_export","CSSBuilder","vh","vw","px"],"sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/css.ts"],"sourcesContent":[null],"mappings":";;;;;;;MAKC;MAEKA,MAAM,GAAGA,CAACC,CAAkB,EAAEC,CAAA,GAAY,IAAI,KAAKD,CAAC,KAAK,CAAC,GAC1D,GAAG,GACF,OAAOA,CAAC,KAAK,QAAQ,GAAGA,CAAC,GAAGA,CAAC,GAAGC,CAAE;MAEnCC,WAAW,GAAGA,CAAC;QAAEC,IAAI,GAAG,IAAI;QAAEC,CAAC,GAAG,CAAC;QAAEC,CAAC,GAAG,CAAC;QAAEC,CAAC,GAAG;MAAC,IAAgB,EAAE,KAAK,EAAEF,CAAC,IAAIC,CAAC,IAAIC,CAAC,CAAC,GACtF,MAAM,GACN,eAAeP,MAAM,CAACK,CAAC,EAAED,IAAI,CAAC,KAAKJ,MAAM,CAACM,CAAC,EAAEF,IAAI,CAAC,KAAKJ,MAAM,CAACO,CAAC,EAAEH,IAAI,CAAC,GAAG;MAEzEI,SAAS,GAAGA,CAAC,GAAIP,CAAW,MAAM;QAAEO,SAAS,EAAEP,CAAC,CAACQ,MAAM,GAAGR,CAAC,CAACS,IAAI,CAAC,GAAG,CAAC,GAAG;MAAM,CAAC,CAAC;MAEhFC,IAAI,GAAIV,CAAC,IAAK,GAAGA,CAAC,GAAG;MAAAW,OAAA,eAEdC,UAAU,GAAG;QACtBb,MAAM;QACNW,IAAI;QACJG,EAAE,EAAGb,CAAC,IAAK,GAAGA,CAAC,IAAI;QACnBc,EAAE,EAAGd,CAAC,IAAK,GAAGA,CAAC,IAAI;QACnBe,EAAE,EAAGf,CAAC,IAAK,GAAGA,CAAC,GAAG;QAClBE,WAAW;QACXK;OACH;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
System.register(["./css"], function (_export, _context) {
|
|
2
2
|
"use strict";
|
|
3
3
|
|
|
4
|
-
var CSSBuilder, motion, perc, vh, vw, translate3d, cssTranslate;
|
|
4
|
+
var CSSBuilder, motion, perc, vh, vw, translate3d, transform, cssTranslate;
|
|
5
5
|
return {
|
|
6
6
|
setters: [function (_css) {
|
|
7
7
|
CSSBuilder = _css.CSSBuilder;
|
|
@@ -30,93 +30,94 @@ System.register(["./css"], function (_export, _context) {
|
|
|
30
30
|
perc,
|
|
31
31
|
vh,
|
|
32
32
|
vw,
|
|
33
|
-
translate3d
|
|
33
|
+
translate3d,
|
|
34
|
+
transform
|
|
34
35
|
} = CSSBuilder);
|
|
35
36
|
_export("cssTranslate", cssTranslate = ({
|
|
36
37
|
title: name,
|
|
37
38
|
keyframes
|
|
38
39
|
}) => {
|
|
39
|
-
return [motion(keyframes, name, "to-left",
|
|
40
|
+
return [motion(keyframes, name, "to-left", transform(), transform(translate3d({
|
|
40
41
|
x: perc(-100)
|
|
41
|
-
})), motion(keyframes, name, "to-right",
|
|
42
|
+
}))), motion(keyframes, name, "to-right", transform(), transform(translate3d({
|
|
42
43
|
x: perc(100)
|
|
43
|
-
})), motion(keyframes, name, "to-top",
|
|
44
|
+
}))), motion(keyframes, name, "to-top", transform(), transform(translate3d({
|
|
44
45
|
y: perc(-100)
|
|
45
|
-
})), motion(keyframes, name, "to-bottom",
|
|
46
|
+
}))), motion(keyframes, name, "to-bottom", transform(), transform(translate3d({
|
|
46
47
|
y: perc(100)
|
|
47
|
-
})), motion(keyframes, name, "from-left", translate3d({
|
|
48
|
+
}))), motion(keyframes, name, "from-left", transform(translate3d({
|
|
48
49
|
x: perc(-100)
|
|
49
|
-
}),
|
|
50
|
+
})), transform()), motion(keyframes, name, "from-right", transform(translate3d({
|
|
50
51
|
x: perc(100)
|
|
51
|
-
}),
|
|
52
|
+
})), transform()), motion(keyframes, name, "from-top", transform(translate3d({
|
|
52
53
|
y: perc(-100)
|
|
53
|
-
}),
|
|
54
|
+
})), transform()), motion(keyframes, name, "from-bottom", transform(translate3d({
|
|
54
55
|
y: perc(100)
|
|
55
|
-
}),
|
|
56
|
+
})), transform()), motion(keyframes, name, "to-far-left", transform(), transform(translate3d({
|
|
56
57
|
x: vw(-100)
|
|
57
|
-
})), motion(keyframes, name, "to-far-right",
|
|
58
|
+
}))), motion(keyframes, name, "to-far-right", transform(), transform(translate3d({
|
|
58
59
|
x: vw(100)
|
|
59
|
-
})), motion(keyframes, name, "to-far-top",
|
|
60
|
+
}))), motion(keyframes, name, "to-far-top", transform(), transform(translate3d({
|
|
60
61
|
y: vh(-100)
|
|
61
|
-
})), motion(keyframes, name, "to-far-bottom",
|
|
62
|
+
}))), motion(keyframes, name, "to-far-bottom", transform(), transform(translate3d({
|
|
62
63
|
y: vh(100)
|
|
63
|
-
})), motion(keyframes, name, "from-far-left", translate3d({
|
|
64
|
+
}))), motion(keyframes, name, "from-far-left", transform(translate3d({
|
|
64
65
|
x: vw(-100)
|
|
65
|
-
}),
|
|
66
|
+
})), transform()), motion(keyframes, name, "from-far-right", transform(translate3d({
|
|
66
67
|
x: vw(100)
|
|
67
|
-
}),
|
|
68
|
+
})), transform()), motion(keyframes, name, "from-far-top", transform(translate3d({
|
|
68
69
|
y: vh(-100)
|
|
69
|
-
}),
|
|
70
|
+
})), transform()), motion(keyframes, name, "from-far-bottom", transform(translate3d({
|
|
70
71
|
y: vh(100)
|
|
71
|
-
}),
|
|
72
|
+
})), transform()), motion(keyframes, name, "to-top-left", transform(), transform(translate3d({
|
|
72
73
|
x: perc(-100),
|
|
73
74
|
y: perc(-100)
|
|
74
|
-
})), motion(keyframes, name, "to-top-right",
|
|
75
|
+
}))), motion(keyframes, name, "to-top-right", transform(), transform(translate3d({
|
|
75
76
|
x: perc(100),
|
|
76
77
|
y: perc(-100)
|
|
77
|
-
})), motion(keyframes, name, "to-bottom-right",
|
|
78
|
+
}))), motion(keyframes, name, "to-bottom-right", transform(), transform(translate3d({
|
|
78
79
|
x: perc(100),
|
|
79
80
|
y: perc(100)
|
|
80
|
-
})), motion(keyframes, name, "to-bottom-left",
|
|
81
|
+
}))), motion(keyframes, name, "to-bottom-left", transform(), transform(translate3d({
|
|
81
82
|
x: perc(-100),
|
|
82
83
|
y: perc(100)
|
|
83
|
-
})), motion(keyframes, name, "from-top-left", translate3d({
|
|
84
|
+
}))), motion(keyframes, name, "from-top-left", transform(translate3d({
|
|
84
85
|
x: perc(-100),
|
|
85
86
|
y: perc(-100)
|
|
86
|
-
}),
|
|
87
|
+
})), transform()), motion(keyframes, name, "from-top-right", transform(translate3d({
|
|
87
88
|
x: perc(100),
|
|
88
89
|
y: perc(-100)
|
|
89
|
-
}),
|
|
90
|
+
})), transform()), motion(keyframes, name, "from-bottom-right", transform(translate3d({
|
|
90
91
|
x: perc(100),
|
|
91
92
|
y: perc(100)
|
|
92
|
-
}),
|
|
93
|
+
})), transform()), motion(keyframes, name, "from-bottom-left", transform(translate3d({
|
|
93
94
|
x: perc(-100),
|
|
94
95
|
y: perc(100)
|
|
95
|
-
}),
|
|
96
|
+
})), transform()), motion(keyframes, name, "to-far-top-left", transform(), transform(translate3d({
|
|
96
97
|
x: vw(-100),
|
|
97
98
|
y: vh(-100)
|
|
98
|
-
})), motion(keyframes, name, "to-far-top-right",
|
|
99
|
+
}))), motion(keyframes, name, "to-far-top-right", transform(), transform(translate3d({
|
|
99
100
|
x: vw(100),
|
|
100
101
|
y: vh(-100)
|
|
101
|
-
})), motion(keyframes, name, "to-far-bottom-right",
|
|
102
|
+
}))), motion(keyframes, name, "to-far-bottom-right", transform(), transform(translate3d({
|
|
102
103
|
x: vw(100),
|
|
103
104
|
y: vh(100)
|
|
104
|
-
})), motion(keyframes, name, "to-far-bottom-left",
|
|
105
|
+
}))), motion(keyframes, name, "to-far-bottom-left", transform(), transform(translate3d({
|
|
105
106
|
x: vw(-100),
|
|
106
107
|
y: vh(100)
|
|
107
|
-
})), motion(keyframes, name, "from-far-top-left", translate3d({
|
|
108
|
+
}))), motion(keyframes, name, "from-far-top-left", transform(translate3d({
|
|
108
109
|
x: vw(-100),
|
|
109
110
|
y: vh(-100)
|
|
110
|
-
}),
|
|
111
|
+
})), transform()), motion(keyframes, name, "from-far-top-right", transform(translate3d({
|
|
111
112
|
x: vw(100),
|
|
112
113
|
y: vh(-100)
|
|
113
|
-
}),
|
|
114
|
+
})), transform()), motion(keyframes, name, "from-far-bottom-right", transform(translate3d({
|
|
114
115
|
x: vw(100),
|
|
115
116
|
y: vh(100)
|
|
116
|
-
}),
|
|
117
|
+
})), transform()), motion(keyframes, name, "from-far-bottom-left", transform(translate3d({
|
|
117
118
|
x: vw(-100),
|
|
118
119
|
y: vh(100)
|
|
119
|
-
}),
|
|
120
|
+
})), transform())];
|
|
120
121
|
});
|
|
121
122
|
}
|
|
122
123
|
};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"names":["CSSBuilder","_css","execute","motion","keyframes","name","suffix","from","to","map","x","Object","assign","first","last","length","key","prototype","hasOwnProperty","call","title","perc","vh","vw","translate3d","_export","cssTranslate","y"],"sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/cssTranslate.ts"],"sourcesContent":[null],"mappings":";;;;;;MAASA,UAAU,GAAAC,IAAA,CAAVD,UAAU;IAAA;IAAAE,OAAA,WAAAA,CAAA;MAEbC,MAAM,GAAGA,CAACC,SAAgB,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,EAAEC,EAAE,KAAI;QAExDJ,SAAS,GAAGA,SAAS,CAACK,GAAG,CAAEC,CAAC,IAAKC,MAAA,CAAAC,MAAA,KAAOF,CAAC,CAAE,CAAC;QAE5C,MAAMG,KAAK,GAAGT,SAAS,CAAC,CAAC,CAAC;QAC1B,MAAMU,IAAI,GAAGV,SAAS,CAACA,SAAS,CAACW,MAAM,GAAC,CAAC,CAAC;QAE1C,KAAK,MAAMC,GAAG,IAAIT,IAAI,EAAE;UACpB,IAAII,MAAM,CAACM,SAAS,CAACC,cAAc,CAACC,IAAI,CAACZ,IAAI,EAAES,GAAG,CAAC,EAAE;YACjDH,KAAK,CAACG,GAAG,CAAC,GAAGT,IAAI,CAACS,GAAG,CAAC;;;QAI9B,KAAK,MAAMA,GAAG,IAAIR,EAAE,EAAE;UAClB,IAAIG,MAAM,CAACM,SAAS,CAACC,cAAc,CAACC,IAAI,CAACX,EAAE,EAAEQ,GAAG,CAAC,EAAE;YAC/CF,IAAI,CAACE,GAAG,CAAC,GAAGR,EAAE,CAACQ,GAAG,CAAC;;;QAI3B,OAAO;UACHI,KAAK,EAAE,GAAGf,IAAI,IAAIC,MAAM,EAAE;UAC1BF;SACH;MACL,CAAC;MAAA,CAOK;QAAEiB,IAAI;QAAEC,EAAE;QAAEC,EAAE;QAAEC;
|
|
1
|
+
{"version":3,"names":["CSSBuilder","_css","execute","motion","keyframes","name","suffix","from","to","map","x","Object","assign","first","last","length","key","prototype","hasOwnProperty","call","title","perc","vh","vw","translate3d","transform","_export","cssTranslate","y"],"sources":["../../../../../../src/site-editor/suggestions/properties/animations/key-frames/cssTranslate.ts"],"sourcesContent":[null],"mappings":";;;;;;MAASA,UAAU,GAAAC,IAAA,CAAVD,UAAU;IAAA;IAAAE,OAAA,WAAAA,CAAA;MAEbC,MAAM,GAAGA,CAACC,SAAgB,EAAEC,IAAI,EAAEC,MAAM,EAAEC,IAAI,EAAEC,EAAE,KAAI;QAExDJ,SAAS,GAAGA,SAAS,CAACK,GAAG,CAAEC,CAAC,IAAKC,MAAA,CAAAC,MAAA,KAAOF,CAAC,CAAE,CAAC;QAE5C,MAAMG,KAAK,GAAGT,SAAS,CAAC,CAAC,CAAC;QAC1B,MAAMU,IAAI,GAAGV,SAAS,CAACA,SAAS,CAACW,MAAM,GAAC,CAAC,CAAC;QAE1C,KAAK,MAAMC,GAAG,IAAIT,IAAI,EAAE;UACpB,IAAII,MAAM,CAACM,SAAS,CAACC,cAAc,CAACC,IAAI,CAACZ,IAAI,EAAES,GAAG,CAAC,EAAE;YACjDH,KAAK,CAACG,GAAG,CAAC,GAAGT,IAAI,CAACS,GAAG,CAAC;;;QAI9B,KAAK,MAAMA,GAAG,IAAIR,EAAE,EAAE;UAClB,IAAIG,MAAM,CAACM,SAAS,CAACC,cAAc,CAACC,IAAI,CAACX,EAAE,EAAEQ,GAAG,CAAC,EAAE;YAC/CF,IAAI,CAACE,GAAG,CAAC,GAAGR,EAAE,CAACQ,GAAG,CAAC;;;QAI3B,OAAO;UACHI,KAAK,EAAE,GAAGf,IAAI,IAAIC,MAAM,EAAE;UAC1BF;SACH;MACL,CAAC;MAAA,CAOK;QAAEiB,IAAI;QAAEC,EAAE;QAAEC,EAAE;QAAEC,WAAW;QAAEC;MAAS,CAAE,GAAGzB,UAAU;MAAA0B,OAAA,iBAE9CC,YAAY,GAAGA,CAAC;QAAEP,KAAK,EAAEf,IAAI;QAAED;MAAS,CAAc,KAAI;QACnE,OAAO,CACHD,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,SAAS,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC5FlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,UAAU,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC5FlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,QAAQ,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAII,CAAC,EAAEP,IAAI,CAAC,CAAC,GAAG;QAAC,CAAI,CAAC,CAAC,CAAC,EAC7FlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,WAAW,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEP,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAE7FlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,WAAW,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAGI,SAAS,EAAE,CAAC,EAC/FtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,YAAY,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEI,SAAS,EAAE,CAAC,EAC9FtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,UAAU,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEP,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEI,SAAS,EAAE,CAAC,EAC7FtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,aAAa,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEP,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEI,SAAS,EAAE,CAAC,EAI/FtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,aAAa,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC9FpB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,cAAc,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC9FpB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,YAAY,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEN,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC7FnB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,eAAe,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEN,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAE/FnB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,eAAe,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAGE,SAAS,EAAE,CAAC,EACjGtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,gBAAgB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEE,SAAS,EAAE,CAAC,EAChGtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,cAAc,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEN,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEG,SAAS,EAAE,CAAC,EAC/FtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,iBAAiB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGI,CAAC,EAAEN,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEG,SAAS,EAAE,CAAC,EAIjGtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,aAAa,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC/GlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,cAAc,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC/GlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,iBAAiB,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EACjHlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,gBAAgB,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAEjHlB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,eAAe,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAGI,SAAS,EAAE,CAAC,EAClHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,gBAAgB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEI,SAAS,EAAE,CAAC,EACjHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,mBAAmB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEI,SAAS,EAAE,CAAC,EACnHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,kBAAkB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEW,IAAI,CAAC,CAAC,GAAG,CAAC;UAAEO,CAAC,EAAEP,IAAI,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEI,SAAS,EAAE,CAAC,EAInHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,iBAAiB,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC/GnB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,kBAAkB,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAC/GnB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,qBAAqB,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EACjHnB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,oBAAoB,EAAEoB,SAAS,EAAE,EAAEA,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,CAAC,EAEjHnB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,mBAAmB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAGG,SAAS,EAAE,CAAC,EAClHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,oBAAoB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEG,SAAS,EAAE,CAAC,EACjHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,uBAAuB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEG,SAAS,EAAE,CAAC,EACnHtB,MAAM,CAACC,SAAS,EAAEC,IAAI,EAAE,sBAAsB,EAAEoB,SAAS,CAACD,WAAW,CAAC;UAAGd,CAAC,EAAEa,EAAE,CAAC,CAAC,GAAG,CAAC;UAAEK,CAAC,EAAEN,EAAE,CAAC,GAAG;QAAC,CAAG,CAAC,CAAC,EAAEG,SAAS,EAAE,CAAC,CAEtH;MACL,CAAC;IAAA;EAAA;AAAA","ignoreList":[]}
|
|
@@ -34478,7 +34478,7 @@ System.register([], function (_export, _context) {
|
|
|
34478
34478
|
z = 0
|
|
34479
34479
|
} = {}) => !(x && y && z) ? "none" : `translate3d(${toUnit(x, unit)}, ${toUnit(y, unit)}, ${toUnit(z, unit)})`;
|
|
34480
34480
|
transform = (...n) => ({
|
|
34481
|
-
transform: n.join(" ")
|
|
34481
|
+
transform: n.length ? n.join(" ") : "none"
|
|
34482
34482
|
});
|
|
34483
34483
|
perc = n => `${n}%`;
|
|
34484
34484
|
_export("CSSBuilder", CSSBuilder = {
|
|
@@ -34500,7 +34500,7 @@ System.register([], function (_export, _context) {
|
|
|
34500
34500
|
System.register(["./css"], function (_export, _context) {
|
|
34501
34501
|
"use strict";
|
|
34502
34502
|
|
|
34503
|
-
var CSSBuilder, motion, perc, vh, vw, translate3d, cssTranslate;
|
|
34503
|
+
var CSSBuilder, motion, perc, vh, vw, translate3d, transform, cssTranslate;
|
|
34504
34504
|
return {
|
|
34505
34505
|
setters: [function (_css) {
|
|
34506
34506
|
CSSBuilder = _css.CSSBuilder;
|
|
@@ -34529,93 +34529,94 @@ System.register(["./css"], function (_export, _context) {
|
|
|
34529
34529
|
perc,
|
|
34530
34530
|
vh,
|
|
34531
34531
|
vw,
|
|
34532
|
-
translate3d
|
|
34532
|
+
translate3d,
|
|
34533
|
+
transform
|
|
34533
34534
|
} = CSSBuilder);
|
|
34534
34535
|
_export("cssTranslate", cssTranslate = ({
|
|
34535
34536
|
title: name,
|
|
34536
34537
|
keyframes
|
|
34537
34538
|
}) => {
|
|
34538
|
-
return [motion(keyframes, name, "to-left",
|
|
34539
|
+
return [motion(keyframes, name, "to-left", transform(), transform(translate3d({
|
|
34539
34540
|
x: perc(-100)
|
|
34540
|
-
})), motion(keyframes, name, "to-right",
|
|
34541
|
+
}))), motion(keyframes, name, "to-right", transform(), transform(translate3d({
|
|
34541
34542
|
x: perc(100)
|
|
34542
|
-
})), motion(keyframes, name, "to-top",
|
|
34543
|
+
}))), motion(keyframes, name, "to-top", transform(), transform(translate3d({
|
|
34543
34544
|
y: perc(-100)
|
|
34544
|
-
})), motion(keyframes, name, "to-bottom",
|
|
34545
|
+
}))), motion(keyframes, name, "to-bottom", transform(), transform(translate3d({
|
|
34545
34546
|
y: perc(100)
|
|
34546
|
-
})), motion(keyframes, name, "from-left", translate3d({
|
|
34547
|
+
}))), motion(keyframes, name, "from-left", transform(translate3d({
|
|
34547
34548
|
x: perc(-100)
|
|
34548
|
-
}),
|
|
34549
|
+
})), transform()), motion(keyframes, name, "from-right", transform(translate3d({
|
|
34549
34550
|
x: perc(100)
|
|
34550
|
-
}),
|
|
34551
|
+
})), transform()), motion(keyframes, name, "from-top", transform(translate3d({
|
|
34551
34552
|
y: perc(-100)
|
|
34552
|
-
}),
|
|
34553
|
+
})), transform()), motion(keyframes, name, "from-bottom", transform(translate3d({
|
|
34553
34554
|
y: perc(100)
|
|
34554
|
-
}),
|
|
34555
|
+
})), transform()), motion(keyframes, name, "to-far-left", transform(), transform(translate3d({
|
|
34555
34556
|
x: vw(-100)
|
|
34556
|
-
})), motion(keyframes, name, "to-far-right",
|
|
34557
|
+
}))), motion(keyframes, name, "to-far-right", transform(), transform(translate3d({
|
|
34557
34558
|
x: vw(100)
|
|
34558
|
-
})), motion(keyframes, name, "to-far-top",
|
|
34559
|
+
}))), motion(keyframes, name, "to-far-top", transform(), transform(translate3d({
|
|
34559
34560
|
y: vh(-100)
|
|
34560
|
-
})), motion(keyframes, name, "to-far-bottom",
|
|
34561
|
+
}))), motion(keyframes, name, "to-far-bottom", transform(), transform(translate3d({
|
|
34561
34562
|
y: vh(100)
|
|
34562
|
-
})), motion(keyframes, name, "from-far-left", translate3d({
|
|
34563
|
+
}))), motion(keyframes, name, "from-far-left", transform(translate3d({
|
|
34563
34564
|
x: vw(-100)
|
|
34564
|
-
}),
|
|
34565
|
+
})), transform()), motion(keyframes, name, "from-far-right", transform(translate3d({
|
|
34565
34566
|
x: vw(100)
|
|
34566
|
-
}),
|
|
34567
|
+
})), transform()), motion(keyframes, name, "from-far-top", transform(translate3d({
|
|
34567
34568
|
y: vh(-100)
|
|
34568
|
-
}),
|
|
34569
|
+
})), transform()), motion(keyframes, name, "from-far-bottom", transform(translate3d({
|
|
34569
34570
|
y: vh(100)
|
|
34570
|
-
}),
|
|
34571
|
+
})), transform()), motion(keyframes, name, "to-top-left", transform(), transform(translate3d({
|
|
34571
34572
|
x: perc(-100),
|
|
34572
34573
|
y: perc(-100)
|
|
34573
|
-
})), motion(keyframes, name, "to-top-right",
|
|
34574
|
+
}))), motion(keyframes, name, "to-top-right", transform(), transform(translate3d({
|
|
34574
34575
|
x: perc(100),
|
|
34575
34576
|
y: perc(-100)
|
|
34576
|
-
})), motion(keyframes, name, "to-bottom-right",
|
|
34577
|
+
}))), motion(keyframes, name, "to-bottom-right", transform(), transform(translate3d({
|
|
34577
34578
|
x: perc(100),
|
|
34578
34579
|
y: perc(100)
|
|
34579
|
-
})), motion(keyframes, name, "to-bottom-left",
|
|
34580
|
+
}))), motion(keyframes, name, "to-bottom-left", transform(), transform(translate3d({
|
|
34580
34581
|
x: perc(-100),
|
|
34581
34582
|
y: perc(100)
|
|
34582
|
-
})), motion(keyframes, name, "from-top-left", translate3d({
|
|
34583
|
+
}))), motion(keyframes, name, "from-top-left", transform(translate3d({
|
|
34583
34584
|
x: perc(-100),
|
|
34584
34585
|
y: perc(-100)
|
|
34585
|
-
}),
|
|
34586
|
+
})), transform()), motion(keyframes, name, "from-top-right", transform(translate3d({
|
|
34586
34587
|
x: perc(100),
|
|
34587
34588
|
y: perc(-100)
|
|
34588
|
-
}),
|
|
34589
|
+
})), transform()), motion(keyframes, name, "from-bottom-right", transform(translate3d({
|
|
34589
34590
|
x: perc(100),
|
|
34590
34591
|
y: perc(100)
|
|
34591
|
-
}),
|
|
34592
|
+
})), transform()), motion(keyframes, name, "from-bottom-left", transform(translate3d({
|
|
34592
34593
|
x: perc(-100),
|
|
34593
34594
|
y: perc(100)
|
|
34594
|
-
}),
|
|
34595
|
+
})), transform()), motion(keyframes, name, "to-far-top-left", transform(), transform(translate3d({
|
|
34595
34596
|
x: vw(-100),
|
|
34596
34597
|
y: vh(-100)
|
|
34597
|
-
})), motion(keyframes, name, "to-far-top-right",
|
|
34598
|
+
}))), motion(keyframes, name, "to-far-top-right", transform(), transform(translate3d({
|
|
34598
34599
|
x: vw(100),
|
|
34599
34600
|
y: vh(-100)
|
|
34600
|
-
})), motion(keyframes, name, "to-far-bottom-right",
|
|
34601
|
+
}))), motion(keyframes, name, "to-far-bottom-right", transform(), transform(translate3d({
|
|
34601
34602
|
x: vw(100),
|
|
34602
34603
|
y: vh(100)
|
|
34603
|
-
})), motion(keyframes, name, "to-far-bottom-left",
|
|
34604
|
+
}))), motion(keyframes, name, "to-far-bottom-left", transform(), transform(translate3d({
|
|
34604
34605
|
x: vw(-100),
|
|
34605
34606
|
y: vh(100)
|
|
34606
|
-
})), motion(keyframes, name, "from-far-top-left", translate3d({
|
|
34607
|
+
}))), motion(keyframes, name, "from-far-top-left", transform(translate3d({
|
|
34607
34608
|
x: vw(-100),
|
|
34608
34609
|
y: vh(-100)
|
|
34609
|
-
}),
|
|
34610
|
+
})), transform()), motion(keyframes, name, "from-far-top-right", transform(translate3d({
|
|
34610
34611
|
x: vw(100),
|
|
34611
34612
|
y: vh(-100)
|
|
34612
|
-
}),
|
|
34613
|
+
})), transform()), motion(keyframes, name, "from-far-bottom-right", transform(translate3d({
|
|
34613
34614
|
x: vw(100),
|
|
34614
34615
|
y: vh(100)
|
|
34615
|
-
}),
|
|
34616
|
+
})), transform()), motion(keyframes, name, "from-far-bottom-left", transform(translate3d({
|
|
34616
34617
|
x: vw(-100),
|
|
34617
34618
|
y: vh(100)
|
|
34618
|
-
}),
|
|
34619
|
+
})), transform())];
|
|
34619
34620
|
});
|
|
34620
34621
|
}
|
|
34621
34622
|
};
|