@turnipxenon/pineapple 2.4.58 → 2.4.59
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.
- package/.idea/workspace.xml +43 -45
- package/.svelte-kit/__package__/index.d.ts +1 -0
- package/.svelte-kit/__package__/index.js +1 -0
- package/.svelte-kit/ambient.d.ts +4 -2
- package/dist/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
- package/src/lib/index.ts +1 -0
- package/.svelte-kit/__package__/components/chip/chip.postcss +0 -0
- package/dist/components/chip/chip.postcss +0 -0
- package/src/lib/components/chip/chip.postcss +0 -0
package/.idea/workspace.xml
CHANGED
|
@@ -4,12 +4,9 @@
|
|
|
4
4
|
<option name="autoReloadType" value="SELECTIVE" />
|
|
5
5
|
</component>
|
|
6
6
|
<component name="ChangeListManager">
|
|
7
|
-
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="CreateUrlForm" comment="
|
|
8
|
-
<change
|
|
9
|
-
<change beforePath="$PROJECT_DIR$/src/lib/
|
|
10
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MigranteAlberta.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MigranteAlberta.svelte" afterDir="false" />
|
|
11
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MockUberApp.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entries/MockUberApp.svelte" afterDir="false" />
|
|
12
|
-
<change beforePath="$PROJECT_DIR$/src/lib/template/seaweed/entries/ThisWebpage.svelte" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/template/seaweed/entries/ThisWebpage.svelte" afterDir="false" />
|
|
7
|
+
<list default="true" id="accb6ba2-c343-4f84-ad30-6e2d71eceee5" name="CreateUrlForm" comment="Attempt to fix Chip styling">
|
|
8
|
+
<change beforePath="$PROJECT_DIR$/src/lib/components/chip/chip.postcss" beforeDir="false" />
|
|
9
|
+
<change beforePath="$PROJECT_DIR$/src/lib/index.ts" beforeDir="false" afterPath="$PROJECT_DIR$/src/lib/index.ts" afterDir="false" />
|
|
13
10
|
</list>
|
|
14
11
|
<option name="SHOW_DIALOG" value="false" />
|
|
15
12
|
<option name="HIGHLIGHT_CONFLICTS" value="true" />
|
|
@@ -114,34 +111,34 @@
|
|
|
114
111
|
<option name="hideEmptyMiddlePackages" value="true" />
|
|
115
112
|
<option name="showLibraryContents" value="true" />
|
|
116
113
|
</component>
|
|
117
|
-
<component name="PropertiesComponent"
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
|
|
121
|
-
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
114
|
+
<component name="PropertiesComponent">{
|
|
115
|
+
"keyToString": {
|
|
116
|
+
"DefaultHtmlFileTemplate": "HTML File",
|
|
117
|
+
"RunOnceActivity.OpenProjectViewOnStart": "true",
|
|
118
|
+
"RunOnceActivity.ShowReadmeOnStart": "true",
|
|
119
|
+
"WebServerToolWindowFactoryState": "false",
|
|
120
|
+
"git-widget-placeholder": "turnip/dev",
|
|
121
|
+
"ignore.virus.scanning.warn.message": "true",
|
|
122
|
+
"last_opened_file_path": "C:/Users/Pumpkin/Projects/Web/pineapple",
|
|
123
|
+
"list.type.of.created.stylesheet": "PostCSS",
|
|
124
|
+
"node.js.detected.package.eslint": "true",
|
|
125
|
+
"node.js.detected.package.tslint": "true",
|
|
126
|
+
"node.js.selected.package.eslint": "(autodetect)",
|
|
127
|
+
"node.js.selected.package.tslint": "(autodetect)",
|
|
128
|
+
"nodejs_interpreter_path": "node",
|
|
129
|
+
"nodejs_package_manager_path": "yarn",
|
|
130
|
+
"npm.build.executor": "Run",
|
|
131
|
+
"npm.dev (1).executor": "Run",
|
|
132
|
+
"npm.dev --open.executor": "Run",
|
|
133
|
+
"npm.dev offline.executor": "Run",
|
|
134
|
+
"npm.dev-offline.executor": "Run",
|
|
135
|
+
"npm.dev.executor": "Run",
|
|
136
|
+
"npm.to-dev.executor": "Run",
|
|
137
|
+
"settings.editor.selected.configurable": "settings.sync",
|
|
138
|
+
"ts.external.directory.path": "C:\\Users\\Pumpkin\\Projects\\Web\\pineapple\\node_modules\\typescript\\lib",
|
|
139
|
+
"vue.rearranger.settings.migration": "true"
|
|
143
140
|
}
|
|
144
|
-
}
|
|
141
|
+
}</component>
|
|
145
142
|
<component name="RecentsManager">
|
|
146
143
|
<key name="CopyFile.RECENT_KEYS">
|
|
147
144
|
<recent name="C:\Users\Pumpkin\Projects\Web\pineapple\src\routes\api\create-url" />
|
|
@@ -343,15 +340,8 @@
|
|
|
343
340
|
<workItem from="1712563659982" duration="1353000" />
|
|
344
341
|
<workItem from="1712570296984" duration="1559000" />
|
|
345
342
|
<workItem from="1712571884570" duration="7000" />
|
|
346
|
-
<workItem from="1712636226857" duration="
|
|
347
|
-
|
|
348
|
-
<task id="LOCAL-00125" summary="Allow full reordering for entries">
|
|
349
|
-
<option name="closed" value="true" />
|
|
350
|
-
<created>1711950000817</created>
|
|
351
|
-
<option name="number" value="00125" />
|
|
352
|
-
<option name="presentableId" value="LOCAL-00125" />
|
|
353
|
-
<option name="project" value="LOCAL" />
|
|
354
|
-
<updated>1711950000817</updated>
|
|
343
|
+
<workItem from="1712636226857" duration="11130000" />
|
|
344
|
+
<workItem from="1712648417963" duration="162000" />
|
|
355
345
|
</task>
|
|
356
346
|
<task id="LOCAL-00126" summary="WIP">
|
|
357
347
|
<option name="closed" value="true" />
|
|
@@ -737,7 +727,15 @@
|
|
|
737
727
|
<option name="project" value="LOCAL" />
|
|
738
728
|
<updated>1712647325849</updated>
|
|
739
729
|
</task>
|
|
740
|
-
<
|
|
730
|
+
<task id="LOCAL-00174" summary="Attempt to fix Chip styling">
|
|
731
|
+
<option name="closed" value="true" />
|
|
732
|
+
<created>1712647930327</created>
|
|
733
|
+
<option name="number" value="00174" />
|
|
734
|
+
<option name="presentableId" value="LOCAL-00174" />
|
|
735
|
+
<option name="project" value="LOCAL" />
|
|
736
|
+
<updated>1712647930327</updated>
|
|
737
|
+
</task>
|
|
738
|
+
<option name="localTasksCounter" value="175" />
|
|
741
739
|
<servers />
|
|
742
740
|
</component>
|
|
743
741
|
<component name="TypeScriptGeneratedFilesManager">
|
|
@@ -795,7 +793,6 @@
|
|
|
795
793
|
</option>
|
|
796
794
|
</component>
|
|
797
795
|
<component name="VcsManagerConfiguration">
|
|
798
|
-
<MESSAGE value="Remove floating-ui" />
|
|
799
796
|
<MESSAGE value="Move shouldAddFunNote to data" />
|
|
800
797
|
<MESSAGE value="Extract runChaos to its own file" />
|
|
801
798
|
<MESSAGE value="Extract all dependencies for updateUrl" />
|
|
@@ -820,6 +817,7 @@
|
|
|
820
817
|
<MESSAGE value="Fix Advanced Settings layout in dark more" />
|
|
821
818
|
<MESSAGE value="Fix Advanced Settings layout in dark mode" />
|
|
822
819
|
<MESSAGE value="Fix light mode contrast issues" />
|
|
823
|
-
<
|
|
820
|
+
<MESSAGE value="Attempt to fix Chip styling" />
|
|
821
|
+
<option name="LAST_COMMIT_MESSAGE" value="Attempt to fix Chip styling" />
|
|
824
822
|
</component>
|
|
825
823
|
</project>
|
|
@@ -2,6 +2,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
2
2
|
export { default as SeaweedTemplate } from "./template/seaweed/SeaweedTemplate.svelte";
|
|
3
3
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
4
4
|
export { default as Card } from "./components/Card.svelte";
|
|
5
|
+
export { default as Chip } from "./components/chip/Chip.svelte";
|
|
5
6
|
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
6
7
|
export * from "./components/overrideable_meta/index";
|
|
7
8
|
export * from "./components/navigation_component/index";
|
|
@@ -3,6 +3,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
3
3
|
export { default as SeaweedTemplate } from "./template/seaweed/SeaweedTemplate.svelte";
|
|
4
4
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
5
5
|
export { default as Card } from "./components/Card.svelte";
|
|
6
|
+
export { default as Chip } from "./components/chip/Chip.svelte";
|
|
6
7
|
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
7
8
|
export * from "./components/overrideable_meta/index";
|
|
8
9
|
export * from "./components/navigation_component/index";
|
package/.svelte-kit/ambient.d.ts
CHANGED
|
@@ -37,6 +37,8 @@ declare module '$env/static/private' {
|
|
|
37
37
|
export const COMSPEC: string;
|
|
38
38
|
export const DriverData: string;
|
|
39
39
|
export const EXEPATH: string;
|
|
40
|
+
export const FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
41
|
+
export const FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
40
42
|
export const GIT_XL_PATH: string;
|
|
41
43
|
export const GoLand: string;
|
|
42
44
|
export const GOPATH: string;
|
|
@@ -163,7 +165,6 @@ declare module '$env/static/private' {
|
|
|
163
165
|
export const PUBLIC: string;
|
|
164
166
|
export const PWD: string;
|
|
165
167
|
export const PyCharm: string;
|
|
166
|
-
export const SESSIONNAME: string;
|
|
167
168
|
export const SHLVL: string;
|
|
168
169
|
export const SYSTEMDRIVE: string;
|
|
169
170
|
export const SYSTEMROOT: string;
|
|
@@ -228,6 +229,8 @@ declare module '$env/dynamic/private' {
|
|
|
228
229
|
COMSPEC: string;
|
|
229
230
|
DriverData: string;
|
|
230
231
|
EXEPATH: string;
|
|
232
|
+
FPS_BROWSER_APP_PROFILE_STRING: string;
|
|
233
|
+
FPS_BROWSER_USER_PROFILE_STRING: string;
|
|
231
234
|
GIT_XL_PATH: string;
|
|
232
235
|
GoLand: string;
|
|
233
236
|
GOPATH: string;
|
|
@@ -354,7 +357,6 @@ declare module '$env/dynamic/private' {
|
|
|
354
357
|
PUBLIC: string;
|
|
355
358
|
PWD: string;
|
|
356
359
|
PyCharm: string;
|
|
357
|
-
SESSIONNAME: string;
|
|
358
360
|
SHLVL: string;
|
|
359
361
|
SYSTEMDRIVE: string;
|
|
360
362
|
SYSTEMROOT: string;
|
package/dist/index.d.ts
CHANGED
|
@@ -2,6 +2,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
2
2
|
export { default as SeaweedTemplate } from "./template/seaweed/SeaweedTemplate.svelte";
|
|
3
3
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
4
4
|
export { default as Card } from "./components/Card.svelte";
|
|
5
|
+
export { default as Chip } from "./components/chip/Chip.svelte";
|
|
5
6
|
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
6
7
|
export * from "./components/overrideable_meta/index";
|
|
7
8
|
export * from "./components/navigation_component/index";
|
package/dist/index.js
CHANGED
|
@@ -3,6 +3,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
3
3
|
export { default as SeaweedTemplate } from "./template/seaweed/SeaweedTemplate.svelte";
|
|
4
4
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
5
5
|
export { default as Card } from "./components/Card.svelte";
|
|
6
|
+
export { default as Chip } from "./components/chip/Chip.svelte";
|
|
6
7
|
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
7
8
|
export * from "./components/overrideable_meta/index";
|
|
8
9
|
export * from "./components/navigation_component/index";
|
package/package.json
CHANGED
package/src/lib/index.ts
CHANGED
|
@@ -4,6 +4,7 @@ export { default as PineappleLayoutBase } from "./components/pineapple/Pineapple
|
|
|
4
4
|
export { default as SeaweedTemplate } from "$pkg/template/seaweed/SeaweedTemplate.svelte";
|
|
5
5
|
export { default as LazyAsset } from "./components/LazyAsset.svelte";
|
|
6
6
|
export { default as Card } from "./components/Card.svelte";
|
|
7
|
+
export { default as Chip } from "./components/chip/Chip.svelte";
|
|
7
8
|
export { default as SocialSection } from "./components/SocialSection.svelte";
|
|
8
9
|
|
|
9
10
|
export * from "$pkg/components/overrideable_meta/index";
|
|
File without changes
|
|
File without changes
|
|
File without changes
|