@turnipxenon/pineapple 2.4.39 → 2.4.41
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 +35 -38
- package/.svelte-kit/__package__/components/SocialSection.svelte +12 -9
- 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 +12 -9
- 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 +12 -9
- package/src/lib/index.ts +1 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,9 +4,8 @@
|
|
|
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$/
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(pineapple)/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(pineapple)/+page.svelte" afterDir="false" />
|
|
7
|
+
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Fix allowLinkedin arg in SocialSection">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
|
|
10
9
|
</list>
|
|
11
10
|
<option name="SHOW_DIALOG" value="false" />
|
|
12
11
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -61,11 +60,6 @@
|
|
|
61
60
|
<component name="JsbtTreeLayoutManager">
|
|
62
61
|
<layout place="tools.popupnpm">
|
|
63
62
|
<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
63
|
</layout>
|
|
70
64
|
</component>
|
|
71
65
|
<component name="MarkdownSettingsMigration">
|
|
@@ -256,31 +250,10 @@
|
|
|
256
250
|
<workItem from="1711677339000" duration="218000" />
|
|
257
251
|
<workItem from="1711677568464" duration="55000" />
|
|
258
252
|
<workItem from="1711677762467" duration="3110000" />
|
|
259
|
-
<workItem from="1711680966158" duration="
|
|
260
|
-
|
|
261
|
-
|
|
262
|
-
<
|
|
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>
|
|
268
|
-
</task>
|
|
269
|
-
<task id="LOCAL-00068" summary="Add dismissable toast">
|
|
270
|
-
<option name="closed" value="true" />
|
|
271
|
-
<created>1710648639268</created>
|
|
272
|
-
<option name="number" value="00068" />
|
|
273
|
-
<option name="presentableId" value="LOCAL-00068" />
|
|
274
|
-
<option name="project" value="LOCAL" />
|
|
275
|
-
<updated>1710648639269</updated>
|
|
276
|
-
</task>
|
|
277
|
-
<task id="LOCAL-00069" summary="Adjust default toast body styling and add shadow to toast">
|
|
278
|
-
<option name="closed" value="true" />
|
|
279
|
-
<created>1710650031611</created>
|
|
280
|
-
<option name="number" value="00069" />
|
|
281
|
-
<option name="presentableId" value="LOCAL-00069" />
|
|
282
|
-
<option name="project" value="LOCAL" />
|
|
283
|
-
<updated>1710650031611</updated>
|
|
253
|
+
<workItem from="1711680966158" duration="444000" />
|
|
254
|
+
<workItem from="1711681779901" duration="6000" />
|
|
255
|
+
<workItem from="1711682341820" duration="414000" />
|
|
256
|
+
<workItem from="1711682931608" duration="198000" />
|
|
284
257
|
</task>
|
|
285
258
|
<task id="LOCAL-00070" summary="Clean up todos">
|
|
286
259
|
<option name="closed" value="true" />
|
|
@@ -650,7 +623,31 @@
|
|
|
650
623
|
<option name="project" value="LOCAL" />
|
|
651
624
|
<updated>1711680166877</updated>
|
|
652
625
|
</task>
|
|
653
|
-
<
|
|
626
|
+
<task id="LOCAL-00116" summary="Allow preventing NavigationComponent pagination">
|
|
627
|
+
<option name="closed" value="true" />
|
|
628
|
+
<created>1711681303815</created>
|
|
629
|
+
<option name="number" value="00116" />
|
|
630
|
+
<option name="presentableId" value="LOCAL-00116" />
|
|
631
|
+
<option name="project" value="LOCAL" />
|
|
632
|
+
<updated>1711681303815</updated>
|
|
633
|
+
</task>
|
|
634
|
+
<task id="LOCAL-00117" summary="Export SocialSection">
|
|
635
|
+
<option name="closed" value="true" />
|
|
636
|
+
<created>1711682610806</created>
|
|
637
|
+
<option name="number" value="00117" />
|
|
638
|
+
<option name="presentableId" value="LOCAL-00117" />
|
|
639
|
+
<option name="project" value="LOCAL" />
|
|
640
|
+
<updated>1711682610806</updated>
|
|
641
|
+
</task>
|
|
642
|
+
<task id="LOCAL-00118" summary="Fix allowLinkedin arg in SocialSection">
|
|
643
|
+
<option name="closed" value="true" />
|
|
644
|
+
<created>1711683031188</created>
|
|
645
|
+
<option name="number" value="00118" />
|
|
646
|
+
<option name="presentableId" value="LOCAL-00118" />
|
|
647
|
+
<option name="project" value="LOCAL" />
|
|
648
|
+
<updated>1711683031188</updated>
|
|
649
|
+
</task>
|
|
650
|
+
<option name="localTasksCounter" value="119" />
|
|
654
651
|
<servers />
|
|
655
652
|
</component>
|
|
656
653
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -708,9 +705,6 @@
|
|
|
708
705
|
</option>
|
|
709
706
|
</component>
|
|
710
707
|
<component name="VcsManagerConfiguration">
|
|
711
|
-
<MESSAGE value="Add OverridableMeta component" />
|
|
712
|
-
<MESSAGE value="Fix package main index" />
|
|
713
|
-
<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
708
|
<MESSAGE value="Place fab on a higher z-index" />
|
|
715
709
|
<MESSAGE value="v2.4.29" />
|
|
716
710
|
<MESSAGE value="Implement basic navigation component logic" />
|
|
@@ -733,6 +727,9 @@
|
|
|
733
727
|
<MESSAGE value="Fix double dor parsing issue in NavigationComponent" />
|
|
734
728
|
<MESSAGE value="yarn scripts" />
|
|
735
729
|
<MESSAGE value="Layout adjustments to PineappleBaseLayout" />
|
|
736
|
-
<
|
|
730
|
+
<MESSAGE value="Allow preventing NavigationComponent pagination" />
|
|
731
|
+
<MESSAGE value="Export SocialSection" />
|
|
732
|
+
<MESSAGE value="Fix allowLinkedin arg in SocialSection" />
|
|
733
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix allowLinkedin arg in SocialSection" />
|
|
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";
|
|
@@ -33,15 +34,17 @@
|
|
|
33
34
|
<span>TurnipXenon</span>
|
|
34
35
|
{/if}
|
|
35
36
|
</button>
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
{#if allowLinkedIn}
|
|
38
|
+
<button type="button" class="social-button turnip-button"
|
|
39
|
+
role="link"
|
|
40
|
+
title={`https://www.linkedin.com/in/${linkedinSlug}/`}
|
|
41
|
+
on:click={() => window.open(`https://www.linkedin.com/in/${linkedinSlug}/`)}>
|
|
42
|
+
<img src={LinkedinIcon} alt="linkedin icon">
|
|
43
|
+
{#if (!isSmallVersion)}
|
|
44
|
+
<span>{linkedinSlug}</span>
|
|
45
|
+
{/if}
|
|
46
|
+
</button>
|
|
47
|
+
{/if}
|
|
45
48
|
<button type="button" class="social-button turnip-button"
|
|
46
49
|
role="link"
|
|
47
50
|
title={`mailto:${email}`}
|
|
@@ -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";
|
|
@@ -33,15 +34,17 @@
|
|
|
33
34
|
<span>TurnipXenon</span>
|
|
34
35
|
{/if}
|
|
35
36
|
</button>
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
{#if allowLinkedIn}
|
|
38
|
+
<button type="button" class="social-button turnip-button"
|
|
39
|
+
role="link"
|
|
40
|
+
title={`https://www.linkedin.com/in/${linkedinSlug}/`}
|
|
41
|
+
on:click={() => window.open(`https://www.linkedin.com/in/${linkedinSlug}/`)}>
|
|
42
|
+
<img src={LinkedinIcon} alt="linkedin icon">
|
|
43
|
+
{#if (!isSmallVersion)}
|
|
44
|
+
<span>{linkedinSlug}</span>
|
|
45
|
+
{/if}
|
|
46
|
+
</button>
|
|
47
|
+
{/if}
|
|
45
48
|
<button type="button" class="social-button turnip-button"
|
|
46
49
|
role="link"
|
|
47
50
|
title={`mailto:${email}`}
|
|
@@ -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.41",
|
|
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";
|
|
@@ -33,15 +34,17 @@
|
|
|
33
34
|
<span>TurnipXenon</span>
|
|
34
35
|
{/if}
|
|
35
36
|
</button>
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
37
|
+
{#if allowLinkedIn}
|
|
38
|
+
<button type="button" class="social-button turnip-button"
|
|
39
|
+
role="link"
|
|
40
|
+
title={`https://www.linkedin.com/in/${linkedinSlug}/`}
|
|
41
|
+
on:click={() => window.open(`https://www.linkedin.com/in/${linkedinSlug}/`)}>
|
|
42
|
+
<img src={LinkedinIcon} alt="linkedin icon">
|
|
43
|
+
{#if (!isSmallVersion)}
|
|
44
|
+
<span>{linkedinSlug}</span>
|
|
45
|
+
{/if}
|
|
46
|
+
</button>
|
|
47
|
+
{/if}
|
|
45
48
|
<button type="button" class="social-button turnip-button"
|
|
46
49
|
role="link"
|
|
47
50
|
title={`mailto:${email}`}
|
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";
|