Compare commits

..

No commits in common. "a42b8bdecfd17bd39909f891fa5373a136a0680a" and "90dcc0dc790c54ee9dc0f4cdb220b888e582147f" have entirely different histories.

7 changed files with 7 additions and 106 deletions

8
package-lock.json generated
View File

@ -15,7 +15,7 @@
"@sealcode/add-to-head": "^1.0.0", "@sealcode/add-to-head": "^1.0.0",
"@sealcode/file-manager": "^1.0.2", "@sealcode/file-manager": "^1.0.2",
"@sealcode/jdd": "^0.8.6", "@sealcode/jdd": "^0.8.6",
"@sealcode/jdd-editor": "^0.2.21", "@sealcode/jdd-editor": "^0.2.20",
"@sealcode/monaco-wrapper": "^0.0.4", "@sealcode/monaco-wrapper": "^0.0.4",
"@sealcode/sealgen": "^0.19.20", "@sealcode/sealgen": "^0.19.20",
"@sealcode/show-first-row": "^0.1.0", "@sealcode/show-first-row": "^0.1.0",
@ -962,9 +962,9 @@
} }
}, },
"node_modules/@sealcode/jdd-editor": { "node_modules/@sealcode/jdd-editor": {
"version": "0.2.22", "version": "0.2.20",
"resolved": "https://registry.npmjs.org/@sealcode/jdd-editor/-/jdd-editor-0.2.22.tgz", "resolved": "https://registry.npmjs.org/@sealcode/jdd-editor/-/jdd-editor-0.2.20.tgz",
"integrity": "sha512-vf4C2xwuE2hYta9C6yJAsq8/Olk0p+9galqaI2+aKwP72k/WALsvBeMKWG88SGWWXVizNDM591M+lPkHEr/5tA==", "integrity": "sha512-FKNolZ0JFigTrv0DhiBPlLwg14IHadlyA0mZ48dmy9Az4Oh7XymlxuvXYmhanFT58+eJbR3xqhXCnm1WE7tpgw==",
"dependencies": { "dependencies": {
"@koa/router": "^13.1.0", "@koa/router": "^13.1.0",
"@sealcode/jdd": "^0.8.6", "@sealcode/jdd": "^0.8.6",

View File

@ -102,7 +102,7 @@
"@sealcode/add-to-head": "^1.0.0", "@sealcode/add-to-head": "^1.0.0",
"@sealcode/file-manager": "^1.0.2", "@sealcode/file-manager": "^1.0.2",
"@sealcode/jdd": "^0.8.6", "@sealcode/jdd": "^0.8.6",
"@sealcode/jdd-editor": "^0.2.21", "@sealcode/jdd-editor": "^0.2.20",
"@sealcode/monaco-wrapper": "^0.0.4", "@sealcode/monaco-wrapper": "^0.0.4",
"@sealcode/sealgen": "^0.19.20", "@sealcode/sealgen": "^0.19.20",
"@sealcode/show-first-row": "^0.1.0", "@sealcode/show-first-row": "^0.1.0",

View File

@ -65,7 +65,7 @@ export default function html({
${classes ? `class="${classes}"` : ""} ${classes ? `class="${classes}"` : ""}
> >
${!hideNavigation ? (htmlOptions?.navbar || default_navbar)(ctx) : ""} ${!hideNavigation ? (htmlOptions?.navbar || default_navbar)(ctx) : ""}
${body} ${htmlOptions?.showFooter ? footer(ctx) : ""} ${body} ${footer(ctx)}
</body> </body>
</html>`; </html>`;
} }

View File

@ -1,4 +1,3 @@
/* stylelint-disable no-descending-specificity */
.faq-component { .faq-component {
display: flex; display: flex;
justify-content: center; justify-content: center;
@ -74,19 +73,11 @@
&.question-container--accent { &.question-container--accent {
background-color: var(--color-brand-accent); background-color: var(--color-brand-accent);
color: var(--color-brand-text-on-accent); color: var(--color-brand-text-on-accent);
a {
color: var(--color-brand-link-on-accent);
}
} }
&.question-container--accent2 { &.question-container--accent2 {
background-color: var(--color-brand-accent2); background-color: var(--color-brand-accent2);
color: var(--color-brand-text-on-accent2); color: var(--color-brand-text-on-accent2);
a {
color: var(--color-brand-link-on-accent2);
}
} }
} }

View File

@ -29,14 +29,13 @@ export class FaqComponent extends Component<typeof component_arguments> {
} }
toHTML({ toHTML({
classes,
args: { title, content, faq, button, accordion_color }, args: { title, content, faq, button, accordion_color },
jdd_context: { render_markdown, language }, jdd_context: { render_markdown, language },
}: ComponentToHTMLArgs<typeof component_arguments>): FlatTemplatable { }: ComponentToHTMLArgs<typeof component_arguments>): FlatTemplatable {
const buttonText = button.buttonText.toUpperCase(); const buttonText = button.buttonText.toUpperCase();
return ( return (
<div class={["faq-component", ...classes]}> <div class="faq-component">
<div class="container"> <div class="container">
<div class="title-container"> <div class="title-container">
<div class="title">{title} </div> <div class="title">{title} </div>

View File

@ -9,7 +9,6 @@ const icons = [
{ name: "matrix", url: "https://matrix.to/#/#strona-czynna:matriks.chat" }, { name: "matrix", url: "https://matrix.to/#/#strona-czynna:matriks.chat" },
{ name: "telegram", url: "https://t.me/+JQl6ryW3_Ho5MDY0" }, { name: "telegram", url: "https://t.me/+JQl6ryW3_Ho5MDY0" },
{ name: "instagram", url: "https://www.instagram.com/strona_czynna" }, { name: "instagram", url: "https://www.instagram.com/strona_czynna" },
{ name: "youtube", url: "https://www.youtube.com/@strona_czynna" },
{ name: "twitter", url: "https://x.com/strona_czynna" }, { name: "twitter", url: "https://x.com/strona_czynna" },
{ name: "tiktok", url: "https://www.tiktok.com/@stronaczynna" }, { name: "tiktok", url: "https://www.tiktok.com/@stronaczynna" },
{ name: "facebook", url: "https://www.facebook.com/czynna.strona" }, { name: "facebook", url: "https://www.facebook.com/czynna.strona" },

View File

@ -1,88 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!-- Uploaded to: SVG Repo, www.svgrepo.com, Generator: SVG Repo Mixer Tools -->
<svg
width="32"
height="32"
viewBox="0 -3 0.8 0.8"
version="1.1"
id="svg1"
sodipodi:docname="youtube-168-svgrepo-com.svg"
inkscape:version="1.4.4 (dcaf3e7d9e, 2026-05-05)"
xmlns:inkscape="http://www.inkscape.org/namespaces/inkscape"
xmlns:sodipodi="http://sodipodi.sourceforge.net/DTD/sodipodi-0.dtd"
xmlns="http://www.w3.org/2000/svg"
xmlns:svg="http://www.w3.org/2000/svg"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:cc="http://creativecommons.org/ns#"
xmlns:dc="http://purl.org/dc/elements/1.1/">
<sodipodi:namedview
id="namedview1"
pagecolor="#ffffff"
bordercolor="#000000"
borderopacity="0.25"
inkscape:showpageshadow="2"
inkscape:pageopacity="0.0"
inkscape:pagecheckerboard="0"
inkscape:deskcolor="#d1d1d1"
inkscape:zoom="6.2005997"
inkscape:cx="26.932879"
inkscape:cy="19.111055"
inkscape:window-width="1536"
inkscape:window-height="928"
inkscape:window-x="0"
inkscape:window-y="0"
inkscape:window-maximized="1"
inkscape:current-layer="Page-1"
showgrid="true">
<inkscape:grid
id="grid1"
units="px"
originx="0"
originy="0"
spacingx="0.05"
spacingy="0.05"
empcolor="#0099e5"
empopacity="0.30196078"
color="#0099e5"
opacity="0.14901961"
empspacing="4"
enabled="true"
visible="true" />
</sodipodi:namedview>
<title
id="title1">youtube [#168]</title>
<desc
id="desc1">Created with Sketch.</desc>
<defs
id="defs1" />
<g
id="Page-1"
stroke="none"
stroke-width="1"
fill="none"
fill-rule="evenodd"
transform="matrix(0.03571434,0,0,0.03571434,0.04285667,-2.8500009)">
<g
id="Dribbble-Light-Preview"
transform="matrix(1.0916092,0,0,1.0916092,-328.39885,-8124.3969)"
fill="#000000">
<g
id="icons"
transform="translate(56,160)">
<path
d="m 251.98843,7291.5859 v -5.6117 c 1.99221,0.9375 3.53517,1.843 5.36003,2.8193 -1.50511,0.8347 -3.36782,1.7712 -5.36003,2.7924 m 11.10257,-8.403 c -0.34366,-0.4528 -0.92937,-0.8048 -1.55293,-0.9215 -1.83283,-0.348 -13.2671,-0.349 -15.09893,0 -0.50004,0.094 -0.9453,0.3201 -1.32781,0.6722 -1.61169,1.4959 -1.10667,9.5179 -0.71819,10.8174 0.16336,0.5624 0.37454,0.9683 0.6405,1.2346 0.34266,0.352 0.81182,0.5943 1.35071,0.703 1.5091,0.3122 9.28369,0.4867 15.12185,0.047 0.53789,-0.094 1.01403,-0.344 1.38956,-0.711 1.49017,-1.49 1.38857,-9.9628 0.19524,-11.8416"
id="youtube-[#168]" />
</g>
</g>
</g>
<metadata
id="metadata1">
<rdf:RDF>
<cc:Work
rdf:about="">
<dc:title>youtube [#168]</dc:title>
</cc:Work>
</rdf:RDF>
</metadata>
</svg>

Before

Width:  |  Height:  |  Size: 2.9 KiB