@turnipxenon/pineapple 3.0.0-alpha.16 → 3.0.0-alpha.17

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.
@@ -5,7 +5,7 @@
5
5
  import { default as FourPartCard } from "../../components/FourPartCard.svelte";
6
6
  import { default as ImageIcon } from "../../elements/ImageIcon.svelte";
7
7
  import { default as PinyaButton } from "../../elements/PinyaButton/PinyaButton.svelte";
8
- import { type ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
8
+ import { ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
9
9
  import { ItchLogoHotLink } from "../../../consts";
10
10
 
11
11
  const key = "Hepcat";
@@ -5,7 +5,7 @@
5
5
  import { default as FourPartCard } from "../../components/FourPartCard.svelte";
6
6
  import { default as ImageIcon } from "../../elements/ImageIcon.svelte";
7
7
  import { default as PinyaButton } from "../../elements/PinyaButton/PinyaButton.svelte";
8
- import { type ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
8
+ import { ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
9
9
  import { ItchLogoHotLink } from "../../../consts";
10
10
 
11
11
  const key = "Pengi";
@@ -5,7 +5,7 @@
5
5
  import { default as FourPartCard } from "../../components/FourPartCard.svelte";
6
6
  import { default as ImageIcon } from "../../elements/ImageIcon.svelte";
7
7
  import { default as PinyaButton } from "../../elements/PinyaButton/PinyaButton.svelte";
8
- import { type ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
8
+ import { ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
9
9
  import { ItchLogoHotLink } from "../../../consts";
10
10
 
11
11
  const key = "Soulwork";
@@ -5,7 +5,7 @@
5
5
  import { default as FourPartCard } from "../../components/FourPartCard.svelte";
6
6
  import { default as ImageIcon } from "../../elements/ImageIcon.svelte";
7
7
  import { default as PinyaButton } from "../../elements/PinyaButton/PinyaButton.svelte";
8
- import { type ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
8
+ import { ButtonVariant } from "../../elements/PinyaButton/PinyaButtonProps";
9
9
  import { default as TextChip } from "../../elements/text-chip/TextChip.svelte";
10
10
 
11
11
  const key = "This Webpage";
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": "3.0.0-alpha.16",
4
+ "version": "3.0.0-alpha.17",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",