@turnipxenon/pineapple 2.4.39 → 2.4.40
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/.idea/workspace.xml +17 -20
- package/.svelte-kit/__package__/components/SocialSection.svelte +3 -2
- package/.svelte-kit/__package__/components/SocialSection.svelte.d.ts +2 -0
- package/.svelte-kit/__package__/index.d.ts +1 -0
- package/.svelte-kit/__package__/index.js +1 -0
- package/dist/components/SocialSection.svelte +3 -2
- package/dist/components/SocialSection.svelte.d.ts +2 -0
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/lib/components/SocialSection.svelte +3 -2
- package/src/lib/index.ts +1 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,9 +4,9 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="
|
|
8
|
-
<change beforePath="$PROJECT_DIR$/src/lib/components/
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/
|
|
7
|
+
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Allow preventing NavigationComponent pagination">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/src/lib/components/SocialSection.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/SocialSection.svelte" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/src/lib/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/index.ts" afterDir="false" />
|
|
10
10
|
</list>
|
|
11
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -61,11 +61,6 @@
|
|
|
61
61
|
<component name="JsbtTreeLayoutManager">
|
|
62
62
|
<layout place="tools.popupnpm">
|
|
63
63
|
<scroll-view-position x="14" y="0" />
|
|
64
|
-
<selected-paths>
|
|
65
|
-
<path>
|
|
66
|
-
<id value="$PROJECT_DIR$/../speenus/package.json" />
|
|
67
|
-
</path>
|
|
68
|
-
</selected-paths>
|
|
69
64
|
</layout>
|
|
70
65
|
</component>
|
|
71
66
|
<component name="MarkdownSettingsMigration">
|
|
@@ -256,15 +251,9 @@
|
|
|
256
251
|
<workItem from="1711677339000" duration="218000" />
|
|
257
252
|
<workItem from="1711677568464" duration="55000" />
|
|
258
253
|
<workItem from="1711677762467" duration="3110000" />
|
|
259
|
-
<workItem from="1711680966158" duration="
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
<option name="closed" value="true" />
|
|
263
|
-
<created>1710565506639</created>
|
|
264
|
-
<option name="number" value="00067" />
|
|
265
|
-
<option name="presentableId" value="LOCAL-00067" />
|
|
266
|
-
<option name="project" value="LOCAL" />
|
|
267
|
-
<updated>1710565506640</updated>
|
|
254
|
+
<workItem from="1711680966158" duration="444000" />
|
|
255
|
+
<workItem from="1711681779901" duration="6000" />
|
|
256
|
+
<workItem from="1711682341820" duration="256000" />
|
|
268
257
|
</task>
|
|
269
258
|
<task id="LOCAL-00068" summary="Add dismissable toast">
|
|
270
259
|
<option name="closed" value="true" />
|
|
@@ -650,7 +639,15 @@
|
|
|
650
639
|
<option name="project" value="LOCAL" />
|
|
651
640
|
<updated>1711680166877</updated>
|
|
652
641
|
</task>
|
|
653
|
-
<
|
|
642
|
+
<task id="LOCAL-00116" summary="Allow preventing NavigationComponent pagination">
|
|
643
|
+
<option name="closed" value="true" />
|
|
644
|
+
<created>1711681303815</created>
|
|
645
|
+
<option name="number" value="00116" />
|
|
646
|
+
<option name="presentableId" value="LOCAL-00116" />
|
|
647
|
+
<option name="project" value="LOCAL" />
|
|
648
|
+
<updated>1711681303815</updated>
|
|
649
|
+
</task>
|
|
650
|
+
<option name="localTasksCounter" value="117" />
|
|
654
651
|
<servers />
|
|
655
652
|
</component>
|
|
656
653
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -708,7 +705,6 @@
|
|
|
708
705
|
</option>
|
|
709
706
|
</component>
|
|
710
707
|
<component name="VcsManagerConfiguration">
|
|
711
|
-
<MESSAGE value="Add OverridableMeta component" />
|
|
712
708
|
<MESSAGE value="Fix package main index" />
|
|
713
709
|
<MESSAGE value="Fix dialog positioning Dialog positioning seemed to be broken when the styles from Seaweed moved to postcss, even if the dialog solely exists in Pineapple" />
|
|
714
710
|
<MESSAGE value="Place fab on a higher z-index" />
|
|
@@ -733,6 +729,7 @@
|
|
|
733
729
|
<MESSAGE value="Fix double dor parsing issue in NavigationComponent" />
|
|
734
730
|
<MESSAGE value="yarn scripts" />
|
|
735
731
|
<MESSAGE value="Layout adjustments to PineappleBaseLayout" />
|
|
736
|
-
<
|
|
732
|
+
<MESSAGE value="Allow preventing NavigationComponent pagination" />
|
|
733
|
+
<option name="LAST_COMMIT_MESSAGE" value="Allow preventing NavigationComponent pagination" />
|
|
737
734
|
</component>
|
|
738
735
|
</project>
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
export let email = "turnipxenon@gmail.com";
|
|
4
4
|
export let linkedinSlug = "turnip-xenon";
|
|
5
5
|
export let isSlot = false;
|
|
6
|
+
export let allowLinkedIn = true;
|
|
6
7
|
|
|
7
8
|
import { ItchLogoHotLink } from "../consts";
|
|
8
9
|
import { onMount } from "svelte";
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
`;
|
|
20
21
|
|
|
21
22
|
onMount(() => {
|
|
22
|
-
shouldShowExtra = window.screen.availWidth >= 440;
|
|
23
|
+
shouldShowExtra = allowLinkedIn && window.screen.availWidth >= 440;
|
|
23
24
|
});
|
|
24
25
|
</script>
|
|
25
26
|
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
role="link"
|
|
38
39
|
title={`https://www.linkedin.com/in/${linkedinSlug}/`}
|
|
39
40
|
on:click={() => window.open(`https://www.linkedin.com/in/${linkedinSlug}/`)}>
|
|
40
|
-
<img src={LinkedinIcon} alt="
|
|
41
|
+
<img src={LinkedinIcon} alt="linkedin icon">
|
|
41
42
|
{#if (!isSmallVersion)}
|
|
42
43
|
<span>{linkedinSlug}</span>
|
|
43
44
|
{/if}
|
|
@@ -6,6 +6,7 @@ export default class SocialSection extends SvelteComponent<{
|
|
|
6
6
|
email?: string | undefined;
|
|
7
7
|
linkedinSlug?: string | undefined;
|
|
8
8
|
isSlot?: boolean | undefined;
|
|
9
|
+
allowLinkedIn?: boolean | undefined;
|
|
9
10
|
}, {
|
|
10
11
|
[evt: string]: CustomEvent<any>;
|
|
11
12
|
}, {}> {
|
|
@@ -20,6 +21,7 @@ declare const __propDef: {
|
|
|
20
21
|
email?: string | undefined;
|
|
21
22
|
linkedinSlug?: string | undefined;
|
|
22
23
|
isSlot?: boolean | undefined;
|
|
24
|
+
allowLinkedIn?: boolean | undefined;
|
|
23
25
|
};
|
|
24
26
|
events: {
|
|
25
27
|
[evt: string]: CustomEvent<any>;
|
|
@@ -2,6 +2,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
2
2
|
export { default as SeaweedTemplate } from "./template/Seaweed/SeaweedTemplate.svelte";
|
|
3
3
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
4
4
|
export { default as Card } from "./components/Card.svelte";
|
|
5
|
+
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
5
6
|
export * from "./components/overrideable_meta/index";
|
|
6
7
|
export * from "./components/navigation_component/index";
|
|
7
8
|
export * from "./components/dialog_manager/DialogManagerStore";
|
|
@@ -3,6 +3,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
3
3
|
export { default as SeaweedTemplate } from "./template/Seaweed/SeaweedTemplate.svelte";
|
|
4
4
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
5
5
|
export { default as Card } from "./components/Card.svelte";
|
|
6
|
+
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
6
7
|
export * from "./components/overrideable_meta/index";
|
|
7
8
|
export * from "./components/navigation_component/index";
|
|
8
9
|
export * from "./components/dialog_manager/DialogManagerStore";
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
export let email = "turnipxenon@gmail.com";
|
|
4
4
|
export let linkedinSlug = "turnip-xenon";
|
|
5
5
|
export let isSlot = false;
|
|
6
|
+
export let allowLinkedIn = true;
|
|
6
7
|
|
|
7
8
|
import { ItchLogoHotLink } from "../consts";
|
|
8
9
|
import { onMount } from "svelte";
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
`;
|
|
20
21
|
|
|
21
22
|
onMount(() => {
|
|
22
|
-
shouldShowExtra = window.screen.availWidth >= 440;
|
|
23
|
+
shouldShowExtra = allowLinkedIn && window.screen.availWidth >= 440;
|
|
23
24
|
});
|
|
24
25
|
</script>
|
|
25
26
|
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
role="link"
|
|
38
39
|
title={`https://www.linkedin.com/in/${linkedinSlug}/`}
|
|
39
40
|
on:click={() => window.open(`https://www.linkedin.com/in/${linkedinSlug}/`)}>
|
|
40
|
-
<img src={LinkedinIcon} alt="
|
|
41
|
+
<img src={LinkedinIcon} alt="linkedin icon">
|
|
41
42
|
{#if (!isSmallVersion)}
|
|
42
43
|
<span>{linkedinSlug}</span>
|
|
43
44
|
{/if}
|
|
@@ -6,6 +6,7 @@ export default class SocialSection extends SvelteComponent<{
|
|
|
6
6
|
email?: string | undefined;
|
|
7
7
|
linkedinSlug?: string | undefined;
|
|
8
8
|
isSlot?: boolean | undefined;
|
|
9
|
+
allowLinkedIn?: boolean | undefined;
|
|
9
10
|
}, {
|
|
10
11
|
[evt: string]: CustomEvent<any>;
|
|
11
12
|
}, {}> {
|
|
@@ -20,6 +21,7 @@ declare const __propDef: {
|
|
|
20
21
|
email?: string | undefined;
|
|
21
22
|
linkedinSlug?: string | undefined;
|
|
22
23
|
isSlot?: boolean | undefined;
|
|
24
|
+
allowLinkedIn?: boolean | undefined;
|
|
23
25
|
};
|
|
24
26
|
events: {
|
|
25
27
|
[evt: string]: CustomEvent<any>;
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
2
2
|
export { default as SeaweedTemplate } from "./template/Seaweed/SeaweedTemplate.svelte";
|
|
3
3
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
4
4
|
export { default as Card } from "./components/Card.svelte";
|
|
5
|
+
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
5
6
|
export * from "./components/overrideable_meta/index";
|
|
6
7
|
export * from "./components/navigation_component/index";
|
|
7
8
|
export * from "./components/dialog_manager/DialogManagerStore";
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
3
3
|
export { default as SeaweedTemplate } from "./template/Seaweed/SeaweedTemplate.svelte";
|
|
4
4
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
5
5
|
export { default as Card } from "./components/Card.svelte";
|
|
6
|
+
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
6
7
|
export * from "./components/overrideable_meta/index";
|
|
7
8
|
export * from "./components/navigation_component/index";
|
|
8
9
|
export * from "./components/dialog_manager/DialogManagerStore";
|
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": "2.4.
|
|
4
|
+
"version": "2.4.40",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"dev": "vite dev",
|
|
7
7
|
"build": "npm run check-requirements && vite build && yarn package",
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
export let email = "turnipxenon@gmail.com";
|
|
4
4
|
export let linkedinSlug = "turnip-xenon";
|
|
5
5
|
export let isSlot = false;
|
|
6
|
+
export let allowLinkedIn = true;
|
|
6
7
|
|
|
7
8
|
import { ItchLogoHotLink } from "$pkg/consts";
|
|
8
9
|
import { onMount } from "svelte";
|
|
@@ -19,7 +20,7 @@
|
|
|
19
20
|
`;
|
|
20
21
|
|
|
21
22
|
onMount(() => {
|
|
22
|
-
shouldShowExtra = window.screen.availWidth >= 440;
|
|
23
|
+
shouldShowExtra = allowLinkedIn && window.screen.availWidth >= 440;
|
|
23
24
|
});
|
|
24
25
|
</script>
|
|
25
26
|
|
|
@@ -37,7 +38,7 @@
|
|
|
37
38
|
role="link"
|
|
38
39
|
title={`https://www.linkedin.com/in/${linkedinSlug}/`}
|
|
39
40
|
on:click={() => window.open(`https://www.linkedin.com/in/${linkedinSlug}/`)}>
|
|
40
|
-
<img src={LinkedinIcon} alt="
|
|
41
|
+
<img src={LinkedinIcon} alt="linkedin icon">
|
|
41
42
|
{#if (!isSmallVersion)}
|
|
42
43
|
<span>{linkedinSlug}</span>
|
|
43
44
|
{/if}
|
package/src/lib/index.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
4
4
|
export { default as SeaweedTemplate } from "./template/Seaweed/SeaweedTemplate.svelte";
|
|
5
5
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
6
6
|
export { default as Card } from "./components/Card.svelte";
|
|
7
|
+
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
7
8
|
|
|
8
9
|
export * from "$pkg/components/overrideable_meta/index";
|
|
9
10
|
export * from "$pkg/components/navigation_component/index";
|