@turnipxenon/pineapple 3.1.0-alpha.3 → 3.1.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.
@@ -1,3 +1,7 @@
1
+ <!--
2
+ @component
3
+ @deprecated
4
+ -->
1
5
  <script lang="ts">
2
6
  import BgTiledAres from "../assets/bg_tiled/bg_tiled_ares.png";
3
7
  import BgTiledCorn from "../assets/bg_tiled/bg_tiled_corn.png";
@@ -1,6 +1,7 @@
1
1
  interface Props {
2
2
  enable: any;
3
3
  }
4
+ /** @deprecated */
4
5
  declare const RandomizedBackground: import("svelte").Component<Props, {}, "">;
5
6
  type RandomizedBackground = ReturnType<typeof RandomizedBackground>;
6
7
  export default RandomizedBackground;
@@ -9,7 +9,7 @@
9
9
  import BgTiledTurnip from '../../../assets/bg_tiled/bg_tiled_turnip.png';
10
10
  import RandomizedImage from './RandomizedImage.svelte';
11
11
  import { generatedDailySeed, mulberry32Generator } from '../../../util/util';
12
- import { appState } from "../../templates/index";
12
+ import { appState } from "../../templates/PinyaPageLayout/runes.svelte";
13
13
 
14
14
  let { enabled }: {
15
15
  enabled: boolean
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.1.0-alpha.3",
4
+ "version": "3.1.0-alpha.4",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "vite build && yarn package",