@turnipxenon/pineapple 2.4.60 → 2.4.61

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,8 +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="CreateUrlForm" comment="Export chip">
8
- <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" />
7
+ <list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="CreateUrlForm" comment="Add border-radius for advanced settings cards">
8
+ <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" />
9
+ <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" />
10
+ <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" />
9
11
  </list>
10
12
  <option name="SHOW_DIALOG" value="false" />
11
13
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -340,15 +342,7 @@
340
342
  <workItem from="1712570296984" duration="1559000" />
341
343
  <workItem from="1712571884570" duration="7000" />
342
344
  <workItem from="1712636226857" duration="11130000" />
343
- <workItem from="1712648417963" duration="909000" />
344
- </task>
345
- <task id="LOCAL-00127" summary="Adjust description">
346
- <option name="closed" value="true" />
347
- <created>1711992114854</created>
348
- <option name="number" value="00127" />
349
- <option name="presentableId" value="LOCAL-00127" />
350
- <option name="project" value="LOCAL" />
351
- <updated>1711992114854</updated>
345
+ <workItem from="1712648417963" duration="1380000" />
352
346
  </task>
353
347
  <task id="LOCAL-00128" summary="Add fun query param">
354
348
  <option name="closed" value="true" />
@@ -734,7 +728,15 @@
734
728
  <option name="project" value="LOCAL" />
735
729
  <updated>1712648592332</updated>
736
730
  </task>
737
- <option name="localTasksCounter" value="176" />
731
+ <task id="LOCAL-00176" summary="Add border-radius for advanced settings cards">
732
+ <option name="closed" value="true" />
733
+ <created>1712649353552</created>
734
+ <option name="number" value="00176" />
735
+ <option name="presentableId" value="LOCAL-00176" />
736
+ <option name="project" value="LOCAL" />
737
+ <updated>1712649353552</updated>
738
+ </task>
739
+ <option name="localTasksCounter" value="177" />
738
740
  <servers />
739
741
  </component>
740
742
  <component name="TypeScriptGeneratedFilesManager">
@@ -792,7 +794,6 @@
792
794
  </option>
793
795
  </component>
794
796
  <component name="VcsManagerConfiguration">
795
- <MESSAGE value="Extract runChaos to its own file" />
796
797
  <MESSAGE value="Extract all dependencies for updateUrl" />
797
798
  <MESSAGE value="Extract EntryOrderConfig" />
798
799
  <MESSAGE value="Add group swapping" />
@@ -817,6 +818,7 @@
817
818
  <MESSAGE value="Fix light mode contrast issues" />
818
819
  <MESSAGE value="Attempt to fix Chip styling" />
819
820
  <MESSAGE value="Export chip" />
820
- <option name="LAST_COMMIT_MESSAGE" value="Export chip" />
821
+ <MESSAGE value="Add border-radius for advanced settings cards" />
822
+ <option name="LAST_COMMIT_MESSAGE" value="Add border-radius for advanced settings cards" />
821
823
  </component>
822
824
  </project>
@@ -1,4 +1,4 @@
1
- <script>import Chip from "../../../components/chip/Chip.svelte";
1
+ <script>import { Chip } from "../../..";
2
2
  import {} from "./EntryProps";
3
3
  import LinkIcon from "../../../assets/icons/link-icon.svg";
4
4
  import Card from "../../../components/Card.svelte";
@@ -1,9 +1,6 @@
1
1
  <script>import {} from "./EntryProps";
2
2
  import Card from "../../../components/Card.svelte";
3
3
  import GithubIcon from "../../../assets/icons/github-mark.svg";
4
- import WindowSetGraph from "../../../assets/others/window-set.png";
5
- import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
6
- import Chip from "../../../components/chip/Chip.svelte";
7
4
  export let props;
8
5
  </script>
9
6
 
@@ -1,9 +1,8 @@
1
1
  <script>import {} from "./EntryProps";
2
2
  import Card from "../../../components/Card.svelte";
3
3
  import GithubIcon from "../../../assets/icons/github-mark.svg";
4
- import WindowSetGraph from "../../../assets/others/window-set.png";
5
4
  import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
6
- import Chip from "../../../components/chip/Chip.svelte";
5
+ import { Chip } from "../../..";
7
6
  export let props;
8
7
  </script>
9
8
 
@@ -1,4 +1,4 @@
1
- <script>import Chip from "../../../components/chip/Chip.svelte";
1
+ <script>import { Chip } from "../../..";
2
2
  import {} from "./EntryProps";
3
3
  import LinkIcon from "../../../assets/icons/link-icon.svg";
4
4
  import Card from "../../../components/Card.svelte";
@@ -1,9 +1,6 @@
1
1
  <script>import {} from "./EntryProps";
2
2
  import Card from "../../../components/Card.svelte";
3
3
  import GithubIcon from "../../../assets/icons/github-mark.svg";
4
- import WindowSetGraph from "../../../assets/others/window-set.png";
5
- import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
6
- import Chip from "../../../components/chip/Chip.svelte";
7
4
  export let props;
8
5
  </script>
9
6
 
@@ -1,9 +1,8 @@
1
1
  <script>import {} from "./EntryProps";
2
2
  import Card from "../../../components/Card.svelte";
3
3
  import GithubIcon from "../../../assets/icons/github-mark.svg";
4
- import WindowSetGraph from "../../../assets/others/window-set.png";
5
4
  import ThisWebsiteFootage from "../../../assets/others/seaweed-showcase.mp4";
6
- import Chip from "../../../components/chip/Chip.svelte";
5
+ import { Chip } from "../../..";
7
6
  export let props;
8
7
  </script>
9
8
 
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.60",
4
+ "version": "2.4.61",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",
@@ -1,5 +1,5 @@
1
1
  <script lang="ts">
2
- import Chip from "$pkg/components/chip/Chip.svelte";
2
+ import { Chip } from "$pkg";
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";
@@ -2,9 +2,6 @@
2
2
  import { type EntryProps } from "./EntryProps";
3
3
  import Card from "$pkg/components/Card.svelte";
4
4
  import GithubIcon from "$pkg/assets/icons/github-mark.svg";
5
- import WindowSetGraph from "$pkg/assets/others/window-set.png";
6
- import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
7
- import Chip from "$pkg/components/chip/Chip.svelte";
8
5
 
9
6
  // noinspection JSUnusedGlobalSymbols
10
7
  export let props: EntryProps;
@@ -2,9 +2,8 @@
2
2
  import { type EntryProps } from "./EntryProps";
3
3
  import Card from "$pkg/components/Card.svelte";
4
4
  import GithubIcon from "$pkg/assets/icons/github-mark.svg";
5
- import WindowSetGraph from "$pkg/assets/others/window-set.png";
6
5
  import ThisWebsiteFootage from "$pkg/assets/others/seaweed-showcase.mp4";
7
- import Chip from "$pkg/components/chip/Chip.svelte";
6
+ import { Chip } from "$pkg";
8
7
 
9
8
  // noinspection JSUnusedGlobalSymbols
10
9
  export let props: EntryProps;