sveltekit-ui 1.1.74 → 1.1.76

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 (619) hide show
  1. package/CHANGELOG.md +34 -0
  2. package/LICENSE +21 -0
  3. package/README.md +45 -18
  4. package/dist/Components/Alert/index.svelte +8 -1
  5. package/dist/Components/Alert/index.svelte.d.ts +15 -0
  6. package/dist/Components/Alert/manager.svelte.d.ts +13 -0
  7. package/dist/Components/Alert/{index.svelte.js → manager.svelte.js} +30 -5
  8. package/dist/Components/ArrowToggle/index.svelte.d.ts +15 -0
  9. package/dist/Components/Attachment/index.svelte +18 -8
  10. package/dist/Components/Attachment/index.svelte.d.ts +11 -0
  11. package/dist/Components/Attachment/manager.svelte.d.ts +14 -0
  12. package/dist/Components/Attachment/manager.svelte.js +224 -0
  13. package/dist/Components/Audio/index.svelte +20 -16
  14. package/dist/Components/Audio/index.svelte.d.ts +11 -0
  15. package/dist/Components/Audio/manager.svelte.d.ts +55 -0
  16. package/dist/Components/Audio/{index.svelte.js → manager.svelte.js} +225 -66
  17. package/dist/Components/AudioEditor/index.svelte +6 -3
  18. package/dist/Components/AudioEditor/index.svelte.d.ts +13 -0
  19. package/dist/Components/AudioEditor/manager.svelte.d.ts +254 -0
  20. package/dist/Components/AudioEditor/{index.svelte.js → manager.svelte.js} +249 -157
  21. package/dist/Components/AuthCodeInput/index.svelte +2 -0
  22. package/dist/Components/AuthCodeInput/index.svelte.d.ts +11 -0
  23. package/dist/Components/AuthCodeInput/manager.svelte.d.ts +18 -0
  24. package/dist/Components/AuthCodeInput/{index.svelte.js → manager.svelte.js} +16 -6
  25. package/dist/Components/Breadcrumbs/index.svelte +2 -2
  26. package/dist/Components/Breadcrumbs/index.svelte.d.ts +11 -0
  27. package/dist/Components/Breadcrumbs/manager.svelte.d.ts +8 -0
  28. package/{src/lib/Components/Breadcrumbs/index.svelte.js → dist/Components/Breadcrumbs/manager.svelte.js} +12 -4
  29. package/dist/Components/Button/index.svelte +4 -2
  30. package/dist/Components/Button/index.svelte.d.ts +13 -0
  31. package/dist/Components/Button/manager.svelte.d.ts +79 -0
  32. package/dist/Components/Button/{index.svelte.js → manager.svelte.js} +46 -10
  33. package/dist/Components/Chart/Klines/index.svelte.d.ts +11 -0
  34. package/dist/Components/Chart/index.svelte.d.ts +11 -0
  35. package/dist/Components/Chart/manager.svelte.d.ts +46 -0
  36. package/{src/lib/Components/Chart/index.svelte.js → dist/Components/Chart/manager.svelte.js} +37 -46
  37. package/dist/Components/ChartInput/DisplayNav/Klines/index.svelte.d.ts +21 -0
  38. package/dist/Components/ChartInput/DisplayNav/Lines/index.svelte.d.ts +19 -0
  39. package/dist/Components/ChartInput/DisplayNav/index.svelte.d.ts +11 -0
  40. package/dist/Components/ChartInput/EditPanel/index.svelte.d.ts +11 -0
  41. package/dist/Components/ChartInput/index.svelte.d.ts +11 -0
  42. package/dist/Components/ChartInput/manager.svelte.d.ts +34 -0
  43. package/dist/Components/ChartInput/{index.svelte.js → manager.svelte.js} +12 -21
  44. package/dist/Components/Checkbox/index.svelte +7 -9
  45. package/dist/Components/Checkbox/index.svelte.d.ts +11 -0
  46. package/dist/Components/Checkbox/manager.svelte.d.ts +97 -0
  47. package/dist/Components/Checkbox/{index.svelte.js → manager.svelte.js} +11 -5
  48. package/dist/Components/Code/index.svelte +2 -1
  49. package/dist/Components/Code/index.svelte.d.ts +11 -0
  50. package/dist/Components/Code/manager.svelte.d.ts +7 -0
  51. package/dist/Components/Code/{index.svelte.js → manager.svelte.js} +6 -1
  52. package/dist/Components/Color/index.svelte +29 -24
  53. package/dist/Components/Color/index.svelte.d.ts +11 -0
  54. package/dist/Components/Color/manager.svelte.d.ts +9 -0
  55. package/{src/lib/Components/Color/index.svelte.js → dist/Components/Color/manager.svelte.js} +10 -2
  56. package/dist/Components/ColorInput/ChromaPicker/index.svelte +13 -8
  57. package/dist/Components/ColorInput/ChromaPicker/index.svelte.d.ts +11 -0
  58. package/dist/Components/ColorInput/ColorPalette/index.svelte +17 -10
  59. package/dist/Components/ColorInput/ColorPalette/index.svelte.d.ts +11 -0
  60. package/dist/Components/ColorInput/OpacityPicker/index.svelte +14 -9
  61. package/dist/Components/ColorInput/OpacityPicker/index.svelte.d.ts +11 -0
  62. package/dist/Components/ColorInput/ShowcasePicker/index.svelte +18 -10
  63. package/dist/Components/ColorInput/ShowcasePicker/index.svelte.d.ts +11 -0
  64. package/dist/Components/ColorInput/index.svelte.d.ts +11 -0
  65. package/dist/Components/ColorInput/manager.svelte.d.ts +41 -0
  66. package/dist/Components/ColorInput/{index.svelte.js → manager.svelte.js} +38 -16
  67. package/dist/Components/ConditionsInput/index.svelte.d.ts +11 -0
  68. package/dist/Components/ConditionsInput/manager.svelte.d.ts +16 -0
  69. package/dist/Components/ConditionsInput/{index.svelte.js → manager.svelte.js} +5 -8
  70. package/dist/Components/Confetti/index.svelte +15 -1
  71. package/dist/Components/Confetti/index.svelte.d.ts +11 -0
  72. package/dist/Components/Confetti/manager.svelte.d.ts +12 -0
  73. package/dist/Components/Confetti/{index.svelte.js → manager.svelte.js} +22 -5
  74. package/dist/Components/Content/index.svelte +92 -23
  75. package/dist/Components/Content/index.svelte.d.ts +11 -0
  76. package/dist/Components/Content/manager.svelte.d.ts +7 -0
  77. package/dist/Components/Content/{index.svelte.js → manager.svelte.js} +30 -34
  78. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Audio/index.svelte.d.ts +11 -0
  79. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Audio/manager.svelte.d.ts +39 -0
  80. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Audio/{index.svelte.js → manager.svelte.js} +4 -5
  81. package/dist/Components/ContentInput/AttributesInput/CustomConfig/AudioAdvanced/index.svelte.d.ts +11 -0
  82. package/dist/Components/ContentInput/AttributesInput/CustomConfig/AudioAdvanced/manager.svelte.d.ts +39 -0
  83. package/dist/Components/ContentInput/AttributesInput/CustomConfig/AudioAdvanced/{index.svelte.js → manager.svelte.js} +4 -5
  84. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Dropdown/index.svelte.d.ts +11 -0
  85. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Dropdown/manager.svelte.d.ts +19 -0
  86. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Dropdown/{index.svelte.js → manager.svelte.js} +5 -5
  87. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Image/index.svelte.d.ts +11 -0
  88. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Image/manager.svelte.d.ts +34 -0
  89. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Image/{index.svelte.js → manager.svelte.js} +4 -5
  90. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Number/index.svelte +1 -5
  91. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Number/index.svelte.d.ts +11 -0
  92. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Number/manager.svelte.d.ts +23 -0
  93. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Number/{index.svelte.js → manager.svelte.js} +14 -7
  94. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Qr/index.svelte.d.ts +11 -0
  95. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Qr/manager.svelte.d.ts +19 -0
  96. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Qr/{index.svelte.js → manager.svelte.js} +6 -6
  97. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Slider/index.svelte.d.ts +11 -0
  98. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Slider/manager.svelte.d.ts +10 -0
  99. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Slider/{index.svelte.js → manager.svelte.js} +4 -4
  100. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TableAdvanced/index.svelte.d.ts +11 -0
  101. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TableAdvanced/manager.svelte.d.ts +44 -0
  102. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TableAdvanced/{index.svelte.js → manager.svelte.js} +10 -12
  103. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Tag/index.svelte.d.ts +11 -0
  104. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Tag/manager.svelte.d.ts +190 -0
  105. package/dist/Components/ContentInput/AttributesInput/CustomConfig/Tag/{index.svelte.js → manager.svelte.js} +7 -9
  106. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TextInput/index.svelte.d.ts +11 -0
  107. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TextInput/manager.svelte.d.ts +19 -0
  108. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TextInput/{index.svelte.js → manager.svelte.js} +5 -5
  109. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/index.svelte.d.ts +11 -0
  110. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/manager.svelte.d.ts +8 -0
  111. package/dist/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/{index.svelte.js → manager.svelte.js} +4 -4
  112. package/dist/Components/ContentInput/AttributesInput/DefinedTypeInput/index.svelte.d.ts +13 -0
  113. package/dist/Components/ContentInput/AttributesInput/DefinedTypeInput/manager.svelte.d.ts +11 -0
  114. package/dist/Components/ContentInput/AttributesInput/DefinedTypeInput/{index.svelte.js → manager.svelte.js} +3 -3
  115. package/dist/Components/ContentInput/AttributesInput/index.svelte +2 -0
  116. package/dist/Components/ContentInput/AttributesInput/index.svelte.d.ts +11 -0
  117. package/dist/Components/ContentInput/AttributesInput/manager.svelte.d.ts +13 -0
  118. package/dist/Components/ContentInput/AttributesInput/{index.svelte.js → manager.svelte.js} +28 -24
  119. package/dist/Components/ContentInput/ContentPanelBuilder/AddElement/index.svelte.d.ts +11 -0
  120. package/dist/Components/ContentInput/ContentPanelBuilder/AddElement/manager.svelte.d.ts +9 -0
  121. package/dist/Components/ContentInput/ContentPanelBuilder/AddElement/{index.svelte.js → manager.svelte.js} +3 -3
  122. package/dist/Components/ContentInput/ContentPanelBuilder/ElementList/index.svelte +4 -6
  123. package/dist/Components/ContentInput/ContentPanelBuilder/ElementList/index.svelte.d.ts +13 -0
  124. package/dist/Components/ContentInput/ContentPanelBuilder/index.svelte +1 -1
  125. package/dist/Components/ContentInput/ContentPanelBuilder/index.svelte.d.ts +11 -0
  126. package/dist/Components/ContentInput/index.svelte +1 -1
  127. package/dist/Components/ContentInput/index.svelte.d.ts +13 -0
  128. package/dist/Components/ContentInput/manager.svelte.d.ts +59 -0
  129. package/dist/Components/ContentInput/{index.svelte.js → manager.svelte.js} +8 -8
  130. package/dist/Components/CronInput/index.svelte +2 -2
  131. package/dist/Components/CronInput/index.svelte.d.ts +11 -0
  132. package/dist/Components/CronInput/manager.svelte.d.ts +19 -0
  133. package/dist/Components/CronInput/{index.svelte.js → manager.svelte.js} +6 -4
  134. package/dist/Components/DataTypeInput/index.svelte +3 -3
  135. package/dist/Components/DataTypeInput/index.svelte.d.ts +11 -0
  136. package/dist/Components/DataTypeInput/manager.svelte.d.ts +36 -0
  137. package/dist/Components/DataTypeInput/{index.svelte.js → manager.svelte.js} +11 -12
  138. package/dist/Components/Dropdown/index.svelte.d.ts +11 -0
  139. package/dist/Components/Dropdown/manager.svelte.d.ts +51 -0
  140. package/dist/Components/Dropdown/{index.svelte.js → manager.svelte.js} +39 -19
  141. package/dist/Components/EmailAddress/index.svelte.d.ts +11 -0
  142. package/dist/Components/EmailAddress/manager.svelte.d.ts +164 -0
  143. package/dist/Components/EmailAddress/manager.svelte.js +52 -0
  144. package/dist/Components/ErrorX/index.svelte +2 -0
  145. package/dist/Components/ErrorX/index.svelte.d.ts +15 -0
  146. package/dist/Components/Eye/index.svelte.d.ts +19 -0
  147. package/dist/Components/FileInput/index.svelte +6 -3
  148. package/dist/Components/FileInput/index.svelte.d.ts +11 -0
  149. package/dist/Components/FileInput/manager.svelte.d.ts +31 -0
  150. package/dist/Components/FileInput/{index.svelte.js → manager.svelte.js} +22 -13
  151. package/dist/Components/Hamburger/index.svelte.d.ts +19 -0
  152. package/dist/Components/HorizScrollBox/index.svelte +72 -31
  153. package/dist/Components/HorizScrollBox/index.svelte.d.ts +13 -0
  154. package/dist/Components/Icon/index.svelte +2 -2
  155. package/dist/Components/Icon/index.svelte.d.ts +11 -0
  156. package/dist/Components/Icon/manager.svelte.d.ts +23 -0
  157. package/dist/Components/IconInput/index.svelte.d.ts +11 -0
  158. package/dist/Components/IconInput/manager.svelte.d.ts +17 -0
  159. package/dist/Components/IconInput/{index.svelte.js → manager.svelte.js} +5 -5
  160. package/dist/Components/Image/index.svelte.d.ts +11 -0
  161. package/dist/Components/Image/manager.svelte.d.ts +18 -0
  162. package/dist/Components/Image/{index.svelte.js → manager.svelte.js} +17 -5
  163. package/dist/Components/ImageEditor/Image/CropBox/index.svelte.d.ts +11 -0
  164. package/dist/Components/ImageEditor/Image/index.svelte +6 -1
  165. package/dist/Components/ImageEditor/Image/index.svelte.d.ts +11 -0
  166. package/dist/Components/ImageEditor/Panels/AI/index.svelte.d.ts +11 -0
  167. package/dist/Components/ImageEditor/Panels/Crop/index.svelte.d.ts +11 -0
  168. package/dist/Components/ImageEditor/Panels/File/QualityPicker/index.svelte.d.ts +11 -0
  169. package/dist/Components/ImageEditor/Panels/File/index.svelte.d.ts +11 -0
  170. package/dist/Components/ImageEditor/Panels/Filters/index.svelte.d.ts +11 -0
  171. package/dist/Components/ImageEditor/Panels/Resize/index.svelte.d.ts +11 -0
  172. package/dist/Components/ImageEditor/index.svelte.d.ts +11 -0
  173. package/dist/Components/ImageEditor/manager.svelte.d.ts +117 -0
  174. package/dist/Components/ImageEditor/{index.svelte.js → manager.svelte.js} +259 -132
  175. package/dist/Components/ImageSlider/index.svelte.d.ts +11 -0
  176. package/dist/Components/ImageSlider/manager.svelte.d.ts +91 -0
  177. package/dist/Components/ImageSlider/{index.svelte.js → manager.svelte.js} +3 -3
  178. package/dist/Components/InfoBox/index.svelte +9 -4
  179. package/dist/Components/InfoBox/index.svelte.d.ts +29 -0
  180. package/dist/Components/Json/Nested/index.svelte.d.ts +13 -0
  181. package/dist/Components/Json/index.svelte.d.ts +11 -0
  182. package/dist/Components/Json/manager.svelte.d.ts +21 -0
  183. package/dist/Components/Json/{index.svelte.js → manager.svelte.js} +19 -22
  184. package/dist/Components/LabeledItem/index.svelte.d.ts +41 -0
  185. package/dist/Components/Layout/NavBar/FullNav/index.svelte.d.ts +13 -0
  186. package/dist/Components/Layout/NavBar/NavGuts/index.svelte.d.ts +15 -0
  187. package/dist/Components/Layout/NavBar/index.svelte +2 -2
  188. package/dist/Components/Layout/NavBar/index.svelte.d.ts +19 -0
  189. package/dist/Components/Layout/index.svelte +13 -7
  190. package/dist/Components/Layout/index.svelte.d.ts +23 -0
  191. package/dist/Components/Layout/manager.svelte.d.ts +80 -0
  192. package/dist/Components/Layout/{index.svelte.js → manager.svelte.js} +10 -7
  193. package/dist/Components/Link/index.svelte +30 -20
  194. package/dist/Components/Link/index.svelte.d.ts +13 -0
  195. package/dist/Components/Link/manager.svelte.d.ts +18 -0
  196. package/dist/Components/Link/{index.svelte.js → manager.svelte.js} +22 -8
  197. package/dist/Components/LoadingSuccessDiv/index.svelte +3 -0
  198. package/dist/Components/LoadingSuccessDiv/index.svelte.d.ts +25 -0
  199. package/dist/Components/LoadingWheel/index.svelte +8 -2
  200. package/dist/Components/LoadingWheel/index.svelte.d.ts +19 -0
  201. package/dist/Components/Location/index.svelte +31 -6
  202. package/dist/Components/Location/index.svelte.d.ts +11 -0
  203. package/dist/Components/Location/manager.svelte.d.ts +17 -0
  204. package/dist/Components/Location/manager.svelte.js +303 -0
  205. package/dist/Components/LocationInput/index.svelte +23 -5
  206. package/dist/Components/LocationInput/index.svelte.d.ts +11 -0
  207. package/dist/Components/LocationInput/manager.svelte.d.ts +36 -0
  208. package/dist/Components/LocationInput/{index.svelte.js → manager.svelte.js} +59 -54
  209. package/dist/Components/Number/index.svelte.d.ts +11 -0
  210. package/dist/Components/Number/manager.svelte.d.ts +4 -0
  211. package/dist/Components/Number/manager.svelte.js +132 -0
  212. package/dist/Components/PhoneCountryCode/index.svelte +3 -1
  213. package/dist/Components/PhoneCountryCode/index.svelte.d.ts +11 -0
  214. package/dist/Components/PhoneCountryCode/manager.svelte.d.ts +5 -0
  215. package/{src/lib/Components/PhoneCountryCode/index.svelte.js → dist/Components/PhoneCountryCode/manager.svelte.js} +4 -3
  216. package/dist/Components/PhoneNumber/index.svelte.d.ts +11 -0
  217. package/dist/Components/PhoneNumber/manager.svelte.d.ts +84 -0
  218. package/dist/Components/PhoneNumber/manager.svelte.js +51 -0
  219. package/dist/Components/Popover/index.svelte +46 -6
  220. package/dist/Components/Popover/index.svelte.d.ts +19 -0
  221. package/dist/Components/Popover/manager.svelte.d.ts +115 -0
  222. package/dist/Components/Popover/{index.svelte.js → manager.svelte.js} +26 -13
  223. package/dist/Components/Qr/index.svelte +7 -4
  224. package/dist/Components/Qr/index.svelte.d.ts +11 -0
  225. package/dist/Components/Qr/manager.svelte.d.ts +34 -0
  226. package/{src/lib/Components/Qr/index.svelte.js → dist/Components/Qr/manager.svelte.js} +107 -54
  227. package/dist/Components/QrInput/index.svelte.d.ts +11 -0
  228. package/dist/Components/QrInput/manager.svelte.d.ts +37 -0
  229. package/dist/Components/QrInput/{index.svelte.js → manager.svelte.js} +12 -9
  230. package/dist/Components/Slider/index.svelte +16 -8
  231. package/dist/Components/Slider/index.svelte.d.ts +11 -0
  232. package/dist/Components/Slider/manager.svelte.d.ts +54 -0
  233. package/dist/Components/Slider/{index.svelte.js → manager.svelte.js} +34 -12
  234. package/dist/Components/Spacer/index.svelte.d.ts +25 -0
  235. package/dist/Components/StoragePicker/DisplayFile/index.svelte.d.ts +11 -0
  236. package/dist/Components/StoragePicker/index.svelte +6 -0
  237. package/dist/Components/StoragePicker/index.svelte.d.ts +11 -0
  238. package/dist/Components/StoragePicker/manager.svelte.d.ts +48 -0
  239. package/dist/Components/StoragePicker/{index.svelte.js → manager.svelte.js} +233 -137
  240. package/dist/Components/SuccessCheck/index.svelte +2 -0
  241. package/dist/Components/SuccessCheck/index.svelte.d.ts +15 -0
  242. package/dist/Components/TableAdvanced/ColumnInput/index.svelte.d.ts +11 -0
  243. package/dist/Components/TableAdvanced/ColumnInput/manager.svelte.d.ts +62 -0
  244. package/dist/Components/TableAdvanced/ColumnInput/{index.svelte.js → manager.svelte.js} +9 -11
  245. package/dist/Components/TableAdvanced/FilterInput/index.svelte.d.ts +11 -0
  246. package/dist/Components/TableAdvanced/FilterInput/manager.svelte.d.ts +17 -0
  247. package/dist/Components/TableAdvanced/FilterInput/{index.svelte.js → manager.svelte.js} +6 -8
  248. package/dist/Components/TableAdvanced/Pagination/index.svelte.d.ts +11 -0
  249. package/dist/Components/TableAdvanced/Pagination/manager.svelte.d.ts +12 -0
  250. package/dist/Components/TableAdvanced/Pagination/{index.svelte.js → manager.svelte.js} +1 -1
  251. package/dist/Components/TableAdvanced/SortByInput/index.svelte.d.ts +11 -0
  252. package/dist/Components/TableAdvanced/SortByInput/manager.svelte.d.ts +17 -0
  253. package/dist/Components/TableAdvanced/SortByInput/{index.svelte.js → manager.svelte.js} +4 -5
  254. package/dist/Components/TableAdvanced/index.svelte.d.ts +13 -0
  255. package/dist/Components/TableAdvanced/manager.svelte.d.ts +89 -0
  256. package/dist/Components/TableAdvanced/{index.svelte.js → manager.svelte.js} +20 -29
  257. package/dist/Components/Tag/index.svelte +3 -3
  258. package/dist/Components/Tag/index.svelte.d.ts +11 -0
  259. package/dist/Components/Tag/manager.svelte.d.ts +10 -0
  260. package/dist/Components/Tag/manager.svelte.js +118 -0
  261. package/dist/Components/TextArrayInput/index.svelte.d.ts +11 -0
  262. package/dist/Components/TextArrayInput/manager.svelte.d.ts +26 -0
  263. package/dist/Components/TextArrayInput/{index.svelte.js → manager.svelte.js} +10 -3
  264. package/dist/Components/TextInput/PasswordTooltip/index.svelte.d.ts +21 -0
  265. package/dist/Components/TextInput/index.svelte +3 -3
  266. package/dist/Components/TextInput/index.svelte.d.ts +11 -0
  267. package/dist/Components/TextInput/manager.svelte.d.ts +56 -0
  268. package/dist/Components/TextInput/{index.svelte.js → manager.svelte.js} +49 -21
  269. package/dist/Components/Time/index.svelte.d.ts +11 -0
  270. package/dist/Components/Time/manager.svelte.d.ts +31 -0
  271. package/dist/Components/Time/manager.svelte.js +44 -0
  272. package/dist/Components/TimeInput/NumberToggler/index.svelte.d.ts +11 -0
  273. package/dist/Components/TimeInput/NumberToggler/manager.svelte.d.ts +8 -0
  274. package/{src/lib/Components/TimeInput/NumberToggler/index.svelte.js → dist/Components/TimeInput/NumberToggler/manager.svelte.js} +4 -2
  275. package/dist/Components/TimeInput/index.d.ts +193 -0
  276. package/dist/Components/TimeInput/index.js +36 -12
  277. package/dist/Components/TimeInput/index.svelte +8 -4
  278. package/dist/Components/TimeInput/index.svelte.d.ts +11 -0
  279. package/dist/Components/TimeInput/manager.svelte.d.ts +67 -0
  280. package/dist/Components/TimeInput/{index.svelte.js → manager.svelte.js} +26 -13
  281. package/dist/Components/Tooltip/index.svelte +13 -5
  282. package/dist/Components/Tooltip/index.svelte.d.ts +15 -0
  283. package/dist/Components/TransparentBackground/index.svelte.d.ts +17 -0
  284. package/dist/Components/TypingDots/index.svelte.d.ts +11 -0
  285. package/dist/Components/VariablePathInput/index.svelte.d.ts +11 -0
  286. package/dist/Components/VariablePathInput/manager.svelte.d.ts +13 -0
  287. package/dist/Components/VariablePathInput/{index.svelte.js → manager.svelte.js} +7 -7
  288. package/dist/Components/VideoTBD/index.svelte.d.ts +6 -0
  289. package/dist/Components/XFollow/index.svelte +34 -6
  290. package/dist/Components/XFollow/index.svelte.d.ts +13 -0
  291. package/dist/Components/XPost/index.svelte +12 -4
  292. package/dist/Components/XPost/index.svelte.d.ts +11 -0
  293. package/dist/Components/XPost/manager.svelte.d.ts +14 -0
  294. package/dist/Components/XPost/manager.svelte.js +173 -0
  295. package/dist/Components/YoutubeChannelButton/index.svelte +23 -5
  296. package/dist/Components/YoutubeChannelButton/index.svelte.d.ts +13 -0
  297. package/dist/Components/YoutubeVideo/index.svelte +14 -6
  298. package/dist/Components/YoutubeVideo/index.svelte.d.ts +11 -0
  299. package/dist/Components/YoutubeVideo/manager.svelte.d.ts +24 -0
  300. package/dist/Components/YoutubeVideo/manager.svelte.js +186 -0
  301. package/dist/actions/draggable.d.ts +3 -0
  302. package/dist/actions/draggable.js +16 -8
  303. package/dist/actions/index.d.ts +3 -0
  304. package/dist/actions/no_spaces.d.ts +4 -0
  305. package/dist/actions/no_spaces.js +1 -1
  306. package/dist/actions/numbers_only.d.ts +3 -0
  307. package/dist/actions/numbers_only.js +1 -1
  308. package/dist/actions/scroll_y.d.ts +3 -0
  309. package/dist/actions/scroll_y.js +6 -2
  310. package/dist/actions/stop_scroll_propagation_y.d.ts +3 -0
  311. package/dist/actions/stop_scroll_propagation_y.js +20 -12
  312. package/dist/actions/swipe_handler.d.ts +3 -0
  313. package/dist/actions/swipe_handler.js +26 -9
  314. package/dist/client/astc_formatting/index.d.ts +25 -0
  315. package/dist/client/astc_formatting/index.js +113 -60
  316. package/dist/client/index.d.ts +61 -0
  317. package/dist/client/index.js +221 -89
  318. package/dist/client/links.d.ts +7 -0
  319. package/dist/client/links.js +68 -0
  320. package/dist/client/mapkit.d.ts +4 -0
  321. package/dist/client/mapkit.js +103 -0
  322. package/dist/client/types/index.d.ts +5678 -0
  323. package/dist/client/types/index.js +1 -21
  324. package/dist/index.d.ts +117 -0
  325. package/dist/index.js +56 -45
  326. package/package.json +44 -7
  327. package/dist/Components/Attachment/index.svelte.js +0 -119
  328. package/dist/Components/Breadcrumbs/index.svelte.js +0 -88
  329. package/dist/Components/Chart/index.svelte.js +0 -1917
  330. package/dist/Components/Color/index.svelte.js +0 -31
  331. package/dist/Components/EmailAddress/index.svelte.js +0 -45
  332. package/dist/Components/Location/index.svelte.js +0 -288
  333. package/dist/Components/Number/index.svelte.js +0 -151
  334. package/dist/Components/PhoneCountryCode/index.svelte.js +0 -260
  335. package/dist/Components/PhoneNumber/index.svelte.js +0 -41
  336. package/dist/Components/Qr/index.svelte.js +0 -301
  337. package/dist/Components/Tag/index.svelte.js +0 -76
  338. package/dist/Components/Time/index.svelte.js +0 -38
  339. package/dist/Components/TimeInput/NumberToggler/index.svelte.js +0 -79
  340. package/dist/Components/XPost/index.svelte.js +0 -64
  341. package/dist/Components/YoutubeVideo/index.svelte.js +0 -133
  342. package/dist/client/docs/index.js +0 -7670
  343. package/jsconfig.json +0 -9
  344. package/scripts/clean-dist.js +0 -11
  345. package/scripts/use-next-npm-version.js +0 -80
  346. package/src/app.html +0 -17
  347. package/src/hooks.server.js +0 -7
  348. package/src/lib/Components/Alert/index.svelte +0 -88
  349. package/src/lib/Components/Alert/index.svelte.js +0 -101
  350. package/src/lib/Components/ArrowToggle/index.svelte +0 -62
  351. package/src/lib/Components/Attachment/index.svelte +0 -77
  352. package/src/lib/Components/Attachment/index.svelte.js +0 -119
  353. package/src/lib/Components/Audio/index.svelte +0 -199
  354. package/src/lib/Components/Audio/index.svelte.js +0 -543
  355. package/src/lib/Components/AudioEditor/index.svelte +0 -252
  356. package/src/lib/Components/AudioEditor/index.svelte.js +0 -977
  357. package/src/lib/Components/AudioEditor/samples/alloy-voice-sample.mp3 +0 -0
  358. package/src/lib/Components/AudioEditor/samples/echo-voice-sample.mp3 +0 -0
  359. package/src/lib/Components/AudioEditor/samples/fable-voice-sample.mp3 +0 -0
  360. package/src/lib/Components/AudioEditor/samples/nova-voice-sample.mp3 +0 -0
  361. package/src/lib/Components/AudioEditor/samples/onyx-voice-sample.mp3 +0 -0
  362. package/src/lib/Components/AudioEditor/samples/shimmer-voice-sample.mp3 +0 -0
  363. package/src/lib/Components/AuthCodeInput/index.svelte +0 -85
  364. package/src/lib/Components/AuthCodeInput/index.svelte.js +0 -95
  365. package/src/lib/Components/Breadcrumbs/index.svelte +0 -27
  366. package/src/lib/Components/Button/index.svelte +0 -735
  367. package/src/lib/Components/Button/index.svelte.js +0 -408
  368. package/src/lib/Components/Chart/Klines/index.svelte +0 -87
  369. package/src/lib/Components/Chart/index.svelte +0 -279
  370. package/src/lib/Components/ChartInput/DisplayNav/Klines/index.svelte +0 -157
  371. package/src/lib/Components/ChartInput/DisplayNav/Lines/index.svelte +0 -55
  372. package/src/lib/Components/ChartInput/DisplayNav/index.svelte +0 -297
  373. package/src/lib/Components/ChartInput/EditPanel/index.svelte +0 -155
  374. package/src/lib/Components/ChartInput/index.svelte +0 -21
  375. package/src/lib/Components/ChartInput/index.svelte.js +0 -671
  376. package/src/lib/Components/Checkbox/index.svelte +0 -410
  377. package/src/lib/Components/Checkbox/index.svelte.js +0 -178
  378. package/src/lib/Components/Code/index.svelte +0 -23
  379. package/src/lib/Components/Code/index.svelte.js +0 -33
  380. package/src/lib/Components/Color/index.svelte +0 -51
  381. package/src/lib/Components/ColorInput/ChromaPicker/index.svelte +0 -50
  382. package/src/lib/Components/ColorInput/ColorPalette/index.svelte +0 -62
  383. package/src/lib/Components/ColorInput/OpacityPicker/index.svelte +0 -68
  384. package/src/lib/Components/ColorInput/ShowcasePicker/index.svelte +0 -136
  385. package/src/lib/Components/ColorInput/index.svelte +0 -70
  386. package/src/lib/Components/ColorInput/index.svelte.js +0 -386
  387. package/src/lib/Components/ConditionsInput/index.svelte +0 -46
  388. package/src/lib/Components/ConditionsInput/index.svelte.js +0 -201
  389. package/src/lib/Components/Confetti/index.svelte +0 -98
  390. package/src/lib/Components/Confetti/index.svelte.js +0 -94
  391. package/src/lib/Components/Content/index.svelte +0 -500
  392. package/src/lib/Components/Content/index.svelte.js +0 -910
  393. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Audio/index.svelte +0 -31
  394. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Audio/index.svelte.js +0 -258
  395. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/AudioAdvanced/index.svelte +0 -31
  396. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/AudioAdvanced/index.svelte.js +0 -258
  397. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Dropdown/index.svelte +0 -58
  398. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Dropdown/index.svelte.js +0 -206
  399. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Image/index.svelte +0 -28
  400. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Image/index.svelte.js +0 -224
  401. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Number/index.svelte +0 -44
  402. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Number/index.svelte.js +0 -272
  403. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Qr/index.svelte +0 -41
  404. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Qr/index.svelte.js +0 -202
  405. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Slider/index.svelte +0 -19
  406. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Slider/index.svelte.js +0 -117
  407. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TableAdvanced/index.svelte +0 -60
  408. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TableAdvanced/index.svelte.js +0 -542
  409. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Tag/index.svelte +0 -47
  410. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/Tag/index.svelte.js +0 -185
  411. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TextInput/index.svelte +0 -35
  412. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TextInput/index.svelte.js +0 -222
  413. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/index.svelte +0 -20
  414. package/src/lib/Components/ContentInput/AttributesInput/CustomConfig/TimeInput/index.svelte.js +0 -84
  415. package/src/lib/Components/ContentInput/AttributesInput/DefinedTypeInput/index.svelte +0 -25
  416. package/src/lib/Components/ContentInput/AttributesInput/DefinedTypeInput/index.svelte.js +0 -91
  417. package/src/lib/Components/ContentInput/AttributesInput/index.svelte +0 -352
  418. package/src/lib/Components/ContentInput/AttributesInput/index.svelte.js +0 -1436
  419. package/src/lib/Components/ContentInput/ContentPanelBuilder/AddElement/index.svelte +0 -64
  420. package/src/lib/Components/ContentInput/ContentPanelBuilder/AddElement/index.svelte.js +0 -97
  421. package/src/lib/Components/ContentInput/ContentPanelBuilder/ElementList/index.svelte +0 -184
  422. package/src/lib/Components/ContentInput/ContentPanelBuilder/index.svelte +0 -41
  423. package/src/lib/Components/ContentInput/index.svelte +0 -78
  424. package/src/lib/Components/ContentInput/index.svelte.js +0 -1197
  425. package/src/lib/Components/CronInput/index.svelte +0 -78
  426. package/src/lib/Components/CronInput/index.svelte.js +0 -198
  427. package/src/lib/Components/DataTypeInput/index.svelte +0 -174
  428. package/src/lib/Components/DataTypeInput/index.svelte.js +0 -565
  429. package/src/lib/Components/Dropdown/index.svelte +0 -116
  430. package/src/lib/Components/Dropdown/index.svelte.js +0 -403
  431. package/src/lib/Components/EmailAddress/index.svelte +0 -22
  432. package/src/lib/Components/EmailAddress/index.svelte.js +0 -45
  433. package/src/lib/Components/ErrorX/index.svelte +0 -58
  434. package/src/lib/Components/Eye/index.svelte +0 -57
  435. package/src/lib/Components/FileInput/index.svelte +0 -146
  436. package/src/lib/Components/FileInput/index.svelte.js +0 -249
  437. package/src/lib/Components/Hamburger/index.svelte +0 -99
  438. package/src/lib/Components/HorizScrollBox/index.svelte +0 -145
  439. package/src/lib/Components/Icon/index.svelte +0 -412
  440. package/src/lib/Components/Icon/index.svelte.js +0 -116
  441. package/src/lib/Components/IconInput/index.svelte +0 -77
  442. package/src/lib/Components/IconInput/index.svelte.js +0 -259
  443. package/src/lib/Components/Image/index.svelte +0 -128
  444. package/src/lib/Components/Image/index.svelte.js +0 -116
  445. package/src/lib/Components/ImageEditor/Image/CropBox/index.svelte +0 -165
  446. package/src/lib/Components/ImageEditor/Image/index.svelte +0 -104
  447. package/src/lib/Components/ImageEditor/Panels/AI/index.svelte +0 -44
  448. package/src/lib/Components/ImageEditor/Panels/Crop/index.svelte +0 -96
  449. package/src/lib/Components/ImageEditor/Panels/File/QualityPicker/index.svelte +0 -124
  450. package/src/lib/Components/ImageEditor/Panels/File/index.svelte +0 -74
  451. package/src/lib/Components/ImageEditor/Panels/Filters/index.svelte +0 -46
  452. package/src/lib/Components/ImageEditor/Panels/Resize/index.svelte +0 -58
  453. package/src/lib/Components/ImageEditor/index.svelte +0 -93
  454. package/src/lib/Components/ImageEditor/index.svelte.js +0 -1961
  455. package/src/lib/Components/ImageSlider/index.svelte +0 -124
  456. package/src/lib/Components/ImageSlider/index.svelte.js +0 -99
  457. package/src/lib/Components/InfoBox/index.svelte +0 -89
  458. package/src/lib/Components/Json/Nested/index.svelte +0 -157
  459. package/src/lib/Components/Json/index.svelte +0 -60
  460. package/src/lib/Components/Json/index.svelte.js +0 -594
  461. package/src/lib/Components/LabeledItem/index.svelte +0 -102
  462. package/src/lib/Components/Layout/NavBar/FullNav/index.svelte +0 -52
  463. package/src/lib/Components/Layout/NavBar/NavGuts/index.svelte +0 -87
  464. package/src/lib/Components/Layout/NavBar/index.svelte +0 -72
  465. package/src/lib/Components/Layout/index.svelte +0 -149
  466. package/src/lib/Components/Layout/index.svelte.js +0 -363
  467. package/src/lib/Components/Link/index.svelte +0 -47
  468. package/src/lib/Components/Link/index.svelte.js +0 -133
  469. package/src/lib/Components/LoadingSuccessDiv/index.svelte +0 -51
  470. package/src/lib/Components/LoadingWheel/index.svelte +0 -38
  471. package/src/lib/Components/Location/index.svelte +0 -79
  472. package/src/lib/Components/Location/index.svelte.js +0 -288
  473. package/src/lib/Components/LocationInput/index.svelte +0 -197
  474. package/src/lib/Components/LocationInput/index.svelte.js +0 -965
  475. package/src/lib/Components/Number/index.svelte +0 -47
  476. package/src/lib/Components/Number/index.svelte.js +0 -151
  477. package/src/lib/Components/PhoneCountryCode/index.svelte +0 -7
  478. package/src/lib/Components/PhoneNumber/index.svelte +0 -22
  479. package/src/lib/Components/PhoneNumber/index.svelte.js +0 -41
  480. package/src/lib/Components/Popover/index.svelte +0 -396
  481. package/src/lib/Components/Popover/index.svelte.js +0 -319
  482. package/src/lib/Components/Qr/index.svelte +0 -85
  483. package/src/lib/Components/QrInput/index.svelte +0 -47
  484. package/src/lib/Components/QrInput/index.svelte.js +0 -218
  485. package/src/lib/Components/Slider/index.svelte +0 -239
  486. package/src/lib/Components/Slider/index.svelte.js +0 -469
  487. package/src/lib/Components/Spacer/index.svelte +0 -41
  488. package/src/lib/Components/StoragePicker/DisplayFile/index.svelte +0 -15
  489. package/src/lib/Components/StoragePicker/index.svelte +0 -187
  490. package/src/lib/Components/StoragePicker/index.svelte.js +0 -592
  491. package/src/lib/Components/SuccessCheck/index.svelte +0 -56
  492. package/src/lib/Components/TableAdvanced/ColumnInput/index.svelte +0 -117
  493. package/src/lib/Components/TableAdvanced/ColumnInput/index.svelte.js +0 -456
  494. package/src/lib/Components/TableAdvanced/FilterInput/index.svelte +0 -54
  495. package/src/lib/Components/TableAdvanced/FilterInput/index.svelte.js +0 -247
  496. package/src/lib/Components/TableAdvanced/Pagination/index.svelte +0 -43
  497. package/src/lib/Components/TableAdvanced/Pagination/index.svelte.js +0 -97
  498. package/src/lib/Components/TableAdvanced/SortByInput/index.svelte +0 -72
  499. package/src/lib/Components/TableAdvanced/SortByInput/index.svelte.js +0 -176
  500. package/src/lib/Components/TableAdvanced/index.svelte +0 -275
  501. package/src/lib/Components/TableAdvanced/index.svelte.js +0 -1565
  502. package/src/lib/Components/Tag/index.svelte +0 -45
  503. package/src/lib/Components/Tag/index.svelte.js +0 -76
  504. package/src/lib/Components/TextArrayInput/index.svelte +0 -108
  505. package/src/lib/Components/TextArrayInput/index.svelte.js +0 -239
  506. package/src/lib/Components/TextInput/PasswordTooltip/index.svelte +0 -89
  507. package/src/lib/Components/TextInput/index.svelte +0 -223
  508. package/src/lib/Components/TextInput/index.svelte.js +0 -424
  509. package/src/lib/Components/Time/index.svelte +0 -7
  510. package/src/lib/Components/Time/index.svelte.js +0 -38
  511. package/src/lib/Components/TimeInput/NumberToggler/index.svelte +0 -34
  512. package/src/lib/Components/TimeInput/index.js +0 -702
  513. package/src/lib/Components/TimeInput/index.svelte +0 -211
  514. package/src/lib/Components/TimeInput/index.svelte.js +0 -638
  515. package/src/lib/Components/Tooltip/index.svelte +0 -143
  516. package/src/lib/Components/TransparentBackground/index.svelte +0 -153
  517. package/src/lib/Components/TypingDots/index.svelte +0 -84
  518. package/src/lib/Components/VariablePathInput/index.svelte +0 -63
  519. package/src/lib/Components/VariablePathInput/index.svelte.js +0 -273
  520. package/src/lib/Components/VideoTBD/index.svelte +0 -100
  521. package/src/lib/Components/XFollow/index.svelte +0 -42
  522. package/src/lib/Components/XPost/index.svelte +0 -52
  523. package/src/lib/Components/XPost/index.svelte.js +0 -64
  524. package/src/lib/Components/YoutubeChannelButton/index.svelte +0 -82
  525. package/src/lib/Components/YoutubeVideo/index.svelte +0 -164
  526. package/src/lib/Components/YoutubeVideo/index.svelte.js +0 -133
  527. package/src/lib/actions/draggable.js +0 -49
  528. package/src/lib/actions/index.js +0 -24
  529. package/src/lib/actions/no_spaces.js +0 -33
  530. package/src/lib/actions/numbers_only.js +0 -26
  531. package/src/lib/actions/scroll_y.js +0 -28
  532. package/src/lib/actions/stop_scroll_propagation_y.js +0 -42
  533. package/src/lib/actions/swipe_handler.js +0 -295
  534. package/src/lib/client/astc_formatting/index.js +0 -1128
  535. package/src/lib/client/docs/index.js +0 -7670
  536. package/src/lib/client/index.js +0 -735
  537. package/src/lib/client/types/index.js +0 -2815
  538. package/src/lib/index.js +0 -181
  539. package/src/lib/style.css +0 -682
  540. package/src/routes/+layout.js +0 -8
  541. package/src/routes/+layout.svelte +0 -241
  542. package/src/routes/+page.svelte +0 -369
  543. package/src/routes/components/[component]/+page.svelte +0 -174
  544. package/src/routes/components/[component]/Showcase/Alert/index.svelte +0 -26
  545. package/src/routes/components/[component]/Showcase/Audio/index.svelte +0 -87
  546. package/src/routes/components/[component]/Showcase/AudioEditor/index.svelte +0 -93
  547. package/src/routes/components/[component]/Showcase/AuthCodeInput/index.svelte +0 -13
  548. package/src/routes/components/[component]/Showcase/Breadcrumbs/index.svelte +0 -44
  549. package/src/routes/components/[component]/Showcase/Button/index.svelte +0 -350
  550. package/src/routes/components/[component]/Showcase/Chart/index.svelte +0 -11117
  551. package/src/routes/components/[component]/Showcase/Checkbox/index.svelte +0 -52
  552. package/src/routes/components/[component]/Showcase/Code/index.svelte +0 -13
  553. package/src/routes/components/[component]/Showcase/Color/index.svelte +0 -28
  554. package/src/routes/components/[component]/Showcase/ColorInput/index.svelte +0 -35
  555. package/src/routes/components/[component]/Showcase/ConditionsInput/index.svelte +0 -18
  556. package/src/routes/components/[component]/Showcase/Confetti/index.svelte +0 -22
  557. package/src/routes/components/[component]/Showcase/Content/index.svelte +0 -110
  558. package/src/routes/components/[component]/Showcase/ContentInput/index.svelte +0 -1943
  559. package/src/routes/components/[component]/Showcase/CronInput/index.svelte +0 -30
  560. package/src/routes/components/[component]/Showcase/DocsDefinition/index.svelte +0 -155
  561. package/src/routes/components/[component]/Showcase/Dropdown/index.svelte +0 -88
  562. package/src/routes/components/[component]/Showcase/FileInput/index.svelte +0 -40
  563. package/src/routes/components/[component]/Showcase/Icon/index.svelte +0 -120
  564. package/src/routes/components/[component]/Showcase/IconInput/index.svelte +0 -15
  565. package/src/routes/components/[component]/Showcase/Image/index.svelte +0 -167
  566. package/src/routes/components/[component]/Showcase/ImageEditor/index.svelte +0 -90
  567. package/src/routes/components/[component]/Showcase/ImageSlider/index.svelte +0 -26
  568. package/src/routes/components/[component]/Showcase/InfoBox/index.svelte +0 -44
  569. package/src/routes/components/[component]/Showcase/Json/index.svelte +0 -80
  570. package/src/routes/components/[component]/Showcase/LabeledItem/index.svelte +0 -18
  571. package/src/routes/components/[component]/Showcase/Link/index.svelte +0 -15
  572. package/src/routes/components/[component]/Showcase/LoadingWheel/index.svelte +0 -10
  573. package/src/routes/components/[component]/Showcase/Location/index.svelte +0 -681
  574. package/src/routes/components/[component]/Showcase/LocationInput/index.svelte +0 -121
  575. package/src/routes/components/[component]/Showcase/Number/index.svelte +0 -55
  576. package/src/routes/components/[component]/Showcase/Popover/index.svelte +0 -225
  577. package/src/routes/components/[component]/Showcase/Qr/index.svelte +0 -77
  578. package/src/routes/components/[component]/Showcase/QrInput/index.svelte +0 -34
  579. package/src/routes/components/[component]/Showcase/Slider/index.svelte +0 -92
  580. package/src/routes/components/[component]/Showcase/Spacer/index.svelte +0 -27
  581. package/src/routes/components/[component]/Showcase/StoragePicker/index.svelte +0 -139
  582. package/src/routes/components/[component]/Showcase/TableAdvanced/index.svelte +0 -1568
  583. package/src/routes/components/[component]/Showcase/Tag/index.svelte +0 -27
  584. package/src/routes/components/[component]/Showcase/TextArrayInput/index.svelte +0 -23
  585. package/src/routes/components/[component]/Showcase/TextInput/index.svelte +0 -95
  586. package/src/routes/components/[component]/Showcase/Time/index.svelte +0 -43
  587. package/src/routes/components/[component]/Showcase/TimeInput/index.svelte +0 -100
  588. package/src/routes/components/[component]/Showcase/Tooltip/index.svelte +0 -37
  589. package/src/routes/components/[component]/Showcase/TransparentBackground/index.svelte +0 -26
  590. package/src/routes/components/[component]/Showcase/XFollow/index.svelte +0 -7
  591. package/src/routes/components/[component]/Showcase/XPost/index.svelte +0 -24
  592. package/src/routes/components/[component]/Showcase/YoutubeChannelButton/index.svelte +0 -7
  593. package/src/routes/components/[component]/Showcase/YoutubeVideo/index.svelte +0 -15
  594. package/src/routes/sitemap.xml/+server.js +0 -80
  595. package/src/routes/test/+page.svelte +0 -53
  596. package/src/routes/test2/+page.svelte +0 -10908
  597. package/src/routes/test3/+page.server.js +0 -9469
  598. package/src/routes/test3/+page.svelte +0 -109
  599. package/static/android-chrome-192x192.png +0 -0
  600. package/static/android-chrome-512x512.png +0 -0
  601. package/static/apple-touch-icon.png +0 -0
  602. package/static/favicon-inactive.svg +0 -4
  603. package/static/favicon-themed.svg +0 -11
  604. package/static/favicon-transparent-bg.webp +0 -0
  605. package/static/favicon-transparent.webp +0 -0
  606. package/static/favicon.png +0 -0
  607. package/static/favicon.svg +0 -3
  608. package/static/favicon.webp +0 -0
  609. package/static/fonts/ProximaVara.woff2 +0 -0
  610. package/static/fonts/Quicksand-VariableFont.woff2 +0 -0
  611. package/static/fonts/RobotoSerif-VariableFont.woff2 +0 -0
  612. package/static/full_logo.webp +0 -0
  613. package/static/icon.png +0 -0
  614. package/static/site.webmanifest +0 -21
  615. package/static/thumbnail.png +0 -0
  616. package/static/thumbnail.webp +0 -0
  617. package/svelte.config.js +0 -12
  618. package/vite.config.js +0 -6
  619. /package/dist/Components/Icon/{index.svelte.js → manager.svelte.js} +0 -0
@@ -1,1943 +0,0 @@
1
- <script>
2
- import Button from "$lib/Components/Button/index.svelte"
3
- import { create_button_manager } from "$lib/Components/Button/index.svelte.js"
4
- import ContentInput from "$lib/Components/ContentInput/index.svelte"
5
- import { create_content_input_manager } from "$lib/Components/ContentInput/index.svelte.js"
6
- import Json from "$lib/Components/Json/index.svelte"
7
- import { create_json_manager } from "$lib/Components/Json/index.svelte.js"
8
- import DataTypeInput from "$lib/Components/DataTypeInput/index.svelte"
9
- // import { create_data_type_input_manager } from "$lib/Components/DataTypeInput/index.svelte.js"
10
- import { deep_copy, set_definition_stack } from "$lib/client/index.js"
11
- import { PUBLIC_APPLE_MAPKIT_JS_API_KEY } from "$env/static/public"
12
-
13
- const content_variables_initial = {
14
- aaaa: 5,
15
- bbbb: "Hello",
16
- cccc: false,
17
- dddd: [false, false, false, true],
18
- eeee: [
19
- { team: "Albuquerque", points: 2378 },
20
- { team: "Atlanta", points: 2134 },
21
- { team: "Austin", points: 1539 },
22
- { team: "Baltimore", points: 423 },
23
- { team: "Baton Rouge", points: 453 },
24
- { team: "Boise", points: 2700 },
25
- { team: "Boston", points: 4105 },
26
- { team: "Buffalo", points: 3645 },
27
- { team: "Calgary", points: 1619 },
28
- { team: "Charleston", points: 1779 },
29
- { team: "Charlotte", points: 973 },
30
- { team: "Chicago", points: 4003 },
31
- { team: "Cincinnati", points: 1347 },
32
- { team: "Cleveland", points: 4512 },
33
- { team: "Columbus", points: 3895 },
34
- { team: "Dallas", points: 2683 },
35
- { team: "Denver", points: 4989 },
36
- { team: "Detroit", points: 1523 },
37
- { team: "El Paso", points: 1634 },
38
- { team: "Fargo", points: 4409 },
39
- { team: "Fresno", points: 4058 },
40
- { team: "Houston", points: 1285 },
41
- { team: "Indianapolis", points: 2169 },
42
- { team: "Jacksonville", points: 2999 },
43
- { team: "Kansas City", points: 435 },
44
- { team: "Las Vegas", points: 3943 },
45
- { team: "Los Angeles", points: 4822 },
46
- { team: "Louisville", points: 2118 },
47
- { team: "Memphis", points: 1596 },
48
- { team: "Miami", points: 1863 },
49
- { team: "Milwaukee", points: 1680 },
50
- { team: "Minneapolis", points: 2228 },
51
- { team: "Nashville", points: 2135 },
52
- { team: "New Orleans", points: 307 },
53
- { team: "New York", points: 3106 },
54
- { team: "Oakland", points: 1094 },
55
- { team: "Oklahoma City", points: 3275 },
56
- { team: "Omaha", points: 4650 },
57
- { team: "Orlando", points: 2098 },
58
- { team: "Philadelphia", points: 1914 },
59
- { team: "Phoenix", points: 4224 },
60
- { team: "Pittsburgh", points: 4511 },
61
- { team: "Portland", points: 4970 },
62
- { team: "Raleigh", points: 1271 },
63
- { team: "Reno", points: 3504 },
64
- { team: "Richmond", points: 4317 },
65
- { team: "Sacramento", points: 3603 },
66
- { team: "Salt Lake City", points: 1178 },
67
- { team: "San Antonio", points: 1477 },
68
- { team: "San Diego", points: 2691 },
69
- { team: "San Francisco", points: 2836 },
70
- { team: "San Jose", points: 2728 },
71
- { team: "Santa Fe", points: 3931 },
72
- { team: "Seattle", points: 1781 },
73
- { team: "St. Louis", points: 3088 },
74
- { team: "Tampa", points: 179 },
75
- { team: "Toledo", points: 4084 },
76
- { team: "Toronto", points: 0 },
77
- ],
78
- }
79
-
80
- let variables_json_manager = create_json_manager({
81
- val: content_variables_initial,
82
- is_edit_mode: true,
83
- is_show_buttons: true,
84
- is_popover: true,
85
- on_finish: (input) => console.log("finish_var_change", input),
86
- })
87
-
88
- // let data_type_input_manager = create_data_type_input_manager({
89
- // val: {
90
- // type: "object_literal",
91
- // properties: {
92
- // aaaa: {
93
- // type: "float_literal",
94
- // options: {
95
- // min: null,
96
- // max: null,
97
- // },
98
- // },
99
- // bbbb: {
100
- // type: "text_literal",
101
- // options: {},
102
- // },
103
- // cccc: {
104
- // type: "boolean_literal",
105
- // options: {},
106
- // },
107
- // dddd: {
108
- // type: "loop",
109
- // options: {},
110
- // items: {
111
- // type: "boolean_literal",
112
- // options: {},
113
- // },
114
- // },
115
- // eeee: {
116
- // type: "loop",
117
- // options: {},
118
- // items: {
119
- // type: "object_literal",
120
- // properties: {
121
- // team: { type: "text_literal" },
122
- // points: { type: "int_literal" },
123
- // },
124
- // },
125
- // },
126
- // },
127
- // },
128
- // })
129
-
130
- // let set_content_input_type = create_button_manager({
131
- // type: "outlined",
132
- // text: "Set Input Data Type",
133
- // is_compressed: true,
134
- // on_click: () => content_input_manager.set_input_data_type(data_type_input_manager?.val),
135
- // })
136
-
137
- // const initial_val = {
138
- // type_id: "div",
139
- // selector_id: "opmbc",
140
- // children: [
141
- // {
142
- // type_id: "h3",
143
- // selector_id: "wgxib",
144
- // children: [
145
- // {
146
- // type_id: "base_text",
147
- // selector_id: "nznpx",
148
- // children: [],
149
- // attributes: { content_from_variable_path: null, content: "Let's test this stuff out!" },
150
- // },
151
- // ],
152
- // attributes: {},
153
- // },
154
- // {
155
- // type_id: "p",
156
- // selector_id: "sxrngjxb",
157
- // children: [
158
- // {
159
- // type_id: "base_text",
160
- // selector_id: "xflhhley",
161
- // children: [],
162
- // attributes: {
163
- // content:
164
- // "hey this is a test blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah",
165
- // text_color: null,
166
- // },
167
- // },
168
- // {
169
- // type_id: "code_inline",
170
- // selector_id: "xofaovta",
171
- // children: [],
172
- // attributes: { content: "yo yo yo", is_show_copy_button: null, text_color: null },
173
- // },
174
- // {
175
- // type_id: "base_text",
176
- // selector_id: "czzczuba",
177
- // children: [],
178
- // attributes: {
179
- // content:
180
- // "hey this is a test blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah hey this is a test blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah blah",
181
- // text_color: null,
182
- // },
183
- // },
184
- // ],
185
- // attributes: {},
186
- // },
187
- // {
188
- // type_id: "ul",
189
- // selector_id: "thawp",
190
- // children: [
191
- // {
192
- // type_id: "li",
193
- // selector_id: "ynxnv",
194
- // children: [
195
- // {
196
- // type_id: "base_text",
197
- // selector_id: "xaahu",
198
- // children: [],
199
- // attributes: { content: "The checkbox, ", text_color: null },
200
- // },
201
- // {
202
- // type_id: "checkbox",
203
- // selector_id: "iynnb",
204
- // children: [],
205
- // attributes: {
206
- // val_from_variable_path: ["variables", "cccc"],
207
- // type: "checkbox",
208
- // size: 5,
209
- // color: { l: 12, c: 21, h: 24, o: 24, is_dark_theme_invert: true },
210
- // },
211
- // },
212
- // {
213
- // type_id: "base_text",
214
- // selector_id: "loupp",
215
- // children: [],
216
- // attributes: { content: ", is connected to the same var here: ", text_color: null },
217
- // },
218
- // {
219
- // type_id: "base_text",
220
- // selector_id: "ofjlf",
221
- // children: [],
222
- // attributes: {
223
- // content_from_variable_path: ["variables", "cccc"],
224
- // text_color: { l: 9, c: 10, h: 11, o: 24, is_dark_theme_invert: true },
225
- // },
226
- // },
227
- // ],
228
- // attributes: {},
229
- // },
230
- // {
231
- // type_id: "li",
232
- // selector_id: "qlqgujep",
233
- // children: [
234
- // {
235
- // type_id: "base_text",
236
- // selector_id: "ftpoicjq",
237
- // children: [],
238
- // attributes: { content_from_variable_path: ["variables", "cccc"], text_color: null },
239
- // },
240
- // {
241
- // type_id: "checkbox",
242
- // selector_id: "kdotcril",
243
- // children: [],
244
- // attributes: {
245
- // val_from_variable_path: ["variables", "cccc"],
246
- // type: "checkbox",
247
- // size: null,
248
- // color: null,
249
- // },
250
- // },
251
- // ],
252
- // attributes: {},
253
- // },
254
- // {
255
- // type_id: "li",
256
- // selector_id: "istoi",
257
- // children: [
258
- // {
259
- // type_id: "checkbox",
260
- // selector_id: "jfsgb",
261
- // children: [],
262
- // attributes: {
263
- // val_from_variable_path: ["variables", "dddd", 3],
264
- // type: "toggle",
265
- // size: null,
266
- // color: { l: 8, c: 21, h: 7, o: 24, is_dark_theme_invert: true },
267
- // },
268
- // },
269
- // {
270
- // type_id: "base_text",
271
- // selector_id: "allfb",
272
- // children: [],
273
- // attributes: { content: "this one does the show test", text_color: null },
274
- // },
275
- // ],
276
- // attributes: {},
277
- // },
278
- // ],
279
- // attributes: {},
280
- // },
281
- // {
282
- // type_id: "loop",
283
- // selector_id: "bwrgl",
284
- // children: [
285
- // {
286
- // type_id: "h5",
287
- // selector_id: "clrzp",
288
- // children: [
289
- // {
290
- // type_id: "base_text",
291
- // selector_id: "zsaou",
292
- // children: [],
293
- // attributes: {
294
- // content_from_variable_path: ["variables", "dddd", ["booly_i"]],
295
- // text_color: { l: 15, c: 13, h: 6, o: 24, is_dark_theme_invert: true },
296
- // },
297
- // },
298
- // ],
299
- // attributes: {},
300
- // },
301
- // {
302
- // type_id: "checkbox",
303
- // selector_id: "lqvon",
304
- // children: [],
305
- // attributes: {
306
- // val_from_variable_path: ["variables", "dddd", ["booly_i"]],
307
- // type: "checkbox",
308
- // size: 2.4,
309
- // color: null,
310
- // },
311
- // },
312
- // ],
313
- // attributes: { iter_identifier: "booly_i", val_from_variable_path: ["variables", "dddd"], join_text: null },
314
- // },
315
- // {
316
- // type_id: "show_conditions",
317
- // selector_id: "gbhifesv",
318
- // children: [
319
- // {
320
- // type_id: "show_conditions_item",
321
- // selector_id: "pkwuokqz",
322
- // children: [
323
- // {
324
- // type_id: "base_text",
325
- // selector_id: "arshiwlr",
326
- // children: [],
327
- // attributes: {
328
- // content: "Show this if the condition passes!",
329
- // text_color: { l: 7, c: 10, h: 20, o: 24, is_dark_theme_invert: true },
330
- // },
331
- // },
332
- // ],
333
- // attributes: { is_show_from_variable_path: ["variables", "dddd", 3] },
334
- // },
335
- // {
336
- // type_id: "show_conditions_item_else",
337
- // selector_id: "jtrkkmtb",
338
- // children: [
339
- // {
340
- // type_id: "base_text",
341
- // selector_id: "hlbbxafx",
342
- // children: [],
343
- // attributes: {
344
- // content: "Show this if the condition fails!",
345
- // text_color: { l: 8, c: 10, h: 6, o: 24, is_dark_theme_invert: true },
346
- // },
347
- // },
348
- // ],
349
- // attributes: {},
350
- // },
351
- // ],
352
- // attributes: {},
353
- // },
354
- // ],
355
- // attributes: {},
356
- // }
357
-
358
- // const initial_val = {
359
- // type_id: "div",
360
- // selector_id: "cqwzkzxr",
361
- // attributes: {},
362
- // children: [
363
- // {
364
- // type_id: "section",
365
- // selector_id: "jqzyrcue",
366
- // attributes: {},
367
- // children: [
368
- // {
369
- // type_id: "h2",
370
- // selector_id: "wdqlkxsd",
371
- // attributes: {},
372
- // children: [
373
- // {
374
- // type_id: "base_text",
375
- // selector_id: "lpnoxexn",
376
- // attributes: { content: "Make your Logo", text_color: null },
377
- // children: [],
378
- // },
379
- // ],
380
- // },
381
- // {
382
- // type_id: "p",
383
- // selector_id: "ijmczenz",
384
- // attributes: {},
385
- // children: [
386
- // {
387
- // type_id: "base_text",
388
- // selector_id: "xnypkkxl",
389
- // attributes: {
390
- // content:
391
- // "Make an icon. Keep it simple. 1-3 colors and a few shapes. Don't include your long brand name text in the icon.",
392
- // text_color: null,
393
- // },
394
- // children: [],
395
- // },
396
- // ],
397
- // },
398
- // {
399
- // type_id: "p",
400
- // selector_id: "hmfdkfnn",
401
- // attributes: {},
402
- // children: [{ type_id: "base_text", selector_id: "zsjtwlqz", attributes: {}, children: [] }],
403
- // },
404
- // {
405
- // type_id: "p",
406
- // selector_id: "qlzdpbvp",
407
- // attributes: {},
408
- // children: [
409
- // {
410
- // type_id: "base_text",
411
- // selector_id: "wtuayref",
412
- // attributes: {
413
- // content:
414
- // "Use an image or, ideally, an SVG for your logo. If you have some design experience, try tools like Adobe Illustrator or ",
415
- // text_color: null,
416
- // },
417
- // children: [],
418
- // },
419
- // {
420
- // type_id: "link",
421
- // selector_id: "qdftshsx",
422
- // attributes: {
423
- // href: "https://affinity.serif.com/en-us/designer/",
424
- // text_color: null,
425
- // display_text: null,
426
- // is_show_preview: null,
427
- // },
428
- // children: [
429
- // {
430
- // type_id: "base_text",
431
- // selector_id: "hadhxxms",
432
- // attributes: { content: "Affinity Designer", text_color: null },
433
- // children: [],
434
- // },
435
- // ],
436
- // },
437
- // {
438
- // type_id: "base_text",
439
- // selector_id: "pjzzqlvj",
440
- // attributes: { content: " on Mac. Flatten and export your design as SVG.", text_color: null },
441
- // children: [],
442
- // },
443
- // ],
444
- // },
445
- // ],
446
- // },
447
- // {
448
- // type_id: "section",
449
- // selector_id: "hpuldzpg",
450
- // attributes: {},
451
- // children: [
452
- // {
453
- // type_id: "h3",
454
- // selector_id: "mftcxsue",
455
- // attributes: {},
456
- // children: [
457
- // {
458
- // type_id: "base_text",
459
- // selector_id: "bsifzkyf",
460
- // attributes: { content: "Project Structure & Stack", text_color: null },
461
- // children: [],
462
- // },
463
- // ],
464
- // },
465
- // ],
466
- // },
467
- // {
468
- // type_id: "div",
469
- // selector_id: "almogbfk",
470
- // attributes: {
471
- // padding: null,
472
- // border_color: null,
473
- // align_content: "center",
474
- // border_radius: null,
475
- // justify_content: "center",
476
- // background_color: null,
477
- // },
478
- // children: [
479
- // {
480
- // type_id: "div",
481
- // selector_id: "csanyusd",
482
- // attributes: {
483
- // padding: 1,
484
- // border_color: null,
485
- // align_content: "center",
486
- // border_radius: null,
487
- // justify_content: "center",
488
- // background_color: null,
489
- // },
490
- // children: [
491
- // {
492
- // type_id: "h3",
493
- // selector_id: "ssxdhhef",
494
- // attributes: {},
495
- // children: [
496
- // {
497
- // type_id: "base_text",
498
- // selector_id: "bfxsnwkl",
499
- // attributes: { content: "Project Structure & Stack", text_color: null },
500
- // children: [],
501
- // },
502
- // ],
503
- // },
504
- // {
505
- // type_id: "p",
506
- // selector_id: "qxtnufvi",
507
- // attributes: {},
508
- // children: [
509
- // {
510
- // type_id: "base_text",
511
- // selector_id: "ivuohmze",
512
- // attributes: { content: "Your site uses ", text_color: null },
513
- // children: [],
514
- // },
515
- // {
516
- // type_id: "link",
517
- // selector_id: "rraefsin",
518
- // attributes: {
519
- // href: "https://svelte.dev/docs/kit/introduction",
520
- // text_color: null,
521
- // display_text: null,
522
- // is_show_preview: null,
523
- // },
524
- // children: [
525
- // {
526
- // type_id: "base_text",
527
- // selector_id: "yrpbnrma",
528
- // attributes: { content: "SvelteKit", text_color: null },
529
- // children: [],
530
- // },
531
- // ],
532
- // },
533
- // {
534
- // type_id: "base_text",
535
- // selector_id: "foaemrff",
536
- // attributes: { content: " along with the ", text_color: null },
537
- // children: [],
538
- // },
539
- // {
540
- // type_id: "link",
541
- // selector_id: "npiszgcm",
542
- // attributes: {
543
- // href: "https://www.sveltekit-ui.com",
544
- // text_color: null,
545
- // display_text: null,
546
- // is_show_preview: null,
547
- // },
548
- // children: [
549
- // {
550
- // type_id: "base_text",
551
- // selector_id: "bioefdyh",
552
- // attributes: { content: "Sveltekit-UI", text_color: null },
553
- // children: [],
554
- // },
555
- // ],
556
- // },
557
- // {
558
- // type_id: "base_text",
559
- // selector_id: "ucykvtai",
560
- // attributes: { content: " component library.", text_color: null },
561
- // children: [],
562
- // },
563
- // ],
564
- // },
565
- // {
566
- // type_id: "p",
567
- // selector_id: "lxlnkejm",
568
- // attributes: {},
569
- // children: [
570
- // {
571
- // type_id: "base_text",
572
- // selector_id: "fssnppmv",
573
- // attributes: { content: "Set up a ", text_color: null },
574
- // children: [],
575
- // },
576
- // {
577
- // type_id: "link",
578
- // selector_id: "ireopdxi",
579
- // attributes: {
580
- // href: "https://github.com",
581
- // text_color: null,
582
- // display_text: null,
583
- // is_show_preview: null,
584
- // },
585
- // children: [
586
- // {
587
- // type_id: "base_text",
588
- // selector_id: "enmontsk",
589
- // attributes: { content: "GitHub", text_color: null },
590
- // children: [],
591
- // },
592
- // ],
593
- // },
594
- // {
595
- // type_id: "base_text",
596
- // selector_id: "puivkrcq",
597
- // attributes: { content: " repository to save your project.", text_color: null },
598
- // children: [],
599
- // },
600
- // ],
601
- // },
602
- // {
603
- // type_id: "h3",
604
- // selector_id: "njpogflf",
605
- // attributes: {},
606
- // children: [
607
- // {
608
- // type_id: "base_text",
609
- // selector_id: "quoqvesd",
610
- // attributes: { content: "Create a Logo", text_color: null },
611
- // children: [],
612
- // },
613
- // ],
614
- // },
615
- // {
616
- // type_id: "p",
617
- // selector_id: "euvczkeg",
618
- // attributes: {},
619
- // children: [
620
- // {
621
- // type_id: "base_text",
622
- // selector_id: "ansqoykr",
623
- // attributes: {
624
- // content:
625
- // "Use an image or, ideally, an SVG for your logo. If you have some design experience, try tools like Adobe Illustrator or ",
626
- // text_color: null,
627
- // },
628
- // children: [],
629
- // },
630
- // {
631
- // type_id: "link",
632
- // selector_id: "dsxacthf",
633
- // attributes: {
634
- // href: "https://affinity.serif.com/en-us/designer/",
635
- // text_color: null,
636
- // display_text: null,
637
- // is_show_preview: null,
638
- // },
639
- // children: [
640
- // {
641
- // type_id: "base_text",
642
- // selector_id: "xzlupmqi",
643
- // attributes: { content: "Affinity Designer", text_color: null },
644
- // children: [],
645
- // },
646
- // ],
647
- // },
648
- // {
649
- // type_id: "base_text",
650
- // selector_id: "gxhwvgra",
651
- // attributes: { content: " on Mac. Flatten and export your design as SVG.", text_color: null },
652
- // children: [],
653
- // },
654
- // ],
655
- // },
656
- // {
657
- // type_id: "p",
658
- // selector_id: "goxodvkj",
659
- // attributes: {},
660
- // children: [
661
- // {
662
- // type_id: "base_text",
663
- // selector_id: "aeiwtsky",
664
- // attributes: { content: "Run the project locally with ", text_color: null },
665
- // children: [],
666
- // },
667
- // {
668
- // type_id: "code_inline",
669
- // selector_id: "sryctegd",
670
- // attributes: { color: null, content: "npm run dev" },
671
- // children: [],
672
- // },
673
- // ],
674
- // },
675
- // {
676
- // type_id: "p",
677
- // selector_id: "bakgdaes",
678
- // attributes: {},
679
- // children: [
680
- // {
681
- // type_id: "base_text",
682
- // selector_id: "qvjpmixr",
683
- // attributes: { content: "You can optimize your SVG using ", text_color: null },
684
- // children: [],
685
- // },
686
- // {
687
- // type_id: "link",
688
- // selector_id: "knnuygzg",
689
- // attributes: {
690
- // href: "https://jakearchibald.github.io/svgomg/",
691
- // text_color: null,
692
- // display_text: null,
693
- // is_show_preview: null,
694
- // },
695
- // children: [
696
- // {
697
- // type_id: "base_text",
698
- // selector_id: "adroimep",
699
- // attributes: { content: "SVGOMG", text_color: null },
700
- // children: [],
701
- // },
702
- // ],
703
- // },
704
- // {
705
- // type_id: "base_text",
706
- // selector_id: "uzzoygsd",
707
- // attributes: { content: ", and be sure to set a viewBox if possible.", text_color: null },
708
- // children: [],
709
- // },
710
- // ],
711
- // },
712
- // {
713
- // type_id: "p",
714
- // selector_id: "bbqgvvxx",
715
- // attributes: {},
716
- // children: [
717
- // {
718
- // type_id: "base_text",
719
- // selector_id: "dgftwinx",
720
- // attributes: { content: "Generate your favicons (I recommend ", text_color: null },
721
- // children: [],
722
- // },
723
- // {
724
- // type_id: "link",
725
- // selector_id: "xmhovaqt",
726
- // attributes: {
727
- // href: "https://realfavicongenerator.net",
728
- // text_color: null,
729
- // display_text: null,
730
- // is_show_preview: null,
731
- // },
732
- // children: [
733
- // {
734
- // type_id: "base_text",
735
- // selector_id: "dboscywd",
736
- // attributes: { content: "Real Favicon Generator", text_color: null },
737
- // children: [],
738
- // },
739
- // ],
740
- // },
741
- // {
742
- // type_id: "base_text",
743
- // selector_id: "zwzmxwuh",
744
- // attributes: {
745
- // content: "). Then, delete the default favicon.ico and replace it with your preferred icons.",
746
- // text_color: null,
747
- // },
748
- // children: [],
749
- // },
750
- // ],
751
- // },
752
- // {
753
- // type_id: "p",
754
- // selector_id: "bpvrzdat",
755
- // attributes: {},
756
- // children: [
757
- // {
758
- // type_id: "base_text",
759
- // selector_id: "qegzopxo",
760
- // attributes: {
761
- // content: "Move the logo and favicon files to the static directory.",
762
- // text_color: null,
763
- // },
764
- // children: [],
765
- // },
766
- // ],
767
- // },
768
- // {
769
- // type_id: "p",
770
- // selector_id: "nimxpsyo",
771
- // attributes: {},
772
- // children: [
773
- // {
774
- // type_id: "base_text",
775
- // selector_id: "uapuzruu",
776
- // attributes: { content: "Update ", text_color: null },
777
- // children: [],
778
- // },
779
- // {
780
- // type_id: "code_inline",
781
- // selector_id: "uocvmlos",
782
- // attributes: { color: null, content: "src/lib/components/Logo/index.svelte" },
783
- // children: [],
784
- // },
785
- // {
786
- // type_id: "base_text",
787
- // selector_id: "nbdzymfd",
788
- // attributes: {
789
- // content: " to use your new logo (preferably an icon and your brand name).",
790
- // text_color: null,
791
- // },
792
- // children: [],
793
- // },
794
- // ],
795
- // },
796
- // {
797
- // type_id: "h3",
798
- // selector_id: "dpvjvrxn",
799
- // attributes: {},
800
- // children: [
801
- // {
802
- // type_id: "base_text",
803
- // selector_id: "eqdhlyfx",
804
- // attributes: { content: "Deployment & Hosting", text_color: null },
805
- // children: [],
806
- // },
807
- // ],
808
- // },
809
- // {
810
- // type_id: "p",
811
- // selector_id: "dyfoaybv",
812
- // attributes: {},
813
- // children: [
814
- // {
815
- // type_id: "base_text",
816
- // selector_id: "efoygyds",
817
- // attributes: { content: "Create a free account on ", text_color: null },
818
- // children: [],
819
- // },
820
- // {
821
- // type_id: "link",
822
- // selector_id: "yxehwxzn",
823
- // attributes: {
824
- // href: "https://vercel.com",
825
- // text_color: null,
826
- // display_text: null,
827
- // is_show_preview: null,
828
- // },
829
- // children: [
830
- // {
831
- // type_id: "base_text",
832
- // selector_id: "daeffxms",
833
- // attributes: { content: "Vercel", text_color: null },
834
- // children: [],
835
- // },
836
- // ],
837
- // },
838
- // {
839
- // type_id: "base_text",
840
- // selector_id: "ukelhrfu",
841
- // attributes: { content: " and purchase a custom domain name.", text_color: null },
842
- // children: [],
843
- // },
844
- // ],
845
- // },
846
- // {
847
- // type_id: "h3",
848
- // selector_id: "eocebncr",
849
- // attributes: {},
850
- // children: [
851
- // {
852
- // type_id: "base_text",
853
- // selector_id: "rcldvwiv",
854
- // attributes: { content: "Set Up Email", text_color: null },
855
- // children: [],
856
- // },
857
- // ],
858
- // },
859
- // {
860
- // type_id: "p",
861
- // selector_id: "bthyyblz",
862
- // attributes: {},
863
- // children: [
864
- // {
865
- // type_id: "base_text",
866
- // selector_id: "pzkuhqrm",
867
- // attributes: { content: "Sign up for a free account at ", text_color: null },
868
- // children: [],
869
- // },
870
- // {
871
- // type_id: "link",
872
- // selector_id: "lulvgbrw",
873
- // attributes: {
874
- // href: "https://www.contibase.com",
875
- // text_color: null,
876
- // display_text: null,
877
- // is_show_preview: null,
878
- // },
879
- // children: [
880
- // {
881
- // type_id: "base_text",
882
- // selector_id: "cpveukby",
883
- // attributes: { content: "Contibase", text_color: null },
884
- // children: [],
885
- // },
886
- // ],
887
- // },
888
- // {
889
- // type_id: "base_text",
890
- // selector_id: "zuxfghio",
891
- // attributes: { content: ", and configure email services for your domain.", text_color: null },
892
- // children: [],
893
- // },
894
- // ],
895
- // },
896
- // {
897
- // type_id: "p",
898
- // selector_id: "tumedlok",
899
- // attributes: {},
900
- // children: [
901
- // {
902
- // type_id: "base_text",
903
- // selector_id: "joaawxxd",
904
- // attributes: {
905
- // content:
906
- // "Contibase can also help you manage user sign-ins and offers tools to create custom data tables for any other data needs.",
907
- // text_color: null,
908
- // },
909
- // children: [],
910
- // },
911
- // ],
912
- // },
913
- // {
914
- // type_id: "h4",
915
- // selector_id: "orytxlul",
916
- // attributes: {},
917
- // children: [
918
- // {
919
- // type_id: "base_text",
920
- // selector_id: "zimqyrpx",
921
- // attributes: { content: "Ready to Make Something Great!", text_color: null },
922
- // children: [],
923
- // },
924
- // ],
925
- // },
926
- // {
927
- // type_id: "p",
928
- // selector_id: "czmmjsra",
929
- // attributes: {},
930
- // children: [
931
- // {
932
- // type_id: "base_text",
933
- // selector_id: "aoxwhcxf",
934
- // attributes: {
935
- // content:
936
- // "Check the official docs and remember you can always use AI to help speed up your process!",
937
- // text_color: null,
938
- // },
939
- // children: [],
940
- // },
941
- // ],
942
- // },
943
- // ],
944
- // },
945
- // ],
946
- // },
947
- // ],
948
- // }
949
-
950
- // const initial_val = {
951
- // type_id: "div",
952
- // selector_id: "cqwzkzxr",
953
- // attributes: {},
954
- // children: [
955
- // {
956
- // type_id: "h2",
957
- // selector_id: "hbvznufa",
958
- // children: [
959
- // {
960
- // type_id: "base_text",
961
- // selector_id: "kebffosw",
962
- // children: [],
963
- // attributes: { content: "Hello World", text_color: null },
964
- // },
965
- // ],
966
- // attributes: {},
967
- // },
968
- // { type_id: "p", selector_id: "srsxjjgz", children: [], attributes: {} },
969
- // {
970
- // type_id: "p",
971
- // selector_id: "hdoiapwi",
972
- // children: [
973
- // {
974
- // type_id: "base_text",
975
- // selector_id: "qhnsxwxb",
976
- // children: [],
977
- // attributes: { content: "one ", text_color: null },
978
- // },
979
- // {
980
- // type_id: "base_text",
981
- // selector_id: "xwcolfcm",
982
- // children: [],
983
- // attributes: { content: "two ", text_color: null },
984
- // },
985
- // {
986
- // type_id: "base_text",
987
- // selector_id: "zzfoqvdq",
988
- // children: [],
989
- // attributes: { content: "three ", text_color: null },
990
- // },
991
- // {
992
- // type_id: "base_text",
993
- // selector_id: "vagphpgn",
994
- // children: [],
995
- // attributes: { content: "four ", text_color: null },
996
- // },
997
- // {
998
- // type_id: "base_text",
999
- // selector_id: "hhmwoxyu",
1000
- // children: [],
1001
- // attributes: { content: "five ", text_color: null },
1002
- // },
1003
- // ],
1004
- // attributes: {},
1005
- // },
1006
- // {
1007
- // type_id: "div",
1008
- // selector_id: "jkuitipo",
1009
- // children: [
1010
- // {
1011
- // type_id: "ul",
1012
- // selector_id: "macskilc",
1013
- // children: [
1014
- // {
1015
- // type_id: "li",
1016
- // selector_id: "ymndewjm",
1017
- // children: [
1018
- // {
1019
- // type_id: "base_text",
1020
- // selector_id: "kztuchzj",
1021
- // children: [],
1022
- // attributes: { content: "earth", text_color: null },
1023
- // },
1024
- // ],
1025
- // attributes: {},
1026
- // },
1027
- // {
1028
- // type_id: "li",
1029
- // selector_id: "vvwvpsyu",
1030
- // children: [
1031
- // {
1032
- // type_id: "base_text",
1033
- // selector_id: "sxdokccz",
1034
- // children: [],
1035
- // attributes: { content: "mars", text_color: null },
1036
- // },
1037
- // ],
1038
- // attributes: {},
1039
- // },
1040
- // {
1041
- // type_id: "li",
1042
- // selector_id: "nwdoctgk",
1043
- // children: [
1044
- // {
1045
- // type_id: "base_text",
1046
- // selector_id: "vzbimkqq",
1047
- // children: [],
1048
- // attributes: { content: "venus", text_color: null },
1049
- // },
1050
- // ],
1051
- // attributes: {},
1052
- // },
1053
- // {
1054
- // type_id: "li",
1055
- // selector_id: "trvkcqae",
1056
- // children: [
1057
- // {
1058
- // type_id: "base_text",
1059
- // selector_id: "xnrqcktc",
1060
- // children: [],
1061
- // attributes: { content: "neptune", text_color: null },
1062
- // },
1063
- // ],
1064
- // attributes: {},
1065
- // },
1066
- // {
1067
- // type_id: "li",
1068
- // selector_id: "fjmaxkpl",
1069
- // children: [
1070
- // {
1071
- // type_id: "base_text",
1072
- // selector_id: "fkxbmaeg",
1073
- // children: [],
1074
- // attributes: { content: "jupiter", text_color: null },
1075
- // },
1076
- // ],
1077
- // attributes: {},
1078
- // },
1079
- // {
1080
- // type_id: "li",
1081
- // selector_id: "eebwakgj",
1082
- // children: [
1083
- // {
1084
- // type_id: "base_text",
1085
- // selector_id: "oipsenad",
1086
- // children: [],
1087
- // attributes: { content: "saturn", text_color: null },
1088
- // },
1089
- // ],
1090
- // attributes: {},
1091
- // },
1092
- // ],
1093
- // attributes: {},
1094
- // },
1095
- // ],
1096
- // attributes: {},
1097
- // },
1098
- // {
1099
- // type_id: "div",
1100
- // selector_id: "vagmtdzs",
1101
- // children: [
1102
- // {
1103
- // type_id: "p",
1104
- // selector_id: "lqgoglmn",
1105
- // children: [
1106
- // {
1107
- // type_id: "base_text",
1108
- // selector_id: "ckgkcqha",
1109
- // children: [],
1110
- // attributes: { content: "I love the galaxy. ", text_color: null },
1111
- // },
1112
- // {
1113
- // type_id: "base_text",
1114
- // selector_id: "qfvkconl",
1115
- // children: [],
1116
- // attributes: { content: "pluto", text_color: null },
1117
- // },
1118
- // ],
1119
- // attributes: {},
1120
- // },
1121
- // ],
1122
- // attributes: {},
1123
- // },
1124
- // ],
1125
- // }
1126
-
1127
- const initial_val = {
1128
- type_id: "div",
1129
- children: [
1130
- {
1131
- type_id: "section",
1132
- children: [
1133
- {
1134
- type_id: "h2",
1135
- children: [
1136
- {
1137
- type_id: "base_text",
1138
- children: [],
1139
- attributes: { content: "YouTube version of this Post", text_color: null },
1140
- selector_id: "qqglxnco",
1141
- },
1142
- ],
1143
- attributes: {},
1144
- selector_id: "kxfvkedb",
1145
- },
1146
- {
1147
- type_id: "youtube_video",
1148
- children: [],
1149
- attributes: { video_id: "IKuk_JJkIWk", is_dark_theme: null },
1150
- selector_id: "tjcehxeb",
1151
- },
1152
- ],
1153
- attributes: {},
1154
- selector_id: "tajkrrsj",
1155
- },
1156
- {
1157
- type_id: "section",
1158
- children: [
1159
- {
1160
- type_id: "h2",
1161
- children: [
1162
- {
1163
- type_id: "base_text",
1164
- children: [],
1165
- attributes: { content: "Customize Site", text_color: null },
1166
- selector_id: "vyhslkus",
1167
- },
1168
- ],
1169
- attributes: {},
1170
- selector_id: "eokuzawt",
1171
- },
1172
- {
1173
- type_id: "p",
1174
- children: [
1175
- {
1176
- type_id: "base_text",
1177
- children: [],
1178
- attributes: { content: "This guide largely builds off of the ", text_color: null },
1179
- selector_id: "lvozlxpc",
1180
- },
1181
- {
1182
- type_id: "link",
1183
- children: [],
1184
- attributes: {
1185
- href: "https://www.contibase.com/blog/quick-start-guide",
1186
- text_color: null,
1187
- display_text: "Quick Start Guide",
1188
- is_show_preview: "Quick Start Guide",
1189
- },
1190
- selector_id: "nhihtsqe",
1191
- },
1192
- {
1193
- type_id: "base_text",
1194
- children: [],
1195
- attributes: {
1196
- content: ". If you haven't seen that, start there and then come back to this part.",
1197
- text_color: null,
1198
- },
1199
- selector_id: "zyyxwumf",
1200
- },
1201
- ],
1202
- attributes: {},
1203
- selector_id: "rpetxxbn",
1204
- },
1205
- ],
1206
- attributes: {},
1207
- selector_id: "ehkvhkwa",
1208
- },
1209
- {
1210
- type_id: "section",
1211
- children: [
1212
- {
1213
- type_id: "h2",
1214
- children: [
1215
- {
1216
- type_id: "base_text",
1217
- children: [],
1218
- attributes: { content: "Make your Brand Icon", text_color: null },
1219
- selector_id: "vmykssyg",
1220
- },
1221
- ],
1222
- attributes: {},
1223
- selector_id: "aycvrubd",
1224
- },
1225
- {
1226
- type_id: "p",
1227
- children: [
1228
- {
1229
- type_id: "base_text",
1230
- children: [],
1231
- attributes: {
1232
- content:
1233
- "Keep it simple. Use 1-3 colors and a few shapes. Don't include text in the icon. This will result in better viewing from a distance because it will often be used in small areas such as a browser tab. ",
1234
- text_color: null,
1235
- },
1236
- selector_id: "ncuqmdzu",
1237
- },
1238
- ],
1239
- attributes: {},
1240
- selector_id: "qpyzehoj",
1241
- },
1242
- {
1243
- type_id: "p",
1244
- children: [
1245
- {
1246
- type_id: "base_text",
1247
- children: [],
1248
- attributes: { content: "Use the ", text_color: null },
1249
- selector_id: "xlxorjvl",
1250
- },
1251
- {
1252
- type_id: "link",
1253
- children: [],
1254
- attributes: {
1255
- href: "https://www.contibase.com/tools/image-generator",
1256
- text_color: null,
1257
- display_text: "Contibase Image Generator",
1258
- is_show_preview: "Contibase Image Generator",
1259
- },
1260
- selector_id: "bdhqknan",
1261
- },
1262
- {
1263
- type_id: "base_text",
1264
- children: [],
1265
- attributes: {
1266
- content:
1267
- ' to generate an icon image. You can try something like "Make a simple, flat SVG icon for my site about ________. Keep it very simple. A flat SVG with 1-3 colors and 1-3 shapes. Use a white background."',
1268
- text_color: null,
1269
- },
1270
- selector_id: "agoyrhdq",
1271
- },
1272
- ],
1273
- attributes: {},
1274
- selector_id: "rxajadec",
1275
- },
1276
- {
1277
- type_id: "p",
1278
- children: [
1279
- {
1280
- type_id: "base_text",
1281
- children: [],
1282
- attributes: {
1283
- content: "Crop into a square icon image with slim padding. Download the image. ",
1284
- text_color: null,
1285
- },
1286
- selector_id: "lrbjyzss",
1287
- },
1288
- ],
1289
- attributes: {},
1290
- selector_id: "wklukwyf",
1291
- },
1292
- ],
1293
- attributes: {},
1294
- selector_id: "ediedjta",
1295
- },
1296
- {
1297
- type_id: "section",
1298
- children: [
1299
- {
1300
- type_id: "h2",
1301
- children: [
1302
- {
1303
- type_id: "base_text",
1304
- children: [],
1305
- attributes: { content: "Turn your Icon Image into an SVG", text_color: null },
1306
- selector_id: "yeczsxvq",
1307
- },
1308
- ],
1309
- attributes: {},
1310
- selector_id: "hrynnlcn",
1311
- },
1312
- {
1313
- type_id: "p",
1314
- children: [
1315
- {
1316
- type_id: "base_text",
1317
- children: [],
1318
- attributes: { content: "Switch to the ", text_color: null },
1319
- selector_id: "kgupnngr",
1320
- },
1321
- {
1322
- type_id: "link",
1323
- children: [],
1324
- attributes: {
1325
- href: "https://www.contibase.com/tools/image-to-svg",
1326
- text_color: null,
1327
- display_text: "Contibase Image to SVG",
1328
- is_show_preview: "Contibase Image to SVG",
1329
- },
1330
- selector_id: "evdwsopr",
1331
- },
1332
- {
1333
- type_id: "base_text",
1334
- children: [],
1335
- attributes: {
1336
- content:
1337
- " tool and convert to a SVG. Alternatively, if you are graphically skilled you can draw over the image and create the SVG yourself in a tool like ",
1338
- text_color: null,
1339
- },
1340
- selector_id: "vvktyfjf",
1341
- },
1342
- {
1343
- type_id: "link",
1344
- children: [],
1345
- attributes: {
1346
- href: "https://affinity.serif.com/en-us/designer/",
1347
- text_color: null,
1348
- display_text: "Affinity Designer",
1349
- is_show_preview: "Affinity Designer",
1350
- },
1351
- selector_id: "gzsqfwtr",
1352
- },
1353
- {
1354
- type_id: "base_text",
1355
- children: [],
1356
- attributes: { content: ".", text_color: null },
1357
- selector_id: "fokevalf",
1358
- },
1359
- ],
1360
- attributes: {},
1361
- selector_id: "hendabql",
1362
- },
1363
- {
1364
- type_id: "p",
1365
- children: [
1366
- {
1367
- type_id: "base_text",
1368
- children: [],
1369
- attributes: {
1370
- content:
1371
- 'Export your design as an SVG. In the export options select "flatten" if its unchecked. And check viewbox. Optimize your SVG code using ',
1372
- text_color: null,
1373
- },
1374
- selector_id: "endxliqk",
1375
- },
1376
- {
1377
- type_id: "link",
1378
- children: [],
1379
- attributes: {
1380
- href: "https://www.contibase.com/tools/svg-optimizer",
1381
- text_color: null,
1382
- display_text: "SVG Optimizer",
1383
- is_show_preview: "SVG Optimizer",
1384
- },
1385
- selector_id: "njfzxryi",
1386
- },
1387
- {
1388
- type_id: "base_text",
1389
- children: [],
1390
- attributes: {
1391
- content: ". Delete any backgrounds and add a new, clean one in the editor.",
1392
- text_color: null,
1393
- },
1394
- selector_id: "tusmvxzf",
1395
- },
1396
- ],
1397
- attributes: {},
1398
- selector_id: "uoeivoif",
1399
- },
1400
- ],
1401
- attributes: { padding: 0, border_color: null, border_radius: 0, background_color: null },
1402
- selector_id: "hbqkjhhy",
1403
- },
1404
- {
1405
- type_id: "section",
1406
- children: [
1407
- {
1408
- type_id: "h2",
1409
- children: [
1410
- {
1411
- type_id: "base_text",
1412
- children: [],
1413
- attributes: { content: "Generate Favicons", text_color: null },
1414
- selector_id: "iskvhbcd",
1415
- },
1416
- ],
1417
- attributes: {},
1418
- selector_id: "utqydrdm",
1419
- },
1420
- {
1421
- type_id: "p",
1422
- children: [
1423
- {
1424
- type_id: "base_text",
1425
- children: [],
1426
- attributes: { content: "Go to the ", text_color: null },
1427
- selector_id: "rhlxlevd",
1428
- },
1429
- {
1430
- type_id: "link",
1431
- children: [],
1432
- attributes: {
1433
- href: "https://www.contibase.com/tools/favicon-generator",
1434
- text_color: null,
1435
- display_text: "Favicon Generator",
1436
- is_show_preview: "Favicon Generator",
1437
- },
1438
- selector_id: "thyljaur",
1439
- },
1440
- {
1441
- type_id: "base_text",
1442
- children: [],
1443
- attributes: {
1444
- content:
1445
- '. Paste your <svg>...</svg> code in. (Make sure there is a <rect> background with an id starting with "bg-"). Type your brand name and generate the favicons. This also generates other useful media such as thumbnails and useful icon images.',
1446
- text_color: null,
1447
- },
1448
- selector_id: "xfitwoqu",
1449
- },
1450
- ],
1451
- attributes: {},
1452
- selector_id: "pusldsji",
1453
- },
1454
- {
1455
- type_id: "p",
1456
- children: [
1457
- {
1458
- type_id: "base_text",
1459
- children: [],
1460
- attributes: {
1461
- content: "Download your favicons. Drag all files into the /static folder and overwrite the defaults.",
1462
- text_color: null,
1463
- },
1464
- selector_id: "tgejyjij",
1465
- },
1466
- ],
1467
- attributes: {},
1468
- selector_id: "bicqwggm",
1469
- },
1470
- ],
1471
- attributes: {},
1472
- selector_id: "ekkurnwd",
1473
- },
1474
- {
1475
- type_id: "section",
1476
- children: [
1477
- {
1478
- type_id: "h2",
1479
- children: [
1480
- {
1481
- type_id: "base_text",
1482
- children: [],
1483
- attributes: { content: "Fix app.html and Website Logo", text_color: null },
1484
- selector_id: "ryhnqolk",
1485
- },
1486
- ],
1487
- attributes: {},
1488
- selector_id: "bfispmyg",
1489
- },
1490
- {
1491
- type_id: "p",
1492
- children: [
1493
- {
1494
- type_id: "base_text",
1495
- children: [],
1496
- attributes: { content: "Back in your project in VS Code, update ", text_color: null },
1497
- selector_id: "euxxfcpo",
1498
- },
1499
- {
1500
- type_id: "code_inline",
1501
- children: [],
1502
- attributes: { color: null, content: "src/lib/components/Logo/index.svelte" },
1503
- selector_id: "yklgwlfi",
1504
- },
1505
- {
1506
- type_id: "base_text",
1507
- children: [],
1508
- attributes: {
1509
- content: " to use your new logo. Paste the generated component from the favicon generator.",
1510
- text_color: null,
1511
- },
1512
- selector_id: "ahjxjyfm",
1513
- },
1514
- ],
1515
- attributes: {},
1516
- selector_id: "xlxjlyom",
1517
- },
1518
- {
1519
- type_id: "p",
1520
- children: [
1521
- {
1522
- type_id: "base_text",
1523
- children: [],
1524
- attributes: {
1525
- content: "Go to your app.html and paste the generated version from the Favicon Generator.",
1526
- text_color: null,
1527
- },
1528
- selector_id: "fcbwdhkz",
1529
- },
1530
- ],
1531
- attributes: {},
1532
- selector_id: "irwehmuw",
1533
- },
1534
- {
1535
- type_id: "p",
1536
- children: [
1537
- {
1538
- type_id: "base_text",
1539
- children: [],
1540
- attributes: { content: "Go to ", text_color: null },
1541
- selector_id: "afiisndj",
1542
- },
1543
- {
1544
- type_id: "code_inline",
1545
- children: [],
1546
- attributes: { content: "src/routes/+layout.svelte" },
1547
- selector_id: "blvvjzgm",
1548
- },
1549
- {
1550
- type_id: "base_text",
1551
- children: [],
1552
- attributes: {
1553
- content:
1554
- '. Scroll down to the <style> CSS and find :root {\n --primary-c: var(--c10);\n --primary-h: var(--h18);\n } and change the number in "--primary-h: var(--h18);" to a number 0-24 that matches your brands primary hue.',
1555
- text_color: null,
1556
- },
1557
- selector_id: "itdiqwxz",
1558
- },
1559
- ],
1560
- attributes: {},
1561
- selector_id: "psuhvlcm",
1562
- },
1563
- ],
1564
- attributes: {},
1565
- selector_id: "rpsvmmsm",
1566
- },
1567
- {
1568
- type_id: "section",
1569
- children: [
1570
- {
1571
- type_id: "h2",
1572
- children: [
1573
- {
1574
- type_id: "base_text",
1575
- children: [],
1576
- attributes: { content: "Add Icon and Full Logo to Contibase", text_color: null },
1577
- selector_id: "ttrweabn",
1578
- },
1579
- ],
1580
- attributes: {},
1581
- selector_id: "ltpaxcei",
1582
- },
1583
- {
1584
- type_id: "p",
1585
- children: [
1586
- {
1587
- type_id: "base_text",
1588
- children: [],
1589
- attributes: {
1590
- content:
1591
- "Go to contibase.com/settings and click branding. Use the favicon.webp file for the icon. The for the full logo use full_logo.webp. This will be used at the top of emails you send when toggled on in the page.",
1592
- text_color: null,
1593
- },
1594
- selector_id: "pnhuobtu",
1595
- },
1596
- ],
1597
- attributes: {},
1598
- selector_id: "qovvxzdm",
1599
- },
1600
- ],
1601
- attributes: {},
1602
- selector_id: "lffhdqof",
1603
- },
1604
- {
1605
- type_id: "section",
1606
- children: [
1607
- {
1608
- type_id: "h2",
1609
- children: [
1610
- {
1611
- type_id: "base_text",
1612
- children: [],
1613
- attributes: { content: "Project Structure & Stack", text_color: null },
1614
- selector_id: "zrxwzrnb",
1615
- },
1616
- ],
1617
- attributes: {},
1618
- selector_id: "sryywfso",
1619
- },
1620
- {
1621
- type_id: "p",
1622
- children: [
1623
- {
1624
- type_id: "base_text",
1625
- children: [],
1626
- attributes: { content: "Your site uses ", text_color: null },
1627
- selector_id: "ybajubdj",
1628
- },
1629
- {
1630
- type_id: "link",
1631
- children: [],
1632
- attributes: {
1633
- href: "https://svelte.dev/docs/kit/introduction",
1634
- text_color: null,
1635
- display_text: "SvelteKit",
1636
- is_show_preview: "SvelteKit",
1637
- },
1638
- selector_id: "nqecfvfe",
1639
- },
1640
- {
1641
- type_id: "base_text",
1642
- children: [],
1643
- attributes: { content: " along with the ", text_color: null },
1644
- selector_id: "hxngmmfu",
1645
- },
1646
- {
1647
- type_id: "link",
1648
- children: [],
1649
- attributes: {
1650
- href: "https://www.sveltekit-ui.com",
1651
- text_color: null,
1652
- display_text: "Sveltekit-UI",
1653
- is_show_preview: "Sveltekit-UI",
1654
- },
1655
- selector_id: "zrbadtzz",
1656
- },
1657
- {
1658
- type_id: "base_text",
1659
- children: [],
1660
- attributes: {
1661
- content:
1662
- " component library. At this point you'll need to get into the coding side of things a bit. Use your resources and chip away a little progress each day. Ask AI for help with any questions. Keep in mind some AI likes to use old svelte, so make sure to use svelte 5 (the latest version as of 2025) if you start using AI.",
1663
- text_color: null,
1664
- },
1665
- selector_id: "bsoqgbyf",
1666
- },
1667
- ],
1668
- attributes: {},
1669
- selector_id: "ybzrdskl",
1670
- },
1671
- {
1672
- type_id: "p",
1673
- children: [
1674
- {
1675
- type_id: "base_text",
1676
- children: [],
1677
- attributes: {
1678
- content: "It's kind of experimental at the moment, but for building your components this tool, ",
1679
- text_color: null,
1680
- },
1681
- selector_id: "rdbjmewj",
1682
- },
1683
- {
1684
- type_id: "link",
1685
- children: [],
1686
- attributes: {
1687
- href: "https://www.contibase.com/code_generator",
1688
- text_color: null,
1689
- display_text: "SvelteKit-UI Code Generator",
1690
- is_show_preview: "SvelteKit-UI Code Generator",
1691
- },
1692
- selector_id: "cpnybkoz",
1693
- },
1694
- {
1695
- type_id: "base_text",
1696
- children: [],
1697
- attributes: {
1698
- content:
1699
- ", may help you get an idea for how I like structuring my code. The concept is inspired from Object-Oriented Programming, talks by Alan Kay, and other things over time. ",
1700
- text_color: null,
1701
- },
1702
- selector_id: "laawbzfg",
1703
- },
1704
- ],
1705
- attributes: {},
1706
- selector_id: "tjddadxe",
1707
- },
1708
- {
1709
- type_id: "p",
1710
- children: [
1711
- {
1712
- type_id: "base_text",
1713
- children: [],
1714
- attributes: {
1715
- content:
1716
- 'Building "managers" for each component with logic encapsulated within, exposing state and methods, leads to a clean code structure where all logic can be assembled into one parent manager at the root of each +page.svelte. The manager is instantiated on page load in the <script> tag and is passed as a manager prop into the HTML. This avoids "prop drilling" and deeply nested bindings. ',
1717
- text_color: null,
1718
- },
1719
- selector_id: "lkpgxnua",
1720
- },
1721
- ],
1722
- attributes: {},
1723
- selector_id: "winpozaz",
1724
- },
1725
- {
1726
- type_id: "p",
1727
- children: [
1728
- {
1729
- type_id: "base_text",
1730
- children: [],
1731
- attributes: {
1732
- content:
1733
- "You are free to write code in any way you find appealing. You are in charge. I am just sharing the way I've found to make the most sense.",
1734
- text_color: null,
1735
- },
1736
- selector_id: "hnochyxt",
1737
- },
1738
- ],
1739
- attributes: {},
1740
- selector_id: "ulfeqmfv",
1741
- },
1742
- ],
1743
- attributes: { padding: 0, border_color: null, border_radius: 0.5, background_color: null },
1744
- selector_id: "qrkbbsqr",
1745
- },
1746
- {
1747
- type_id: "section",
1748
- children: [
1749
- {
1750
- type_id: "h2",
1751
- children: [
1752
- {
1753
- type_id: "base_text",
1754
- children: [],
1755
- attributes: { content: "Publish Your Live Website", text_color: null },
1756
- selector_id: "ddiwhcra",
1757
- },
1758
- ],
1759
- attributes: {},
1760
- selector_id: "xqnncyby",
1761
- },
1762
- {
1763
- type_id: "p",
1764
- children: [
1765
- {
1766
- type_id: "base_text",
1767
- children: [],
1768
- attributes: { content: "If you havent already, create an account on ", text_color: null },
1769
- selector_id: "bhxscmfq",
1770
- },
1771
- {
1772
- type_id: "link",
1773
- children: [],
1774
- attributes: {
1775
- href: "https://vercel.com",
1776
- text_color: null,
1777
- display_text: "Vercel",
1778
- is_show_preview: "Vercel",
1779
- },
1780
- selector_id: "ababkome",
1781
- },
1782
- {
1783
- type_id: "base_text",
1784
- children: [],
1785
- attributes: {
1786
- content:
1787
- ". If you already bought your domain on Vercel, even better. You can also transfer your domain purchased elsewhere to Vercel. I just like things as simple as possible and find keeping everything on Vercel to be best.",
1788
- text_color: null,
1789
- },
1790
- selector_id: "elgvajqa",
1791
- },
1792
- ],
1793
- attributes: {},
1794
- selector_id: "xygicvcv",
1795
- },
1796
- {
1797
- type_id: "p",
1798
- children: [
1799
- {
1800
- type_id: "base_text",
1801
- children: [],
1802
- attributes: {
1803
- content:
1804
- 'In Vercel connect to your Github account and set your "main" branch to be used in production. Connect your domain name to this deployment. Anytime you push to main you will automatically trigger a build and you will see on your live website a couple minutes later pending no errors.',
1805
- text_color: null,
1806
- },
1807
- selector_id: "myafcruh",
1808
- },
1809
- ],
1810
- attributes: {},
1811
- selector_id: "txsgrcrz",
1812
- },
1813
- {
1814
- type_id: "p",
1815
- children: [
1816
- {
1817
- type_id: "base_text",
1818
- children: [],
1819
- attributes: {
1820
- content:
1821
- "Vercel Analytics is already configured in the code but you'll need to toggle on that feature in your Vercel Dashboard. You'll also want to copy the environment variables we used in the .env file and paste them in the Vercel project settings in the Environment variables page.",
1822
- text_color: null,
1823
- },
1824
- selector_id: "bnjdfrjn",
1825
- },
1826
- ],
1827
- attributes: {},
1828
- selector_id: "wpgwzymz",
1829
- },
1830
- ],
1831
- attributes: {},
1832
- selector_id: "bejqtxts",
1833
- },
1834
- {
1835
- type_id: "section",
1836
- children: [
1837
- {
1838
- type_id: "h2",
1839
- children: [
1840
- {
1841
- type_id: "base_text",
1842
- children: [],
1843
- attributes: { content: "Check Final Example Tutorial Code", text_color: null },
1844
- selector_id: "wkhevkrc",
1845
- },
1846
- ],
1847
- attributes: {},
1848
- selector_id: "ysjyhdtn",
1849
- },
1850
- {
1851
- type_id: "p",
1852
- children: [
1853
- {
1854
- type_id: "base_text",
1855
- children: [],
1856
- attributes: {
1857
- content: "The live version of the code from this tutorial project can be found at ",
1858
- text_color: null,
1859
- },
1860
- selector_id: "wxmnsdde",
1861
- },
1862
- {
1863
- type_id: "link",
1864
- children: [],
1865
- attributes: {
1866
- href: "https://github.com/upppllc/survivorsnuff",
1867
- text_color: null,
1868
- display_text: "Live Github Code",
1869
- is_show_preview: "Live Github Code",
1870
- },
1871
- selector_id: "asimpyjl",
1872
- },
1873
- {
1874
- type_id: "base_text",
1875
- children: [],
1876
- attributes: {
1877
- content: ". It includes changes beyond this stage of the tutorial. The live site is ",
1878
- text_color: null,
1879
- },
1880
- selector_id: "zlfmfzwr",
1881
- },
1882
- {
1883
- type_id: "link",
1884
- children: [],
1885
- attributes: {
1886
- href: "https://www.survivorsnuff.com",
1887
- text_color: null,
1888
- display_text: "survivorsnuff.com",
1889
- is_show_preview: "survivorsnuff.com",
1890
- },
1891
- selector_id: "xbpnjaoo",
1892
- },
1893
- {
1894
- type_id: "base_text",
1895
- children: [],
1896
- attributes: { content: ".", text_color: null },
1897
- selector_id: "alzekgmb",
1898
- },
1899
- ],
1900
- attributes: {},
1901
- selector_id: "idfqxmgg",
1902
- },
1903
- ],
1904
- attributes: {},
1905
- selector_id: "yrbajwld",
1906
- },
1907
- ],
1908
- attributes: {},
1909
- selector_id: "qtfdezhp",
1910
- }
1911
-
1912
- let content_input_manager = $state(null)
1913
- content_input_manager = create_content_input_manager({
1914
- val: initial_val,
1915
- // storage_path: "https://www.contibase.com/api/v1/storage/{storage_id}",
1916
- // storage: account_storage,
1917
- storage_default_folder_path: ["pages"],
1918
- mapkit_js_token: PUBLIC_APPLE_MAPKIT_JS_API_KEY,
1919
- definition_stack: [{ variables: variables_json_manager?.val }],
1920
- on_event: (input) => {
1921
- console.log("on_event00", input)
1922
- const res = set_definition_stack(
1923
- input,
1924
- [{ variables: variables_json_manager?.val }],
1925
- content_input_manager.pass_event_down
1926
- )
1927
- variables_json_manager.set_val(res?.definition_stack)
1928
- console.log("on_event01", res?.definition_stack)
1929
- return res
1930
- },
1931
- })
1932
- </script>
1933
-
1934
- <div>
1935
- <!-- <h4>variables data type</h4> -->
1936
- <!-- <DataTypeInput manager={data_type_input_manager} /> -->
1937
- <div style="display: flex; gap: 1rem;">
1938
- <h4>Variables</h4>
1939
- <Json manager={variables_json_manager} />
1940
- </div>
1941
- <h4>Example</h4>
1942
- <ContentInput manager={content_input_manager} />
1943
- </div>