diff --git a/-/fifthtry.github.io/code-block/static/tick-dark.svg b/-/fifthtry.github.io/code-block/static/tick-dark.svg new file mode 100644 index 0000000..b142da8 --- /dev/null +++ b/-/fifthtry.github.io/code-block/static/tick-dark.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/default-3C1EA7DEA25503A0B19931A2462ED6D6FBEE350FFB0375E3553EEA9F68D4F12C.js b/default-97ABE6CE4F9E76629095A5391AFAB63B06E8B87B2D62329965B103BCF1F26F78.js similarity index 87% rename from default-3C1EA7DEA25503A0B19931A2462ED6D6FBEE350FFB0375E3553EEA9F68D4F12C.js rename to default-97ABE6CE4F9E76629095A5391AFAB63B06E8B87B2D62329965B103BCF1F26F78.js index 4370102..b62a8be 100644 --- a/default-3C1EA7DEA25503A0B19931A2462ED6D6FBEE350FFB0375E3553EEA9F68D4F12C.js +++ b/default-97ABE6CE4F9E76629095A5391AFAB63B06E8B87B2D62329965B103BCF1F26F78.js @@ -2860,6 +2860,7 @@ class Node2 { default: this.attachAttribute("checked", staticValue); } + if (!ssr) this.#node.checked = staticValue; } else if (kind === fastn_dom.PropertyKind.Enabled) { switch (staticValue) { case "false": @@ -3965,6 +3966,9 @@ let fastn_utils = { getNodeValue(node) { return node.getNode().value; }, + getNodeCheckedState(node) { + return node.getNode().checked; + }, setFullHeight() { if (!ssr) { document.body.style.height = `max(${document.documentElement.scrollHeight}px, 100%)`; @@ -5336,7 +5340,7 @@ ftd.toggle = function (args) { try { let __args__ = fastn_utils.getArgs({ }, args); - let fastn_utils_val___args___a = fastn_utils.clone(!fastn_utils.getter(__args__.a)); + let fastn_utils_val___args___a = fastn_utils.clone(!fastn_utils.getStaticValue(__args__.a)); if (fastn_utils_val___args___a instanceof fastn.mutableClass) { fastn_utils_val___args___a = fastn_utils_val___args___a.get(); } @@ -5353,7 +5357,7 @@ ftd.increment = function (args) { try { let __args__ = fastn_utils.getArgs({ }, args); - let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getter(__args__.a) + 1); + let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getStaticValue(__args__.a) + 1); if (fastn_utils_val___args___a instanceof fastn.mutableClass) { fastn_utils_val___args___a = fastn_utils_val___args___a.get(); } @@ -5370,7 +5374,7 @@ ftd.increment_by = function (args) { try { let __args__ = fastn_utils.getArgs({ }, args); - let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getter(__args__.a) + fastn_utils.getter(__args__.v)); + let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getStaticValue(__args__.a) + fastn_utils.getStaticValue(__args__.v)); if (fastn_utils_val___args___a instanceof fastn.mutableClass) { fastn_utils_val___args___a = fastn_utils_val___args___a.get(); } @@ -5387,7 +5391,7 @@ ftd.decrement = function (args) { try { let __args__ = fastn_utils.getArgs({ }, args); - let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getter(__args__.a) - 1); + let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getStaticValue(__args__.a) - 1); if (fastn_utils_val___args___a instanceof fastn.mutableClass) { fastn_utils_val___args___a = fastn_utils_val___args___a.get(); } @@ -5404,7 +5408,7 @@ ftd.decrement_by = function (args) { try { let __args__ = fastn_utils.getArgs({ }, args); - let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getter(__args__.a) - fastn_utils.getter(__args__.v)); + let fastn_utils_val___args___a = fastn_utils.clone(fastn_utils.getStaticValue(__args__.a) - fastn_utils.getStaticValue(__args__.v)); if (fastn_utils_val___args___a instanceof fastn.mutableClass) { fastn_utils_val___args___a = fastn_utils_val___args___a.get(); } @@ -5526,563 +5530,1011 @@ ftd.follow_system_dark_mode = fastn.mutable(true); ftd.font_display = fastn.mutable("sans-serif"); ftd.font_copy = fastn.mutable("sans-serif"); ftd.font_code = fastn.mutable("sans-serif"); -ftd.default_types = fastn.recordInstance({ - heading_large: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(65), - size: fastn_dom.FontSize.Px(50), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(54), - size: fastn_dom.FontSize.Px(36), - weight: 400 - }) - }), - heading_medium: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(57), - size: fastn_dom.FontSize.Px(38), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(40), - size: fastn_dom.FontSize.Px(26), - weight: 400 - }) - }), - heading_small: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(31), - size: fastn_dom.FontSize.Px(24), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(29), - size: fastn_dom.FontSize.Px(22), - weight: 400 - }) - }), - heading_hero: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(104), - size: fastn_dom.FontSize.Px(80), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(64), - size: fastn_dom.FontSize.Px(48), - weight: 400 - }) - }), - heading_tiny: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(26), - size: fastn_dom.FontSize.Px(20), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(24), - size: fastn_dom.FontSize.Px(18), - weight: 400 - }) - }), - copy_small: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_copy, - line_height: fastn_dom.FontSize.Px(24), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_copy, - line_height: fastn_dom.FontSize.Px(16), - size: fastn_dom.FontSize.Px(12), - weight: 400 - }) - }), - copy_regular: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_copy, - line_height: fastn_dom.FontSize.Px(30), - size: fastn_dom.FontSize.Px(18), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_copy, - line_height: fastn_dom.FontSize.Px(24), - size: fastn_dom.FontSize.Px(16), - weight: 400 - }) - }), - copy_large: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_copy, - line_height: fastn_dom.FontSize.Px(34), - size: fastn_dom.FontSize.Px(22), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_copy, - line_height: fastn_dom.FontSize.Px(28), - size: fastn_dom.FontSize.Px(18), - weight: 400 - }) - }), - fine_print: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_code, - line_height: fastn_dom.FontSize.Px(16), - size: fastn_dom.FontSize.Px(12), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_code, - line_height: fastn_dom.FontSize.Px(16), - size: fastn_dom.FontSize.Px(12), - weight: 400 - }) - }), - blockquote: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_code, - line_height: fastn_dom.FontSize.Px(21), - size: fastn_dom.FontSize.Px(16), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_code, - line_height: fastn_dom.FontSize.Px(21), - size: fastn_dom.FontSize.Px(16), - weight: 400 - }) - }), - source_code: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_code, - line_height: fastn_dom.FontSize.Px(30), - size: fastn_dom.FontSize.Px(18), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_code, - line_height: fastn_dom.FontSize.Px(21), - size: fastn_dom.FontSize.Px(16), - weight: 400 - }) - }), - button_small: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(19), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(19), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }) - }), - button_medium: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(21), - size: fastn_dom.FontSize.Px(16), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(21), - size: fastn_dom.FontSize.Px(16), - weight: 400 - }) - }), - button_large: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(24), - size: fastn_dom.FontSize.Px(18), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(24), - size: fastn_dom.FontSize.Px(18), - weight: 400 - }) - }), - link: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(19), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(19), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }) - }), - label_large: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(19), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(19), - size: fastn_dom.FontSize.Px(14), - weight: 400 - }) - }), - label_small: fastn.recordInstance({ - desktop: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(16), - size: fastn_dom.FontSize.Px(12), - weight: 400 - }), - mobile: fastn.recordInstance({ - font_family: ftd.font_display, - line_height: fastn_dom.FontSize.Px(16), - size: fastn_dom.FontSize.Px(12), - weight: 400 - }) - }) -}); -ftd.default_colors = fastn.recordInstance({ - background: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#18181b", - light: "#e7e7e4" - }), - code: fastn.recordInstance({ - dark: "#21222C", - light: "#F5F5F5" - }), - overlay: fastn.recordInstance({ - dark: "rgba(0, 0, 0, 0.8)", - light: "rgba(0, 0, 0, 0.8)" - }), - step_1: fastn.recordInstance({ - dark: "#141414", - light: "#f3f3f3" - }), - step_2: fastn.recordInstance({ - dark: "#585656", - light: "#c9cece" - }) - }), - border: fastn.recordInstance({ - dark: "#434547", - light: "#434547" - }), - border_strong: fastn.recordInstance({ - dark: "#919192", - light: "#919192" - }), - text: fastn.recordInstance({ - dark: "#a8a29e", - light: "#584b42" - }), - text_strong: fastn.recordInstance({ - dark: "#ffffff", - light: "#141414" - }), - shadow: fastn.recordInstance({ - dark: "#007f9b", - light: "#007f9b" - }), - scrim: fastn.recordInstance({ - dark: "#007f9b", - light: "#007f9b" - }), - cta_primary: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#2dd4bf", - light: "#2dd4bf" - }), - border: fastn.recordInstance({ - dark: "#2b8074", - light: "#2b8074" - }), - border_disabled: fastn.recordInstance({ - dark: "#65b693", - light: "#65b693" - }), - disabled: fastn.recordInstance({ - dark: "rgba(44, 201, 181, 0.1)", - light: "rgba(44, 201, 181, 0.1)" - }), - focused: fastn.recordInstance({ - dark: "#2cbfac", - light: "#2cbfac" - }), - hover: fastn.recordInstance({ - dark: "#2c9f90", - light: "#2c9f90" - }), - pressed: fastn.recordInstance({ - dark: "#2cc9b5", - light: "#2cc9b5" - }), - text: fastn.recordInstance({ - dark: "#feffff", - light: "#feffff" - }), - text_disabled: fastn.recordInstance({ - dark: "#65b693", - light: "#65b693" - }) - }), - cta_secondary: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#4fb2df", - light: "#4fb2df" - }), - border: fastn.recordInstance({ - dark: "#209fdb", - light: "#209fdb" - }), - border_disabled: fastn.recordInstance({ - dark: "#65b693", - light: "#65b693" - }), - disabled: fastn.recordInstance({ - dark: "rgba(79, 178, 223, 0.1)", - light: "rgba(79, 178, 223, 0.1)" - }), - focused: fastn.recordInstance({ - dark: "#4fb1df", - light: "#4fb1df" - }), - hover: fastn.recordInstance({ - dark: "#40afe1", - light: "#40afe1" - }), - pressed: fastn.recordInstance({ - dark: "#4fb2df", - light: "#4fb2df" - }), - text: fastn.recordInstance({ - dark: "#ffffff", - light: "#584b42" - }), - text_disabled: fastn.recordInstance({ - dark: "#65b693", - light: "#65b693" - }) - }), - cta_tertiary: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#556375", - light: "#556375" - }), - border: fastn.recordInstance({ - dark: "#e2e4e7", - light: "#e2e4e7" - }), - border_disabled: fastn.recordInstance({ - dark: "#65b693", - light: "#65b693" - }), - disabled: fastn.recordInstance({ - dark: "rgba(85, 99, 117, 0.1)", - light: "rgba(85, 99, 117, 0.1)" - }), - focused: fastn.recordInstance({ - dark: "#e0e2e6", - light: "#e0e2e6" - }), - hover: fastn.recordInstance({ - dark: "#c7cbd1", - light: "#c7cbd1" - }), - pressed: fastn.recordInstance({ - dark: "#3b4047", - light: "#3b4047" - }), - text: fastn.recordInstance({ - dark: "#ffffff", - light: "#ffffff" - }), - text_disabled: fastn.recordInstance({ - dark: "#65b693", - light: "#65b693" - }) - }), - cta_danger: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - border: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - border_disabled: fastn.recordInstance({ - dark: "#feffff", - light: "#feffff" - }), - disabled: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - focused: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - hover: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - pressed: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - text: fastn.recordInstance({ - dark: "#1C1B1F", - light: "#1C1B1F" - }), - text_disabled: fastn.recordInstance({ - dark: "#feffff", - light: "#feffff" - }) - }), - accent: fastn.recordInstance({ - primary: fastn.recordInstance({ - dark: "#2dd4bf", - light: "#2dd4bf" - }), - secondary: fastn.recordInstance({ - dark: "#4fb2df", - light: "#4fb2df" - }), - tertiary: fastn.recordInstance({ - dark: "#c5cbd7", - light: "#c5cbd7" - }) - }), - error: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#311b1f", - light: "#f5bdbb" - }), - border: fastn.recordInstance({ - dark: "#df2b2b", - light: "#df2b2b" - }), - text: fastn.recordInstance({ - dark: "#c62a21", - light: "#c62a21" - }) - }), - success: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#405508ad", - light: "#e3f0c4" - }), - border: fastn.recordInstance({ - dark: "#3d741f", - light: "#3d741f" - }), - text: fastn.recordInstance({ - dark: "#479f16", - light: "#467b28" - }) - }), - info: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#15223a", - light: "#c4edfd" - }), - border: fastn.recordInstance({ - dark: "#205694", - light: "#205694" - }), - text: fastn.recordInstance({ - dark: "#1f6feb", - light: "#205694" - }) - }), - warning: fastn.recordInstance({ - base: fastn.recordInstance({ - dark: "#544607a3", - light: "#fbefba" - }), - border: fastn.recordInstance({ - dark: "#966220", - light: "#966220" - }), - text: fastn.recordInstance({ - dark: "#d07f19", - light: "#966220" - }) - }), - custom: fastn.recordInstance({ - eight: fastn.recordInstance({ - dark: "#d554b3", - light: "#d554b3" - }), - five: fastn.recordInstance({ - dark: "#eb57be", - light: "#eb57be" - }), - four: fastn.recordInstance({ - dark: "#7a65c7", - light: "#7a65c7" - }), - nine: fastn.recordInstance({ - dark: "#ec8943", - light: "#ec8943" - }), - one: fastn.recordInstance({ - dark: "#ed753a", - light: "#ed753a" - }), - seven: fastn.recordInstance({ - dark: "#7564be", - light: "#7564be" - }), - six: fastn.recordInstance({ - dark: "#ef8dd6", - light: "#ef8dd6" - }), - ten: fastn.recordInstance({ - dark: "#da7a4a", - light: "#da7a4a" - }), - three: fastn.recordInstance({ - dark: "#8fdcf8", - light: "#8fdcf8" - }), - two: fastn.recordInstance({ - dark: "#f3db5f", - light: "#f3db5f" - }) - }) -}); -ftd.breakpoint_width = fastn.recordInstance({ - mobile: 768 -}); +ftd.default_types = function () { + let record = fastn.recordInstance({ + }); + record.set("heading_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(50)); + record.set("line_height", fastn_dom.FontSize.Px(65)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(36)); + record.set("line_height", fastn_dom.FontSize.Px(54)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("heading_medium", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(38)); + record.set("line_height", fastn_dom.FontSize.Px(57)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(26)); + record.set("line_height", fastn_dom.FontSize.Px(40)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("heading_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(24)); + record.set("line_height", fastn_dom.FontSize.Px(31)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(22)); + record.set("line_height", fastn_dom.FontSize.Px(29)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("heading_hero", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(80)); + record.set("line_height", fastn_dom.FontSize.Px(104)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(48)); + record.set("line_height", fastn_dom.FontSize.Px(64)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("heading_tiny", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(20)); + record.set("line_height", fastn_dom.FontSize.Px(26)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("copy_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_copy); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(12)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_copy); + return record; + }()); + return record; + }()); + record.set("copy_regular", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(30)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_copy); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_copy); + return record; + }()); + return record; + }()); + record.set("copy_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(22)); + record.set("line_height", fastn_dom.FontSize.Px(34)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_copy); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(28)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_copy); + return record; + }()); + return record; + }()); + record.set("fine_print", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(12)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_code); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(12)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_code); + return record; + }()); + return record; + }()); + record.set("blockquote", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_code); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_code); + return record; + }()); + return record; + }()); + record.set("source_code", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(30)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_code); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_code); + return record; + }()); + return record; + }()); + record.set("button_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("button_medium", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("button_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("link", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("label_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + record.set("label_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(12)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + record.set("mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(12)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", null); + record.set("weight", 400); + record.set("font_family", ftd.font_display); + return record; + }()); + return record; + }()); + return record; +}(); +ftd.default_colors = function () { + let record = fastn.recordInstance({ + }); + record.set("background", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#e7e7e4"); + record.set("dark", "#18181b"); + return record; + }()); + record.set("step_1", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f3f3f3"); + record.set("dark", "#141414"); + return record; + }()); + record.set("step_2", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c9cece"); + record.set("dark", "#585656"); + return record; + }()); + record.set("overlay", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "rgba(0, 0, 0, 0.8)"); + record.set("dark", "rgba(0, 0, 0, 0.8)"); + return record; + }()); + record.set("code", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F5F5F5"); + record.set("dark", "#21222C"); + return record; + }()); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#434547"); + record.set("dark", "#434547"); + return record; + }()); + record.set("border_strong", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#919192"); + record.set("dark", "#919192"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#584b42"); + record.set("dark", "#a8a29e"); + return record; + }()); + record.set("text_strong", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#141414"); + record.set("dark", "#ffffff"); + return record; + }()); + record.set("shadow", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#007f9b"); + record.set("dark", "#007f9b"); + return record; + }()); + record.set("scrim", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#007f9b"); + record.set("dark", "#007f9b"); + return record; + }()); + record.set("cta_primary", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2dd4bf"); + record.set("dark", "#2dd4bf"); + return record; + }()); + record.set("hover", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2c9f90"); + record.set("dark", "#2c9f90"); + return record; + }()); + record.set("pressed", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2cc9b5"); + record.set("dark", "#2cc9b5"); + return record; + }()); + record.set("disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "rgba(44, 201, 181, 0.1)"); + record.set("dark", "rgba(44, 201, 181, 0.1)"); + return record; + }()); + record.set("focused", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2cbfac"); + record.set("dark", "#2cbfac"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2b8074"); + record.set("dark", "#2b8074"); + return record; + }()); + record.set("border_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#65b693"); + record.set("dark", "#65b693"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#feffff"); + record.set("dark", "#feffff"); + return record; + }()); + record.set("text_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#65b693"); + record.set("dark", "#65b693"); + return record; + }()); + return record; + }()); + record.set("cta_secondary", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4fb2df"); + record.set("dark", "#4fb2df"); + return record; + }()); + record.set("hover", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#40afe1"); + record.set("dark", "#40afe1"); + return record; + }()); + record.set("pressed", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4fb2df"); + record.set("dark", "#4fb2df"); + return record; + }()); + record.set("disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "rgba(79, 178, 223, 0.1)"); + record.set("dark", "rgba(79, 178, 223, 0.1)"); + return record; + }()); + record.set("focused", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4fb1df"); + record.set("dark", "#4fb1df"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#209fdb"); + record.set("dark", "#209fdb"); + return record; + }()); + record.set("border_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#65b693"); + record.set("dark", "#65b693"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#584b42"); + record.set("dark", "#ffffff"); + return record; + }()); + record.set("text_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#65b693"); + record.set("dark", "#65b693"); + return record; + }()); + return record; + }()); + record.set("cta_tertiary", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#556375"); + record.set("dark", "#556375"); + return record; + }()); + record.set("hover", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c7cbd1"); + record.set("dark", "#c7cbd1"); + return record; + }()); + record.set("pressed", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#3b4047"); + record.set("dark", "#3b4047"); + return record; + }()); + record.set("disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "rgba(85, 99, 117, 0.1)"); + record.set("dark", "rgba(85, 99, 117, 0.1)"); + return record; + }()); + record.set("focused", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#e0e2e6"); + record.set("dark", "#e0e2e6"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#e2e4e7"); + record.set("dark", "#e2e4e7"); + return record; + }()); + record.set("border_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#65b693"); + record.set("dark", "#65b693"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ffffff"); + record.set("dark", "#ffffff"); + return record; + }()); + record.set("text_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#65b693"); + record.set("dark", "#65b693"); + return record; + }()); + return record; + }()); + record.set("cta_danger", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("hover", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("pressed", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("focused", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("border_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#feffff"); + record.set("dark", "#feffff"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#1C1B1F"); + record.set("dark", "#1C1B1F"); + return record; + }()); + record.set("text_disabled", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#feffff"); + record.set("dark", "#feffff"); + return record; + }()); + return record; + }()); + record.set("accent", function () { + let record = fastn.recordInstance({ + }); + record.set("primary", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2dd4bf"); + record.set("dark", "#2dd4bf"); + return record; + }()); + record.set("secondary", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4fb2df"); + record.set("dark", "#4fb2df"); + return record; + }()); + record.set("tertiary", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c5cbd7"); + record.set("dark", "#c5cbd7"); + return record; + }()); + return record; + }()); + record.set("error", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f5bdbb"); + record.set("dark", "#311b1f"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c62a21"); + record.set("dark", "#c62a21"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#df2b2b"); + record.set("dark", "#df2b2b"); + return record; + }()); + return record; + }()); + record.set("success", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#e3f0c4"); + record.set("dark", "#405508ad"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#467b28"); + record.set("dark", "#479f16"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#3d741f"); + record.set("dark", "#3d741f"); + return record; + }()); + return record; + }()); + record.set("info", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c4edfd"); + record.set("dark", "#15223a"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#205694"); + record.set("dark", "#1f6feb"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#205694"); + record.set("dark", "#205694"); + return record; + }()); + return record; + }()); + record.set("warning", function () { + let record = fastn.recordInstance({ + }); + record.set("base", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#fbefba"); + record.set("dark", "#544607a3"); + return record; + }()); + record.set("text", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#966220"); + record.set("dark", "#d07f19"); + return record; + }()); + record.set("border", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#966220"); + record.set("dark", "#966220"); + return record; + }()); + return record; + }()); + record.set("custom", function () { + let record = fastn.recordInstance({ + }); + record.set("one", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ed753a"); + record.set("dark", "#ed753a"); + return record; + }()); + record.set("two", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f3db5f"); + record.set("dark", "#f3db5f"); + return record; + }()); + record.set("three", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#8fdcf8"); + record.set("dark", "#8fdcf8"); + return record; + }()); + record.set("four", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#7a65c7"); + record.set("dark", "#7a65c7"); + return record; + }()); + record.set("five", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#eb57be"); + record.set("dark", "#eb57be"); + return record; + }()); + record.set("six", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ef8dd6"); + record.set("dark", "#ef8dd6"); + return record; + }()); + record.set("seven", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#7564be"); + record.set("dark", "#7564be"); + return record; + }()); + record.set("eight", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#d554b3"); + record.set("dark", "#d554b3"); + return record; + }()); + record.set("nine", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ec8943"); + record.set("dark", "#ec8943"); + return record; + }()); + record.set("ten", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#da7a4a"); + record.set("dark", "#da7a4a"); + return record; + }()); + return record; + }()); + return record; +}(); +ftd.breakpoint_width = function () { + let record = fastn.recordInstance({ + }); + record.set("mobile", 768); + return record; +}(); ftd.device = fastn.mutable(fastn_dom.DeviceData.Mobile); -let inherited = fastn.recordInstance({ - colors: ftd.default_colors.getClone().setAndReturn("is_root", true), - types: ftd.default_types.getClone().setAndReturn("is_root", true) -}); +let inherited = function () { + let record = fastn.recordInstance({ + }); + record.set("colors", ftd.default_colors.getClone().setAndReturn("is_root", true)); + record.set("types", ftd.default_types.getClone().setAndReturn("is_root", true)); + return record; +}(); diff --git a/docs/index.html b/docs/index.html index d321cbb..651ee95 100644 --- a/docs/index.html +++ b/docs/index.html @@ -14,7 +14,7 @@ - + @@ -1366,34 +1366,55 @@ } } global["main"] = main; -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.link.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/link.svg", - dark: "-/fastn-community.github.io/site-doc/static/link-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.tick.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/tick.svg", - dark: "-/fastn-community.github.io/site-doc/static/tick-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.copy.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/copy.svg", - dark: "-/fastn-community.github.io/site-doc/static/copy-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.icon_github.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/icon-github.svg", - dark: "-/fastn-community.github.io/site-doc/static/icon-github-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.minify_icon.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/minify-icon.svg", - dark: "-/fastn-community.github.io/site-doc/static/minify-icon-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.hamburger.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/hamburger.svg", - dark: "-/fastn-community.github.io/site-doc/static/hamburger-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.cross.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/cross.svg", - dark: "-/fastn-community.github.io/site-doc/static/cross-dark.svg" -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.link.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/link.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/link-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.tick.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/tick.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/tick-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.copy.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/copy.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/copy-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.icon_github.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/icon-github.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/icon-github-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.minify_icon.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/minify-icon.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/minify-icon-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.hamburger.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/hamburger.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/hamburger-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.cross.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/cross.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/cross-dark.svg"); + return record; +}()); let fastn_community_github_io_site_doc__mobile_sidebar = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1432,90 +1453,108 @@ } } global["fastn_community_github_io_site_doc__mobile_sidebar"] = fastn_community_github_io_site_doc__mobile_sidebar; -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__sitemap", fastn.recordInstance({ - sections: fastn.mutableList([fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: true, - is_disabled: false, - is_heading: false, - is_open: true, - number: null, - path: null, - title: "Home", - url: "index.html" - }), - fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: false, - is_disabled: false, - is_heading: false, - is_open: false, - number: null, - path: null, - title: "GitHub", - url: "https://github.com/fifthtry/dark-mode-switcher/" - })]), - subsections: fastn.mutableList([]), - toc: fastn.mutableList([fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: true, - is_disabled: false, - is_heading: false, - is_open: true, - number: null, - path: null, - title: "Documentation", - url: "docs/" - })]), - current_section: fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: true, - is_disabled: false, - is_heading: false, - is_open: true, - number: null, - path: null, - title: "Home", - url: "index.html" - }), - current_subsection: null, - current_page: fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: true, - is_disabled: false, - is_heading: false, - is_open: true, - number: null, - path: null, - title: "Documentation", - url: "docs/" - }) -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__sitemap", function () { + let record = fastn.recordInstance({ + }); + record.set("sections", fastn.mutableList([function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Home"); + record.set("url", "index.html"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", true); + record.set("is_open", true); + record.set("children", fastn.mutableList([])); + return record; + }(), + function () { + let record = fastn.recordInstance({ + }); + record.set("title", "GitHub"); + record.set("url", "https://github.com/fifthtry/dark-mode-switcher/"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", false); + record.set("is_open", false); + record.set("children", fastn.mutableList([])); + return record; + }()])); + record.set("subsections", fastn.mutableList([])); + record.set("toc", fastn.mutableList([function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Documentation"); + record.set("url", "docs/"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", true); + record.set("is_open", true); + record.set("children", fastn.mutableList([])); + return record; + }()])); + record.set("current_section", function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Home"); + record.set("url", "index.html"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", true); + record.set("is_open", true); + record.set("children", fastn.mutableList([])); + return record; + }()); + record.set("current_subsection", null); + record.set("current_page", function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Documentation"); + record.set("url", "docs/"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", true); + record.set("is_open", true); + record.set("children", fastn.mutableList([])); + return record; + }()); + return record; +}()); let fastn_community_github_io_site_doc__childrens = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1536,7 +1575,7 @@ fastn_dom.conditionalDom(root, [ __args__.toc.get("font_icon") ], function () { - return (fastn_utils.getter(__args__.toc.get("font_icon")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("font_icon")) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, __args__.toc.get("font_icon"), inherited); @@ -1553,7 +1592,7 @@ inherited.get("colors").get("cta_primary").get("base"), __args__.toc.get("is_active")], function () { if (function () { - return fastn_utils.getter(__args__.toc.get("is_active")); + return fastn_utils.getStaticValue(__args__.toc.get("is_active")); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1564,7 +1603,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Link, fastn.formula([__args__.toc.get("url"), __args__.toc.get("url")], function () { if (function () { - return (fastn_utils.getter(__args__.toc.get("url")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("url")) !== null); }()) { return __args__.toc.get("url"); } @@ -1620,7 +1659,7 @@ fastn_dom.conditionalDom(root, [ __args__.toc.get("font_icon") ], function () { - return (fastn_utils.getter(__args__.toc.get("font_icon")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("font_icon")) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, __args__.toc.get("font_icon"), inherited); @@ -1637,7 +1676,7 @@ inherited.get("colors").get("cta_primary").get("base"), __args__.toc.get("is_active")], function () { if (function () { - return fastn_utils.getter(__args__.toc.get("is_active")); + return fastn_utils.getStaticValue(__args__.toc.get("is_active")); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1648,7 +1687,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Link, fastn.formula([__args__.toc.get("url"), __args__.toc.get("url")], function () { if (function () { - return (fastn_utils.getter(__args__.toc.get("url")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("url")) !== null); }()) { return __args__.toc.get("url"); } @@ -1708,7 +1747,7 @@ fastn_dom.conditionalDom(root, [ __args__.site_name ], function () { - return (fastn_utils.getter(__args__.site_name) !== null); + return (fastn_utils.getStaticValue(__args__.site_name) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -1781,7 +1820,7 @@ inherited.get("colors").get("cta_primary").get("base"), __args__.sections.get("is_active")], function () { if (function () { - return fastn_utils.getter(__args__.sections.get("is_active")); + return fastn_utils.getStaticValue(__args__.sections.get("is_active")); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1838,17 +1877,23 @@ } global["fastn_community_github_io_site_doc__render_toc"] = fastn_community_github_io_site_doc__render_toc; fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__current_tab", fastn.mutable(1)); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__body", fastn.recordInstance({ - x_offset: fastn_dom.Length.Px(0), - y_offset: fastn_dom.Length.Px(0), - blur: fastn_dom.Length.Px(24), - spread: fastn_dom.Length.Px(0), - color: fastn.recordInstance({ - dark: "#a9a7a5ba", - light: "#a9a7a5ba" - }), - inset: false -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__body", function () { + let record = fastn.recordInstance({ + }); + record.set("x_offset", fastn_dom.Length.Px(0)); + record.set("y_offset", fastn_dom.Length.Px(0)); + record.set("blur", fastn_dom.Length.Px(24)); + record.set("spread", fastn_dom.Length.Px(0)); + record.set("color", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#a9a7a5ba"); + record.set("dark", "#a9a7a5ba"); + return record; + }()); + record.set("inset", false); + return record; +}()); let fastn_community_github_io_site_doc__tab = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1878,7 +1923,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderWidth, fastn.formula([global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return fastn_dom.Length.Px(1); } @@ -1887,7 +1932,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderBottomWidth, fastn.formula([global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return fastn_dom.Length.Px(1); } @@ -1899,7 +1944,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } @@ -1909,7 +1954,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("background").get("base"); } @@ -1919,7 +1964,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } @@ -1929,7 +1974,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } @@ -1939,7 +1984,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return global.fastn_community_github_io_site_doc__body; } @@ -1954,7 +1999,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1999,10 +2044,13 @@ } } global["fastn_community_github_io_site_doc__tabs"] = fastn_community_github_io_site_doc__tabs; -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__fastn_logo", fastn.recordInstance({ - light: "https://fastn.com/-/fastn.com/images/fastn.svg", - dark: "https://fastn.com/-/fastn.com/images/fastn-dark.svg" -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__fastn_logo", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "https://fastn.com/-/fastn.com/images/fastn.svg"); + record.set("dark", "https://fastn.com/-/fastn.com/images/fastn-dark.svg"); + return record; +}()); let fastn_community_github_io_site_doc__powered_by = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -2100,741 +2148,1161 @@ } global["fastn_community_github_io_site_doc__fastn_footer"] = fastn_community_github_io_site_doc__fastn_footer; fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__copyright_info", fastn.mutable("Copyright © 2023 - [FifthTry](https://www.fifthtry.com/)")); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__base_", fastn.recordInstance({ - light: "#FFFFFF", - dark: "#000000" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_1_", fastn.recordInstance({ - light: "#FDFAF1", - dark: "#111111" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_2_", fastn.recordInstance({ - light: "#fbf3dc", - dark: "#2b2b2b" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__overlay_", fastn.recordInstance({ - light: "#000000", - dark: "#000000" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__code_", fastn.recordInstance({ - light: "#f5f5f5", - dark: "#21222c" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__background_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__base_, - step_1: global.fastn_community_github_io_dark_flame_cs_colors__step_1_, - step_2: global.fastn_community_github_io_dark_flame_cs_colors__step_2_, - overlay: global.fastn_community_github_io_dark_flame_cs_colors__overlay_, - code: global.fastn_community_github_io_dark_flame_cs_colors__code_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_", fastn.recordInstance({ - light: "#f0ece2", - dark: "#434547" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_strong_", fastn.recordInstance({ - light: "#D9D9D9", - dark: "#333333" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_", fastn.recordInstance({ - light: "#707070", - dark: "#D9D9D9" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_strong_", fastn.recordInstance({ - light: "#333333", - dark: "#FFFFFF" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__shadow_", fastn.recordInstance({ - light: "#EF8435", - dark: "#EF8435" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__scrim_", fastn.recordInstance({ - light: "#393939", - dark: "#393939" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_", fastn.recordInstance({ - light: "#EF8435", - dark: "#EF8435" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_", fastn.recordInstance({ - light: "#D77730", - dark: "#D77730" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_", fastn.recordInstance({ - light: "#BF6A2A", - dark: "#BF6A2A" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_", fastn.recordInstance({ - light: "#FAD9C0", - dark: "#FAD9C0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_", fastn.recordInstance({ - light: "#B36328", - dark: "#B36328" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_", fastn.recordInstance({ - light: "#F3A063", - dark: "#F3A063" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_", fastn.recordInstance({ - light: "#ffffff", - dark: "#ffffff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_", fastn.recordInstance({ - light: "#f2a164", - dark: "#f2a164" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_", fastn.recordInstance({ - light: "#fad9c0", - dark: "#fad9c0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_", fastn.recordInstance({ - light: "#EBE8E5", - dark: "#EBE8E5" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_", fastn.recordInstance({ - light: "#D4D1CE", - dark: "#D4D1CE" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_", fastn.recordInstance({ - light: "#BCBAB7", - dark: "#BCBAB7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_", fastn.recordInstance({ - light: "#F9F8F7", - dark: "#F9F8F7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_", fastn.recordInstance({ - light: "#B0AEAC", - dark: "#B0AEAC" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_", fastn.recordInstance({ - light: "#B0AEAC", - dark: "#B0AEAC" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_", fastn.recordInstance({ - light: "#333333", - dark: "#333333" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#fff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#f1dac0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_", fastn.recordInstance({ - light: "#4A6490", - dark: "#4A6490" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_", fastn.recordInstance({ - light: "#3d5276", - dark: "#3d5276" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_", fastn.recordInstance({ - light: "#2b3a54", - dark: "#2b3a54" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_", fastn.recordInstance({ - light: "rgba(74, 100, 144, 0.4)", - dark: "rgba(74, 100, 144, 0.4)" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_", fastn.recordInstance({ - light: "#6882b1", - dark: "#6882b1" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_", fastn.recordInstance({ - light: "#4e6997", - dark: "#4e6997" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_", fastn.recordInstance({ - light: "#ffffff", - dark: "#ffffff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#fff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#f1dac0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_", fastn.recordInstance({ - light: "#F9E4E1", - dark: "#F9E4E1" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_", fastn.recordInstance({ - light: "#F1BDB6", - dark: "#F1BDB6" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_", fastn.recordInstance({ - light: "#D46A63", - dark: "#D46A63" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_", fastn.recordInstance({ - light: "#FAECEB", - dark: "#FAECEB" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_", fastn.recordInstance({ - light: "#D97973", - dark: "#D97973" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_", fastn.recordInstance({ - light: "#E9968C", - dark: "#E9968C" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_", fastn.recordInstance({ - light: "#D84836", - dark: "#D84836" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#fff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#f1dac0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_primary_", fastn.recordInstance({ - light: "#EF8435", - dark: "#EF8435" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_secondary_", fastn.recordInstance({ - light: "#EBE8E5", - dark: "#EBE8E5" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_", fastn.recordInstance({ - light: "#c5cbd7", - dark: "#c5cbd7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_", fastn.recordInstance({ - primary: global.fastn_community_github_io_dark_flame_cs_colors__accent_primary_, - secondary: global.fastn_community_github_io_dark_flame_cs_colors__accent_secondary_, - tertiary: global.fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_base_", fastn.recordInstance({ - light: "#F9E4E1", - dark: "#4f2a25c9" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_text_", fastn.recordInstance({ - light: "#D84836", - dark: "#D84836" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_border_", fastn.recordInstance({ - light: "#E9968C", - dark: "#E9968C" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__error_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__error_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__error_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_base_", fastn.recordInstance({ - light: "#DCEFE4", - dark: "#033a1bb8" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_text_", fastn.recordInstance({ - light: "#3E8D61", - dark: "#159f52" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_border_", fastn.recordInstance({ - light: "#95D0AF", - dark: "#95D0AF" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__success_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__success_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__success_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_base_", fastn.recordInstance({ - light: "#DAE7FB", - dark: "#233a5dc7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_text_", fastn.recordInstance({ - light: "#5290EC", - dark: "#5290EC" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_border_", fastn.recordInstance({ - light: "#7EACF1", - dark: "#7EACF1" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__info_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__info_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__info_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_base_", fastn.recordInstance({ - light: "#FDF7F1", - dark: "#3b2c1ee6" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_text_", fastn.recordInstance({ - light: "#E78B3E", - dark: "#E78B3E" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_border_", fastn.recordInstance({ - light: "#F2C097", - dark: "#F2C097" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__warning_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__warning_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__warning_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_one_", fastn.recordInstance({ - light: "#4AA35C", - dark: "#4AA35C" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_two_", fastn.recordInstance({ - light: "#5C2860", - dark: "#5C2860" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_three_", fastn.recordInstance({ - light: "#EBBE52", - dark: "#EBBE52" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_four_", fastn.recordInstance({ - light: "#FDFAF1", - dark: "#111111" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_five_", fastn.recordInstance({ - light: "#FBF5E2", - dark: "#222222" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_six_", fastn.recordInstance({ - light: "#ef8dd6", - dark: "#ef8dd6" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_seven_", fastn.recordInstance({ - light: "#7564be", - dark: "#7564be" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_eight_", fastn.recordInstance({ - light: "#d554b3", - dark: "#d554b3" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_nine_", fastn.recordInstance({ - light: "#ec8943", - dark: "#ec8943" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_ten_", fastn.recordInstance({ - light: "#da7a4a", - dark: "#da7a4a" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_", fastn.recordInstance({ - one: global.fastn_community_github_io_dark_flame_cs_colors__custom_one_, - two: global.fastn_community_github_io_dark_flame_cs_colors__custom_two_, - three: global.fastn_community_github_io_dark_flame_cs_colors__custom_three_, - four: global.fastn_community_github_io_dark_flame_cs_colors__custom_four_, - five: global.fastn_community_github_io_dark_flame_cs_colors__custom_five_, - six: global.fastn_community_github_io_dark_flame_cs_colors__custom_six_, - seven: global.fastn_community_github_io_dark_flame_cs_colors__custom_seven_, - eight: global.fastn_community_github_io_dark_flame_cs_colors__custom_eight_, - nine: global.fastn_community_github_io_dark_flame_cs_colors__custom_nine_, - ten: global.fastn_community_github_io_dark_flame_cs_colors__custom_ten_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs__main", fastn.recordInstance({ - background: global.fastn_community_github_io_dark_flame_cs_colors__background_, - border: global.fastn_community_github_io_dark_flame_cs_colors__border_, - border_strong: global.fastn_community_github_io_dark_flame_cs_colors__border_strong_, - text: global.fastn_community_github_io_dark_flame_cs_colors__text_, - text_strong: global.fastn_community_github_io_dark_flame_cs_colors__text_strong_, - shadow: global.fastn_community_github_io_dark_flame_cs_colors__shadow_, - scrim: global.fastn_community_github_io_dark_flame_cs_colors__scrim_, - cta_primary: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_, - cta_secondary: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_, - cta_tertiary: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_, - cta_danger: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_, - accent: global.fastn_community_github_io_dark_flame_cs_colors__accent_, - error: global.fastn_community_github_io_dark_flame_cs_colors__error_btb_, - success: global.fastn_community_github_io_dark_flame_cs_colors__success_btb_, - info: global.fastn_community_github_io_dark_flame_cs_colors__info_btb_, - warning: global.fastn_community_github_io_dark_flame_cs_colors__warning_btb_, - custom: global.fastn_community_github_io_dark_flame_cs_colors__custom_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_font_assets__fonts", fastn.recordInstance({ - Open_Sans: "fastn-community-github-io-opensans-font-Open-Sans" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(40), - line_height: fastn_dom.FontSize.Px(48), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(40), - line_height: fastn_dom.FontSize.Px(48), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(52), - line_height: fastn_dom.FontSize.Px(60), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(52), - line_height: fastn_dom.FontSize.Px(60), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_hero_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_hero_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(32), - line_height: fastn_dom.FontSize.Px(44), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 600, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(32), - line_height: fastn_dom.FontSize.Px(44), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 600, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_medium_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_medium_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(24), - line_height: fastn_dom.FontSize.Px(36), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(24), - line_height: fastn_dom.FontSize.Px(36), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(26), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(26), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_tiny_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_tiny_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(20), - line_height: fastn_dom.FontSize.Px(28), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(20), - line_height: fastn_dom.FontSize.Px(28), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__copy_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__copy_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__copy_regular_desktop, - mobile: global.fastn_community_github_io_opensans_typography__copy_regular_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(20), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(20), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__copy_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__copy_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(18), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(18), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__fine_print_desktop, - mobile: global.fastn_community_github_io_opensans_typography__fine_print_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__blockquote_desktop, - mobile: global.fastn_community_github_io_opensans_typography__blockquote_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__source_code_desktop, - mobile: global.fastn_community_github_io_opensans_typography__source_code_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(22), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(22), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__label_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__label_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__label_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__label_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__button_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__button_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(21), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(21), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__button_medium_desktop, - mobile: global.fastn_community_github_io_opensans_typography__button_medium_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__button_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__button_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__link_desktop, - mobile: global.fastn_community_github_io_opensans_typography__link_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__types", fastn.recordInstance({ - heading_large: global.fastn_community_github_io_opensans_typography__heading_large, - heading_medium: global.fastn_community_github_io_opensans_typography__heading_medium, - heading_small: global.fastn_community_github_io_opensans_typography__heading_small, - heading_hero: global.fastn_community_github_io_opensans_typography__heading_hero, - heading_tiny: global.fastn_community_github_io_opensans_typography__heading_tiny, - copy_small: global.fastn_community_github_io_opensans_typography__copy_small, - copy_regular: global.fastn_community_github_io_opensans_typography__copy_regular, - copy_large: global.fastn_community_github_io_opensans_typography__copy_large, - fine_print: global.fastn_community_github_io_opensans_typography__fine_print, - blockquote: global.fastn_community_github_io_opensans_typography__blockquote, - source_code: global.fastn_community_github_io_opensans_typography__source_code, - button_small: global.fastn_community_github_io_opensans_typography__button_small, - button_medium: global.fastn_community_github_io_opensans_typography__button_medium, - button_large: global.fastn_community_github_io_opensans_typography__button_large, - link: global.fastn_community_github_io_opensans_typography__link, - label_large: global.fastn_community_github_io_opensans_typography__label_large, - label_small: global.fastn_community_github_io_opensans_typography__label_small -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.system_mode_active.png", fastn.recordInstance({ - light: "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active.png", - dark: "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active-dark.png" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.dark_mode_active_dark.png", fastn.recordInstance({ - light: "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png", - dark: "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.light_mode_active.png", fastn.recordInstance({ - light: "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active.png", - dark: "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active-dark.png" -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FFFFFF"); + record.set("dark", "#000000"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_1_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FDFAF1"); + record.set("dark", "#111111"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_2_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#fbf3dc"); + record.set("dark", "#2b2b2b"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__overlay_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#000000"); + record.set("dark", "#000000"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__code_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f5f5f5"); + record.set("dark", "#21222c"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__background_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__base_); + record.set("step_1", global.fastn_community_github_io_dark_flame_cs_colors__step_1_); + record.set("step_2", global.fastn_community_github_io_dark_flame_cs_colors__step_2_); + record.set("overlay", global.fastn_community_github_io_dark_flame_cs_colors__overlay_); + record.set("code", global.fastn_community_github_io_dark_flame_cs_colors__code_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f0ece2"); + record.set("dark", "#434547"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_strong_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D9D9D9"); + record.set("dark", "#333333"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#707070"); + record.set("dark", "#D9D9D9"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_strong_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#333333"); + record.set("dark", "#FFFFFF"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__shadow_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EF8435"); + record.set("dark", "#EF8435"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__scrim_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#393939"); + record.set("dark", "#393939"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EF8435"); + record.set("dark", "#EF8435"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D77730"); + record.set("dark", "#D77730"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#BF6A2A"); + record.set("dark", "#BF6A2A"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FAD9C0"); + record.set("dark", "#FAD9C0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#B36328"); + record.set("dark", "#B36328"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F3A063"); + record.set("dark", "#F3A063"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ffecd0"); + record.set("dark", "#ffffff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f2a164"); + record.set("dark", "#f2a164"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#fad9c0"); + record.set("dark", "#fad9c0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EBE8E5"); + record.set("dark", "#EBE8E5"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D4D1CE"); + record.set("dark", "#D4D1CE"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#BCBAB7"); + record.set("dark", "#BCBAB7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F9F8F7"); + record.set("dark", "#F9F8F7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#B0AEAC"); + record.set("dark", "#B0AEAC"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#B0AEAC"); + record.set("dark", "#B0AEAC"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#333333"); + record.set("dark", "#333333"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#fff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#f1dac0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4A6490"); + record.set("dark", "#4A6490"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#3d5276"); + record.set("dark", "#3d5276"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2b3a54"); + record.set("dark", "#2b3a54"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "rgba(74, 100, 144, 0.4)"); + record.set("dark", "rgba(74, 100, 144, 0.4)"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#6882b1"); + record.set("dark", "#6882b1"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4e6997"); + record.set("dark", "#4e6997"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#caf1f6"); + record.set("dark", "#caf1f6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#fff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#f1dac0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F9E4E1"); + record.set("dark", "#F9E4E1"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F1BDB6"); + record.set("dark", "#F1BDB6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D46A63"); + record.set("dark", "#D46A63"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FAECEB"); + record.set("dark", "#FAECEB"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D97973"); + record.set("dark", "#D97973"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#E9968C"); + record.set("dark", "#E9968C"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D84836"); + record.set("dark", "#D84836"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#fff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#f1dac0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_primary_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EF8435"); + record.set("dark", "#EF8435"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_secondary_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EBE8E5"); + record.set("dark", "#EBE8E5"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c5cbd7"); + record.set("dark", "#c5cbd7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_", function () { + let record = fastn.recordInstance({ + }); + record.set("primary", global.fastn_community_github_io_dark_flame_cs_colors__accent_primary_); + record.set("secondary", global.fastn_community_github_io_dark_flame_cs_colors__accent_secondary_); + record.set("tertiary", global.fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F9E4E1"); + record.set("dark", "#4f2a25c9"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D84836"); + record.set("dark", "#D84836"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#E9968C"); + record.set("dark", "#E9968C"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__error_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__error_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__error_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#DCEFE4"); + record.set("dark", "#033a1bb8"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#3E8D61"); + record.set("dark", "#159f52"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#95D0AF"); + record.set("dark", "#95D0AF"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__success_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__success_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__success_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#DAE7FB"); + record.set("dark", "#233a5dc7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#5290EC"); + record.set("dark", "#5290EC"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#7EACF1"); + record.set("dark", "#7EACF1"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__info_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__info_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__info_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FDF7F1"); + record.set("dark", "#3b2c1ee6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#E78B3E"); + record.set("dark", "#E78B3E"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F2C097"); + record.set("dark", "#F2C097"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__warning_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__warning_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__warning_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_one_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4AA35C"); + record.set("dark", "#4AA35C"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_two_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#5C2860"); + record.set("dark", "#5C2860"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_three_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EBBE52"); + record.set("dark", "#EBBE52"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_four_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FDFAF1"); + record.set("dark", "#111111"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_five_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FBF5E2"); + record.set("dark", "#222222"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_six_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ef8dd6"); + record.set("dark", "#ef8dd6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_seven_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#7564be"); + record.set("dark", "#7564be"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_eight_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#d554b3"); + record.set("dark", "#d554b3"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_nine_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ec8943"); + record.set("dark", "#ec8943"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_ten_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#da7a4a"); + record.set("dark", "#da7a4a"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_", function () { + let record = fastn.recordInstance({ + }); + record.set("one", global.fastn_community_github_io_dark_flame_cs_colors__custom_one_); + record.set("two", global.fastn_community_github_io_dark_flame_cs_colors__custom_two_); + record.set("three", global.fastn_community_github_io_dark_flame_cs_colors__custom_three_); + record.set("four", global.fastn_community_github_io_dark_flame_cs_colors__custom_four_); + record.set("five", global.fastn_community_github_io_dark_flame_cs_colors__custom_five_); + record.set("six", global.fastn_community_github_io_dark_flame_cs_colors__custom_six_); + record.set("seven", global.fastn_community_github_io_dark_flame_cs_colors__custom_seven_); + record.set("eight", global.fastn_community_github_io_dark_flame_cs_colors__custom_eight_); + record.set("nine", global.fastn_community_github_io_dark_flame_cs_colors__custom_nine_); + record.set("ten", global.fastn_community_github_io_dark_flame_cs_colors__custom_ten_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs__main", function () { + let record = fastn.recordInstance({ + }); + record.set("background", global.fastn_community_github_io_dark_flame_cs_colors__background_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__border_); + record.set("border_strong", global.fastn_community_github_io_dark_flame_cs_colors__border_strong_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__text_); + record.set("text_strong", global.fastn_community_github_io_dark_flame_cs_colors__text_strong_); + record.set("shadow", global.fastn_community_github_io_dark_flame_cs_colors__shadow_); + record.set("scrim", global.fastn_community_github_io_dark_flame_cs_colors__scrim_); + record.set("cta_primary", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_); + record.set("cta_secondary", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_); + record.set("cta_tertiary", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_); + record.set("cta_danger", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_); + record.set("accent", global.fastn_community_github_io_dark_flame_cs_colors__accent_); + record.set("error", global.fastn_community_github_io_dark_flame_cs_colors__error_btb_); + record.set("success", global.fastn_community_github_io_dark_flame_cs_colors__success_btb_); + record.set("info", global.fastn_community_github_io_dark_flame_cs_colors__info_btb_); + record.set("warning", global.fastn_community_github_io_dark_flame_cs_colors__warning_btb_); + record.set("custom", global.fastn_community_github_io_dark_flame_cs_colors__custom_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_font_assets__fonts", function () { + let record = fastn.recordInstance({ + }); + record.set("Open_Sans", "fastn-community-github-io-opensans-font-Open-Sans"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(40)); + record.set("line_height", fastn_dom.FontSize.Px(48)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(40)); + record.set("line_height", fastn_dom.FontSize.Px(48)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(52)); + record.set("line_height", fastn_dom.FontSize.Px(60)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(52)); + record.set("line_height", fastn_dom.FontSize.Px(60)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_hero_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_hero_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(32)); + record.set("line_height", fastn_dom.FontSize.Px(44)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 600); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(32)); + record.set("line_height", fastn_dom.FontSize.Px(44)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 600); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_medium_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_medium_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(24)); + record.set("line_height", fastn_dom.FontSize.Px(36)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(24)); + record.set("line_height", fastn_dom.FontSize.Px(36)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(26)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(26)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_tiny_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_tiny_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(20)); + record.set("line_height", fastn_dom.FontSize.Px(28)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(20)); + record.set("line_height", fastn_dom.FontSize.Px(28)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__copy_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__copy_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__copy_regular_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__copy_regular_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(20)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(20)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__copy_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__copy_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(18)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(18)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__fine_print_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__fine_print_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__blockquote_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__blockquote_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__source_code_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__source_code_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(22)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(22)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__label_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__label_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__label_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__label_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__button_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__button_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__button_medium_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__button_medium_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__button_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__button_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__link_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__link_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__types", function () { + let record = fastn.recordInstance({ + }); + record.set("heading_large", global.fastn_community_github_io_opensans_typography__heading_large); + record.set("heading_medium", global.fastn_community_github_io_opensans_typography__heading_medium); + record.set("heading_small", global.fastn_community_github_io_opensans_typography__heading_small); + record.set("heading_hero", global.fastn_community_github_io_opensans_typography__heading_hero); + record.set("heading_tiny", global.fastn_community_github_io_opensans_typography__heading_tiny); + record.set("copy_small", global.fastn_community_github_io_opensans_typography__copy_small); + record.set("copy_regular", global.fastn_community_github_io_opensans_typography__copy_regular); + record.set("copy_large", global.fastn_community_github_io_opensans_typography__copy_large); + record.set("fine_print", global.fastn_community_github_io_opensans_typography__fine_print); + record.set("blockquote", global.fastn_community_github_io_opensans_typography__blockquote); + record.set("source_code", global.fastn_community_github_io_opensans_typography__source_code); + record.set("button_small", global.fastn_community_github_io_opensans_typography__button_small); + record.set("button_medium", global.fastn_community_github_io_opensans_typography__button_medium); + record.set("button_large", global.fastn_community_github_io_opensans_typography__button_large); + record.set("link", global.fastn_community_github_io_opensans_typography__link); + record.set("label_large", global.fastn_community_github_io_opensans_typography__label_large); + record.set("label_small", global.fastn_community_github_io_opensans_typography__label_small); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.system_mode_active.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active.png"); + record.set("dark", "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active-dark.png"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.dark_mode_active_dark.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png"); + record.set("dark", "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.light_mode_active.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active.png"); + record.set("dark", "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active-dark.png"); + return record; +}()); let fastn_community_github_io_dark_mode_switcher__dark_mode_switcher_float = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -2852,7 +3320,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderColor, inherited.get("colors").get("border"), inherited); parenti0.setProperty(fastn_dom.PropertyKind.Bottom, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(25); } else { @@ -2862,7 +3330,7 @@ ), inherited); parenti0.setProperty(fastn_dom.PropertyKind.Right, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(25); } else { @@ -2876,7 +3344,7 @@ fastn_dom.conditionalDom(root, [ ftd.follow_system_dark_mode ], function () { - return fastn_utils.getter(ftd.follow_system_dark_mode); + return fastn_utils.getStaticValue(ftd.follow_system_dark_mode); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -2899,7 +3367,7 @@ ftd.dark_mode, ftd.follow_system_dark_mode ], function () { - return (!fastn_utils.getter(ftd.dark_mode) && !fastn_utils.getter(ftd.follow_system_dark_mode)); + return (!fastn_utils.getStaticValue(ftd.dark_mode) && !fastn_utils.getStaticValue(ftd.follow_system_dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -2922,7 +3390,7 @@ ftd.dark_mode, ftd.follow_system_dark_mode ], function () { - return (fastn_utils.getter(ftd.dark_mode) && !fastn_utils.getter(ftd.follow_system_dark_mode)); + return (fastn_utils.getStaticValue(ftd.dark_mode) && !fastn_utils.getStaticValue(ftd.follow_system_dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -2954,7 +3422,7 @@ try { let __args__ = fastn_utils.getArgs({ }, args); - return (fastn_utils.getter(__args__.a) + " " + fastn_utils.getter(__args__.b)); + return (fastn_utils.getStaticValue(__args__.a) + " " + fastn_utils.getStaticValue(__args__.b)); } finally { __fastn_package_name__ = __fastn_super_package_name__; } @@ -2988,9 +3456,12 @@ sidebar_open: fastn.wrapMutable(false), document_title: "fastn document site template. Build Your Own documentation site with Ease", document_description: "Simple, easy-to-use fastn documentation template to write your fastn package document. Change colours and typography effortlessly.", - document_image: fastn.recordInstance({ - src: "https://fastn.com/-/fastn.com/images/fastn-logo.png" - }), + document_image: function () { + let record = fastn.recordInstance({ + }); + record.set("src", "https://fastn.com/-/fastn.com/images/fastn-logo.png"); + return record; + }(), }; inherited = fastn_utils.getInheritedValues(__args__, inherited, args); __args__ = fastn_utils.getArgs(__args__, args); @@ -3009,7 +3480,7 @@ fastn_dom.conditionalDom(root, [ __args__.sidebar_open ], function () { - return fastn_utils.getter(__args__.sidebar_open); + return fastn_utils.getStaticValue(__args__.sidebar_open); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3020,7 +3491,7 @@ fastn_dom.conditionalDom(root, [ __args__.sidebar_open ], function () { - return fastn_utils.getter(__args__.sidebar_open); + return fastn_utils.getStaticValue(__args__.sidebar_open); }, function (root) { let rooti0 = fastn_community_github_io_site_doc__mobile_sidebar(root, inherited, { sidebar_open: fastn.wrapMutable(__args__.sidebar_open) @@ -3036,7 +3507,7 @@ fastn_dom.conditionalDom(root, [ __args__.sidebar_open ], function () { - return fastn_utils.getter(__args__.sidebar_open); + return fastn_utils.getStaticValue(__args__.sidebar_open); }, function (root) { let rooti0 = fastn_community_github_io_site_doc__menu_mobile(root, inherited, { site_url: __args__.site_url, @@ -3087,7 +3558,7 @@ fastn_dom.conditionalDom(root, [ ftd.device ], function () { - return (fastn_utils.getter(ftd.device) == "desktop"); + return (fastn_utils.getStaticValue(ftd.device) == "desktop"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("minify_icon").get("svg"), inherited); @@ -3134,14 +3605,17 @@ rooti0.setProperty(fastn_dom.PropertyKind.Color, fastn.formula([inherited.get("colors").get("cta_primary").get("base"), __args__.mouse_in], function () { if (function () { - return fastn_utils.getter(__args__.mouse_in); + return fastn_utils.getStaticValue(__args__.mouse_in); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { - return fastn.recordInstance({ - dark: "#999999", - light: "#999999" - }); + return function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#999999"); + record.set("dark", "#999999"); + return record; + }(); } } ), inherited); @@ -3163,7 +3637,7 @@ let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.MarginRight, fastn.formula([__args__.github_url], function () { if (function () { - return (fastn_utils.getter(__args__.github_url) !== null); + return (fastn_utils.getStaticValue(__args__.github_url) !== null); }()) { return fastn_dom.Length.Px(24); } @@ -3190,7 +3664,7 @@ fastn_dom.conditionalDom(root, [ __args__.github_url ], function () { - return (fastn_utils.getter(__args__.github_url) !== null); + return (fastn_utils.getStaticValue(__args__.github_url) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("icon_github").get("svg"), inherited); @@ -3214,7 +3688,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingHorizontal, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(24); } else { @@ -3235,7 +3709,7 @@ __args__.toc, global.fastn_community_github_io_site_doc__full_screen ], function () { - return (!fastn_utils.getter(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); + return (!fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.Fixed(fastn_dom.Length.Percent(25)), inherited); @@ -3250,7 +3724,7 @@ __args__.toc, global.fastn_community_github_io_site_doc__full_screen ], function () { - return (!fastn_utils.getter(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); + return (!fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); }, function (root) { let rooti0 = fastn_community_github_io_site_doc__render_toc(root, inherited, { toc_obj: __args__.toc @@ -3271,7 +3745,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.MarginVertical, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(24); } else { @@ -3283,7 +3757,7 @@ fastn_dom.conditionalDom(root, [ __args__.title ], function () { - return (fastn_utils.getter(__args__.title) !== null); + return (fastn_utils.getStaticValue(__args__.title) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3316,7 +3790,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3356,7 +3830,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("copy").get("svg"), inherited); @@ -3387,7 +3861,7 @@ __args__.copy_text, __args__.mouse_in ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null" && fastn_utils.getter(__args__.mouse_in)); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null" && fastn_utils.getStaticValue(__args__.mouse_in)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("tick").get("svg"), inherited); @@ -3415,7 +3889,7 @@ fastn_dom.conditionalDom(root, [ __args__.license_url ], function () { - return (fastn_utils.getter(__args__.license_url) !== null); + return (fastn_utils.getStaticValue(__args__.license_url) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.AlignContent, fastn_dom.AlignContent.Center, inherited); @@ -3458,7 +3932,7 @@ fastn_dom.conditionalDom(root, [ __args__.color_scheme ], function () { - return (fastn_utils.getter(__args__.color_scheme) !== null); + return (fastn_utils.getStaticValue(__args__.color_scheme) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Spacing, fastn_dom.Spacing.Fixed(fastn_dom.Length.Px(12)), inherited); @@ -3483,7 +3957,7 @@ fastn_dom.conditionalDom(root, [ __args__.typography ], function () { - return (fastn_utils.getter(__args__.typography) !== null); + return (fastn_utils.getStaticValue(__args__.typography) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Spacing, fastn_dom.Spacing.Fixed(fastn_dom.Length.Px(12)), inherited); @@ -3529,7 +4003,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3552,7 +4026,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("copy").get("svg"), inherited); @@ -3582,7 +4056,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("tick").get("svg"), inherited); @@ -3611,7 +4085,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_small"), inherited); @@ -3625,7 +4099,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("fine_print"), inherited); @@ -3686,7 +4160,7 @@ fastn_dom.conditionalDom(root, [ __args__.body ], function () { - return (fastn_utils.getter(__args__.body) !== null); + return (fastn_utils.getStaticValue(__args__.body) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_regular"), inherited); @@ -3700,7 +4174,7 @@ fastn_dom.conditionalDom(root, [ __args__.show_tabs ], function () { - return fastn_utils.getter(__args__.show_tabs); + return fastn_utils.getStaticValue(__args__.show_tabs); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3734,7 +4208,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MinHeight, fastn.formula([__args__.toc, global.fastn_community_github_io_site_doc__full_screen], function () { if (function () { - return (fastn_utils.getter(global.fastn_community_github_io_site_doc__full_screen) || ftd.is_empty(__args__.toc)); + return (fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__full_screen) || ftd.is_empty(__args__.toc)); }()) { return fastn_dom.Resizing.Fixed(fastn_dom.Length.Vh(50)); } @@ -3769,7 +4243,7 @@ __args__.document_title, __args__.title], function () { if (function () { - return (fastn_utils.getter(__args__.document_title) !== null); + return (fastn_utils.getStaticValue(__args__.document_title) !== null); }()) { return __args__.document_title; } else { @@ -3781,7 +4255,7 @@ __args__.document_title, __args__.title], function () { if (function () { - return (fastn_utils.getter(__args__.document_title) !== null); + return (fastn_utils.getStaticValue(__args__.document_title) !== null); }()) { return __args__.document_title; } else { @@ -3793,7 +4267,7 @@ __args__.document_title, __args__.title], function () { if (function () { - return (fastn_utils.getter(__args__.document_title) !== null); + return (fastn_utils.getStaticValue(__args__.document_title) !== null); }()) { return __args__.document_title; } else { @@ -3809,18 +4283,27 @@ } } global["fastn_community_github_io_site_doc__doc_home"] = fastn_community_github_io_site_doc__doc_home; -fastn_utils.createNestedObject(global, "fifthtry_github_io_dark_mode_switcher_assets__files.static.system_mode_active.png", fastn.recordInstance({ - light: "-/fifthtry.github.io/dark-mode-switcher/static/system-mode-active.png", - dark: "-/fifthtry.github.io/dark-mode-switcher/static/system-mode-active-dark.png" -})); -fastn_utils.createNestedObject(global, "fifthtry_github_io_dark_mode_switcher_assets__files.static.dark_mode_active_dark.png", fastn.recordInstance({ - light: "-/fifthtry.github.io/dark-mode-switcher/static/dark-mode-active-dark.png", - dark: "-/fifthtry.github.io/dark-mode-switcher/static/dark-mode-active-dark.png" -})); -fastn_utils.createNestedObject(global, "fifthtry_github_io_dark_mode_switcher_assets__files.static.light_mode_active.png", fastn.recordInstance({ - light: "-/fifthtry.github.io/dark-mode-switcher/static/light-mode-active.png", - dark: "-/fifthtry.github.io/dark-mode-switcher/static/light-mode-active-dark.png" -})); +fastn_utils.createNestedObject(global, "fifthtry_github_io_dark_mode_switcher_assets__files.static.system_mode_active.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/dark-mode-switcher/static/system-mode-active.png"); + record.set("dark", "-/fifthtry.github.io/dark-mode-switcher/static/system-mode-active-dark.png"); + return record; +}()); +fastn_utils.createNestedObject(global, "fifthtry_github_io_dark_mode_switcher_assets__files.static.dark_mode_active_dark.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/dark-mode-switcher/static/dark-mode-active-dark.png"); + record.set("dark", "-/fifthtry.github.io/dark-mode-switcher/static/dark-mode-active-dark.png"); + return record; +}()); +fastn_utils.createNestedObject(global, "fifthtry_github_io_dark_mode_switcher_assets__files.static.light_mode_active.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/dark-mode-switcher/static/light-mode-active.png"); + record.set("dark", "-/fifthtry.github.io/dark-mode-switcher/static/light-mode-active-dark.png"); + return record; +}()); let fifthtry_github_io_dark_mode_switcher__dark_mode_switcher_float = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -3838,7 +4321,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderColor, inherited.get("colors").get("border"), inherited); parenti0.setProperty(fastn_dom.PropertyKind.Bottom, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(25); } else { @@ -3848,7 +4331,7 @@ ), inherited); parenti0.setProperty(fastn_dom.PropertyKind.Right, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(25); } else { @@ -3862,7 +4345,7 @@ fastn_dom.conditionalDom(root, [ ftd.follow_system_dark_mode ], function () { - return fastn_utils.getter(ftd.follow_system_dark_mode); + return fastn_utils.getStaticValue(ftd.follow_system_dark_mode); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -3885,7 +4368,7 @@ ftd.dark_mode, ftd.follow_system_dark_mode ], function () { - return (!fastn_utils.getter(ftd.dark_mode) && !fastn_utils.getter(ftd.follow_system_dark_mode)); + return (!fastn_utils.getStaticValue(ftd.dark_mode) && !fastn_utils.getStaticValue(ftd.follow_system_dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -3908,7 +4391,7 @@ ftd.dark_mode, ftd.follow_system_dark_mode ], function () { - return (fastn_utils.getter(ftd.dark_mode) && !fastn_utils.getter(ftd.follow_system_dark_mode)); + return (fastn_utils.getStaticValue(ftd.dark_mode) && !fastn_utils.getStaticValue(ftd.follow_system_dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -3948,7 +4431,7 @@ return fastn_dom.conditionalDom(parent, [ global.fastn_community_github_io_site_doc__current_tab ], function () { - return (fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab) == 1); + return (fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab) == 1); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -4015,13 +4498,13 @@ __args__.copy, __args__.download ], function () { - return (fastn_utils.getter(__args__.caption) !== null || fastn_utils.getter(__args__.download) !== null || fastn_utils.getter(__args__.copy)); + return (fastn_utils.getStaticValue(__args__.caption) !== null || fastn_utils.getStaticValue(__args__.download) !== null || fastn_utils.getStaticValue(__args__.copy)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingLeft, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(20); } @@ -4029,7 +4512,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingRight, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(20); } @@ -4037,7 +4520,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingTop, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(10); } @@ -4045,7 +4528,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingBottom, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(10); } @@ -4057,7 +4540,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxWidth, fastn.formula([__args__.max_width, __args__.max_width], function () { if (function () { - return (fastn_utils.getter(__args__.max_width) !== null); + return (fastn_utils.getStaticValue(__args__.max_width) !== null); }()) { return __args__.max_width; } @@ -4067,7 +4550,7 @@ fastn_dom.conditionalDom(root, [ __args__.caption ], function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_regular"), inherited); @@ -4082,7 +4565,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy ], function () { - return fastn_utils.getter(__args__.copy); + return fastn_utils.getStaticValue(__args__.copy); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.MouseLeave, function () { @@ -4096,7 +4579,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Top, fastn_dom.Length.Px(12), inherited); rooti0.setProperty(fastn_dom.PropertyKind.Right, fastn.formula([__args__.download], function () { if (function () { - return (fastn_utils.getter(__args__.download) !== null); + return (fastn_utils.getStaticValue(__args__.download) !== null); }()) { return fastn_dom.Length.Px(56); } else { @@ -4111,7 +4594,7 @@ __args__.copy_text, __args__.mouse_in ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null" && fastn_utils.getter(__args__.mouse_in)); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null" && fastn_utils.getStaticValue(__args__.mouse_in)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_small"), inherited); @@ -4147,7 +4630,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_regular"), inherited); @@ -4168,7 +4651,7 @@ fastn_dom.conditionalDom(root, [ ftd.dark_mode ], function () { - return fastn_utils.getter(ftd.dark_mode); + return fastn_utils.getStaticValue(ftd.dark_mode); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Code); rooti0.setProperty(fastn_dom.PropertyKind.Code, __args__.body, inherited); @@ -4178,7 +4661,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4186,7 +4669,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4194,7 +4677,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4202,7 +4685,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4215,7 +4698,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxHeight, fastn.formula([__args__.max_height, __args__.max_height], function () { if (function () { - return (fastn_utils.getter(__args__.max_height) !== null); + return (fastn_utils.getStaticValue(__args__.max_height) !== null); }()) { return __args__.max_height; } @@ -4224,7 +4707,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxWidth, fastn.formula([__args__.max_width, __args__.max_width], function () { if (function () { - return (fastn_utils.getter(__args__.max_width) !== null); + return (fastn_utils.getStaticValue(__args__.max_width) !== null); }()) { return __args__.max_width; } @@ -4238,7 +4721,7 @@ fastn_dom.conditionalDom(root, [ ftd.dark_mode ], function () { - return (!fastn_utils.getter(ftd.dark_mode)); + return (!fastn_utils.getStaticValue(ftd.dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Code); rooti0.setProperty(fastn_dom.PropertyKind.Code, __args__.body, inherited); @@ -4248,7 +4731,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4256,7 +4739,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4264,7 +4747,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4272,7 +4755,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4285,7 +4768,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxHeight, fastn.formula([__args__.max_height, __args__.max_height], function () { if (function () { - return (fastn_utils.getter(__args__.max_height) !== null); + return (fastn_utils.getStaticValue(__args__.max_height) !== null); }()) { return __args__.max_height; } @@ -4294,7 +4777,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxWidth, fastn.formula([__args__.max_width, __args__.max_width], function () { if (function () { - return (fastn_utils.getter(__args__.max_width) !== null); + return (fastn_utils.getStaticValue(__args__.max_width) !== null); }()) { return __args__.max_width; } @@ -4308,7 +4791,7 @@ fastn_dom.conditionalDom(root, [ __args__.download ], function () { - return (fastn_utils.getter(__args__.download) !== null); + return (fastn_utils.getStaticValue(__args__.download) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Anchor, fastn_dom.Anchor.Parent, inherited); @@ -4321,10 +4804,13 @@ let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("fine_print"), inherited); rooti0.setProperty(fastn_dom.PropertyKind.StringValue, __args__.download, inherited); - rooti0.setProperty(fastn_dom.PropertyKind.Color, fastn.recordInstance({ - dark: inherited.get("colors").get("text").get("dark"), - light: inherited.get("colors").get("text").get("dark") - }), inherited); + rooti0.setProperty(fastn_dom.PropertyKind.Color, function () { + let record = fastn.recordInstance({ + }); + record.set("light", inherited.get("colors").get("text").get("dark")); + record.set("dark", inherited.get("colors").get("text").get("dark")); + return record; + }(), inherited); } ]), inherited); return rooti0; @@ -4366,7 +4852,7 @@ fastn_dom.conditionalDom(root, [ __args__.body ], function () { - return (fastn_utils.getter(__args__.body) !== null); + return (fastn_utils.getStaticValue(__args__.body) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_small"), inherited); @@ -4458,7 +4944,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("copy").get("svg"), inherited); @@ -4489,7 +4975,7 @@ __args__.copy_text, __args__.mouse_in ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null" && fastn_utils.getter(__args__.mouse_in)); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null" && fastn_utils.getStaticValue(__args__.mouse_in)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("tick").get("svg"), inherited); @@ -4556,7 +5042,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("copy").get("svg"), inherited); @@ -4586,7 +5072,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("tick").get("svg"), inherited); diff --git a/index.html b/index.html index c62aeb8..30ca517 100644 --- a/index.html +++ b/index.html @@ -14,7 +14,7 @@ - + @@ -1226,34 +1226,55 @@ } } global["main"] = main; -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.link.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/link.svg", - dark: "-/fastn-community.github.io/site-doc/static/link-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.tick.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/tick.svg", - dark: "-/fastn-community.github.io/site-doc/static/tick-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.copy.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/copy.svg", - dark: "-/fastn-community.github.io/site-doc/static/copy-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.icon_github.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/icon-github.svg", - dark: "-/fastn-community.github.io/site-doc/static/icon-github-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.minify_icon.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/minify-icon.svg", - dark: "-/fastn-community.github.io/site-doc/static/minify-icon-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.hamburger.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/hamburger.svg", - dark: "-/fastn-community.github.io/site-doc/static/hamburger-dark.svg" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.cross.svg", fastn.recordInstance({ - light: "-/fastn-community.github.io/site-doc/static/cross.svg", - dark: "-/fastn-community.github.io/site-doc/static/cross-dark.svg" -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.link.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/link.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/link-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.tick.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/tick.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/tick-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.copy.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/copy.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/copy-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.icon_github.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/icon-github.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/icon-github-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.minify_icon.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/minify-icon.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/minify-icon-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.hamburger.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/hamburger.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/hamburger-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc_assets__files.static.cross.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/site-doc/static/cross.svg"); + record.set("dark", "-/fastn-community.github.io/site-doc/static/cross-dark.svg"); + return record; +}()); let fastn_community_github_io_site_doc__mobile_sidebar = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1292,75 +1313,90 @@ } } global["fastn_community_github_io_site_doc__mobile_sidebar"] = fastn_community_github_io_site_doc__mobile_sidebar; -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__sitemap", fastn.recordInstance({ - sections: fastn.mutableList([fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: true, - is_disabled: false, - is_heading: false, - is_open: true, - number: null, - path: null, - title: "Home", - url: "index.html" - }), - fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: false, - is_disabled: false, - is_heading: false, - is_open: false, - number: null, - path: null, - title: "GitHub", - url: "https://github.com/fifthtry/dark-mode-switcher/" - })]), - subsections: fastn.mutableList([]), - toc: fastn.mutableList([fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: false, - is_disabled: false, - is_heading: false, - is_open: false, - number: null, - path: null, - title: "Documentation", - url: "docs/" - })]), - current_section: fastn.recordInstance({ - bury: false, - children: fastn.mutableList([]), - description: null, - document: null, - font_icon: null, - img_src: null, - is_active: true, - is_disabled: false, - is_heading: false, - is_open: true, - number: null, - path: null, - title: "Home", - url: "index.html" - }), - current_subsection: null, - current_page: null -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__sitemap", function () { + let record = fastn.recordInstance({ + }); + record.set("sections", fastn.mutableList([function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Home"); + record.set("url", "index.html"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", true); + record.set("is_open", true); + record.set("children", fastn.mutableList([])); + return record; + }(), + function () { + let record = fastn.recordInstance({ + }); + record.set("title", "GitHub"); + record.set("url", "https://github.com/fifthtry/dark-mode-switcher/"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", false); + record.set("is_open", false); + record.set("children", fastn.mutableList([])); + return record; + }()])); + record.set("subsections", fastn.mutableList([])); + record.set("toc", fastn.mutableList([function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Documentation"); + record.set("url", "docs/"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", false); + record.set("is_open", false); + record.set("children", fastn.mutableList([])); + return record; + }()])); + record.set("current_section", function () { + let record = fastn.recordInstance({ + }); + record.set("title", "Home"); + record.set("url", "index.html"); + record.set("description", null); + record.set("path", null); + record.set("number", null); + record.set("font_icon", null); + record.set("img_src", null); + record.set("bury", false); + record.set("document", null); + record.set("is_heading", false); + record.set("is_disabled", false); + record.set("is_active", true); + record.set("is_open", true); + record.set("children", fastn.mutableList([])); + return record; + }()); + record.set("current_subsection", null); + record.set("current_page", null); + return record; +}()); let fastn_community_github_io_site_doc__childrens = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1381,7 +1417,7 @@ fastn_dom.conditionalDom(root, [ __args__.toc.get("font_icon") ], function () { - return (fastn_utils.getter(__args__.toc.get("font_icon")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("font_icon")) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, __args__.toc.get("font_icon"), inherited); @@ -1398,7 +1434,7 @@ inherited.get("colors").get("cta_primary").get("base"), __args__.toc.get("is_active")], function () { if (function () { - return fastn_utils.getter(__args__.toc.get("is_active")); + return fastn_utils.getStaticValue(__args__.toc.get("is_active")); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1409,7 +1445,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Link, fastn.formula([__args__.toc.get("url"), __args__.toc.get("url")], function () { if (function () { - return (fastn_utils.getter(__args__.toc.get("url")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("url")) !== null); }()) { return __args__.toc.get("url"); } @@ -1465,7 +1501,7 @@ fastn_dom.conditionalDom(root, [ __args__.toc.get("font_icon") ], function () { - return (fastn_utils.getter(__args__.toc.get("font_icon")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("font_icon")) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, __args__.toc.get("font_icon"), inherited); @@ -1482,7 +1518,7 @@ inherited.get("colors").get("cta_primary").get("base"), __args__.toc.get("is_active")], function () { if (function () { - return fastn_utils.getter(__args__.toc.get("is_active")); + return fastn_utils.getStaticValue(__args__.toc.get("is_active")); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1493,7 +1529,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Link, fastn.formula([__args__.toc.get("url"), __args__.toc.get("url")], function () { if (function () { - return (fastn_utils.getter(__args__.toc.get("url")) !== null); + return (fastn_utils.getStaticValue(__args__.toc.get("url")) !== null); }()) { return __args__.toc.get("url"); } @@ -1553,7 +1589,7 @@ fastn_dom.conditionalDom(root, [ __args__.site_name ], function () { - return (fastn_utils.getter(__args__.site_name) !== null); + return (fastn_utils.getStaticValue(__args__.site_name) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -1626,7 +1662,7 @@ inherited.get("colors").get("cta_primary").get("base"), __args__.sections.get("is_active")], function () { if (function () { - return fastn_utils.getter(__args__.sections.get("is_active")); + return fastn_utils.getStaticValue(__args__.sections.get("is_active")); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1683,17 +1719,23 @@ } global["fastn_community_github_io_site_doc__render_toc"] = fastn_community_github_io_site_doc__render_toc; fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__current_tab", fastn.mutable(1)); -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__body", fastn.recordInstance({ - x_offset: fastn_dom.Length.Px(0), - y_offset: fastn_dom.Length.Px(0), - blur: fastn_dom.Length.Px(24), - spread: fastn_dom.Length.Px(0), - color: fastn.recordInstance({ - dark: "#a9a7a5ba", - light: "#a9a7a5ba" - }), - inset: false -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__body", function () { + let record = fastn.recordInstance({ + }); + record.set("x_offset", fastn_dom.Length.Px(0)); + record.set("y_offset", fastn_dom.Length.Px(0)); + record.set("blur", fastn_dom.Length.Px(24)); + record.set("spread", fastn_dom.Length.Px(0)); + record.set("color", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#a9a7a5ba"); + record.set("dark", "#a9a7a5ba"); + return record; + }()); + record.set("inset", false); + return record; +}()); let fastn_community_github_io_site_doc__tab = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1723,7 +1765,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderWidth, fastn.formula([global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return fastn_dom.Length.Px(1); } @@ -1732,7 +1774,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderBottomWidth, fastn.formula([global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return fastn_dom.Length.Px(1); } @@ -1744,7 +1786,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } @@ -1754,7 +1796,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("background").get("base"); } @@ -1764,7 +1806,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } @@ -1774,7 +1816,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } @@ -1784,7 +1826,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return global.fastn_community_github_io_site_doc__body; } @@ -1799,7 +1841,7 @@ global.fastn_community_github_io_site_doc__current_tab, __args__.index], function () { if (function () { - return (fastn_utils.getter(__args__.index) == fastn_utils.getter(global.fastn_community_github_io_site_doc__current_tab)); + return (fastn_utils.getStaticValue(__args__.index) == fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__current_tab)); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { @@ -1844,10 +1886,13 @@ } } global["fastn_community_github_io_site_doc__tabs"] = fastn_community_github_io_site_doc__tabs; -fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__fastn_logo", fastn.recordInstance({ - light: "https://fastn.com/-/fastn.com/images/fastn.svg", - dark: "https://fastn.com/-/fastn.com/images/fastn-dark.svg" -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__fastn_logo", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "https://fastn.com/-/fastn.com/images/fastn.svg"); + record.set("dark", "https://fastn.com/-/fastn.com/images/fastn-dark.svg"); + return record; +}()); let fastn_community_github_io_site_doc__powered_by = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -1945,741 +1990,1161 @@ } global["fastn_community_github_io_site_doc__fastn_footer"] = fastn_community_github_io_site_doc__fastn_footer; fastn_utils.createNestedObject(global, "fastn_community_github_io_site_doc__copyright_info", fastn.mutable("Copyright © 2023 - [FifthTry](https://www.fifthtry.com/)")); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__base_", fastn.recordInstance({ - light: "#FFFFFF", - dark: "#000000" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_1_", fastn.recordInstance({ - light: "#FDFAF1", - dark: "#111111" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_2_", fastn.recordInstance({ - light: "#fbf3dc", - dark: "#2b2b2b" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__overlay_", fastn.recordInstance({ - light: "#000000", - dark: "#000000" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__code_", fastn.recordInstance({ - light: "#f5f5f5", - dark: "#21222c" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__background_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__base_, - step_1: global.fastn_community_github_io_dark_flame_cs_colors__step_1_, - step_2: global.fastn_community_github_io_dark_flame_cs_colors__step_2_, - overlay: global.fastn_community_github_io_dark_flame_cs_colors__overlay_, - code: global.fastn_community_github_io_dark_flame_cs_colors__code_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_", fastn.recordInstance({ - light: "#f0ece2", - dark: "#434547" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_strong_", fastn.recordInstance({ - light: "#D9D9D9", - dark: "#333333" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_", fastn.recordInstance({ - light: "#707070", - dark: "#D9D9D9" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_strong_", fastn.recordInstance({ - light: "#333333", - dark: "#FFFFFF" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__shadow_", fastn.recordInstance({ - light: "#EF8435", - dark: "#EF8435" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__scrim_", fastn.recordInstance({ - light: "#393939", - dark: "#393939" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_", fastn.recordInstance({ - light: "#EF8435", - dark: "#EF8435" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_", fastn.recordInstance({ - light: "#D77730", - dark: "#D77730" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_", fastn.recordInstance({ - light: "#BF6A2A", - dark: "#BF6A2A" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_", fastn.recordInstance({ - light: "#FAD9C0", - dark: "#FAD9C0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_", fastn.recordInstance({ - light: "#B36328", - dark: "#B36328" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_", fastn.recordInstance({ - light: "#F3A063", - dark: "#F3A063" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_", fastn.recordInstance({ - light: "#ffffff", - dark: "#ffffff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_", fastn.recordInstance({ - light: "#f2a164", - dark: "#f2a164" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_", fastn.recordInstance({ - light: "#fad9c0", - dark: "#fad9c0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_", fastn.recordInstance({ - light: "#EBE8E5", - dark: "#EBE8E5" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_", fastn.recordInstance({ - light: "#D4D1CE", - dark: "#D4D1CE" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_", fastn.recordInstance({ - light: "#BCBAB7", - dark: "#BCBAB7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_", fastn.recordInstance({ - light: "#F9F8F7", - dark: "#F9F8F7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_", fastn.recordInstance({ - light: "#B0AEAC", - dark: "#B0AEAC" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_", fastn.recordInstance({ - light: "#B0AEAC", - dark: "#B0AEAC" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_", fastn.recordInstance({ - light: "#333333", - dark: "#333333" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#fff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#f1dac0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_", fastn.recordInstance({ - light: "#4A6490", - dark: "#4A6490" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_", fastn.recordInstance({ - light: "#3d5276", - dark: "#3d5276" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_", fastn.recordInstance({ - light: "#2b3a54", - dark: "#2b3a54" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_", fastn.recordInstance({ - light: "rgba(74, 100, 144, 0.4)", - dark: "rgba(74, 100, 144, 0.4)" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_", fastn.recordInstance({ - light: "#6882b1", - dark: "#6882b1" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_", fastn.recordInstance({ - light: "#4e6997", - dark: "#4e6997" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_", fastn.recordInstance({ - light: "#ffffff", - dark: "#ffffff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#fff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#f1dac0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_", fastn.recordInstance({ - light: "#F9E4E1", - dark: "#F9E4E1" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_", fastn.recordInstance({ - light: "#F1BDB6", - dark: "#F1BDB6" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_", fastn.recordInstance({ - light: "#D46A63", - dark: "#D46A63" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_", fastn.recordInstance({ - light: "#FAECEB", - dark: "#FAECEB" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_", fastn.recordInstance({ - light: "#D97973", - dark: "#D97973" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_", fastn.recordInstance({ - light: "#E9968C", - dark: "#E9968C" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_", fastn.recordInstance({ - light: "#D84836", - dark: "#D84836" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#fff" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_", fastn.recordInstance({ - light: "#304655", - dark: "#f1dac0" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_, - hover: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_, - pressed: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_, - disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_, - focused: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_, - border: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_, - border_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_, - text: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_, - text_disabled: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_primary_", fastn.recordInstance({ - light: "#EF8435", - dark: "#EF8435" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_secondary_", fastn.recordInstance({ - light: "#EBE8E5", - dark: "#EBE8E5" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_", fastn.recordInstance({ - light: "#c5cbd7", - dark: "#c5cbd7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_", fastn.recordInstance({ - primary: global.fastn_community_github_io_dark_flame_cs_colors__accent_primary_, - secondary: global.fastn_community_github_io_dark_flame_cs_colors__accent_secondary_, - tertiary: global.fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_base_", fastn.recordInstance({ - light: "#F9E4E1", - dark: "#4f2a25c9" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_text_", fastn.recordInstance({ - light: "#D84836", - dark: "#D84836" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_border_", fastn.recordInstance({ - light: "#E9968C", - dark: "#E9968C" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__error_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__error_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__error_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_base_", fastn.recordInstance({ - light: "#DCEFE4", - dark: "#033a1bb8" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_text_", fastn.recordInstance({ - light: "#3E8D61", - dark: "#159f52" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_border_", fastn.recordInstance({ - light: "#95D0AF", - dark: "#95D0AF" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__success_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__success_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__success_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_base_", fastn.recordInstance({ - light: "#DAE7FB", - dark: "#233a5dc7" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_text_", fastn.recordInstance({ - light: "#5290EC", - dark: "#5290EC" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_border_", fastn.recordInstance({ - light: "#7EACF1", - dark: "#7EACF1" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__info_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__info_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__info_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_base_", fastn.recordInstance({ - light: "#FDF7F1", - dark: "#3b2c1ee6" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_text_", fastn.recordInstance({ - light: "#E78B3E", - dark: "#E78B3E" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_border_", fastn.recordInstance({ - light: "#F2C097", - dark: "#F2C097" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_btb_", fastn.recordInstance({ - base: global.fastn_community_github_io_dark_flame_cs_colors__warning_base_, - text: global.fastn_community_github_io_dark_flame_cs_colors__warning_text_, - border: global.fastn_community_github_io_dark_flame_cs_colors__warning_border_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_one_", fastn.recordInstance({ - light: "#4AA35C", - dark: "#4AA35C" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_two_", fastn.recordInstance({ - light: "#5C2860", - dark: "#5C2860" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_three_", fastn.recordInstance({ - light: "#EBBE52", - dark: "#EBBE52" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_four_", fastn.recordInstance({ - light: "#FDFAF1", - dark: "#111111" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_five_", fastn.recordInstance({ - light: "#FBF5E2", - dark: "#222222" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_six_", fastn.recordInstance({ - light: "#ef8dd6", - dark: "#ef8dd6" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_seven_", fastn.recordInstance({ - light: "#7564be", - dark: "#7564be" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_eight_", fastn.recordInstance({ - light: "#d554b3", - dark: "#d554b3" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_nine_", fastn.recordInstance({ - light: "#ec8943", - dark: "#ec8943" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_ten_", fastn.recordInstance({ - light: "#da7a4a", - dark: "#da7a4a" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_", fastn.recordInstance({ - one: global.fastn_community_github_io_dark_flame_cs_colors__custom_one_, - two: global.fastn_community_github_io_dark_flame_cs_colors__custom_two_, - three: global.fastn_community_github_io_dark_flame_cs_colors__custom_three_, - four: global.fastn_community_github_io_dark_flame_cs_colors__custom_four_, - five: global.fastn_community_github_io_dark_flame_cs_colors__custom_five_, - six: global.fastn_community_github_io_dark_flame_cs_colors__custom_six_, - seven: global.fastn_community_github_io_dark_flame_cs_colors__custom_seven_, - eight: global.fastn_community_github_io_dark_flame_cs_colors__custom_eight_, - nine: global.fastn_community_github_io_dark_flame_cs_colors__custom_nine_, - ten: global.fastn_community_github_io_dark_flame_cs_colors__custom_ten_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs__main", fastn.recordInstance({ - background: global.fastn_community_github_io_dark_flame_cs_colors__background_, - border: global.fastn_community_github_io_dark_flame_cs_colors__border_, - border_strong: global.fastn_community_github_io_dark_flame_cs_colors__border_strong_, - text: global.fastn_community_github_io_dark_flame_cs_colors__text_, - text_strong: global.fastn_community_github_io_dark_flame_cs_colors__text_strong_, - shadow: global.fastn_community_github_io_dark_flame_cs_colors__shadow_, - scrim: global.fastn_community_github_io_dark_flame_cs_colors__scrim_, - cta_primary: global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_, - cta_secondary: global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_, - cta_tertiary: global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_, - cta_danger: global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_, - accent: global.fastn_community_github_io_dark_flame_cs_colors__accent_, - error: global.fastn_community_github_io_dark_flame_cs_colors__error_btb_, - success: global.fastn_community_github_io_dark_flame_cs_colors__success_btb_, - info: global.fastn_community_github_io_dark_flame_cs_colors__info_btb_, - warning: global.fastn_community_github_io_dark_flame_cs_colors__warning_btb_, - custom: global.fastn_community_github_io_dark_flame_cs_colors__custom_ -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_font_assets__fonts", fastn.recordInstance({ - Open_Sans: "fastn-community-github-io-opensans-font-Open-Sans" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(40), - line_height: fastn_dom.FontSize.Px(48), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(40), - line_height: fastn_dom.FontSize.Px(48), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(52), - line_height: fastn_dom.FontSize.Px(60), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(52), - line_height: fastn_dom.FontSize.Px(60), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_hero_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_hero_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(32), - line_height: fastn_dom.FontSize.Px(44), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 600, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(32), - line_height: fastn_dom.FontSize.Px(44), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 600, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_medium_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_medium_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(24), - line_height: fastn_dom.FontSize.Px(36), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(24), - line_height: fastn_dom.FontSize.Px(36), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(26), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(26), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 500, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__heading_tiny_desktop, - mobile: global.fastn_community_github_io_opensans_typography__heading_tiny_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(20), - line_height: fastn_dom.FontSize.Px(28), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(20), - line_height: fastn_dom.FontSize.Px(28), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__copy_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__copy_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__copy_regular_desktop, - mobile: global.fastn_community_github_io_opensans_typography__copy_regular_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(20), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(20), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__copy_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__copy_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(18), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(18), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__fine_print_desktop, - mobile: global.fastn_community_github_io_opensans_typography__fine_print_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__blockquote_desktop, - mobile: global.fastn_community_github_io_opensans_typography__blockquote_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__source_code_desktop, - mobile: global.fastn_community_github_io_opensans_typography__source_code_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(22), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(22), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__label_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__label_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(16), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__label_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__label_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(18), - line_height: fastn_dom.FontSize.Px(24), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__button_large_desktop, - mobile: global.fastn_community_github_io_opensans_typography__button_large_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(21), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(16), - line_height: fastn_dom.FontSize.Px(21), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__button_medium_desktop, - mobile: global.fastn_community_github_io_opensans_typography__button_medium_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__button_small_desktop, - mobile: global.fastn_community_github_io_opensans_typography__button_small_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_desktop", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 700, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_mobile", fastn.recordInstance({ - size: fastn_dom.FontSize.Px(14), - line_height: fastn_dom.FontSize.Px(19), - letter_spacing: fastn_dom.FontSize.Px(0), - weight: 400, - font_family: fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")]) -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link", fastn.recordInstance({ - desktop: global.fastn_community_github_io_opensans_typography__link_desktop, - mobile: global.fastn_community_github_io_opensans_typography__link_mobile -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__types", fastn.recordInstance({ - heading_large: global.fastn_community_github_io_opensans_typography__heading_large, - heading_medium: global.fastn_community_github_io_opensans_typography__heading_medium, - heading_small: global.fastn_community_github_io_opensans_typography__heading_small, - heading_hero: global.fastn_community_github_io_opensans_typography__heading_hero, - heading_tiny: global.fastn_community_github_io_opensans_typography__heading_tiny, - copy_small: global.fastn_community_github_io_opensans_typography__copy_small, - copy_regular: global.fastn_community_github_io_opensans_typography__copy_regular, - copy_large: global.fastn_community_github_io_opensans_typography__copy_large, - fine_print: global.fastn_community_github_io_opensans_typography__fine_print, - blockquote: global.fastn_community_github_io_opensans_typography__blockquote, - source_code: global.fastn_community_github_io_opensans_typography__source_code, - button_small: global.fastn_community_github_io_opensans_typography__button_small, - button_medium: global.fastn_community_github_io_opensans_typography__button_medium, - button_large: global.fastn_community_github_io_opensans_typography__button_large, - link: global.fastn_community_github_io_opensans_typography__link, - label_large: global.fastn_community_github_io_opensans_typography__label_large, - label_small: global.fastn_community_github_io_opensans_typography__label_small -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.system_mode_active.png", fastn.recordInstance({ - light: "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active.png", - dark: "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active-dark.png" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.dark_mode_active_dark.png", fastn.recordInstance({ - light: "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png", - dark: "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png" -})); -fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.light_mode_active.png", fastn.recordInstance({ - light: "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active.png", - dark: "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active-dark.png" -})); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FFFFFF"); + record.set("dark", "#000000"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_1_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FDFAF1"); + record.set("dark", "#111111"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__step_2_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#fbf3dc"); + record.set("dark", "#2b2b2b"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__overlay_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#000000"); + record.set("dark", "#000000"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__code_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f5f5f5"); + record.set("dark", "#21222c"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__background_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__base_); + record.set("step_1", global.fastn_community_github_io_dark_flame_cs_colors__step_1_); + record.set("step_2", global.fastn_community_github_io_dark_flame_cs_colors__step_2_); + record.set("overlay", global.fastn_community_github_io_dark_flame_cs_colors__overlay_); + record.set("code", global.fastn_community_github_io_dark_flame_cs_colors__code_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f0ece2"); + record.set("dark", "#434547"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__border_strong_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D9D9D9"); + record.set("dark", "#333333"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#707070"); + record.set("dark", "#D9D9D9"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__text_strong_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#333333"); + record.set("dark", "#FFFFFF"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__shadow_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EF8435"); + record.set("dark", "#EF8435"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__scrim_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#393939"); + record.set("dark", "#393939"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EF8435"); + record.set("dark", "#EF8435"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D77730"); + record.set("dark", "#D77730"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#BF6A2A"); + record.set("dark", "#BF6A2A"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FAD9C0"); + record.set("dark", "#FAD9C0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#B36328"); + record.set("dark", "#B36328"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F3A063"); + record.set("dark", "#F3A063"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ffecd0"); + record.set("dark", "#ffffff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#f2a164"); + record.set("dark", "#f2a164"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#fad9c0"); + record.set("dark", "#fad9c0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_primary_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EBE8E5"); + record.set("dark", "#EBE8E5"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D4D1CE"); + record.set("dark", "#D4D1CE"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#BCBAB7"); + record.set("dark", "#BCBAB7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F9F8F7"); + record.set("dark", "#F9F8F7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#B0AEAC"); + record.set("dark", "#B0AEAC"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#B0AEAC"); + record.set("dark", "#B0AEAC"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#333333"); + record.set("dark", "#333333"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#fff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#f1dac0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_secondary_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4A6490"); + record.set("dark", "#4A6490"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#3d5276"); + record.set("dark", "#3d5276"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#2b3a54"); + record.set("dark", "#2b3a54"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "rgba(74, 100, 144, 0.4)"); + record.set("dark", "rgba(74, 100, 144, 0.4)"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#6882b1"); + record.set("dark", "#6882b1"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4e6997"); + record.set("dark", "#4e6997"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#caf1f6"); + record.set("dark", "#caf1f6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#fff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#f1dac0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F9E4E1"); + record.set("dark", "#F9E4E1"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F1BDB6"); + record.set("dark", "#F1BDB6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D46A63"); + record.set("dark", "#D46A63"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FAECEB"); + record.set("dark", "#FAECEB"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D97973"); + record.set("dark", "#D97973"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#E9968C"); + record.set("dark", "#E9968C"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D84836"); + record.set("dark", "#D84836"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#fff"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#304655"); + record.set("dark", "#f1dac0"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__cta_danger_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_base_); + record.set("hover", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_hover_); + record.set("pressed", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_pressed_); + record.set("disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_disabled_); + record.set("focused", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_focused_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_); + record.set("border_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_border_disabled_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_); + record.set("text_disabled", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_text_disabled_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_primary_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EF8435"); + record.set("dark", "#EF8435"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_secondary_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EBE8E5"); + record.set("dark", "#EBE8E5"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#c5cbd7"); + record.set("dark", "#c5cbd7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__accent_", function () { + let record = fastn.recordInstance({ + }); + record.set("primary", global.fastn_community_github_io_dark_flame_cs_colors__accent_primary_); + record.set("secondary", global.fastn_community_github_io_dark_flame_cs_colors__accent_secondary_); + record.set("tertiary", global.fastn_community_github_io_dark_flame_cs_colors__accent_tertiary_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F9E4E1"); + record.set("dark", "#4f2a25c9"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#D84836"); + record.set("dark", "#D84836"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#E9968C"); + record.set("dark", "#E9968C"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__error_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__error_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__error_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__error_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#DCEFE4"); + record.set("dark", "#033a1bb8"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#3E8D61"); + record.set("dark", "#159f52"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#95D0AF"); + record.set("dark", "#95D0AF"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__success_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__success_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__success_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__success_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#DAE7FB"); + record.set("dark", "#233a5dc7"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#5290EC"); + record.set("dark", "#5290EC"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#7EACF1"); + record.set("dark", "#7EACF1"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__info_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__info_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__info_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__info_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_base_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FDF7F1"); + record.set("dark", "#3b2c1ee6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_text_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#E78B3E"); + record.set("dark", "#E78B3E"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_border_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#F2C097"); + record.set("dark", "#F2C097"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__warning_btb_", function () { + let record = fastn.recordInstance({ + }); + record.set("base", global.fastn_community_github_io_dark_flame_cs_colors__warning_base_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__warning_text_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__warning_border_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_one_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#4AA35C"); + record.set("dark", "#4AA35C"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_two_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#5C2860"); + record.set("dark", "#5C2860"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_three_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#EBBE52"); + record.set("dark", "#EBBE52"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_four_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FDFAF1"); + record.set("dark", "#111111"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_five_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#FBF5E2"); + record.set("dark", "#222222"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_six_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ef8dd6"); + record.set("dark", "#ef8dd6"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_seven_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#7564be"); + record.set("dark", "#7564be"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_eight_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#d554b3"); + record.set("dark", "#d554b3"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_nine_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#ec8943"); + record.set("dark", "#ec8943"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_ten_", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#da7a4a"); + record.set("dark", "#da7a4a"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs_colors__custom_", function () { + let record = fastn.recordInstance({ + }); + record.set("one", global.fastn_community_github_io_dark_flame_cs_colors__custom_one_); + record.set("two", global.fastn_community_github_io_dark_flame_cs_colors__custom_two_); + record.set("three", global.fastn_community_github_io_dark_flame_cs_colors__custom_three_); + record.set("four", global.fastn_community_github_io_dark_flame_cs_colors__custom_four_); + record.set("five", global.fastn_community_github_io_dark_flame_cs_colors__custom_five_); + record.set("six", global.fastn_community_github_io_dark_flame_cs_colors__custom_six_); + record.set("seven", global.fastn_community_github_io_dark_flame_cs_colors__custom_seven_); + record.set("eight", global.fastn_community_github_io_dark_flame_cs_colors__custom_eight_); + record.set("nine", global.fastn_community_github_io_dark_flame_cs_colors__custom_nine_); + record.set("ten", global.fastn_community_github_io_dark_flame_cs_colors__custom_ten_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_flame_cs__main", function () { + let record = fastn.recordInstance({ + }); + record.set("background", global.fastn_community_github_io_dark_flame_cs_colors__background_); + record.set("border", global.fastn_community_github_io_dark_flame_cs_colors__border_); + record.set("border_strong", global.fastn_community_github_io_dark_flame_cs_colors__border_strong_); + record.set("text", global.fastn_community_github_io_dark_flame_cs_colors__text_); + record.set("text_strong", global.fastn_community_github_io_dark_flame_cs_colors__text_strong_); + record.set("shadow", global.fastn_community_github_io_dark_flame_cs_colors__shadow_); + record.set("scrim", global.fastn_community_github_io_dark_flame_cs_colors__scrim_); + record.set("cta_primary", global.fastn_community_github_io_dark_flame_cs_colors__cta_primary_); + record.set("cta_secondary", global.fastn_community_github_io_dark_flame_cs_colors__cta_secondary_); + record.set("cta_tertiary", global.fastn_community_github_io_dark_flame_cs_colors__cta_tertiary_); + record.set("cta_danger", global.fastn_community_github_io_dark_flame_cs_colors__cta_danger_); + record.set("accent", global.fastn_community_github_io_dark_flame_cs_colors__accent_); + record.set("error", global.fastn_community_github_io_dark_flame_cs_colors__error_btb_); + record.set("success", global.fastn_community_github_io_dark_flame_cs_colors__success_btb_); + record.set("info", global.fastn_community_github_io_dark_flame_cs_colors__info_btb_); + record.set("warning", global.fastn_community_github_io_dark_flame_cs_colors__warning_btb_); + record.set("custom", global.fastn_community_github_io_dark_flame_cs_colors__custom_); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_font_assets__fonts", function () { + let record = fastn.recordInstance({ + }); + record.set("Open_Sans", "fastn-community-github-io-opensans-font-Open-Sans"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(40)); + record.set("line_height", fastn_dom.FontSize.Px(48)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(40)); + record.set("line_height", fastn_dom.FontSize.Px(48)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(52)); + record.set("line_height", fastn_dom.FontSize.Px(60)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(52)); + record.set("line_height", fastn_dom.FontSize.Px(60)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_hero", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_hero_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_hero_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(32)); + record.set("line_height", fastn_dom.FontSize.Px(44)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 600); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(32)); + record.set("line_height", fastn_dom.FontSize.Px(44)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 600); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_medium", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_medium_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_medium_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(24)); + record.set("line_height", fastn_dom.FontSize.Px(36)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(24)); + record.set("line_height", fastn_dom.FontSize.Px(36)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(26)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(26)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 500); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__heading_tiny", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__heading_tiny_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__heading_tiny_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(20)); + record.set("line_height", fastn_dom.FontSize.Px(28)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(20)); + record.set("line_height", fastn_dom.FontSize.Px(28)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__copy_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__copy_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_regular", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__copy_regular_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__copy_regular_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(20)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(20)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__copy_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__copy_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__copy_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(18)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(18)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__fine_print", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__fine_print_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__fine_print_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__blockquote", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__blockquote_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__blockquote_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__source_code", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__source_code_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__source_code_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(22)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(22)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__label_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__label_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(16)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__label_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__label_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__label_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(18)); + record.set("line_height", fastn_dom.FontSize.Px(24)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_large", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__button_large_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__button_large_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(16)); + record.set("line_height", fastn_dom.FontSize.Px(21)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_medium", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__button_medium_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__button_medium_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__button_small", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__button_small_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__button_small_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_desktop", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 700); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link_mobile", function () { + let record = fastn.recordInstance({ + }); + record.set("size", fastn_dom.FontSize.Px(14)); + record.set("line_height", fastn_dom.FontSize.Px(19)); + record.set("letter_spacing", fastn_dom.FontSize.Px(0)); + record.set("weight", 400); + record.set("font_family", fastn.mutableList([global.fastn_community_github_io_opensans_font_assets__fonts.get("Open_Sans")])); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__link", function () { + let record = fastn.recordInstance({ + }); + record.set("desktop", global.fastn_community_github_io_opensans_typography__link_desktop); + record.set("mobile", global.fastn_community_github_io_opensans_typography__link_mobile); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_opensans_typography__types", function () { + let record = fastn.recordInstance({ + }); + record.set("heading_large", global.fastn_community_github_io_opensans_typography__heading_large); + record.set("heading_medium", global.fastn_community_github_io_opensans_typography__heading_medium); + record.set("heading_small", global.fastn_community_github_io_opensans_typography__heading_small); + record.set("heading_hero", global.fastn_community_github_io_opensans_typography__heading_hero); + record.set("heading_tiny", global.fastn_community_github_io_opensans_typography__heading_tiny); + record.set("copy_small", global.fastn_community_github_io_opensans_typography__copy_small); + record.set("copy_regular", global.fastn_community_github_io_opensans_typography__copy_regular); + record.set("copy_large", global.fastn_community_github_io_opensans_typography__copy_large); + record.set("fine_print", global.fastn_community_github_io_opensans_typography__fine_print); + record.set("blockquote", global.fastn_community_github_io_opensans_typography__blockquote); + record.set("source_code", global.fastn_community_github_io_opensans_typography__source_code); + record.set("button_small", global.fastn_community_github_io_opensans_typography__button_small); + record.set("button_medium", global.fastn_community_github_io_opensans_typography__button_medium); + record.set("button_large", global.fastn_community_github_io_opensans_typography__button_large); + record.set("link", global.fastn_community_github_io_opensans_typography__link); + record.set("label_large", global.fastn_community_github_io_opensans_typography__label_large); + record.set("label_small", global.fastn_community_github_io_opensans_typography__label_small); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.system_mode_active.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active.png"); + record.set("dark", "-/fastn-community.github.io/dark-mode-switcher/static/system-mode-active-dark.png"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.dark_mode_active_dark.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png"); + record.set("dark", "-/fastn-community.github.io/dark-mode-switcher/static/dark-mode-active-dark.png"); + return record; +}()); +fastn_utils.createNestedObject(global, "fastn_community_github_io_dark_mode_switcher_assets__files.static.light_mode_active.png", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active.png"); + record.set("dark", "-/fastn-community.github.io/dark-mode-switcher/static/light-mode-active-dark.png"); + return record; +}()); let fastn_community_github_io_dark_mode_switcher__dark_mode_switcher_float = function (parent, inherited, args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -2697,7 +3162,7 @@ parenti0.setProperty(fastn_dom.PropertyKind.BorderColor, inherited.get("colors").get("border"), inherited); parenti0.setProperty(fastn_dom.PropertyKind.Bottom, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(25); } else { @@ -2707,7 +3172,7 @@ ), inherited); parenti0.setProperty(fastn_dom.PropertyKind.Right, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(25); } else { @@ -2721,7 +3186,7 @@ fastn_dom.conditionalDom(root, [ ftd.follow_system_dark_mode ], function () { - return fastn_utils.getter(ftd.follow_system_dark_mode); + return fastn_utils.getStaticValue(ftd.follow_system_dark_mode); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -2744,7 +3209,7 @@ ftd.dark_mode, ftd.follow_system_dark_mode ], function () { - return (!fastn_utils.getter(ftd.dark_mode) && !fastn_utils.getter(ftd.follow_system_dark_mode)); + return (!fastn_utils.getStaticValue(ftd.dark_mode) && !fastn_utils.getStaticValue(ftd.follow_system_dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -2767,7 +3232,7 @@ ftd.dark_mode, ftd.follow_system_dark_mode ], function () { - return (fastn_utils.getter(ftd.dark_mode) && !fastn_utils.getter(ftd.follow_system_dark_mode)); + return (fastn_utils.getStaticValue(ftd.dark_mode) && !fastn_utils.getStaticValue(ftd.follow_system_dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.Click, function () { @@ -2799,7 +3264,7 @@ try { let __args__ = fastn_utils.getArgs({ }, args); - return (fastn_utils.getter(__args__.a) + " " + fastn_utils.getter(__args__.b)); + return (fastn_utils.getStaticValue(__args__.a) + " " + fastn_utils.getStaticValue(__args__.b)); } finally { __fastn_package_name__ = __fastn_super_package_name__; } @@ -2833,9 +3298,12 @@ sidebar_open: fastn.wrapMutable(false), document_title: "fastn document site template. Build Your Own documentation site with Ease", document_description: "Simple, easy-to-use fastn documentation template to write your fastn package document. Change colours and typography effortlessly.", - document_image: fastn.recordInstance({ - src: "https://fastn.com/-/fastn.com/images/fastn-logo.png" - }), + document_image: function () { + let record = fastn.recordInstance({ + }); + record.set("src", "https://fastn.com/-/fastn.com/images/fastn-logo.png"); + return record; + }(), }; inherited = fastn_utils.getInheritedValues(__args__, inherited, args); __args__ = fastn_utils.getArgs(__args__, args); @@ -2854,7 +3322,7 @@ fastn_dom.conditionalDom(root, [ __args__.sidebar_open ], function () { - return fastn_utils.getter(__args__.sidebar_open); + return fastn_utils.getStaticValue(__args__.sidebar_open); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -2865,7 +3333,7 @@ fastn_dom.conditionalDom(root, [ __args__.sidebar_open ], function () { - return fastn_utils.getter(__args__.sidebar_open); + return fastn_utils.getStaticValue(__args__.sidebar_open); }, function (root) { let rooti0 = fastn_community_github_io_site_doc__mobile_sidebar(root, inherited, { sidebar_open: fastn.wrapMutable(__args__.sidebar_open) @@ -2881,7 +3349,7 @@ fastn_dom.conditionalDom(root, [ __args__.sidebar_open ], function () { - return fastn_utils.getter(__args__.sidebar_open); + return fastn_utils.getStaticValue(__args__.sidebar_open); }, function (root) { let rooti0 = fastn_community_github_io_site_doc__menu_mobile(root, inherited, { site_url: __args__.site_url, @@ -2932,7 +3400,7 @@ fastn_dom.conditionalDom(root, [ ftd.device ], function () { - return (fastn_utils.getter(ftd.device) == "desktop"); + return (fastn_utils.getStaticValue(ftd.device) == "desktop"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("minify_icon").get("svg"), inherited); @@ -2979,14 +3447,17 @@ rooti0.setProperty(fastn_dom.PropertyKind.Color, fastn.formula([inherited.get("colors").get("cta_primary").get("base"), __args__.mouse_in], function () { if (function () { - return fastn_utils.getter(__args__.mouse_in); + return fastn_utils.getStaticValue(__args__.mouse_in); }()) { return inherited.get("colors").get("cta_primary").get("base"); } else { - return fastn.recordInstance({ - dark: "#999999", - light: "#999999" - }); + return function () { + let record = fastn.recordInstance({ + }); + record.set("light", "#999999"); + record.set("dark", "#999999"); + return record; + }(); } } ), inherited); @@ -3008,7 +3479,7 @@ let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.MarginRight, fastn.formula([__args__.github_url], function () { if (function () { - return (fastn_utils.getter(__args__.github_url) !== null); + return (fastn_utils.getStaticValue(__args__.github_url) !== null); }()) { return fastn_dom.Length.Px(24); } @@ -3035,7 +3506,7 @@ fastn_dom.conditionalDom(root, [ __args__.github_url ], function () { - return (fastn_utils.getter(__args__.github_url) !== null); + return (fastn_utils.getStaticValue(__args__.github_url) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("icon_github").get("svg"), inherited); @@ -3059,7 +3530,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingHorizontal, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(24); } else { @@ -3080,7 +3551,7 @@ __args__.toc, global.fastn_community_github_io_site_doc__full_screen ], function () { - return (!fastn_utils.getter(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); + return (!fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.Fixed(fastn_dom.Length.Percent(25)), inherited); @@ -3095,7 +3566,7 @@ __args__.toc, global.fastn_community_github_io_site_doc__full_screen ], function () { - return (!fastn_utils.getter(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); + return (!fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__full_screen) && !ftd.is_empty(__args__.toc)); }, function (root) { let rooti0 = fastn_community_github_io_site_doc__render_toc(root, inherited, { toc_obj: __args__.toc @@ -3116,7 +3587,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.MarginVertical, fastn.formula([ftd.device], function () { if (function () { - return (fastn_utils.getter(ftd.device) == "mobile"); + return (fastn_utils.getStaticValue(ftd.device) == "mobile"); }()) { return fastn_dom.Length.Px(24); } else { @@ -3128,7 +3599,7 @@ fastn_dom.conditionalDom(root, [ __args__.title ], function () { - return (fastn_utils.getter(__args__.title) !== null); + return (fastn_utils.getStaticValue(__args__.title) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3161,7 +3632,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3201,7 +3672,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("copy").get("svg"), inherited); @@ -3232,7 +3703,7 @@ __args__.copy_text, __args__.mouse_in ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null" && fastn_utils.getter(__args__.mouse_in)); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null" && fastn_utils.getStaticValue(__args__.mouse_in)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("tick").get("svg"), inherited); @@ -3260,7 +3731,7 @@ fastn_dom.conditionalDom(root, [ __args__.license_url ], function () { - return (fastn_utils.getter(__args__.license_url) !== null); + return (fastn_utils.getStaticValue(__args__.license_url) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.AlignContent, fastn_dom.AlignContent.Center, inherited); @@ -3303,7 +3774,7 @@ fastn_dom.conditionalDom(root, [ __args__.color_scheme ], function () { - return (fastn_utils.getter(__args__.color_scheme) !== null); + return (fastn_utils.getStaticValue(__args__.color_scheme) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Spacing, fastn_dom.Spacing.Fixed(fastn_dom.Length.Px(12)), inherited); @@ -3328,7 +3799,7 @@ fastn_dom.conditionalDom(root, [ __args__.typography ], function () { - return (fastn_utils.getter(__args__.typography) !== null); + return (fastn_utils.getStaticValue(__args__.typography) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Spacing, fastn_dom.Spacing.Fixed(fastn_dom.Length.Px(12)), inherited); @@ -3374,7 +3845,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3397,7 +3868,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("copy").get("svg"), inherited); @@ -3427,7 +3898,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fastn_community_github_io_site_doc_assets__files.get("static").get("tick").get("svg"), inherited); @@ -3456,7 +3927,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_small"), inherited); @@ -3470,7 +3941,7 @@ fastn_dom.conditionalDom(root, [ __args__.current_package ], function () { - return (fastn_utils.getter(__args__.current_package) !== null); + return (fastn_utils.getStaticValue(__args__.current_package) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("fine_print"), inherited); @@ -3531,7 +4002,7 @@ fastn_dom.conditionalDom(root, [ __args__.body ], function () { - return (fastn_utils.getter(__args__.body) !== null); + return (fastn_utils.getStaticValue(__args__.body) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_regular"), inherited); @@ -3545,7 +4016,7 @@ fastn_dom.conditionalDom(root, [ __args__.show_tabs ], function () { - return fastn_utils.getter(__args__.show_tabs); + return fastn_utils.getStaticValue(__args__.show_tabs); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); @@ -3579,7 +4050,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MinHeight, fastn.formula([__args__.toc, global.fastn_community_github_io_site_doc__full_screen], function () { if (function () { - return (fastn_utils.getter(global.fastn_community_github_io_site_doc__full_screen) || ftd.is_empty(__args__.toc)); + return (fastn_utils.getStaticValue(global.fastn_community_github_io_site_doc__full_screen) || ftd.is_empty(__args__.toc)); }()) { return fastn_dom.Resizing.Fixed(fastn_dom.Length.Vh(50)); } @@ -3614,7 +4085,7 @@ __args__.document_title, __args__.title], function () { if (function () { - return (fastn_utils.getter(__args__.document_title) !== null); + return (fastn_utils.getStaticValue(__args__.document_title) !== null); }()) { return __args__.document_title; } else { @@ -3626,7 +4097,7 @@ __args__.document_title, __args__.title], function () { if (function () { - return (fastn_utils.getter(__args__.document_title) !== null); + return (fastn_utils.getStaticValue(__args__.document_title) !== null); }()) { return __args__.document_title; } else { @@ -3638,7 +4109,7 @@ __args__.document_title, __args__.title], function () { if (function () { - return (fastn_utils.getter(__args__.document_title) !== null); + return (fastn_utils.getStaticValue(__args__.document_title) !== null); }()) { return __args__.document_title; } else { @@ -3683,7 +4154,7 @@ fastn_dom.conditionalDom(root, [ __args__.body ], function () { - return (fastn_utils.getter(__args__.body) !== null); + return (fastn_utils.getStaticValue(__args__.body) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_small"), inherited); @@ -3699,26 +4170,41 @@ } } global["fastn_community_github_io_site_doc__header"] = fastn_community_github_io_site_doc__header; -fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.copy.svg", fastn.recordInstance({ - light: "-/fifthtry.github.io/code-block/static/copy.svg", - dark: "-/fifthtry.github.io/code-block/static/copy-dark.svg" -})); -fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.download_hover.svg", fastn.recordInstance({ - light: "-/fifthtry.github.io/code-block/static/download-hover.svg", - dark: "-/fifthtry.github.io/code-block/static/download-hover-dark.svg" -})); -fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.download.svg", fastn.recordInstance({ - light: "-/fifthtry.github.io/code-block/static/download.svg", - dark: "-/fifthtry.github.io/code-block/static/download-dark.svg" -})); -fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.tick.svg", fastn.recordInstance({ - light: "-/fifthtry.github.io/code-block/static/tick.svg", - dark: "-/fifthtry.github.io/code-block/static/tick.svg" -})); -fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.copy_hover.svg", fastn.recordInstance({ - light: "-/fifthtry.github.io/code-block/static/copy-hover.svg", - dark: "-/fifthtry.github.io/code-block/static/copy-hover-dark.svg" -})); +fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.copy.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/code-block/static/copy.svg"); + record.set("dark", "-/fifthtry.github.io/code-block/static/copy-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.download_hover.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/code-block/static/download-hover.svg"); + record.set("dark", "-/fifthtry.github.io/code-block/static/download-hover-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.download.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/code-block/static/download.svg"); + record.set("dark", "-/fifthtry.github.io/code-block/static/download-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.tick.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/code-block/static/tick.svg"); + record.set("dark", "-/fifthtry.github.io/code-block/static/tick-dark.svg"); + return record; +}()); +fastn_utils.createNestedObject(global, "fifthtry_github_io_code_block_assets__files.static.copy_hover.svg", function () { + let record = fastn.recordInstance({ + }); + record.set("light", "-/fifthtry.github.io/code-block/static/copy-hover.svg"); + record.set("dark", "-/fifthtry.github.io/code-block/static/copy-hover-dark.svg"); + return record; +}()); let fifthtry_github_io_code_block__download_text = function (args) { let __fastn_super_package_name__ = __fastn_package_name__; @@ -3781,13 +4267,13 @@ __args__.copy, __args__.download ], function () { - return (fastn_utils.getter(__args__.caption) !== null || fastn_utils.getter(__args__.download) !== null || fastn_utils.getter(__args__.copy)); + return (fastn_utils.getStaticValue(__args__.caption) !== null || fastn_utils.getStaticValue(__args__.download) !== null || fastn_utils.getStaticValue(__args__.copy)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingLeft, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(20); } @@ -3795,7 +4281,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingRight, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(20); } @@ -3803,7 +4289,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingTop, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(10); } @@ -3811,7 +4297,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.PaddingBottom, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }()) { return fastn_dom.Length.Px(10); } @@ -3823,7 +4309,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxWidth, fastn.formula([__args__.max_width, __args__.max_width], function () { if (function () { - return (fastn_utils.getter(__args__.max_width) !== null); + return (fastn_utils.getStaticValue(__args__.max_width) !== null); }()) { return __args__.max_width; } @@ -3833,7 +4319,7 @@ fastn_dom.conditionalDom(root, [ __args__.caption ], function () { - return (fastn_utils.getter(__args__.caption) !== null); + return (fastn_utils.getStaticValue(__args__.caption) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_regular"), inherited); @@ -3848,7 +4334,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy ], function () { - return fastn_utils.getter(__args__.copy); + return fastn_utils.getStaticValue(__args__.copy); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Row); rooti0.addEventHandler(fastn_dom.Event.MouseLeave, function () { @@ -3862,7 +4348,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Top, fastn_dom.Length.Px(12), inherited); rooti0.setProperty(fastn_dom.PropertyKind.Right, fastn.formula([__args__.download], function () { if (function () { - return (fastn_utils.getter(__args__.download) !== null); + return (fastn_utils.getStaticValue(__args__.download) !== null); }()) { return fastn_dom.Length.Px(56); } else { @@ -3877,14 +4363,14 @@ __args__.copy_text, __args__.mouse_in ], function () { - return (fastn_utils.getter(__args__.copy_text) == "null" && fastn_utils.getter(__args__.mouse_in)); + return (fastn_utils.getStaticValue(__args__.copy_text) == "null" && fastn_utils.getStaticValue(__args__.mouse_in)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, fastn.formula([global.fifthtry_github_io_code_block_assets__files.get("static").get("copy").get("svg"), global.fifthtry_github_io_code_block_assets__files.get("static").get("copy_hover").get("svg"), __args__.copy_mouse_in], function () { if (function () { - return fastn_utils.getter(__args__.copy_mouse_in); + return fastn_utils.getStaticValue(__args__.copy_mouse_in); }()) { return global.fifthtry_github_io_code_block_assets__files.get("static").get("copy_hover").get("svg"); } else { @@ -3923,7 +4409,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, global.fifthtry_github_io_code_block_assets__files.get("static").get("tick").get("svg"), inherited); @@ -3935,7 +4421,7 @@ fastn_dom.conditionalDom(root, [ __args__.copy_text ], function () { - return (fastn_utils.getter(__args__.copy_text) !== "null"); + return (fastn_utils.getStaticValue(__args__.copy_text) !== "null"); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("copy_regular"), inherited); @@ -3953,14 +4439,14 @@ __args__.download, __args__.mouse_in ], function () { - return (fastn_utils.getter(__args__.download) !== null && fastn_utils.getter(__args__.mouse_in)); + return (fastn_utils.getStaticValue(__args__.download) !== null && fastn_utils.getStaticValue(__args__.mouse_in)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Image); rooti0.setProperty(fastn_dom.PropertyKind.ImageSrc, fastn.formula([global.fifthtry_github_io_code_block_assets__files.get("static").get("download").get("svg"), global.fifthtry_github_io_code_block_assets__files.get("static").get("download_hover").get("svg"), __args__.download_mouse_in], function () { if (function () { - return fastn_utils.getter(__args__.download_mouse_in); + return fastn_utils.getStaticValue(__args__.download_mouse_in); }()) { return global.fifthtry_github_io_code_block_assets__files.get("static").get("download_hover").get("svg"); } else { @@ -4003,7 +4489,7 @@ fastn_dom.conditionalDom(root, [ ftd.dark_mode ], function () { - return fastn_utils.getter(ftd.dark_mode); + return fastn_utils.getStaticValue(ftd.dark_mode); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Code); rooti0.setProperty(fastn_dom.PropertyKind.Code, __args__.body, inherited); @@ -4013,7 +4499,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4021,7 +4507,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4029,7 +4515,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4037,7 +4523,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4050,7 +4536,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxHeight, fastn.formula([__args__.max_height, __args__.max_height], function () { if (function () { - return (fastn_utils.getter(__args__.max_height) !== null); + return (fastn_utils.getStaticValue(__args__.max_height) !== null); }()) { return __args__.max_height; } @@ -4059,7 +4545,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxWidth, fastn.formula([__args__.max_width, __args__.max_width], function () { if (function () { - return (fastn_utils.getter(__args__.max_width) !== null); + return (fastn_utils.getStaticValue(__args__.max_width) !== null); }()) { return __args__.max_width; } @@ -4073,7 +4559,7 @@ fastn_dom.conditionalDom(root, [ ftd.dark_mode ], function () { - return (!fastn_utils.getter(ftd.dark_mode)); + return (!fastn_utils.getStaticValue(ftd.dark_mode)); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Code); rooti0.setProperty(fastn_dom.PropertyKind.Code, __args__.body, inherited); @@ -4083,7 +4569,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.Width, fastn_dom.Resizing.FillContainer, inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4091,7 +4577,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderTopRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4099,7 +4585,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomLeftRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4107,7 +4593,7 @@ ), inherited); rooti0.setProperty(fastn_dom.PropertyKind.BorderBottomRightRadius, fastn.formula([__args__.caption], function () { if (function () { - return (fastn_utils.getter(__args__.caption) == null); + return (fastn_utils.getStaticValue(__args__.caption) == null); }()) { return fastn_dom.Length.Px(4); } @@ -4120,7 +4606,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxHeight, fastn.formula([__args__.max_height, __args__.max_height], function () { if (function () { - return (fastn_utils.getter(__args__.max_height) !== null); + return (fastn_utils.getStaticValue(__args__.max_height) !== null); }()) { return __args__.max_height; } @@ -4129,7 +4615,7 @@ rooti0.setProperty(fastn_dom.PropertyKind.MaxWidth, fastn.formula([__args__.max_width, __args__.max_width], function () { if (function () { - return (fastn_utils.getter(__args__.max_width) !== null); + return (fastn_utils.getStaticValue(__args__.max_width) !== null); }()) { return __args__.max_width; } @@ -4143,7 +4629,7 @@ fastn_dom.conditionalDom(root, [ __args__.download ], function () { - return (fastn_utils.getter(__args__.download) !== null); + return (fastn_utils.getStaticValue(__args__.download) !== null); }, function (root) { let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Column); rooti0.setProperty(fastn_dom.PropertyKind.Anchor, fastn_dom.Anchor.Parent, inherited); @@ -4156,10 +4642,13 @@ let rooti0 = fastn_dom.createKernel(root, fastn_dom.ElementKind.Text); rooti0.setProperty(fastn_dom.PropertyKind.Role, inherited.get("types").get("fine_print"), inherited); rooti0.setProperty(fastn_dom.PropertyKind.StringValue, __args__.download, inherited); - rooti0.setProperty(fastn_dom.PropertyKind.Color, fastn.recordInstance({ - dark: inherited.get("colors").get("text").get("dark"), - light: inherited.get("colors").get("text").get("dark") - }), inherited); + rooti0.setProperty(fastn_dom.PropertyKind.Color, function () { + let record = fastn.recordInstance({ + }); + record.set("light", inherited.get("colors").get("text").get("dark")); + record.set("dark", inherited.get("colors").get("text").get("dark")); + return record; + }(), inherited); } ]), inherited); return rooti0; diff --git a/manifest.json b/manifest.json index 17a4989..c8ce318 100644 --- a/manifest.json +++ b/manifest.json @@ -1,121 +1,121 @@ { - "files": { - "index.ftd": { - "name": "index.ftd", - "checksum": "6573DCDEB793F734CBFE2C46107936518C391B931F7ECD7207C7AADF767E0C44", - "size": 2749 - }, - "static/system-mode-active.png": { - "name": "static/system-mode-active.png", - "checksum": "E4472336A0DA55B7F25F9D80B16FDBC0A32D59E4A2C35EA016BA01F872311710", - "size": 423 - }, - "static/dark-mode-default.png": { - "name": "static/dark-mode-default.png", - "checksum": "6D849B59731312D4E54065A67510E561B42AD54394C0DE4390BC71E481D042C0", - "size": 640 - }, - "static/icon-polygon-down-dark.png": { - "name": "static/icon-polygon-down-dark.png", - "checksum": "388AD15A52273F4B4CD705A1EF678B2533138FB80F8E9EE7CDABCB5ED291A102", - "size": 210 - }, - "README.md": { - "name": "README.md", - "checksum": "91EA481D1F0AF1A6C1455E3DE5C6DF06F46E6A4AA80B34FDD9155D32BB5D0AB2", - "size": 21 - }, - "static/dms-dark-dark.png": { - "name": "static/dms-dark-dark.png", - "checksum": "443E6EA796207E5483B2792958C8D04D2305CF340256D8A802966A0DB352720F", - "size": 8222 - }, - "static/icon-polygon-down.png": { - "name": "static/icon-polygon-down.png", - "checksum": "388AD15A52273F4B4CD705A1EF678B2533138FB80F8E9EE7CDABCB5ED291A102", - "size": 210 - }, - "static/icon-polygon-up-dark.png": { - "name": "static/icon-polygon-up-dark.png", - "checksum": "41FEE1D9CF8F1FF0467C7AE2BDCAEFCD34386B266E4116DB90311FBE4FC7D06B", - "size": 231 - }, - "static/icon-polygon-up.png": { - "name": "static/icon-polygon-up.png", - "checksum": "41FEE1D9CF8F1FF0467C7AE2BDCAEFCD34386B266E4116DB90311FBE4FC7D06B", - "size": 231 - }, - "static/dark-mode-active.png": { - "name": "static/dark-mode-active.png", - "checksum": "FE2D80F52324E97E3E892A5ADD966DDCFE35645A948F2F10656D299026343D18", - "size": 722 - }, - "static/dark-mode-active-dark.png": { - "name": "static/dark-mode-active-dark.png", - "checksum": "FE2D80F52324E97E3E892A5ADD966DDCFE35645A948F2F10656D299026343D18", - "size": 722 - }, - "static/dms-dark.png": { - "name": "static/dms-dark.png", - "checksum": "443E6EA796207E5483B2792958C8D04D2305CF340256D8A802966A0DB352720F", - "size": 8222 - }, - "static/light-mode-active-dark.png": { - "name": "static/light-mode-active-dark.png", - "checksum": "347CDD85FC67F923933709759E1DF89003AC83F98E3057C84B3D21365F46D72A", - "size": 718 - }, - "docs.ftd": { - "name": "docs.ftd", - "checksum": "0BEC9480903C32A9F2CF2CE30356FA161DE45C2720FD32446B077321AF56AC00", - "size": 1381 - }, - "static/light-mode-active.png": { - "name": "static/light-mode-active.png", - "checksum": "347CDD85FC67F923933709759E1DF89003AC83F98E3057C84B3D21365F46D72A", - "size": 718 - }, - "static/light-mode-detault.png": { - "name": "static/light-mode-detault.png", - "checksum": "E0F1E317B0B0E729F4BA719A4D6B5E48083D431719ED0108E3702B44CC53C2A2", - "size": 673 - }, - "static/system-mode-default-dark.png": { - "name": "static/system-mode-default-dark.png", - "checksum": "3DF9BDCAB7D243F547E1687B624700F7B79BD7CBB9CD5349E7F284C018CB574A", - "size": 402 - }, - "LICENSE": { - "name": "LICENSE", - "checksum": "5B8B83357C092AC57F28508D18CAB65E4965AAA3BA61226DE038719E022638C1", - "size": 1516 - }, - "static/system-mode-active-dark.png": { - "name": "static/system-mode-active-dark.png", - "checksum": "E4472336A0DA55B7F25F9D80B16FDBC0A32D59E4A2C35EA016BA01F872311710", - "size": 423 - }, - "FASTN.ftd": { - "name": "FASTN.ftd", - "checksum": "F344BF9DE275D63840A73D53969DEC0E66B2E9BA11A67CB28362841F765D79B0", - "size": 312 - }, - "static/dark-mode-default-dark.png": { - "name": "static/dark-mode-default-dark.png", - "checksum": "6D849B59731312D4E54065A67510E561B42AD54394C0DE4390BC71E481D042C0", - "size": 640 - }, - "static/light-mode-detault-dark.png": { - "name": "static/light-mode-detault-dark.png", - "checksum": "E0F1E317B0B0E729F4BA719A4D6B5E48083D431719ED0108E3702B44CC53C2A2", - "size": 673 - }, - "static/system-mode-default.png": { - "name": "static/system-mode-default.png", - "checksum": "3DF9BDCAB7D243F547E1687B624700F7B79BD7CBB9CD5349E7F284C018CB574A", - "size": 402 - } - }, - "zip_url": "https://github.com/FifthTry/dark-mode-switcher/archive/83de1bedb92106035f01d8a7cff346f958193b49.zip", - "checksum": "36CA2F201DC43C209D063480A23325B5C8C3E0BB897CCA67B6A9C38A16E8B9B5" + "files": { + "FASTN.ftd": { + "name": "FASTN.ftd", + "checksum": "F344BF9DE275D63840A73D53969DEC0E66B2E9BA11A67CB28362841F765D79B0", + "size": 312 + }, + "LICENSE": { + "name": "LICENSE", + "checksum": "5B8B83357C092AC57F28508D18CAB65E4965AAA3BA61226DE038719E022638C1", + "size": 1516 + }, + "README.md": { + "name": "README.md", + "checksum": "91EA481D1F0AF1A6C1455E3DE5C6DF06F46E6A4AA80B34FDD9155D32BB5D0AB2", + "size": 21 + }, + "docs.ftd": { + "name": "docs.ftd", + "checksum": "0BEC9480903C32A9F2CF2CE30356FA161DE45C2720FD32446B077321AF56AC00", + "size": 1381 + }, + "index.ftd": { + "name": "index.ftd", + "checksum": "6573DCDEB793F734CBFE2C46107936518C391B931F7ECD7207C7AADF767E0C44", + "size": 2749 + }, + "static/dark-mode-active-dark.png": { + "name": "static/dark-mode-active-dark.png", + "checksum": "FE2D80F52324E97E3E892A5ADD966DDCFE35645A948F2F10656D299026343D18", + "size": 722 + }, + "static/dark-mode-active.png": { + "name": "static/dark-mode-active.png", + "checksum": "FE2D80F52324E97E3E892A5ADD966DDCFE35645A948F2F10656D299026343D18", + "size": 722 + }, + "static/dark-mode-default-dark.png": { + "name": "static/dark-mode-default-dark.png", + "checksum": "6D849B59731312D4E54065A67510E561B42AD54394C0DE4390BC71E481D042C0", + "size": 640 + }, + "static/dark-mode-default.png": { + "name": "static/dark-mode-default.png", + "checksum": "6D849B59731312D4E54065A67510E561B42AD54394C0DE4390BC71E481D042C0", + "size": 640 + }, + "static/dms-dark-dark.png": { + "name": "static/dms-dark-dark.png", + "checksum": "443E6EA796207E5483B2792958C8D04D2305CF340256D8A802966A0DB352720F", + "size": 8222 + }, + "static/dms-dark.png": { + "name": "static/dms-dark.png", + "checksum": "443E6EA796207E5483B2792958C8D04D2305CF340256D8A802966A0DB352720F", + "size": 8222 + }, + "static/icon-polygon-down-dark.png": { + "name": "static/icon-polygon-down-dark.png", + "checksum": "388AD15A52273F4B4CD705A1EF678B2533138FB80F8E9EE7CDABCB5ED291A102", + "size": 210 + }, + "static/icon-polygon-down.png": { + "name": "static/icon-polygon-down.png", + "checksum": "388AD15A52273F4B4CD705A1EF678B2533138FB80F8E9EE7CDABCB5ED291A102", + "size": 210 + }, + "static/icon-polygon-up-dark.png": { + "name": "static/icon-polygon-up-dark.png", + "checksum": "41FEE1D9CF8F1FF0467C7AE2BDCAEFCD34386B266E4116DB90311FBE4FC7D06B", + "size": 231 + }, + "static/icon-polygon-up.png": { + "name": "static/icon-polygon-up.png", + "checksum": "41FEE1D9CF8F1FF0467C7AE2BDCAEFCD34386B266E4116DB90311FBE4FC7D06B", + "size": 231 + }, + "static/light-mode-active-dark.png": { + "name": "static/light-mode-active-dark.png", + "checksum": "347CDD85FC67F923933709759E1DF89003AC83F98E3057C84B3D21365F46D72A", + "size": 718 + }, + "static/light-mode-active.png": { + "name": "static/light-mode-active.png", + "checksum": "347CDD85FC67F923933709759E1DF89003AC83F98E3057C84B3D21365F46D72A", + "size": 718 + }, + "static/light-mode-detault-dark.png": { + "name": "static/light-mode-detault-dark.png", + "checksum": "E0F1E317B0B0E729F4BA719A4D6B5E48083D431719ED0108E3702B44CC53C2A2", + "size": 673 + }, + "static/light-mode-detault.png": { + "name": "static/light-mode-detault.png", + "checksum": "E0F1E317B0B0E729F4BA719A4D6B5E48083D431719ED0108E3702B44CC53C2A2", + "size": 673 + }, + "static/system-mode-active-dark.png": { + "name": "static/system-mode-active-dark.png", + "checksum": "E4472336A0DA55B7F25F9D80B16FDBC0A32D59E4A2C35EA016BA01F872311710", + "size": 423 + }, + "static/system-mode-active.png": { + "name": "static/system-mode-active.png", + "checksum": "E4472336A0DA55B7F25F9D80B16FDBC0A32D59E4A2C35EA016BA01F872311710", + "size": 423 + }, + "static/system-mode-default-dark.png": { + "name": "static/system-mode-default-dark.png", + "checksum": "3DF9BDCAB7D243F547E1687B624700F7B79BD7CBB9CD5349E7F284C018CB574A", + "size": 402 + }, + "static/system-mode-default.png": { + "name": "static/system-mode-default.png", + "checksum": "3DF9BDCAB7D243F547E1687B624700F7B79BD7CBB9CD5349E7F284C018CB574A", + "size": 402 + } + }, + "zip_url": "https://github.com/FifthTry/dark-mode-switcher/archive/83de1bedb92106035f01d8a7cff346f958193b49.zip", + "checksum": "36CA2F201DC43C209D063480A23325B5C8C3E0BB897CCA67B6A9C38A16E8B9B5" }