@auspices/eos 2.32.4 → 2.32.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/HTML/HTML.js +1 -1
- package/dist/HTML/HTML.js.map +1 -1
- package/package.json +1 -1
package/dist/HTML/HTML.js
CHANGED
|
@@ -34,7 +34,7 @@ var react_1 = __importDefault(require("react"));
|
|
|
34
34
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
35
35
|
var theme_get_1 = require("@styled-system/theme-get");
|
|
36
36
|
var Box_1 = require("../Box");
|
|
37
|
-
exports.Styles = (0, styled_components_1.default)(Box_1.Box)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n h1,\n h2,\n h3,\n h4,\n h5,\n ul,\n ol,\n p,\n blockquote,\n pre,\n hr {\n margin: ", " auto;\n\n &:first-child {\n margin-top: 0;\n }\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1 {\n font-size: ", ";\n }\n\n h2 {\n font-size: ", ";\n }\n\n h3 {\n font-size: ", ";\n }\n\n hr {\n height: 1px;\n border: 0;\n background-color: ", ";\n }\n\n pre,\n code {\n font-family: ", ";\n font-size: ", ";\n }\n\n pre {\n border: 1px solid ", ";\n padding: ", " ", ";\n overflow-x: auto;\n }\n\n blockquote {\n border-left: 2px solid ", ";\n padding-left: ", ";\n }\n"], ["\n h1,\n h2,\n h3,\n h4,\n h5,\n ul,\n ol,\n p,\n blockquote,\n pre,\n hr {\n margin: ", " auto;\n\n &:first-child {\n margin-top: 0;\n }\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1 {\n font-size: ", ";\n }\n\n h2 {\n font-size: ", ";\n }\n\n h3 {\n font-size: ", ";\n }\n\n hr {\n height: 1px;\n border: 0;\n background-color: ", ";\n }\n\n pre,\n code {\n font-family: ", ";\n font-size: ", ";\n }\n\n pre {\n border: 1px solid ", ";\n padding: ", " ", ";\n overflow-x: auto;\n }\n\n blockquote {\n border-left: 2px solid ", ";\n padding-left: ", ";\n }\n"])), (0, theme_get_1.themeGet)("space.5"), (0, theme_get_1.themeGet)("fontSizes.5"), (0, theme_get_1.themeGet)("fontSizes.4"), (0, theme_get_1.themeGet)("fontSizes.3"), (0, theme_get_1.themeGet)("colors.primary"), (0, theme_get_1.themeGet)("fonts.mono"), (0, theme_get_1.themeGet)("fontSizes.1"), (0, theme_get_1.themeGet)("colors.hint"), (0, theme_get_1.themeGet)("space.3"), (0, theme_get_1.themeGet)("space.4"), (0, theme_get_1.themeGet)("colors.hint"), (0, theme_get_1.themeGet)("space.4"));
|
|
37
|
+
exports.Styles = (0, styled_components_1.default)(Box_1.Box)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n h1,\n h2,\n h3,\n h4,\n h5,\n ul,\n ol,\n p,\n blockquote,\n pre,\n hr {\n margin: ", " auto;\n\n &:first-child {\n margin-top: 0;\n }\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1 {\n font-size: ", ";\n }\n\n h2 {\n font-size: ", ";\n }\n\n h3 {\n font-size: ", ";\n }\n\n hr {\n height: 1px;\n border: 0;\n background-color: ", ";\n }\n\n pre,\n code {\n font-family: ", ";\n font-size: ", ";\n }\n\n pre {\n border: 1px solid ", ";\n padding: ", " ", ";\n overflow-x: auto;\n }\n\n blockquote {\n border-left: 2px solid ", ";\n padding-left: ", ";\n }\n\n a {\n color: ", ";\n text-decoration: underline;\n }\n"], ["\n h1,\n h2,\n h3,\n h4,\n h5,\n ul,\n ol,\n p,\n blockquote,\n pre,\n hr {\n margin: ", " auto;\n\n &:first-child {\n margin-top: 0;\n }\n &:last-child {\n margin-bottom: 0;\n }\n }\n\n h1 {\n font-size: ", ";\n }\n\n h2 {\n font-size: ", ";\n }\n\n h3 {\n font-size: ", ";\n }\n\n hr {\n height: 1px;\n border: 0;\n background-color: ", ";\n }\n\n pre,\n code {\n font-family: ", ";\n font-size: ", ";\n }\n\n pre {\n border: 1px solid ", ";\n padding: ", " ", ";\n overflow-x: auto;\n }\n\n blockquote {\n border-left: 2px solid ", ";\n padding-left: ", ";\n }\n\n a {\n color: ", ";\n text-decoration: underline;\n }\n"])), (0, theme_get_1.themeGet)("space.5"), (0, theme_get_1.themeGet)("fontSizes.5"), (0, theme_get_1.themeGet)("fontSizes.4"), (0, theme_get_1.themeGet)("fontSizes.3"), (0, theme_get_1.themeGet)("colors.primary"), (0, theme_get_1.themeGet)("fonts.mono"), (0, theme_get_1.themeGet)("fontSizes.1"), (0, theme_get_1.themeGet)("colors.hint"), (0, theme_get_1.themeGet)("space.3"), (0, theme_get_1.themeGet)("space.4"), (0, theme_get_1.themeGet)("colors.hint"), (0, theme_get_1.themeGet)("space.4"), (0, theme_get_1.themeGet)("colors.primary"));
|
|
38
38
|
var HTML = function (props) {
|
|
39
39
|
if ("html" in props) {
|
|
40
40
|
var html = props.html, rest_1 = __rest(props, ["html"]);
|
package/dist/HTML/HTML.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"HTML.js","sourceRoot":"","sources":["../../src/HTML/HTML.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,wEAAuC;AACvC,sDAAoD;AACpD,8BAAuC;AAK1B,QAAA,MAAM,GAAG,IAAA,2BAAM,EAAC,SAAG,CAAC,
|
|
1
|
+
{"version":3,"file":"HTML.js","sourceRoot":"","sources":["../../src/HTML/HTML.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA,gDAA0B;AAC1B,wEAAuC;AACvC,sDAAoD;AACpD,8BAAuC;AAK1B,QAAA,MAAM,GAAG,IAAA,2BAAM,EAAC,SAAG,CAAC,sxBAAA,sGAYnB,EAAmB,gJAWhB,EAAuB,mCAIvB,EAAuB,mCAIvB,EAAuB,4EAMhB,EAA0B,+CAK/B,EAAsB,oBACxB,EAAuB,2CAIhB,EAAuB,kBAChC,EAAmB,GAAI,EAAmB,8EAK5B,EAAuB,uBAChC,EAAmB,8BAI1B,EAA0B,2CAGtC,KAjDa,IAAA,oBAAQ,EAAC,SAAS,CAAC,EAWhB,IAAA,oBAAQ,EAAC,aAAa,CAAC,EAIvB,IAAA,oBAAQ,EAAC,aAAa,CAAC,EAIvB,IAAA,oBAAQ,EAAC,aAAa,CAAC,EAMhB,IAAA,oBAAQ,EAAC,gBAAgB,CAAC,EAK/B,IAAA,oBAAQ,EAAC,YAAY,CAAC,EACxB,IAAA,oBAAQ,EAAC,aAAa,CAAC,EAIhB,IAAA,oBAAQ,EAAC,aAAa,CAAC,EAChC,IAAA,oBAAQ,EAAC,SAAS,CAAC,EAAI,IAAA,oBAAQ,EAAC,SAAS,CAAC,EAK5B,IAAA,oBAAQ,EAAC,aAAa,CAAC,EAChC,IAAA,oBAAQ,EAAC,SAAS,CAAC,EAI1B,IAAA,oBAAQ,EAAC,gBAAgB,CAAC,EAGrC;AAEK,IAAM,IAAI,GAAwB,UAAC,KAAK;IAC7C,IAAI,MAAM,IAAI,KAAK,EAAE;QACX,IAAA,IAAI,GAAc,KAAK,KAAnB,EAAK,MAAI,UAAK,KAAK,EAAzB,QAAiB,CAAF,CAAW;QAChC,OAAO,8BAAC,cAAM,aAAC,uBAAuB,EAAE,EAAE,MAAM,EAAE,IAAI,EAAE,IAAM,MAAI,EAAI,CAAC;KACxE;IAEO,IAAA,QAAQ,GAAc,KAAK,SAAnB,EAAK,IAAI,UAAK,KAAK,EAA7B,YAAqB,CAAF,CAAW;IACpC,OAAO,8BAAC,cAAM,eAAK,IAAI,GAAG,QAAQ,CAAU,CAAC;AAC/C,CAAC,CAAC;AARW,QAAA,IAAI,QAQf;AAEF,YAAI,CAAC,WAAW,GAAG,MAAM,CAAC"}
|