@turnipxenon/pineapple 5.3.9 → 5.3.11

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.
Files changed (205) hide show
  1. package/dist/components/dialog_manager/DialogManager.d.ts.map +1 -1
  2. package/dist/components/dialog_manager/DialogManager.js +5 -8
  3. package/dist/components/dialog_manager/DialogManagerStore.d.ts +1 -1
  4. package/dist/components/dialog_manager/DialogProcessor.d.ts.map +1 -1
  5. package/dist/components/dialog_manager/DialogProcessor.js +2 -0
  6. package/dist/components/dialog_manager/IDialogManager.d.ts +1 -1
  7. package/dist/components/dialog_manager/IDialogManager.d.ts.map +1 -1
  8. package/dist/components/dialog_manager/behavior_tree/core/SelectorNode.d.ts.map +1 -1
  9. package/dist/components/dialog_manager/behavior_tree/expression/ExpressionEvaluator.d.ts.map +1 -1
  10. package/dist/components/dialog_manager/behavior_tree/expression/ExpressionEvaluator.js +1 -1
  11. package/dist/components/dialog_manager/behavior_tree/line_processors/commands/ForceVisitCommand.d.ts +10 -0
  12. package/dist/components/dialog_manager/behavior_tree/line_processors/commands/ForceVisitCommand.d.ts.map +1 -0
  13. package/dist/components/dialog_manager/behavior_tree/line_processors/commands/ForceVisitCommand.js +29 -0
  14. package/dist/components/dialog_manager/behavior_tree/line_processors/commands/JumpCommand.d.ts.map +1 -1
  15. package/dist/components/reveal-info/RevealInfo.svelte +17 -18
  16. package/dist/components/reveal-info/RevealInfo.svelte.d.ts +2 -2
  17. package/dist/components/reveal-info/RevealInfo.svelte.d.ts.map +1 -1
  18. package/dist/components/reveal-info/RevealInfoRune.svelte.d.ts.map +1 -1
  19. package/dist/index.d.ts.map +1 -1
  20. package/dist/modules/overrideable_meta/OverridableMeta.svelte +1 -1
  21. package/dist/modules/parsnip/ParsnipBlockChildren.svelte +66 -55
  22. package/dist/modules/parsnip/ParsnipBlockChildren.svelte.d.ts.map +1 -1
  23. package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte +30 -30
  24. package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte.d.ts +1 -1
  25. package/dist/modules/parsnip/ParsnipEmbedWikilink.svelte.d.ts.map +1 -1
  26. package/dist/modules/parsnip/ParsnipHeading.svelte +6 -6
  27. package/dist/modules/parsnip/ParsnipList.svelte +24 -24
  28. package/dist/modules/parsnip/ParsnipOverall.d.ts.map +1 -1
  29. package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte +15 -17
  30. package/dist/modules/parsnip/ParsnipPhrasingChildren.svelte.d.ts.map +1 -1
  31. package/dist/modules/parsnip/ParsnipWikilink.svelte +22 -20
  32. package/dist/modules/parsnip/ParsnipWikilink.svelte.d.ts.map +1 -1
  33. package/dist/modules/parsnip/external-images/ParsnipImage.svelte +133 -114
  34. package/dist/modules/parsnip/external-images/ParsnipImage.svelte.d.ts.map +1 -1
  35. package/dist/modules/parsnip/external-images/ParsnipImageCollection.svelte +64 -63
  36. package/dist/modules/parsnip/external-images/ParsnipImageCollection.svelte.d.ts.map +1 -1
  37. package/dist/modules/parsnip/external-images/externalImages.remote.d.ts.map +1 -1
  38. package/dist/modules/parsnip/external-images/externalImages.remote.js +17 -13
  39. package/dist/modules/parsnip/route-util/ParsnipBlog.svelte +1 -2
  40. package/dist/modules/parsnip/route-util/ParsnipBlog.svelte.d.ts.map +1 -1
  41. package/dist/modules/parsnip/route-util/getSlugEntries.js +1 -1
  42. package/dist/modules/parsnip/route-util/menuPageServerLoad.js +4 -4
  43. package/dist/modules/parsnip/route-util/slugPageServerLoad.d.ts.map +1 -1
  44. package/dist/modules/parsnip/route-util/slugPageServerLoad.js +15 -15
  45. package/dist/scripts/pineapple_fiber/PineappleFiberParser.d.ts.map +1 -1
  46. package/dist/scripts/pineapple_fiber/PineappleFiberParser.js +5 -3
  47. package/dist/styles/app.css +87 -84
  48. package/dist/styles/color-tokens.css +20 -20
  49. package/dist/styles/surface-colors.scss +28 -29
  50. package/dist/styles/tailwind.css +3196 -3111
  51. package/dist/styles/turnip-theme.css +262 -245
  52. package/dist/svelteIndex.svelte.d.ts.map +1 -1
  53. package/dist/svelteIndex.svelte.js +1 -7
  54. package/dist/test/DialogTestUtility.d.ts.map +1 -1
  55. package/dist/test/DialogTestUtility.js +4 -4
  56. package/dist/theme.css +109 -109
  57. package/dist/types/pineapple_fiber/DialogVariableStore.d.ts.map +1 -1
  58. package/dist/types/pineapple_fiber/DialogVariableStore.js +0 -1
  59. package/dist/ui/components/FourPartCard.svelte +20 -28
  60. package/dist/ui/components/FourPartCard.svelte.d.ts.map +1 -1
  61. package/dist/ui/components/MeltToaster/MeltToaster.svelte +6 -5
  62. package/dist/ui/components/MeltToaster/MeltToaster.svelte.d.ts.map +1 -1
  63. package/dist/ui/components/ModalBase.svelte +39 -43
  64. package/dist/ui/components/ModalBase.svelte.d.ts +2 -2
  65. package/dist/ui/components/ModalBase.svelte.d.ts.map +1 -1
  66. package/dist/ui/components/NestedNavigation.svelte +22 -19
  67. package/dist/ui/components/NestedNavigation.svelte.d.ts +1 -1
  68. package/dist/ui/components/NestedNavigation.svelte.d.ts.map +1 -1
  69. package/dist/ui/components/SocialSection.svelte +30 -25
  70. package/dist/ui/components/SocialSection.svelte.d.ts.map +1 -1
  71. package/dist/ui/components/SortDropdown.svelte +8 -12
  72. package/dist/ui/components/SortDropdown.svelte.d.ts.map +1 -1
  73. package/dist/ui/components/TagFilter.svelte +9 -9
  74. package/dist/ui/components/accordion/PinyaAccordion.svelte +45 -43
  75. package/dist/ui/components/accordion/PinyaAccordion.svelte.d.ts.map +1 -1
  76. package/dist/ui/components/accordion/PinyaAccordionItem.svelte +19 -10
  77. package/dist/ui/components/accordion/PinyaAccordionItem.svelte.d.ts.map +1 -1
  78. package/dist/ui/components/project-date-badge/ProjectDateBadge.svelte +88 -80
  79. package/dist/ui/components/project-date-badge/ProjectDateBadge.svelte.d.ts.map +1 -1
  80. package/dist/ui/components/randomized-background/RandomizedBackground.svelte +37 -33
  81. package/dist/ui/components/randomized-background/RandomizedBackground.svelte.d.ts.map +1 -1
  82. package/dist/ui/components/randomized-background/RandomizedImage.svelte +25 -21
  83. package/dist/ui/components/randomized-background/RandomizedImage.svelte.d.ts.map +1 -1
  84. package/dist/ui/components/randomized-background/getSocialSection.remote.js +1 -1
  85. package/dist/ui/elements/CodeBlock/CodeBlock.svelte +163 -165
  86. package/dist/ui/elements/CodeBlock/CodeBlock.svelte.d.ts.map +1 -1
  87. package/dist/ui/elements/CodeBlock/CodeBlockProps.d.ts +1 -1
  88. package/dist/ui/elements/CodeBlock/CodeBlockProps.d.ts.map +1 -1
  89. package/dist/ui/elements/ColorScheme.d.ts.map +1 -1
  90. package/dist/ui/elements/ElementVisibilityDetector.svelte +1 -4
  91. package/dist/ui/elements/ElementVisibilityDetector.svelte.d.ts.map +1 -1
  92. package/dist/ui/elements/GeneralUIProps.d.ts +2 -2
  93. package/dist/ui/elements/ImageIcon.svelte +27 -30
  94. package/dist/ui/elements/ImageIcon.svelte.d.ts +1 -1
  95. package/dist/ui/elements/ImageIcon.svelte.d.ts.map +1 -1
  96. package/dist/ui/elements/PineappleSwitch.svelte +53 -53
  97. package/dist/ui/elements/PineappleSwitch.svelte.d.ts +1 -1
  98. package/dist/ui/elements/PineappleSwitch.svelte.d.ts.map +1 -1
  99. package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte +4 -5
  100. package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButton.svelte.d.ts.map +1 -1
  101. package/dist/ui/elements/PinyaAnchorButton/PinyaAnchorButtonProps.d.ts.map +1 -1
  102. package/dist/ui/elements/PinyaButton/PinyaButton.svelte +4 -5
  103. package/dist/ui/elements/PinyaButton/PinyaButton.svelte.d.ts.map +1 -1
  104. package/dist/ui/elements/PinyaButton/PinyaButtonProps.d.ts.map +1 -1
  105. package/dist/ui/elements/PinyaButton/index.d.ts +2 -2
  106. package/dist/ui/elements/PinyaButton/index.js +2 -2
  107. package/dist/ui/elements/PinyaButtonCommon/ButtonVariant.d.ts.map +1 -1
  108. package/dist/ui/elements/PinyaButtonCommon/PinyaButtonCommonProps.d.ts.map +1 -1
  109. package/dist/ui/elements/PinyaButtonCommon/createButtonClass.d.ts.map +1 -1
  110. package/dist/ui/elements/PinyaButtonCommon/createButtonClass.js +1 -1
  111. package/dist/ui/elements/PinyaCard/PinyaCard.svelte +3 -10
  112. package/dist/ui/elements/PinyaCard/PinyaCardProps.d.ts.map +1 -1
  113. package/dist/ui/elements/Placeholder.svelte +3 -3
  114. package/dist/ui/elements/TextChip/TextChip.svelte +8 -6
  115. package/dist/ui/elements/TextLink.svelte +46 -48
  116. package/dist/ui/elements/TextLink.svelte.d.ts.map +1 -1
  117. package/dist/ui/elements/WrapperProps.d.ts +1 -1
  118. package/dist/ui/elements/index.d.ts.map +1 -1
  119. package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte +80 -55
  120. package/dist/ui/elements/pinya-combobox/PinyaCombobox.svelte.d.ts.map +1 -1
  121. package/dist/ui/elements/pinya-combobox/PinyaComboboxProps.d.ts.map +1 -1
  122. package/dist/ui/modules/NavigationMenu/LdSchema.d.ts.map +1 -1
  123. package/dist/ui/modules/NavigationMenu/LdSchema.js +4 -2
  124. package/dist/ui/modules/NavigationMenu/NavigationControl.svelte +18 -13
  125. package/dist/ui/modules/NavigationMenu/NavigationControl.svelte.d.ts.map +1 -1
  126. package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte +234 -212
  127. package/dist/ui/modules/NavigationMenu/NavigationMenu.svelte.d.ts.map +1 -1
  128. package/dist/ui/modules/NavigationMenu/PageMeta.d.ts +1 -1
  129. package/dist/ui/modules/NavigationMenu/PageMeta.d.ts.map +1 -1
  130. package/dist/ui/modules/NavigationMenu/PageMeta.js +15 -11
  131. package/dist/ui/modules/experience/ExampleJob1.svelte +26 -28
  132. package/dist/ui/modules/experience/ExampleJob1.svelte.d.ts.map +1 -1
  133. package/dist/ui/modules/experience/ExampleJob2.svelte +4 -3
  134. package/dist/ui/modules/experience/ExampleJob2.svelte.d.ts.map +1 -1
  135. package/dist/ui/modules/experience/index.d.ts +2 -2
  136. package/dist/ui/modules/experience/index.js +2 -2
  137. package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte +9 -7
  138. package/dist/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.d.ts.map +1 -1
  139. package/dist/ui/modules/modals/general-settings/LanguagePicker.svelte +1 -1
  140. package/dist/ui/modules/modals/general-settings/NavigationModal.svelte +11 -8
  141. package/dist/ui/modules/modals/general-settings/NavigationModal.svelte.d.ts.map +1 -1
  142. package/dist/ui/modules/projects/Hepcat.svelte +31 -29
  143. package/dist/ui/modules/projects/Hepcat.svelte.d.ts.map +1 -1
  144. package/dist/ui/modules/projects/ObsidianPublisher.svelte +16 -11
  145. package/dist/ui/modules/projects/ObsidianPublisher.svelte.d.ts.map +1 -1
  146. package/dist/ui/modules/projects/Pengi.svelte +21 -17
  147. package/dist/ui/modules/projects/Pengi.svelte.d.ts.map +1 -1
  148. package/dist/ui/modules/projects/Soulwork.svelte +18 -16
  149. package/dist/ui/modules/projects/Soulwork.svelte.d.ts.map +1 -1
  150. package/dist/ui/modules/projects/ThisWebpage.svelte +29 -19
  151. package/dist/ui/modules/projects/ThisWebpage.svelte.d.ts.map +1 -1
  152. package/dist/ui/modules/universal-overlay/DialogPanel.svelte +40 -38
  153. package/dist/ui/modules/universal-overlay/DialogPanel.svelte.d.ts.map +1 -1
  154. package/dist/ui/modules/universal-overlay/SettingsPanel.svelte +1 -2
  155. package/dist/ui/modules/universal-overlay/SettingsPanel.svelte.d.ts.map +1 -1
  156. package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte +12 -6
  157. package/dist/ui/modules/universal-overlay/UniversalOverlay.svelte.d.ts.map +1 -1
  158. package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte +99 -94
  159. package/dist/ui/templates/PinyaPageLayout/PinyaPageLayout.svelte.d.ts.map +1 -1
  160. package/dist/ui/templates/PinyaPageLayout/pinyaPageLayoutRunes.svelte.d.ts +1 -1
  161. package/dist/ui/templates/PinyaPageLayout/pinyaPageLayoutRunes.svelte.js +2 -2
  162. package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte +51 -43
  163. package/dist/ui/templates/SeaweedLayout/ChumBucket.svelte.d.ts.map +1 -1
  164. package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte +45 -32
  165. package/dist/ui/templates/SeaweedLayout/CreateUrlForm.svelte.d.ts.map +1 -1
  166. package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte +106 -102
  167. package/dist/ui/templates/SeaweedLayout/EntryGroup.svelte.d.ts.map +1 -1
  168. package/dist/ui/templates/SeaweedLayout/EntryOrderConfig.svelte +11 -19
  169. package/dist/ui/templates/SeaweedLayout/EntryOrderConfig.svelte.d.ts.map +1 -1
  170. package/dist/ui/templates/SeaweedLayout/ProjectComponentProps.d.ts +1 -1
  171. package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte +139 -121
  172. package/dist/ui/templates/SeaweedLayout/ProjectGroupConfig.svelte.d.ts.map +1 -1
  173. package/dist/ui/templates/SeaweedLayout/SeaweedLayout.svelte +139 -148
  174. package/dist/ui/templates/SeaweedLayout/index.d.ts.map +1 -1
  175. package/dist/ui/templates/SeaweedLayout/props.js +1 -1
  176. package/dist/ui/templates/blog_template/BlogTemplate.svelte +11 -11
  177. package/dist/ui/templates/blog_template/BlogTemplateInner.svelte +58 -56
  178. package/dist/ui/templates/blog_template/BlogTemplateInner.svelte.d.ts.map +1 -1
  179. package/dist/ui/templates/blog_template/blog-template.css +1 -1
  180. package/dist/ui/templates/confirmation-modal/component.svelte +12 -17
  181. package/dist/ui/templates/confirmation-modal/component.svelte.d.ts +1 -1
  182. package/dist/ui/templates/confirmation-modal/component.svelte.d.ts.map +1 -1
  183. package/dist/ui/templates/confirmation-modal/props.d.ts +2 -2
  184. package/dist/ui/templates/confirmation-modal/props.d.ts.map +1 -1
  185. package/dist/ui/templates/pinya-base/PinyaBase.svelte +57 -47
  186. package/dist/ui/templates/pinya-base/PinyaBase.svelte.d.ts.map +1 -1
  187. package/dist/ui/templates/pinya-base/menuPageServerLoadRemote.remote.svelte +1 -1
  188. package/dist/ui/templates/pinya-base/pinyaBaseRunes.svelte.d.ts.map +1 -1
  189. package/dist/util/context/PineappleBaseContext.svelte +1 -1
  190. package/dist/util/context/pineappleBaseContextDefinitions.svelte.d.ts.map +1 -1
  191. package/dist/util/env-getter.d.ts.map +1 -1
  192. package/dist/util/env-getter.js +3 -3
  193. package/dist/util/getCommitDate.d.ts.map +1 -1
  194. package/dist/util/getCommitDate.js +3 -1
  195. package/dist/util/getCommitDate.remote.d.ts.map +1 -1
  196. package/dist/util/getCommitDate.remote.js +3 -1
  197. package/dist/util/getParsnipData.remote.d.ts +16 -11
  198. package/dist/util/localStore.svelte.d.ts.map +1 -1
  199. package/dist/util/localStore.svelte.js +5 -5
  200. package/dist/util/util.d.ts.map +1 -1
  201. package/dist/util/util.js +5 -5
  202. package/package.json +5 -5
  203. package/src/lib/styles/app.css +87 -84
  204. package/src/lib/theme.css +109 -109
  205. package/dist/scripts/pineapple_fiber/TutorialBroken.yarn +0 -143
@@ -16,7 +16,6 @@
16
16
  </script>
17
17
 
18
18
  <script lang="ts">
19
-
20
19
  </script>
21
20
 
22
21
  {#snippet component(props: ProjectComponentProps)}
@@ -47,33 +46,32 @@
47
46
  {/snippet}
48
47
 
49
48
  <style>
50
- :global {
51
- .company-logo-placeholder {
52
- display: flex;
53
- align-items: center;
54
- justify-content: center;
55
- width: 100%;
56
- height: 100%;
57
- min-height: 150px;
58
- background: linear-gradient(135deg, var(--color-primary-500), var(--color-secondary-500));
59
- color: white;
60
- font-size: 2rem;
61
- font-weight: bold;
62
- border-top-right-radius: var(--radius-xl);
63
- border-top-left-radius: var(--radius-xl);
64
- }
65
-
66
- }
49
+ :global {
50
+ .company-logo-placeholder {
51
+ display: flex;
52
+ align-items: center;
53
+ justify-content: center;
54
+ width: 100%;
55
+ height: 100%;
56
+ min-height: 150px;
57
+ background: linear-gradient(135deg, var(--color-primary-500), var(--color-secondary-500));
58
+ color: white;
59
+ font-size: 2rem;
60
+ font-weight: bold;
61
+ border-top-right-radius: var(--radius-xl);
62
+ border-top-left-radius: var(--radius-xl);
63
+ }
64
+ }
67
65
 
68
- .date-range {
69
- font-size: 0.875rem;
70
- color: var(--color-text-secondary);
71
- margin-bottom: 0.5rem;
72
- }
66
+ .date-range {
67
+ font-size: 0.875rem;
68
+ color: var(--color-text-secondary);
69
+ margin-bottom: 0.5rem;
70
+ }
73
71
 
74
- h4 {
75
- margin-top: 0.25rem;
76
- margin-bottom: 0.5rem;
77
- color: var(--color-text-secondary);
78
- }
72
+ h4 {
73
+ margin-top: 0.25rem;
74
+ margin-bottom: 0.5rem;
75
+ color: var(--color-text-secondary);
76
+ }
79
77
  </style>
@@ -1 +1 @@
1
- {"version":3,"file":"ExampleJob1.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob1.svelte.ts"],"names":[],"mappings":"AAKC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,qCAAqC,CAAC;AAC/C,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,IAAI,UAAkC,CAAC;AAI7C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;AACzD,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAyBlG,CAAC;AAe9B,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ExampleJob1.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob1.svelte.ts"],"names":[],"mappings":"AAKC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,qCAAqC,CAAC;AAC/C,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,IAAI,UAAkC,CAAC;AAI7C,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,CAAC;AACzD,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAyBlG,CAAC;AAc9B,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
@@ -29,9 +29,10 @@
29
29
 
30
30
  <p>
31
31
  Currently working on high-performance systems using
32
- <span class="qt-rust">Rust</span>.
33
- Leading development of critical infrastructure components and mentoring junior developers to preach our love of
34
- <span class="qt-rust">Rust</span>. Did I forget to mention <span class="qt-rust">RUST</span>?!?!
32
+ <span class="qt-rust">Rust</span>. Leading development of critical infrastructure components
33
+ and mentoring junior developers to preach our love of
34
+ <span class="qt-rust">Rust</span>. Did I forget to mention
35
+ <span class="qt-rust">RUST</span>?!?!
35
36
  </p>
36
37
 
37
38
  <div class="text-chip-container">
@@ -1 +1 @@
1
- {"version":3,"file":"ExampleJob2.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob2.svelte.ts"],"names":[],"mappings":"AAGC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAGnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CA2BhG,CAAC;AAE7B,QAAA,MAAM,GAAG,wCAAwC,CAAC;AAClD,QAAA,MAAM,WAAW,eAAe,CAAC;AAGjC,QAAA,MAAM,IAAI,UAAkE,CAAC;AAC7E,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAW9C,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"ExampleJob2.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/experience/ExampleJob2.svelte.ts"],"names":[],"mappings":"AAGC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAGnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CA4BhG,CAAC;AAE7B,QAAA,MAAM,GAAG,wCAAwC,CAAC;AAClD,QAAA,MAAM,WAAW,eAAe,CAAC;AAGjC,QAAA,MAAM,IAAI,UAAkE,CAAC;AAC7E,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAW9C,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,WAAW;;kBAA+E,CAAC;AAC/E,KAAK,WAAW,GAAG,YAAY,CAAC,OAAO,WAAW,CAAC,CAAC;AACtD,eAAe,WAAW,CAAC"}
@@ -1,3 +1,3 @@
1
- export * as ExampleJob1 from './ExampleJob1.svelte';
2
- export * as ExampleJob2 from './ExampleJob2.svelte';
1
+ export * as ExampleJob1 from "./ExampleJob1.svelte";
2
+ export * as ExampleJob2 from "./ExampleJob2.svelte";
3
3
  //# sourceMappingURL=index.d.ts.map
@@ -1,2 +1,2 @@
1
- export * as ExampleJob1 from './ExampleJob1.svelte';
2
- export * as ExampleJob2 from './ExampleJob2.svelte';
1
+ export * as ExampleJob1 from "./ExampleJob1.svelte";
2
+ export * as ExampleJob2 from "./ExampleJob2.svelte";
@@ -13,11 +13,10 @@
13
13
 
14
14
  let props: ModalProps = $props();
15
15
 
16
-
17
16
  interface ToggleItem {
18
- key: "light" | "dark" | "system"
19
- imageSrc: string,
20
- label: string,
17
+ key: "light" | "dark" | "system";
18
+ imageSrc: string;
19
+ label: string;
21
20
  }
22
21
 
23
22
  const modes: ToggleItem[] = [
@@ -32,7 +31,7 @@
32
31
  // do not use runes here because we only want explicit changes outside
33
32
  // our control here!
34
33
  userPrefersMode.subscribe((value) => {
35
- const si = modes.find(m => m.key === value);
34
+ const si = modes.find((m) => m.key === value);
36
35
  if (selectedItem !== si && si) {
37
36
  selectedItem = si;
38
37
  }
@@ -63,8 +62,11 @@
63
62
  <SettingsPanel close={props.close} />
64
63
 
65
64
  <div class="actions">
66
- <button class="btn preset-filled-primary-400-600 text-surface-100" onclick={() => props.close()}
67
- title="Close modal">
65
+ <button
66
+ class="btn preset-filled-primary-400-600 text-surface-100"
67
+ onclick={() => props.close()}
68
+ title="Close modal"
69
+ >
68
70
  Close
69
71
  </button>
70
72
  </div>
@@ -1 +1 @@
1
- {"version":3,"file":"GeneralSettingsModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA8EhD,QAAA,MAAM,oBAAoB,qDAAwC,CAAC;AACnE,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACpE,eAAe,oBAAoB,CAAC"}
1
+ {"version":3,"file":"GeneralSettingsModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/GeneralSettingsModal.svelte.ts"],"names":[],"mappings":"AAWA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA6EhD,QAAA,MAAM,oBAAoB,qDAAwC,CAAC;AACnE,KAAK,oBAAoB,GAAG,UAAU,CAAC,OAAO,oBAAoB,CAAC,CAAC;AACpE,eAAe,oBAAoB,CAAC"}
@@ -21,7 +21,7 @@
21
21
  const onValueChange = (e: ComboxData["value"][] | undefined) => {
22
22
  if (!e || e.length === 0) return;
23
23
 
24
- const data = comboboxData.filter(v => e.includes(v.value));
24
+ const data = comboboxData.filter((v) => e.includes(v.value));
25
25
  if (data && data.length > 0) {
26
26
  const pathname = deLocalizeHref(location.href);
27
27
  location.href = localizeHref(pathname, { locale: data[0].value });
@@ -12,11 +12,10 @@
12
12
 
13
13
  let props: ModalProps = $props();
14
14
 
15
-
16
15
  interface ToggleItem {
17
- key: "light" | "dark" | "system"
18
- imageSrc: string,
19
- label: string,
16
+ key: "light" | "dark" | "system";
17
+ imageSrc: string;
18
+ label: string;
20
19
  }
21
20
 
22
21
  const modes: ToggleItem[] = [
@@ -31,7 +30,7 @@
31
30
  // do not use runes here because we only want explicit changes outside
32
31
  // our control here!
33
32
  userPrefersMode.subscribe((value) => {
34
- const si = modes.find(m => m.key === value);
33
+ const si = modes.find((m) => m.key === value);
35
34
  if (selectedItem !== si && si) {
36
35
  selectedItem = si;
37
36
  }
@@ -61,12 +60,16 @@
61
60
  <h2>Navigation</h2>
62
61
 
63
62
  <div class="wrapper nested-navigation">
64
- <NestedNavigation layout={siteLayout} depth={0} close={props.close} openBehavior="open-active"></NestedNavigation>
63
+ <NestedNavigation layout={siteLayout} depth={0} close={props.close} openBehavior="open-active"
64
+ ></NestedNavigation>
65
65
  </div>
66
66
 
67
67
  <div class="actions">
68
- <button class="btn preset-filled-primary-400-600 text-surface-100" onclick={() => props.close()}
69
- title="Close modal">
68
+ <button
69
+ class="btn preset-filled-primary-400-600 text-surface-100"
70
+ onclick={() => props.close()}
71
+ title="Close modal"
72
+ >
70
73
  Close
71
74
  </button>
72
75
  </div>
@@ -1 +1 @@
1
- {"version":3,"file":"NavigationModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/NavigationModal.svelte.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA+EhD,QAAA,MAAM,eAAe,qDAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"NavigationModal.svelte.d.ts","sourceRoot":"","sources":["../../../../../src/lib/ui/modules/modals/general-settings/NavigationModal.svelte.ts"],"names":[],"mappings":"AAUA,OAAO,KAAK,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AA8EhD,QAAA,MAAM,eAAe,qDAAwC,CAAC;AAC9D,KAAK,eAAe,GAAG,UAAU,CAAC,OAAO,eAAe,CAAC,CAAC;AAC1D,eAAe,eAAe,CAAC"}
@@ -23,8 +23,16 @@
23
23
  {#snippet component(props: ProjectComponentProps)}
24
24
  <FourPartCard>
25
25
  {#snippet headerCover()}
26
- <video playsinline autoplay muted loop preload="none" id="hepcat-video" class="game-video-cover">
27
- <source src={HeaderHepCat} type="video/mp4">
26
+ <video
27
+ playsinline
28
+ autoplay
29
+ muted
30
+ loop
31
+ preload="none"
32
+ id="hepcat-video"
33
+ class="game-video-cover"
34
+ >
35
+ <source src={HeaderHepCat} type="video/mp4" />
28
36
  </video>
29
37
  {/snippet}
30
38
 
@@ -36,17 +44,14 @@
36
44
  </blockquote>
37
45
  {/snippet}
38
46
 
39
-
40
- <p>This is a course project made by a team of six for
41
- <a
42
- href="https://sites.google.com/ualberta.ca/cmput250/"
43
- rel="external"
44
- target="_blank"
45
- >CMPUT 250</a>, and it won
46
- <a
47
- href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/"
48
- rel="external"
49
- >Game of the year.</a>
47
+ <p>
48
+ This is a course project made by a team of six for
49
+ <a href="https://sites.google.com/ualberta.ca/cmput250/" rel="external" target="_blank"
50
+ >CMPUT 250</a
51
+ >, and it won
52
+ <a href="https://webdocs.cs.ualberta.ca/~nathanst/certificate/" rel="external"
53
+ >Game of the year.</a
54
+ >
50
55
  </p>
51
56
 
52
57
  <p>
@@ -55,14 +60,11 @@
55
60
  href="https://www.rpgmakerweb.com/products/programs/rpg-maker-mv"
56
61
  target="_blank"
57
62
  rel="external"
58
- class='qt-rpgmaker'
59
- >RPG Maker MV</a>
60
- with the help of additional custom-made <span class='qt-js'>Javascript</span>
61
- plugins. I
62
- wrote the rhythm game plugin's framework. For this plugin to work, I
63
- had to write a <span class='qt-python'>Python</span> script that parses osu! files
64
- into readable JSON
65
- files.
63
+ class="qt-rpgmaker">RPG Maker MV</a
64
+ >
65
+ with the help of additional custom-made <span class="qt-js">Javascript</span>
66
+ plugins. I wrote the rhythm game plugin's framework. For this plugin to work, I had to write a
67
+ <span class="qt-python">Python</span> script that parses osu! files into readable JSON files.
66
68
  </p>
67
69
 
68
70
  <ProjectDateBadge
@@ -77,24 +79,24 @@
77
79
  <PinyaButton
78
80
  buttonVariant={ButtonVariant.Image}
79
81
  title="https://bitbucket.org/egginchicken/hep-cat/src/master/"
80
- onclick={()=> window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}>
82
+ onclick={() => window.open("https://bitbucket.org/egginchicken/hep-cat/src/master/")}
83
+ >
81
84
  <ImageIcon alt="bitbucket icon" src={BitbucketIcon} />
82
85
  </PinyaButton>
83
86
  <PinyaButton
84
87
  buttonVariant={ButtonVariant.Image}
85
88
  title="https://just-a-phantom.itch.io/hep-cat"
86
- onclick={()=> window.open("https://just-a-phantom.itch.io/hep-cat")}>
89
+ onclick={() => window.open("https://just-a-phantom.itch.io/hep-cat")}
90
+ >
87
91
  <ImageIcon alt="itch.io icon" src={ItchLogoHotLink}></ImageIcon>
88
92
  </PinyaButton>
89
93
  </section>
90
-
91
94
  </FourPartCard>
92
95
  {/snippet}
93
96
 
94
-
95
97
  <style>
96
- #hepcat-video {
97
- object-position: top;
98
- max-height: 64rem;
99
- }
98
+ #hepcat-video {
99
+ object-position: top;
100
+ max-height: 64rem;
101
+ }
100
102
  </style>
@@ -1 +1 @@
1
- {"version":3,"file":"Hepcat.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Hepcat.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CA6ChG,CAAC;AAE7B,QAAA,MAAM,GAAG,WAAW,CAAC;AACrB,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,QAAQ,MAAM,CAAC;AACrB,QAAA,MAAM,IAAI,UAAoD,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AAYtE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,MAAM;;kBAA+E,CAAC;AAC1E,KAAK,MAAM,GAAG,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;AAC5C,eAAe,MAAM,CAAC"}
1
+ {"version":3,"file":"Hepcat.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Hepcat.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAyChG,CAAC;AAE7B,QAAA,MAAM,GAAG,WAAW,CAAC;AACrB,QAAA,MAAM,WAAW,eAAe,CAAC;AACjC,QAAA,MAAM,YAAY,eAAe,CAAC;AAClC,QAAA,MAAM,QAAQ,MAAM,CAAC;AACrB,QAAA,MAAM,IAAI,UAAoD,CAAC;AAE/D,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,YAAY,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AAWtE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,MAAM;;kBAA+E,CAAC;AAC1E,KAAK,MAAM,GAAG,YAAY,CAAC,OAAO,MAAM,CAAC,CAAC;AAC5C,eAAe,MAAM,CAAC"}
@@ -12,23 +12,25 @@
12
12
  import type { ProjectComponentProps } from "../../templates/SeaweedLayout/ProjectComponentProps";
13
13
 
14
14
  const key = "ObsidianPublisher";
15
- const startCommit = "https://github.com/TurnipXenon/obsidian-blog-publisher/commit/d8eaecacc3703a57c16b400d3bea6428b0dbfaee"; // fill in GitHub commit URL to auto-resolve dateStarted
15
+ const startCommit =
16
+ "https://github.com/TurnipXenon/obsidian-blog-publisher/commit/d8eaecacc3703a57c16b400d3bea6428b0dbfaee"; // fill in GitHub commit URL to auto-resolve dateStarted
16
17
  const gitRepoLink = "https://github.com/TurnipXenon/obsidian-blog-publisher";
17
18
  const tags = ["plugin", "typescript", "obsidian"];
18
19
  export { component, key, startCommit, gitRepoLink, tags };
19
20
  </script>
21
+
20
22
  <script>
21
23
  import { TextLink } from "../../elements/index";
22
24
  </script>
23
25
 
24
26
  {#snippet component(props: ProjectComponentProps)}
25
27
  <FourPartCard>
26
-
27
28
  {#snippet headerCover()}
28
29
  <img
29
30
  class="game-video-cover"
30
31
  alt="Screenshot showing the blog on the left and the source Obsidian page on the right with a UI on top prompting the user which selection or webpage to push"
31
- src="https://github.com/TurnipXenon/obsidian-blog-publisher/raw/main/docs/showcase.png" />
32
+ src="https://github.com/TurnipXenon/obsidian-blog-publisher/raw/main/docs/showcase.png"
33
+ />
32
34
  {/snippet}
33
35
 
34
36
  {#snippet header()}
@@ -36,11 +38,13 @@
36
38
  {/snippet}
37
39
 
38
40
  <p>
39
- An Obsidian plugin that publishes my blog to a selected website.
40
- It generates AST of the Markdown files, which it then publishes to a git repo.
41
- The plugin follows it up with a Cloudflare rebuild of the website, which would read the contents of the repo.
42
- A module in the website called
43
- <TextLink href="https://github.com/TurnipXenon/pineapple/pull/152" rel="external">Parsnip</TextLink>
41
+ An Obsidian plugin that publishes my blog to a selected website. It generates AST of the
42
+ Markdown files, which it then publishes to a git repo. The plugin follows it up with a
43
+ Cloudflare rebuild of the website, which would read the contents of the repo. A module in the
44
+ website called
45
+ <TextLink href="https://github.com/TurnipXenon/pineapple/pull/152" rel="external"
46
+ >Parsnip</TextLink
47
+ >
44
48
  generates custom pages based on these AST files.
45
49
  </p>
46
50
 
@@ -56,18 +60,19 @@
56
60
  <PinyaButton
57
61
  buttonVariant={ButtonVariant.Image}
58
62
  title="https://github.com/TurnipXenon/obsidian-blog-publisher"
59
- onclick={() => window.open("https://github.com/TurnipXenon/obsidian-blog-publisher")}>
63
+ onclick={() => window.open("https://github.com/TurnipXenon/obsidian-blog-publisher")}
64
+ >
60
65
  <ImageIcon src={GithubIcon} class="long-btn-image" alt="github icon" />
61
66
  </PinyaButton>
62
67
  <PinyaButton
63
68
  data-nosnippet
64
69
  buttonVariant={ButtonVariant.SmallIcon}
65
70
  title="https://www.turnipxenon.com/blogs"
66
- onclick={() => window.open("https://www.turnipxenon.com/blogs")}>
71
+ onclick={() => window.open("https://www.turnipxenon.com/blogs")}
72
+ >
67
73
  <ImageIcon src={LinkIcon} aria-hidden />
68
74
  <span>turnipxenon.com/blogs</span>
69
75
  </PinyaButton>
70
76
  </section>
71
-
72
77
  </FourPartCard>
73
78
  {/snippet}
@@ -1 +1 @@
1
- {"version":3,"file":"ObsidianPublisher.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/ObsidianPublisher.svelte.ts"],"names":[],"mappings":"AAWC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,sBAAsB,CAAC;AAChC,QAAA,MAAM,WAAW,2GAA2G,CAAC;AAC7H,QAAA,MAAM,WAAW,2DAA2D,CAAC;AAC7E,QAAA,MAAM,IAAI,UAAuC,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAI1D,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAiChG,CAAC;AAY9B,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,iBAAiB;;kBAA+E,CAAC;AACrF,KAAK,iBAAiB,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"ObsidianPublisher.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/ObsidianPublisher.svelte.ts"],"names":[],"mappings":"AAWC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAEnG,QAAA,MAAM,GAAG,sBAAsB,CAAC;AAChC,QAAA,MAAM,WAAW,2GACwF,CAAC;AAC1G,QAAA,MAAM,WAAW,2DAA2D,CAAC;AAC7E,QAAA,MAAM,IAAI,UAAuC,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAI1D,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CA+BhG,CAAC;AAa9B,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,iBAAiB;;kBAA+E,CAAC;AACrF,KAAK,iBAAiB,GAAG,YAAY,CAAC,OAAO,iBAAiB,CAAC,CAAC;AAClE,eAAe,iBAAiB,CAAC"}
@@ -13,8 +13,10 @@
13
13
 
14
14
  const key = "Pengi";
15
15
  const priority = 80;
16
- const startCommit = "https://github.com/GreenTea-M/ProjectPengi/commit/401cbf7448374109f1a330bba11db87326034801"; // fill in GitHub commit URL to auto-resolve dateStarted
17
- const endCommit = "https://github.com/GreenTea-M/ProjectPengi/commit/0175ec669a3c935a798fdb3c85fb37506d4b5557"; // fill in GitHub commit URL to auto-resolve dateFinished
16
+ const startCommit =
17
+ "https://github.com/GreenTea-M/ProjectPengi/commit/401cbf7448374109f1a330bba11db87326034801"; // fill in GitHub commit URL to auto-resolve dateStarted
18
+ const endCommit =
19
+ "https://github.com/GreenTea-M/ProjectPengi/commit/0175ec669a3c935a798fdb3c85fb37506d4b5557"; // fill in GitHub commit URL to auto-resolve dateFinished
18
20
  const gitRepoLink = "https://github.com/GreenTea-M/ProjectPengi";
19
21
  const tags = ["unity", "csharp", "game", "narrative", "yarnspinner"];
20
22
  export { component, key, startCommit, endCommit, gitRepoLink, tags, priority };
@@ -23,10 +25,17 @@
23
25
  {#snippet component(props: ProjectComponentProps)}
24
26
  <FourPartCard>
25
27
  {#snippet headerCover()}
26
- <video class="rounded-t-xl max-h-64 not-prose object-cover w-full" playsinline autoplay muted loop preload="none">
27
- video unavailable. original video contains pengi gameplay showing the dynamic dialog
28
- layout and character animation.
29
- <source src={HeaderPengi} type="video/mp4">
28
+ <video
29
+ class="rounded-t-xl max-h-64 not-prose object-cover w-full"
30
+ playsinline
31
+ autoplay
32
+ muted
33
+ loop
34
+ preload="none"
35
+ >
36
+ video unavailable. original video contains pengi gameplay showing the dynamic dialog layout
37
+ and character animation.
38
+ <source src={HeaderPengi} type="video/mp4" />
30
39
  </video>
31
40
  {/snippet}
32
41
 
@@ -34,20 +43,16 @@
34
43
  <h3>Pengi</h3>
35
44
 
36
45
  <blockquote>
37
- Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of
38
- money...
46
+ Well well, quite the dreamer, aren’t you? Might be hard to get in... costs a lot of money...
39
47
  </blockquote>
40
48
  {/snippet}
41
49
 
42
50
  <p>
43
- Pengi is a text-based adventure made in <span class='qt-unity'>Unity</span> (<span class='qt-cs'>C#</span>). I
44
- acted as the sole
45
- programmer for the team. Most of the work revolves around UI and creating
46
- <a
47
- href="https://yarnspinner.dev/"
48
- rel="external"
49
- target="_blank"
50
- >YarnSpinner</a> commands for writers
51
+ Pengi is a text-based adventure made in <span class="qt-unity">Unity</span> (<span
52
+ class="qt-cs">C#</span
53
+ >). I acted as the sole programmer for the team. Most of the work revolves around UI and
54
+ creating
55
+ <a href="https://yarnspinner.dev/" rel="external" target="_blank">YarnSpinner</a> commands for writers
51
56
  to use to create expressive stage directions in the script.
52
57
  </p>
53
58
 
@@ -77,6 +82,5 @@
77
82
  <ImageIcon alt="" aria-hidden="true" src={ItchLogoHotLink} />
78
83
  </PinyaButton>
79
84
  </section>
80
-
81
85
  </FourPartCard>
82
86
  {/snippet}
@@ -1 +1 @@
1
- {"version":3,"file":"Pengi.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Pengi.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAuChG,CAAC;AAE7B,QAAA,MAAM,GAAG,UAAU,CAAC;AACpB,QAAA,MAAM,QAAQ,KAAK,CAAC;AACpB,QAAA,MAAM,WAAW,+FAA+F,CAAC;AACjH,QAAA,MAAM,SAAS,+FAA+F,CAAC;AAC/G,QAAA,MAAM,WAAW,+CAA+C,CAAC;AACjE,QAAA,MAAM,IAAI,UAA0D,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AAShF,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,KAAK;;kBAA+E,CAAC;AACzE,KAAK,KAAK,GAAG,YAAY,CAAC,OAAO,KAAK,CAAC,CAAC;AAC1C,eAAe,KAAK,CAAC"}
1
+ {"version":3,"file":"Pengi.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Pengi.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAMnG,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAoChG,CAAC;AAE7B,QAAA,MAAM,GAAG,UAAU,CAAC;AACpB,QAAA,MAAM,QAAQ,KAAK,CAAC;AACpB,QAAA,MAAM,WAAW,+FAC4E,CAAC;AAC9F,QAAA,MAAM,SAAS,+FAC8E,CAAC;AAC9F,QAAA,MAAM,WAAW,+CAA+C,CAAC;AACjE,QAAA,MAAM,IAAI,UAA0D,CAAC;AACrE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,QAAQ,EAAE,CAAC;AAShF,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,KAAK;;kBAA+E,CAAC;AACzE,KAAK,KAAK,GAAG,YAAY,CAAC,OAAO,KAAK,CAAC,CAAC;AAC1C,eAAe,KAAK,CAAC"}
@@ -12,8 +12,10 @@
12
12
  import { ButtonVariant } from "../../elements/PinyaButtonCommon/ButtonVariant";
13
13
 
14
14
  const key = "Soulwork";
15
- const startCommit = "https://github.com/Zeyu-Li/Clockwork/commit/b033be1b2e6cd3ff8cb706f2860a22456e911acb"; // fill in GitHub commit URL to auto-resolve dateStarted
16
- const endCommit = "https://github.com/Zeyu-Li/Clockwork/commit/7dbfef1fe64b45b2eac4b6555747e18f7b5f8848"; // fill in GitHub commit URL to auto-resolve dateFinished
15
+ const startCommit =
16
+ "https://github.com/Zeyu-Li/Clockwork/commit/b033be1b2e6cd3ff8cb706f2860a22456e911acb"; // fill in GitHub commit URL to auto-resolve dateStarted
17
+ const endCommit =
18
+ "https://github.com/Zeyu-Li/Clockwork/commit/7dbfef1fe64b45b2eac4b6555747e18f7b5f8848"; // fill in GitHub commit URL to auto-resolve dateFinished
17
19
  const gitRepoLink = "https://github.com/Zeyu-Li/Clockwork";
18
20
  const tags = ["unity", "csharp", "game", "game-jam", "physics"];
19
21
  export { component, key, startCommit, endCommit, gitRepoLink, tags };
@@ -22,11 +24,8 @@
22
24
  {#snippet component(props: ProjectComponentProps)}
23
25
  <FourPartCard>
24
26
  {#snippet headerCover()}
25
- <video
26
- playsinline autoplay muted loop preload="none"
27
- class="game-video-cover"
28
- >
29
- <source src={HeaderSoulwork} type="video/mp4">
27
+ <video playsinline autoplay muted loop preload="none" class="game-video-cover">
28
+ <source src={HeaderSoulwork} type="video/mp4" />
30
29
  </video>
31
30
  {/snippet}
32
31
 
@@ -35,14 +34,15 @@
35
34
  {/snippet}
36
35
 
37
36
  <p>
38
- Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels.
39
- This project is a Time to Game Jam entry, restricting game development to be under 48
40
- hours.
37
+ Soulwork is a 2D platforming game that uses unique physics to solve puzzle-based levels. This
38
+ project is a Time to Game Jam entry, restricting game development to be under 48 hours.
41
39
  </p>
42
40
  <p>
43
- I helped make the level designing tools used by the designers to drag-and-drop objects
44
- on the stage. I also helped program the unique physics-based gameplay mechanic. This was
45
- was made in <span class="qt-unity">Unity</span> written using <span class="qt-cs">C#</span>.
41
+ I helped make the level designing tools used by the designers to drag-and-drop objects on the
42
+ stage. I also helped program the unique physics-based gameplay mechanic. This was was made in <span
43
+ class="qt-unity">Unity</span
44
+ >
45
+ written using <span class="qt-cs">C#</span>.
46
46
  </p>
47
47
 
48
48
  <ProjectDateBadge
@@ -57,16 +57,18 @@
57
57
  <PinyaButton
58
58
  buttonVariant={ButtonVariant.Image}
59
59
  title="https://github.com/Zeyu-Li/Clockwork"
60
- onclick={()=> window.open("https://github.com/Zeyu-Li/Clockwork")}>
60
+ onclick={() => window.open("https://github.com/Zeyu-Li/Clockwork")}
61
+ >
61
62
  <ImageIcon alt="github icon" src={GithubIcon} />
62
63
  </PinyaButton>
63
64
  <PinyaButton
64
65
  buttonVariant={ButtonVariant.Image}
65
66
  title="https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331"
66
- onclick={()=> window.open("https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331")}>
67
+ onclick={() =>
68
+ window.open("https://itch.io/jam/time-to-game-jam-gadec-fall-game-jam/rate/514331")}
69
+ >
67
70
  <ImageIcon alt="itch.io icon" src={ItchLogoHotLink} />
68
71
  </PinyaButton>
69
72
  </section>
70
-
71
73
  </FourPartCard>
72
74
  {/snippet}
@@ -1 +1 @@
1
- {"version":3,"file":"Soulwork.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Soulwork.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAM7E,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAmChG,CAAC;AAE7B,QAAA,MAAM,GAAG,aAAa,CAAC;AACvB,QAAA,MAAM,WAAW,yFAAyF,CAAC;AAC3G,QAAA,MAAM,SAAS,yFAAyF,CAAC;AACzG,QAAA,MAAM,WAAW,yCAAyC,CAAC;AAC3D,QAAA,MAAM,IAAI,UAAqD,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAStE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,QAAQ;;kBAA+E,CAAC;AAC5E,KAAK,QAAQ,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC;AAChD,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Soulwork.svelte.d.ts","sourceRoot":"","sources":["../../../../src/lib/ui/modules/projects/Soulwork.svelte.ts"],"names":[],"mappings":"AAMC,OAAO,KAAK,EAAE,qBAAqB,EAAE,MAAM,iCAAiC,CAAC;AAM7E,QAAA,MAAM,SAAS,GAAyB,OAAO,qBAAqB,KAAqB,UAAU,CAAC,OAAO,QAAQ,EAAE,OAAO,CAkChG,CAAC;AAE7B,QAAA,MAAM,GAAG,aAAa,CAAC;AACvB,QAAA,MAAM,WAAW,yFACsE,CAAC;AACxF,QAAA,MAAM,SAAS,yFACwE,CAAC;AACxF,QAAA,MAAM,WAAW,yCAAyC,CAAC;AAC3D,QAAA,MAAM,IAAI,UAAqD,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,GAAG,EAAE,WAAW,EAAE,SAAS,EAAE,WAAW,EAAE,IAAI,EAAE,CAAC;AAStE,UAAU,kCAAkC,CAAC,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,MAAM,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,KAAK,SAAS,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,GAAG,GAAG,EAAE,OAAO,GAAG,EAAE,EAAE,QAAQ,GAAG,MAAM;IACpM,KAAK,OAAO,EAAE,OAAO,QAAQ,EAAE,2BAA2B,CAAC,KAAK,CAAC,GAAG,OAAO,QAAQ,EAAE,eAAe,CAAC,KAAK,EAAE,MAAM,EAAE,KAAK,CAAC,GAAG;QAAE,UAAU,CAAC,EAAE,QAAQ,CAAA;KAAE,GAAG,OAAO,CAAC;IACjK,CAAC,QAAQ,EAAE,OAAO,EAAE,KAAK,EAAE;QAAC,QAAQ,CAAC,EAAE,MAAM,CAAC;QAAC,OAAO,CAAC,EAAE,KAAK,CAAA;KAAC,GAAG,OAAO,GAAG;QAAE,IAAI,CAAC,EAAE,GAAG,CAAC;QAAC,GAAG,CAAC,EAAE,GAAG,CAAA;KAAE,CAAC;IACtG,YAAY,CAAC,EAAE,QAAQ,CAAC;CAC3B;AAKD,QAAA,MAAM,QAAQ;;kBAA+E,CAAC;AAC5E,KAAK,QAAQ,GAAG,YAAY,CAAC,OAAO,QAAQ,CAAC,CAAC;AAChD,eAAe,QAAQ,CAAC"}