@turnipxenon/pineapple 4.0.0-alpha.1 → 4.0.0-alpha.2

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.
@@ -1,4 +1,4 @@
1
+ export * from "./accordion";
1
2
  export { default as ModalBase } from "./ModalBase.svelte";
2
3
  export { default as FourPartCard } from "./FourPartCard.svelte";
3
4
  export { default as SocialSection } from "./SocialSection.svelte";
4
- export * from "./accordion";
@@ -1,4 +1,4 @@
1
+ export * from "./accordion";
1
2
  export { default as ModalBase } from "./ModalBase.svelte";
2
3
  export { default as FourPartCard } from "./FourPartCard.svelte";
3
4
  export { default as SocialSection } from "./SocialSection.svelte";
4
- export * from "./accordion";
@@ -1,4 +1,4 @@
1
- import { type GeneralUIProps } from "../index";
1
+ import { type GeneralUIProps } from "../GeneralUIProps";
2
2
  import { ButtonVariant } from "./ButtonVariant";
3
3
  export type PinyaButtonCommonProps = GeneralUIProps & {
4
4
  paddingClass?: string;
@@ -1,2 +1,2 @@
1
- import {} from "../index";
1
+ import {} from "../GeneralUIProps";
2
2
  import { ButtonVariant } from "./ButtonVariant";
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": "4.0.0-alpha.1",
4
+ "version": "4.0.0-alpha.2",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",