@turnipxenon/pineapple 5.3.7 → 5.3.9
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte +5 -1
- package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte.d.ts.map +1 -1
- package/dist/styles/app.css +1 -1
- package/dist/ui/components/project-date-badge/ProjectDateBadge.svelte +1 -1
- package/dist/ui/modules/projects/ObsidianPublisher.svelte +1 -1
- package/dist/ui/modules/projects/ThisWebpage.svelte +0 -1
- package/dist/ui/modules/projects/ThisWebpage.svelte.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/lib/styles/app.css +1 -1
|
@@ -27,7 +27,11 @@
|
|
|
27
27
|
{#if child.url.includes('photo-gallery')}
|
|
28
28
|
<ParsnipImageCollection url={child.url} />
|
|
29
29
|
{:else }
|
|
30
|
-
|
|
30
|
+
{@const isExternal = child.url.startsWith('https://') && !child.url.startsWith(page.url.origin)}
|
|
31
|
+
<a href={child.url}
|
|
32
|
+
target="_blank"
|
|
33
|
+
rel={isExternal ? 'external' : undefined}
|
|
34
|
+
>
|
|
31
35
|
<Self phrasingChildren={child.children} />
|
|
32
36
|
</a>
|
|
33
37
|
{/if}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ParsnipPhrasingChildren.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/modules/parsnip/ParsnipPhrasingChildren.svelte.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,OAAO,CAAC;AAI5C,KAAK,gBAAgB,GAAI;IAAE,gBAAgB,EAAE,eAAe,EAAE,CAAA;CAAE,CAAC;
|
|
1
|
+
{"version":3,"file":"ParsnipPhrasingChildren.svelte.d.ts","sourceRoot":"","sources":["../../../src/lib/modules/parsnip/ParsnipPhrasingChildren.svelte.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,KAAK,eAAe,EAAE,MAAM,OAAO,CAAC;AAI5C,KAAK,gBAAgB,GAAI;IAAE,gBAAgB,EAAE,eAAe,EAAE,CAAA;CAAE,CAAC;AAmDlE,QAAA,MAAM,uBAAuB,sDAAwC,CAAC;AACtE,KAAK,uBAAuB,GAAG,UAAU,CAAC,OAAO,uBAAuB,CAAC,CAAC;AAC1E,eAAe,uBAAuB,CAAC"}
|
package/dist/styles/app.css
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
<span class="ongoing-badge">ongoing</span>
|
|
69
69
|
{/if}
|
|
70
70
|
{#if commitCount != null && gitRepoLink}
|
|
71
|
-
<TextLink href={gitRepoLink} target="_blank" rel="noopener noreferrer" class="commit-count">
|
|
71
|
+
<TextLink href={gitRepoLink} target="_blank" rel="external noopener noreferrer" class="commit-count">
|
|
72
72
|
{commitCount} commit{commitCount !== 1 ? "s" : ""}
|
|
73
73
|
</TextLink>
|
|
74
74
|
{:else if commitCount != null}
|
|
@@ -65,7 +65,7 @@
|
|
|
65
65
|
title="https://www.turnipxenon.com/blogs"
|
|
66
66
|
onclick={() => window.open("https://www.turnipxenon.com/blogs")}>
|
|
67
67
|
<ImageIcon src={LinkIcon} aria-hidden />
|
|
68
|
-
<span
|
|
68
|
+
<span>turnipxenon.com/blogs</span>
|
|
69
69
|
</PinyaButton>
|
|
70
70
|
</section>
|
|
71
71
|
|
|
@@ -81,7 +81,6 @@
|
|
|
81
81
|
buttonVariant={ButtonVariant.SmallIcon}
|
|
82
82
|
title="https://pineapple.turnipxenon.com/documentation"
|
|
83
83
|
onclick={() => window.open("https://pineapple.turnipxenon.com/documentation")}>
|
|
84
|
-
<ImageIcon src={LinkIcon} aria-hidden />
|
|
85
84
|
<span class="external-link">pineapple.turnipxenon.com</span>
|
|
86
85
|
</PinyaButton>
|
|
87
86
|
</section>
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ThisWebpage.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/ThisWebpage.svelte.ts"],"names":[],"mappings":"AAYC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AACnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,
|
|
1
|
+
{"version":3,"file":"ThisWebpage.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/ThisWebpage.svelte.ts"],"names":[],"mappings":"AAYC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AACnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAkDhG,CAAC;AAE7B,QAAA,MAAM,GAAG,iBAAiB,CAAC;AAC3B,QAAA,MAAM,QAAQ,KAAK,CAAC;AACpB,QAAA,MAAM,WAAW,6FAA6F,CAAC;AAC/G,QAAA,MAAM,WAAW,6CAA6C,CAAC;AAC/D,QAAA,MAAM,IAAI,UAA2F,CAAC;AACtG,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AASrE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@turnipxenon/pineapple",
|
|
3
3
|
"description": "personal package for base styling for other personal projects",
|
|
4
|
-
"version": "5.3.
|
|
4
|
+
"version": "5.3.9",
|
|
5
5
|
"devDependencies": {
|
|
6
6
|
"@commitlint/cli": "^19.8.1",
|
|
7
7
|
"@commitlint/config-conventional": "^19.8.1",
|
package/src/lib/styles/app.css
CHANGED