@turnipxenon/pineapple 2.4.79 → 2.4.80

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,14 +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="Add BlogTemplate">
8
- <change afterPath="$PROJECT_DIR$/src/lib/components/blog_template/blog-template.css" afterDir="false" />
9
- <change beforePath="$PROJECT_DIR$/.gitignore" beforeDir="false" afterPath="$PROJECT_DIR$/.gitignore" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/lib/components/BlogTemplate.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/blog_template/BlogTemplate.svelte" afterDir="false" />
11
- <change beforePath="$PROJECT_DIR$/src/lib/components/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/index.ts" afterDir="false" />
12
- <change beforePath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(extra-pages)/page1/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(extra-pages)/page1/+page.svelte" afterDir="false" />
13
- <change beforePath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(extra-pages)/page2/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(extra-pages)/page2/+page.svelte" afterDir="false" />
14
- <change beforePath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(extra-pages)/page3/page5/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/(pineapple)/pineapple/(extra-pages)/page3/page5/+page.svelte" afterDir="false" />
7
+ <list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Update default styling for blogs">
8
+ <change beforePath="$PROJECT_DIR$/src/lib/components/blog_template/blog-template.css" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/components/blog_template/blog-template.css" afterDir="false" />
15
9
  </list>
16
10
  <option name="SHOW_DIALOG" value="false" />
17
11
  <option name="HIGHLIGHT_CONFLICTS" value="true" />
@@ -393,15 +387,8 @@
393
387
  <workItem from="1714244359244" duration="372000" />
394
388
  <workItem from="1714252762932" duration="11000" />
395
389
  <workItem from="1714365775212" duration="2408000" />
396
- <workItem from="1714368490566" duration="433000" />
397
- </task>
398
- <task id="LOCAL-00154" summary="Add group swapping">
399
- <option name="closed" value="true" />
400
- <created>1712473732665</created>
401
- <option name="number" value="00154" />
402
- <option name="presentableId" value="LOCAL-00154" />
403
- <option name="project" value="LOCAL" />
404
- <updated>1712473732666</updated>
390
+ <workItem from="1714368490566" duration="652000" />
391
+ <workItem from="1714369536254" duration="30000" />
405
392
  </task>
406
393
  <task id="LOCAL-00155" summary="Add serverSideQueryParams in SeaweedTemplate">
407
394
  <option name="closed" value="true" />
@@ -787,7 +774,15 @@
787
774
  <option name="project" value="LOCAL" />
788
775
  <updated>1714367982542</updated>
789
776
  </task>
790
- <option name="localTasksCounter" value="203" />
777
+ <task id="LOCAL-00203" summary="Update default styling for blogs">
778
+ <option name="closed" value="true" />
779
+ <created>1714368950945</created>
780
+ <option name="number" value="00203" />
781
+ <option name="presentableId" value="LOCAL-00203" />
782
+ <option name="project" value="LOCAL" />
783
+ <updated>1714368950945</updated>
784
+ </task>
785
+ <option name="localTasksCounter" value="204" />
791
786
  <servers />
792
787
  </component>
793
788
  <component name="TypeScriptGeneratedFilesManager">
@@ -845,7 +840,6 @@
845
840
  </option>
846
841
  </component>
847
842
  <component name="VcsManagerConfiguration">
848
- <MESSAGE value="Fix chip issue in Advanced Settings" />
849
843
  <MESSAGE value="Remove tailwind reliance on Chip" />
850
844
  <MESSAGE value="Add border for slider toggle during light mode" />
851
845
  <MESSAGE value="WIP attempt to fix slider" />
@@ -870,6 +864,7 @@
870
864
  <MESSAGE value="Remove unused components" />
871
865
  <MESSAGE value="Extract GetEntryGlobal functions" />
872
866
  <MESSAGE value="Add BlogTemplate" />
873
- <option name="LAST_COMMIT_MESSAGE" value="Add BlogTemplate" />
867
+ <MESSAGE value="Update default styling for blogs" />
868
+ <option name="LAST_COMMIT_MESSAGE" value="Update default styling for blogs" />
874
869
  </component>
875
870
  </project>
@@ -3,5 +3,5 @@
3
3
  }
4
4
 
5
5
  .article-content > * {
6
- margin-bottom: 1lh;
6
+ margin-bottom: 0.5lh;
7
7
  }
@@ -3,5 +3,5 @@
3
3
  }
4
4
 
5
5
  .article-content > * {
6
- margin-bottom: 1lh;
6
+ margin-bottom: 0.5lh;
7
7
  }
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.79",
4
+ "version": "2.4.80",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",
@@ -3,5 +3,5 @@
3
3
  }
4
4
 
5
5
  .article-content > * {
6
- margin-bottom: 1lh;
6
+ margin-bottom: 0.5lh;
7
7
  }