@turnipxenon/pineapple 2.4.19 → 2.4.20

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.
@@ -4,15 +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="Replace all $lib to $pkg">
8
- <change afterPath="$PROJECT_DIR$/src/lib/util/util.ts" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/lib/components/Card.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/Card.svelte" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/lib/components/RandomizedBackground.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/RandomizedBackground.svelte" afterDir="false" />
7
+ <list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="v2.4.19">
8
+ <change beforePath="$PROJECT_DIR$/src/lib/app.postcss" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/app.postcss" afterDir="false" />
11
9
  <change beforePath="$PROJECT_DIR$/src/lib/components/pineapple/PineappleBaseLayout.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/pineapple/PineappleBaseLayout.svelte" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/src/lib/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/index.ts" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/src/lib/util/create_go_to_function.ts" beforeDir="false" />
14
- <change beforePath="$PROJECT_DIR$/src/lib/util/stable_random.ts" beforeDir="false" />
15
- <change beforePath="$PROJECT_DIR$/src/routes/(pineapple)/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/(pineapple)/+page.svelte" afterDir="false" />
16
10
  </list>
17
11
  <option name="SHOW_DIALOG" value="false" />
18
12
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -220,23 +214,7 @@
220
214
  <workItem from="1710914868232" duration="41000" />
221
215
  <workItem from="1711051949931" duration="144000" />
222
216
  <workItem from="1711052377810" duration="128000" />
223
- <workItem from="1711090540281" duration="4426000" />
224
- </task>
225
- <task id="LOCAL-00030" summary="Migrate to skeleton 2.0">
226
- <option name="closed" value="true" />
227
- <created>1709928538758</created>
228
- <option name="number" value="00030" />
229
- <option name="presentableId" value="LOCAL-00030" />
230
- <option name="project" value="LOCAL" />
231
- <updated>1709928538758</updated>
232
- </task>
233
- <task id="LOCAL-00031" summary="Add web scraper for thumbnails and more projects">
234
- <option name="closed" value="true" />
235
- <created>1709953967323</created>
236
- <option name="number" value="00031" />
237
- <option name="presentableId" value="LOCAL-00031" />
238
- <option name="project" value="LOCAL" />
239
- <updated>1709953967323</updated>
217
+ <workItem from="1711090540281" duration="5170000" />
240
218
  </task>
241
219
  <task id="LOCAL-00032" summary="Fix import error">
242
220
  <option name="closed" value="true" />
@@ -614,7 +592,23 @@
614
592
  <option name="project" value="LOCAL" />
615
593
  <updated>1711093944293</updated>
616
594
  </task>
617
- <option name="localTasksCounter" value="79" />
595
+ <task id="LOCAL-00079" summary="Refactor all util functions into util/util">
596
+ <option name="closed" value="true" />
597
+ <created>1711096111508</created>
598
+ <option name="number" value="00079" />
599
+ <option name="presentableId" value="LOCAL-00079" />
600
+ <option name="project" value="LOCAL" />
601
+ <updated>1711096111508</updated>
602
+ </task>
603
+ <task id="LOCAL-00080" summary="v2.4.19">
604
+ <option name="closed" value="true" />
605
+ <created>1711096300621</created>
606
+ <option name="number" value="00080" />
607
+ <option name="presentableId" value="LOCAL-00080" />
608
+ <option name="project" value="LOCAL" />
609
+ <updated>1711096300622</updated>
610
+ </task>
611
+ <option name="localTasksCounter" value="81" />
618
612
  <servers />
619
613
  </component>
620
614
  <component name="TypeScriptGeneratedFilesManager">
@@ -672,8 +666,6 @@
672
666
  </option>
673
667
  </component>
674
668
  <component name="VcsManagerConfiguration">
675
- <MESSAGE value="v2.4.6" />
676
- <MESSAGE value="Extract styling out of Skeleton accordion" />
677
669
  <MESSAGE value="Attempt to make postcss exportable" />
678
670
  <MESSAGE value="Change lib to pkg to prevent the references from breaking from downstream apps" />
679
671
  <MESSAGE value="Add data-nosnippet" />
@@ -697,6 +689,8 @@
697
689
  <MESSAGE value="Add option to set default dialog behavior in Pineapple" />
698
690
  <MESSAGE value="Export Card" />
699
691
  <MESSAGE value="Replace all $lib to $pkg" />
700
- <option name="LAST_COMMIT_MESSAGE" value="Replace all $lib to $pkg" />
692
+ <MESSAGE value="Refactor all util functions into util/util" />
693
+ <MESSAGE value="v2.4.19" />
694
+ <option name="LAST_COMMIT_MESSAGE" value="v2.4.19" />
701
695
  </component>
702
696
  </project>
@@ -205,3 +205,7 @@ a:active {
205
205
  --tw-ring-color: rgb(var(--color-text-400));
206
206
  /*background-color: red;*/
207
207
  }
208
+
209
+ .dark .ares-logo {
210
+ filter: invert(100%);
211
+ }
@@ -9,7 +9,7 @@ import CloseIcon from "../../assets/icons/close.svg";
9
9
  import { dialogManager, enableDialogueOverlay } from "../dialog_manager/DialogManagerStore";
10
10
  import Toast from "./toast/Toast.svelte";
11
11
  import DialogOverlay from "../DialogOverlay.svelte";
12
- import { crossfade } from "svelte/transition";
12
+ import { fade } from "svelte/transition";
13
13
  let pages = [];
14
14
  const updateBreadcrumb = (pathname) => {
15
15
  pages = [];
@@ -81,12 +81,12 @@ enableDialogueOverlay.set(showDialogByDefault);
81
81
  <ol class="breadcrumb">
82
82
  {#each pages as crumb, i}
83
83
  {#if i < pages.length - 1}
84
- <li class="crumb" transition:crossfade>
84
+ <li class="crumb" transition:fade>
85
85
  <a href={crumb.path}>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</a>
86
- &nbsp;&rsaquo;
86
+ &nbsp;&rsaquo;&nbsp;
87
87
  </li>
88
88
  {:else}
89
- <li class="crumb" transition:crossfade>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</li>
89
+ <li class="crumb" transition:fade>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</li>
90
90
  {/if}
91
91
  {/each}
92
92
  </ol>
@@ -165,6 +165,7 @@ enableDialogueOverlay.set(showDialogByDefault);
165
165
  display: flex;
166
166
  align-items: center;
167
167
  justify-content: center;
168
+ margin: 0.1em;
168
169
  }
169
170
 
170
171
  .crumb-separator {
@@ -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: "1nuybzt"
24
+ version_hash: "1old5ki"
25
25
  };
26
26
 
27
27
  export async function get_hooks() {
package/dist/app.postcss CHANGED
@@ -205,3 +205,7 @@ a:active {
205
205
  --tw-ring-color: rgb(var(--color-text-400));
206
206
  /*background-color: red;*/
207
207
  }
208
+
209
+ .dark .ares-logo {
210
+ filter: invert(100%);
211
+ }
@@ -9,7 +9,7 @@ import CloseIcon from "../../assets/icons/close.svg";
9
9
  import { dialogManager, enableDialogueOverlay } from "../dialog_manager/DialogManagerStore";
10
10
  import Toast from "./toast/Toast.svelte";
11
11
  import DialogOverlay from "../DialogOverlay.svelte";
12
- import { crossfade } from "svelte/transition";
12
+ import { fade } from "svelte/transition";
13
13
  let pages = [];
14
14
  const updateBreadcrumb = (pathname) => {
15
15
  pages = [];
@@ -81,12 +81,12 @@ enableDialogueOverlay.set(showDialogByDefault);
81
81
  <ol class="breadcrumb">
82
82
  {#each pages as crumb, i}
83
83
  {#if i < pages.length - 1}
84
- <li class="crumb" transition:crossfade>
84
+ <li class="crumb" transition:fade>
85
85
  <a href={crumb.path}>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</a>
86
- &nbsp;&rsaquo;
86
+ &nbsp;&rsaquo;&nbsp;
87
87
  </li>
88
88
  {:else}
89
- <li class="crumb" transition:crossfade>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</li>
89
+ <li class="crumb" transition:fade>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</li>
90
90
  {/if}
91
91
  {/each}
92
92
  </ol>
@@ -165,6 +165,7 @@ enableDialogueOverlay.set(showDialogByDefault);
165
165
  display: flex;
166
166
  align-items: center;
167
167
  justify-content: center;
168
+ margin: 0.1em;
168
169
  }
169
170
 
170
171
  .crumb-separator {
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.19",
4
+ "version": "2.4.20",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "npm run check-requirements && vite build && yarn package",
@@ -205,3 +205,7 @@ a:active {
205
205
  --tw-ring-color: rgb(var(--color-text-400));
206
206
  /*background-color: red;*/
207
207
  }
208
+
209
+ .dark .ares-logo {
210
+ filter: invert(100%);
211
+ }
@@ -18,7 +18,7 @@
18
18
  import { dialogManager, enableDialogueOverlay } from "$pkg/components/dialog_manager/DialogManagerStore";
19
19
  import Toast from "$pkg/components/pineapple/toast/Toast.svelte";
20
20
  import DialogOverlay from "$pkg/components/DialogOverlay.svelte";
21
- import { crossfade } from "svelte/transition";
21
+ import { fade } from "svelte/transition";
22
22
  // todo: clean up all these imports!
23
23
 
24
24
  let pages: BreadcrumbData[] = [];
@@ -98,12 +98,12 @@
98
98
  <ol class="breadcrumb">
99
99
  {#each pages as crumb, i}
100
100
  {#if i < pages.length - 1}
101
- <li class="crumb" transition:crossfade>
101
+ <li class="crumb" transition:fade>
102
102
  <a href={crumb.path}>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</a>
103
- &nbsp;&rsaquo;
103
+ &nbsp;&rsaquo;&nbsp;
104
104
  </li>
105
105
  {:else}
106
- <li class="crumb" transition:crossfade>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</li>
106
+ <li class="crumb" transition:fade>{crumb.name.charAt(0).toUpperCase() + crumb.name.slice(1)}</li>
107
107
  {/if}
108
108
  {/each}
109
109
  </ol>
@@ -174,6 +174,7 @@
174
174
 
175
175
  .crumb {
176
176
  @apply flex justify-center items-center;
177
+ margin: 0.1em;
177
178
  }
178
179
 
179
180
  .crumb-separator {