@turnipxenon/pineapple 5.3.0-alpha.2 → 5.3.0-alpha.4

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.
@@ -145,7 +145,7 @@
145
145
 
146
146
  <div class="navigation-component">
147
147
  {#if hasTagQuery && !queryReady}
148
- <PinyaCard widthClass="w-full" paddingClass="" className="navigation-element">
148
+ <PinyaCard widthClass="w-full" paddingClass="" flexClass="" className="navigation-element">
149
149
  <div class="blurb-text">
150
150
  <Placeholder classes="h-8 w-2/3 mb-4" />
151
151
  <Placeholder classes="h-4 w-1/2 mb-2" />
@@ -153,7 +153,7 @@
153
153
  <Placeholder classes="h-4 w-5/6 mb-2" />
154
154
  </div>
155
155
  </PinyaCard>
156
- <PinyaCard widthClass="w-full" className="navigation-element" paddingClass="">
156
+ <PinyaCard widthClass="w-full" className="navigation-element" paddingClass="" flexClass="" >
157
157
  <div class="blurb-text">
158
158
  <Placeholder classes="h-8 w-2/3 mb-4" />
159
159
  <Placeholder classes="h-4 w-1/2 mb-2" />
@@ -170,6 +170,7 @@
170
170
  <PinyaCard
171
171
  widthClass="w-full"
172
172
  className="navigation-element"
173
+ flexClass=""
173
174
  paddingClass=""
174
175
  >
175
176
  {#if pageMeta.imageUrl}
@@ -3,6 +3,7 @@
3
3
  <script lang="ts">
4
4
  import type { SimplePageMeta } from "../../modules/NavigationMenu/index";
5
5
  import { localizeHref } from "../../../external/paraglide/runtime.js";
6
+ import { getWebBaseUrl } from "../../../util/env-getter";
6
7
 
7
8
  interface Props {
8
9
  pageMeta: SimplePageMeta;
@@ -15,7 +16,7 @@
15
16
  const query = new URLSearchParams();
16
17
  query.set("index", "0");
17
18
  query.append("tags", tag);
18
- return `${localizeHref("/pineapple/")}?${query.toString()}`;
19
+ return `${localizeHref(getWebBaseUrl())}?${query.toString()}`;
19
20
  };
20
21
  </script>
21
22
 
@@ -1 +1 @@
1
- {"version":3,"file":"BlogTemplateInner.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/templates/blog_template/BlogTemplateInner.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAI1E,UAAU,KAAK;IACd,QAAQ,EAAE,cAAc,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,QAAQ,EAAE,OAAO,CAAC;CACpC;AAgDF,QAAA,MAAM,iBAAiB,2CAAwC,CAAC;AAChE,KAAK,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC9D,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"BlogTemplateInner.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/templates/blog_template/BlogTemplateInner.svelte.ts"],"names":[],"mappings":"AAGA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AAK1E,UAAU,KAAK;IACd,QAAQ,EAAE,cAAc,CAAC;IACzB,QAAQ,CAAC,EAAE,OAAO,QAAQ,EAAE,OAAO,CAAC;CACpC;AAiDF,QAAA,MAAM,iBAAiB,2CAAwC,CAAC;AAChE,KAAK,iBAAiB,GAAG,UAAU,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAC9D,eAAe,iBAAiB,CAAC"}
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": "5.3.0-alpha.2",
4
+ "version": "5.3.0-alpha.4",
5
5
  "devDependencies": {
6
6
  "@commitlint/cli": "^19.8.1",
7
7
  "@commitlint/config-conventional": "^19.8.1",