blue-chestnut-solar-expert 0.0.54 → 0.0.56

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 (380) hide show
  1. package/dist/cjs/app-globals-I24yU8do.js +10 -0
  2. package/dist/cjs/app-globals-I24yU8do.js.map +1 -0
  3. package/dist/cjs/basedecoder-CQuzfSgz.js +116 -0
  4. package/dist/cjs/basedecoder-CQuzfSgz.js.map +1 -0
  5. package/dist/cjs/deflate-AzGzQSW2.js +17 -0
  6. package/dist/cjs/deflate-AzGzQSW2.js.map +1 -0
  7. package/dist/cjs/eraser-icon_18.cjs.entry.js +30 -0
  8. package/dist/cjs/eraser-icon_18.cjs.entry.js.map +1 -0
  9. package/dist/cjs/index-HgRXF6kp.js +1470 -0
  10. package/dist/cjs/index-HgRXF6kp.js.map +1 -0
  11. package/dist/cjs/index.cjs.js +7 -0
  12. package/dist/cjs/index.cjs.js.map +1 -0
  13. package/dist/cjs/jpeg-Bx3bTm32.js +904 -0
  14. package/dist/cjs/jpeg-Bx3bTm32.js.map +1 -0
  15. package/dist/cjs/lerc-BC1SKbTC.js +4427 -0
  16. package/dist/cjs/lerc-BC1SKbTC.js.map +1 -0
  17. package/dist/cjs/loader.cjs.js +18 -0
  18. package/dist/cjs/loader.cjs.js.map +1 -0
  19. package/dist/cjs/loading-widget.cjs.entry.js +22 -0
  20. package/dist/cjs/loading-widget.cjs.entry.js.map +1 -0
  21. package/dist/cjs/loading-widget.entry.cjs.js.map +1 -0
  22. package/dist/cjs/lzw-BmFug486.js +140 -0
  23. package/dist/cjs/lzw-BmFug486.js.map +1 -0
  24. package/dist/cjs/packbits-CYx9fB0v.js +35 -0
  25. package/dist/cjs/packbits-CYx9fB0v.js.map +1 -0
  26. package/dist/cjs/pako.esm-0mKI6Jik.js +3243 -0
  27. package/dist/cjs/pako.esm-0mKI6Jik.js.map +1 -0
  28. package/dist/cjs/raw-DC82yoyr.js +16 -0
  29. package/dist/cjs/raw-DC82yoyr.js.map +1 -0
  30. package/dist/cjs/stencil-library.cjs.js +30 -0
  31. package/dist/cjs/stencil-library.cjs.js.map +1 -0
  32. package/dist/cjs/webimage-Dc0t2xAB.js +49 -0
  33. package/dist/cjs/webimage-Dc0t2xAB.js.map +1 -0
  34. package/dist/collection/build/assets/tutorial1.mp4 +0 -0
  35. package/dist/collection/build/assets/tutorial2.mp4 +0 -0
  36. package/dist/collection/build/assets/tutorial3.mp4 +0 -0
  37. package/dist/collection/collection-manifest.json +30 -0
  38. package/dist/collection/components/icons/eraser.js +64 -0
  39. package/dist/collection/components/icons/eraser.js.map +1 -0
  40. package/dist/collection/components/icons/house.js +64 -0
  41. package/dist/collection/components/icons/house.js.map +1 -0
  42. package/dist/collection/components/icons/icon.js +108 -0
  43. package/dist/collection/components/icons/icon.js.map +1 -0
  44. package/dist/collection/components/icons/marker.js +64 -0
  45. package/dist/collection/components/icons/marker.js.map +1 -0
  46. package/dist/collection/components/icons/move.js +64 -0
  47. package/dist/collection/components/icons/move.js.map +1 -0
  48. package/dist/collection/components/icons/octagonMinus.js +64 -0
  49. package/dist/collection/components/icons/octagonMinus.js.map +1 -0
  50. package/dist/collection/components/icons/search.js +64 -0
  51. package/dist/collection/components/icons/search.js.map +1 -0
  52. package/dist/collection/components/icons/settings.js +64 -0
  53. package/dist/collection/components/icons/settings.js.map +1 -0
  54. package/dist/collection/components/icons/undo.js +64 -0
  55. package/dist/collection/components/icons/undo.js.map +1 -0
  56. package/dist/collection/components/map-draw/map-draw.js +797 -0
  57. package/dist/collection/components/map-draw/map-draw.js.map +1 -0
  58. package/dist/collection/components/map-draw/map-selector.js +246 -0
  59. package/dist/collection/components/map-draw/map-selector.js.map +1 -0
  60. package/dist/collection/components/map-draw/polygon-buttons.js +86 -0
  61. package/dist/collection/components/map-draw/polygon-buttons.js.map +1 -0
  62. package/dist/collection/components/map-draw/polygon-information.js +204 -0
  63. package/dist/collection/components/map-draw/polygon-information.js.map +1 -0
  64. package/dist/collection/components/map-draw/tool-box.js +108 -0
  65. package/dist/collection/components/map-draw/tool-box.js.map +1 -0
  66. package/dist/collection/components/map-draw/tutorial-component.js +118 -0
  67. package/dist/collection/components/map-draw/tutorial-component.js.map +1 -0
  68. package/dist/collection/components/settings/settings.js +127 -0
  69. package/dist/collection/components/settings/settings.js.map +1 -0
  70. package/dist/collection/components/solar-expert/solar-expert.js +239 -0
  71. package/dist/collection/components/solar-expert/solar-expert.js.map +1 -0
  72. package/dist/collection/components/solar-system-form/solar-system-form.js +573 -0
  73. package/dist/collection/components/solar-system-form/solar-system-form.js.map +1 -0
  74. package/dist/collection/components/widgets/loading-widget.js +18 -0
  75. package/dist/collection/components/widgets/loading-widget.js.map +1 -0
  76. package/dist/{stencil-library/config-CWfV1nKn.js → collection/config.js} +4 -10
  77. package/dist/collection/config.js.map +1 -0
  78. package/dist/collection/constants.js +90 -0
  79. package/dist/collection/constants.js.map +1 -0
  80. package/dist/collection/index.js +2 -0
  81. package/dist/collection/index.js.map +1 -0
  82. package/dist/collection/output.css +1175 -0
  83. package/dist/collection/store.js +43 -0
  84. package/dist/collection/store.js.map +1 -0
  85. package/dist/collection/types/lang.js +2 -0
  86. package/dist/collection/types/lang.js.map +1 -0
  87. package/dist/collection/types/shapes.js +2 -0
  88. package/dist/collection/types/shapes.js.map +1 -0
  89. package/dist/{stencil-library/api-Did5lAE0.js → collection/utils/api.js} +27 -32
  90. package/dist/collection/utils/api.js.map +1 -0
  91. package/dist/collection/utils/images.js +2 -0
  92. package/dist/collection/utils/images.js.map +1 -0
  93. package/dist/collection/utils/lang/english.js +150 -0
  94. package/dist/collection/utils/lang/english.js.map +1 -0
  95. package/dist/collection/utils/lang/general.js +30 -0
  96. package/dist/collection/utils/lang/general.js.map +1 -0
  97. package/dist/collection/utils/lang/german.js +150 -0
  98. package/dist/collection/utils/lang/german.js.map +1 -0
  99. package/dist/collection/utils/lang/spanish.js +150 -0
  100. package/dist/collection/utils/lang/spanish.js.map +1 -0
  101. package/dist/{stencil-library/tools-BCET7NeO.js → collection/utils/render/tools.js} +10 -15
  102. package/dist/collection/utils/render/tools.js.map +1 -0
  103. package/dist/collection/utils/solar.js +135 -0
  104. package/dist/collection/utils/solar.js.map +1 -0
  105. package/dist/collection/utils/theme.js +97 -0
  106. package/dist/collection/utils/theme.js.map +1 -0
  107. package/dist/{stencil-library/utils-BCUZxI9u.js → collection/utils/utils.js} +3 -9
  108. package/dist/collection/utils/utils.js.map +1 -0
  109. package/dist/components/eraser-icon.js +11 -0
  110. package/dist/components/eraser-icon.js.map +1 -0
  111. package/dist/components/house-icon.js +11 -0
  112. package/dist/components/house-icon.js.map +1 -0
  113. package/dist/components/icon-selector.js +11 -0
  114. package/dist/components/icon-selector.js.map +1 -0
  115. package/dist/components/index.js +1269 -0
  116. package/dist/components/index.js.map +1 -0
  117. package/dist/components/loading-widget.js +38 -0
  118. package/dist/components/loading-widget.js.map +1 -0
  119. package/dist/components/map-draw.js +11 -0
  120. package/dist/components/map-draw.js.map +1 -0
  121. package/dist/components/map-selector.js +11 -0
  122. package/dist/components/map-selector.js.map +1 -0
  123. package/dist/components/{solar-calculator.d.ts → marker-icon.d.ts} +4 -4
  124. package/dist/components/marker-icon.js +11 -0
  125. package/dist/components/marker-icon.js.map +1 -0
  126. package/dist/components/move-icon.js +11 -0
  127. package/dist/components/move-icon.js.map +1 -0
  128. package/dist/components/octagon-minus-icon.js +11 -0
  129. package/dist/components/octagon-minus-icon.js.map +1 -0
  130. package/dist/components/p-B54Ul0nf.js +15 -0
  131. package/dist/components/p-B54Ul0nf.js.map +1 -0
  132. package/dist/components/p-B5WTRCh8.js +3241 -0
  133. package/dist/components/p-B5WTRCh8.js.map +1 -0
  134. package/dist/components/p-B7UJpRdF.js +40 -0
  135. package/dist/components/p-B7UJpRdF.js.map +1 -0
  136. package/dist/components/p-BELtn8mh.js +40 -0
  137. package/dist/components/p-BELtn8mh.js.map +1 -0
  138. package/dist/components/p-BFxdD9Vs.js +40 -0
  139. package/dist/components/p-BFxdD9Vs.js.map +1 -0
  140. package/dist/{stencil-library/jpeg-CjOJHUd1.js → components/p-BGoSj_DR.js} +3 -11
  141. package/dist/components/p-BGoSj_DR.js.map +1 -0
  142. package/dist/components/p-BXbeMtbx.js +76 -0
  143. package/dist/components/p-BXbeMtbx.js.map +1 -0
  144. package/dist/components/p-BYE5N70N.js +163 -0
  145. package/dist/components/p-BYE5N70N.js.map +1 -0
  146. package/dist/components/p-BnTinS5t.js +40 -0
  147. package/dist/components/p-BnTinS5t.js.map +1 -0
  148. package/dist/components/p-BsLLB46f.js +114 -0
  149. package/dist/components/p-BsLLB46f.js.map +1 -0
  150. package/dist/{stencil-library/packbits-BMYGgS0z.js → components/p-ByX6QP-E.js} +3 -9
  151. package/dist/components/p-ByX6QP-E.js.map +1 -0
  152. package/dist/{stencil-library/lerc-BQF80JgE.js → components/p-CH_OwRlu.js} +1981 -27
  153. package/dist/components/p-CH_OwRlu.js.map +1 -0
  154. package/dist/components/p-CO7fYxHj.js +40 -0
  155. package/dist/components/p-CO7fYxHj.js.map +1 -0
  156. package/dist/{stencil-library/store-4trH9erz.js → components/p-CRQ8cKpY.js} +72 -9
  157. package/dist/components/p-CRQ8cKpY.js.map +1 -0
  158. package/dist/components/p-CZydnQHs.js +114 -0
  159. package/dist/components/p-CZydnQHs.js.map +1 -0
  160. package/dist/components/p-CcItlhA2.js +60 -0
  161. package/dist/components/p-CcItlhA2.js.map +1 -0
  162. package/dist/{stencil-library/webimage-V5ihYILu.js → components/p-Cgchl6bA.js} +3 -9
  163. package/dist/components/p-Cgchl6bA.js.map +1 -0
  164. package/dist/components/p-DJcc5dax.js +1959 -0
  165. package/dist/components/p-DJcc5dax.js.map +1 -0
  166. package/dist/components/p-Dcu7-bdb.js +623 -0
  167. package/dist/components/p-Dcu7-bdb.js.map +1 -0
  168. package/dist/components/p-DotCjbjt.js +40 -0
  169. package/dist/components/p-DotCjbjt.js.map +1 -0
  170. package/dist/components/p-Dqekrz_n.js +40 -0
  171. package/dist/components/p-Dqekrz_n.js.map +1 -0
  172. package/dist/components/p-DvYICeab.js +40 -0
  173. package/dist/components/p-DvYICeab.js.map +1 -0
  174. package/dist/components/p-Dvlk0vkV.js +47 -0
  175. package/dist/components/p-Dvlk0vkV.js.map +1 -0
  176. package/dist/components/p-N0461-xw.js +15944 -0
  177. package/dist/components/p-N0461-xw.js.map +1 -0
  178. package/dist/components/p-WmcSqXD8.js +14 -0
  179. package/dist/components/p-WmcSqXD8.js.map +1 -0
  180. package/dist/components/p-j-vOrhhh.js +114 -0
  181. package/dist/components/p-j-vOrhhh.js.map +1 -0
  182. package/dist/{stencil-library/lzw-PA2aOuVK.js → components/p-q8auDIJ2.js} +4 -10
  183. package/dist/components/p-q8auDIJ2.js.map +1 -0
  184. package/dist/components/polygon-buttons.js +11 -0
  185. package/dist/components/polygon-buttons.js.map +1 -0
  186. package/dist/components/polygon-information.js +11 -0
  187. package/dist/components/polygon-information.js.map +1 -0
  188. package/dist/components/search-icon.js +11 -0
  189. package/dist/components/search-icon.js.map +1 -0
  190. package/dist/components/settings-icon.js +11 -0
  191. package/dist/components/settings-icon.js.map +1 -0
  192. package/dist/components/settings-modal.js +11 -0
  193. package/dist/components/settings-modal.js.map +1 -0
  194. package/dist/components/solar-expert.js +373 -0
  195. package/dist/components/solar-expert.js.map +1 -0
  196. package/dist/components/solar-system-form.js +11 -0
  197. package/dist/components/solar-system-form.js.map +1 -0
  198. package/dist/components/tool-box.js +11 -0
  199. package/dist/components/tool-box.js.map +1 -0
  200. package/dist/components/tutorial-component.d.ts +11 -0
  201. package/dist/components/tutorial-component.js +11 -0
  202. package/dist/components/tutorial-component.js.map +1 -0
  203. package/dist/components/undo-icon.js +11 -0
  204. package/dist/components/undo-icon.js.map +1 -0
  205. package/dist/esm/basedecoder-j-vOrhhh.js +114 -0
  206. package/dist/esm/basedecoder-j-vOrhhh.js.map +1 -0
  207. package/dist/esm/deflate-DHgPf9CO.js +15 -0
  208. package/dist/{stencil-library/deflate-BrCNE9ec.js.map → esm/deflate-DHgPf9CO.js.map} +1 -1
  209. package/dist/esm/eraser-icon_18.entry.js +7 -0
  210. package/dist/esm/eraser-icon_18.entry.js.map +1 -0
  211. package/dist/esm/index-C2JRBB5c.js +1458 -0
  212. package/dist/esm/index-C2JRBB5c.js.map +1 -0
  213. package/dist/esm/index.js +5 -0
  214. package/dist/esm/index.js.map +1 -0
  215. package/dist/esm/jpeg-CJLm1GkA.js +902 -0
  216. package/dist/esm/jpeg-CJLm1GkA.js.map +1 -0
  217. package/dist/esm/lerc-C1dTV3Ec.js +4424 -0
  218. package/dist/esm/lerc-C1dTV3Ec.js.map +1 -0
  219. package/dist/esm/loader.js +16 -0
  220. package/dist/esm/loader.js.map +1 -0
  221. package/dist/esm/loading-widget.entry.js +20 -0
  222. package/dist/esm/loading-widget.entry.js.map +1 -0
  223. package/dist/esm/lzw-DaOzWJUD.js +138 -0
  224. package/dist/esm/lzw-DaOzWJUD.js.map +1 -0
  225. package/dist/esm/packbits-CZPyx9kx.js +33 -0
  226. package/dist/esm/packbits-CZPyx9kx.js.map +1 -0
  227. package/dist/esm/pako.esm-B5WTRCh8.js +3241 -0
  228. package/dist/{stencil-library/pako.esm-CPorU236.js.map → esm/pako.esm-B5WTRCh8.js.map} +1 -1
  229. package/dist/esm/raw-pqeeWc2_.js +14 -0
  230. package/dist/esm/raw-pqeeWc2_.js.map +1 -0
  231. package/dist/esm/stencil-library.js +26 -0
  232. package/dist/esm/stencil-library.js.map +1 -0
  233. package/dist/esm/webimage-BiHardhv.js +47 -0
  234. package/dist/{stencil-library/webimage-V5ihYILu.js.map → esm/webimage-BiHardhv.js.map} +1 -1
  235. package/dist/index.cjs.js +1 -0
  236. package/dist/index.js +1 -0
  237. package/dist/stencil-library/build/assets/tutorial1.mp4 +0 -0
  238. package/dist/stencil-library/build/assets/tutorial2.mp4 +0 -0
  239. package/dist/stencil-library/build/assets/tutorial3.mp4 +0 -0
  240. package/dist/stencil-library/index.esm.js +1 -13
  241. package/dist/stencil-library/index.esm.js.map +1 -1
  242. package/dist/stencil-library/loading-widget.entry.esm.js.map +1 -1
  243. package/dist/stencil-library/p-0cc467c4.entry.js +2 -0
  244. package/dist/stencil-library/p-0cc467c4.entry.js.map +1 -0
  245. package/dist/stencil-library/p-B54Ul0nf.js +2 -0
  246. package/dist/stencil-library/p-B54Ul0nf.js.map +1 -0
  247. package/dist/stencil-library/p-B5WTRCh8.js +2 -0
  248. package/dist/stencil-library/p-B5WTRCh8.js.map +1 -0
  249. package/dist/stencil-library/p-BGoSj_DR.js +2 -0
  250. package/dist/stencil-library/p-BGoSj_DR.js.map +1 -0
  251. package/dist/stencil-library/p-ByX6QP-E.js +2 -0
  252. package/dist/stencil-library/p-ByX6QP-E.js.map +1 -0
  253. package/dist/stencil-library/p-C2JRBB5c.js +3 -0
  254. package/dist/stencil-library/p-C2JRBB5c.js.map +1 -0
  255. package/dist/stencil-library/p-CX8V3eiN.js +2 -0
  256. package/dist/stencil-library/p-CX8V3eiN.js.map +1 -0
  257. package/dist/stencil-library/p-Cgchl6bA.js +2 -0
  258. package/dist/stencil-library/p-Cgchl6bA.js.map +1 -0
  259. package/dist/stencil-library/p-DN5z5Lnk.js +2 -0
  260. package/dist/stencil-library/p-DN5z5Lnk.js.map +1 -0
  261. package/dist/stencil-library/p-DYtW7_ih.js +10 -0
  262. package/dist/stencil-library/p-DYtW7_ih.js.map +1 -0
  263. package/dist/stencil-library/p-WmcSqXD8.js +2 -0
  264. package/dist/stencil-library/p-WmcSqXD8.js.map +1 -0
  265. package/dist/stencil-library/p-d3e17162.entry.js +2 -0
  266. package/dist/stencil-library/p-d3e17162.entry.js.map +1 -0
  267. package/dist/stencil-library/p-j-vOrhhh.js +2 -0
  268. package/dist/stencil-library/p-j-vOrhhh.js.map +1 -0
  269. package/dist/stencil-library/p-q8auDIJ2.js +2 -0
  270. package/dist/stencil-library/p-q8auDIJ2.js.map +1 -0
  271. package/dist/stencil-library/stencil-library.esm.js +1 -52
  272. package/dist/stencil-library/stencil-library.esm.js.map +1 -1
  273. package/dist/types/components/icons/marker.d.ts +5 -0
  274. package/dist/types/components/map-draw/map-draw.d.ts +8 -1
  275. package/dist/types/components/map-draw/map-selector.d.ts +1 -0
  276. package/dist/types/components/map-draw/polygon-buttons.d.ts +0 -1
  277. package/dist/types/components/map-draw/polygon-information.d.ts +2 -0
  278. package/dist/types/components/map-draw/tutorial-component.d.ts +8 -0
  279. package/dist/types/components.d.ts +42 -17
  280. package/dist/types/types/lang.d.ts +21 -0
  281. package/dist/types/utils/api.d.ts +1 -1
  282. package/dist/types/utils/images.d.ts +1 -0
  283. package/package.json +2 -1
  284. package/dist/stencil-library/api-90JQS7b6.js +0 -104
  285. package/dist/stencil-library/api-90JQS7b6.js.map +0 -1
  286. package/dist/stencil-library/api-B5514wut.js +0 -102
  287. package/dist/stencil-library/api-B5514wut.js.map +0 -1
  288. package/dist/stencil-library/api-CLbMaqt3.js +0 -103
  289. package/dist/stencil-library/api-CLbMaqt3.js.map +0 -1
  290. package/dist/stencil-library/api-Cfi-C6kT.js +0 -104
  291. package/dist/stencil-library/api-Cfi-C6kT.js.map +0 -1
  292. package/dist/stencil-library/api-CiNFC5mG.js +0 -104
  293. package/dist/stencil-library/api-CiNFC5mG.js.map +0 -1
  294. package/dist/stencil-library/api-D_61gY2X.js +0 -102
  295. package/dist/stencil-library/api-D_61gY2X.js.map +0 -1
  296. package/dist/stencil-library/api-Did5lAE0.js.map +0 -1
  297. package/dist/stencil-library/api-S3oJcLL5.js +0 -103
  298. package/dist/stencil-library/api-S3oJcLL5.js.map +0 -1
  299. package/dist/stencil-library/api-iAs1ZQr1.js +0 -104
  300. package/dist/stencil-library/api-iAs1ZQr1.js.map +0 -1
  301. package/dist/stencil-library/api-vropRvpT.js +0 -102
  302. package/dist/stencil-library/api-vropRvpT.js.map +0 -1
  303. package/dist/stencil-library/config-CWfV1nKn.js.map +0 -1
  304. package/dist/stencil-library/constants-pXQQsEkH.js +0 -1519
  305. package/dist/stencil-library/constants-pXQQsEkH.js.map +0 -1
  306. package/dist/stencil-library/decoder-BDfrXE7e.js +0 -39
  307. package/dist/stencil-library/decoder-BDfrXE7e.js.map +0 -1
  308. package/dist/stencil-library/deflate-BrCNE9ec.js +0 -21
  309. package/dist/stencil-library/eraser-icon.entry.esm.js.map +0 -1
  310. package/dist/stencil-library/eraser-icon.entry.js +0 -22
  311. package/dist/stencil-library/eraser-icon.entry.js.map +0 -1
  312. package/dist/stencil-library/house-icon.entry.esm.js.map +0 -1
  313. package/dist/stencil-library/house-icon.entry.js +0 -22
  314. package/dist/stencil-library/house-icon.entry.js.map +0 -1
  315. package/dist/stencil-library/icon-selector.entry.esm.js.map +0 -1
  316. package/dist/stencil-library/icon-selector.entry.js +0 -44
  317. package/dist/stencil-library/icon-selector.entry.js.map +0 -1
  318. package/dist/stencil-library/index-CChkgM3J.js +0 -414
  319. package/dist/stencil-library/index-CChkgM3J.js.map +0 -1
  320. package/dist/stencil-library/index-Cx8GOJRA.js +0 -4172
  321. package/dist/stencil-library/index-Cx8GOJRA.js.map +0 -1
  322. package/dist/stencil-library/jpeg-CjOJHUd1.js.map +0 -1
  323. package/dist/stencil-library/lerc-BQF80JgE.js.map +0 -1
  324. package/dist/stencil-library/loading-widget.entry.js +0 -20
  325. package/dist/stencil-library/loading-widget.entry.js.map +0 -1
  326. package/dist/stencil-library/lzw-PA2aOuVK.js.map +0 -1
  327. package/dist/stencil-library/map-draw-CaQc1QTP.js +0 -25429
  328. package/dist/stencil-library/map-draw-CaQc1QTP.js.map +0 -1
  329. package/dist/stencil-library/map-draw.entry.esm.js.map +0 -1
  330. package/dist/stencil-library/map-draw.entry.js +0 -12
  331. package/dist/stencil-library/map-draw.entry.js.map +0 -1
  332. package/dist/stencil-library/map-selector.entry.esm.js.map +0 -1
  333. package/dist/stencil-library/map-selector.entry.js +0 -171
  334. package/dist/stencil-library/map-selector.entry.js.map +0 -1
  335. package/dist/stencil-library/move-icon.entry.esm.js.map +0 -1
  336. package/dist/stencil-library/move-icon.entry.js +0 -22
  337. package/dist/stencil-library/move-icon.entry.js.map +0 -1
  338. package/dist/stencil-library/octagon-minus-icon.entry.esm.js.map +0 -1
  339. package/dist/stencil-library/octagon-minus-icon.entry.js +0 -22
  340. package/dist/stencil-library/octagon-minus-icon.entry.js.map +0 -1
  341. package/dist/stencil-library/packbits-BMYGgS0z.js.map +0 -1
  342. package/dist/stencil-library/pako.esm-CPorU236.js +0 -6881
  343. package/dist/stencil-library/polygon-buttons.entry.esm.js.map +0 -1
  344. package/dist/stencil-library/polygon-buttons.entry.js +0 -30
  345. package/dist/stencil-library/polygon-buttons.entry.js.map +0 -1
  346. package/dist/stencil-library/polygon-information.entry.esm.js.map +0 -1
  347. package/dist/stencil-library/polygon-information.entry.js +0 -53
  348. package/dist/stencil-library/polygon-information.entry.js.map +0 -1
  349. package/dist/stencil-library/raw-D-Vfg78n.js +0 -20
  350. package/dist/stencil-library/raw-D-Vfg78n.js.map +0 -1
  351. package/dist/stencil-library/search-icon.entry.esm.js.map +0 -1
  352. package/dist/stencil-library/search-icon.entry.js +0 -22
  353. package/dist/stencil-library/search-icon.entry.js.map +0 -1
  354. package/dist/stencil-library/settings-icon.entry.esm.js.map +0 -1
  355. package/dist/stencil-library/settings-icon.entry.js +0 -22
  356. package/dist/stencil-library/settings-icon.entry.js.map +0 -1
  357. package/dist/stencil-library/settings-modal.entry.esm.js.map +0 -1
  358. package/dist/stencil-library/settings-modal.entry.js +0 -58
  359. package/dist/stencil-library/settings-modal.entry.js.map +0 -1
  360. package/dist/stencil-library/solar-calculator.entry.esm.js.map +0 -1
  361. package/dist/stencil-library/solar-calculator.entry.js +0 -26666
  362. package/dist/stencil-library/solar-calculator.entry.js.map +0 -1
  363. package/dist/stencil-library/solar-expert.entry.esm.js.map +0 -1
  364. package/dist/stencil-library/solar-expert.entry.js +0 -241
  365. package/dist/stencil-library/solar-expert.entry.js.map +0 -1
  366. package/dist/stencil-library/solar-system-form.entry.esm.js.map +0 -1
  367. package/dist/stencil-library/solar-system-form.entry.js +0 -444
  368. package/dist/stencil-library/solar-system-form.entry.js.map +0 -1
  369. package/dist/stencil-library/store-4trH9erz.js.map +0 -1
  370. package/dist/stencil-library/tool-box.entry.esm.js.map +0 -1
  371. package/dist/stencil-library/tool-box.entry.js +0 -36
  372. package/dist/stencil-library/tool-box.entry.js.map +0 -1
  373. package/dist/stencil-library/tools-BCET7NeO.js.map +0 -1
  374. package/dist/stencil-library/undo-icon.entry.esm.js.map +0 -1
  375. package/dist/stencil-library/undo-icon.entry.js +0 -22
  376. package/dist/stencil-library/undo-icon.entry.js.map +0 -1
  377. package/dist/stencil-library/utils-BCUZxI9u.js.map +0 -1
  378. package/dist/types/components/solar-calculator/solar-calculator.d.ts +0 -15
  379. /package/dist/{stencil-library → esm}/app-globals-CX8V3eiN.js +0 -0
  380. /package/dist/{stencil-library → esm}/app-globals-CX8V3eiN.js.map +0 -0
@@ -0,0 +1,1175 @@
1
+ /*! tailwindcss v4.1.11 | MIT License | https://tailwindcss.com */
2
+ @layer properties;
3
+ @layer theme, base, components, utilities;
4
+ @layer theme {
5
+ :root, :host {
6
+ --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
7
+ "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
8
+ --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
9
+ "Courier New", monospace;
10
+ --color-red-100: oklch(93.6% 0.032 17.717);
11
+ --color-red-300: oklch(80.8% 0.114 19.571);
12
+ --color-red-700: oklch(50.5% 0.213 27.518);
13
+ --color-gray-400: oklch(70.7% 0.022 261.325);
14
+ --color-gray-800: oklch(27.8% 0.033 256.848);
15
+ --color-black: #000;
16
+ --color-white: #fff;
17
+ --spacing: 0.25rem;
18
+ --container-md: 28rem;
19
+ --container-2xl: 42rem;
20
+ --text-xs: 0.75rem;
21
+ --text-xs--line-height: calc(1 / 0.75);
22
+ --text-sm: 0.875rem;
23
+ --text-sm--line-height: calc(1.25 / 0.875);
24
+ --text-lg: 1.125rem;
25
+ --text-lg--line-height: calc(1.75 / 1.125);
26
+ --text-xl: 1.25rem;
27
+ --text-xl--line-height: calc(1.75 / 1.25);
28
+ --text-2xl: 1.5rem;
29
+ --text-2xl--line-height: calc(2 / 1.5);
30
+ --font-weight-medium: 500;
31
+ --font-weight-semibold: 600;
32
+ --font-weight-bold: 700;
33
+ --radius-lg: 0.5rem;
34
+ --radius-4xl: 2rem;
35
+ --animate-spin: spin 1s linear infinite;
36
+ --default-transition-duration: 150ms;
37
+ --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
38
+ --default-font-family: var(--font-sans);
39
+ --default-mono-font-family: var(--font-mono);
40
+ --color-primary: hsl(41 51% 90%);
41
+ --color-primary-foreground: hsl(0 0% 0%);
42
+ --color-secondary: hsl(28 100% 8%);
43
+ --color-secondary-foreground: hsl(0 0% 100%);
44
+ --color-tertiary: hsl(28 100% 29%);
45
+ --color-tertiary-foreground: hsl(0 0% 100%);
46
+ --color-muted: hsl(0 0% 100%);
47
+ --color-muted-foreground: hsl(0 0% 0%);
48
+ --color-error: hsl(0 100% 50%);
49
+ --color-error-foreground: hsl(0 0% 100%);
50
+ --color-surface: hsl(0 0% 88%);
51
+ --color-surface-hover: hsl(0 0% 82%);
52
+ --color-surface-active: hsl(0 0% 64%);
53
+ --color-text-muted: hsl(0 0% 45%);
54
+ --color-text-secondary: hsl(0 0% 55%);
55
+ --color-text-placeholder: hsl(0 0% 73%);
56
+ --color-border: hsl(0 0% 82%);
57
+ --color-border-light: hsl(0 0% 93%);
58
+ --color-success: hsl(142 76% 36%);
59
+ --color-info: hsl(221 83% 53%);
60
+ --color-hover: hsl(0 0% 88%);
61
+ --color-hover-dark: hsl(28 100% 8%);
62
+ --color-overlay: rgba(0, 0, 0, 0.24);
63
+ --color-tooltip: hsl(0 0% 13%);
64
+ }
65
+ }
66
+ @layer base {
67
+ *, ::after, ::before, ::backdrop, ::file-selector-button {
68
+ box-sizing: border-box;
69
+ margin: 0;
70
+ padding: 0;
71
+ border: 0 solid;
72
+ }
73
+ html, :host {
74
+ line-height: 1.5;
75
+ -webkit-text-size-adjust: 100%;
76
+ tab-size: 4;
77
+ font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
78
+ font-feature-settings: var(--default-font-feature-settings, normal);
79
+ font-variation-settings: var(--default-font-variation-settings, normal);
80
+ -webkit-tap-highlight-color: transparent;
81
+ }
82
+ hr {
83
+ height: 0;
84
+ color: inherit;
85
+ border-top-width: 1px;
86
+ }
87
+ abbr:where([title]) {
88
+ -webkit-text-decoration: underline dotted;
89
+ text-decoration: underline dotted;
90
+ }
91
+ h1, h2, h3, h4, h5, h6 {
92
+ font-size: inherit;
93
+ font-weight: inherit;
94
+ }
95
+ a {
96
+ color: inherit;
97
+ -webkit-text-decoration: inherit;
98
+ text-decoration: inherit;
99
+ }
100
+ b, strong {
101
+ font-weight: bolder;
102
+ }
103
+ code, kbd, samp, pre {
104
+ font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
105
+ font-feature-settings: var(--default-mono-font-feature-settings, normal);
106
+ font-variation-settings: var(--default-mono-font-variation-settings, normal);
107
+ font-size: 1em;
108
+ }
109
+ small {
110
+ font-size: 80%;
111
+ }
112
+ sub, sup {
113
+ font-size: 75%;
114
+ line-height: 0;
115
+ position: relative;
116
+ vertical-align: baseline;
117
+ }
118
+ sub {
119
+ bottom: -0.25em;
120
+ }
121
+ sup {
122
+ top: -0.5em;
123
+ }
124
+ table {
125
+ text-indent: 0;
126
+ border-color: inherit;
127
+ border-collapse: collapse;
128
+ }
129
+ :-moz-focusring {
130
+ outline: auto;
131
+ }
132
+ progress {
133
+ vertical-align: baseline;
134
+ }
135
+ summary {
136
+ display: list-item;
137
+ }
138
+ ol, ul, menu {
139
+ list-style: none;
140
+ }
141
+ img, svg, video, canvas, audio, iframe, embed, object {
142
+ display: block;
143
+ vertical-align: middle;
144
+ }
145
+ img, video {
146
+ max-width: 100%;
147
+ height: auto;
148
+ }
149
+ button, input, select, optgroup, textarea, ::file-selector-button {
150
+ font: inherit;
151
+ font-feature-settings: inherit;
152
+ font-variation-settings: inherit;
153
+ letter-spacing: inherit;
154
+ color: inherit;
155
+ border-radius: 0;
156
+ background-color: transparent;
157
+ opacity: 1;
158
+ }
159
+ :where(select:is([multiple], [size])) optgroup {
160
+ font-weight: bolder;
161
+ }
162
+ :where(select:is([multiple], [size])) optgroup option {
163
+ padding-inline-start: 20px;
164
+ }
165
+ ::file-selector-button {
166
+ margin-inline-end: 4px;
167
+ }
168
+ ::placeholder {
169
+ opacity: 1;
170
+ }
171
+ @supports (not (-webkit-appearance: -apple-pay-button)) or (contain-intrinsic-size: 1px) {
172
+ ::placeholder {
173
+ color: currentcolor;
174
+ @supports (color: color-mix(in lab, red, red)) {
175
+ color: color-mix(in oklab, currentcolor 50%, transparent);
176
+ }
177
+ }
178
+ }
179
+ textarea {
180
+ resize: vertical;
181
+ }
182
+ ::-webkit-search-decoration {
183
+ -webkit-appearance: none;
184
+ }
185
+ ::-webkit-date-and-time-value {
186
+ min-height: 1lh;
187
+ text-align: inherit;
188
+ }
189
+ ::-webkit-datetime-edit {
190
+ display: inline-flex;
191
+ }
192
+ ::-webkit-datetime-edit-fields-wrapper {
193
+ padding: 0;
194
+ }
195
+ ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
196
+ padding-block: 0;
197
+ }
198
+ :-moz-ui-invalid {
199
+ box-shadow: none;
200
+ }
201
+ button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
202
+ appearance: button;
203
+ }
204
+ ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
205
+ height: auto;
206
+ }
207
+ [hidden]:where(:not([hidden="until-found"])) {
208
+ display: none !important;
209
+ }
210
+ }
211
+ @layer utilities {
212
+ .pointer-events-none {
213
+ pointer-events: none;
214
+ }
215
+ .absolute {
216
+ position: absolute;
217
+ }
218
+ .fixed {
219
+ position: fixed;
220
+ }
221
+ .relative {
222
+ position: relative;
223
+ }
224
+ .inset-0 {
225
+ inset: calc(var(--spacing) * 0);
226
+ }
227
+ .top-0 {
228
+ top: calc(var(--spacing) * 0);
229
+ }
230
+ .top-1 {
231
+ top: calc(var(--spacing) * 1);
232
+ }
233
+ .top-1\/2 {
234
+ top: calc(1/2 * 100%);
235
+ }
236
+ .top-full {
237
+ top: 100%;
238
+ }
239
+ .bottom-full {
240
+ bottom: 100%;
241
+ }
242
+ .left-0 {
243
+ left: calc(var(--spacing) * 0);
244
+ }
245
+ .left-1 {
246
+ left: calc(var(--spacing) * 1);
247
+ }
248
+ .left-1\/2 {
249
+ left: calc(1/2 * 100%);
250
+ }
251
+ .left-3 {
252
+ left: calc(var(--spacing) * 3);
253
+ }
254
+ .z-10 {
255
+ z-index: 10;
256
+ }
257
+ .z-20 {
258
+ z-index: 20;
259
+ }
260
+ .z-50 {
261
+ z-index: 50;
262
+ }
263
+ .container {
264
+ width: 100%;
265
+ @media (width >= 40rem) {
266
+ max-width: 40rem;
267
+ }
268
+ @media (width >= 48rem) {
269
+ max-width: 48rem;
270
+ }
271
+ @media (width >= 64rem) {
272
+ max-width: 64rem;
273
+ }
274
+ @media (width >= 80rem) {
275
+ max-width: 80rem;
276
+ }
277
+ @media (width >= 96rem) {
278
+ max-width: 96rem;
279
+ }
280
+ }
281
+ .m-auto {
282
+ margin: auto;
283
+ }
284
+ .mt-1 {
285
+ margin-top: calc(var(--spacing) * 1);
286
+ }
287
+ .mt-4 {
288
+ margin-top: calc(var(--spacing) * 4);
289
+ }
290
+ .mt-6 {
291
+ margin-top: calc(var(--spacing) * 6);
292
+ }
293
+ .mb-1 {
294
+ margin-bottom: calc(var(--spacing) * 1);
295
+ }
296
+ .mb-2 {
297
+ margin-bottom: calc(var(--spacing) * 2);
298
+ }
299
+ .mb-4 {
300
+ margin-bottom: calc(var(--spacing) * 4);
301
+ }
302
+ .mb-6 {
303
+ margin-bottom: calc(var(--spacing) * 6);
304
+ }
305
+ .block {
306
+ display: block;
307
+ }
308
+ .flex {
309
+ display: flex;
310
+ }
311
+ .grid {
312
+ display: grid;
313
+ }
314
+ .inline {
315
+ display: inline;
316
+ }
317
+ .inline-block {
318
+ display: inline-block;
319
+ }
320
+ .table {
321
+ display: table;
322
+ }
323
+ .h-0 {
324
+ height: calc(var(--spacing) * 0);
325
+ }
326
+ .h-4 {
327
+ height: calc(var(--spacing) * 4);
328
+ }
329
+ .h-16 {
330
+ height: calc(var(--spacing) * 16);
331
+ }
332
+ .h-48 {
333
+ height: calc(var(--spacing) * 48);
334
+ }
335
+ .h-64 {
336
+ height: calc(var(--spacing) * 64);
337
+ }
338
+ .h-96 {
339
+ height: calc(var(--spacing) * 96);
340
+ }
341
+ .h-\[400px\] {
342
+ height: 400px;
343
+ }
344
+ .h-full {
345
+ height: 100%;
346
+ }
347
+ .max-h-96 {
348
+ max-height: calc(var(--spacing) * 96);
349
+ }
350
+ .max-h-full {
351
+ max-height: 100%;
352
+ }
353
+ .w-0 {
354
+ width: calc(var(--spacing) * 0);
355
+ }
356
+ .w-4 {
357
+ width: calc(var(--spacing) * 4);
358
+ }
359
+ .w-16 {
360
+ width: calc(var(--spacing) * 16);
361
+ }
362
+ .w-20 {
363
+ width: calc(var(--spacing) * 20);
364
+ }
365
+ .w-48 {
366
+ width: calc(var(--spacing) * 48);
367
+ }
368
+ .w-64 {
369
+ width: calc(var(--spacing) * 64);
370
+ }
371
+ .w-96 {
372
+ width: calc(var(--spacing) * 96);
373
+ }
374
+ .w-auto {
375
+ width: auto;
376
+ }
377
+ .w-full {
378
+ width: 100%;
379
+ }
380
+ .max-w-2xl {
381
+ max-width: var(--container-2xl);
382
+ }
383
+ .max-w-md {
384
+ max-width: var(--container-md);
385
+ }
386
+ .flex-1 {
387
+ flex: 1;
388
+ }
389
+ .flex-3 {
390
+ flex: 3;
391
+ }
392
+ .border-collapse {
393
+ border-collapse: collapse;
394
+ }
395
+ .-translate-y-1 {
396
+ --tw-translate-y: calc(var(--spacing) * -1);
397
+ translate: var(--tw-translate-x) var(--tw-translate-y);
398
+ }
399
+ .-translate-y-1\/2 {
400
+ --tw-translate-y: calc(calc(1/2 * 100%) * -1);
401
+ translate: var(--tw-translate-x) var(--tw-translate-y);
402
+ }
403
+ .transform {
404
+ transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
405
+ }
406
+ .animate-spin {
407
+ animation: var(--animate-spin);
408
+ }
409
+ .cursor-not-allowed {
410
+ cursor: not-allowed;
411
+ }
412
+ .resize {
413
+ resize: both;
414
+ }
415
+ .appearance-none {
416
+ appearance: none;
417
+ }
418
+ .grid-cols-2 {
419
+ grid-template-columns: repeat(2, minmax(0, 1fr));
420
+ }
421
+ .grid-rows-2 {
422
+ grid-template-rows: repeat(2, minmax(0, 1fr));
423
+ }
424
+ .flex-col {
425
+ flex-direction: column;
426
+ }
427
+ .flex-row {
428
+ flex-direction: row;
429
+ }
430
+ .flex-wrap {
431
+ flex-wrap: wrap;
432
+ }
433
+ .items-center {
434
+ align-items: center;
435
+ }
436
+ .items-start {
437
+ align-items: flex-start;
438
+ }
439
+ .items-stretch {
440
+ align-items: stretch;
441
+ }
442
+ .justify-between {
443
+ justify-content: space-between;
444
+ }
445
+ .justify-center {
446
+ justify-content: center;
447
+ }
448
+ .justify-end {
449
+ justify-content: flex-end;
450
+ }
451
+ .justify-start {
452
+ justify-content: flex-start;
453
+ }
454
+ .gap-0 {
455
+ gap: calc(var(--spacing) * 0);
456
+ }
457
+ .gap-1 {
458
+ gap: calc(var(--spacing) * 1);
459
+ }
460
+ .gap-2 {
461
+ gap: calc(var(--spacing) * 2);
462
+ }
463
+ .gap-4 {
464
+ gap: calc(var(--spacing) * 4);
465
+ }
466
+ .space-y-3 {
467
+ :where(& > :not(:last-child)) {
468
+ --tw-space-y-reverse: 0;
469
+ margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
470
+ margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
471
+ }
472
+ }
473
+ .space-y-4 {
474
+ :where(& > :not(:last-child)) {
475
+ --tw-space-y-reverse: 0;
476
+ margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
477
+ margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
478
+ }
479
+ }
480
+ .space-y-6 {
481
+ :where(& > :not(:last-child)) {
482
+ --tw-space-y-reverse: 0;
483
+ margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
484
+ margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
485
+ }
486
+ }
487
+ .overflow-hidden {
488
+ overflow: hidden;
489
+ }
490
+ .overflow-y-auto {
491
+ overflow-y: auto;
492
+ }
493
+ .rounded {
494
+ border-radius: 0.25rem;
495
+ }
496
+ .rounded-4xl {
497
+ border-radius: var(--radius-4xl);
498
+ }
499
+ .rounded-full {
500
+ border-radius: calc(infinity * 1px);
501
+ }
502
+ .rounded-lg {
503
+ border-radius: var(--radius-lg);
504
+ }
505
+ .border {
506
+ border-style: var(--tw-border-style);
507
+ border-width: 1px;
508
+ }
509
+ .border-2 {
510
+ border-style: var(--tw-border-style);
511
+ border-width: 2px;
512
+ }
513
+ .border-t-2 {
514
+ border-top-style: var(--tw-border-style);
515
+ border-top-width: 2px;
516
+ }
517
+ .border-t-4 {
518
+ border-top-style: var(--tw-border-style);
519
+ border-top-width: 4px;
520
+ }
521
+ .border-r-4 {
522
+ border-right-style: var(--tw-border-style);
523
+ border-right-width: 4px;
524
+ }
525
+ .border-b-2 {
526
+ border-bottom-style: var(--tw-border-style);
527
+ border-bottom-width: 2px;
528
+ }
529
+ .border-b-4 {
530
+ border-bottom-style: var(--tw-border-style);
531
+ border-bottom-width: 4px;
532
+ }
533
+ .border-l-4 {
534
+ border-left-style: var(--tw-border-style);
535
+ border-left-width: 4px;
536
+ }
537
+ .border-border {
538
+ border-color: var(--color-border);
539
+ }
540
+ .border-current {
541
+ border-color: currentcolor;
542
+ }
543
+ .border-error {
544
+ border-color: var(--color-error);
545
+ }
546
+ .border-error\/20 {
547
+ border-color: color-mix(in srgb, hsl(0 100% 50%) 20%, transparent);
548
+ @supports (color: color-mix(in lab, red, red)) {
549
+ border-color: color-mix(in oklab, var(--color-error) 20%, transparent);
550
+ }
551
+ }
552
+ .border-red-300 {
553
+ border-color: var(--color-red-300);
554
+ }
555
+ .border-secondary {
556
+ border-color: var(--color-secondary);
557
+ }
558
+ .border-secondary\/20 {
559
+ border-color: color-mix(in srgb, hsl(28 100% 8%) 20%, transparent);
560
+ @supports (color: color-mix(in lab, red, red)) {
561
+ border-color: color-mix(in oklab, var(--color-secondary) 20%, transparent);
562
+ }
563
+ }
564
+ .border-success {
565
+ border-color: var(--color-success);
566
+ }
567
+ .border-success\/20 {
568
+ border-color: color-mix(in srgb, hsl(142 76% 36%) 20%, transparent);
569
+ @supports (color: color-mix(in lab, red, red)) {
570
+ border-color: color-mix(in oklab, var(--color-success) 20%, transparent);
571
+ }
572
+ }
573
+ .border-transparent {
574
+ border-color: transparent;
575
+ }
576
+ .border-t-gray-800 {
577
+ border-top-color: var(--color-gray-800);
578
+ }
579
+ .border-t-transparent {
580
+ border-top-color: transparent;
581
+ }
582
+ .border-b-gray-800 {
583
+ border-bottom-color: var(--color-gray-800);
584
+ }
585
+ .bg-black {
586
+ background-color: var(--color-black);
587
+ }
588
+ .bg-error {
589
+ background-color: var(--color-error);
590
+ }
591
+ .bg-error\/10 {
592
+ background-color: color-mix(in srgb, hsl(0 100% 50%) 10%, transparent);
593
+ @supports (color: color-mix(in lab, red, red)) {
594
+ background-color: color-mix(in oklab, var(--color-error) 10%, transparent);
595
+ }
596
+ }
597
+ .bg-gray-400 {
598
+ background-color: var(--color-gray-400);
599
+ }
600
+ .bg-gray-800 {
601
+ background-color: var(--color-gray-800);
602
+ }
603
+ .bg-muted {
604
+ background-color: var(--color-muted);
605
+ }
606
+ .bg-overlay {
607
+ background-color: var(--color-overlay);
608
+ }
609
+ .bg-primary {
610
+ background-color: var(--color-primary);
611
+ }
612
+ .bg-red-100 {
613
+ background-color: var(--color-red-100);
614
+ }
615
+ .bg-secondary {
616
+ background-color: var(--color-secondary);
617
+ }
618
+ .bg-success {
619
+ background-color: var(--color-success);
620
+ }
621
+ .bg-success\/10 {
622
+ background-color: color-mix(in srgb, hsl(142 76% 36%) 10%, transparent);
623
+ @supports (color: color-mix(in lab, red, red)) {
624
+ background-color: color-mix(in oklab, var(--color-success) 10%, transparent);
625
+ }
626
+ }
627
+ .bg-surface {
628
+ background-color: var(--color-surface);
629
+ }
630
+ .bg-tertiary {
631
+ background-color: var(--color-tertiary);
632
+ }
633
+ .bg-text-secondary {
634
+ background-color: var(--color-text-secondary);
635
+ }
636
+ .bg-transparent {
637
+ background-color: transparent;
638
+ }
639
+ .object-contain {
640
+ object-fit: contain;
641
+ }
642
+ .p-2 {
643
+ padding: calc(var(--spacing) * 2);
644
+ }
645
+ .p-3 {
646
+ padding: calc(var(--spacing) * 3);
647
+ }
648
+ .p-4 {
649
+ padding: calc(var(--spacing) * 4);
650
+ }
651
+ .p-6 {
652
+ padding: calc(var(--spacing) * 6);
653
+ }
654
+ .px-2 {
655
+ padding-inline: calc(var(--spacing) * 2);
656
+ }
657
+ .px-3 {
658
+ padding-inline: calc(var(--spacing) * 3);
659
+ }
660
+ .px-4 {
661
+ padding-inline: calc(var(--spacing) * 4);
662
+ }
663
+ .px-6 {
664
+ padding-inline: calc(var(--spacing) * 6);
665
+ }
666
+ .py-1 {
667
+ padding-block: calc(var(--spacing) * 1);
668
+ }
669
+ .py-2 {
670
+ padding-block: calc(var(--spacing) * 2);
671
+ }
672
+ .py-3 {
673
+ padding-block: calc(var(--spacing) * 3);
674
+ }
675
+ .py-4 {
676
+ padding-block: calc(var(--spacing) * 4);
677
+ }
678
+ .pt-3 {
679
+ padding-top: calc(var(--spacing) * 3);
680
+ }
681
+ .pt-4 {
682
+ padding-top: calc(var(--spacing) * 4);
683
+ }
684
+ .pt-7 {
685
+ padding-top: calc(var(--spacing) * 7);
686
+ }
687
+ .pr-3 {
688
+ padding-right: calc(var(--spacing) * 3);
689
+ }
690
+ .pr-4 {
691
+ padding-right: calc(var(--spacing) * 4);
692
+ }
693
+ .pb-2 {
694
+ padding-bottom: calc(var(--spacing) * 2);
695
+ }
696
+ .pb-3 {
697
+ padding-bottom: calc(var(--spacing) * 3);
698
+ }
699
+ .pb-4 {
700
+ padding-bottom: calc(var(--spacing) * 4);
701
+ }
702
+ .pl-2 {
703
+ padding-left: calc(var(--spacing) * 2);
704
+ }
705
+ .pl-3 {
706
+ padding-left: calc(var(--spacing) * 3);
707
+ }
708
+ .pl-4 {
709
+ padding-left: calc(var(--spacing) * 4);
710
+ }
711
+ .pl-10 {
712
+ padding-left: calc(var(--spacing) * 10);
713
+ }
714
+ .text-center {
715
+ text-align: center;
716
+ }
717
+ .text-right {
718
+ text-align: right;
719
+ }
720
+ .text-2xl {
721
+ font-size: var(--text-2xl);
722
+ line-height: var(--tw-leading, var(--text-2xl--line-height));
723
+ }
724
+ .text-lg {
725
+ font-size: var(--text-lg);
726
+ line-height: var(--tw-leading, var(--text-lg--line-height));
727
+ }
728
+ .text-sm {
729
+ font-size: var(--text-sm);
730
+ line-height: var(--tw-leading, var(--text-sm--line-height));
731
+ }
732
+ .text-xl {
733
+ font-size: var(--text-xl);
734
+ line-height: var(--tw-leading, var(--text-xl--line-height));
735
+ }
736
+ .text-xs {
737
+ font-size: var(--text-xs);
738
+ line-height: var(--tw-leading, var(--text-xs--line-height));
739
+ }
740
+ .font-bold {
741
+ --tw-font-weight: var(--font-weight-bold);
742
+ font-weight: var(--font-weight-bold);
743
+ }
744
+ .font-medium {
745
+ --tw-font-weight: var(--font-weight-medium);
746
+ font-weight: var(--font-weight-medium);
747
+ }
748
+ .font-semibold {
749
+ --tw-font-weight: var(--font-weight-semibold);
750
+ font-weight: var(--font-weight-semibold);
751
+ }
752
+ .whitespace-nowrap {
753
+ white-space: nowrap;
754
+ }
755
+ .text-error {
756
+ color: var(--color-error);
757
+ }
758
+ .text-muted {
759
+ color: var(--color-muted);
760
+ }
761
+ .text-muted-foreground {
762
+ color: var(--color-muted-foreground);
763
+ }
764
+ .text-primary-foreground {
765
+ color: var(--color-primary-foreground);
766
+ }
767
+ .text-red-700 {
768
+ color: var(--color-red-700);
769
+ }
770
+ .text-secondary {
771
+ color: var(--color-secondary);
772
+ }
773
+ .text-success {
774
+ color: var(--color-success);
775
+ }
776
+ .text-text-muted {
777
+ color: var(--color-text-muted);
778
+ }
779
+ .text-text-placeholder {
780
+ color: var(--color-text-placeholder);
781
+ }
782
+ .text-text-secondary {
783
+ color: var(--color-text-secondary);
784
+ }
785
+ .text-white {
786
+ color: var(--color-white);
787
+ }
788
+ .underline {
789
+ text-decoration-line: underline;
790
+ }
791
+ .accent-tertiary {
792
+ accent-color: var(--color-tertiary);
793
+ }
794
+ .shadow {
795
+ --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
796
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
797
+ }
798
+ .shadow-lg {
799
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
800
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
801
+ }
802
+ .outline {
803
+ outline-style: var(--tw-outline-style);
804
+ outline-width: 1px;
805
+ }
806
+ .transition {
807
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, visibility, content-visibility, overlay, pointer-events;
808
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
809
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
810
+ }
811
+ .transition-colors {
812
+ transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
813
+ transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
814
+ transition-duration: var(--tw-duration, var(--default-transition-duration));
815
+ }
816
+ .duration-200 {
817
+ --tw-duration: 200ms;
818
+ transition-duration: 200ms;
819
+ }
820
+ .hover\:border-secondary\/40 {
821
+ &:hover {
822
+ @media (hover: hover) {
823
+ border-color: color-mix(in srgb, hsl(28 100% 8%) 40%, transparent);
824
+ @supports (color: color-mix(in lab, red, red)) {
825
+ border-color: color-mix(in oklab, var(--color-secondary) 40%, transparent);
826
+ }
827
+ }
828
+ }
829
+ }
830
+ .hover\:bg-hover {
831
+ &:hover {
832
+ @media (hover: hover) {
833
+ background-color: var(--color-hover);
834
+ }
835
+ }
836
+ }
837
+ .hover\:bg-muted {
838
+ &:hover {
839
+ @media (hover: hover) {
840
+ background-color: var(--color-muted);
841
+ }
842
+ }
843
+ }
844
+ .hover\:bg-overlay {
845
+ &:hover {
846
+ @media (hover: hover) {
847
+ background-color: var(--color-overlay);
848
+ }
849
+ }
850
+ }
851
+ .hover\:bg-secondary\/80 {
852
+ &:hover {
853
+ @media (hover: hover) {
854
+ background-color: color-mix(in srgb, hsl(28 100% 8%) 80%, transparent);
855
+ @supports (color: color-mix(in lab, red, red)) {
856
+ background-color: color-mix(in oklab, var(--color-secondary) 80%, transparent);
857
+ }
858
+ }
859
+ }
860
+ }
861
+ .hover\:bg-surface-hover {
862
+ &:hover {
863
+ @media (hover: hover) {
864
+ background-color: var(--color-surface-hover);
865
+ }
866
+ }
867
+ }
868
+ .hover\:bg-tertiary {
869
+ &:hover {
870
+ @media (hover: hover) {
871
+ background-color: var(--color-tertiary);
872
+ }
873
+ }
874
+ }
875
+ .hover\:bg-tertiary\/80 {
876
+ &:hover {
877
+ @media (hover: hover) {
878
+ background-color: color-mix(in srgb, hsl(28 100% 29%) 80%, transparent);
879
+ @supports (color: color-mix(in lab, red, red)) {
880
+ background-color: color-mix(in oklab, var(--color-tertiary) 80%, transparent);
881
+ }
882
+ }
883
+ }
884
+ }
885
+ .hover\:bg-text-secondary {
886
+ &:hover {
887
+ @media (hover: hover) {
888
+ background-color: var(--color-text-secondary);
889
+ }
890
+ }
891
+ }
892
+ .focus\:border-2 {
893
+ &:focus {
894
+ border-style: var(--tw-border-style);
895
+ border-width: 2px;
896
+ }
897
+ }
898
+ .focus\:border-secondary {
899
+ &:focus {
900
+ border-color: var(--color-secondary);
901
+ }
902
+ }
903
+ .focus\:border-transparent {
904
+ &:focus {
905
+ border-color: transparent;
906
+ }
907
+ }
908
+ .focus\:ring-2 {
909
+ &:focus {
910
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
911
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
912
+ }
913
+ }
914
+ .focus\:ring-info {
915
+ &:focus {
916
+ --tw-ring-color: var(--color-info);
917
+ }
918
+ }
919
+ .focus\:ring-secondary {
920
+ &:focus {
921
+ --tw-ring-color: var(--color-secondary);
922
+ }
923
+ }
924
+ .focus\:ring-tertiary {
925
+ &:focus {
926
+ --tw-ring-color: var(--color-tertiary);
927
+ }
928
+ }
929
+ .focus\:ring-offset-0 {
930
+ &:focus {
931
+ --tw-ring-offset-width: 0px;
932
+ --tw-ring-offset-shadow: var(--tw-ring-inset,) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
933
+ }
934
+ }
935
+ .focus\:outline-none {
936
+ &:focus {
937
+ --tw-outline-style: none;
938
+ outline-style: none;
939
+ }
940
+ }
941
+ .sm\:mt-0 {
942
+ @media (width >= 40rem) {
943
+ margin-top: calc(var(--spacing) * 0);
944
+ }
945
+ }
946
+ .sm\:flex-3 {
947
+ @media (width >= 40rem) {
948
+ flex: 3;
949
+ }
950
+ }
951
+ .sm\:flex-row {
952
+ @media (width >= 40rem) {
953
+ flex-direction: row;
954
+ }
955
+ }
956
+ .sm\:items-center {
957
+ @media (width >= 40rem) {
958
+ align-items: center;
959
+ }
960
+ }
961
+ .sm\:gap-4 {
962
+ @media (width >= 40rem) {
963
+ gap: calc(var(--spacing) * 4);
964
+ }
965
+ }
966
+ .md\:justify-between {
967
+ @media (width >= 48rem) {
968
+ justify-content: space-between;
969
+ }
970
+ }
971
+ .lg\:gap-4 {
972
+ @media (width >= 64rem) {
973
+ gap: calc(var(--spacing) * 4);
974
+ }
975
+ }
976
+ .\[\&\:\:-webkit-slider-runnable-track\]\:rounded-full {
977
+ &::-webkit-slider-runnable-track {
978
+ border-radius: calc(infinity * 1px);
979
+ }
980
+ }
981
+ .\[\&\:\:-webkit-slider-runnable-track\]\:bg-black\/25 {
982
+ &::-webkit-slider-runnable-track {
983
+ background-color: color-mix(in srgb, #000 25%, transparent);
984
+ @supports (color: color-mix(in lab, red, red)) {
985
+ background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
986
+ }
987
+ }
988
+ }
989
+ .\[\&\:\:-webkit-slider-thumb\]\:h-\[10px\] {
990
+ &::-webkit-slider-thumb {
991
+ height: 10px;
992
+ }
993
+ }
994
+ .\[\&\:\:-webkit-slider-thumb\]\:w-\[10px\] {
995
+ &::-webkit-slider-thumb {
996
+ width: 10px;
997
+ }
998
+ }
999
+ .\[\&\:\:-webkit-slider-thumb\]\:appearance-none {
1000
+ &::-webkit-slider-thumb {
1001
+ appearance: none;
1002
+ }
1003
+ }
1004
+ .\[\&\:\:-webkit-slider-thumb\]\:rounded-full {
1005
+ &::-webkit-slider-thumb {
1006
+ border-radius: calc(infinity * 1px);
1007
+ }
1008
+ }
1009
+ .\[\&\:\:-webkit-slider-thumb\]\:bg-muted {
1010
+ &::-webkit-slider-thumb {
1011
+ background-color: var(--color-muted);
1012
+ }
1013
+ }
1014
+ }
1015
+ @property --tw-translate-x {
1016
+ syntax: "*";
1017
+ inherits: false;
1018
+ initial-value: 0;
1019
+ }
1020
+ @property --tw-translate-y {
1021
+ syntax: "*";
1022
+ inherits: false;
1023
+ initial-value: 0;
1024
+ }
1025
+ @property --tw-translate-z {
1026
+ syntax: "*";
1027
+ inherits: false;
1028
+ initial-value: 0;
1029
+ }
1030
+ @property --tw-rotate-x {
1031
+ syntax: "*";
1032
+ inherits: false;
1033
+ }
1034
+ @property --tw-rotate-y {
1035
+ syntax: "*";
1036
+ inherits: false;
1037
+ }
1038
+ @property --tw-rotate-z {
1039
+ syntax: "*";
1040
+ inherits: false;
1041
+ }
1042
+ @property --tw-skew-x {
1043
+ syntax: "*";
1044
+ inherits: false;
1045
+ }
1046
+ @property --tw-skew-y {
1047
+ syntax: "*";
1048
+ inherits: false;
1049
+ }
1050
+ @property --tw-space-y-reverse {
1051
+ syntax: "*";
1052
+ inherits: false;
1053
+ initial-value: 0;
1054
+ }
1055
+ @property --tw-border-style {
1056
+ syntax: "*";
1057
+ inherits: false;
1058
+ initial-value: solid;
1059
+ }
1060
+ @property --tw-font-weight {
1061
+ syntax: "*";
1062
+ inherits: false;
1063
+ }
1064
+ @property --tw-shadow {
1065
+ syntax: "*";
1066
+ inherits: false;
1067
+ initial-value: 0 0 #0000;
1068
+ }
1069
+ @property --tw-shadow-color {
1070
+ syntax: "*";
1071
+ inherits: false;
1072
+ }
1073
+ @property --tw-shadow-alpha {
1074
+ syntax: "<percentage>";
1075
+ inherits: false;
1076
+ initial-value: 100%;
1077
+ }
1078
+ @property --tw-inset-shadow {
1079
+ syntax: "*";
1080
+ inherits: false;
1081
+ initial-value: 0 0 #0000;
1082
+ }
1083
+ @property --tw-inset-shadow-color {
1084
+ syntax: "*";
1085
+ inherits: false;
1086
+ }
1087
+ @property --tw-inset-shadow-alpha {
1088
+ syntax: "<percentage>";
1089
+ inherits: false;
1090
+ initial-value: 100%;
1091
+ }
1092
+ @property --tw-ring-color {
1093
+ syntax: "*";
1094
+ inherits: false;
1095
+ }
1096
+ @property --tw-ring-shadow {
1097
+ syntax: "*";
1098
+ inherits: false;
1099
+ initial-value: 0 0 #0000;
1100
+ }
1101
+ @property --tw-inset-ring-color {
1102
+ syntax: "*";
1103
+ inherits: false;
1104
+ }
1105
+ @property --tw-inset-ring-shadow {
1106
+ syntax: "*";
1107
+ inherits: false;
1108
+ initial-value: 0 0 #0000;
1109
+ }
1110
+ @property --tw-ring-inset {
1111
+ syntax: "*";
1112
+ inherits: false;
1113
+ }
1114
+ @property --tw-ring-offset-width {
1115
+ syntax: "<length>";
1116
+ inherits: false;
1117
+ initial-value: 0px;
1118
+ }
1119
+ @property --tw-ring-offset-color {
1120
+ syntax: "*";
1121
+ inherits: false;
1122
+ initial-value: #fff;
1123
+ }
1124
+ @property --tw-ring-offset-shadow {
1125
+ syntax: "*";
1126
+ inherits: false;
1127
+ initial-value: 0 0 #0000;
1128
+ }
1129
+ @property --tw-outline-style {
1130
+ syntax: "*";
1131
+ inherits: false;
1132
+ initial-value: solid;
1133
+ }
1134
+ @property --tw-duration {
1135
+ syntax: "*";
1136
+ inherits: false;
1137
+ }
1138
+ @keyframes spin {
1139
+ to {
1140
+ transform: rotate(360deg);
1141
+ }
1142
+ }
1143
+ @layer properties {
1144
+ @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
1145
+ *, ::before, ::after, ::backdrop {
1146
+ --tw-translate-x: 0;
1147
+ --tw-translate-y: 0;
1148
+ --tw-translate-z: 0;
1149
+ --tw-rotate-x: initial;
1150
+ --tw-rotate-y: initial;
1151
+ --tw-rotate-z: initial;
1152
+ --tw-skew-x: initial;
1153
+ --tw-skew-y: initial;
1154
+ --tw-space-y-reverse: 0;
1155
+ --tw-border-style: solid;
1156
+ --tw-font-weight: initial;
1157
+ --tw-shadow: 0 0 #0000;
1158
+ --tw-shadow-color: initial;
1159
+ --tw-shadow-alpha: 100%;
1160
+ --tw-inset-shadow: 0 0 #0000;
1161
+ --tw-inset-shadow-color: initial;
1162
+ --tw-inset-shadow-alpha: 100%;
1163
+ --tw-ring-color: initial;
1164
+ --tw-ring-shadow: 0 0 #0000;
1165
+ --tw-inset-ring-color: initial;
1166
+ --tw-inset-ring-shadow: 0 0 #0000;
1167
+ --tw-ring-inset: initial;
1168
+ --tw-ring-offset-width: 0px;
1169
+ --tw-ring-offset-color: #fff;
1170
+ --tw-ring-offset-shadow: 0 0 #0000;
1171
+ --tw-outline-style: solid;
1172
+ --tw-duration: initial;
1173
+ }
1174
+ }
1175
+ }