@turnipxenon/pineapple 2.4.57 → 2.4.58
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 +21 -24
- package/.svelte-kit/__package__/components/chip/chip.postcss +0 -0
- package/.svelte-kit/__package__/template/seaweed/entries/MigranteAlberta.svelte +1 -1
- package/.svelte-kit/__package__/template/seaweed/entries/MockUberApp.svelte +1 -1
- package/.svelte-kit/__package__/template/seaweed/entries/ThisWebpage.svelte +1 -1
- package/.svelte-kit/generated/server/internal.js +1 -1
- package/dist/components/chip/chip.postcss +0 -0
- package/dist/template/seaweed/entries/MigranteAlberta.svelte +1 -1
- package/dist/template/seaweed/entries/MockUberApp.svelte +1 -1
- package/dist/template/seaweed/entries/ThisWebpage.svelte +1 -1
- package/package.json +1 -1
- package/src/lib/components/{Chip.svelte → chip/Chip.svelte} +1 -1
- package/src/lib/components/chip/chip.postcss +0 -0
- package/src/lib/template/seaweed/entries/MigranteAlberta.svelte +1 -1
- package/src/lib/template/seaweed/entries/MockUberApp.svelte +1 -1
- package/src/lib/template/seaweed/entries/ThisWebpage.svelte +1 -1
- /package/.svelte-kit/__package__/components/{Chip.svelte → chip/Chip.svelte} +0 -0
- /package/.svelte-kit/__package__/components/{Chip.svelte.d.ts → chip/Chip.svelte.d.ts} +0 -0
- /package/dist/components/{Chip.svelte → chip/Chip.svelte} +0 -0
- /package/dist/components/{Chip.svelte.d.ts → chip/Chip.svelte.d.ts} +0 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,16 +4,12 @@
|
|
|
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="CreateUrlForm" comment="Fix
|
|
8
|
-
<change afterPath="$PROJECT_DIR$/src/lib/components/
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/lib/
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/lib/
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/lib/
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/
|
|
13
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/SeaweedTemplate.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/SeaweedTemplate.svelte" afterDir="false" />
|
|
14
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entry_order_config/EntryOrderConfig.svelte" afterDir="false" />
|
|
15
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entry_order_config/entry-order-config.postcss" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entry_order_config/entry-order-config.postcss" afterDir="false" />
|
|
16
|
-
<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="CreateUrlForm" comment="Fix light mode contrast issues">
|
|
8
|
+
<change afterPath="$PROJECT_DIR$/src/lib/components/chip/chip.postcss" afterDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/src/lib/components/Chip.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/chip/Chip.svelte" afterDir="false" />
|
|
10
|
+
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MigranteAlberta.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MigranteAlberta.svelte" afterDir="false" />
|
|
11
|
+
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MockUberApp.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MockUberApp.svelte" afterDir="false" />
|
|
12
|
+
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entries/ThisWebpage.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entries/ThisWebpage.svelte" afterDir="false" />
|
|
17
13
|
</list>
|
|
18
14
|
<option name="SHOW_DIALOG" value="false" />
|
|
19
15
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -63,6 +59,7 @@
|
|
|
63
59
|
<option value="UrlShortenerForm" />
|
|
64
60
|
<option value="TypeScript File" />
|
|
65
61
|
<option value="PineappleSlideToggle" />
|
|
62
|
+
<option value="PostCSS File" />
|
|
66
63
|
</list>
|
|
67
64
|
</option>
|
|
68
65
|
</component>
|
|
@@ -126,7 +123,7 @@
|
|
|
126
123
|
"git-widget-placeholder": "turnip/dev",
|
|
127
124
|
"ignore.virus.scanning.warn.message": "true",
|
|
128
125
|
"last_opened_file_path": "C:/Users/Pumpkin/Projects/Web/pineapple",
|
|
129
|
-
"list.type.of.created.stylesheet": "
|
|
126
|
+
"list.type.of.created.stylesheet": "PostCSS",
|
|
130
127
|
"node.js.detected.package.eslint": "true",
|
|
131
128
|
"node.js.detected.package.tslint": "true",
|
|
132
129
|
"node.js.selected.package.eslint": "(autodetect)",
|
|
@@ -154,11 +151,11 @@
|
|
|
154
151
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\(pineapple)\pineapple\(extra-pages)\page3\page5" />
|
|
155
152
|
</key>
|
|
156
153
|
<key name="MoveFile.RECENT_KEYS">
|
|
154
|
+
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\lib\components\chip" />
|
|
157
155
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\lib\components\combo_box" />
|
|
158
156
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\docs\archive" />
|
|
159
157
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\(pineapple)\pineapple\(pineapple)" />
|
|
160
158
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\(pineapple)\pineapple\(nested)" />
|
|
161
|
-
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\(pineapple)\pineapple\(extra-pages)" />
|
|
162
159
|
</key>
|
|
163
160
|
<key name="es6.move.members.recent.items">
|
|
164
161
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\types\RootLayoutProps.ts" />
|
|
@@ -346,15 +343,7 @@
|
|
|
346
343
|
<workItem from="1712563659982" duration="1353000" />
|
|
347
344
|
<workItem from="1712570296984" duration="1559000" />
|
|
348
345
|
<workItem from="1712571884570" duration="7000" />
|
|
349
|
-
<workItem from="1712636226857" duration="
|
|
350
|
-
</task>
|
|
351
|
-
<task id="LOCAL-00124" summary="Fully extract all entries from groups">
|
|
352
|
-
<option name="closed" value="true" />
|
|
353
|
-
<created>1711943579891</created>
|
|
354
|
-
<option name="number" value="00124" />
|
|
355
|
-
<option name="presentableId" value="LOCAL-00124" />
|
|
356
|
-
<option name="project" value="LOCAL" />
|
|
357
|
-
<updated>1711943579891</updated>
|
|
346
|
+
<workItem from="1712636226857" duration="10964000" />
|
|
358
347
|
</task>
|
|
359
348
|
<task id="LOCAL-00125" summary="Allow full reordering for entries">
|
|
360
349
|
<option name="closed" value="true" />
|
|
@@ -740,7 +729,15 @@
|
|
|
740
729
|
<option name="project" value="LOCAL" />
|
|
741
730
|
<updated>1712643646820</updated>
|
|
742
731
|
</task>
|
|
743
|
-
<
|
|
732
|
+
<task id="LOCAL-00173" summary="Fix light mode contrast issues">
|
|
733
|
+
<option name="closed" value="true" />
|
|
734
|
+
<created>1712647325849</created>
|
|
735
|
+
<option name="number" value="00173" />
|
|
736
|
+
<option name="presentableId" value="LOCAL-00173" />
|
|
737
|
+
<option name="project" value="LOCAL" />
|
|
738
|
+
<updated>1712647325849</updated>
|
|
739
|
+
</task>
|
|
740
|
+
<option name="localTasksCounter" value="174" />
|
|
744
741
|
<servers />
|
|
745
742
|
</component>
|
|
746
743
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -798,7 +795,6 @@
|
|
|
798
795
|
</option>
|
|
799
796
|
</component>
|
|
800
797
|
<component name="VcsManagerConfiguration">
|
|
801
|
-
<MESSAGE value="Extract plan for dynamic portfolio layout" />
|
|
802
798
|
<MESSAGE value="Remove floating-ui" />
|
|
803
799
|
<MESSAGE value="Move shouldAddFunNote to data" />
|
|
804
800
|
<MESSAGE value="Extract runChaos to its own file" />
|
|
@@ -823,6 +819,7 @@
|
|
|
823
819
|
<MESSAGE value="Fix component names being deprettified" />
|
|
824
820
|
<MESSAGE value="Fix Advanced Settings layout in dark more" />
|
|
825
821
|
<MESSAGE value="Fix Advanced Settings layout in dark mode" />
|
|
826
|
-
<
|
|
822
|
+
<MESSAGE value="Fix light mode contrast issues" />
|
|
823
|
+
<option name="LAST_COMMIT_MESSAGE" value="Fix light mode contrast issues" />
|
|
827
824
|
</component>
|
|
828
825
|
</project>
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<script>import Chip from "../../../components/Chip.svelte";
|
|
1
|
+
<script>import Chip from "../../../components/chip/Chip.svelte";
|
|
2
2
|
import {} from "./EntryProps";
|
|
3
3
|
import LinkIcon from "../../../assets/icons/link-icon.svg";
|
|
4
4
|
import Card from "../../../components/Card.svelte";
|
|
@@ -3,7 +3,7 @@ import Card from "../../../components/Card.svelte";
|
|
|
3
3
|
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
4
|
import WindowSetGraph from "../../../assets/others/window-set.png";
|
|
5
5
|
import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
|
|
6
|
-
import Chip from "../../../components/Chip.svelte";
|
|
6
|
+
import Chip from "../../../components/chip/Chip.svelte";
|
|
7
7
|
export let props;
|
|
8
8
|
</script>
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ import Card from "../../../components/Card.svelte";
|
|
|
3
3
|
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
4
|
import WindowSetGraph from "../../../assets/others/window-set.png";
|
|
5
5
|
import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
|
|
6
|
-
import Chip from "../../../components/Chip.svelte";
|
|
6
|
+
import Chip from "../../../components/chip/Chip.svelte";
|
|
7
7
|
export let props;
|
|
8
8
|
</script>
|
|
9
9
|
|
|
@@ -21,7 +21,7 @@ export const options = {
|
|
|
21
21
|
app: ({ head, body, assets, nonce, env }) => "<!DOCTYPE html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<link rel=\"icon\" href=\"" + assets + "/favicon.png\" />\n\t\t<meta name=\"viewport\" content=\"width=device-width\" />\n\t\t" + head + "\n\t</head>\n\n\t<body data-sveltekit-preload-data=\"hover\" data-theme=\"crimson\">\n\t\t<div style=\"display: contents\" class=\"h-full overflow-hidden\">" + body + "</div>\n\t</body>\n</html>\n",
|
|
22
22
|
error: ({ status, message }) => "<!doctype html>\n<html lang=\"en\">\n\t<head>\n\t\t<meta charset=\"utf-8\" />\n\t\t<title>" + message + "</title>\n\n\t\t<style>\n\t\t\tbody {\n\t\t\t\t--bg: white;\n\t\t\t\t--fg: #222;\n\t\t\t\t--divider: #ccc;\n\t\t\t\tbackground: var(--bg);\n\t\t\t\tcolor: var(--fg);\n\t\t\t\tfont-family:\n\t\t\t\t\tsystem-ui,\n\t\t\t\t\t-apple-system,\n\t\t\t\t\tBlinkMacSystemFont,\n\t\t\t\t\t'Segoe UI',\n\t\t\t\t\tRoboto,\n\t\t\t\t\tOxygen,\n\t\t\t\t\tUbuntu,\n\t\t\t\t\tCantarell,\n\t\t\t\t\t'Open Sans',\n\t\t\t\t\t'Helvetica Neue',\n\t\t\t\t\tsans-serif;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tjustify-content: center;\n\t\t\t\theight: 100vh;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t.error {\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t\tmax-width: 32rem;\n\t\t\t\tmargin: 0 1rem;\n\t\t\t}\n\n\t\t\t.status {\n\t\t\t\tfont-weight: 200;\n\t\t\t\tfont-size: 3rem;\n\t\t\t\tline-height: 1;\n\t\t\t\tposition: relative;\n\t\t\t\ttop: -0.05rem;\n\t\t\t}\n\n\t\t\t.message {\n\t\t\t\tborder-left: 1px solid var(--divider);\n\t\t\t\tpadding: 0 0 0 1rem;\n\t\t\t\tmargin: 0 0 0 1rem;\n\t\t\t\tmin-height: 2.5rem;\n\t\t\t\tdisplay: flex;\n\t\t\t\talign-items: center;\n\t\t\t}\n\n\t\t\t.message h1 {\n\t\t\t\tfont-weight: 400;\n\t\t\t\tfont-size: 1em;\n\t\t\t\tmargin: 0;\n\t\t\t}\n\n\t\t\t@media (prefers-color-scheme: dark) {\n\t\t\t\tbody {\n\t\t\t\t\t--bg: #222;\n\t\t\t\t\t--fg: #ddd;\n\t\t\t\t\t--divider: #666;\n\t\t\t\t}\n\t\t\t}\n\t\t</style>\n\t</head>\n\t<body>\n\t\t<div class=\"error\">\n\t\t\t<span class=\"status\">" + status + "</span>\n\t\t\t<div class=\"message\">\n\t\t\t\t<h1>" + message + "</h1>\n\t\t\t</div>\n\t\t</div>\n\t</body>\n</html>\n"
|
|
23
23
|
},
|
|
24
|
-
version_hash: "
|
|
24
|
+
version_hash: "y9f727"
|
|
25
25
|
};
|
|
26
26
|
|
|
27
27
|
export async function get_hooks() {
|
|
File without changes
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
<script>import Chip from "../../../components/Chip.svelte";
|
|
1
|
+
<script>import Chip from "../../../components/chip/Chip.svelte";
|
|
2
2
|
import {} from "./EntryProps";
|
|
3
3
|
import LinkIcon from "../../../assets/icons/link-icon.svg";
|
|
4
4
|
import Card from "../../../components/Card.svelte";
|
|
@@ -3,7 +3,7 @@ import Card from "../../../components/Card.svelte";
|
|
|
3
3
|
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
4
|
import WindowSetGraph from "../../../assets/others/window-set.png";
|
|
5
5
|
import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
|
|
6
|
-
import Chip from "../../../components/Chip.svelte";
|
|
6
|
+
import Chip from "../../../components/chip/Chip.svelte";
|
|
7
7
|
export let props;
|
|
8
8
|
</script>
|
|
9
9
|
|
|
@@ -3,7 +3,7 @@ import Card from "../../../components/Card.svelte";
|
|
|
3
3
|
import GithubIcon from "../../../assets/icons/github-mark.svg";
|
|
4
4
|
import WindowSetGraph from "../../../assets/others/window-set.png";
|
|
5
5
|
import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
|
|
6
|
-
import Chip from "../../../components/Chip.svelte";
|
|
6
|
+
import Chip from "../../../components/chip/Chip.svelte";
|
|
7
7
|
export let props;
|
|
8
8
|
</script>
|
|
9
9
|
|
package/package.json
CHANGED
|
File without changes
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
<script lang="ts">
|
|
2
|
-
import Chip from "$pkg/components/Chip.svelte";
|
|
2
|
+
import Chip from "$pkg/components/chip/Chip.svelte";
|
|
3
3
|
import { type EntryProps } from "./EntryProps";
|
|
4
4
|
import LinkIcon from "$pkg/assets/icons/link-icon.svg";
|
|
5
5
|
import Card from "$pkg/components/Card.svelte";
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
5
|
import WindowSetGraph from "$pkg/assets/others/window-set.png";
|
|
6
6
|
import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
|
|
7
|
-
import Chip from "$pkg/components/Chip.svelte";
|
|
7
|
+
import Chip from "$pkg/components/chip/Chip.svelte";
|
|
8
8
|
|
|
9
9
|
// noinspection JSUnusedGlobalSymbols
|
|
10
10
|
export let props: EntryProps;
|
|
@@ -4,7 +4,7 @@
|
|
|
4
4
|
import GithubIcon from "$pkg/assets/icons/github-mark.svg";
|
|
5
5
|
import WindowSetGraph from "$pkg/assets/others/window-set.png";
|
|
6
6
|
import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
|
|
7
|
-
import Chip from "$pkg/components/Chip.svelte";
|
|
7
|
+
import Chip from "$pkg/components/chip/Chip.svelte";
|
|
8
8
|
|
|
9
9
|
// noinspection JSUnusedGlobalSymbols
|
|
10
10
|
export let props: EntryProps;
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|