@turnipxenon/pineapple 2.4.5 → 2.4.7

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.
Files changed (44) hide show
  1. package/.idea/workspace.xml +15 -14
  2. package/.svelte-kit/__package__/app.postcss +4 -0
  3. package/.svelte-kit/__package__/postcss.d.ts +3 -0
  4. package/.svelte-kit/generated/server/internal.js +1 -1
  5. package/.svelte-kit/output/client/.vite/manifest.json +26 -26
  6. package/.svelte-kit/output/client/_app/immutable/assets/{0.BIZ0IPOt.css → 0.CIpy7FrR.css} +1 -1
  7. package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.BH7AvcuU.css +1 -0
  8. package/.svelte-kit/output/client/_app/immutable/assets/{_layout.m4xJvVt-.css → _layout.h10Yaexo.css} +1 -1
  9. package/.svelte-kit/output/client/_app/immutable/chunks/{PineappleBaseLayout.SSm4gITf.js → PineappleBaseLayout.DLo8Eik6.js} +1 -1
  10. package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.CZ9ITcQ_.js +98 -0
  11. package/.svelte-kit/output/client/_app/immutable/chunks/{entry.CQQG-dzn.js → entry.D3rPVCbo.js} +2 -2
  12. package/.svelte-kit/output/client/_app/immutable/chunks/{store.CzGlMZaJ.js → store.BIqnj0vd.js} +1 -1
  13. package/.svelte-kit/output/client/_app/immutable/entry/{app.oi3PnWPJ.js → app.D9IQm5uC.js} +2 -2
  14. package/.svelte-kit/output/client/_app/immutable/entry/start.VRG2KCMZ.js +1 -0
  15. package/.svelte-kit/output/client/_app/immutable/nodes/{2.B9XiR3AU.js → 2.DnP1Yfj1.js} +1 -1
  16. package/.svelte-kit/output/client/_app/immutable/nodes/{3.DFl_-mE9.js → 3.BPIP4PcD.js} +1 -1
  17. package/.svelte-kit/output/client/_app/immutable/nodes/5.PabxfGcD.js +1 -0
  18. package/.svelte-kit/output/client/_app/immutable/nodes/{6.drIpFDQq.js → 6.D3Ze_9sQ.js} +1 -1
  19. package/.svelte-kit/output/client/_app/version.json +1 -1
  20. package/.svelte-kit/output/prerendered/pages/portfolio.html +76 -76
  21. package/.svelte-kit/output/server/.vite/manifest.json +2 -2
  22. package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.BH7AvcuU.css +1 -0
  23. package/.svelte-kit/output/server/_app/immutable/assets/{_layout.m4xJvVt-.css → _layout.h10Yaexo.css} +1 -1
  24. package/.svelte-kit/output/server/chunks/SeaweedTemplate.js +74 -81
  25. package/.svelte-kit/output/server/chunks/internal.js +1 -1
  26. package/.svelte-kit/output/server/entries/pages/portfolio/_page.svelte.js +1 -1
  27. package/.svelte-kit/output/server/manifest-full.js +1 -1
  28. package/.svelte-kit/output/server/manifest.js +1 -1
  29. package/.svelte-kit/output/server/nodes/0.js +2 -2
  30. package/.svelte-kit/output/server/nodes/2.js +1 -1
  31. package/.svelte-kit/output/server/nodes/3.js +1 -1
  32. package/.svelte-kit/output/server/nodes/5.js +2 -2
  33. package/.svelte-kit/output/server/nodes/6.js +2 -2
  34. package/dist/app.postcss +4 -0
  35. package/dist/postcss.d.ts +3 -0
  36. package/package.json +1 -1
  37. package/src/lib/app.postcss +4 -0
  38. package/src/lib/postcss.d.ts +3 -0
  39. package/.svelte-kit/output/client/_app/immutable/assets/SeaweedTemplate.pOPCzkb2.css +0 -1
  40. package/.svelte-kit/output/client/_app/immutable/chunks/SeaweedTemplate.BmvpbSLb.js +0 -98
  41. package/.svelte-kit/output/client/_app/immutable/entry/start.Dazgoa1N.js +0 -1
  42. package/.svelte-kit/output/client/_app/immutable/nodes/5.YVruzYx6.js +0 -1
  43. package/.svelte-kit/output/server/_app/immutable/assets/SeaweedTemplate.pOPCzkb2.css +0 -1
  44. /package/.svelte-kit/output/client/_app/immutable/nodes/{0.Bay8_8oq.js → 0.5ibwyEBM.js} +0 -0
@@ -4,9 +4,10 @@
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="Fix accordion rounded border missing">
7
+ <list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Extract styling out of Skeleton accordion">
8
8
  <change beforePath="$PROJECT_DIR$/src/lib/app.postcss" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/app.postcss" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/lib/template/SeaweedTemplate.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/SeaweedTemplate.svelte" afterDir="false" />
9
+ <change beforePath="$PROJECT_DIR$/src/lib/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/index.ts" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/src/lib/postcss.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/postcss.d.ts" afterDir="false" />
10
11
  <change beforePath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" afterDir="false" />
11
12
  </list>
12
13
  <option name="SHOW_DIALOG" value="false" />
@@ -184,15 +185,7 @@
184
185
  <workItem from="1710274381105" duration="206000" />
185
186
  <workItem from="1710274942044" duration="14000" />
186
187
  <workItem from="1710275377359" duration="5036000" />
187
- <workItem from="1710289549437" duration="2609000" />
188
- </task>
189
- <task id="LOCAL-00007" summary="Update to yarn&#10;&#10;Updating to yarn to prevent dependency conflicts">
190
- <option name="closed" value="true" />
191
- <created>1709790990156</created>
192
- <option name="number" value="00007" />
193
- <option name="presentableId" value="LOCAL-00007" />
194
- <option name="project" value="LOCAL" />
195
- <updated>1709790990156</updated>
188
+ <workItem from="1710289549437" duration="4908000" />
196
189
  </task>
197
190
  <task id="LOCAL-00008" summary="yarn upgrade">
198
191
  <option name="closed" value="true" />
@@ -578,7 +571,15 @@
578
571
  <option name="project" value="LOCAL" />
579
572
  <updated>1710290096410</updated>
580
573
  </task>
581
- <option name="localTasksCounter" value="56" />
574
+ <task id="LOCAL-00056" summary="Extract styling out of Skeleton accordion">
575
+ <option name="closed" value="true" />
576
+ <created>1710292214352</created>
577
+ <option name="number" value="00056" />
578
+ <option name="presentableId" value="LOCAL-00056" />
579
+ <option name="project" value="LOCAL" />
580
+ <updated>1710292214352</updated>
581
+ </task>
582
+ <option name="localTasksCounter" value="57" />
582
583
  <servers />
583
584
  </component>
584
585
  <component name="TypeScriptGeneratedFilesManager">
@@ -636,7 +637,6 @@
636
637
  </option>
637
638
  </component>
638
639
  <component name="VcsManagerConfiguration">
639
- <MESSAGE value="Add web scraper for thumbnails and more projects" />
640
640
  <MESSAGE value="Fix import error" />
641
641
  <MESSAGE value="Finalize available content for portfolio" />
642
642
  <MESSAGE value="Quick fix ares logo missing class" />
@@ -661,6 +661,7 @@
661
661
  <MESSAGE value="Add unique class for Card" />
662
662
  <MESSAGE value="Remove unnecessary files" />
663
663
  <MESSAGE value="Fix accordion rounded border missing" />
664
- <option name="LAST_COMMIT_MESSAGE" value="Fix accordion rounded border missing" />
664
+ <MESSAGE value="Extract styling out of Skeleton accordion" />
665
+ <option name="LAST_COMMIT_MESSAGE" value="Extract styling out of Skeleton accordion" />
665
666
  </component>
666
667
  </project>
@@ -153,6 +153,10 @@ a:active {
153
153
  }
154
154
 
155
155
  /* region Accordion css for handling missing styles in package */
156
+ .accordion {
157
+ @apply variant-filled-primary rounded-md;
158
+ }
159
+
156
160
  .accordion-control {
157
161
  @apply hover:bg-surface-hover-token;
158
162
  }
@@ -0,0 +1,3 @@
1
+ // from https://stackoverflow.com/a/63885623/17836168
2
+ declare module "./app.postcss";
3
+ declare module "./theme.postcss";
@@ -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: "15ujmvw"
24
+ version_hash: "1fsx49j"
25
25
  };
26
26
 
27
27
  export async function get_hooks() {
@@ -1,6 +1,6 @@
1
1
  {
2
2
  ".svelte-kit/generated/client-optimized/app.js": {
3
- "file": "_app/immutable/entry/app.oi3PnWPJ.js",
3
+ "file": "_app/immutable/entry/app.D9IQm5uC.js",
4
4
  "src": ".svelte-kit/generated/client-optimized/app.js",
5
5
  "isEntry": true,
6
6
  "imports": [
@@ -18,7 +18,7 @@
18
18
  ]
19
19
  },
20
20
  ".svelte-kit/generated/client-optimized/nodes/0.js": {
21
- "file": "_app/immutable/nodes/0.Bay8_8oq.js",
21
+ "file": "_app/immutable/nodes/0.5ibwyEBM.js",
22
22
  "src": ".svelte-kit/generated/client-optimized/nodes/0.js",
23
23
  "isEntry": true,
24
24
  "isDynamicEntry": true,
@@ -30,7 +30,7 @@
30
30
  "_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js"
31
31
  ],
32
32
  "css": [
33
- "_app/immutable/assets/0.BIZ0IPOt.css"
33
+ "_app/immutable/assets/0.CIpy7FrR.css"
34
34
  ]
35
35
  },
36
36
  ".svelte-kit/generated/client-optimized/nodes/1.js": {
@@ -45,19 +45,19 @@
45
45
  ]
46
46
  },
47
47
  ".svelte-kit/generated/client-optimized/nodes/2.js": {
48
- "file": "_app/immutable/nodes/2.B9XiR3AU.js",
48
+ "file": "_app/immutable/nodes/2.DnP1Yfj1.js",
49
49
  "src": ".svelte-kit/generated/client-optimized/nodes/2.js",
50
50
  "isEntry": true,
51
51
  "isDynamicEntry": true,
52
52
  "imports": [
53
53
  "_scheduler.DJdG0Qxb.js",
54
54
  "_index.BgUXYai5.js",
55
- "_PineappleBaseLayout.SSm4gITf.js",
55
+ "_PineappleBaseLayout.DLo8Eik6.js",
56
56
  "_public.kPGcNb8-.js"
57
57
  ]
58
58
  },
59
59
  ".svelte-kit/generated/client-optimized/nodes/3.js": {
60
- "file": "_app/immutable/nodes/3.DFl_-mE9.js",
60
+ "file": "_app/immutable/nodes/3.BPIP4PcD.js",
61
61
  "src": ".svelte-kit/generated/client-optimized/nodes/3.js",
62
62
  "isEntry": true,
63
63
  "isDynamicEntry": true,
@@ -65,7 +65,7 @@
65
65
  "_scheduler.DJdG0Qxb.js",
66
66
  "_index.BgUXYai5.js",
67
67
  "_public.kPGcNb8-.js",
68
- "_PineappleBaseLayout.SSm4gITf.js"
68
+ "_PineappleBaseLayout.DLo8Eik6.js"
69
69
  ],
70
70
  "css": [
71
71
  "_app/immutable/assets/4.B8rxJaIe.css"
@@ -86,28 +86,28 @@
86
86
  ]
87
87
  },
88
88
  ".svelte-kit/generated/client-optimized/nodes/5.js": {
89
- "file": "_app/immutable/nodes/5.YVruzYx6.js",
89
+ "file": "_app/immutable/nodes/5.PabxfGcD.js",
90
90
  "src": ".svelte-kit/generated/client-optimized/nodes/5.js",
91
91
  "isEntry": true,
92
92
  "isDynamicEntry": true,
93
93
  "imports": [
94
94
  "_scheduler.DJdG0Qxb.js",
95
95
  "_index.BgUXYai5.js",
96
- "_SeaweedTemplate.BmvpbSLb.js"
96
+ "_SeaweedTemplate.CZ9ITcQ_.js"
97
97
  ],
98
98
  "assets": [
99
99
  "_app/immutable/assets/placeholder_circle.Ij3bN7bI.png"
100
100
  ]
101
101
  },
102
102
  ".svelte-kit/generated/client-optimized/nodes/6.js": {
103
- "file": "_app/immutable/nodes/6.drIpFDQq.js",
103
+ "file": "_app/immutable/nodes/6.D3Ze_9sQ.js",
104
104
  "src": ".svelte-kit/generated/client-optimized/nodes/6.js",
105
105
  "isEntry": true,
106
106
  "isDynamicEntry": true,
107
107
  "imports": [
108
108
  "_scheduler.DJdG0Qxb.js",
109
109
  "_index.BgUXYai5.js",
110
- "_SeaweedTemplate.BmvpbSLb.js"
110
+ "_SeaweedTemplate.CZ9ITcQ_.js"
111
111
  ]
112
112
  },
113
113
  "_DialogManagerStore.CauD3dIa.js": {
@@ -134,12 +134,12 @@
134
134
  "file": "_app/immutable/assets/PineappleBaseLayout.zNkuL9Xf.css",
135
135
  "src": "_PineappleBaseLayout.!~{00c}~.js"
136
136
  },
137
- "_PineappleBaseLayout.SSm4gITf.js": {
138
- "file": "_app/immutable/chunks/PineappleBaseLayout.SSm4gITf.js",
137
+ "_PineappleBaseLayout.DLo8Eik6.js": {
138
+ "file": "_app/immutable/chunks/PineappleBaseLayout.DLo8Eik6.js",
139
139
  "imports": [
140
140
  "_scheduler.DJdG0Qxb.js",
141
141
  "_index.BgUXYai5.js",
142
- "_store.CzGlMZaJ.js",
142
+ "_store.BIqnj0vd.js",
143
143
  "_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js",
144
144
  "_DialogManagerStore.CauD3dIa.js"
145
145
  ],
@@ -165,22 +165,22 @@
165
165
  ]
166
166
  },
167
167
  "_SeaweedTemplate.!~{00e}~.js": {
168
- "file": "_app/immutable/assets/SeaweedTemplate.pOPCzkb2.css",
168
+ "file": "_app/immutable/assets/SeaweedTemplate.BH7AvcuU.css",
169
169
  "src": "_SeaweedTemplate.!~{00e}~.js"
170
170
  },
171
- "_SeaweedTemplate.BmvpbSLb.js": {
172
- "file": "_app/immutable/chunks/SeaweedTemplate.BmvpbSLb.js",
171
+ "_SeaweedTemplate.CZ9ITcQ_.js": {
172
+ "file": "_app/immutable/chunks/SeaweedTemplate.CZ9ITcQ_.js",
173
173
  "imports": [
174
174
  "_scheduler.DJdG0Qxb.js",
175
175
  "_index.BgUXYai5.js",
176
176
  "_index.DM9YwQfI.js",
177
177
  "_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js",
178
178
  "_transitions.DM45rqx4.js",
179
- "_store.CzGlMZaJ.js",
179
+ "_store.BIqnj0vd.js",
180
180
  "_DialogManagerStore.CauD3dIa.js"
181
181
  ],
182
182
  "css": [
183
- "_app/immutable/assets/SeaweedTemplate.pOPCzkb2.css"
183
+ "_app/immutable/assets/SeaweedTemplate.BH7AvcuU.css"
184
184
  ],
185
185
  "assets": [
186
186
  "_app/immutable/assets/header-pengi.DWAOeO4q.mp4",
@@ -192,8 +192,8 @@
192
192
  "_app/immutable/assets/seaweed-showcase.TTVTTC5m.mp4"
193
193
  ]
194
194
  },
195
- "_entry.CQQG-dzn.js": {
196
- "file": "_app/immutable/chunks/entry.CQQG-dzn.js",
195
+ "_entry.D3rPVCbo.js": {
196
+ "file": "_app/immutable/chunks/entry.D3rPVCbo.js",
197
197
  "imports": [
198
198
  "_scheduler.DJdG0Qxb.js",
199
199
  "_index.DM9YwQfI.js"
@@ -224,13 +224,13 @@
224
224
  "file": "_app/immutable/assets/store.y2fRW0z7.css",
225
225
  "src": "_store.!~{00k}~.js"
226
226
  },
227
- "_store.CzGlMZaJ.js": {
228
- "file": "_app/immutable/chunks/store.CzGlMZaJ.js",
227
+ "_store.BIqnj0vd.js": {
228
+ "file": "_app/immutable/chunks/store.BIqnj0vd.js",
229
229
  "imports": [
230
230
  "_scheduler.DJdG0Qxb.js",
231
231
  "_index.BgUXYai5.js",
232
232
  "_ProgressBar.svelte_svelte_type_style_lang.sh-s555A.js",
233
- "_entry.CQQG-dzn.js",
233
+ "_entry.D3rPVCbo.js",
234
234
  "_index.DM9YwQfI.js"
235
235
  ],
236
236
  "css": [
@@ -254,11 +254,11 @@
254
254
  ]
255
255
  },
256
256
  "node_modules/@sveltejs/kit/src/runtime/client/entry.js": {
257
- "file": "_app/immutable/entry/start.Dazgoa1N.js",
257
+ "file": "_app/immutable/entry/start.VRG2KCMZ.js",
258
258
  "src": "node_modules/@sveltejs/kit/src/runtime/client/entry.js",
259
259
  "isEntry": true,
260
260
  "imports": [
261
- "_entry.CQQG-dzn.js"
261
+ "_entry.D3rPVCbo.js"
262
262
  ]
263
263
  },
264
264
  "src/lib/assets/bg_tiled/bg_tiled_ares.png": {