@turnipxenon/pineapple 2.4.11 → 2.4.12

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,10 +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="Change lib to pkg to prevent the references from breaking from downstream apps">
8
- <change beforePath="$PROJECT_DIR$/src/lib/components/Card.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/Card.svelte" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/src/lib/components/SocialSection.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/SocialSection.svelte" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/lib/template/SeaweedTemplate.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/SeaweedTemplate.svelte" afterDir="false" />
7
+ <list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Fix wrong link in migrante">
8
+ <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
11
9
  <change beforePath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" afterDir="false" />
12
10
  </list>
13
11
  <option name="SHOW_DIALOG" value="false" />
@@ -185,23 +183,7 @@
185
183
  <workItem from="1710274381105" duration="206000" />
186
184
  <workItem from="1710274942044" duration="14000" />
187
185
  <workItem from="1710275377359" duration="5036000" />
188
- <workItem from="1710289549437" duration="10366000" />
189
- </task>
190
- <task id="LOCAL-00010" summary="Revert adding .git to pineapple package reference">
191
- <option name="closed" value="true" />
192
- <created>1709794219847</created>
193
- <option name="number" value="00010" />
194
- <option name="presentableId" value="LOCAL-00010" />
195
- <option name="project" value="LOCAL" />
196
- <updated>1709794219847</updated>
197
- </task>
198
- <task id="LOCAL-00011" summary="Yarn upgrade">
199
- <option name="closed" value="true" />
200
- <created>1709794761796</created>
201
- <option name="number" value="00011" />
202
- <option name="presentableId" value="LOCAL-00011" />
203
- <option name="project" value="LOCAL" />
204
- <updated>1709794761796</updated>
186
+ <workItem from="1710289549437" duration="11159000" />
205
187
  </task>
206
188
  <task id="LOCAL-00012" summary="Upgrade pineapple package">
207
189
  <option name="closed" value="true" />
@@ -579,7 +561,23 @@
579
561
  <option name="project" value="LOCAL" />
580
562
  <updated>1710298224571</updated>
581
563
  </task>
582
- <option name="localTasksCounter" value="59" />
564
+ <task id="LOCAL-00059" summary="Add data-nosnippet">
565
+ <option name="closed" value="true" />
566
+ <created>1710305409664</created>
567
+ <option name="number" value="00059" />
568
+ <option name="presentableId" value="LOCAL-00059" />
569
+ <option name="project" value="LOCAL" />
570
+ <updated>1710305409664</updated>
571
+ </task>
572
+ <task id="LOCAL-00060" summary="Fix wrong link in migrante">
573
+ <option name="closed" value="true" />
574
+ <created>1710305826429</created>
575
+ <option name="number" value="00060" />
576
+ <option name="presentableId" value="LOCAL-00060" />
577
+ <option name="project" value="LOCAL" />
578
+ <updated>1710305826429</updated>
579
+ </task>
580
+ <option name="localTasksCounter" value="61" />
583
581
  <servers />
584
582
  </component>
585
583
  <component name="TypeScriptGeneratedFilesManager">
@@ -637,8 +635,6 @@
637
635
  </option>
638
636
  </component>
639
637
  <component name="VcsManagerConfiguration">
640
- <MESSAGE value="Fix light-dark theming" />
641
- <MESSAGE value="Fix broken string width resolution" />
642
638
  <MESSAGE value="Fix accordion and cropped object positioning" />
643
639
  <MESSAGE value="Fix accordion styling and cropped object positioning" />
644
640
  <MESSAGE value="Adjust css for mobile" />
@@ -662,6 +658,8 @@
662
658
  <MESSAGE value="Extract styling out of Skeleton accordion" />
663
659
  <MESSAGE value="Attempt to make postcss exportable" />
664
660
  <MESSAGE value="Change lib to pkg to prevent the references from breaking from downstream apps" />
665
- <option name="LAST_COMMIT_MESSAGE" value="Change lib to pkg to prevent the references from breaking from downstream apps" />
661
+ <MESSAGE value="Add data-nosnippet" />
662
+ <MESSAGE value="Fix wrong link in migrante" />
663
+ <option name="LAST_COMMIT_MESSAGE" value="Fix wrong link in migrante" />
666
664
  </component>
667
665
  </project>
@@ -41,7 +41,7 @@ const cmput401Info = {
41
41
  body: `As a full disclosure, this link will lead you to <a href='https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398' target='_blank'>https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398</a>. We currently don't have any tests yet ensuring that the link is correct. Click confirm to go to the site. Please report any bugs at <a href='mailto:${email}' target='_blank'>${email}</a>.`,
42
42
  response: (r) => {
43
43
  if (r) {
44
- window.open("https://selk.io/birb-project/trunk/");
44
+ window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
45
45
  }
46
46
  }
47
47
  };
@@ -41,7 +41,7 @@ const cmput401Info = {
41
41
  body: `As a full disclosure, this link will lead you to <a href='https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398' target='_blank'>https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398</a>. We currently don't have any tests yet ensuring that the link is correct. Click confirm to go to the site. Please report any bugs at <a href='mailto:${email}' target='_blank'>${email}</a>.`,
42
42
  response: (r) => {
43
43
  if (r) {
44
- window.open("https://selk.io/birb-project/trunk/");
44
+ window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
45
45
  }
46
46
  }
47
47
  };
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.11",
4
+ "version": "2.4.12",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "npm run check-requirements && vite build && yarn package",
@@ -55,7 +55,7 @@
55
55
  `${email}</a>.`,
56
56
  response: (r: boolean) => {
57
57
  if (r) {
58
- window.open("https://selk.io/birb-project/trunk/");
58
+ window.open("https://cmput401.ca/projects/e5b13586-09c7-4ddd-baf6-fdb078d23398");
59
59
  }
60
60
  }
61
61
  };