@turnipxenon/pineapple 2.4.6 → 2.4.8

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,9 +5,9 @@
5
5
  </component>
6
6
  <component name="ChangeListManager">
7
7
  <list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="Changes" comment="Extract styling out of Skeleton accordion">
8
- <change afterPath="$PROJECT_DIR$/src/lib/postcss.d.ts" afterDir="false" />
8
+ <change beforePath="$PROJECT_DIR$/package.json" beforeDir="false" afterPath="$PROJECT_DIR$/package.json" afterDir="false" />
9
9
  <change beforePath="$PROJECT_DIR$/src/lib/app.postcss" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/app.postcss" afterDir="false" />
10
- <change beforePath="$PROJECT_DIR$/src/lib/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/index.ts" afterDir="false" />
10
+ <change beforePath="$PROJECT_DIR$/src/lib/postcss.d.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/postcss.d.ts" afterDir="false" />
11
11
  <change beforePath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/routes/portfolio/+page.svelte" afterDir="false" />
12
12
  </list>
13
13
  <option name="SHOW_DIALOG" value="false" />
@@ -94,7 +94,7 @@
94
94
  "npm.dev-offline.executor": "Run",
95
95
  "npm.dev.executor": "Run",
96
96
  "settings.editor.selected.configurable": "preferences.pluginManager",
97
- "ts.external.directory.path": "C:\\Users\\Pumpkin\\Projects\\Web\\pineapple\\node_modules\\typescript\\lib",
97
+ "ts.external.directory.path": "C:\\Users\\Pumpkin\\AppData\\Local\\Programs\\WebStorm\\plugins\\javascript-impl\\jsLanguageServicesImpl\\external",
98
98
  "vue.rearranger.settings.migration": "true"
99
99
  }
100
100
  }]]></component>
@@ -185,7 +185,7 @@
185
185
  <workItem from="1710274381105" duration="206000" />
186
186
  <workItem from="1710274942044" duration="14000" />
187
187
  <workItem from="1710275377359" duration="5036000" />
188
- <workItem from="1710289549437" duration="4568000" />
188
+ <workItem from="1710289549437" duration="6146000" />
189
189
  </task>
190
190
  <task id="LOCAL-00008" summary="yarn upgrade">
191
191
  <option name="closed" value="true" />
@@ -7,6 +7,3 @@ export * from "./components/dialog_manager/DialogUtils";
7
7
  export * from "./types/pineapple_fiber/PortraitType";
8
8
  export * from "./types/pineapple_fiber/DialogDetail";
9
9
  export * from "./util/stable_random";
10
- import AppPostCSS from "./app.postcss";
11
- import ThemePostCSS from "./theme.postcss";
12
- export { AppPostCSS, ThemePostCSS };
@@ -7,7 +7,3 @@ export * from "./components/dialog_manager/DialogUtils";
7
7
  export * from "./types/pineapple_fiber/PortraitType";
8
8
  export * from "./types/pineapple_fiber/DialogDetail";
9
9
  export * from "./util/stable_random";
10
- // from https://stackoverflow.com/a/74799312/17836168
11
- import AppPostCSS from "./app.postcss";
12
- import ThemePostCSS from "./theme.postcss";
13
- export { AppPostCSS, ThemePostCSS };
@@ -111,7 +111,9 @@ declare module '$env/static/private' {
111
111
  export const npm_package_devDependencies__tailwindcss_typography: string;
112
112
  export const npm_package_devDependencies__typescript_eslint_eslint_plugin: string;
113
113
  export const npm_package_devDependencies__typescript_eslint_parser: string;
114
+ export const npm_package_exports___app_postcss: string;
114
115
  export const npm_package_exports___svelte: string;
116
+ export const npm_package_exports___theme_postcss: string;
115
117
  export const npm_package_exports___types: string;
116
118
  export const npm_package_files_0: string;
117
119
  export const npm_package_files_1: string;
@@ -299,7 +301,9 @@ declare module '$env/dynamic/private' {
299
301
  npm_package_devDependencies__tailwindcss_typography: string;
300
302
  npm_package_devDependencies__typescript_eslint_eslint_plugin: string;
301
303
  npm_package_devDependencies__typescript_eslint_parser: string;
304
+ npm_package_exports___app_postcss: string;
302
305
  npm_package_exports___svelte: string;
306
+ npm_package_exports___theme_postcss: string;
303
307
  npm_package_exports___types: string;
304
308
  npm_package_files_0: string;
305
309
  npm_package_files_1: string;
package/dist/index.d.ts CHANGED
@@ -7,6 +7,3 @@ export * from "./components/dialog_manager/DialogUtils";
7
7
  export * from "./types/pineapple_fiber/PortraitType";
8
8
  export * from "./types/pineapple_fiber/DialogDetail";
9
9
  export * from "./util/stable_random";
10
- import AppPostCSS from "./app.postcss";
11
- import ThemePostCSS from "./theme.postcss";
12
- export { AppPostCSS, ThemePostCSS };
package/dist/index.js CHANGED
@@ -7,7 +7,3 @@ export * from "./components/dialog_manager/DialogUtils";
7
7
  export * from "./types/pineapple_fiber/PortraitType";
8
8
  export * from "./types/pineapple_fiber/DialogDetail";
9
9
  export * from "./util/stable_random";
10
- // from https://stackoverflow.com/a/74799312/17836168
11
- import AppPostCSS from "./app.postcss";
12
- import ThemePostCSS from "./theme.postcss";
13
- export { AppPostCSS, ThemePostCSS };
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.6",
4
+ "version": "2.4.8",
5
5
  "scripts": {
6
6
  "dev": "vite dev",
7
7
  "build": "npm run check-requirements && vite build && yarn package",
@@ -63,7 +63,9 @@
63
63
  ".": {
64
64
  "types": "./dist/index.d.ts",
65
65
  "svelte": "./dist/index.js"
66
- }
66
+ },
67
+ "./app.postcss": "./src/lib/app.postcss",
68
+ "./theme.postcss": "./src/lib/theme.postcss"
67
69
  },
68
70
  "files": [
69
71
  "dist",
package/src/lib/index.ts CHANGED
@@ -8,12 +8,3 @@ export * from "./components/dialog_manager/DialogUtils";
8
8
  export * from "./types/pineapple_fiber/PortraitType";
9
9
  export * from "./types/pineapple_fiber/DialogDetail";
10
10
  export * from "./util/stable_random";
11
-
12
- // from https://stackoverflow.com/a/74799312/17836168
13
- import AppPostCSS from "./app.postcss";
14
- import ThemePostCSS from "./theme.postcss";
15
-
16
- export {
17
- AppPostCSS,
18
- ThemePostCSS
19
- };