@ozdao/prometheus-framework 0.1.41 → 0.1.43

Sign up to get free protection for your applications and to get access to all the features.
Files changed (2055) hide show
  1. package/dist/_virtual/_commonjsHelpers.cjs +1 -0
  2. package/dist/_virtual/_commonjsHelpers.js +6 -0
  3. package/dist/_virtual/_plugin-vue_export-helper.cjs +1 -0
  4. package/dist/_virtual/_plugin-vue_export-helper.js +9 -0
  5. package/dist/_virtual/axios.cjs +1 -0
  6. package/dist/_virtual/axios.js +4 -0
  7. package/dist/_virtual/js.cookie.cjs +1 -0
  8. package/dist/_virtual/js.cookie.js +4 -0
  9. package/dist/_virtual/prometheus-framework.cjs.cjs +1 -0
  10. package/dist/_virtual/prometheus-framework.cjs.js +4 -0
  11. package/dist/_virtual/web3.min.cjs +1 -0
  12. package/dist/_virtual/web3.min.js +4 -0
  13. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.cjs.cjs +1 -0
  14. package/dist/node_modules/@ozdao/prometheus-framework/dist/prometheus-framework.cjs.js +53 -0
  15. package/dist/node_modules/@vue/devtools-api/lib/esm/const.cjs +1 -0
  16. package/dist/node_modules/@vue/devtools-api/lib/esm/const.js +5 -0
  17. package/dist/node_modules/@vue/devtools-api/lib/esm/env.cjs +1 -0
  18. package/dist/node_modules/@vue/devtools-api/lib/esm/env.js +12 -0
  19. package/dist/node_modules/@vue/devtools-api/lib/esm/index.cjs +1 -0
  20. package/dist/node_modules/@vue/devtools-api/lib/esm/index.js +19 -0
  21. package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.cjs +1 -0
  22. package/dist/node_modules/@vue/devtools-api/lib/esm/proxy.js +67 -0
  23. package/dist/node_modules/@vue/devtools-api/lib/esm/time.cjs +1 -0
  24. package/dist/node_modules/@vue/devtools-api/lib/esm/time.js +12 -0
  25. package/dist/node_modules/fast-deep-equal/index.cjs +1 -0
  26. package/dist/node_modules/fast-deep-equal/index.js +40 -0
  27. package/dist/node_modules/js-cookie/src/js.cookie.cjs +7 -0
  28. package/dist/node_modules/js-cookie/src/js.cookie.js +97 -0
  29. package/dist/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.cjs +10 -0
  30. package/dist/node_modules/vue-draggable-next/dist/vue-draggable-next.esm-bundler.js +1557 -0
  31. package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.cjs +7 -0
  32. package/dist/node_modules/vue-meta/dist/vue-meta.esm-browser.min.js +38 -0
  33. package/dist/node_modules/vue-select/dist/vue-select.es.cjs +3 -0
  34. package/dist/node_modules/vue-select/dist/vue-select.es.js +769 -0
  35. package/dist/node_modules/vue3-carousel/dist/carousel.css.cjs +1 -0
  36. package/dist/node_modules/vue3-carousel/dist/carousel.css.js +4 -0
  37. package/dist/node_modules/vue3-carousel/dist/carousel.es.cjs +5 -0
  38. package/dist/node_modules/vue3-carousel/dist/carousel.es.js +383 -0
  39. package/dist/node_modules/vuex/dist/vuex.esm-bundler.cjs +5 -0
  40. package/dist/node_modules/vuex/dist/vuex.esm-bundler.js +663 -0
  41. package/dist/node_modules/web3/dist/web3.min.cjs +55 -0
  42. package/dist/node_modules/web3/dist/web3.min.js +24592 -0
  43. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.cjs +1 -0
  44. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/arrayLikeToArray.js +9 -0
  45. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.cjs +1 -0
  46. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/assertThisInitialized.js +8 -0
  47. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/classCallCheck.cjs +1 -0
  48. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/classCallCheck.js +7 -0
  49. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createClass.cjs +1 -0
  50. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createClass.js +15 -0
  51. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.cjs +2 -0
  52. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createForOfIteratorHelper.js +52 -0
  53. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createSuper.cjs +1 -0
  54. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/createSuper.js +18 -0
  55. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/defineProperty.cjs +1 -0
  56. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/defineProperty.js +12 -0
  57. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.cjs +1 -0
  58. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/getPrototypeOf.js +8 -0
  59. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/inherits.cjs +1 -0
  60. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/inherits.js +17 -0
  61. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.cjs +1 -0
  62. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/isNativeReflectConstruct.js +15 -0
  63. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.cjs +1 -0
  64. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/possibleConstructorReturn.js +12 -0
  65. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.cjs +1 -0
  66. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/setPrototypeOf.js +8 -0
  67. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.cjs +1 -0
  68. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPrimitive.js +16 -0
  69. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.cjs +1 -0
  70. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/toPropertyKey.js +9 -0
  71. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/typeof.cjs +1 -0
  72. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/typeof.js +11 -0
  73. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.cjs +1 -0
  74. package/dist/prometheus-framework/node_modules/@babel/runtime/helpers/esm/unsupportedIterableToArray.js +15 -0
  75. package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.cjs +1 -0
  76. package/dist/prometheus-framework/node_modules/@capacitor/core/dist/index.js +337 -0
  77. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/main.css.cjs +1 -0
  78. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/main.css.js +4 -0
  79. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.cjs +1 -0
  80. package/dist/prometheus-framework/node_modules/@vuepic/vue-datepicker/dist/vue-datepicker.js +4716 -0
  81. package/dist/prometheus-framework/node_modules/axios/index.cjs +1 -0
  82. package/dist/prometheus-framework/node_modules/axios/index.js +7 -0
  83. package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.cjs +1 -0
  84. package/dist/prometheus-framework/node_modules/axios/lib/adapters/xhr.js +83 -0
  85. package/dist/prometheus-framework/node_modules/axios/lib/axios.cjs +1 -0
  86. package/dist/prometheus-framework/node_modules/axios/lib/axios.js +41 -0
  87. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.cjs +1 -0
  88. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CancelToken.js +60 -0
  89. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.cjs +1 -0
  90. package/dist/prometheus-framework/node_modules/axios/lib/cancel/CanceledError.js +18 -0
  91. package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.cjs +1 -0
  92. package/dist/prometheus-framework/node_modules/axios/lib/cancel/isCancel.js +9 -0
  93. package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.cjs +1 -0
  94. package/dist/prometheus-framework/node_modules/axios/lib/core/Axios.js +88 -0
  95. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.cjs +1 -0
  96. package/dist/prometheus-framework/node_modules/axios/lib/core/AxiosError.js +54 -0
  97. package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.cjs +1 -0
  98. package/dist/prometheus-framework/node_modules/axios/lib/core/InterceptorManager.js +25 -0
  99. package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.cjs +1 -0
  100. package/dist/prometheus-framework/node_modules/axios/lib/core/buildFullPath.js +8 -0
  101. package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.cjs +1 -0
  102. package/dist/prometheus-framework/node_modules/axios/lib/core/dispatchRequest.js +46 -0
  103. package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.cjs +1 -0
  104. package/dist/prometheus-framework/node_modules/axios/lib/core/mergeConfig.js +68 -0
  105. package/dist/prometheus-framework/node_modules/axios/lib/core/settle.cjs +1 -0
  106. package/dist/prometheus-framework/node_modules/axios/lib/core/settle.js +21 -0
  107. package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.cjs +1 -0
  108. package/dist/prometheus-framework/node_modules/axios/lib/core/transformData.js +11 -0
  109. package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.cjs +1 -0
  110. package/dist/prometheus-framework/node_modules/axios/lib/defaults/index.js +87 -0
  111. package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.cjs +1 -0
  112. package/dist/prometheus-framework/node_modules/axios/lib/defaults/transitional.js +8 -0
  113. package/dist/prometheus-framework/node_modules/axios/lib/env/data.cjs +1 -0
  114. package/dist/prometheus-framework/node_modules/axios/lib/env/data.js +9 -0
  115. package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.cjs +1 -0
  116. package/dist/prometheus-framework/node_modules/axios/lib/helpers/bind.js +10 -0
  117. package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.cjs +1 -0
  118. package/dist/prometheus-framework/node_modules/axios/lib/helpers/buildURL.js +30 -0
  119. package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.cjs +1 -0
  120. package/dist/prometheus-framework/node_modules/axios/lib/helpers/combineURLs.js +6 -0
  121. package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.cjs +1 -0
  122. package/dist/prometheus-framework/node_modules/axios/lib/helpers/cookies.js +42 -0
  123. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.cjs +1 -0
  124. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAbsoluteURL.js +6 -0
  125. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.cjs +1 -0
  126. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isAxiosError.js +14 -0
  127. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.cjs +1 -0
  128. package/dist/prometheus-framework/node_modules/axios/lib/helpers/isURLSameOrigin.js +42 -0
  129. package/dist/prometheus-framework/node_modules/axios/lib/helpers/normalizeHeaderName.cjs +1 -0
  130. package/dist/prometheus-framework/node_modules/axios/lib/helpers/normalizeHeaderName.js +9 -0
  131. package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.cjs +1 -0
  132. package/dist/prometheus-framework/node_modules/axios/lib/helpers/null.js +7 -0
  133. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.cjs +2 -0
  134. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseHeaders.js +40 -0
  135. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.cjs +1 -0
  136. package/dist/prometheus-framework/node_modules/axios/lib/helpers/parseProtocol.js +10 -0
  137. package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.cjs +1 -0
  138. package/dist/prometheus-framework/node_modules/axios/lib/helpers/spread.js +11 -0
  139. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.cjs +1 -0
  140. package/dist/prometheus-framework/node_modules/axios/lib/helpers/toFormData.js +37 -0
  141. package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.cjs +1 -0
  142. package/dist/prometheus-framework/node_modules/axios/lib/helpers/validator.js +49 -0
  143. package/dist/prometheus-framework/node_modules/axios/lib/utils.cjs +1 -0
  144. package/dist/prometheus-framework/node_modules/axios/lib/utils.js +152 -0
  145. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/addLeadingZeros/index.cjs +1 -0
  146. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/addLeadingZeros/index.js +8 -0
  147. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/assign/index.cjs +1 -0
  148. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/assign/index.js +10 -0
  149. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultLocale/index.cjs +1 -0
  150. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultLocale/index.js +4 -0
  151. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultOptions/index.cjs +1 -0
  152. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/defaultOptions/index.js +7 -0
  153. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/formatters/index.cjs +1 -0
  154. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/formatters/index.js +574 -0
  155. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/lightFormatters/index.cjs +1 -0
  156. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/lightFormatters/index.js +58 -0
  157. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/longFormatters/index.cjs +1 -0
  158. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/format/longFormatters/index.js +77 -0
  159. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.cjs +1 -0
  160. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getTimezoneOffsetInMilliseconds/index.js +7 -0
  161. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.cjs +1 -0
  162. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCDayOfYear/index.js +13 -0
  163. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.cjs +1 -0
  164. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeek/index.js +13 -0
  165. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.cjs +1 -0
  166. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCISOWeekYear/index.js +15 -0
  167. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeek/index.cjs +1 -0
  168. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeek/index.js +13 -0
  169. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.cjs +1 -0
  170. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/getUTCWeekYear/index.js +21 -0
  171. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/protectedTokens/index.cjs +1 -0
  172. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/protectedTokens/index.js +22 -0
  173. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/requiredArgs/index.cjs +1 -0
  174. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/requiredArgs/index.js +7 -0
  175. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCDay/index.cjs +1 -0
  176. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCDay/index.js +16 -0
  177. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISODay/index.cjs +1 -0
  178. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISODay/index.js +13 -0
  179. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.cjs +1 -0
  180. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCISOWeek/index.js +12 -0
  181. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCWeek/index.cjs +1 -0
  182. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/setUTCWeek/index.js +12 -0
  183. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.cjs +1 -0
  184. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeek/index.js +10 -0
  185. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.cjs +1 -0
  186. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCISOWeekYear/index.js +13 -0
  187. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.cjs +1 -0
  188. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeek/index.js +16 -0
  189. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.cjs +1 -0
  190. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/startOfUTCWeekYear/index.js +16 -0
  191. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/toInteger/index.cjs +1 -0
  192. package/dist/prometheus-framework/node_modules/date-fns/esm/_lib/toInteger/index.js +9 -0
  193. package/dist/prometheus-framework/node_modules/date-fns/esm/add/index.cjs +1 -0
  194. package/dist/prometheus-framework/node_modules/date-fns/esm/add/index.js +15 -0
  195. package/dist/prometheus-framework/node_modules/date-fns/esm/addDays/index.cjs +1 -0
  196. package/dist/prometheus-framework/node_modules/date-fns/esm/addDays/index.js +11 -0
  197. package/dist/prometheus-framework/node_modules/date-fns/esm/addMilliseconds/index.cjs +1 -0
  198. package/dist/prometheus-framework/node_modules/date-fns/esm/addMilliseconds/index.js +11 -0
  199. package/dist/prometheus-framework/node_modules/date-fns/esm/addMonths/index.cjs +1 -0
  200. package/dist/prometheus-framework/node_modules/date-fns/esm/addMonths/index.js +18 -0
  201. package/dist/prometheus-framework/node_modules/date-fns/esm/addQuarters/index.cjs +1 -0
  202. package/dist/prometheus-framework/node_modules/date-fns/esm/addQuarters/index.js +11 -0
  203. package/dist/prometheus-framework/node_modules/date-fns/esm/addYears/index.cjs +1 -0
  204. package/dist/prometheus-framework/node_modules/date-fns/esm/addYears/index.js +11 -0
  205. package/dist/prometheus-framework/node_modules/date-fns/esm/constants/index.cjs +1 -0
  206. package/dist/prometheus-framework/node_modules/date-fns/esm/constants/index.js +6 -0
  207. package/dist/prometheus-framework/node_modules/date-fns/esm/differenceInCalendarDays/index.cjs +1 -0
  208. package/dist/prometheus-framework/node_modules/date-fns/esm/differenceInCalendarDays/index.js +12 -0
  209. package/dist/prometheus-framework/node_modules/date-fns/esm/eachDayOfInterval/index.cjs +1 -0
  210. package/dist/prometheus-framework/node_modules/date-fns/esm/eachDayOfInterval/index.js +20 -0
  211. package/dist/prometheus-framework/node_modules/date-fns/esm/eachQuarterOfInterval/index.cjs +1 -0
  212. package/dist/prometheus-framework/node_modules/date-fns/esm/eachQuarterOfInterval/index.js +18 -0
  213. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfQuarter/index.cjs +1 -0
  214. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfQuarter/index.js +10 -0
  215. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfWeek/index.cjs +1 -0
  216. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfWeek/index.js +16 -0
  217. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfYear/index.cjs +1 -0
  218. package/dist/prometheus-framework/node_modules/date-fns/esm/endOfYear/index.js +10 -0
  219. package/dist/prometheus-framework/node_modules/date-fns/esm/format/index.cjs +1 -0
  220. package/dist/prometheus-framework/node_modules/date-fns/esm/format/index.js +62 -0
  221. package/dist/prometheus-framework/node_modules/date-fns/esm/getDay/index.cjs +1 -0
  222. package/dist/prometheus-framework/node_modules/date-fns/esm/getDay/index.js +10 -0
  223. package/dist/prometheus-framework/node_modules/date-fns/esm/getDaysInMonth/index.cjs +1 -0
  224. package/dist/prometheus-framework/node_modules/date-fns/esm/getDaysInMonth/index.js +10 -0
  225. package/dist/prometheus-framework/node_modules/date-fns/esm/getHours/index.cjs +1 -0
  226. package/dist/prometheus-framework/node_modules/date-fns/esm/getHours/index.js +10 -0
  227. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeek/index.cjs +1 -0
  228. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeek/index.js +13 -0
  229. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeekYear/index.cjs +1 -0
  230. package/dist/prometheus-framework/node_modules/date-fns/esm/getISOWeekYear/index.js +15 -0
  231. package/dist/prometheus-framework/node_modules/date-fns/esm/getMinutes/index.cjs +1 -0
  232. package/dist/prometheus-framework/node_modules/date-fns/esm/getMinutes/index.js +10 -0
  233. package/dist/prometheus-framework/node_modules/date-fns/esm/getMonth/index.cjs +1 -0
  234. package/dist/prometheus-framework/node_modules/date-fns/esm/getMonth/index.js +10 -0
  235. package/dist/prometheus-framework/node_modules/date-fns/esm/getSeconds/index.cjs +1 -0
  236. package/dist/prometheus-framework/node_modules/date-fns/esm/getSeconds/index.js +10 -0
  237. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeek/index.cjs +1 -0
  238. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeek/index.js +13 -0
  239. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeekYear/index.cjs +1 -0
  240. package/dist/prometheus-framework/node_modules/date-fns/esm/getWeekYear/index.js +21 -0
  241. package/dist/prometheus-framework/node_modules/date-fns/esm/getYear/index.cjs +1 -0
  242. package/dist/prometheus-framework/node_modules/date-fns/esm/getYear/index.js +8 -0
  243. package/dist/prometheus-framework/node_modules/date-fns/esm/isAfter/index.cjs +1 -0
  244. package/dist/prometheus-framework/node_modules/date-fns/esm/isAfter/index.js +10 -0
  245. package/dist/prometheus-framework/node_modules/date-fns/esm/isBefore/index.cjs +1 -0
  246. package/dist/prometheus-framework/node_modules/date-fns/esm/isBefore/index.js +10 -0
  247. package/dist/prometheus-framework/node_modules/date-fns/esm/isDate/index.cjs +1 -0
  248. package/dist/prometheus-framework/node_modules/date-fns/esm/isDate/index.js +8 -0
  249. package/dist/prometheus-framework/node_modules/date-fns/esm/isEqual/index.cjs +1 -0
  250. package/dist/prometheus-framework/node_modules/date-fns/esm/isEqual/index.js +10 -0
  251. package/dist/prometheus-framework/node_modules/date-fns/esm/isSameQuarter/index.cjs +1 -0
  252. package/dist/prometheus-framework/node_modules/date-fns/esm/isSameQuarter/index.js +10 -0
  253. package/dist/prometheus-framework/node_modules/date-fns/esm/isValid/index.cjs +1 -0
  254. package/dist/prometheus-framework/node_modules/date-fns/esm/isValid/index.js +12 -0
  255. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.cjs +1 -0
  256. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.js +9 -0
  257. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.cjs +1 -0
  258. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.js +17 -0
  259. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.cjs +1 -0
  260. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.js +31 -0
  261. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.cjs +1 -0
  262. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.js +20 -0
  263. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.cjs +1 -0
  264. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatDistance/index.js +70 -0
  265. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.cjs +1 -0
  266. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatLong/index.js +34 -0
  267. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.cjs +1 -0
  268. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/formatRelative/index.js +14 -0
  269. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/localize/index.cjs +1 -0
  270. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/localize/index.js +124 -0
  271. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/match/index.cjs +1 -0
  272. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/_lib/match/index.js +89 -0
  273. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/index.cjs +1 -0
  274. package/dist/prometheus-framework/node_modules/date-fns/esm/locale/en-US/index.js +21 -0
  275. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Parser.cjs +1 -0
  276. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Parser.js +27 -0
  277. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Setter.cjs +1 -0
  278. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/Setter.js +59 -0
  279. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/constants.cjs +1 -0
  280. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/constants.js +49 -0
  281. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.cjs +1 -0
  282. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMMidnightParser.js +61 -0
  283. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.cjs +1 -0
  284. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/AMPMParser.js +61 -0
  285. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.cjs +1 -0
  286. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DateParser.js +49 -0
  287. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.cjs +1 -0
  288. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayOfYearParser.js +50 -0
  289. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.cjs +1 -0
  290. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayParser.js +80 -0
  291. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.cjs +1 -0
  292. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/DayPeriodParser.js +61 -0
  293. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.cjs +1 -0
  294. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/EraParser.js +54 -0
  295. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.cjs +1 -0
  296. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ExtendedYearParser.js +33 -0
  297. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.cjs +1 -0
  298. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/FractionOfSecondParser.js +36 -0
  299. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.cjs +1 -0
  300. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0To11Parser.js +49 -0
  301. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.cjs +1 -0
  302. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour0to23Parser.js +48 -0
  303. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.cjs +1 -0
  304. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1To24Parser.js +49 -0
  305. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.cjs +1 -0
  306. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/Hour1to12Parser.js +49 -0
  307. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.cjs +1 -0
  308. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISODayParser.js +89 -0
  309. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.cjs +1 -0
  310. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneParser.js +46 -0
  311. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.cjs +1 -0
  312. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOTimezoneWithZParser.js +46 -0
  313. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.cjs +1 -0
  314. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekParser.js +50 -0
  315. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.cjs +1 -0
  316. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/ISOWeekYearParser.js +35 -0
  317. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.cjs +1 -0
  318. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalDayParser.js +90 -0
  319. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.cjs +1 -0
  320. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekParser.js +50 -0
  321. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.cjs +1 -0
  322. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/LocalWeekYearParser.js +61 -0
  323. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.cjs +1 -0
  324. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MinuteParser.js +48 -0
  325. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.cjs +1 -0
  326. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/MonthParser.js +76 -0
  327. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.cjs +1 -0
  328. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/QuarterParser.js +71 -0
  329. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.cjs +1 -0
  330. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/SecondParser.js +48 -0
  331. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.cjs +1 -0
  332. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneLocalDayParser.js +90 -0
  333. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.cjs +1 -0
  334. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneMonthParser.js +76 -0
  335. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.cjs +1 -0
  336. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/StandAloneQuarterParser.js +71 -0
  337. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.cjs +1 -0
  338. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampMillisecondsParser.js +35 -0
  339. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.cjs +1 -0
  340. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/TimestampSecondsParser.js +35 -0
  341. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.cjs +1 -0
  342. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/YearParser.js +59 -0
  343. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/index.cjs +1 -0
  344. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/parsers/index.js +67 -0
  345. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/utils.cjs +1 -0
  346. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/_lib/utils.js +102 -0
  347. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/index.cjs +1 -0
  348. package/dist/prometheus-framework/node_modules/date-fns/esm/parse/index.js +128 -0
  349. package/dist/prometheus-framework/node_modules/date-fns/esm/parseISO/index.cjs +1 -0
  350. package/dist/prometheus-framework/node_modules/date-fns/esm/parseISO/index.js +120 -0
  351. package/dist/prometheus-framework/node_modules/date-fns/esm/set/index.cjs +1 -0
  352. package/dist/prometheus-framework/node_modules/date-fns/esm/set/index.js +14 -0
  353. package/dist/prometheus-framework/node_modules/date-fns/esm/setHours/index.cjs +1 -0
  354. package/dist/prometheus-framework/node_modules/date-fns/esm/setHours/index.js +11 -0
  355. package/dist/prometheus-framework/node_modules/date-fns/esm/setMilliseconds/index.cjs +1 -0
  356. package/dist/prometheus-framework/node_modules/date-fns/esm/setMilliseconds/index.js +11 -0
  357. package/dist/prometheus-framework/node_modules/date-fns/esm/setMinutes/index.cjs +1 -0
  358. package/dist/prometheus-framework/node_modules/date-fns/esm/setMinutes/index.js +11 -0
  359. package/dist/prometheus-framework/node_modules/date-fns/esm/setMonth/index.cjs +1 -0
  360. package/dist/prometheus-framework/node_modules/date-fns/esm/setMonth/index.js +14 -0
  361. package/dist/prometheus-framework/node_modules/date-fns/esm/setSeconds/index.cjs +1 -0
  362. package/dist/prometheus-framework/node_modules/date-fns/esm/setSeconds/index.js +11 -0
  363. package/dist/prometheus-framework/node_modules/date-fns/esm/setYear/index.cjs +1 -0
  364. package/dist/prometheus-framework/node_modules/date-fns/esm/setYear/index.js +11 -0
  365. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfDay/index.cjs +1 -0
  366. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfDay/index.js +10 -0
  367. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeek/index.cjs +1 -0
  368. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeek/index.js +10 -0
  369. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeekYear/index.cjs +1 -0
  370. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfISOWeekYear/index.js +13 -0
  371. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfQuarter/index.cjs +1 -0
  372. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfQuarter/index.js +10 -0
  373. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeek/index.cjs +1 -0
  374. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeek/index.js +16 -0
  375. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeekYear/index.cjs +1 -0
  376. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfWeekYear/index.js +16 -0
  377. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfYear/index.cjs +1 -0
  378. package/dist/prometheus-framework/node_modules/date-fns/esm/startOfYear/index.js +10 -0
  379. package/dist/prometheus-framework/node_modules/date-fns/esm/sub/index.cjs +1 -0
  380. package/dist/prometheus-framework/node_modules/date-fns/esm/sub/index.js +14 -0
  381. package/dist/prometheus-framework/node_modules/date-fns/esm/subDays/index.cjs +1 -0
  382. package/dist/prometheus-framework/node_modules/date-fns/esm/subDays/index.js +11 -0
  383. package/dist/prometheus-framework/node_modules/date-fns/esm/subMilliseconds/index.cjs +1 -0
  384. package/dist/prometheus-framework/node_modules/date-fns/esm/subMilliseconds/index.js +11 -0
  385. package/dist/prometheus-framework/node_modules/date-fns/esm/subMonths/index.cjs +1 -0
  386. package/dist/prometheus-framework/node_modules/date-fns/esm/subMonths/index.js +11 -0
  387. package/dist/prometheus-framework/node_modules/date-fns/esm/subYears/index.cjs +1 -0
  388. package/dist/prometheus-framework/node_modules/date-fns/esm/subYears/index.js +11 -0
  389. package/dist/prometheus-framework/node_modules/date-fns/esm/toDate/index.cjs +1 -0
  390. package/dist/prometheus-framework/node_modules/date-fns/esm/toDate/index.js +10 -0
  391. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/ParseError.cjs +1 -0
  392. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/ParseError.js +113 -0
  393. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/PhoneNumber.cjs +1 -0
  394. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/PhoneNumber.js +150 -0
  395. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/constants.cjs +1 -0
  396. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/constants.js +10 -0
  397. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/format.cjs +2 -0
  398. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/format.js +134 -0
  399. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/RFC3966.cjs +1 -0
  400. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/RFC3966.js +11 -0
  401. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.cjs +1 -0
  402. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/applyInternationalSeparatorStyle.js +7 -0
  403. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.cjs +1 -0
  404. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/checkNumberLength.js +22 -0
  405. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.cjs +1 -0
  406. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/createExtensionPattern.js +11 -0
  407. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.cjs +1 -0
  408. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extension/extractExtension.js +18 -0
  409. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.cjs +1 -0
  410. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCode.js +47 -0
  411. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.cjs +1 -0
  412. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractCountryCallingCodeFromInternationalNumberWithoutPlusSign.js +22 -0
  413. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.cjs +1 -0
  414. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractFormattedPhoneNumberFromPossibleRfc3966NumberUri.js +23 -0
  415. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.cjs +1 -0
  416. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumber.js +35 -0
  417. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.cjs +1 -0
  418. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractNationalNumberFromPossiblyIncompleteNumber.js +31 -0
  419. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.cjs +1 -0
  420. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/extractPhoneContext.js +23 -0
  421. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.cjs +1 -0
  422. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/formatNationalNumberUsingFormat.js +27 -0
  423. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.cjs +1 -0
  424. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByCallingCode.js +17 -0
  425. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.cjs +2 -0
  426. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getCountryByNationalNumber.js +58 -0
  427. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.cjs +1 -0
  428. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getIddPrefix.js +12 -0
  429. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getNumberType.cjs +2 -0
  430. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getNumberType.js +56 -0
  431. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.cjs +1 -0
  432. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/getPossibleCountriesForNumber.js +14 -0
  433. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.cjs +1 -0
  434. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/isViablePhoneNumber.js +20 -0
  435. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.cjs +1 -0
  436. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/matchesEntirely.js +6 -0
  437. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.cjs +2 -0
  438. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/mergeArrays.js +43 -0
  439. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/parseDigits.cjs +1 -0
  440. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/parseDigits.js +79 -0
  441. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.cjs +1 -0
  442. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/helpers/stripIddPrefix.js +19 -0
  443. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isPossible.cjs +1 -0
  444. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isPossible.js +38 -0
  445. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isValid.cjs +1 -0
  446. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/isValid.js +12 -0
  447. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/metadata.cjs +1 -0
  448. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/metadata.js +461 -0
  449. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/normalizeArguments.cjs +2 -0
  450. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/normalizeArguments.js +106 -0
  451. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parse.cjs +1 -0
  452. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parse.js +121 -0
  453. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.cjs +2 -0
  454. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parseIncompletePhoneNumber.js +46 -0
  455. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber.cjs +1 -0
  456. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber.js +9 -0
  457. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.cjs +1 -0
  458. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumberWithError_.js +33 -0
  459. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber_.cjs +1 -0
  460. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/parsePhoneNumber_.js +41 -0
  461. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/tools/semver-compare.cjs +1 -0
  462. package/dist/prometheus-framework/node_modules/libphonenumber-js/es6/tools/semver-compare.js +18 -0
  463. package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.cjs +1 -0
  464. package/dist/prometheus-framework/node_modules/libphonenumber-js/metadata.min.json.js +4 -0
  465. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.cjs +1 -0
  466. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/parsePhoneNumber.js +8 -0
  467. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/withMetadataArgument.cjs +1 -0
  468. package/dist/prometheus-framework/node_modules/libphonenumber-js/min/exports/withMetadataArgument.js +8 -0
  469. package/dist/prometheus-framework/src/components/Address/Address.vue.cjs +1 -0
  470. package/dist/prometheus-framework/src/components/Address/Address.vue.js +82 -0
  471. package/dist/prometheus-framework/src/components/Address/Address.vue2.cjs +1 -0
  472. package/dist/prometheus-framework/src/components/Address/Address.vue2.js +4 -0
  473. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue.cjs +1 -0
  474. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue.js +4 -0
  475. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.cjs +1 -0
  476. package/dist/prometheus-framework/src/components/Breadcrumbs/Breadcrumbs.vue2.js +64 -0
  477. package/dist/prometheus-framework/src/components/Button/Button.vue.cjs +1 -0
  478. package/dist/prometheus-framework/src/components/Button/Button.vue.js +4 -0
  479. package/dist/prometheus-framework/src/components/Button/Button.vue2.cjs +1 -0
  480. package/dist/prometheus-framework/src/components/Button/Button.vue2.js +226 -0
  481. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.cjs +1 -0
  482. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue.js +63 -0
  483. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.cjs +1 -0
  484. package/dist/prometheus-framework/src/components/Checkbox/Checkbox.vue2.js +4 -0
  485. package/dist/prometheus-framework/src/components/Chips/Chips.vue.cjs +1 -0
  486. package/dist/prometheus-framework/src/components/Chips/Chips.vue.js +16 -0
  487. package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.cjs +1 -0
  488. package/dist/prometheus-framework/src/components/DatePicker/DatePicker.vue.js +67 -0
  489. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.cjs +1 -0
  490. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue.js +51 -0
  491. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.cjs +1 -0
  492. package/dist/prometheus-framework/src/components/Dropdown/Dropdown.vue2.js +4 -0
  493. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.cjs +1 -0
  494. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue.js +54 -0
  495. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.cjs +1 -0
  496. package/dist/prometheus-framework/src/components/EditImages/EditImages.vue2.js +4 -0
  497. package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.cjs +1 -0
  498. package/dist/prometheus-framework/src/components/EmptyState/EmptyState.vue.js +36 -0
  499. package/dist/prometheus-framework/src/components/Field/Field.vue.cjs +1 -0
  500. package/dist/prometheus-framework/src/components/Field/Field.vue.js +4 -0
  501. package/dist/prometheus-framework/src/components/Field/Field.vue2.cjs +1 -0
  502. package/dist/prometheus-framework/src/components/Field/Field.vue2.js +75 -0
  503. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.cjs +1 -0
  504. package/dist/prometheus-framework/src/components/FieldBig/FieldBig.vue.js +92 -0
  505. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.cjs +1 -0
  506. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue.js +592 -0
  507. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue2.cjs +1 -0
  508. package/dist/prometheus-framework/src/components/FieldPhone/FieldPhone.vue2.js +4 -0
  509. package/dist/prometheus-framework/src/components/FieldPhone/all-countries.cjs +1 -0
  510. package/dist/prometheus-framework/src/components/FieldPhone/all-countries.js +11 -0
  511. package/dist/prometheus-framework/src/components/FieldPhone/click-outside.cjs +2 -0
  512. package/dist/prometheus-framework/src/components/FieldPhone/click-outside.js +19 -0
  513. package/dist/prometheus-framework/src/components/FieldPhone/utils.cjs +1 -0
  514. package/dist/prometheus-framework/src/components/FieldPhone/utils.js +259 -0
  515. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.cjs +1 -0
  516. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue.js +54 -0
  517. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue2.cjs +1 -0
  518. package/dist/prometheus-framework/src/components/FieldTags/BlockTags.vue2.js +4 -0
  519. package/dist/prometheus-framework/src/components/FieldTags/FieldTags.vue.cjs +1 -0
  520. package/dist/prometheus-framework/src/components/FieldTags/FieldTags.vue.js +188 -0
  521. package/dist/prometheus-framework/src/components/FieldTags/create-tags.cjs +1 -0
  522. package/dist/prometheus-framework/src/components/FieldTags/create-tags.js +31 -0
  523. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue.cjs +1 -0
  524. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue.js +4 -0
  525. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue2.cjs +1 -0
  526. package/dist/prometheus-framework/src/components/FieldTags/tag-input.vue2.js +30 -0
  527. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.cjs +1 -0
  528. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.js +231 -0
  529. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.props.cjs +1 -0
  530. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.props.js +315 -0
  531. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.scss.cjs +1 -0
  532. package/dist/prometheus-framework/src/components/FieldTags/vue-tags-input.scss.js +4 -0
  533. package/dist/prometheus-framework/src/components/Footer/Footer.vue.cjs +1 -0
  534. package/dist/prometheus-framework/src/components/Footer/Footer.vue.js +130 -0
  535. package/dist/prometheus-framework/src/components/Footer/Footer.vue2.cjs +1 -0
  536. package/dist/prometheus-framework/src/components/Footer/Footer.vue2.js +4 -0
  537. package/dist/prometheus-framework/src/components/Loader/Loader.vue.cjs +1 -0
  538. package/dist/prometheus-framework/src/components/Loader/Loader.vue.js +4 -0
  539. package/dist/prometheus-framework/src/components/Loader/Loader.vue2.cjs +1 -0
  540. package/dist/prometheus-framework/src/components/Loader/Loader.vue2.js +41 -0
  541. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.cjs +1 -0
  542. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue.js +100 -0
  543. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.cjs +1 -0
  544. package/dist/prometheus-framework/src/components/LocationMarker/LocationMarker.vue2.js +4 -0
  545. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.cjs +1 -0
  546. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue.js +62 -0
  547. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.cjs +1 -0
  548. package/dist/prometheus-framework/src/components/Magnifier/Magnifier.vue2.js +4 -0
  549. package/dist/prometheus-framework/src/components/Map/Map.vue.cjs +1 -0
  550. package/dist/prometheus-framework/src/components/Map/Map.vue.js +4 -0
  551. package/dist/prometheus-framework/src/components/Map/Map.vue2.cjs +1 -0
  552. package/dist/prometheus-framework/src/components/Map/Map.vue2.js +37 -0
  553. package/dist/prometheus-framework/src/components/Popup/Popup.vue.cjs +1 -0
  554. package/dist/prometheus-framework/src/components/Popup/Popup.vue.js +74 -0
  555. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.cjs +1 -0
  556. package/dist/prometheus-framework/src/components/Popup/Popup.vue2.js +4 -0
  557. package/dist/prometheus-framework/src/components/Select/Select.vue.cjs +1 -0
  558. package/dist/prometheus-framework/src/components/Select/Select.vue.js +80 -0
  559. package/dist/prometheus-framework/src/components/Select/Select.vue2.cjs +1 -0
  560. package/dist/prometheus-framework/src/components/Select/Select.vue2.js +4 -0
  561. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.cjs +1 -0
  562. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue.js +420 -0
  563. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue2.cjs +1 -0
  564. package/dist/prometheus-framework/src/components/SelectMulti/SelectMulti.vue2.js +4 -0
  565. package/dist/prometheus-framework/src/components/SelectMulti/multiselectMixin.cjs +1 -0
  566. package/dist/prometheus-framework/src/components/SelectMulti/multiselectMixin.js +544 -0
  567. package/dist/prometheus-framework/src/components/SelectMulti/pointerMixin.cjs +1 -0
  568. package/dist/prometheus-framework/src/components/SelectMulti/pointerMixin.js +84 -0
  569. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.cjs +1 -0
  570. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue.js +4 -0
  571. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.cjs +1 -0
  572. package/dist/prometheus-framework/src/components/Spoiler/Spoiler.vue2.js +36 -0
  573. package/dist/prometheus-framework/src/components/Tab/Tab.vue.cjs +1 -0
  574. package/dist/prometheus-framework/src/components/Tab/Tab.vue.js +4 -0
  575. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.cjs +1 -0
  576. package/dist/prometheus-framework/src/components/Tab/Tab.vue2.js +46 -0
  577. package/dist/prometheus-framework/src/components/Text/Text.vue.cjs +1 -0
  578. package/dist/prometheus-framework/src/components/Text/Text.vue.js +27 -0
  579. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.cjs +1 -0
  580. package/dist/prometheus-framework/src/components/UploadImage/UploadImage.vue.js +83 -0
  581. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.cjs +1 -0
  582. package/dist/prometheus-framework/src/components/UploadImageMultiple/UploadImageMultiple.vue.js +58 -0
  583. package/dist/prometheus-framework/src/modules/auth/auth.client.cjs +1 -0
  584. package/dist/prometheus-framework/src/modules/auth/auth.client.js +26 -0
  585. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.cjs +1 -0
  586. package/dist/prometheus-framework/src/modules/auth/components/layouts/Auth.vue.js +43 -0
  587. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.cjs +1 -0
  588. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue.js +121 -0
  589. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue2.cjs +1 -0
  590. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterCode.vue2.js +47 -0
  591. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.cjs +1 -0
  592. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue.js +95 -0
  593. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue2.cjs +1 -0
  594. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue2.js +4 -0
  595. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue3.cjs +1 -0
  596. package/dist/prometheus-framework/src/modules/auth/components/pages/EnterPassword.vue3.js +71 -0
  597. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.cjs +1 -0
  598. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue.js +70 -0
  599. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue2.cjs +1 -0
  600. package/dist/prometheus-framework/src/modules/auth/components/pages/Invite.vue2.js +4 -0
  601. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.cjs +1 -0
  602. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue.js +120 -0
  603. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue2.cjs +1 -0
  604. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue2.js +4 -0
  605. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue3.cjs +1 -0
  606. package/dist/prometheus-framework/src/modules/auth/components/pages/ResetPassword.vue3.js +87 -0
  607. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.cjs +1 -0
  608. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue.js +161 -0
  609. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue2.cjs +1 -0
  610. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue2.js +4 -0
  611. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue3.cjs +1 -0
  612. package/dist/prometheus-framework/src/modules/auth/components/pages/SignIn.vue3.js +119 -0
  613. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.cjs +1 -0
  614. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue.js +132 -0
  615. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue2.cjs +1 -0
  616. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue2.js +4 -0
  617. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue3.cjs +1 -0
  618. package/dist/prometheus-framework/src/modules/auth/components/pages/SignUp.vue3.js +95 -0
  619. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.cjs +1 -0
  620. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue.js +91 -0
  621. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue2.cjs +1 -0
  622. package/dist/prometheus-framework/src/modules/auth/components/sections/SliderFeatures.vue2.js +4 -0
  623. package/dist/prometheus-framework/src/modules/auth/router/auth.cjs +1 -0
  624. package/dist/prometheus-framework/src/modules/auth/router/auth.js +118 -0
  625. package/dist/prometheus-framework/src/modules/auth/store/auth.cjs +1 -0
  626. package/dist/prometheus-framework/src/modules/auth/store/auth.js +172 -0
  627. package/dist/prometheus-framework/src/modules/auth/store/invites.cjs +1 -0
  628. package/dist/prometheus-framework/src/modules/auth/store/invites.js +54 -0
  629. package/dist/prometheus-framework/src/modules/auth/store/twofa.cjs +1 -0
  630. package/dist/prometheus-framework/src/modules/auth/store/twofa.js +30 -0
  631. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.cjs +1 -0
  632. package/dist/prometheus-framework/src/modules/backoffice/backoffice.client.js +4 -0
  633. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.cjs +1 -0
  634. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue.js +35 -0
  635. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue2.cjs +1 -0
  636. package/dist/prometheus-framework/src/modules/backoffice/components/layouts/Backoffice.vue2.js +4 -0
  637. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.cjs +1 -0
  638. package/dist/prometheus-framework/src/modules/backoffice/components/pages/Dashboard.vue.js +150 -0
  639. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.cjs +1 -0
  640. package/dist/prometheus-framework/src/modules/backoffice/router/backoffice.js +231 -0
  641. package/dist/prometheus-framework/src/modules/community/community.client.cjs +1 -0
  642. package/dist/prometheus-framework/src/modules/community/community.client.js +32 -0
  643. package/dist/prometheus-framework/src/modules/community/components/blocks/Activity.vue.cjs +1 -0
  644. package/dist/prometheus-framework/src/modules/community/components/blocks/Activity.vue.js +49 -0
  645. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.cjs +1 -0
  646. package/dist/prometheus-framework/src/modules/community/components/blocks/CardBlogpost.vue.js +84 -0
  647. package/dist/prometheus-framework/src/modules/community/components/blocks/FooterBlogpost.vue.cjs +1 -0
  648. package/dist/prometheus-framework/src/modules/community/components/blocks/FooterBlogpost.vue.js +60 -0
  649. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.cjs +1 -0
  650. package/dist/prometheus-framework/src/modules/community/components/layouts/Community.vue.js +69 -0
  651. package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.cjs +1 -0
  652. package/dist/prometheus-framework/src/modules/community/components/pages/Blog.vue.js +42 -0
  653. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.cjs +1 -0
  654. package/dist/prometheus-framework/src/modules/community/components/pages/BlogPost.vue.js +98 -0
  655. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.cjs +1 -0
  656. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue.js +67 -0
  657. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.cjs +1 -0
  658. package/dist/prometheus-framework/src/modules/community/components/pages/Community.vue2.js +4 -0
  659. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.cjs +1 -0
  660. package/dist/prometheus-framework/src/modules/community/components/pages/CreateBlogPost.vue.js +193 -0
  661. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.cjs +1 -0
  662. package/dist/prometheus-framework/src/modules/community/components/sections/Comments.vue.js +79 -0
  663. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.cjs +1 -0
  664. package/dist/prometheus-framework/src/modules/community/components/sections/Feed.vue.js +125 -0
  665. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.cjs +1 -0
  666. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue.js +24 -0
  667. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.cjs +1 -0
  668. package/dist/prometheus-framework/src/modules/community/components/sections/HotPosts.vue2.js +4 -0
  669. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.cjs +1 -0
  670. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue.js +49 -0
  671. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue2.cjs +1 -0
  672. package/dist/prometheus-framework/src/modules/community/components/sections/JoinUs.vue2.js +4 -0
  673. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.cjs +1 -0
  674. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue.js +36 -0
  675. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue2.cjs +1 -0
  676. package/dist/prometheus-framework/src/modules/community/components/sections/SubscribeNewsletter.vue2.js +4 -0
  677. package/dist/prometheus-framework/src/modules/community/router/blogposts.cjs +1 -0
  678. package/dist/prometheus-framework/src/modules/community/router/blogposts.js +76 -0
  679. package/dist/prometheus-framework/src/modules/community/store/blogposts.cjs +1 -0
  680. package/dist/prometheus-framework/src/modules/community/store/blogposts.js +104 -0
  681. package/dist/prometheus-framework/src/modules/community/store/reactions.cjs +1 -0
  682. package/dist/prometheus-framework/src/modules/community/store/reactions.js +61 -0
  683. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.cjs +2 -0
  684. package/dist/prometheus-framework/src/modules/constructor/components/elements/Bullets.vue.js +46 -0
  685. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.cjs +2 -0
  686. package/dist/prometheus-framework/src/modules/constructor/components/elements/Caption.vue.js +45 -0
  687. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.cjs +4 -0
  688. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue.js +64 -0
  689. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue2.cjs +1 -0
  690. package/dist/prometheus-framework/src/modules/constructor/components/elements/H2.vue2.js +4 -0
  691. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.cjs +1 -0
  692. package/dist/prometheus-framework/src/modules/constructor/components/elements/Image.vue.js +23 -0
  693. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.cjs +1 -0
  694. package/dist/prometheus-framework/src/modules/constructor/components/elements/ImageUpload.vue.js +67 -0
  695. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.cjs +4 -0
  696. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue.js +63 -0
  697. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.cjs +1 -0
  698. package/dist/prometheus-framework/src/modules/constructor/components/elements/Textarea.vue2.js +4 -0
  699. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.cjs +1 -0
  700. package/dist/prometheus-framework/src/modules/constructor/components/sections/Constructor.vue.js +133 -0
  701. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.cjs +1 -0
  702. package/dist/prometheus-framework/src/modules/events/components/blocks/CardEvent.vue.js +126 -0
  703. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.cjs +1 -0
  704. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue.js +73 -0
  705. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue2.cjs +1 -0
  706. package/dist/prometheus-framework/src/modules/events/components/elements/ButtonJoin.vue2.js +4 -0
  707. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.cjs +1 -0
  708. package/dist/prometheus-framework/src/modules/events/components/layouts/layoutEvents.vue.js +69 -0
  709. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.cjs +1 -0
  710. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue.js +225 -0
  711. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue2.cjs +1 -0
  712. package/dist/prometheus-framework/src/modules/events/components/pages/EditEvent.vue2.js +4 -0
  713. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.cjs +1 -0
  714. package/dist/prometheus-framework/src/modules/events/components/pages/Event.vue.js +107 -0
  715. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.cjs +1 -0
  716. package/dist/prometheus-framework/src/modules/events/components/pages/Events.vue.js +31 -0
  717. package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.cjs +1 -0
  718. package/dist/prometheus-framework/src/modules/events/components/sections/Feed.vue.js +140 -0
  719. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.cjs +1 -0
  720. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue.js +97 -0
  721. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue2.cjs +1 -0
  722. package/dist/prometheus-framework/src/modules/events/components/sections/List.vue2.js +4 -0
  723. package/dist/prometheus-framework/src/modules/events/events.client.cjs +1 -0
  724. package/dist/prometheus-framework/src/modules/events/events.client.js +20 -0
  725. package/dist/prometheus-framework/src/modules/events/router/events.cjs +1 -0
  726. package/dist/prometheus-framework/src/modules/events/router/events.js +71 -0
  727. package/dist/prometheus-framework/src/modules/events/store/events.cjs +1 -0
  728. package/dist/prometheus-framework/src/modules/events/store/events.js +97 -0
  729. package/dist/prometheus-framework/src/modules/events/store/tickets.cjs +1 -0
  730. package/dist/prometheus-framework/src/modules/events/store/tickets.js +61 -0
  731. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.cjs +1 -0
  732. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue.js +214 -0
  733. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.cjs +1 -0
  734. package/dist/prometheus-framework/src/modules/gallery/components/sections/BackofficeGallery.vue2.js +4 -0
  735. package/dist/prometheus-framework/src/modules/gallery/store/gallery.cjs +1 -0
  736. package/dist/prometheus-framework/src/modules/gallery/store/gallery.js +49 -0
  737. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.cjs +1 -0
  738. package/dist/prometheus-framework/src/modules/globals/components/blocks/CardHeader.vue.js +141 -0
  739. package/dist/prometheus-framework/src/modules/globals/components/layouts/Empty.vue.cjs +1 -0
  740. package/dist/prometheus-framework/src/modules/globals/components/layouts/Empty.vue.js +16 -0
  741. package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.cjs +1 -0
  742. package/dist/prometheus-framework/src/modules/globals/components/sections/Feed.vue.js +112 -0
  743. package/dist/prometheus-framework/src/modules/globals/globals.client.cjs +1 -0
  744. package/dist/prometheus-framework/src/modules/globals/globals.client.js +8 -0
  745. package/dist/prometheus-framework/src/modules/globals/localization/methods/get-browser-locale.cjs +1 -0
  746. package/dist/prometheus-framework/src/modules/globals/localization/methods/get-browser-locale.js +7 -0
  747. package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.cjs +1 -0
  748. package/dist/prometheus-framework/src/modules/globals/localization/vue-i18n.js +20 -0
  749. package/dist/prometheus-framework/src/modules/globals/store/globals.cjs +1 -0
  750. package/dist/prometheus-framework/src/modules/globals/store/globals.js +71 -0
  751. package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.cjs +1 -0
  752. package/dist/prometheus-framework/src/modules/icons/entities/IconCommunity.vue.js +33 -0
  753. package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.cjs +1 -0
  754. package/dist/prometheus-framework/src/modules/icons/entities/IconEvents.vue.js +21 -0
  755. package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.cjs +1 -0
  756. package/dist/prometheus-framework/src/modules/icons/entities/IconGroups.vue.js +21 -0
  757. package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.cjs +1 -0
  758. package/dist/prometheus-framework/src/modules/icons/labels/LabelAppStore.vue.js +18 -0
  759. package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.cjs +1 -0
  760. package/dist/prometheus-framework/src/modules/icons/labels/LabelGooglePlay.vue.js +18 -0
  761. package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.cjs +1 -0
  762. package/dist/prometheus-framework/src/modules/icons/navigation/IconChevronRight.vue.js +28 -0
  763. package/dist/prometheus-framework/src/modules/icons/navigation/IconCross.vue.cjs +1 -0
  764. package/dist/prometheus-framework/src/modules/icons/navigation/IconCross.vue.js +28 -0
  765. package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.cjs +1 -0
  766. package/dist/prometheus-framework/src/modules/icons/navigation/IconEdit.vue.js +21 -0
  767. package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.cjs +1 -0
  768. package/dist/prometheus-framework/src/modules/icons/placeholders/PlaceholderUserpic.vue.js +28 -0
  769. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonBlogpost.vue.cjs +1 -0
  770. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonBlogpost.vue.js +16 -0
  771. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEvent.vue.cjs +1 -0
  772. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEvent.vue.js +16 -0
  773. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEventShort.vue.cjs +1 -0
  774. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonEventShort.vue.js +16 -0
  775. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonOrganization.vue.cjs +1 -0
  776. package/dist/prometheus-framework/src/modules/icons/skeletons/SkeletonOrganization.vue.js +16 -0
  777. package/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.cjs +1 -0
  778. package/dist/prometheus-framework/src/modules/icons/socials/dribbble.vue.js +21 -0
  779. package/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.cjs +1 -0
  780. package/dist/prometheus-framework/src/modules/icons/socials/facebook.vue.js +21 -0
  781. package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.cjs +1 -0
  782. package/dist/prometheus-framework/src/modules/icons/socials/instagram.vue.js +21 -0
  783. package/dist/prometheus-framework/src/modules/icons/socials/line.vue.cjs +1 -0
  784. package/dist/prometheus-framework/src/modules/icons/socials/line.vue.js +23 -0
  785. package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.cjs +1 -0
  786. package/dist/prometheus-framework/src/modules/icons/socials/reddit.vue.js +21 -0
  787. package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.cjs +1 -0
  788. package/dist/prometheus-framework/src/modules/icons/socials/telegram.vue.js +29 -0
  789. package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.cjs +1 -0
  790. package/dist/prometheus-framework/src/modules/icons/socials/twitter.vue.js +21 -0
  791. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.cjs +1 -0
  792. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue.js +112 -0
  793. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue2.cjs +1 -0
  794. package/dist/prometheus-framework/src/modules/landing/components/sections/MobileApp.vue2.js +4 -0
  795. package/dist/prometheus-framework/src/modules/landing/landing.client.cjs +1 -0
  796. package/dist/prometheus-framework/src/modules/landing/landing.client.js +4 -0
  797. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.cjs +1 -0
  798. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue.js +62 -0
  799. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue2.cjs +1 -0
  800. package/dist/prometheus-framework/src/modules/legal/components/pages/Legal.vue2.js +4 -0
  801. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Cookies.vue.cjs +1 -0
  802. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Cookies.vue.js +312 -0
  803. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/EULA.vue.cjs +1 -0
  804. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/EULA.vue.js +4210 -0
  805. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Privacy.vue.cjs +1 -0
  806. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Privacy.vue.js +5580 -0
  807. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Terms.vue.cjs +1 -0
  808. package/dist/prometheus-framework/src/modules/legal/components/pages/legal/Terms.vue.js +2497 -0
  809. package/dist/prometheus-framework/src/modules/legal/legal.client.cjs +1 -0
  810. package/dist/prometheus-framework/src/modules/legal/legal.client.js +12 -0
  811. package/dist/prometheus-framework/src/modules/legal/router/legal.cjs +1 -0
  812. package/dist/prometheus-framework/src/modules/legal/router/legal.js +75 -0
  813. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.cjs +1 -0
  814. package/dist/prometheus-framework/src/modules/middlewares/client/auth.validation.js +24 -0
  815. package/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.cjs +1 -0
  816. package/dist/prometheus-framework/src/modules/middlewares/client/inputs.validation.js +83 -0
  817. package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.cjs +1 -0
  818. package/dist/prometheus-framework/src/modules/middlewares/client/states.validation.js +13 -0
  819. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.cjs +1 -0
  820. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue.js +13 -0
  821. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.cjs +1 -0
  822. package/dist/prometheus-framework/src/modules/mobile/components/Menu/Menu.vue2.js +4 -0
  823. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.cjs +1 -0
  824. package/dist/prometheus-framework/src/modules/mobile/components/Menu/MenuItem.vue.js +63 -0
  825. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.cjs +1 -0
  826. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue.js +111 -0
  827. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue2.cjs +1 -0
  828. package/dist/prometheus-framework/src/modules/orders/components/blocks/CardOrderItem.vue2.js +4 -0
  829. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.cjs +1 -0
  830. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue.js +219 -0
  831. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue2.cjs +1 -0
  832. package/dist/prometheus-framework/src/modules/orders/components/pages/EditOrder.vue2.js +4 -0
  833. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.cjs +1 -0
  834. package/dist/prometheus-framework/src/modules/orders/components/pages/Orders.vue.js +71 -0
  835. package/dist/prometheus-framework/src/modules/orders/store/orders.cjs +1 -0
  836. package/dist/prometheus-framework/src/modules/orders/store/orders.js +85 -0
  837. package/dist/prometheus-framework/src/modules/orders/store/shopcart.cjs +1 -0
  838. package/dist/prometheus-framework/src/modules/orders/store/shopcart.js +58 -0
  839. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.cjs +1 -0
  840. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue.js +112 -0
  841. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue2.cjs +1 -0
  842. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardDepartment.vue2.js +4 -0
  843. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.cjs +1 -0
  844. package/dist/prometheus-framework/src/modules/organizations/components/blocks/CardOrganization.vue.js +109 -0
  845. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.cjs +1 -0
  846. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Contacts.vue.js +49 -0
  847. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.cjs +1 -0
  848. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue.js +62 -0
  849. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.cjs +1 -0
  850. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentMemberModify.vue2.js +4 -0
  851. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.cjs +1 -0
  852. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue.js +24 -0
  853. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue2.cjs +1 -0
  854. package/dist/prometheus-framework/src/modules/organizations/components/blocks/DepartmentSub.vue2.js +4 -0
  855. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.cjs +1 -0
  856. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue.js +57 -0
  857. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue2.cjs +1 -0
  858. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EditArray.vue2.js +4 -0
  859. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.cjs +1 -0
  860. package/dist/prometheus-framework/src/modules/organizations/components/blocks/EmptyState.vue.js +36 -0
  861. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.cjs +1 -0
  862. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Rating.vue.js +38 -0
  863. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.cjs +1 -0
  864. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Socials.vue.js +80 -0
  865. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Unit.vue.cjs +1 -0
  866. package/dist/prometheus-framework/src/modules/organizations/components/blocks/Unit.vue.js +61 -0
  867. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.cjs +1 -0
  868. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue.js +28 -0
  869. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.cjs +1 -0
  870. package/dist/prometheus-framework/src/modules/organizations/components/blocks/User.vue2.js +4 -0
  871. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.cjs +1 -0
  872. package/dist/prometheus-framework/src/modules/organizations/components/elements/ButtonToggleMembership.vue.js +90 -0
  873. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.cjs +1 -0
  874. package/dist/prometheus-framework/src/modules/organizations/components/pages/Department.vue.js +72 -0
  875. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.cjs +1 -0
  876. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue.js +208 -0
  877. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue2.cjs +1 -0
  878. package/dist/prometheus-framework/src/modules/organizations/components/pages/DepartmentEdit.vue2.js +4 -0
  879. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.cjs +1 -0
  880. package/dist/prometheus-framework/src/modules/organizations/components/pages/Members.vue.js +70 -0
  881. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.cjs +1 -0
  882. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue.js +120 -0
  883. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue2.cjs +1 -0
  884. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organization.vue2.js +4 -0
  885. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.cjs +1 -0
  886. package/dist/prometheus-framework/src/modules/organizations/components/pages/OrganizationEdit.vue.js +113 -0
  887. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.cjs +1 -0
  888. package/dist/prometheus-framework/src/modules/organizations/components/pages/Organizations.vue.js +59 -0
  889. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.cjs +1 -0
  890. package/dist/prometheus-framework/src/modules/organizations/components/sections/DetailsTab.vue.js +118 -0
  891. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.cjs +1 -0
  892. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue.js +101 -0
  893. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue2.cjs +1 -0
  894. package/dist/prometheus-framework/src/modules/organizations/components/sections/Documents.vue2.js +4 -0
  895. package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.cjs +1 -0
  896. package/dist/prometheus-framework/src/modules/organizations/components/sections/Feed.vue.js +146 -0
  897. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.cjs +1 -0
  898. package/dist/prometheus-framework/src/modules/organizations/components/sections/FeedDepartments.vue.js +57 -0
  899. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.cjs +1 -0
  900. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersAdd.vue.js +87 -0
  901. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.cjs +1 -0
  902. package/dist/prometheus-framework/src/modules/organizations/components/sections/MembersList.vue.js +68 -0
  903. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.cjs +1 -0
  904. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue.js +76 -0
  905. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue2.cjs +1 -0
  906. package/dist/prometheus-framework/src/modules/organizations/components/sections/Organizations.vue2.js +4 -0
  907. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.cjs +1 -0
  908. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue.js +46 -0
  909. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue2.cjs +1 -0
  910. package/dist/prometheus-framework/src/modules/organizations/components/sections/Publics.vue2.js +4 -0
  911. package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.cjs +1 -0
  912. package/dist/prometheus-framework/src/modules/organizations/components/sections/Unit.vue.js +4 -0
  913. package/dist/prometheus-framework/src/modules/organizations/organizations.client.cjs +1 -0
  914. package/dist/prometheus-framework/src/modules/organizations/organizations.client.js +60 -0
  915. package/dist/prometheus-framework/src/modules/organizations/router/departments.router.cjs +1 -0
  916. package/dist/prometheus-framework/src/modules/organizations/router/departments.router.js +29 -0
  917. package/dist/prometheus-framework/src/modules/organizations/router/members.router.cjs +1 -0
  918. package/dist/prometheus-framework/src/modules/organizations/router/members.router.js +19 -0
  919. package/dist/prometheus-framework/src/modules/organizations/router/organizations.cjs +1 -0
  920. package/dist/prometheus-framework/src/modules/organizations/router/organizations.js +24 -0
  921. package/dist/prometheus-framework/src/modules/organizations/router/organizations.router.cjs +1 -0
  922. package/dist/prometheus-framework/src/modules/organizations/router/organizations.router.js +38 -0
  923. package/dist/prometheus-framework/src/modules/organizations/router/products.router.cjs +1 -0
  924. package/dist/prometheus-framework/src/modules/organizations/router/products.router.js +24 -0
  925. package/dist/prometheus-framework/src/modules/organizations/store/departments.cjs +1 -0
  926. package/dist/prometheus-framework/src/modules/organizations/store/departments.js +71 -0
  927. package/dist/prometheus-framework/src/modules/organizations/store/invites.cjs +1 -0
  928. package/dist/prometheus-framework/src/modules/organizations/store/invites.js +54 -0
  929. package/dist/prometheus-framework/src/modules/organizations/store/memberships.cjs +1 -0
  930. package/dist/prometheus-framework/src/modules/organizations/store/memberships.js +61 -0
  931. package/dist/prometheus-framework/src/modules/organizations/store/organizations.cjs +1 -0
  932. package/dist/prometheus-framework/src/modules/organizations/store/organizations.js +116 -0
  933. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.cjs +1 -0
  934. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue.js +88 -0
  935. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue2.cjs +1 -0
  936. package/dist/prometheus-framework/src/modules/payments/components/pages/Payments.vue2.js +4 -0
  937. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.cjs +1 -0
  938. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue.js +68 -0
  939. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue2.cjs +1 -0
  940. package/dist/prometheus-framework/src/modules/products/components/blocks/CardLeftover.vue2.js +4 -0
  941. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.cjs +1 -0
  942. package/dist/prometheus-framework/src/modules/products/components/blocks/CardPosition.vue.js +80 -0
  943. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.cjs +1 -0
  944. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue.js +95 -0
  945. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue2.cjs +1 -0
  946. package/dist/prometheus-framework/src/modules/products/components/blocks/CardProduct.vue2.js +4 -0
  947. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.cjs +1 -0
  948. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue.js +110 -0
  949. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue2.cjs +1 -0
  950. package/dist/prometheus-framework/src/modules/products/components/blocks/Images360.vue2.js +4 -0
  951. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.cjs +1 -0
  952. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue.js +47 -0
  953. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue2.cjs +1 -0
  954. package/dist/prometheus-framework/src/modules/products/components/blocks/ImagesThumbnails.vue2.js +4 -0
  955. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.cjs +1 -0
  956. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue.js +55 -0
  957. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue2.cjs +1 -0
  958. package/dist/prometheus-framework/src/modules/products/components/blocks/LeftoverPositions.vue2.js +4 -0
  959. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.cjs +1 -0
  960. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue.js +30 -0
  961. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue2.cjs +1 -0
  962. package/dist/prometheus-framework/src/modules/products/components/elements/Price.vue2.js +4 -0
  963. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.cjs +1 -0
  964. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue.js +80 -0
  965. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue2.cjs +1 -0
  966. package/dist/prometheus-framework/src/modules/products/components/elements/THC.vue2.js +4 -0
  967. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue.cjs +1 -0
  968. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue.js +106 -0
  969. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue2.cjs +1 -0
  970. package/dist/prometheus-framework/src/modules/products/components/pages/LeftoverAdd.vue2.js +4 -0
  971. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.cjs +1 -0
  972. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue.js +69 -0
  973. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue2.cjs +1 -0
  974. package/dist/prometheus-framework/src/modules/products/components/pages/Leftovers.vue2.js +4 -0
  975. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.cjs +1 -0
  976. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue.js +41 -0
  977. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue2.cjs +1 -0
  978. package/dist/prometheus-framework/src/modules/products/components/pages/Product.vue2.js +4 -0
  979. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.cjs +1 -0
  980. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue.js +118 -0
  981. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue2.cjs +1 -0
  982. package/dist/prometheus-framework/src/modules/products/components/pages/ProductEdit.vue2.js +4 -0
  983. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.cjs +1 -0
  984. package/dist/prometheus-framework/src/modules/products/components/pages/Products.vue.js +52 -0
  985. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.cjs +1 -0
  986. package/dist/prometheus-framework/src/modules/products/components/pages/ProductsBackoffice.vue.js +76 -0
  987. package/dist/prometheus-framework/src/modules/products/components/sections/EditParameters.vue.cjs +1 -0
  988. package/dist/prometheus-framework/src/modules/products/components/sections/EditParameters.vue.js +93 -0
  989. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductImages.vue.cjs +1 -0
  990. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductImages.vue.js +52 -0
  991. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.cjs +1 -0
  992. package/dist/prometheus-framework/src/modules/products/components/sections/EditProductInfo.vue.js +51 -0
  993. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.cjs +1 -0
  994. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue.js +154 -0
  995. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue2.cjs +1 -0
  996. package/dist/prometheus-framework/src/modules/products/components/sections/FilterProducts.vue2.js +4 -0
  997. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.cjs +1 -0
  998. package/dist/prometheus-framework/src/modules/products/components/sections/PopularProducts.vue.js +73 -0
  999. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.cjs +1 -0
  1000. package/dist/prometheus-framework/src/modules/products/components/sections/SectionProduct.vue.js +149 -0
  1001. package/dist/prometheus-framework/src/modules/products/store/categories.cjs +1 -0
  1002. package/dist/prometheus-framework/src/modules/products/store/categories.js +62 -0
  1003. package/dist/prometheus-framework/src/modules/products/store/leftovers.cjs +1 -0
  1004. package/dist/prometheus-framework/src/modules/products/store/leftovers.js +67 -0
  1005. package/dist/prometheus-framework/src/modules/products/store/products.cjs +1 -0
  1006. package/dist/prometheus-framework/src/modules/products/store/products.js +107 -0
  1007. package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.cjs +1 -0
  1008. package/dist/prometheus-framework/src/modules/reports/components/pages/BackofficeReports.vue.js +41 -0
  1009. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.cjs +1 -0
  1010. package/dist/prometheus-framework/src/modules/reports/components/sections/FormReport.vue.js +99 -0
  1011. package/dist/prometheus-framework/src/modules/reports/reports.client.cjs +1 -0
  1012. package/dist/prometheus-framework/src/modules/reports/reports.client.js +4 -0
  1013. package/dist/prometheus-framework/src/modules/reports/store/reports.cjs +1 -0
  1014. package/dist/prometheus-framework/src/modules/reports/store/reports.js +85 -0
  1015. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.cjs +1 -0
  1016. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue.js +121 -0
  1017. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue2.cjs +1 -0
  1018. package/dist/prometheus-framework/src/modules/spots/components/blocks/CardSpot.vue2.js +4 -0
  1019. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.cjs +1 -0
  1020. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue.js +24 -0
  1021. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue2.cjs +1 -0
  1022. package/dist/prometheus-framework/src/modules/spots/components/blocks/SpotSub.vue2.js +4 -0
  1023. package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.cjs +1 -0
  1024. package/dist/prometheus-framework/src/modules/spots/components/sections/Feed.vue.js +57 -0
  1025. package/dist/prometheus-framework/src/modules/spots/store/spots.cjs +1 -0
  1026. package/dist/prometheus-framework/src/modules/spots/store/spots.js +71 -0
  1027. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.cjs +1 -0
  1028. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue.js +274 -0
  1029. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue2.cjs +1 -0
  1030. package/dist/prometheus-framework/src/modules/users/components/pages/Profile.vue2.js +4 -0
  1031. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.cjs +1 -0
  1032. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileBlogposts.vue.js +57 -0
  1033. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.cjs +1 -0
  1034. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue.js +151 -0
  1035. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue2.cjs +1 -0
  1036. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEdit.vue2.js +4 -0
  1037. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.cjs +1 -0
  1038. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileEvents.vue.js +49 -0
  1039. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.cjs +1 -0
  1040. package/dist/prometheus-framework/src/modules/users/components/pages/ProfileOrganizations.vue.js +59 -0
  1041. package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.cjs +1 -0
  1042. package/dist/prometheus-framework/src/modules/users/components/sections/ProfileCompletion.vue.js +41 -0
  1043. package/dist/prometheus-framework/src/modules/users/router/users.cjs +1 -0
  1044. package/dist/prometheus-framework/src/modules/users/router/users.js +115 -0
  1045. package/dist/prometheus-framework/src/modules/users/store/users.cjs +1 -0
  1046. package/dist/prometheus-framework/src/modules/users/store/users.js +81 -0
  1047. package/dist/prometheus-framework/src/modules/users/users.client.cjs +1 -0
  1048. package/dist/prometheus-framework/src/modules/users/users.client.js +10 -0
  1049. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.cjs +1 -0
  1050. package/dist/prometheus-framework/src/modules/wallet/components/pages/Wallet.vue.js +95 -0
  1051. package/dist/style.css +1 -1
  1052. package/package.json +1 -1
  1053. package/src/modules/products/components/sections/SectionProduct.vue +0 -1
  1054. package/dist/BackofficeGallery-02c9721b.mjs +0 -304
  1055. package/dist/BackofficeGallery-08d96af1.mjs +0 -305
  1056. package/dist/BackofficeGallery-0e0132f5.mjs +0 -306
  1057. package/dist/BackofficeGallery-1d117a40.js +0 -1
  1058. package/dist/BackofficeGallery-2e695fed.js +0 -1
  1059. package/dist/BackofficeGallery-3bb55ea2.mjs +0 -357
  1060. package/dist/BackofficeGallery-568b55bb.js +0 -1
  1061. package/dist/BackofficeGallery-7ae8fbba.mjs +0 -307
  1062. package/dist/BackofficeGallery-a52a27b6.js +0 -1
  1063. package/dist/BackofficeGallery-b4105137.mjs +0 -306
  1064. package/dist/BackofficeGallery-e54a33a3.js +0 -1
  1065. package/dist/BackofficeGallery-fe39cff3.js +0 -1
  1066. package/dist/BackofficeReports-cb4b180d.mjs +0 -44
  1067. package/dist/BackofficeReports-d021871f.js +0 -1
  1068. package/dist/BlockTags-8cddaef7.js +0 -1
  1069. package/dist/BlockTags-ee310572.mjs +0 -853
  1070. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1071. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-19e23006.mjs +0 -1945
  1072. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-2426cb6f.mjs +0 -1945
  1073. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1074. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-505c3ca5.js +0 -1
  1075. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-561d6db3.js +0 -1
  1076. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-579e2c7a.mjs +0 -1945
  1077. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-6f807eb5.js +0 -1
  1078. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-8660f9cb.js +0 -1
  1079. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-97217d38.mjs +0 -1945
  1080. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-9e474158.mjs +0 -1945
  1081. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-b1873cb7.mjs +0 -1945
  1082. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-bd3889ee.mjs +0 -1945
  1083. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-c6aba800.js +0 -1
  1084. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-cab2bcd2.js +0 -1
  1085. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-cf9f6aed.js +0 -1
  1086. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-d9c6e4d1.mjs +0 -1945
  1087. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-e32a3041.js +0 -1
  1088. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-e60b6b7d.mjs +0 -1945
  1089. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-ec801e39.mjs +0 -1945
  1090. package/dist/Breadcrumbs.vue_vue_type_style_index_0_lang-f3d37f29.js +0 -1
  1091. package/dist/Button-2ca405bd.js +0 -1
  1092. package/dist/Button-7643c9aa.js +0 -1
  1093. package/dist/Button-9e1a9284.mjs +0 -226
  1094. package/dist/Button-c59d387c.mjs +0 -283
  1095. package/dist/Button-d8e72ac0.mjs +0 -296
  1096. package/dist/Button-ee08e6bf.js +0 -1
  1097. package/dist/Button.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1098. package/dist/Button.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1099. package/dist/ButtonFollow-00d85977.mjs +0 -133
  1100. package/dist/ButtonFollow-23c4d9fc.mjs +0 -132
  1101. package/dist/ButtonFollow-351486b0.js +0 -1
  1102. package/dist/ButtonFollow-38d9a720.mjs +0 -131
  1103. package/dist/ButtonFollow-3a05d29f.mjs +0 -132
  1104. package/dist/ButtonFollow-4049a57e.js +0 -1
  1105. package/dist/ButtonFollow-5e19fc49.mjs +0 -131
  1106. package/dist/ButtonFollow-6765c266.mjs +0 -131
  1107. package/dist/ButtonFollow-7c0180b3.js +0 -1
  1108. package/dist/ButtonFollow-81508d85.mjs +0 -132
  1109. package/dist/ButtonFollow-959861db.js +0 -1
  1110. package/dist/ButtonFollow-9a33ab06.js +0 -1
  1111. package/dist/ButtonFollow-bf5e6d42.js +0 -1
  1112. package/dist/ButtonFollow-d4552677.mjs +0 -131
  1113. package/dist/ButtonFollow-daa0e9e4.js +0 -1
  1114. package/dist/ButtonFollow-df6317f0.js +0 -1
  1115. package/dist/ButtonFollow-f0cefb85.mjs +0 -131
  1116. package/dist/ButtonFollow.vue_vue_type_style_index_0_scoped_0634d4a1_lang-0ea8fbf8.js +0 -1
  1117. package/dist/ButtonFollow.vue_vue_type_style_index_0_scoped_0634d4a1_lang-4ed993c7.mjs +0 -1
  1118. package/dist/ButtonToggleMembership-15f149cb.js +0 -1
  1119. package/dist/ButtonToggleMembership-3bb9139e.mjs +0 -90
  1120. package/dist/ButtonToggleMembership-738720bd.js +0 -1
  1121. package/dist/ButtonToggleMembership-e337e704.mjs +0 -90
  1122. package/dist/CardBlogpost-38016b80.mjs +0 -246
  1123. package/dist/CardBlogpost-ae3b4d23.js +0 -1
  1124. package/dist/CardBlogpost-c7adb0a7.mjs +0 -246
  1125. package/dist/CardBlogpost-cc208f93.js +0 -1
  1126. package/dist/CardBlogpost-d6f49156.mjs +0 -246
  1127. package/dist/CardBlogpost-f308ff64.js +0 -1
  1128. package/dist/CardOrganization-01c2e248.mjs +0 -210
  1129. package/dist/CardOrganization-18c1e3fa.mjs +0 -297
  1130. package/dist/CardOrganization-1b0da77c.mjs +0 -230
  1131. package/dist/CardOrganization-1be3651b.js +0 -1
  1132. package/dist/CardOrganization-22beb83d.js +0 -1
  1133. package/dist/CardOrganization-26714a5e.mjs +0 -297
  1134. package/dist/CardOrganization-3049931d.mjs +0 -230
  1135. package/dist/CardOrganization-3f4a13d3.mjs +0 -230
  1136. package/dist/CardOrganization-43e80590.js +0 -1
  1137. package/dist/CardOrganization-4d22037e.js +0 -1
  1138. package/dist/CardOrganization-522845c7.mjs +0 -230
  1139. package/dist/CardOrganization-63dcc83b.js +0 -1
  1140. package/dist/CardOrganization-79eb2b6f.js +0 -1
  1141. package/dist/CardOrganization-7d679e75.js +0 -1
  1142. package/dist/CardOrganization-82c5b4c6.js +0 -1
  1143. package/dist/CardOrganization-88c6d479.js +0 -1
  1144. package/dist/CardOrganization-8b376cbb.js +0 -1
  1145. package/dist/CardOrganization-8c5b582b.mjs +0 -230
  1146. package/dist/CardOrganization-ae384e54.mjs +0 -234
  1147. package/dist/CardOrganization-b2098e42.js +0 -1
  1148. package/dist/CardOrganization-bf366e4e.js +0 -1
  1149. package/dist/CardOrganization-c2e7e903.mjs +0 -229
  1150. package/dist/CardOrganization-d3a9d898.mjs +0 -230
  1151. package/dist/CardOrganization-d8f209ee.js +0 -1
  1152. package/dist/CardOrganization-d93c9bdb.js +0 -1
  1153. package/dist/CardOrganization-de8ec36e.mjs +0 -230
  1154. package/dist/CardOrganization-df0a4506.mjs +0 -229
  1155. package/dist/CardOrganization-e530c9d5.mjs +0 -230
  1156. package/dist/CardOrganization-e920be73.mjs +0 -234
  1157. package/dist/CardProduct-92affca1.js +0 -1
  1158. package/dist/CardProduct-fca53299.mjs +0 -193
  1159. package/dist/Checkbox-5dbe7b23.mjs +0 -62
  1160. package/dist/Checkbox-76f09248.js +0 -1
  1161. package/dist/Chips-03ff0c34.mjs +0 -108
  1162. package/dist/Chips-0e5bdd54.js +0 -1
  1163. package/dist/Chips-2a0d9bfe.js +0 -1
  1164. package/dist/Chips-2ada5eda.mjs +0 -200
  1165. package/dist/Chips-32092a52.js +0 -1
  1166. package/dist/Chips-3a07f374.js +0 -1
  1167. package/dist/Chips-3dac276c.js +0 -1
  1168. package/dist/Chips-41cd6570.mjs +0 -203
  1169. package/dist/Chips-4316f652.mjs +0 -110
  1170. package/dist/Chips-493042f7.js +0 -1
  1171. package/dist/Chips-4d8ac62e.js +0 -1
  1172. package/dist/Chips-5e32c8cb.mjs +0 -200
  1173. package/dist/Chips-8d0a1d2c.js +0 -1
  1174. package/dist/Chips-92ccc11f.js +0 -1
  1175. package/dist/Chips-9cf6c0da.mjs +0 -286
  1176. package/dist/Chips-9d81b215.mjs +0 -214
  1177. package/dist/Chips-a8681edd.mjs +0 -213
  1178. package/dist/Chips-c3d7341e.js +0 -1
  1179. package/dist/Chips-cc08d85a.mjs +0 -108
  1180. package/dist/Chips-d47704e6.js +0 -1
  1181. package/dist/Chips-edf2b573.js +0 -1
  1182. package/dist/Chips-f06ec38f.mjs +0 -213
  1183. package/dist/Chips-f0b7ce36.mjs +0 -110
  1184. package/dist/Community-04b25965.mjs +0 -130
  1185. package/dist/Community-2f6fee0f.js +0 -1
  1186. package/dist/Community-72dbb933.js +0 -1
  1187. package/dist/Community-87522a04.mjs +0 -132
  1188. package/dist/Community-aef23aee.js +0 -1
  1189. package/dist/Community-b4d10da6.mjs +0 -130
  1190. package/dist/Dashboard-239fb7a6.mjs +0 -52
  1191. package/dist/Dashboard-73b50724.js +0 -1
  1192. package/dist/Dashboard-91d73bc5.js +0 -1
  1193. package/dist/Dashboard-94267906.js +0 -1
  1194. package/dist/Dashboard-bc81b5f6.mjs +0 -151
  1195. package/dist/Dashboard-ea9035bc.mjs +0 -152
  1196. package/dist/Dropdown-31115457.js +0 -1
  1197. package/dist/Dropdown-cab3605b.mjs +0 -146
  1198. package/dist/Dropdown-ef2df9a9.mjs +0 -169
  1199. package/dist/Dropdown-f2564c92.js +0 -1
  1200. package/dist/EULA-8265b0cf.mjs +0 -4218
  1201. package/dist/EULA-aba6a807.js +0 -1
  1202. package/dist/EULA-cbb27503.js +0 -1
  1203. package/dist/EULA-e05236af.mjs +0 -4210
  1204. package/dist/EULA-f5fba925.js +0 -1
  1205. package/dist/EditOrder-94bbebff.mjs +0 -221
  1206. package/dist/EditOrder-c070d474.js +0 -1
  1207. package/dist/EmptyState-34d85f10.mjs +0 -36
  1208. package/dist/EmptyState-7658d7d6.js +0 -1
  1209. package/dist/EmptyState-d65bab5b.js +0 -1
  1210. package/dist/EmptyState-e404b05d.mjs +0 -36
  1211. package/dist/Events-0c6e3ef4.mjs +0 -134
  1212. package/dist/Events-41d71b0e.js +0 -1
  1213. package/dist/Events-4742f070.js +0 -1
  1214. package/dist/Events-af7170ed.mjs +0 -134
  1215. package/dist/Events-cdfbca78.js +0 -1
  1216. package/dist/Events-e9dd58f7.mjs +0 -123
  1217. package/dist/Feed-046852fc.js +0 -1
  1218. package/dist/Feed-04fe1f7a.mjs +0 -361
  1219. package/dist/Feed-09b0790d.js +0 -1
  1220. package/dist/Feed-0b1dad65.js +0 -1
  1221. package/dist/Feed-0dbe15b9.js +0 -1
  1222. package/dist/Feed-12b12380.js +0 -1
  1223. package/dist/Feed-13499a3a.mjs +0 -428
  1224. package/dist/Feed-1d0d9853.js +0 -1
  1225. package/dist/Feed-22464fcd.js +0 -1
  1226. package/dist/Feed-23758089.mjs +0 -124
  1227. package/dist/Feed-275a14d8.mjs +0 -371
  1228. package/dist/Feed-27f62b1c.mjs +0 -368
  1229. package/dist/Feed-2c92ceed.js +0 -1
  1230. package/dist/Feed-345d8513.mjs +0 -355
  1231. package/dist/Feed-361761f5.mjs +0 -366
  1232. package/dist/Feed-36e83be3.mjs +0 -156
  1233. package/dist/Feed-3a187776.js +0 -1
  1234. package/dist/Feed-406e3b66.mjs +0 -368
  1235. package/dist/Feed-416d84b0.mjs +0 -439
  1236. package/dist/Feed-44beaa4c.mjs +0 -368
  1237. package/dist/Feed-44f715a7.mjs +0 -439
  1238. package/dist/Feed-4d9001aa.mjs +0 -368
  1239. package/dist/Feed-4df9352b.js +0 -1
  1240. package/dist/Feed-4efa2a93.mjs +0 -394
  1241. package/dist/Feed-505b3fa8.mjs +0 -383
  1242. package/dist/Feed-51eef23f.js +0 -1
  1243. package/dist/Feed-530e40ab.mjs +0 -428
  1244. package/dist/Feed-536c8a92.mjs +0 -439
  1245. package/dist/Feed-5653cf8b.js +0 -1
  1246. package/dist/Feed-585d5821.mjs +0 -124
  1247. package/dist/Feed-5a359bb7.js +0 -1
  1248. package/dist/Feed-5d8c16da.mjs +0 -368
  1249. package/dist/Feed-5ecd756e.js +0 -1
  1250. package/dist/Feed-66095e66.js +0 -1
  1251. package/dist/Feed-67f403fb.mjs +0 -366
  1252. package/dist/Feed-6ca0541a.js +0 -1
  1253. package/dist/Feed-6e96d3dd.mjs +0 -124
  1254. package/dist/Feed-6fd26cb4.mjs +0 -367
  1255. package/dist/Feed-76fc4475.mjs +0 -383
  1256. package/dist/Feed-793b3eef.mjs +0 -146
  1257. package/dist/Feed-79839e67.mjs +0 -368
  1258. package/dist/Feed-7b80704d.mjs +0 -361
  1259. package/dist/Feed-7c8c901a.mjs +0 -380
  1260. package/dist/Feed-807d265b.mjs +0 -156
  1261. package/dist/Feed-8110366a.mjs +0 -439
  1262. package/dist/Feed-82ad8e29.mjs +0 -368
  1263. package/dist/Feed-8a151970.js +0 -1
  1264. package/dist/Feed-8a867bfc.js +0 -1
  1265. package/dist/Feed-8acc6844.js +0 -1
  1266. package/dist/Feed-8bbb7077.mjs +0 -428
  1267. package/dist/Feed-8f6eb29d.mjs +0 -439
  1268. package/dist/Feed-90f74d6c.mjs +0 -361
  1269. package/dist/Feed-986ddd21.mjs +0 -355
  1270. package/dist/Feed-98b47c6f.js +0 -1
  1271. package/dist/Feed-a0df5d24.js +0 -1
  1272. package/dist/Feed-a2870bbf.js +0 -1
  1273. package/dist/Feed-a47977d3.js +0 -1
  1274. package/dist/Feed-a5229528.js +0 -1
  1275. package/dist/Feed-a75d053e.js +0 -1
  1276. package/dist/Feed-a7a6bd2e.mjs +0 -368
  1277. package/dist/Feed-acfbb839.mjs +0 -371
  1278. package/dist/Feed-aee74095.js +0 -1
  1279. package/dist/Feed-af94027c.js +0 -1
  1280. package/dist/Feed-b30ef609.js +0 -1
  1281. package/dist/Feed-b616f102.mjs +0 -439
  1282. package/dist/Feed-bbe44c17.mjs +0 -368
  1283. package/dist/Feed-bf575b72.mjs +0 -428
  1284. package/dist/Feed-bfd7d1d9.js +0 -1
  1285. package/dist/Feed-c25dc839.js +0 -1
  1286. package/dist/Feed-c4084664.mjs +0 -368
  1287. package/dist/Feed-c5d4390a.js +0 -1
  1288. package/dist/Feed-c6b67df4.js +0 -1
  1289. package/dist/Feed-c88eb3aa.js +0 -1
  1290. package/dist/Feed-c8b1c72d.js +0 -1
  1291. package/dist/Feed-c8dc4359.js +0 -1
  1292. package/dist/Feed-c9e6190e.js +0 -1
  1293. package/dist/Feed-d0da2943.js +0 -1
  1294. package/dist/Feed-d114330c.mjs +0 -112
  1295. package/dist/Feed-d78d4b91.mjs +0 -439
  1296. package/dist/Feed-e55bc6fa.js +0 -1
  1297. package/dist/Feed-e6e84388.js +0 -1
  1298. package/dist/Feed-e77e3bb3.js +0 -1
  1299. package/dist/Feed-e9bddb71.mjs +0 -439
  1300. package/dist/Feed-ee36f80b.js +0 -1
  1301. package/dist/Feed-ef6c6ca3.mjs +0 -371
  1302. package/dist/Feed-f0a40b33.js +0 -1
  1303. package/dist/Feed-f3b2bd74.mjs +0 -439
  1304. package/dist/Feed-f4e9769e.js +0 -1
  1305. package/dist/Feed-f987d8bb.js +0 -1
  1306. package/dist/Feed-fb4f7ee6.mjs +0 -368
  1307. package/dist/Feed-fea84ce7.mjs +0 -439
  1308. package/dist/Feed-ff3b96b2.js +0 -1
  1309. package/dist/Field-e2a43424.js +0 -1
  1310. package/dist/Field-e5ad88d3.mjs +0 -75
  1311. package/dist/Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-0ea8fbf8.js +0 -1
  1312. package/dist/Field.vue_vue_type_style_index_0_scoped_f4a29b0d_lang-4ed993c7.mjs +0 -1
  1313. package/dist/Gallery-1f82841a.mjs +0 -357
  1314. package/dist/Gallery-9305f294.mjs +0 -357
  1315. package/dist/Gallery-dd29c7f6.js +0 -1
  1316. package/dist/Gallery-dea27e94.js +0 -1
  1317. package/dist/IconChevronRight-a55f838e.js +0 -1
  1318. package/dist/IconChevronRight-fae9d012.mjs +0 -28
  1319. package/dist/IconCommunity-468dc457.mjs +0 -65
  1320. package/dist/IconCommunity-b339e806.js +0 -1
  1321. package/dist/IconCross-5bf93179.js +0 -1
  1322. package/dist/IconCross-84cb1292.mjs +0 -28
  1323. package/dist/IconEdit-1b7b5874.js +0 -1
  1324. package/dist/IconEdit-4cfe2115.js +0 -1
  1325. package/dist/IconEdit-680dc269.mjs +0 -339
  1326. package/dist/IconEdit-823ddda9.js +0 -1
  1327. package/dist/IconEdit-9edfd74d.mjs +0 -21
  1328. package/dist/IconEdit-c0469b45.js +0 -1
  1329. package/dist/IconEdit-c98d3d06.mjs +0 -339
  1330. package/dist/IconEdit-e4d0cc6e.js +0 -1
  1331. package/dist/IconEdit-eacf3856.mjs +0 -44
  1332. package/dist/IconEdit-f0ad8b9a.mjs +0 -205
  1333. package/dist/Image-04944a2f.js +0 -9
  1334. package/dist/Image-052a3cc2.mjs +0 -480
  1335. package/dist/Image-0e21ae0a.mjs +0 -477
  1336. package/dist/Image-0f2814f0.js +0 -9
  1337. package/dist/Image-1281bc48.mjs +0 -477
  1338. package/dist/Image-1f7252c0.mjs +0 -477
  1339. package/dist/Image-2269667e.js +0 -9
  1340. package/dist/Image-22e17cef.js +0 -9
  1341. package/dist/Image-245c003d.mjs +0 -480
  1342. package/dist/Image-268e2a1b.js +0 -9
  1343. package/dist/Image-2d2e606a.js +0 -9
  1344. package/dist/Image-35d31936.js +0 -9
  1345. package/dist/Image-39955d9d.mjs +0 -480
  1346. package/dist/Image-3fee8409.mjs +0 -477
  1347. package/dist/Image-448f9228.js +0 -9
  1348. package/dist/Image-5423e8ce.mjs +0 -480
  1349. package/dist/Image-58efaf35.mjs +0 -477
  1350. package/dist/Image-661e2fbc.mjs +0 -477
  1351. package/dist/Image-75f5becb.js +0 -9
  1352. package/dist/Image-7dcfe90d.mjs +0 -477
  1353. package/dist/Image-89b2a540.js +0 -9
  1354. package/dist/Image-8e67dd2d.js +0 -9
  1355. package/dist/Image-93c3a270.mjs +0 -480
  1356. package/dist/Image-95c0fb07.mjs +0 -480
  1357. package/dist/Image-9e90a5f6.mjs +0 -477
  1358. package/dist/Image-a2c2ab9c.js +0 -9
  1359. package/dist/Image-ad6d4f0f.mjs +0 -477
  1360. package/dist/Image-b2131fa0.mjs +0 -477
  1361. package/dist/Image-be69af9c.mjs +0 -477
  1362. package/dist/Image-c0ae2c5f.mjs +0 -477
  1363. package/dist/Image-c2d190d8.js +0 -9
  1364. package/dist/Image-c90ee624.js +0 -9
  1365. package/dist/Image-d01026cf.js +0 -9
  1366. package/dist/Image-d42a89db.mjs +0 -477
  1367. package/dist/Image-d5c4d8d9.js +0 -9
  1368. package/dist/Image-d74c19ee.mjs +0 -477
  1369. package/dist/Image-de94b883.js +0 -9
  1370. package/dist/Image-f66dbbf4.js +0 -9
  1371. package/dist/Image-fd501859.js +0 -9
  1372. package/dist/LabelGooglePlay-24feb437.mjs +0 -31
  1373. package/dist/LabelGooglePlay-f80e5ff0.js +0 -1
  1374. package/dist/LeftoverAdd-08d9fb54.mjs +0 -228
  1375. package/dist/LeftoverAdd-21311275.js +0 -1
  1376. package/dist/LeftoverAdd-ccf4595f.mjs +0 -228
  1377. package/dist/LeftoverAdd-fc673884.js +0 -1
  1378. package/dist/Leftovers-296c0042.js +0 -1
  1379. package/dist/Leftovers-685d9f19.mjs +0 -136
  1380. package/dist/Loader-21f016da.js +0 -1
  1381. package/dist/Loader-cd422786.mjs +0 -41
  1382. package/dist/Loader.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1383. package/dist/Loader.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1384. package/dist/Members-2cb2ff58.mjs +0 -114
  1385. package/dist/Members-7251dd52.mjs +0 -109
  1386. package/dist/Members-85534d1f.js +0 -1
  1387. package/dist/Members-9b013515.js +0 -1
  1388. package/dist/Members-d35ab7e8.js +0 -1
  1389. package/dist/Members-d64149f3.mjs +0 -109
  1390. package/dist/Menu-93d34d9f.js +0 -1
  1391. package/dist/Menu-b5d6a0c7.js +0 -1
  1392. package/dist/Menu-dd7645c1.mjs +0 -13
  1393. package/dist/Menu-eaf6b44c.mjs +0 -13
  1394. package/dist/MenuItem-0b249b94.mjs +0 -93
  1395. package/dist/MenuItem-1216a99f.js +0 -1
  1396. package/dist/MenuItem-4a5881bd.mjs +0 -85
  1397. package/dist/MenuItem-56ae7f94.js +0 -1
  1398. package/dist/MenuItem-6296d02f.mjs +0 -63
  1399. package/dist/MenuItem-8b70d2cf.js +0 -1
  1400. package/dist/MenuItem-97c50b97.mjs +0 -93
  1401. package/dist/MenuItem-f35cad93.js +0 -1
  1402. package/dist/Orders-b64e8cb9.js +0 -1
  1403. package/dist/Orders-ff30db05.mjs +0 -75
  1404. package/dist/Organizations-0cb37d68.js +0 -1
  1405. package/dist/Organizations-0fd5bc8b.mjs +0 -72
  1406. package/dist/Organizations-a964d4b6.mjs +0 -72
  1407. package/dist/Organizations-d360c360.js +0 -1
  1408. package/dist/Organizations-d6ef2113.mjs +0 -73
  1409. package/dist/Organizations-ed6d36d6.js +0 -1
  1410. package/dist/Payments-53e5fecf.js +0 -1
  1411. package/dist/Payments-82e545e1.mjs +0 -87
  1412. package/dist/PlaceholderUserpic-14c6ea7e.mjs +0 -28
  1413. package/dist/PlaceholderUserpic-20d58460.js +0 -1
  1414. package/dist/PlaceholderUserpic-47f6f319.js +0 -1
  1415. package/dist/Popup-0106ee0c.js +0 -1
  1416. package/dist/Popup-0420381f.js +0 -1
  1417. package/dist/Popup-0915427c.mjs +0 -74
  1418. package/dist/Popup-0b38b537.js +0 -1
  1419. package/dist/Popup-0d8e1392.mjs +0 -96
  1420. package/dist/Popup-31c7ffc6.mjs +0 -76
  1421. package/dist/Popup-383abb2e.js +0 -1
  1422. package/dist/Popup-47b37484.mjs +0 -76
  1423. package/dist/Popup-709634dc.mjs +0 -76
  1424. package/dist/Popup-795f5c88.js +0 -1
  1425. package/dist/Popup-ad5f59d0.js +0 -1
  1426. package/dist/Popup-b7609baa.js +0 -1
  1427. package/dist/Popup-d5c4cb46.mjs +0 -76
  1428. package/dist/Popup-d7dbc670.mjs +0 -76
  1429. package/dist/Popup-e6685f31.mjs +0 -76
  1430. package/dist/Popup-e7c9a43e.mjs +0 -76
  1431. package/dist/Popup-eb11fa82.js +0 -1
  1432. package/dist/Popup-ee4bd834.js +0 -1
  1433. package/dist/Popup-f5cdd3c1.js +0 -1
  1434. package/dist/Popup-f7a5e86b.mjs +0 -76
  1435. package/dist/Popup-fca78130.mjs +0 -76
  1436. package/dist/Popup.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1437. package/dist/Popup.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1438. package/dist/Product-0095681c.mjs +0 -838
  1439. package/dist/Product-09a39f0b.js +0 -7
  1440. package/dist/Product-1892b14a.js +0 -7
  1441. package/dist/Product-2459e9da.mjs +0 -838
  1442. package/dist/Product-299070ad.mjs +0 -652
  1443. package/dist/Product-2c6df98d.mjs +0 -838
  1444. package/dist/Product-2d05acc8.mjs +0 -839
  1445. package/dist/Product-3001d998.mjs +0 -838
  1446. package/dist/Product-3c2ae338.js +0 -7
  1447. package/dist/Product-3c7b2921.mjs +0 -841
  1448. package/dist/Product-3c9c8197.js +0 -7
  1449. package/dist/Product-4b58701f.js +0 -7
  1450. package/dist/Product-54854cd1.js +0 -7
  1451. package/dist/Product-58a83c67.mjs +0 -838
  1452. package/dist/Product-5994a8c9.mjs +0 -653
  1453. package/dist/Product-601a9d5b.mjs +0 -838
  1454. package/dist/Product-68fa1e9e.js +0 -7
  1455. package/dist/Product-6aa1c9ee.mjs +0 -844
  1456. package/dist/Product-6ca8d04d.js +0 -7
  1457. package/dist/Product-6d05d027.js +0 -7
  1458. package/dist/Product-6df77924.js +0 -7
  1459. package/dist/Product-748ec8b7.mjs +0 -842
  1460. package/dist/Product-7f86f9d4.js +0 -7
  1461. package/dist/Product-84e2c789.js +0 -7
  1462. package/dist/Product-852f952c.js +0 -7
  1463. package/dist/Product-86bb1a63.mjs +0 -838
  1464. package/dist/Product-89ca1bff.js +0 -7
  1465. package/dist/Product-8bee8d1c.mjs +0 -838
  1466. package/dist/Product-9170a446.mjs +0 -838
  1467. package/dist/Product-943b64bb.mjs +0 -838
  1468. package/dist/Product-977a8a7f.js +0 -7
  1469. package/dist/Product-a23f852f.js +0 -7
  1470. package/dist/Product-a39f3ca3.js +0 -7
  1471. package/dist/Product-a6251018.mjs +0 -844
  1472. package/dist/Product-a9efa410.js +0 -7
  1473. package/dist/Product-aacb05f3.js +0 -7
  1474. package/dist/Product-abf86516.js +0 -7
  1475. package/dist/Product-b054c74c.mjs +0 -838
  1476. package/dist/Product-b1336cde.js +0 -7
  1477. package/dist/Product-b32fb0e1.js +0 -7
  1478. package/dist/Product-b7c53f33.mjs +0 -838
  1479. package/dist/Product-bbdc8460.mjs +0 -841
  1480. package/dist/Product-bbe7171a.mjs +0 -842
  1481. package/dist/Product-c085f00f.mjs +0 -838
  1482. package/dist/Product-d01e3a0d.mjs +0 -839
  1483. package/dist/Product-d3f1d10a.mjs +0 -844
  1484. package/dist/Product-d9c3b9b9.js +0 -7
  1485. package/dist/Product-dc5024f6.js +0 -7
  1486. package/dist/Product-dccb371a.mjs +0 -838
  1487. package/dist/Product-e43dd2f1.js +0 -7
  1488. package/dist/Product-e4e583f0.mjs +0 -652
  1489. package/dist/Product-e825edfc.mjs +0 -838
  1490. package/dist/Product-f017e6cd.js +0 -7
  1491. package/dist/ProductEdit-052b0aef.mjs +0 -350
  1492. package/dist/ProductEdit-171c9923.js +0 -1
  1493. package/dist/ProductEdit-17f4e395.mjs +0 -304
  1494. package/dist/ProductEdit-23d35d67.mjs +0 -350
  1495. package/dist/ProductEdit-2b4d1d88.js +0 -1
  1496. package/dist/ProductEdit-2e309add.js +0 -1
  1497. package/dist/ProductEdit-3350274e.js +0 -1
  1498. package/dist/ProductEdit-36e5cfdd.js +0 -1
  1499. package/dist/ProductEdit-3aecb5bf.js +0 -1
  1500. package/dist/ProductEdit-3d7f2823.js +0 -1
  1501. package/dist/ProductEdit-3ff2af92.js +0 -1
  1502. package/dist/ProductEdit-4af06681.js +0 -1
  1503. package/dist/ProductEdit-4f9b6d56.js +0 -1
  1504. package/dist/ProductEdit-55b6cb06.mjs +0 -350
  1505. package/dist/ProductEdit-56752bbe.mjs +0 -350
  1506. package/dist/ProductEdit-576c9ff8.js +0 -1
  1507. package/dist/ProductEdit-590b7a01.js +0 -1
  1508. package/dist/ProductEdit-5e479343.mjs +0 -300
  1509. package/dist/ProductEdit-64207814.mjs +0 -296
  1510. package/dist/ProductEdit-6abcc97b.mjs +0 -306
  1511. package/dist/ProductEdit-70bed802.mjs +0 -296
  1512. package/dist/ProductEdit-70ddae4d.js +0 -1
  1513. package/dist/ProductEdit-737e2a5a.mjs +0 -302
  1514. package/dist/ProductEdit-777bb9e2.mjs +0 -350
  1515. package/dist/ProductEdit-82658f2f.mjs +0 -350
  1516. package/dist/ProductEdit-86fedffe.mjs +0 -350
  1517. package/dist/ProductEdit-8e779ed8.js +0 -1
  1518. package/dist/ProductEdit-a1050ab6.mjs +0 -303
  1519. package/dist/ProductEdit-a322f1ba.js +0 -1
  1520. package/dist/ProductEdit-a434240f.js +0 -1
  1521. package/dist/ProductEdit-a57fd2b0.mjs +0 -350
  1522. package/dist/ProductEdit-ab0530e8.js +0 -1
  1523. package/dist/ProductEdit-ab5d71ce.mjs +0 -350
  1524. package/dist/ProductEdit-aca44ef7.mjs +0 -300
  1525. package/dist/ProductEdit-ba3fef8c.mjs +0 -350
  1526. package/dist/ProductEdit-c08ee26f.mjs +0 -350
  1527. package/dist/ProductEdit-c99ab559.js +0 -1
  1528. package/dist/ProductEdit-cdc3415a.mjs +0 -350
  1529. package/dist/ProductEdit-d2666662.js +0 -1
  1530. package/dist/ProductEdit-d5dec3cf.js +0 -1
  1531. package/dist/ProductEdit-d74fddb1.mjs +0 -350
  1532. package/dist/ProductEdit-dae66a53.js +0 -1
  1533. package/dist/ProductEdit-e22cc4ef.js +0 -1
  1534. package/dist/ProductEdit-e4cad9d1.js +0 -1
  1535. package/dist/ProductEdit-e5a2e0f6.js +0 -1
  1536. package/dist/ProductEdit-e71dbe52.js +0 -1
  1537. package/dist/ProductEdit-e827ea38.mjs +0 -350
  1538. package/dist/ProductEdit-ebcc3f98.mjs +0 -306
  1539. package/dist/ProductEdit-f7a9af17.mjs +0 -303
  1540. package/dist/ProductEdit-f901314c.mjs +0 -306
  1541. package/dist/ProductEdit-fa0117b6.mjs +0 -350
  1542. package/dist/ProductsBackoffice-0c93f9b6.js +0 -1
  1543. package/dist/ProductsBackoffice-3c182d6a.mjs +0 -86
  1544. package/dist/ProductsBackoffice-3d987c60.mjs +0 -86
  1545. package/dist/ProductsBackoffice-b684913d.js +0 -1
  1546. package/dist/ProfileBlogposts-03d04b92.mjs +0 -66
  1547. package/dist/ProfileBlogposts-070cb7e9.mjs +0 -65
  1548. package/dist/ProfileBlogposts-08f784c3.mjs +0 -64
  1549. package/dist/ProfileBlogposts-0b81d964.js +0 -1
  1550. package/dist/ProfileBlogposts-2063c511.mjs +0 -65
  1551. package/dist/ProfileBlogposts-39c20b79.mjs +0 -64
  1552. package/dist/ProfileBlogposts-3aea0091.mjs +0 -64
  1553. package/dist/ProfileBlogposts-4293a1e3.js +0 -1
  1554. package/dist/ProfileBlogposts-4c326fed.mjs +0 -65
  1555. package/dist/ProfileBlogposts-5379335e.js +0 -1
  1556. package/dist/ProfileBlogposts-5382274b.mjs +0 -64
  1557. package/dist/ProfileBlogposts-57931834.mjs +0 -70
  1558. package/dist/ProfileBlogposts-5c0f3b58.js +0 -1
  1559. package/dist/ProfileBlogposts-5c6ab74a.mjs +0 -64
  1560. package/dist/ProfileBlogposts-5deee0c5.mjs +0 -65
  1561. package/dist/ProfileBlogposts-62d5e809.mjs +0 -70
  1562. package/dist/ProfileBlogposts-67e1bd8f.mjs +0 -64
  1563. package/dist/ProfileBlogposts-69beaa14.js +0 -1
  1564. package/dist/ProfileBlogposts-6bf526fb.js +0 -1
  1565. package/dist/ProfileBlogposts-6c715a38.js +0 -1
  1566. package/dist/ProfileBlogposts-6f80b734.mjs +0 -64
  1567. package/dist/ProfileBlogposts-8b66ae1b.js +0 -1
  1568. package/dist/ProfileBlogposts-8c10a505.js +0 -1
  1569. package/dist/ProfileBlogposts-8f6191d6.js +0 -1
  1570. package/dist/ProfileBlogposts-92c4addb.mjs +0 -64
  1571. package/dist/ProfileBlogposts-a2d04221.js +0 -1
  1572. package/dist/ProfileBlogposts-a2f7cd4c.mjs +0 -70
  1573. package/dist/ProfileBlogposts-a798df3d.js +0 -1
  1574. package/dist/ProfileBlogposts-aa839fcb.mjs +0 -77
  1575. package/dist/ProfileBlogposts-af88ce98.js +0 -1
  1576. package/dist/ProfileBlogposts-b59992cf.mjs +0 -79
  1577. package/dist/ProfileBlogposts-b6bf0c42.js +0 -1
  1578. package/dist/ProfileBlogposts-bf3cd8e5.mjs +0 -64
  1579. package/dist/ProfileBlogposts-c31917ec.js +0 -1
  1580. package/dist/ProfileBlogposts-d1d3326e.js +0 -1
  1581. package/dist/ProfileBlogposts-d4b17535.mjs +0 -77
  1582. package/dist/ProfileBlogposts-d6bba033.js +0 -1
  1583. package/dist/ProfileBlogposts-e3ea2c82.js +0 -1
  1584. package/dist/ProfileBlogposts-eaecd267.js +0 -1
  1585. package/dist/ProfileBlogposts-f90f947b.mjs +0 -64
  1586. package/dist/ProfileBlogposts-f9312adf.js +0 -1
  1587. package/dist/ProfileComments-03f88b54.mjs +0 -44
  1588. package/dist/ProfileComments-061ea40b.mjs +0 -44
  1589. package/dist/ProfileComments-06985576.mjs +0 -44
  1590. package/dist/ProfileComments-0d22a8ec.js +0 -1
  1591. package/dist/ProfileComments-12b51ae3.js +0 -1
  1592. package/dist/ProfileComments-1525663e.mjs +0 -44
  1593. package/dist/ProfileComments-17352b6a.mjs +0 -44
  1594. package/dist/ProfileComments-1ae70859.js +0 -1
  1595. package/dist/ProfileComments-1cbf5c45.js +0 -1
  1596. package/dist/ProfileComments-1e0d72cc.mjs +0 -44
  1597. package/dist/ProfileComments-3cf3e265.mjs +0 -44
  1598. package/dist/ProfileComments-473c3413.js +0 -1
  1599. package/dist/ProfileComments-6d863cd3.mjs +0 -45
  1600. package/dist/ProfileComments-761ce00e.js +0 -1
  1601. package/dist/ProfileComments-78231e6a.mjs +0 -44
  1602. package/dist/ProfileComments-8a0c489c.mjs +0 -44
  1603. package/dist/ProfileComments-8c9146ef.js +0 -1
  1604. package/dist/ProfileComments-9398be62.mjs +0 -44
  1605. package/dist/ProfileComments-96f6cde8.mjs +0 -44
  1606. package/dist/ProfileComments-bae499e9.js +0 -1
  1607. package/dist/ProfileComments-c3290211.js +0 -1
  1608. package/dist/ProfileComments-c7230f42.mjs +0 -44
  1609. package/dist/ProfileComments-cdaccefe.mjs +0 -44
  1610. package/dist/ProfileComments-d6779ee2.mjs +0 -44
  1611. package/dist/ProfileComments-db4b6fbc.js +0 -1
  1612. package/dist/ProfileComments-dd923865.js +0 -1
  1613. package/dist/ProfileComments-e0116e5f.js +0 -1
  1614. package/dist/ProfileComments-e6970923.js +0 -1
  1615. package/dist/ProfileComments-f0000ea6.js +0 -1
  1616. package/dist/ProfileEvents-0bdd36e4.mjs +0 -57
  1617. package/dist/ProfileEvents-11dc4034.mjs +0 -56
  1618. package/dist/ProfileEvents-1ca72873.mjs +0 -56
  1619. package/dist/ProfileEvents-1e0c1291.js +0 -1
  1620. package/dist/ProfileEvents-26a72fe2.mjs +0 -56
  1621. package/dist/ProfileEvents-2f22e7cf.mjs +0 -56
  1622. package/dist/ProfileEvents-3089a526.mjs +0 -56
  1623. package/dist/ProfileEvents-314eadc3.js +0 -1
  1624. package/dist/ProfileEvents-3eeb4320.mjs +0 -68
  1625. package/dist/ProfileEvents-3f7ca2c1.js +0 -1
  1626. package/dist/ProfileEvents-47409c9e.mjs +0 -62
  1627. package/dist/ProfileEvents-48c70286.mjs +0 -56
  1628. package/dist/ProfileEvents-4a2fa422.mjs +0 -57
  1629. package/dist/ProfileEvents-588eadf9.js +0 -1
  1630. package/dist/ProfileEvents-6b3fb52e.mjs +0 -68
  1631. package/dist/ProfileEvents-7502ed90.mjs +0 -57
  1632. package/dist/ProfileEvents-76166bc5.mjs +0 -56
  1633. package/dist/ProfileEvents-7b202655.js +0 -1
  1634. package/dist/ProfileEvents-82517a3b.mjs +0 -56
  1635. package/dist/ProfileEvents-893285bb.js +0 -1
  1636. package/dist/ProfileEvents-89471c05.js +0 -1
  1637. package/dist/ProfileEvents-8b88287a.js +0 -1
  1638. package/dist/ProfileEvents-90448f97.js +0 -1
  1639. package/dist/ProfileEvents-90e09978.js +0 -1
  1640. package/dist/ProfileEvents-917169c6.mjs +0 -58
  1641. package/dist/ProfileEvents-980b0281.mjs +0 -56
  1642. package/dist/ProfileEvents-996bce18.js +0 -1
  1643. package/dist/ProfileEvents-a28a4ee5.js +0 -1
  1644. package/dist/ProfileEvents-a9b96fec.js +0 -1
  1645. package/dist/ProfileEvents-af2536a3.js +0 -1
  1646. package/dist/ProfileEvents-ba769f57.mjs +0 -56
  1647. package/dist/ProfileEvents-bbdd62e7.mjs +0 -70
  1648. package/dist/ProfileEvents-bff6e071.js +0 -1
  1649. package/dist/ProfileEvents-c9aa3d41.mjs +0 -56
  1650. package/dist/ProfileEvents-cc65404c.js +0 -1
  1651. package/dist/ProfileEvents-cdebd612.js +0 -1
  1652. package/dist/ProfileEvents-d0c5e3dc.js +0 -1
  1653. package/dist/ProfileEvents-d978617d.mjs +0 -57
  1654. package/dist/ProfileEvents-db12cf78.js +0 -1
  1655. package/dist/ProfileEvents-e070d9d4.mjs +0 -62
  1656. package/dist/ProfileEvents-e62e76cf.js +0 -1
  1657. package/dist/ProfileEvents-ea023c17.js +0 -1
  1658. package/dist/ProfileEvents-ed7f9603.mjs +0 -62
  1659. package/dist/ProfileLikes-0402d1fb.js +0 -1
  1660. package/dist/ProfileLikes-05911934.mjs +0 -44
  1661. package/dist/ProfileLikes-0c8a7255.mjs +0 -44
  1662. package/dist/ProfileLikes-11ca8c11.js +0 -1
  1663. package/dist/ProfileLikes-23b6f2f9.js +0 -1
  1664. package/dist/ProfileLikes-36373ac1.mjs +0 -44
  1665. package/dist/ProfileLikes-3c5c02be.mjs +0 -44
  1666. package/dist/ProfileLikes-3edf6fb8.mjs +0 -44
  1667. package/dist/ProfileLikes-51729962.js +0 -1
  1668. package/dist/ProfileLikes-553c52df.js +0 -1
  1669. package/dist/ProfileLikes-5b52e4ae.mjs +0 -44
  1670. package/dist/ProfileLikes-6cf19687.js +0 -1
  1671. package/dist/ProfileLikes-74c78a16.mjs +0 -44
  1672. package/dist/ProfileLikes-75215d15.mjs +0 -44
  1673. package/dist/ProfileLikes-92196922.mjs +0 -45
  1674. package/dist/ProfileLikes-a2c1b585.js +0 -1
  1675. package/dist/ProfileLikes-b1060d1e.js +0 -1
  1676. package/dist/ProfileLikes-b48ce0ef.js +0 -1
  1677. package/dist/ProfileLikes-c068c6c6.js +0 -1
  1678. package/dist/ProfileLikes-c8dab14d.mjs +0 -44
  1679. package/dist/ProfileLikes-ca197731.mjs +0 -44
  1680. package/dist/ProfileLikes-d5f9f058.js +0 -1
  1681. package/dist/ProfileLikes-da6303a4.js +0 -1
  1682. package/dist/ProfileLikes-e31f28dc.js +0 -1
  1683. package/dist/ProfileLikes-e4fa0792.mjs +0 -44
  1684. package/dist/ProfileLikes-e88dae8f.mjs +0 -44
  1685. package/dist/ProfileLikes-f5ad4497.mjs +0 -44
  1686. package/dist/ProfileLikes-f838ff5e.mjs +0 -44
  1687. package/dist/ProfileLikes-fa41bad0.js +0 -1
  1688. package/dist/ProfileOrganizations-1f9f1841.js +0 -1
  1689. package/dist/ProfileOrganizations-3a879480.mjs +0 -212
  1690. package/dist/ProfileOrganizations-422d1fa5.js +0 -1
  1691. package/dist/ProfileOrganizations-43710687.js +0 -1
  1692. package/dist/ProfileOrganizations-4734c02e.mjs +0 -73
  1693. package/dist/ProfileOrganizations-5348e892.js +0 -1
  1694. package/dist/ProfileOrganizations-55914b43.js +0 -1
  1695. package/dist/ProfileOrganizations-58ebfe44.mjs +0 -212
  1696. package/dist/ProfileOrganizations-5b5480d5.mjs +0 -212
  1697. package/dist/ProfileOrganizations-600d310d.js +0 -1
  1698. package/dist/ProfileOrganizations-6b1bc5b2.mjs +0 -213
  1699. package/dist/ProfileOrganizations-6f4df3da.js +0 -1
  1700. package/dist/ProfileOrganizations-738f444a.js +0 -1
  1701. package/dist/ProfileOrganizations-769325c7.js +0 -1
  1702. package/dist/ProfileOrganizations-774c6508.mjs +0 -212
  1703. package/dist/ProfileOrganizations-78fef72e.js +0 -1
  1704. package/dist/ProfileOrganizations-7911deec.mjs +0 -219
  1705. package/dist/ProfileOrganizations-8961aaee.mjs +0 -213
  1706. package/dist/ProfileOrganizations-930ca51f.mjs +0 -212
  1707. package/dist/ProfileOrganizations-974a50ca.mjs +0 -212
  1708. package/dist/ProfileOrganizations-ae258581.js +0 -1
  1709. package/dist/ProfileOrganizations-bee6a3ae.js +0 -1
  1710. package/dist/ProfileOrganizations-c4fb03a1.mjs +0 -72
  1711. package/dist/ProfileOrganizations-c5151835.mjs +0 -214
  1712. package/dist/ProfileOrganizations-cef668b5.mjs +0 -212
  1713. package/dist/ProfileOrganizations-cf8a12f5.mjs +0 -213
  1714. package/dist/ProfileOrganizations-d4ec181b.js +0 -1
  1715. package/dist/ProfileOrganizations-d55ee487.js +0 -1
  1716. package/dist/ProfileOrganizations-db313b5e.mjs +0 -219
  1717. package/dist/ProfileOrganizations-e838925f.js +0 -1
  1718. package/dist/ProfileOrganizations-ec908108.mjs +0 -212
  1719. package/dist/ProfileOrganizations-edf657ca.mjs +0 -72
  1720. package/dist/ProfileOrganizations-f52e62e1.js +0 -1
  1721. package/dist/Publics-0762210a.js +0 -1
  1722. package/dist/Publics-103da60e.js +0 -1
  1723. package/dist/Publics-24f055eb.js +0 -1
  1724. package/dist/Publics-4438ca51.js +0 -1
  1725. package/dist/Publics-4db36606.js +0 -1
  1726. package/dist/Publics-50c0ff6c.js +0 -1
  1727. package/dist/Publics-538180a8.mjs +0 -45
  1728. package/dist/Publics-5472f70c.mjs +0 -123
  1729. package/dist/Publics-5ae33b91.mjs +0 -123
  1730. package/dist/Publics-640d32fc.mjs +0 -123
  1731. package/dist/Publics-660e851c.mjs +0 -45
  1732. package/dist/Publics-6b7c97bd.js +0 -1
  1733. package/dist/Publics-70a0ca9c.mjs +0 -45
  1734. package/dist/Publics-71b9efbe.js +0 -1
  1735. package/dist/Publics-8595ab7e.js +0 -1
  1736. package/dist/Publics-8bb9a680.js +0 -1
  1737. package/dist/Publics-8bc74cc3.js +0 -1
  1738. package/dist/Publics-a31d7fe7.js +0 -1
  1739. package/dist/Publics-a8f31413.mjs +0 -45
  1740. package/dist/Publics-abbe2e0c.mjs +0 -123
  1741. package/dist/Publics-b1cbfd97.mjs +0 -45
  1742. package/dist/Publics-bbab7a79.js +0 -1
  1743. package/dist/Publics-bed70f0c.mjs +0 -123
  1744. package/dist/Publics-cbb8eaaa.mjs +0 -123
  1745. package/dist/Publics-e14d36ed.js +0 -1
  1746. package/dist/Publics-f34131bf.mjs +0 -45
  1747. package/dist/Publics-f4c3ef5b.mjs +0 -123
  1748. package/dist/Publics-fcb1f708.mjs +0 -123
  1749. package/dist/Publics-ffc08ad7.mjs +0 -123
  1750. package/dist/Select-11ddabf5.mjs +0 -79
  1751. package/dist/Select-3ca5ab39.js +0 -1
  1752. package/dist/Select-90d4b7c8.mjs +0 -81
  1753. package/dist/Select-b9299fb6.js +0 -1
  1754. package/dist/Select.vue_vue_type_style_index_0_scoped_a78dbba1_lang-0ea8fbf8.js +0 -1
  1755. package/dist/Select.vue_vue_type_style_index_0_scoped_a78dbba1_lang-4ed993c7.mjs +0 -1
  1756. package/dist/SelectMulti-58704d69.mjs +0 -1038
  1757. package/dist/SelectMulti-c25765cf.js +0 -1
  1758. package/dist/SkeletonBlogpost-95db0fa9.js +0 -1
  1759. package/dist/SkeletonBlogpost-e0621af7.mjs +0 -16
  1760. package/dist/SkeletonEvent-8690422d.mjs +0 -16
  1761. package/dist/SkeletonEvent-eb284de8.js +0 -1
  1762. package/dist/SkeletonEventShort-6c9e3940.js +0 -1
  1763. package/dist/SkeletonEventShort-f030e56f.mjs +0 -16
  1764. package/dist/SkeletonOrganization-5c09cfc5.js +0 -1
  1765. package/dist/SkeletonOrganization-8690422d.mjs +0 -16
  1766. package/dist/Socials-31c06635.mjs +0 -74
  1767. package/dist/Socials-3fe01af1.mjs +0 -275
  1768. package/dist/Socials-43293869.js +0 -1
  1769. package/dist/Socials-8193477c.mjs +0 -189
  1770. package/dist/Socials-821bd677.js +0 -1
  1771. package/dist/Socials-9b2d27a6.js +0 -1
  1772. package/dist/Socials-b19d0cb1.js +0 -1
  1773. package/dist/Socials-becde7dc.mjs +0 -275
  1774. package/dist/Socials-cceaeaf2.js +0 -1
  1775. package/dist/Tab-054b61f7.mjs +0 -46
  1776. package/dist/Tab-2c1e4224.js +0 -1
  1777. package/dist/Tab-6f0a4909.js +0 -1
  1778. package/dist/Tab-a243605d.mjs +0 -46
  1779. package/dist/Tab-dcd62005.js +0 -1
  1780. package/dist/Tab.vue_vue_type_style_index_0_lang-0ea8fbf8.js +0 -1
  1781. package/dist/Tab.vue_vue_type_style_index_0_lang-4ed993c7.mjs +0 -1
  1782. package/dist/UploadImage-0f488170.js +0 -1
  1783. package/dist/UploadImage-15e24d71.mjs +0 -83
  1784. package/dist/UploadImage-1b4c2a5e.mjs +0 -83
  1785. package/dist/UploadImage-2170c4df.js +0 -1
  1786. package/dist/UploadImage-33f6a9f4.js +0 -1
  1787. package/dist/UploadImage-39483aee.mjs +0 -83
  1788. package/dist/UploadImage-39d42048.js +0 -1
  1789. package/dist/UploadImage-3c627d89.mjs +0 -83
  1790. package/dist/UploadImage-6344f789.js +0 -1
  1791. package/dist/UploadImage-739cab04.js +0 -1
  1792. package/dist/UploadImage-73d66f27.js +0 -1
  1793. package/dist/UploadImage-802b81db.js +0 -1
  1794. package/dist/UploadImage-86fda95d.mjs +0 -83
  1795. package/dist/UploadImage-8835be69.mjs +0 -83
  1796. package/dist/UploadImage-a3ef4012.mjs +0 -83
  1797. package/dist/UploadImage-c9711af2.js +0 -1
  1798. package/dist/UploadImage-dfb36cdb.js +0 -1
  1799. package/dist/UploadImage-e4418b43.mjs +0 -83
  1800. package/dist/UploadImage-ec3714e8.mjs +0 -83
  1801. package/dist/UploadImage-f04e4bc0.mjs +0 -83
  1802. package/dist/UploadImage-f7b0335f.mjs +0 -83
  1803. package/dist/UploadImageMultiple-297b3897.js +0 -1
  1804. package/dist/UploadImageMultiple-7b132ba0.mjs +0 -58
  1805. package/dist/UploadImageMultiple-b4c8d627.js +0 -1
  1806. package/dist/UploadImageMultiple-c9a7b54f.js +0 -1
  1807. package/dist/UploadImageMultiple-cb6c7188.mjs +0 -58
  1808. package/dist/UploadImageMultiple-d2d48f39.mjs +0 -58
  1809. package/dist/UploadImageMultiple-ebcc51e6.mjs +0 -58
  1810. package/dist/UploadImageMultiple-eddaac87.js +0 -1
  1811. package/dist/Wallet-2043b611.mjs +0 -24682
  1812. package/dist/Wallet-8fa7386a.js +0 -55
  1813. package/dist/_plugin-vue_export-helper-dad06003.mjs +0 -9
  1814. package/dist/_plugin-vue_export-helper-f246444f.js +0 -1
  1815. package/dist/addMembersQuantity-ea216f92.mjs +0 -85
  1816. package/dist/addMembersQuantity-f922d82b.js +0 -84
  1817. package/dist/auth-06d35b82.js +0 -7
  1818. package/dist/auth-076a83d0.mjs +0 -625
  1819. package/dist/auth-2f9b2dfc.js +0 -7
  1820. package/dist/auth-3dedf391.js +0 -8
  1821. package/dist/auth-4415a97a.js +0 -7
  1822. package/dist/auth-45a454f2.js +0 -7
  1823. package/dist/auth-5217f6a5.mjs +0 -1498
  1824. package/dist/auth-5a58f8cb.js +0 -8
  1825. package/dist/auth-5cd34aae.mjs +0 -905
  1826. package/dist/auth-60c81f40.mjs +0 -1836
  1827. package/dist/auth-78d9392a.mjs +0 -612
  1828. package/dist/auth-962e3b73.mjs +0 -1836
  1829. package/dist/auth-96449d96.js +0 -7
  1830. package/dist/auth-98fe3efb.mjs +0 -612
  1831. package/dist/auth-acbe3ae1.js +0 -7
  1832. package/dist/auth-afa25b86.mjs +0 -905
  1833. package/dist/auth-b047fdc0.mjs +0 -612
  1834. package/dist/auth-b61483ce.js +0 -8
  1835. package/dist/auth-c3234662.mjs +0 -1836
  1836. package/dist/auth-cfeacd61.mjs +0 -1839
  1837. package/dist/auth-df5a20c6.js +0 -7
  1838. package/dist/auth-e8f6d979.js +0 -8
  1839. package/dist/auth-ec618cb3.mjs +0 -627
  1840. package/dist/auth.client.cjs +0 -7
  1841. package/dist/auth.client.js +0 -3874
  1842. package/dist/auth.validation-02e0629b.mjs +0 -20
  1843. package/dist/auth.validation-0ce9e326.js +0 -1
  1844. package/dist/auth.validation-1b60cef5.mjs +0 -20
  1845. package/dist/auth.validation-1d5f2990.mjs +0 -20
  1846. package/dist/auth.validation-2cdd2231.mjs +0 -17
  1847. package/dist/auth.validation-2dfb450f.js +0 -1
  1848. package/dist/auth.validation-2f00457e.js +0 -1
  1849. package/dist/auth.validation-30bb0efd.js +0 -1
  1850. package/dist/auth.validation-3e93dc23.mjs +0 -20
  1851. package/dist/auth.validation-3fd4cc7c.mjs +0 -20
  1852. package/dist/auth.validation-495e9d6d.js +0 -1
  1853. package/dist/auth.validation-4b016fa5.js +0 -1
  1854. package/dist/auth.validation-6a59443b.js +0 -1
  1855. package/dist/auth.validation-80b133df.js +0 -1
  1856. package/dist/auth.validation-892bea9b.js +0 -1
  1857. package/dist/auth.validation-9e493d2f.mjs +0 -20
  1858. package/dist/auth.validation-9f87ea95.mjs +0 -20
  1859. package/dist/auth.validation-a17cd085.js +0 -1
  1860. package/dist/auth.validation-a52304cf.mjs +0 -20
  1861. package/dist/auth.validation-ba3606bf.mjs +0 -24
  1862. package/dist/auth.validation-be05e981.js +0 -1
  1863. package/dist/auth.validation-c8d5adf5.mjs +0 -20
  1864. package/dist/auth.validation-d4795c25.js +0 -1
  1865. package/dist/auth.validation-e265b496.mjs +0 -23
  1866. package/dist/auth.validation-fd9ae66f.mjs +0 -24
  1867. package/dist/backoffice.client.cjs +0 -1
  1868. package/dist/backoffice.client.js +0 -265
  1869. package/dist/carousel.es-44c501bc.mjs +0 -383
  1870. package/dist/carousel.es-cdfb392c.js +0 -5
  1871. package/dist/carousel.es-ee047568.js +0 -5
  1872. package/dist/categories-4327a81c.js +0 -1
  1873. package/dist/categories-52a561a4.mjs +0 -122
  1874. package/dist/categories-82b28618.js +0 -1
  1875. package/dist/categories-df3240a7.mjs +0 -122
  1876. package/dist/click-outside-0b0727d1.js +0 -2
  1877. package/dist/click-outside-6101836c.mjs +0 -19
  1878. package/dist/community.client.cjs +0 -1
  1879. package/dist/community.client.js +0 -698
  1880. package/dist/components/CardFooter/CardFooter.vue.d.ts +0 -8
  1881. package/dist/components/CardHeader/CardHeader.vue.d.ts +0 -15
  1882. package/dist/dribbble-8e8e169b.js +0 -1
  1883. package/dist/dribbble-ae37c2ac.mjs +0 -127
  1884. package/dist/events.client.cjs +0 -2
  1885. package/dist/events.client.js +0 -8881
  1886. package/dist/globals-928eb13c.js +0 -1
  1887. package/dist/globals-96ba60e4.mjs +0 -91
  1888. package/dist/globals.client.cjs +0 -1
  1889. package/dist/globals.client.js +0 -12
  1890. package/dist/icons.client.cjs +0 -1
  1891. package/dist/icons.client.js +0 -84
  1892. package/dist/index-0ab9d59c.mjs +0 -934
  1893. package/dist/index-2059e444.js +0 -2
  1894. package/dist/index-2a0269fc.js +0 -2
  1895. package/dist/index-4e469a71.mjs +0 -941
  1896. package/dist/index-7ecbf72a.js +0 -2
  1897. package/dist/index-9128ade5.mjs +0 -1228
  1898. package/dist/index-a661083c.mjs +0 -934
  1899. package/dist/index-b41aac19.js +0 -2
  1900. package/dist/inputs.validation-14e8e01f.mjs +0 -93
  1901. package/dist/inputs.validation-24ae76b9.js +0 -1
  1902. package/dist/inputs.validation-d7cef32b.js +0 -1
  1903. package/dist/inputs.validation-db65277a.mjs +0 -83
  1904. package/dist/landing.client.cjs +0 -1
  1905. package/dist/landing.client.js +0 -135
  1906. package/dist/leftovers-66951de6.js +0 -1
  1907. package/dist/leftovers-be37c7a5.mjs +0 -67
  1908. package/dist/legal.client.cjs +0 -1
  1909. package/dist/legal.client.js +0 -8511
  1910. package/dist/mailing-25d08f4c.js +0 -49
  1911. package/dist/mailing-ebc6e90f.mjs +0 -50
  1912. package/dist/memberships-12210953.mjs +0 -68
  1913. package/dist/memberships-393765d8.js +0 -1
  1914. package/dist/metadata.schema-147f9902.mjs +0 -212
  1915. package/dist/metadata.schema-4f856191.js +0 -85
  1916. package/dist/metadata.schema-7f36e829.mjs +0 -86
  1917. package/dist/metadata.schema-93397f9f.js +0 -211
  1918. package/dist/modules/backoffice/components/admin/LeftoverAdd.vue.d.ts +0 -2
  1919. package/dist/modules/backoffice/components/admin/Leftovers.vue.d.ts +0 -2
  1920. package/dist/modules/backoffice/components/admin/Order.vue.d.ts +0 -6
  1921. package/dist/modules/backoffice/components/admin/Orders.vue.d.ts +0 -2
  1922. package/dist/modules/backoffice/components/admin/Product.vue.d.ts +0 -2
  1923. package/dist/modules/backoffice/components/admin/Products.vue.d.ts +0 -2
  1924. package/dist/modules/backoffice/components/layouts/Account.vue.d.ts +0 -2
  1925. package/dist/modules/backoffice/components/pages/Favorites.vue.d.ts +0 -6
  1926. package/dist/modules/backoffice/components/pages/History.vue.d.ts +0 -6
  1927. package/dist/modules/backoffice/components/pages/Organizations.vue.d.ts +0 -2
  1928. package/dist/modules/backoffice/components/pages/Profile.vue.d.ts +0 -2
  1929. package/dist/modules/backoffice/components/pages/Wallet.vue.d.ts +0 -2
  1930. package/dist/modules/backoffice/components/pages/profile/ProfileEdit.vue.d.ts +0 -2
  1931. package/dist/modules/gallery/components/sections/Gallery.vue.d.ts +0 -2
  1932. package/dist/modules/landing/components/pages/Legal.vue.d.ts +0 -2
  1933. package/dist/modules/landing/components/pages/legal/Cookies.vue.d.ts +0 -2
  1934. package/dist/modules/landing/components/pages/legal/Privacy.vue.d.ts +0 -2
  1935. package/dist/modules/landing/components/pages/legal/Terms.vue.d.ts +0 -2
  1936. package/dist/modules/orders/components/pages/History.vue.d.ts +0 -6
  1937. package/dist/modules/organizations/components/blocks/DepartmentSubDepartmentModify.vue.d.ts +0 -11
  1938. package/dist/modules/organizations/components/elements/ButtonFollow.vue.d.ts +0 -10
  1939. package/dist/modules/organizations/components/pages/OrganizationsAccount.vue.d.ts +0 -2
  1940. package/dist/modules/organizations/components/sections/Department.vue.d.ts +0 -7
  1941. package/dist/modules/organizations/components/sections/Department2.vue.d.ts +0 -7
  1942. package/dist/modules/organizations/components/sections/MembersTab.vue.d.ts +0 -7
  1943. package/dist/modules/organizations/components/sections/PlaceModify.vue.d.ts +0 -9
  1944. package/dist/modules/organizations/components/sections/Places.vue.d.ts +0 -9
  1945. package/dist/modules/organizations/components/sections/StructureTab.vue.d.ts +0 -8
  1946. package/dist/modules/products/components/blocks/Leftover.vue.d.ts +0 -6
  1947. package/dist/modules/products/components/blocks/ProductCard.vue.d.ts +0 -6
  1948. package/dist/orders-13c10d49.mjs +0 -85
  1949. package/dist/orders-37f041aa.js +0 -1
  1950. package/dist/organizations-0fb56927.mjs +0 -122
  1951. package/dist/organizations-195ec134.js +0 -1
  1952. package/dist/organizations-2adff182.mjs +0 -121
  1953. package/dist/organizations-4157d81d.js +0 -1
  1954. package/dist/organizations-49a10611.js +0 -1
  1955. package/dist/organizations-4d18a2e2.js +0 -1
  1956. package/dist/organizations-52438d24.mjs +0 -121
  1957. package/dist/organizations-65937ba4.js +0 -1
  1958. package/dist/organizations-6ed907e3.mjs +0 -122
  1959. package/dist/organizations-81e762e7.mjs +0 -122
  1960. package/dist/organizations-8408770b.mjs +0 -121
  1961. package/dist/organizations-8ffdf84d.mjs +0 -121
  1962. package/dist/organizations-966e1cd2.mjs +0 -122
  1963. package/dist/organizations-a241b21d.js +0 -1
  1964. package/dist/organizations-aed4245d.mjs +0 -122
  1965. package/dist/organizations-af965fcf.mjs +0 -122
  1966. package/dist/organizations-bb8f676d.js +0 -1
  1967. package/dist/organizations-cf1ab766.js +0 -1
  1968. package/dist/organizations-d12c42b6.js +0 -1
  1969. package/dist/organizations-e1bfd3a8.mjs +0 -121
  1970. package/dist/organizations-e74f4f84.js +0 -1
  1971. package/dist/organizations-e97a0f85.js +0 -1
  1972. package/dist/organizations-ea9de495.mjs +0 -122
  1973. package/dist/organizations.client-0071acee.js +0 -3
  1974. package/dist/organizations.client-01593e4d.js +0 -3
  1975. package/dist/organizations.client-13fc2cbe.js +0 -3
  1976. package/dist/organizations.client-16ee6b43.js +0 -3
  1977. package/dist/organizations.client-1b0906f9.js +0 -3
  1978. package/dist/organizations.client-1b9fa66e.mjs +0 -2997
  1979. package/dist/organizations.client-1e9361ec.js +0 -3
  1980. package/dist/organizations.client-1eb0b49c.js +0 -3
  1981. package/dist/organizations.client-21cfcf36.mjs +0 -3038
  1982. package/dist/organizations.client-292e8444.js +0 -3
  1983. package/dist/organizations.client-2e452fee.js +0 -3
  1984. package/dist/organizations.client-37ec4817.js +0 -3
  1985. package/dist/organizations.client-39196bef.mjs +0 -3041
  1986. package/dist/organizations.client-43816e25.mjs +0 -3018
  1987. package/dist/organizations.client-48568171.mjs +0 -3017
  1988. package/dist/organizations.client-49eaeca6.mjs +0 -3017
  1989. package/dist/organizations.client-52d2951c.mjs +0 -3017
  1990. package/dist/organizations.client-5548024c.js +0 -3
  1991. package/dist/organizations.client-63b476ff.mjs +0 -2996
  1992. package/dist/organizations.client-6947e530.js +0 -3
  1993. package/dist/organizations.client-696eacbb.js +0 -3
  1994. package/dist/organizations.client-6a69b54a.js +0 -3
  1995. package/dist/organizations.client-6f1f8b73.mjs +0 -3017
  1996. package/dist/organizations.client-6fc91683.mjs +0 -3072
  1997. package/dist/organizations.client-723ebb3b.js +0 -3
  1998. package/dist/organizations.client-76c3660a.mjs +0 -3072
  1999. package/dist/organizations.client-7e51b4a8.js +0 -3
  2000. package/dist/organizations.client-85a2ae66.js +0 -3
  2001. package/dist/organizations.client-88d41199.mjs +0 -3038
  2002. package/dist/organizations.client-8aa34e80.mjs +0 -3017
  2003. package/dist/organizations.client-8f263e28.js +0 -3
  2004. package/dist/organizations.client-91e84d4f.mjs +0 -3022
  2005. package/dist/organizations.client-976762d2.mjs +0 -3021
  2006. package/dist/organizations.client-9e480f60.js +0 -3
  2007. package/dist/organizations.client-9ffc023f.mjs +0 -2996
  2008. package/dist/organizations.client-b0878617.js +0 -3
  2009. package/dist/organizations.client-b39db194.js +0 -3
  2010. package/dist/organizations.client-b692a78a.mjs +0 -3018
  2011. package/dist/organizations.client-bae43c7c.mjs +0 -3017
  2012. package/dist/organizations.client-bdc9b044.js +0 -3
  2013. package/dist/organizations.client-be1224a1.mjs +0 -3017
  2014. package/dist/organizations.client-bf73e73d.mjs +0 -3017
  2015. package/dist/organizations.client-c288ff44.mjs +0 -3072
  2016. package/dist/organizations.client-c6fd9351.js +0 -3
  2017. package/dist/organizations.client-c7844bc2.mjs +0 -3038
  2018. package/dist/organizations.client-cdbaf6aa.mjs +0 -3017
  2019. package/dist/organizations.client-d0cae5f4.mjs +0 -3017
  2020. package/dist/organizations.client-d21a22ec.js +0 -3
  2021. package/dist/organizations.client-d47f0b3f.js +0 -3
  2022. package/dist/organizations.client-ddbf8809.js +0 -3
  2023. package/dist/organizations.client-df5e8a6f.mjs +0 -3020
  2024. package/dist/organizations.client-f4dff584.mjs +0 -3017
  2025. package/dist/organizations.client-fa3b0839.mjs +0 -3017
  2026. package/dist/organizations.client.cjs +0 -1
  2027. package/dist/organizations.client.js +0 -81
  2028. package/dist/products-7960bbd4.js +0 -1
  2029. package/dist/products-7e4253eb.js +0 -1
  2030. package/dist/products-aabe5c02.mjs +0 -108
  2031. package/dist/products-bf5783aa.mjs +0 -108
  2032. package/dist/reports-270f69df.js +0 -1
  2033. package/dist/reports-79cd9459.mjs +0 -91
  2034. package/dist/reports.client.cjs +0 -1
  2035. package/dist/reports.client.js +0 -8
  2036. package/dist/states.validation-02ba0aee.js +0 -1
  2037. package/dist/states.validation-03f7cd49.js +0 -1
  2038. package/dist/states.validation-4594b33c.mjs +0 -13
  2039. package/dist/states.validation-50e3a5a0.mjs +0 -13
  2040. package/dist/states.validation-69003e66.js +0 -1
  2041. package/dist/states.validation-766a62a6.mjs +0 -13
  2042. package/dist/states.validation-92231934.js +0 -1
  2043. package/dist/states.validation-e5f4fa3a.mjs +0 -13
  2044. package/dist/users.client.cjs +0 -1
  2045. package/dist/users.client.js +0 -702
  2046. package/dist/vue-draggable-next.esm-bundler-21a209c6.js +0 -10
  2047. package/dist/vue-draggable-next.esm-bundler-80731ae0.js +0 -10
  2048. package/dist/vue-draggable-next.esm-bundler-ff6e3f52.mjs +0 -1557
  2049. package/dist/vuex.esm-bundler-57d8b6ba.mjs +0 -750
  2050. package/dist/vuex.esm-bundler-685cf29f.js +0 -5
  2051. package/dist/vuex.esm-bundler-e8cf3cd2.js +0 -5
  2052. /package/dist/{files.client.cjs → prometheus-framework/src/modules/files/files.client.cjs} +0 -0
  2053. /package/dist/{files.client.js → prometheus-framework/src/modules/files/files.client.js} +0 -0
  2054. /package/dist/{middlewares.client.cjs → prometheus-framework/src/modules/middlewares/middlewares.client.cjs} +0 -0
  2055. /package/dist/{middlewares.client.js → prometheus-framework/src/modules/middlewares/middlewares.client.js} +0 -0
@@ -0,0 +1,2497 @@
1
+ import { resolveComponent as i, openBlock as l, createElementBlock as r, createElementVNode as t, createVNode as s, withCtx as n, createTextVNode as o, createStaticVNode as a } from "vue";
2
+ import c from "../../../../../../../_virtual/_plugin-vue_export-helper.js";
3
+ const d = {}, h = { class: "pd-medium" }, p = { class: "pd-big bg-grey radius-big" }, m = {
4
+ align: "center",
5
+ style: { "text-align": "left" }
6
+ }, g = /* @__PURE__ */ t("h1", null, "Terms of Use", -1), y = /* @__PURE__ */ t("div", {
7
+ class: "MsoNormal",
8
+ style: { "line-height": "1.5" }
9
+ }, [
10
+ /* @__PURE__ */ t("br")
11
+ ], -1), f = {
12
+ class: "MsoNormal",
13
+ "data-custom-class": "subtitle",
14
+ style: { "line-height": "1.5" }
15
+ }, u = /* @__PURE__ */ t("strong", null, "Last updated: ", -1), _ = /* @__PURE__ */ t("strong", null, "October 13, 2023", -1), x = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.1;"><br></div><div class="MsoNormal" style="line-height:115%;"><br></div><div class="MsoNormal" style="line-height:115%;"><br></div><div style="line-height:1.5;"><strong><span data-custom-class="heading_1">AGREEMENT TO OUR LEGAL TERMS</span></strong></div>', 4), b = /* @__PURE__ */ t("div", {
16
+ align: "center",
17
+ style: { "text-align": "left" }
18
+ }, [
19
+ /* @__PURE__ */ t("div", {
20
+ class: "MsoNormal",
21
+ id: "agreement",
22
+ style: { "line-height": "1.5" }
23
+ }, [
24
+ /* @__PURE__ */ t("a", { name: "_6aa3gkhykvst" })
25
+ ])
26
+ ], -1), v = /* @__PURE__ */ t("div", {
27
+ align: "center",
28
+ style: { "line-height": "1" }
29
+ }, [
30
+ /* @__PURE__ */ t("br")
31
+ ], -1), N = {
32
+ align: "center",
33
+ style: { "text-align": "left" }
34
+ }, w = {
35
+ class: "MsoNormal",
36
+ "data-custom-class": "body_text",
37
+ style: { "line-height": "1.5" }
38
+ }, k = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, E = /* @__PURE__ */ t("strong", null, "Company", -1), T = /* @__PURE__ */ t("strong", null, "we", -1), S = /* @__PURE__ */ t("strong", null, "us", -1), A = /* @__PURE__ */ t("strong", null, "our", -1), I = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, M = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, O = { style: { "font-size": "11.0pt", "line-height": "115%", "mso-fareast-font-family": "Calibri", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, R = /* @__PURE__ */ t("div", {
39
+ align: "center",
40
+ style: { "line-height": "1" }
41
+ }, [
42
+ /* @__PURE__ */ t("br")
43
+ ], -1), z = {
44
+ align: "center",
45
+ style: { "text-align": "left" }
46
+ }, L = {
47
+ class: "MsoNormal",
48
+ "data-custom-class": "body_text",
49
+ style: { "line-height": "1.5" }
50
+ }, C = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, D = /* @__PURE__ */ t("strong", null, "Legal Terms", -1), U = /* @__PURE__ */ t("strong", null, "Services", -1), Y = /* @__PURE__ */ t("div", {
51
+ class: "MsoNormal",
52
+ style: { "line-height": "1" }
53
+ }, [
54
+ /* @__PURE__ */ t("br")
55
+ ], -1), H = {
56
+ class: "MsoNormal",
57
+ "data-custom-class": "body_text",
58
+ style: { "line-height": "1.5" }
59
+ }, P = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, W = /* @__PURE__ */ t("div", {
60
+ class: "MsoNormal",
61
+ style: { "line-height": "1" }
62
+ }, [
63
+ /* @__PURE__ */ t("br")
64
+ ], -1), F = {
65
+ class: "MsoNormal",
66
+ "data-custom-class": "body_text",
67
+ style: { "line-height": "1.5" }
68
+ }, j = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, V = /* @__PURE__ */ t("strong", null, "you", -1), B = /* @__PURE__ */ t("div", {
69
+ class: "MsoNormal",
70
+ style: { "line-height": "1" }
71
+ }, [
72
+ /* @__PURE__ */ t("br")
73
+ ], -1), G = {
74
+ class: "MsoNormal",
75
+ "data-custom-class": "body_text",
76
+ style: { "line-height": "1.5" }
77
+ }, q = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, K = /* @__PURE__ */ t("div", {
78
+ align: "center",
79
+ style: { "line-height": "1" }
80
+ }, [
81
+ /* @__PURE__ */ t("br")
82
+ ], -1), X = {
83
+ align: "center",
84
+ style: { "text-align": "left" }
85
+ }, J = {
86
+ class: "MsoNormal",
87
+ "data-custom-class": "body_text",
88
+ style: { "line-height": "1.5" }
89
+ }, Q = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Z = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;">We recommend that you print a copy of these Legal Terms for your records.</div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" style="line-height:1.5;"><strong>TABLE OF CONTENTS</strong></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><a href="#services"><span data-custom-class="link"><span style="font-size:15px;"><span data-custom-class="body_text">1. OUR SERVICES</span></span></span></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#ip"><span data-custom-class="body_text">2. INTELLECTUAL PROPERTY RIGHTS</span></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#userreps"></a><a data-custom-class="link" href="#userreps"><span style="font-size:15px;"><span data-custom-class="body_text">3. USER REPRESENTATIONS</span></span></a></div>', 9), $ = {
90
+ class: "MsoNormal",
91
+ style: { "line-height": "1.5" }
92
+ }, tt = { style: { "font-size": "15px" } }, et = { "data-custom-class": "body_text" }, st = /* @__PURE__ */ t("a", {
93
+ "data-custom-class": "link",
94
+ href: "#products"
95
+ }, null, -1), ot = {
96
+ class: "MsoNormal",
97
+ style: { "line-height": "1.5" }
98
+ }, nt = {
99
+ "data-custom-class": "link",
100
+ href: "#products"
101
+ }, at = { style: { "font-size": "15px" } }, it = { "data-custom-class": "body_text" }, lt = /* @__PURE__ */ t("a", {
102
+ "data-custom-class": "link",
103
+ href: "#purchases"
104
+ }, null, -1), rt = {
105
+ class: "MsoNormal",
106
+ style: { "line-height": "1.5" }
107
+ }, ct = {
108
+ "data-custom-class": "link",
109
+ href: "#purchases"
110
+ }, dt = { style: { "font-size": "15px" } }, ht = { "data-custom-class": "body_text" }, pt = {
111
+ class: "MsoNormal",
112
+ style: { "line-height": "1.5" }
113
+ }, mt = { style: { "font-size": "15px" } }, gt = { "data-custom-class": "body_text" }, yt = {
114
+ class: "MsoNormal",
115
+ style: { "line-height": "1.5" }
116
+ }, ft = { style: { "font-size": "15px" } }, ut = { "data-custom-class": "body_text" }, _t = /* @__PURE__ */ t("a", {
117
+ "data-custom-class": "link",
118
+ href: "#software"
119
+ }, null, -1), xt = /* @__PURE__ */ t("a", {
120
+ "data-custom-class": "link",
121
+ href: "#software"
122
+ }, null, -1), bt = {
123
+ class: "MsoNormal",
124
+ style: { "line-height": "1.5" }
125
+ }, vt = {
126
+ "data-custom-class": "link",
127
+ href: "#software"
128
+ }, Nt = { style: { "font-size": "15px" } }, wt = { "data-custom-class": "body_text" }, kt = /* @__PURE__ */ t("a", {
129
+ "data-custom-class": "link",
130
+ href: "#prohibited"
131
+ }, null, -1), Et = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#prohibited"><span style="font-size:15px;"><span data-custom-class="body_text">4. PROHIBITED ACTIVITIES</span></span></a> <a data-custom-class="link" href="#ugc"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#ugc"><span style="font-size:15px;"><span data-custom-class="body_text">5. USER GENERATED CONTRIBUTIONS</span></span></a> <a data-custom-class="link" href="#license"></a></div>', 2), Tt = {
132
+ class: "MsoNormal",
133
+ style: { "line-height": "1.5" }
134
+ }, St = {
135
+ "data-custom-class": "link",
136
+ href: "#license"
137
+ }, At = { style: { "font-size": "15px" } }, It = { "data-custom-class": "body_text" }, Mt = /* @__PURE__ */ t("a", {
138
+ "data-custom-class": "link",
139
+ href: "#reviews"
140
+ }, null, -1), Ot = {
141
+ class: "MsoNormal",
142
+ style: { "line-height": "1.5" }
143
+ }, Rt = {
144
+ "data-custom-class": "link",
145
+ href: "#reviews"
146
+ }, zt = { style: { "font-size": "15px" } }, Lt = { "data-custom-class": "body_text" }, Ct = /* @__PURE__ */ t("a", {
147
+ "data-custom-class": "link",
148
+ href: "#mobile"
149
+ }, null, -1), Dt = {
150
+ class: "MsoNormal",
151
+ style: { "line-height": "1.5" }
152
+ }, Ut = {
153
+ "data-custom-class": "link",
154
+ href: "#mobile"
155
+ }, Yt = { style: { "font-size": "15px" } }, Ht = { "data-custom-class": "body_text" }, Pt = /* @__PURE__ */ t("a", {
156
+ "data-custom-class": "link",
157
+ href: "#socialmedia"
158
+ }, null, -1), Wt = {
159
+ class: "MsoNormal",
160
+ style: { "line-height": "1.5" }
161
+ }, Ft = {
162
+ "data-custom-class": "link",
163
+ href: "#socialmedia"
164
+ }, jt = { style: { "font-size": "15px" } }, Vt = { "data-custom-class": "body_text" }, Bt = /* @__PURE__ */ t("a", {
165
+ "data-custom-class": "link",
166
+ href: "#thirdparty"
167
+ }, null, -1), Gt = {
168
+ class: "MsoNormal",
169
+ style: { "line-height": "1.5" }
170
+ }, qt = {
171
+ "data-custom-class": "link",
172
+ href: "#thirdparty"
173
+ }, Kt = { style: { "font-size": "15px" } }, Xt = { "data-custom-class": "body_text" }, Jt = /* @__PURE__ */ t("a", {
174
+ "data-custom-class": "link",
175
+ href: "#advertisers"
176
+ }, null, -1), Qt = {
177
+ class: "MsoNormal",
178
+ style: { "line-height": "1.5" }
179
+ }, Zt = {
180
+ "data-custom-class": "link",
181
+ href: "#advertisers"
182
+ }, $t = { style: { "font-size": "15px" } }, te = { "data-custom-class": "body_text" }, ee = /* @__PURE__ */ t("a", {
183
+ "data-custom-class": "link",
184
+ href: "#sitemanage"
185
+ }, null, -1), se = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#sitemanage"><span style="font-size:15px;"><span data-custom-class="body_text">7. SERVICES MANAGEMENT</span></span></a> <a data-custom-class="link" href="#ppyes"></a></div>', 1), oe = {
186
+ class: "MsoNormal",
187
+ style: { "line-height": "1.5" }
188
+ }, ne = {
189
+ "data-custom-class": "link",
190
+ href: "#ppyes"
191
+ }, ae = { style: { "font-size": "15px" } }, ie = { "data-custom-class": "body_text" }, le = /* @__PURE__ */ t("a", {
192
+ "data-custom-class": "link",
193
+ href: "#ppno"
194
+ }, null, -1), re = {
195
+ class: "MsoNormal",
196
+ style: { "line-height": "1.5" }
197
+ }, ce = {
198
+ "data-custom-class": "link",
199
+ href: "#ppno"
200
+ }, de = { style: { "font-size": "15px" } }, he = { "data-custom-class": "body_text" }, pe = /* @__PURE__ */ t("a", {
201
+ "data-custom-class": "link",
202
+ href: "#dmca"
203
+ }, null, -1), me = {
204
+ class: "MsoNormal",
205
+ style: { "line-height": "1.5" }
206
+ }, ge = {
207
+ "data-custom-class": "link",
208
+ href: "#dmca"
209
+ }, ye = { style: { "font-size": "15px" } }, fe = { "data-custom-class": "body_text" }, ue = {
210
+ class: "MsoNormal",
211
+ style: { "line-height": "1.5" }
212
+ }, _e = { style: { "font-size": "15px" } }, xe = { "data-custom-class": "body_text" }, be = /* @__PURE__ */ t("a", {
213
+ "data-custom-class": "link",
214
+ href: "#terms"
215
+ }, null, -1), ve = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#terms"><span style="font-size:15px;"><span data-custom-class="body_text">8. TERM AND TERMINATION</span></span></a> <a data-custom-class="link" href="#modifications"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#modifications"><span style="font-size:15px;"><span data-custom-class="body_text">9. MODIFICATIONS AND INTERRUPTIONS</span></span></a> <a data-custom-class="link" href="#law"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#law"><span style="font-size:15px;"><span data-custom-class="body_text">10. GOVERNING LAW</span></span></a> <a data-custom-class="link" href="#disputes"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#disputes"><span style="font-size:15px;"><span data-custom-class="body_text">11. DISPUTE RESOLUTION</span></span></a> <a data-custom-class="link" href="#corrections"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#corrections"><span style="font-size:15px;"><span data-custom-class="body_text">12. CORRECTIONS</span></span></a> <a data-custom-class="link" href="#disclaimer"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#disclaimer"><span style="font-size:15px;"><span data-custom-class="body_text">13. DISCLAIMER</span></span></a> <a data-custom-class="link" href="#liability"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#liability"><span style="font-size:15px;"><span data-custom-class="body_text">14. LIMITATIONS OF LIABILITY</span></span></a> <a data-custom-class="link" href="#indemnification"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#indemnification"><span style="font-size:15px;"><span data-custom-class="body_text">15. INDEMNIFICATION</span></span></a> <a data-custom-class="link" href="#userdata"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#userdata"><span style="font-size:15px;"><span data-custom-class="body_text">16. USER DATA</span></span></a> <a data-custom-class="link" href="#electronic"></a></div><div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#electronic"><span style="font-size:15px;"><span data-custom-class="body_text">17. ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</span></span></a> <a data-custom-class="link" href="#california"></a></div>', 10), Ne = {
216
+ class: "MsoNormal",
217
+ style: { "line-height": "1.5" }
218
+ }, we = {
219
+ "data-custom-class": "link",
220
+ href: "#california"
221
+ }, ke = { style: { "font-size": "15px" } }, Ee = { "data-custom-class": "body_text" }, Te = /* @__PURE__ */ t("a", {
222
+ "data-custom-class": "link",
223
+ href: "#misc"
224
+ }, null, -1), Se = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;"><a data-custom-class="link" href="#misc"><span style="font-size:15px;"><span data-custom-class="body_text">18. MISCELLANEOUS</span></span></a> <a data-custom-class="link" href="#contact"></a></div>', 1), Ae = {
225
+ class: "MsoNormal",
226
+ style: { "line-height": "1.5" }
227
+ }, Ie = {
228
+ class: "MsoNormal",
229
+ style: { "line-height": "1.5" }
230
+ }, Me = {
231
+ class: "MsoNormal",
232
+ style: { "line-height": "1.5" }
233
+ }, Oe = {
234
+ class: "MsoNormal",
235
+ style: { "line-height": "1.5" }
236
+ }, Re = {
237
+ class: "MsoNormal",
238
+ style: { "line-height": "1.5" }
239
+ }, ze = {
240
+ class: "MsoNormal",
241
+ style: { "line-height": "1.5" }
242
+ }, Le = {
243
+ class: "MsoNormal",
244
+ style: { "line-height": "1.5" }
245
+ }, Ce = {
246
+ class: "MsoNormal",
247
+ style: { "line-height": "1.5" }
248
+ }, De = {
249
+ class: "MsoNormal",
250
+ style: { "line-height": "1.5" }
251
+ }, Ue = {
252
+ class: "MsoNormal",
253
+ style: { "line-height": "1.5" }
254
+ }, Ye = /* @__PURE__ */ t("div", {
255
+ class: "MsoNormal",
256
+ style: { "line-height": "1.5" }
257
+ }, [
258
+ /* @__PURE__ */ t("a", {
259
+ "data-custom-class": "link",
260
+ href: "#contact"
261
+ }, [
262
+ /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, [
263
+ /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, "19. CONTACT US")
264
+ ])
265
+ ])
266
+ ], -1), He = {
267
+ align: "center",
268
+ style: { "text-align": "left" }
269
+ }, Pe = /* @__PURE__ */ a('<div class="MsoNormal" data-custom-class="heading_1" style="line-height:1.5;"><a name="_b6y29mp52qvx"></a></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="services" style="line-height:1.5;"><strong><span style="font-size:19px;">1. OUR SERVICES</span></strong></div><div class="MsoNormal" style="line-height:1.5;"><br></div>', 5), We = {
270
+ class: "MsoNormal",
271
+ "data-custom-class": "body_text",
272
+ style: { "line-height": "1.5" }
273
+ }, Fe = { style: { "font-size": "15px" } }, je = /* @__PURE__ */ t("div", {
274
+ class: "MsoNormal",
275
+ style: { "line-height": "1.5" }
276
+ }, [
277
+ /* @__PURE__ */ t("br")
278
+ ], -1), Ve = /* @__PURE__ */ t("div", {
279
+ align: "center",
280
+ "data-custom-class": "heading_1",
281
+ style: { "text-align": "left", "line-height": "1.5" }
282
+ }, [
283
+ /* @__PURE__ */ t("strong", null, [
284
+ /* @__PURE__ */ t("span", {
285
+ id: "ip",
286
+ style: { "font-size": "19px" }
287
+ }, "2. INTELLECTUAL PROPERTY RIGHTS")
288
+ ])
289
+ ], -1), Be = /* @__PURE__ */ t("div", {
290
+ align: "center",
291
+ style: { "line-height": "1.5" }
292
+ }, [
293
+ /* @__PURE__ */ t("br")
294
+ ], -1), Ge = {
295
+ align: "center",
296
+ style: { "text-align": "left" }
297
+ }, qe = /* @__PURE__ */ t("div", {
298
+ class: "MsoNormal",
299
+ "data-custom-class": "heading_2",
300
+ style: { "line-height": "1.5" }
301
+ }, [
302
+ /* @__PURE__ */ t("strong", null, "Our intellectual property")
303
+ ], -1), Ke = /* @__PURE__ */ t("div", {
304
+ class: "MsoNormal",
305
+ style: { "line-height": "1.5" }
306
+ }, [
307
+ /* @__PURE__ */ t("br")
308
+ ], -1), Xe = {
309
+ class: "MsoNormal",
310
+ "data-custom-class": "body_text",
311
+ style: { "line-height": "1.5" }
312
+ }, Je = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Qe = /* @__PURE__ */ t("div", {
313
+ class: "MsoNormal",
314
+ style: { "line-height": "1.5" }
315
+ }, [
316
+ /* @__PURE__ */ t("br")
317
+ ], -1), Ze = /* @__PURE__ */ t("div", {
318
+ class: "MsoNormal",
319
+ "data-custom-class": "body_text",
320
+ style: { "line-height": "1.5" }
321
+ }, [
322
+ /* @__PURE__ */ t("span", { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, "Our Content and Marks are protected by copyright and trademark laws (and various other intellectual property rights and unfair competition laws) and treaties in the United States and around the world.")
323
+ ], -1), $e = /* @__PURE__ */ t("div", {
324
+ class: "MsoNormal",
325
+ style: { "line-height": "1.5" }
326
+ }, [
327
+ /* @__PURE__ */ t("br")
328
+ ], -1), ts = {
329
+ class: "MsoNormal",
330
+ "data-custom-class": "body_text",
331
+ style: { "line-height": "1.5" }
332
+ }, es = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ss = /* @__PURE__ */ t("div", {
333
+ class: "MsoNormal",
334
+ style: { "line-height": "1.5" }
335
+ }, [
336
+ /* @__PURE__ */ t("br")
337
+ ], -1), os = /* @__PURE__ */ t("div", {
338
+ class: "MsoNormal",
339
+ "data-custom-class": "heading_2",
340
+ style: { "line-height": "1.5" }
341
+ }, [
342
+ /* @__PURE__ */ t("strong", null, "Your use of our Services")
343
+ ], -1), ns = /* @__PURE__ */ t("div", {
344
+ class: "MsoNormal",
345
+ style: { "line-height": "1.5" }
346
+ }, [
347
+ /* @__PURE__ */ t("br")
348
+ ], -1), as = {
349
+ class: "MsoNormal",
350
+ "data-custom-class": "body_text",
351
+ style: { "line-height": "1.5" }
352
+ }, is = { style: { "font-size": "15px" } }, ls = /* @__PURE__ */ t("a", {
353
+ "data-custom-class": "link",
354
+ href: "#prohibited"
355
+ }, [
356
+ /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "PROHIBITED ACTIVITIES")
357
+ ], -1), rs = { style: { "font-size": "15px" } }, cs = /* @__PURE__ */ t("ul", null, [
358
+ /* @__PURE__ */ t("li", {
359
+ class: "MsoNormal",
360
+ "data-custom-class": "body_text",
361
+ style: { "line-height": "1.5" }
362
+ }, [
363
+ /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "access the Services; and")
364
+ ]),
365
+ /* @__PURE__ */ t("li", {
366
+ class: "MsoNormal",
367
+ "data-custom-class": "body_text",
368
+ style: { "line-height": "1.5" }
369
+ }, [
370
+ /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "download or print a copy of any portion of the Content to which you have properly gained access.")
371
+ ])
372
+ ], -1), ds = {
373
+ class: "MsoNormal",
374
+ "data-custom-class": "body_text",
375
+ style: { "line-height": "1.5" }
376
+ }, hs = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ps = /* @__PURE__ */ t("div", {
377
+ class: "MsoNormal",
378
+ style: { "line-height": "1.5" }
379
+ }, [
380
+ /* @__PURE__ */ t("br")
381
+ ], -1), ms = /* @__PURE__ */ t("div", {
382
+ class: "MsoNormal",
383
+ "data-custom-class": "body_text",
384
+ style: { "line-height": "1.5" }
385
+ }, [
386
+ /* @__PURE__ */ t("span", { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, "Except as set out in this section or elsewhere in our Legal Terms, no part of the Services and no Content or Marks may be copied, reproduced, aggregated, republished, uploaded, posted, publicly displayed, encoded, translated, transmitted, distributed, sold, licensed, or otherwise exploited for any commercial purpose whatsoever, without our express prior written permission.")
387
+ ], -1), gs = /* @__PURE__ */ t("div", {
388
+ class: "MsoNormal",
389
+ style: { "line-height": "1.5" }
390
+ }, [
391
+ /* @__PURE__ */ t("br")
392
+ ], -1), ys = {
393
+ class: "MsoNormal",
394
+ "data-custom-class": "body_text",
395
+ style: { "line-height": "1.5" }
396
+ }, fs = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, us = /* @__PURE__ */ t("div", {
397
+ align: "center",
398
+ style: { "line-height": "1.5" }
399
+ }, [
400
+ /* @__PURE__ */ t("br")
401
+ ], -1), _s = {
402
+ align: "center",
403
+ style: { "text-align": "left" }
404
+ }, xs = /* @__PURE__ */ a('<div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;color:#595959;mso-themecolor:text1;mso-themetint:166;">We reserve all rights not expressly granted to you in and to the Services, Content, and Marks.</span></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;color:#595959;mso-themecolor:text1;mso-themetint:166;">Any breach of these Intellectual Property Rights will constitute a material breach of our Legal Terms and your right to use our Services will terminate immediately.</span></div><div class="MsoNormal" style="line-height:1.5;"><br></div>', 4), bs = {
405
+ class: "MsoNormal",
406
+ "data-custom-class": "heading_2",
407
+ style: { "line-height": "1.5" }
408
+ }, vs = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Ns = /* @__PURE__ */ t("div", {
409
+ class: "MsoNormal",
410
+ style: { "line-height": "1.5" }
411
+ }, [
412
+ /* @__PURE__ */ t("br")
413
+ ], -1), ws = {
414
+ class: "MsoNormal",
415
+ "data-custom-class": "body_text",
416
+ style: { "line-height": "1.5" }
417
+ }, ks = { style: { "font-size": "15px" } }, Es = /* @__PURE__ */ t("a", {
418
+ "data-custom-class": "link",
419
+ href: "#prohibited"
420
+ }, "PROHIBITED ACTIVITIES", -1), Ts = /* @__PURE__ */ t("div", {
421
+ class: "MsoNormal",
422
+ style: { "line-height": "1.5" }
423
+ }, [
424
+ /* @__PURE__ */ t("br")
425
+ ], -1), Ss = {
426
+ class: "MsoNormal",
427
+ "data-custom-class": "body_text",
428
+ style: { "line-height": "1.5" }
429
+ }, As = { style: { "font-size": "15px" } }, Is = /* @__PURE__ */ t("strong", null, "Submissions:", -1), Ms = /* @__PURE__ */ t("div", {
430
+ class: "MsoNormal",
431
+ style: { "line-height": "1.5" }
432
+ }, [
433
+ /* @__PURE__ */ t("br")
434
+ ], -1), Os = {
435
+ class: "MsoNormal",
436
+ "data-custom-class": "body_text",
437
+ style: { "line-height": "1.5" }
438
+ }, Rs = { style: { "font-size": "15px" } }, zs = /* @__PURE__ */ t("strong", null, "You are responsible for what you post or upload:", -1), Ls = {
439
+ class: "MsoNormal",
440
+ "data-custom-class": "body_text",
441
+ style: { "line-height": "1.5" }
442
+ }, Cs = { style: { "font-size": "15px" } }, Ds = /* @__PURE__ */ t("a", {
443
+ "data-custom-class": "link",
444
+ href: "#prohibited"
445
+ }, [
446
+ /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, "PROHIBITED ACTIVITIES")
447
+ ], -1), Us = { style: { "font-size": "15px" } }, Ys = {
448
+ class: "MsoNormal",
449
+ "data-custom-class": "body_text",
450
+ style: { "line-height": "1.5" }
451
+ }, Hs = { style: { "font-size": "15px" } }, Ps = {
452
+ class: "MsoNormal",
453
+ "data-custom-class": "body_text",
454
+ style: { "line-height": "1.5" }
455
+ }, Ws = { style: { "font-size": "15px" } }, Fs = {
456
+ class: "MsoNormal",
457
+ "data-custom-class": "body_text",
458
+ style: { "line-height": "1.5" }
459
+ }, js = { style: { "font-size": "15px" } }, Vs = {
460
+ class: "MsoNormal",
461
+ "data-custom-class": "body_text",
462
+ style: { "line-height": "1.5" }
463
+ }, Bs = /* @__PURE__ */ t("div", {
464
+ class: "MsoNormal",
465
+ style: { "line-height": "1.5" }
466
+ }, [
467
+ /* @__PURE__ */ t("br")
468
+ ], -1), Gs = /* @__PURE__ */ a('<div align="center" style="text-align:left;"><div class="MsoNormal" data-custom-class="heading_1" id="userreps" style="line-height:1.5;"><a name="_5hg7kgyv9l8z"></a><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">3.</span></strong></span></strong></span> </strong>USER REPRESENTATIONS</span></strong></div></div><div align="center" style="line-height:1.5;"><br></div>', 2), qs = {
469
+ align: "center",
470
+ style: { "text-align": "left" }
471
+ }, Ks = {
472
+ class: "MsoNormal",
473
+ "data-custom-class": "body_text",
474
+ style: { "line-height": "1.5" }
475
+ }, Xs = /* @__PURE__ */ t("span", { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, "By using the Services, you represent and warrant that:", -1), Js = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, "(", -1), Qs = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, "1", -1), Zs = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, ") you have the legal capacity and you agree to comply with these Legal Terms;", -1), $s = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, "(", -1), to = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, "2", -1), eo = { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, so = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, "3", -1), oo = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, ") you will not access the Services through automated or non-human means, whether through a bot, script or otherwise; (", -1), no = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, "4", -1), ao = { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, io = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, "5", -1), lo = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "11pt" } }, ") your use of the Services will not violate any applicable law or regulation.", -1), ro = /* @__PURE__ */ t("span", { style: { color: "rgb(89, 89, 89)", "font-size": "14.6667px" } }, null, -1), co = /* @__PURE__ */ t("div", {
476
+ align: "center",
477
+ style: { "line-height": "1.5" }
478
+ }, [
479
+ /* @__PURE__ */ t("br")
480
+ ], -1), ho = {
481
+ align: "center",
482
+ style: { "text-align": "left" }
483
+ }, po = {
484
+ class: "MsoNormal",
485
+ style: { "text-align": "justify", "line-height": "115%" }
486
+ }, mo = {
487
+ class: "MsoNormal",
488
+ style: { "line-height": "17.25px" }
489
+ }, go = /* @__PURE__ */ t("div", {
490
+ class: "MsoNormal",
491
+ "data-custom-class": "body_text",
492
+ style: { "line-height": "1.5", "text-align": "left" }
493
+ }, [
494
+ /* @__PURE__ */ t("span", { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, "If you provide any information that is untrue, inaccurate, not current, or incomplete, we have the right to suspend or terminate your account and refuse any and all current or future use of the Services (or any portion thereof).")
495
+ ], -1), yo = {
496
+ class: "MsoNormal",
497
+ style: { "line-height": "1.1", "text-align": "left" }
498
+ }, fo = {
499
+ class: "MsoNormal",
500
+ style: { "line-height": "1.5", "text-align": "left" }
501
+ }, uo = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), _o = { style: { "font-size": "15px" } }, xo = {
502
+ class: "MsoNormal",
503
+ style: { "line-height": "1.5", "text-align": "left" }
504
+ }, bo = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), vo = {
505
+ class: "MsoNormal",
506
+ style: { "line-height": "1.5" }
507
+ }, No = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), wo = {
508
+ class: "MsoNormal",
509
+ style: { "line-height": "1.5" }
510
+ }, ko = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), Eo = {
511
+ class: "MsoNormal",
512
+ style: { "line-height": "1.5" }
513
+ }, To = {
514
+ class: "MsoNormal",
515
+ style: { "text-align": "justify", "line-height": "1.5" }
516
+ }, So = { style: { "line-height": "115%", "font-family": "Arial", color: "rgb(89, 89, 89)" } }, Ao = /* @__PURE__ */ t("div", {
517
+ class: "MsoNormal",
518
+ style: { "font-size": "15px", "line-height": "1.5" }
519
+ }, [
520
+ /* @__PURE__ */ t("br")
521
+ ], -1), Io = /* @__PURE__ */ a('<div class="MsoNormal" data-custom-class="heading_1" id="prohibited" style="text-align:left;line-height:1.5;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">4.</span></strong></span></strong></span> </strong>PROHIBITED ACTIVITIES</span></strong></div>', 1), Mo = /* @__PURE__ */ t("div", {
522
+ class: "MsoNormal",
523
+ style: { "line-height": "1.5" }
524
+ }, [
525
+ /* @__PURE__ */ t("br")
526
+ ], -1), Oo = {
527
+ class: "MsoNormal",
528
+ style: { "text-align": "justify", "line-height": "1" }
529
+ }, Ro = {
530
+ class: "MsoNormal",
531
+ "data-custom-class": "body_text",
532
+ style: { "line-height": "1.5", "text-align": "left" }
533
+ }, zo = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Lo = /* @__PURE__ */ t("div", {
534
+ class: "MsoNormal",
535
+ style: { "line-height": "1.5" }
536
+ }, [
537
+ /* @__PURE__ */ t("br")
538
+ ], -1), Co = {
539
+ class: "MsoNormal",
540
+ style: { "text-align": "justify", "line-height": "1" }
541
+ }, Do = {
542
+ class: "MsoNormal",
543
+ style: { "line-height": "17.25px" }
544
+ }, Uo = {
545
+ class: "MsoNormal",
546
+ style: { "line-height": "1.1" }
547
+ }, Yo = /* @__PURE__ */ t("div", {
548
+ class: "MsoNormal",
549
+ style: { "line-height": "17.25px" }
550
+ }, [
551
+ /* @__PURE__ */ t("div", {
552
+ class: "MsoNormal",
553
+ "data-custom-class": "body_text",
554
+ style: { "line-height": "1.5", "text-align": "left" }
555
+ }, [
556
+ /* @__PURE__ */ t("span", { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, "As a user of the Services, you agree not to:")
557
+ ])
558
+ ], -1), Ho = /* @__PURE__ */ a('<li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:11pt;line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-size:15px;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Systematically retrieve data or other content from the Services to create or compile, directly or indirectly, a collection, compilation, database, or directory without written permission from us.</span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Trick, defraud, or mislead us and other users, especially in any attempt to learn sensitive account information such as user passwords.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Circumvent, disable, or otherwise interfere with security-related features of the Services, including features that prevent or restrict the use or copying of any Content or enforce limitations on the use of the Services and/or the Content contained therein.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Disparage, tarnish, or otherwise harm, in our opinion, us and/or the Services.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Use any information obtained from the Services in order to harass, abuse, or harm another person.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Make improper use of our support services or submit false reports of abuse or misconduct.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Use the Services in a manner inconsistent with any applicable laws or regulations.</span></span></span></span></span></li>', 7), Po = {
559
+ class: "MsoNormal",
560
+ "data-custom-class": "body_text",
561
+ style: { "line-height": "1.5", "text-align": "left" }
562
+ }, Wo = { style: { "font-size": "15px" } }, Fo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, jo = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, Vo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Bo = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, Go = /* @__PURE__ */ a('<li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Upload or transmit (or attempt to upload or to transmit) viruses, Trojan horses, or other material, including excessive use of capital letters and spamming (continuous posting of repetitive text), that interferes with any party’s uninterrupted use and enjoyment of the Services or modifies, impairs, disrupts, alters, or interferes with the use, features, functions, operation, or maintenance of the Services.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Engage in any automated use of the system, such as using scripts to send comments or messages, or using any data mining, robots, or similar data gathering and extraction tools.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Delete the copyright or other proprietary rights notice from any Content.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Attempt to impersonate another user or person or use the username of another user.</span></span></span></span></span></li>', 4), qo = {
563
+ class: "MsoNormal",
564
+ "data-custom-class": "body_text",
565
+ style: { "line-height": "1.5", "text-align": "left" }
566
+ }, Ko = { style: { "font-size": "15px" } }, Xo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Jo = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, Qo = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Zo = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, $o = /* @__PURE__ */ a('<li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Interfere with, disrupt, or create an undue burden on the Services or the networks or services connected to the Services.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Harass, annoy, intimidate, or threaten any of our employees or agents engaged in providing any portion of the Services to you.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Attempt to bypass any measures of the Services designed to prevent or restrict access to the Services, or any portion of the Services.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Copy or adapt the Services&#39; software, including but not limited to Flash, PHP, HTML, JavaScript, or other code.</span></span></span></span></span></li><li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Except as permitted by applicable law, decipher, decompile, disassemble, or reverse engineer any of the software comprising or in any way making up a part of the Services.</span></span></span></span></span></li>', 5), tn = {
567
+ class: "MsoNormal",
568
+ "data-custom-class": "body_text",
569
+ style: { "line-height": "1.5", "text-align": "left" }
570
+ }, en = { style: { "font-size": "15px" } }, sn = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, on = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, nn = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, an = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, ln = /* @__PURE__ */ a('<li class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:15px;"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);"><span style="line-height:16.8667px;color:rgb(89, 89, 89);"><span style="font-family:sans-serif;font-style:normal;font-variant-ligatures:normal;font-variant-caps:normal;font-weight:400;letter-spacing:normal;orphans:2;text-align:justify;text-indent:-29.4px;text-transform:none;white-space:normal;widows:2;word-spacing:0px;-webkit-text-stroke-width:0px;background-color:rgb(255, 255, 255);text-decoration-style:initial;text-decoration-color:initial;color:rgb(89, 89, 89);">Use a buying agent or purchasing agent to make purchases on the Services.</span></span></span></span></span></li>', 1), rn = {
571
+ class: "MsoNormal",
572
+ "data-custom-class": "body_text",
573
+ style: { "line-height": "1.5", "text-align": "left" }
574
+ }, cn = { style: { "font-size": "15px" } }, dn = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, hn = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, pn = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, mn = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, gn = {
575
+ class: "MsoNormal",
576
+ "data-custom-class": "body_text",
577
+ style: { "line-height": "1.5", "text-align": "left" }
578
+ }, yn = { style: { "font-size": "15px" } }, fn = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, un = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, _n = { style: { "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, xn = { style: { "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial", color: "rgb(89, 89, 89)" } }, bn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)", "font-family": "sans-serif", "font-style": "normal", "font-variant-ligatures": "normal", "font-variant-caps": "normal", "font-weight": "400", "letter-spacing": "normal", orphans: "2", "text-align": "justify", "text-indent": "-29.4px", "text-transform": "none", "white-space": "normal", widows: "2", "word-spacing": "0px", "-webkit-text-stroke-width": "0px", "background-color": "rgb(255, 255, 255)", "text-decoration-style": "initial", "text-decoration-color": "initial" } }, vn = /* @__PURE__ */ t("div", {
579
+ class: "MsoNormal",
580
+ style: { "line-height": "1.5", "text-align": "left" }
581
+ }, [
582
+ /* @__PURE__ */ t("br")
583
+ ], -1), Nn = {
584
+ class: "MsoNormal",
585
+ style: { "line-height": "17.25px" }
586
+ }, wn = {
587
+ class: "MsoNormal",
588
+ style: { "line-height": "1" }
589
+ }, kn = /* @__PURE__ */ t("div", {
590
+ class: "MsoNormal",
591
+ "data-custom-class": "heading_1",
592
+ id: "ugc",
593
+ style: { "line-height": "1.5" }
594
+ }, [
595
+ /* @__PURE__ */ t("strong", null, [
596
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
597
+ /* @__PURE__ */ t("strong", null, [
598
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
599
+ /* @__PURE__ */ t("strong", null, [
600
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
601
+ /* @__PURE__ */ t("strong", null, [
602
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, "5.")
603
+ ])
604
+ ])
605
+ ])
606
+ ]),
607
+ /* @__PURE__ */ o(" ")
608
+ ]),
609
+ /* @__PURE__ */ o("USER GENERATED CONTRIBUTIONS")
610
+ ])
611
+ ])
612
+ ], -1), En = /* @__PURE__ */ t("div", {
613
+ class: "MsoNormal",
614
+ style: { "line-height": "1.5", "text-align": "left" }
615
+ }, [
616
+ /* @__PURE__ */ t("br")
617
+ ], -1), Tn = {
618
+ class: "MsoNormal",
619
+ style: { "line-height": "1" }
620
+ }, Sn = {
621
+ class: "MsoNormal",
622
+ "data-custom-class": "body_text",
623
+ style: { "line-height": "1.5" }
624
+ }, An = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, In = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Mn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, On = /* @__PURE__ */ t("div", {
625
+ class: "MsoNormal",
626
+ style: { "line-height": "1.5" }
627
+ }, [
628
+ /* @__PURE__ */ t("br")
629
+ ], -1), Rn = {
630
+ class: "MsoNormal",
631
+ style: { "text-align": "justify", "line-height": "1" }
632
+ }, zn = {
633
+ class: "MsoNormal",
634
+ "data-custom-class": "heading_1",
635
+ id: "license",
636
+ style: { "line-height": "1.5" }
637
+ }, Ln = { style: { "line-height": "24.5333px", "font-size": "19px" } }, Cn = /* @__PURE__ */ t("strong", null, [
638
+ /* @__PURE__ */ t("span", { style: { "line-height": "24.5333px", "font-size": "19px" } }, [
639
+ /* @__PURE__ */ t("strong", null, [
640
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, [
641
+ /* @__PURE__ */ t("strong", null, [
642
+ /* @__PURE__ */ t("span", { style: { "line-height": "115%", "font-family": "Arial", "font-size": "19px" } }, "6.")
643
+ ])
644
+ ])
645
+ ])
646
+ ]),
647
+ /* @__PURE__ */ o(" ")
648
+ ], -1), Dn = /* @__PURE__ */ t("div", {
649
+ class: "MsoNormal",
650
+ style: { "line-height": "1.5" }
651
+ }, [
652
+ /* @__PURE__ */ t("br")
653
+ ], -1), Un = {
654
+ class: "MsoNormal",
655
+ style: { "line-height": "1" }
656
+ }, Yn = {
657
+ class: "MsoNormal",
658
+ "data-custom-class": "body_text",
659
+ style: { "line-height": "1.5" }
660
+ }, Hn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Pn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Wn = /* @__PURE__ */ t("div", {
661
+ class: "MsoNormal",
662
+ style: { "line-height": "1.5" }
663
+ }, [
664
+ /* @__PURE__ */ t("br")
665
+ ], -1), Fn = {
666
+ class: "MsoNormal",
667
+ "data-custom-class": "body_text",
668
+ style: { "line-height": "1.5" }
669
+ }, jn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Vn = /* @__PURE__ */ t("div", {
670
+ class: "MsoNormal",
671
+ style: { "line-height": "1.5" }
672
+ }, [
673
+ /* @__PURE__ */ t("br")
674
+ ], -1), Bn = {
675
+ class: "MsoNormal",
676
+ "data-custom-class": "body_text",
677
+ style: { "line-height": "1.5" }
678
+ }, Gn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, qn = /* @__PURE__ */ t("div", {
679
+ class: "MsoNormal",
680
+ "data-custom-class": "body_text",
681
+ style: { "line-height": "1.5" }
682
+ }, [
683
+ /* @__PURE__ */ t("br")
684
+ ], -1), Kn = {
685
+ class: "MsoNormal",
686
+ "data-custom-class": "body_text",
687
+ style: { "line-height": "1.5" }
688
+ }, Xn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Jn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Qn = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, Zn = {
689
+ class: "MsoNormal",
690
+ "data-custom-class": "body_text",
691
+ style: { "line-height": "1.5" }
692
+ }, $n = {
693
+ class: "MsoNormal",
694
+ style: { "line-height": "1.5" }
695
+ }, ta = {
696
+ class: "MsoNormal",
697
+ style: { "line-height": "1.5" }
698
+ }, ea = {
699
+ class: "MsoNormal",
700
+ style: { "line-height": "1.5" }
701
+ }, sa = {
702
+ class: "MsoNormal",
703
+ style: { "line-height": "1.5" }
704
+ }, oa = /* @__PURE__ */ a('<div class="MsoNormal" data-custom-class="heading_1" id="sitemanage" style="line-height:1.5;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">7.</span></strong></span></strong></span> </strong>SERVICES MANAGEMENT</span></strong></div><div class="MsoNormal" style="line-height:1.5;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;">We reserve the right, but not the obligation, to: (1) monitor the Services for violations of these Legal Terms; (2) take appropriate legal action against anyone who, in our sole discretion, violates the law or these Legal Terms, including without limitation, reporting such user to law enforcement authorities; (3) in our sole discretion and without limitation, refuse, restrict access to, limit the availability of, or disable (to the extent technologically feasible) any of your Contributions or any portion thereof; (4) in our sole discretion and without limitation, notice, or liability, to remove from the Services or otherwise disable all files and content that are excessive in size or are in any way burdensome to our systems; and (5) otherwise manage the Services in a manner designed to protect our rights and property and to facilitate the proper functioning of the Services.</div><div class="MsoNormal" style="line-height:1.5;"><br></div>', 4), na = {
705
+ class: "MsoNormal",
706
+ style: { "line-height": "1.5" }
707
+ }, aa = {
708
+ class: "MsoNormal",
709
+ style: { "line-height": "1.5" }
710
+ }, ia = {
711
+ class: "MsoNormal",
712
+ style: { "line-height": "1.5", "text-align": "left" }
713
+ }, la = /* @__PURE__ */ a('<div class="MsoNormal" data-custom-class="heading_1" id="terms" style="line-height:1.5;text-align:left;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">8.</span></strong></span></strong></span> </strong>TERM AND TERMINATION</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 2), ra = {
714
+ class: "MsoNormal",
715
+ "data-custom-class": "body_text",
716
+ style: { "line-height": "1.5", "text-align": "left" }
717
+ }, ca = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, da = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:11pt;line-height:16.8667px;color:rgb(89, 89, 89);">If we terminate or suspend your account for any reason, you are prohibited from registering and creating a new account under your name, a fake or borrowed name, or the name of any third party, even if you may be acting on behalf of the third party. In addition to terminating or suspending your account, we reserve the right to take appropriate legal action, including without limitation pursuing civil, criminal, and injunctive redress.</span></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="modifications" style="line-height:1.5;text-align:left;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">9.</span></strong></span></strong></span> </strong>MODIFICATIONS AND INTERRUPTIONS</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 5), ha = {
718
+ class: "MsoNormal",
719
+ "data-custom-class": "body_text",
720
+ style: { "line-height": "1.5", "text-align": "left" }
721
+ }, pa = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ma = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:11pt;line-height:16.8667px;color:rgb(89, 89, 89);">We cannot guarantee the Services will be available at all times. We may experience hardware, software, or other problems or need to perform maintenance related to the Services, resulting in interruptions, delays, or errors. We reserve the right to change, revise, update, suspend, discontinue, or otherwise modify the Services at any time or for any reason without notice to you. You agree that we have no liability whatsoever for any loss, damage, or inconvenience caused by your inability to access or use the Services during any downtime or discontinuance of the Services. Nothing in these Legal Terms will be construed to obligate us to maintain and support the Services or to supply any corrections, updates, or releases in connection therewith.</span></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="law" style="line-height:1.5;text-align:left;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">10.</span></strong></span></strong></span> </strong>GOVERNING LAW</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 5), ga = {
722
+ class: "MsoNormal",
723
+ style: { "line-height": "1.5", "text-align": "left" }
724
+ }, ya = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, fa = {
725
+ class: "MsoNormal",
726
+ "data-custom-class": "body_text",
727
+ style: { "line-height": "1.5", "text-align": "left" }
728
+ }, ua = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, _a = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, xa = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, ba = { style: { "font-size": "11pt", "line-height": "16.8667px", color: "rgb(89, 89, 89)" } }, va = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="disputes" style="line-height:1.5;text-align:left;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">11.</span></strong></span></strong></span> </strong>DISPUTE RESOLUTION</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 3), Na = {
729
+ class: "MsoNormal",
730
+ style: { "line-height": "1.5", "text-align": "left" }
731
+ }, wa = {
732
+ class: "MsoNormal",
733
+ style: { "line-height": "1.5", "text-align": "left" }
734
+ }, ka = /* @__PURE__ */ t("div", {
735
+ class: "MsoNormal",
736
+ "data-custom-class": "heading_2",
737
+ style: { "line-height": "1.5", "text-align": "left" }
738
+ }, [
739
+ /* @__PURE__ */ t("strong", null, "Informal Negotiations")
740
+ ], -1), Ea = /* @__PURE__ */ t("div", {
741
+ class: "MsoNormal",
742
+ style: { "line-height": "1.5", "text-align": "left" }
743
+ }, [
744
+ /* @__PURE__ */ t("br")
745
+ ], -1), Ta = {
746
+ class: "MsoNormal",
747
+ "data-custom-class": "body_text",
748
+ style: { "line-height": "1.5", "text-align": "left" }
749
+ }, Sa = { style: { "font-size": "15px" } }, Aa = /* @__PURE__ */ t("div", {
750
+ class: "MsoNormal",
751
+ style: { "line-height": "1.5", "text-align": "left" }
752
+ }, [
753
+ /* @__PURE__ */ t("br")
754
+ ], -1), Ia = {
755
+ class: "MsoNormal",
756
+ style: { "line-height": "1.5", "text-align": "left" }
757
+ }, Ma = /* @__PURE__ */ t("div", {
758
+ class: "MsoNormal",
759
+ "data-custom-class": "heading_2",
760
+ style: { "line-height": "1.5", "text-align": "left" }
761
+ }, null, -1), Oa = /* @__PURE__ */ t("div", {
762
+ class: "MsoNormal",
763
+ style: { "line-height": "1.5", "text-align": "left" }
764
+ }, [
765
+ /* @__PURE__ */ t("br")
766
+ ], -1), Ra = {
767
+ class: "MsoNormal",
768
+ "data-custom-class": "body_text",
769
+ style: { "line-height": "1.5", "text-align": "left" }
770
+ }, za = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), La = /* @__PURE__ */ t("div", {
771
+ class: "MsoNormal",
772
+ style: { "line-height": "1.5", "text-align": "left" }
773
+ }, [
774
+ /* @__PURE__ */ t("br")
775
+ ], -1), Ca = /* @__PURE__ */ t("div", {
776
+ class: "MsoNormal",
777
+ "data-custom-class": "heading_2",
778
+ style: { "line-height": "1.5", "text-align": "left" }
779
+ }, [
780
+ /* @__PURE__ */ t("strong", null, "Restrictions")
781
+ ], -1), Da = /* @__PURE__ */ t("div", {
782
+ class: "MsoNormal",
783
+ style: { "line-height": "1.5", "text-align": "left" }
784
+ }, [
785
+ /* @__PURE__ */ t("br")
786
+ ], -1), Ua = {
787
+ class: "MsoNormal",
788
+ "data-custom-class": "body_text",
789
+ style: { "line-height": "1.5", "text-align": "left" }
790
+ }, Ya = /* @__PURE__ */ t("div", {
791
+ class: "MsoNormal",
792
+ style: { "line-height": "1.5", "text-align": "left" }
793
+ }, [
794
+ /* @__PURE__ */ t("br")
795
+ ], -1), Ha = {
796
+ class: "MsoNormal",
797
+ "data-custom-class": "heading_2",
798
+ style: { "line-height": "1.5", "text-align": "left" }
799
+ }, Pa = /* @__PURE__ */ t("strong", null, "Exceptions to Informal Negotiations and Arbitration", -1), Wa = /* @__PURE__ */ t("div", {
800
+ class: "MsoNormal",
801
+ style: { "line-height": "1.5", "text-align": "left" }
802
+ }, [
803
+ /* @__PURE__ */ t("br")
804
+ ], -1), Fa = {
805
+ class: "MsoNormal",
806
+ "data-custom-class": "body_text",
807
+ style: { "line-height": "1.5", "text-align": "left" }
808
+ }, ja = {
809
+ class: "MsoNormal",
810
+ style: { "line-height": "1.5", "text-align": "left" }
811
+ }, Va = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="corrections" style="line-height:1.5;text-align:left;"><strong><span style="font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">12.</span></strong></span></strong></span> </strong>CORRECTIONS</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;">There may be information on the Services that contains typographical errors, inaccuracies, or omissions, including descriptions, pricing, availability, and various other information. We reserve the right to correct any errors, inaccuracies, or omissions and to change or update the information on the Services at any time, without prior notice.</div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="disclaimer" style="line-height:1.5;text-align:left;"><span style="font-size:19px;color:rgb(0, 0, 0);"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">13.</span></strong></span></strong></span> DISCLAIMER</strong></span></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 7), Ba = {
812
+ class: "MsoNormal",
813
+ "data-custom-class": "body_text",
814
+ style: { "line-height": "1.5", "text-align": "left" }
815
+ }, Ga = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, qa = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="liability" style="line-height:1.5;text-align:left;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">14.</span></strong></span></strong></span> </strong>LIMITATIONS OF LIABILITY</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 3), Ka = {
816
+ class: "MsoNormal",
817
+ style: { "line-height": "1.5", "text-align": "left" }
818
+ }, Xa = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Ja = /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, "IN NO EVENT WILL WE OR OUR DIRECTORS, EMPLOYEES, OR AGENTS BE LIABLE TO YOU OR ANY THIRD PARTY FOR ANY DIRECT, INDIRECT, CONSEQUENTIAL, EXEMPLARY, INCIDENTAL, SPECIAL, OR PUNITIVE DAMAGES, INCLUDING LOST PROFIT, LOST REVENUE, LOSS OF DATA, OR OTHER DAMAGES ARISING FROM YOUR USE OF THE SERVICES, EVEN IF WE HAVE BEEN ADVISED OF THE POSSIBILITY OF SUCH DAMAGES.", -1), Qa = { "data-custom-class": "body_text" }, Za = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, $a = /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, ".", -1), ti = /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, "CERTAIN US STATE LAWS AND INTERNATIONAL LAWS DO NOT ALLOW LIMITATIONS ON IMPLIED WARRANTIES OR THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES. IF THESE LAWS APPLY TO YOU, SOME OR ALL OF THE ABOVE DISCLAIMERS OR LIMITATIONS MAY NOT APPLY TO YOU, AND YOU MAY HAVE ADDITIONAL RIGHTS.", -1), ei = /* @__PURE__ */ t("span", { "data-custom-class": "body_text" }, null, -1), si = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="indemnification" style="line-height:1.5;text-align:left;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">15.</span></strong></span></strong></span> </strong>INDEMNIFICATION</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 3), oi = {
819
+ class: "MsoNormal",
820
+ "data-custom-class": "body_text",
821
+ style: { "line-height": "1.5", "text-align": "left" }
822
+ }, ni = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, ai = /* @__PURE__ */ t("span", { style: { "font-size": "14.6667px" } }, "1", -1), ii = /* @__PURE__ */ t("span", { style: { "font-size": "14.6667px" } }, "2", -1), li = /* @__PURE__ */ t("span", { style: { "font-size": "14.6667px" } }, "3", -1), ri = /* @__PURE__ */ t("span", { style: { "font-size": "14.6667px" } }, "4", -1), ci = /* @__PURE__ */ t("span", { style: { "font-size": "14.6667px" } }, "5", -1), di = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="userdata" style="line-height:1.5;text-align:left;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">16.</span></strong></span></strong></span> </strong>USER DATA</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;color:#595959;mso-themecolor:text1;mso-themetint:166;">We will maintain certain data that you transmit to the Services for the purpose of managing the performance of the Services, as well as data relating to your use of the Services. Although we perform regular routine backups of data, you are solely responsible for all data that you transmit or that relates to any activity you have undertaken using the Services. You agree that we shall have no liability to you for any loss or corruption of any such data, and you hereby waive any right of action against us arising from any such loss or corruption of such data.</span></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="electronic" style="line-height:1.5;text-align:left;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">17.</span></strong></span></strong></span> </strong>ELECTRONIC COMMUNICATIONS, TRANSACTIONS, AND SIGNATURES</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;color:#595959;mso-themecolor:text1;mso-themetint:166;">Visiting the Services, sending us emails, and completing online forms constitute electronic communications. You consent to receive electronic communications, and you agree that all agreements, notices, disclosures, and other communications we provide to you electronically, via email and on the Services, satisfy any legal requirement that such communication be in writing. YOU HEREBY AGREE TO THE USE OF ELECTRONIC SIGNATURES, CONTRACTS, ORDERS, AND OTHER RECORDS, AND TO ELECTRONIC DELIVERY OF NOTICES, POLICIES, AND RECORDS OF TRANSACTIONS INITIATED OR COMPLETED BY US OR VIA THE SERVICES. You hereby waive any rights or requirements under any statutes, regulations, rules, ordinances, or other laws in any jurisdiction which require an original signature or delivery or retention of non-electronic records, or to payments or the granting of credits by any means other than electronic means.</span></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 9), hi = {
823
+ class: "MsoNormal",
824
+ style: { "line-height": "1.5", "text-align": "left" }
825
+ }, pi = /* @__PURE__ */ a('<div class="MsoNormal" data-custom-class="heading_1" id="misc" style="line-height:1.5;text-align:left;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">18.</span></strong></span></strong></span> </strong>MISCELLANEOUS</span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 2), mi = {
826
+ class: "MsoNormal",
827
+ "data-custom-class": "body_text",
828
+ style: { "line-height": "1.5", "text-align": "left" }
829
+ }, gi = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, yi = {
830
+ class: "MsoNormal",
831
+ style: { "line-height": "1.5", "text-align": "left" }
832
+ }, fi = /* @__PURE__ */ t("span", { style: { "font-size": "15px" } }, null, -1), ui = /* @__PURE__ */ a('<div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="heading_1" id="contact" style="line-height:1.5;text-align:left;"><strong><span style="line-height:115%;font-family:Arial;"><span style="font-size:19px;"><strong><span style="line-height:24.5333px;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;"><strong><span style="line-height:115%;font-family:Arial;font-size:19px;">19.</span></strong></span></strong></span> </strong>CONTACT US</span></span></strong></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div><div class="MsoNormal" data-custom-class="body_text" style="line-height:1.5;text-align:left;"><span style="font-size:11.0pt;line-height:115%;font-family:Arial;color:#595959;mso-themecolor:text1;mso-themetint:166;">In order to resolve a complaint regarding the Services or to receive further information regarding use of the Services, please contact us at:</span></div><div class="MsoNormal" style="line-height:1.5;text-align:left;"><br></div>', 5), _i = {
833
+ class: "MsoNormal",
834
+ "data-custom-class": "body_text",
835
+ style: { "line-height": "1.5", "text-align": "left" }
836
+ }, xi = { style: { "font-size": "15px" } }, bi = { style: { color: "rgb(89, 89, 89)" } }, vi = /* @__PURE__ */ t("strong", null, "hello@thecommunephuket.com", -1), Ni = {
837
+ class: "MsoNormal",
838
+ "data-custom-class": "body_text",
839
+ style: { "line-height": "1.5", "text-align": "left" }
840
+ }, wi = { style: { "font-size": "15px" } }, ki = { style: { color: "rgb(89, 89, 89)" } }, Ei = { style: { color: "rgb(89, 89, 89)" } }, Ti = {
841
+ class: "MsoNormal",
842
+ "data-custom-class": "body_text",
843
+ style: { "line-height": "1.5", "text-align": "left" }
844
+ }, Si = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Ai = {
845
+ class: "MsoNormal",
846
+ "data-custom-class": "body_text",
847
+ style: { "line-height": "1.5", "text-align": "left" }
848
+ }, Ii = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } }, Mi = {
849
+ class: "MsoNormal",
850
+ "data-custom-class": "body_text",
851
+ style: { "line-height": "1.5", "text-align": "left" }
852
+ }, Oi = { style: { "font-size": "11.0pt", "line-height": "115%", "font-family": "Arial", color: "#595959", "mso-themecolor": "text1", "mso-themetint": "166" } };
853
+ function Ri(zi, Li) {
854
+ const e = i("bdt");
855
+ return l(), r("div", h, [
856
+ t("div", p, [
857
+ t("div", m, [
858
+ g,
859
+ y,
860
+ t("div", f, [
861
+ u,
862
+ s(e, { class: "question" }, {
863
+ default: n(() => [
864
+ _
865
+ ]),
866
+ _: 1
867
+ })
868
+ ]),
869
+ x
870
+ ]),
871
+ b,
872
+ v,
873
+ t("div", N, [
874
+ t("div", w, [
875
+ t("span", k, [
876
+ o(" We are "),
877
+ s(e, {
878
+ class: "block-container question question-in-editor",
879
+ "data-id": "9d459c4e-c548-e5cb-7729-a118548965d2",
880
+ "data-type": "question"
881
+ }, {
882
+ default: n(() => [
883
+ o("NO MORE SNOW CO.,LTD.")
884
+ ]),
885
+ _: 1
886
+ }),
887
+ s(e, { class: "block-component" }),
888
+ o(" ( "),
889
+ s(e, { class: "block-component" }),
890
+ o(' "'),
891
+ E,
892
+ o('," "'),
893
+ T,
894
+ o('," "'),
895
+ S,
896
+ o('," "'),
897
+ A,
898
+ o('" '),
899
+ s(e, { class: "statement-end-if-in-editor" }),
900
+ o(" ) "),
901
+ t("span", I, [
902
+ t("span", M, [
903
+ t("span", O, [
904
+ s(e, { class: "question" }, {
905
+ default: n(() => [
906
+ s(e, { class: "block-component" }, {
907
+ default: n(() => [
908
+ o(".")
909
+ ]),
910
+ _: 1
911
+ })
912
+ ]),
913
+ _: 1
914
+ })
915
+ ]),
916
+ s(e, { class: "block-component" })
917
+ ])
918
+ ])
919
+ ])
920
+ ])
921
+ ]),
922
+ R,
923
+ t("div", z, [
924
+ t("div", L, [
925
+ t("span", C, [
926
+ o(" We operate "),
927
+ s(e, { class: "block-component" }),
928
+ s(e, { class: "block-component" }),
929
+ o(" , as well as any other related products and services that refer or link to these legal terms (the "),
930
+ s(e, { class: "block-component" }),
931
+ o(' "'),
932
+ D,
933
+ o('" '),
934
+ s(e, { class: "statement-end-if-in-editor" }),
935
+ o(" ) (collectively, the "),
936
+ s(e, { class: "block-component" }),
937
+ o(' "'),
938
+ U,
939
+ o('" '),
940
+ s(e, { class: "statement-end-if-in-editor" }),
941
+ o(" ). "),
942
+ s(e, { class: "block-component" })
943
+ ])
944
+ ]),
945
+ Y,
946
+ t("div", H, [
947
+ t("span", P, [
948
+ o(" You can contact us by "),
949
+ s(e, { class: "block-component" }, {
950
+ default: n(() => [
951
+ o(" email at "),
952
+ s(e, { class: "question" }, {
953
+ default: n(() => [
954
+ o("hello@thecommunephuket.com")
955
+ ]),
956
+ _: 1
957
+ }),
958
+ s(e, { class: "block-component" }),
959
+ o(" or by mail to "),
960
+ s(e, { class: "question" }, {
961
+ default: n(() => [
962
+ o("10/3 Laemsai Rd , Karon ,Mueang Phuket District, Phuket 83100.")
963
+ ]),
964
+ _: 1
965
+ })
966
+ ]),
967
+ _: 1
968
+ })
969
+ ])
970
+ ]),
971
+ W,
972
+ t("div", F, [
973
+ t("span", j, [
974
+ o(" These Legal Terms constitute a legally binding agreement made between you, whether personally or on behalf of an entity ( "),
975
+ s(e, { class: "block-component" }),
976
+ o(' "'),
977
+ V,
978
+ o('" '),
979
+ s(e, { class: "statement-end-if-in-editor" }),
980
+ o(" ), and "),
981
+ s(e, { class: "question" }, {
982
+ default: n(() => [
983
+ o("NO MORE SNOW CO.,LTD.")
984
+ ]),
985
+ _: 1
986
+ }),
987
+ o(" , concerning your access to and use of the Services. You agree that by accessing the Services, you have read, understood, and agreed to be bound by all of these Legal Terms. IF YOU DO NOT AGREE WITH ALL OF THESE LEGAL TERMS, THEN YOU ARE EXPRESSLY PROHIBITED FROM USING THE SERVICES AND YOU MUST DISCONTINUE USE IMMEDIATELY. "),
988
+ s(e, { class: "block-component" })
989
+ ])
990
+ ]),
991
+ B,
992
+ t("div", G, [
993
+ t("span", q, [
994
+ o(" Supplemental terms and conditions or documents that may be posted on the Services from time to time are hereby expressly incorporated herein by reference. We reserve the right, in our sole discretion, to make changes or modifications to these Legal Terms "),
995
+ s(e, { class: "block-component" }),
996
+ o(" at any time and for any reason "),
997
+ s(e, { class: "statement-end-if-in-editor" }),
998
+ o(" . We will alert you about any changes by updating the "),
999
+ s(e, { class: "block-component" }),
1000
+ o(' "Last updated" '),
1001
+ s(e, { class: "statement-end-if-in-editor" }),
1002
+ o(" date of these Legal Terms, and you waive any right to receive specific notice of each such change. It is your responsibility to periodically review these Legal Terms to stay informed of updates. You will be subject to, and will be deemed to have been made aware of and to have accepted, the changes in any revised Legal Terms by your continued use of the Services after the date such revised Legal Terms are posted. "),
1003
+ s(e, { class: "else-block" })
1004
+ ])
1005
+ ])
1006
+ ]),
1007
+ K,
1008
+ t("div", X, [
1009
+ t("div", J, [
1010
+ s(e, {
1011
+ class: "block-container if",
1012
+ "data-type": "if",
1013
+ id: "a2595956-7028-dbe5-123e-d3d3a93ed076"
1014
+ }, {
1015
+ default: n(() => [
1016
+ s(e, { "data-type": "conditional-block" }, {
1017
+ default: n(() => [
1018
+ s(e, { "data-type": "body" }, {
1019
+ default: n(() => [
1020
+ t("span", Q, [
1021
+ s(e, { class: "block-component" })
1022
+ ])
1023
+ ]),
1024
+ _: 1
1025
+ })
1026
+ ]),
1027
+ _: 1
1028
+ })
1029
+ ]),
1030
+ _: 1
1031
+ })
1032
+ ]),
1033
+ Z,
1034
+ t("div", $, [
1035
+ t("span", tt, [
1036
+ t("span", et, [
1037
+ s(e, { class: "block-component" })
1038
+ ])
1039
+ ]),
1040
+ st
1041
+ ]),
1042
+ t("div", ot, [
1043
+ t("a", nt, [
1044
+ t("span", at, [
1045
+ t("span", it, [
1046
+ s(e, { class: "block-component" }),
1047
+ s(e, { class: "block-component" }),
1048
+ s(e, { class: "statement-end-if-in-editor" })
1049
+ ])
1050
+ ])
1051
+ ]),
1052
+ lt
1053
+ ]),
1054
+ t("div", rt, [
1055
+ t("a", ct, [
1056
+ t("span", dt, [
1057
+ t("span", ht, [
1058
+ s(e, { class: "block-component" })
1059
+ ])
1060
+ ])
1061
+ ])
1062
+ ]),
1063
+ t("div", pt, [
1064
+ t("span", mt, [
1065
+ t("span", gt, [
1066
+ s(e, { class: "block-component" })
1067
+ ])
1068
+ ])
1069
+ ]),
1070
+ t("div", yt, [
1071
+ t("span", ft, [
1072
+ t("span", ut, [
1073
+ s(e, { class: "block-component" })
1074
+ ])
1075
+ ]),
1076
+ _t,
1077
+ o(),
1078
+ xt
1079
+ ]),
1080
+ t("div", bt, [
1081
+ t("a", vt, [
1082
+ t("span", Nt, [
1083
+ t("span", wt, [
1084
+ s(e, { class: "block-component" })
1085
+ ])
1086
+ ])
1087
+ ]),
1088
+ kt
1089
+ ]),
1090
+ Et,
1091
+ t("div", Tt, [
1092
+ t("a", St, [
1093
+ t("span", At, [
1094
+ t("span", It, [
1095
+ o(" 6. CONTRIBUTION "),
1096
+ s(e, { class: "block-component" }),
1097
+ o(" LICENSE "),
1098
+ s(e, { class: "statement-end-if-in-editor" })
1099
+ ])
1100
+ ])
1101
+ ]),
1102
+ Mt
1103
+ ]),
1104
+ t("div", Ot, [
1105
+ t("a", Rt, [
1106
+ t("span", zt, [
1107
+ t("span", Lt, [
1108
+ s(e, { class: "block-component" })
1109
+ ])
1110
+ ])
1111
+ ]),
1112
+ Ct
1113
+ ]),
1114
+ t("div", Dt, [
1115
+ t("a", Ut, [
1116
+ t("span", Yt, [
1117
+ t("span", Ht, [
1118
+ s(e, { class: "block-component" })
1119
+ ])
1120
+ ])
1121
+ ]),
1122
+ Pt
1123
+ ]),
1124
+ t("div", Wt, [
1125
+ t("a", Ft, [
1126
+ t("span", jt, [
1127
+ t("span", Vt, [
1128
+ s(e, { class: "block-component" })
1129
+ ])
1130
+ ])
1131
+ ]),
1132
+ Bt
1133
+ ]),
1134
+ t("div", Gt, [
1135
+ t("a", qt, [
1136
+ t("span", Kt, [
1137
+ t("span", Xt, [
1138
+ s(e, { class: "block-component" })
1139
+ ])
1140
+ ])
1141
+ ]),
1142
+ Jt
1143
+ ]),
1144
+ t("div", Qt, [
1145
+ t("a", Zt, [
1146
+ t("span", $t, [
1147
+ t("span", te, [
1148
+ s(e, { class: "block-component" })
1149
+ ])
1150
+ ])
1151
+ ]),
1152
+ ee
1153
+ ]),
1154
+ se,
1155
+ t("div", oe, [
1156
+ t("a", ne, [
1157
+ t("span", ae, [
1158
+ t("span", ie, [
1159
+ s(e, { class: "block-component" })
1160
+ ])
1161
+ ])
1162
+ ]),
1163
+ le
1164
+ ]),
1165
+ t("div", re, [
1166
+ t("a", ce, [
1167
+ t("span", de, [
1168
+ t("span", he, [
1169
+ s(e, { class: "block-component" })
1170
+ ])
1171
+ ])
1172
+ ]),
1173
+ pe
1174
+ ]),
1175
+ t("div", me, [
1176
+ t("a", ge, [
1177
+ t("span", ye, [
1178
+ t("span", fe, [
1179
+ s(e, { class: "block-component" })
1180
+ ])
1181
+ ])
1182
+ ])
1183
+ ]),
1184
+ t("div", ue, [
1185
+ t("span", _e, [
1186
+ t("span", xe, [
1187
+ s(e, { class: "block-component" })
1188
+ ])
1189
+ ]),
1190
+ be
1191
+ ]),
1192
+ ve,
1193
+ t("div", Ne, [
1194
+ t("a", we, [
1195
+ t("span", ke, [
1196
+ t("span", Ee, [
1197
+ s(e, { class: "block-component" })
1198
+ ])
1199
+ ])
1200
+ ]),
1201
+ Te
1202
+ ]),
1203
+ Se,
1204
+ t("div", Ae, [
1205
+ s(e, { class: "block-component" })
1206
+ ]),
1207
+ t("div", Ie, [
1208
+ s(e, { class: "block-component" })
1209
+ ]),
1210
+ t("div", Me, [
1211
+ s(e, { class: "block-component" })
1212
+ ]),
1213
+ t("div", Oe, [
1214
+ s(e, { class: "block-component" })
1215
+ ]),
1216
+ t("div", Re, [
1217
+ s(e, { class: "block-component" })
1218
+ ]),
1219
+ t("div", ze, [
1220
+ s(e, { class: "block-component" })
1221
+ ]),
1222
+ t("div", Le, [
1223
+ s(e, { class: "block-component" })
1224
+ ]),
1225
+ t("div", Ce, [
1226
+ s(e, { class: "block-component" })
1227
+ ]),
1228
+ t("div", De, [
1229
+ s(e, { class: "block-component" })
1230
+ ]),
1231
+ t("div", Ue, [
1232
+ s(e, { class: "block-component" })
1233
+ ]),
1234
+ Ye
1235
+ ]),
1236
+ t("div", He, [
1237
+ Pe,
1238
+ t("div", We, [
1239
+ t("span", Fe, [
1240
+ o(" The information provided when using the Services is not intended for distribution to or use by any person or entity in any jurisdiction or country where such distribution or use would be contrary to law or regulation or which would subject us to any registration requirement within such jurisdiction or country. Accordingly, those persons who choose to access the Services from other locations do so on their own initiative and are solely responsible for compliance with local laws, if and to the extent local laws are applicable. "),
1241
+ s(e, { class: "block-component" })
1242
+ ])
1243
+ ]),
1244
+ je
1245
+ ]),
1246
+ Ve,
1247
+ Be,
1248
+ t("div", Ge, [
1249
+ qe,
1250
+ Ke,
1251
+ t("div", Xe, [
1252
+ t("span", Je, [
1253
+ o(" We are the owner or the licensee of all intellectual property rights in our Services, including all source code, databases, functionality, software, website designs, audio, video, text, photographs, and graphics in the Services (collectively, the "),
1254
+ s(e, { class: "block-component" }),
1255
+ o(' "Content" '),
1256
+ s(e, { class: "statement-end-if-in-editor" }),
1257
+ o(" ), as well as the trademarks, service marks, and logos contained therein (the "),
1258
+ s(e, { class: "block-component" }),
1259
+ o(' "Marks" '),
1260
+ s(e, { class: "statement-end-if-in-editor" }),
1261
+ o(" ). ")
1262
+ ])
1263
+ ]),
1264
+ Qe,
1265
+ Ze,
1266
+ $e,
1267
+ t("div", ts, [
1268
+ t("span", es, [
1269
+ o(" The Content and Marks are provided in or through the Services "),
1270
+ s(e, { class: "block-component" }),
1271
+ o(' "AS IS" '),
1272
+ s(e, { class: "statement-end-if-in-editor" }),
1273
+ o(" for your "),
1274
+ s(e, { class: "block-component" }),
1275
+ o(" personal, non-commercial use or internal business purpose "),
1276
+ s(e, { class: "statement-end-if-in-editor" }),
1277
+ o(" only. ")
1278
+ ])
1279
+ ]),
1280
+ ss,
1281
+ os,
1282
+ ns,
1283
+ t("div", as, [
1284
+ t("span", is, [
1285
+ o(" Subject to your compliance with these Legal Terms, including the "),
1286
+ s(e, { class: "block-component" }),
1287
+ o(' " '),
1288
+ s(e, { class: "statement-end-if-in-editor" })
1289
+ ]),
1290
+ ls,
1291
+ t("span", rs, [
1292
+ s(e, { class: "block-component" }),
1293
+ o(' " '),
1294
+ s(e, { class: "statement-end-if-in-editor" }),
1295
+ o(" section below, we grant you a non-exclusive, non-transferable, revocable "),
1296
+ s(e, { class: "block-component" }),
1297
+ o(" license "),
1298
+ s(e, { class: "statement-end-if-in-editor" }),
1299
+ o(" to: ")
1300
+ ])
1301
+ ]),
1302
+ cs,
1303
+ t("div", ds, [
1304
+ t("span", hs, [
1305
+ o(" solely for your "),
1306
+ s(e, { class: "block-component" }),
1307
+ o(" personal, non-commercial use or internal business purpose "),
1308
+ s(e, { class: "statement-end-if-in-editor" }),
1309
+ o(" . ")
1310
+ ])
1311
+ ]),
1312
+ ps,
1313
+ ms,
1314
+ gs,
1315
+ t("div", ys, [
1316
+ t("span", fs, [
1317
+ o(" If you wish to make any use of the Services, Content, or Marks other than as set out in this section or elsewhere in our Legal Terms, please address your request to: "),
1318
+ s(e, { class: "question" }, {
1319
+ default: n(() => [
1320
+ o("hello@thecommunephuket.com")
1321
+ ]),
1322
+ _: 1
1323
+ }),
1324
+ o(" . If we ever grant you the permission to post, reproduce, or publicly display any part of our Services or Content, you must identify us as the owners or licensors of the Services, Content, or Marks and ensure that any copyright or proprietary notice appears or is visible on posting, reproducing, or displaying our Content. ")
1325
+ ])
1326
+ ])
1327
+ ]),
1328
+ us,
1329
+ t("div", _s, [
1330
+ xs,
1331
+ t("div", bs, [
1332
+ t("span", vs, [
1333
+ t("strong", null, [
1334
+ o(" Your submissions "),
1335
+ s(e, { class: "block-component" })
1336
+ ])
1337
+ ])
1338
+ ]),
1339
+ Ns,
1340
+ t("div", ws, [
1341
+ t("span", ks, [
1342
+ o(" Please review this section and the "),
1343
+ s(e, { class: "block-component" }),
1344
+ o(' " '),
1345
+ s(e, { class: "statement-end-if-in-editor" }),
1346
+ Es,
1347
+ s(e, { class: "block-component" }),
1348
+ o(' " '),
1349
+ s(e, { class: "statement-end-if-in-editor" }),
1350
+ o(" section carefully prior to using our Services to understand the (a) rights you give us and (b) obligations you have when you post or upload any content through the Services. ")
1351
+ ])
1352
+ ]),
1353
+ Ts,
1354
+ t("div", Ss, [
1355
+ t("span", As, [
1356
+ Is,
1357
+ o(" By directly sending us any question, comment, suggestion, idea, feedback, or other information about the Services ( "),
1358
+ s(e, { class: "block-component" }),
1359
+ o(' "Submissions" '),
1360
+ s(e, { class: "statement-end-if-in-editor" }),
1361
+ o(" ), you agree to assign to us all intellectual property rights in such Submission. You agree that we shall own this Submission and be entitled to its unrestricted use and dissemination for any lawful purpose, commercial or otherwise, without acknowledgment or compensation to you. "),
1362
+ s(e, { class: "block-component" })
1363
+ ])
1364
+ ]),
1365
+ Ms,
1366
+ t("div", Os, [
1367
+ t("span", Rs, [
1368
+ zs,
1369
+ o(" By sending us Submissions "),
1370
+ s(e, { class: "block-component" }),
1371
+ o(" through any part of the Services "),
1372
+ s(e, { class: "block-component" }),
1373
+ o(" you: ")
1374
+ ])
1375
+ ]),
1376
+ t("ul", null, [
1377
+ t("li", Ls, [
1378
+ t("span", Cs, [
1379
+ o(" confirm that you have read and agree with our "),
1380
+ s(e, { class: "block-component" }),
1381
+ o(' " '),
1382
+ s(e, { class: "statement-end-if-in-editor" })
1383
+ ]),
1384
+ Ds,
1385
+ t("span", Us, [
1386
+ s(e, { class: "block-component" }),
1387
+ o(' " '),
1388
+ s(e, { class: "statement-end-if-in-editor" }),
1389
+ o(" and will not post, send, publish, upload, or transmit through the Services any Submission "),
1390
+ s(e, { class: "block-component" }),
1391
+ o(" that is illegal, harassing, hateful, harmful, defamatory, obscene, bullying, abusive, discriminatory, threatening to any person or group, sexually explicit, false, inaccurate, deceitful, or misleading; ")
1392
+ ])
1393
+ ]),
1394
+ t("li", Ys, [
1395
+ t("span", Hs, [
1396
+ o(" to the extent permissible by applicable law, waive any and all moral rights to any such Submission "),
1397
+ s(e, { class: "block-component" }),
1398
+ o(" ; ")
1399
+ ])
1400
+ ]),
1401
+ t("li", Ps, [
1402
+ t("span", Ws, [
1403
+ o(" warrant that any such Submission "),
1404
+ s(e, { class: "block-component" }),
1405
+ o(" are original to you or that you have the necessary rights and "),
1406
+ s(e, { class: "block-component" }),
1407
+ o(" licenses "),
1408
+ s(e, { class: "statement-end-if-in-editor" }),
1409
+ o(" to submit such Submissions "),
1410
+ s(e, { class: "block-component" }),
1411
+ o(" and that you have full authority to grant us the above-mentioned rights in relation to your Submissions "),
1412
+ s(e, { class: "block-component" }),
1413
+ o(" ; and ")
1414
+ ])
1415
+ ]),
1416
+ t("li", Fs, [
1417
+ t("span", js, [
1418
+ o(" warrant and represent that your Submissions "),
1419
+ s(e, { class: "block-component" }),
1420
+ o(" do not constitute confidential information. ")
1421
+ ])
1422
+ ])
1423
+ ]),
1424
+ t("div", Vs, [
1425
+ o(" You are solely responsible for your Submissions "),
1426
+ s(e, { class: "block-component" }),
1427
+ o(" and you expressly agree to reimburse us for any and all losses that we may suffer because of your breach of (a) this section, (b) any third party’s intellectual property rights, or (c) applicable law. "),
1428
+ s(e, { class: "block-component" }),
1429
+ s(e, { class: "block-component" })
1430
+ ]),
1431
+ Bs
1432
+ ]),
1433
+ Gs,
1434
+ t("div", qs, [
1435
+ t("div", Ks, [
1436
+ Xs,
1437
+ s(e, {
1438
+ class: "block-container if",
1439
+ "data-type": "if",
1440
+ id: "d2d82ca8-275f-3f86-8149-8a5ef8054af6"
1441
+ }, {
1442
+ default: n(() => [
1443
+ s(e, { "data-type": "conditional-block" }, {
1444
+ default: n(() => [
1445
+ s(e, {
1446
+ class: "block-component",
1447
+ "data-record-question-key": "user_account_option",
1448
+ "data-type": "statement"
1449
+ }),
1450
+ o("   ")
1451
+ ]),
1452
+ _: 1
1453
+ }),
1454
+ Js,
1455
+ Qs,
1456
+ Zs,
1457
+ s(e, {
1458
+ class: "block-container if",
1459
+ "data-type": "if",
1460
+ id: "8d4c883b-bc2c-f0b4-da3e-6d0ee51aca13"
1461
+ }, {
1462
+ default: n(() => [
1463
+ s(e, { "data-type": "conditional-block" }, {
1464
+ default: n(() => [
1465
+ s(e, {
1466
+ class: "block-component",
1467
+ "data-record-question-key": "user_u13_option",
1468
+ "data-type": "statement"
1469
+ }),
1470
+ o("   ")
1471
+ ]),
1472
+ _: 1
1473
+ }),
1474
+ $s,
1475
+ to,
1476
+ t("span", eo, [
1477
+ o(" ) you are not a minor in the jurisdiction in which you reside "),
1478
+ s(e, {
1479
+ class: "block-container if",
1480
+ "data-type": "if",
1481
+ id: "76948fab-ec9e-266a-bb91-948929c050c9"
1482
+ }, {
1483
+ default: n(() => [
1484
+ s(e, { "data-type": "conditional-block" }, {
1485
+ default: n(() => [
1486
+ s(e, {
1487
+ class: "block-component",
1488
+ "data-record-question-key": "user_o18_option",
1489
+ "data-type": "statement"
1490
+ })
1491
+ ]),
1492
+ _: 1
1493
+ }),
1494
+ o(" ; ( ")
1495
+ ]),
1496
+ _: 1
1497
+ })
1498
+ ]),
1499
+ so,
1500
+ oo,
1501
+ no,
1502
+ t("span", ao, [
1503
+ o(" ) you will not use the Services for any illegal or "),
1504
+ s(e, { class: "block-component" }),
1505
+ o(" unauthorized "),
1506
+ s(e, { class: "statement-end-if-in-editor" }),
1507
+ o(" purpose; and ( ")
1508
+ ]),
1509
+ io,
1510
+ lo,
1511
+ ro
1512
+ ]),
1513
+ _: 1
1514
+ })
1515
+ ]),
1516
+ _: 1
1517
+ })
1518
+ ])
1519
+ ]),
1520
+ co,
1521
+ t("div", ho, [
1522
+ t("div", po, [
1523
+ t("div", mo, [
1524
+ go,
1525
+ t("div", yo, [
1526
+ s(e, { class: "block-component" })
1527
+ ])
1528
+ ]),
1529
+ t("div", fo, [
1530
+ s(e, { class: "block-component" }, {
1531
+ default: n(() => [
1532
+ uo
1533
+ ]),
1534
+ _: 1
1535
+ }),
1536
+ t("span", _o, [
1537
+ s(e, { class: "block-component" }),
1538
+ s(e, { class: "statement-end-if-in-editor" })
1539
+ ])
1540
+ ]),
1541
+ t("div", xo, [
1542
+ s(e, { class: "block-component" }, {
1543
+ default: n(() => [
1544
+ bo
1545
+ ]),
1546
+ _: 1
1547
+ })
1548
+ ]),
1549
+ t("div", vo, [
1550
+ s(e, { class: "block-component" }, {
1551
+ default: n(() => [
1552
+ No
1553
+ ]),
1554
+ _: 1
1555
+ })
1556
+ ]),
1557
+ t("div", wo, [
1558
+ s(e, { class: "block-component" }, {
1559
+ default: n(() => [
1560
+ ko
1561
+ ]),
1562
+ _: 1
1563
+ })
1564
+ ]),
1565
+ t("div", Eo, [
1566
+ s(e, { class: "block-component" })
1567
+ ]),
1568
+ t("div", To, [
1569
+ t("span", So, [
1570
+ s(e, {
1571
+ "data-type": "conditional-block",
1572
+ style: { color: "rgb(10, 54, 90)", "text-align": "left" }
1573
+ }, {
1574
+ default: n(() => [
1575
+ s(e, { "data-type": "body" }, {
1576
+ default: n(() => [
1577
+ Ao
1578
+ ]),
1579
+ _: 1
1580
+ })
1581
+ ]),
1582
+ _: 1
1583
+ })
1584
+ ]),
1585
+ Io
1586
+ ]),
1587
+ Mo,
1588
+ t("div", Oo, [
1589
+ t("div", Ro, [
1590
+ t("span", zo, [
1591
+ o(" You may not access or use the Services for any purpose other than that for which we make the Services available. The Services may not be used in connection with any commercial "),
1592
+ s(e, { class: "block-component" }),
1593
+ o(" endeavors "),
1594
+ s(e, { class: "statement-end-if-in-editor" }),
1595
+ o(" except those that are specifically endorsed or approved by us. ")
1596
+ ])
1597
+ ])
1598
+ ]),
1599
+ Lo,
1600
+ t("div", Co, [
1601
+ t("div", Do, [
1602
+ t("div", Uo, [
1603
+ Yo,
1604
+ t("ul", null, [
1605
+ Ho,
1606
+ t("li", Po, [
1607
+ t("span", Wo, [
1608
+ t("span", Fo, [
1609
+ t("span", jo, [
1610
+ t("span", Vo, [
1611
+ t("span", Bo, [
1612
+ o(" Engage in "),
1613
+ s(e, { class: "block-component" }),
1614
+ o(" unauthorized "),
1615
+ s(e, { class: "statement-end-if-in-editor" }),
1616
+ o(" framing of or linking to the Services. ")
1617
+ ])
1618
+ ])
1619
+ ])
1620
+ ])
1621
+ ])
1622
+ ]),
1623
+ Go,
1624
+ t("li", qo, [
1625
+ t("span", Ko, [
1626
+ t("span", Xo, [
1627
+ t("span", Jo, [
1628
+ t("span", Qo, [
1629
+ t("span", Zo, [
1630
+ o(" Upload or transmit (or attempt to upload or to transmit) any material that acts as a passive or active information collection or transmission mechanism, including without limitation, clear graphics interchange formats ( "),
1631
+ s(e, { class: "block-component" }),
1632
+ o(' "gifs" '),
1633
+ s(e, { class: "statement-end-if-in-editor" }),
1634
+ o(" ), 1×1 pixels, web bugs, cookies, or other similar devices (sometimes referred to as "),
1635
+ s(e, { class: "block-component" }),
1636
+ o(' "spyware" or "passive collection mechanisms" or "pcms" '),
1637
+ s(e, { class: "statement-end-if-in-editor" }),
1638
+ o(" ). ")
1639
+ ])
1640
+ ])
1641
+ ])
1642
+ ])
1643
+ ])
1644
+ ]),
1645
+ $o,
1646
+ t("li", tn, [
1647
+ t("span", en, [
1648
+ t("span", sn, [
1649
+ t("span", on, [
1650
+ t("span", nn, [
1651
+ t("span", an, [
1652
+ o(" Except as may be the result of standard search engine or Internet browser usage, use, launch, develop, or distribute any automated system, including without limitation, any spider, robot, cheat utility, scraper, or offline reader that accesses the Services, or use or launch any "),
1653
+ s(e, { class: "block-component" }),
1654
+ o(" unauthorized "),
1655
+ s(e, { class: "statement-end-if-in-editor" }),
1656
+ o(" script or other software. ")
1657
+ ])
1658
+ ])
1659
+ ])
1660
+ ])
1661
+ ])
1662
+ ]),
1663
+ ln,
1664
+ t("li", rn, [
1665
+ t("span", cn, [
1666
+ t("span", dn, [
1667
+ t("span", hn, [
1668
+ t("span", pn, [
1669
+ t("span", mn, [
1670
+ o(" Make any "),
1671
+ s(e, { class: "block-component" }),
1672
+ o(" unauthorized "),
1673
+ s(e, { class: "statement-end-if-in-editor" }),
1674
+ o(" use of the Services, including collecting usernames and/or email addresses of users by electronic or other means for the purpose of sending unsolicited email, or creating user accounts by automated means or under false "),
1675
+ s(e, { class: "block-component" }),
1676
+ o(" pretenses "),
1677
+ s(e, { class: "statement-end-if-in-editor" }),
1678
+ o(" . ")
1679
+ ])
1680
+ ])
1681
+ ])
1682
+ ])
1683
+ ])
1684
+ ]),
1685
+ t("li", gn, [
1686
+ t("span", yn, [
1687
+ t("span", fn, [
1688
+ t("span", un, [
1689
+ t("span", _n, [
1690
+ t("span", xn, [
1691
+ o(" Use the Services as part of any effort to compete with us or otherwise use the Services and/or the Content for any revenue-generating "),
1692
+ s(e, { class: "block-component" }),
1693
+ o(" endeavor "),
1694
+ s(e, { class: "statement-end-if-in-editor" }),
1695
+ o(" or commercial enterprise. ")
1696
+ ]),
1697
+ t("span", bn, [
1698
+ s(e, { class: "forloop-component" })
1699
+ ])
1700
+ ])
1701
+ ])
1702
+ ])
1703
+ ])
1704
+ ])
1705
+ ])
1706
+ ]),
1707
+ vn
1708
+ ]),
1709
+ t("div", Nn, [
1710
+ t("div", wn, [
1711
+ s(e, {
1712
+ class: "block-container if",
1713
+ "data-type": "if",
1714
+ style: { "text-align": "left" }
1715
+ }, {
1716
+ default: n(() => [
1717
+ s(e, { "data-type": "conditional-block" }, {
1718
+ default: n(() => [
1719
+ s(e, { "data-type": "body" }, {
1720
+ default: n(() => [
1721
+ kn
1722
+ ]),
1723
+ _: 1
1724
+ })
1725
+ ]),
1726
+ _: 1
1727
+ })
1728
+ ]),
1729
+ _: 1
1730
+ })
1731
+ ]),
1732
+ En,
1733
+ t("div", Tn, [
1734
+ s(e, {
1735
+ class: "block-container if",
1736
+ "data-type": "if",
1737
+ style: { "text-align": "left" }
1738
+ }, {
1739
+ default: n(() => [
1740
+ s(e, { "data-type": "conditional-block" }, {
1741
+ default: n(() => [
1742
+ s(e, { "data-type": "body" }, {
1743
+ default: n(() => [
1744
+ t("div", Sn, [
1745
+ t("span", An, [
1746
+ s(e, {
1747
+ class: "block-container if",
1748
+ "data-type": "if",
1749
+ id: "24327c5d-a34f-f7e7-88f1-65a2f788484f",
1750
+ style: { "text-align": "left" }
1751
+ }, {
1752
+ default: n(() => [
1753
+ s(e, { "data-type": "conditional-block" }, {
1754
+ default: n(() => [
1755
+ s(e, {
1756
+ class: "block-component",
1757
+ "data-record-question-key": "user_post_content_option",
1758
+ "data-type": "statement"
1759
+ }),
1760
+ t("span", In, [
1761
+ o(" The Services does not offer users to submit or post content. "),
1762
+ s(e, { class: "block-component" }),
1763
+ o(" We may provide you with the opportunity to create, submit, post, display, transmit, perform, publish, distribute, or broadcast content and materials to us or on the Services, including but not limited to text, writings, video, audio, photographs, graphics, comments, suggestions, or personal information or other material (collectively, "),
1764
+ s(e, { class: "block-component" }),
1765
+ o(' "Contributions" '),
1766
+ s(e, { class: "statement-end-if-in-editor" }),
1767
+ o(" ). Contributions may be viewable by other users of the Services and through third-party websites. "),
1768
+ s(e, { class: "block-component" }),
1769
+ o(" When you create or make available any Contributions, you thereby represent and warrant that: "),
1770
+ t("span", Mn, [
1771
+ s(e, { class: "statement-end-if-in-editor" }, {
1772
+ default: n(() => [
1773
+ s(e, { class: "block-component" })
1774
+ ]),
1775
+ _: 1
1776
+ })
1777
+ ])
1778
+ ])
1779
+ ]),
1780
+ _: 1
1781
+ })
1782
+ ]),
1783
+ _: 1
1784
+ })
1785
+ ])
1786
+ ])
1787
+ ]),
1788
+ _: 1
1789
+ })
1790
+ ]),
1791
+ _: 1
1792
+ })
1793
+ ]),
1794
+ _: 1
1795
+ })
1796
+ ]),
1797
+ On,
1798
+ t("div", Rn, [
1799
+ s(e, {
1800
+ class: "block-container if",
1801
+ "data-type": "if",
1802
+ style: { "text-align": "left" }
1803
+ }, {
1804
+ default: n(() => [
1805
+ s(e, { "data-type": "conditional-block" }, {
1806
+ default: n(() => [
1807
+ s(e, { "data-type": "body" }, {
1808
+ default: n(() => [
1809
+ t("div", zn, [
1810
+ t("strong", null, [
1811
+ t("span", Ln, [
1812
+ Cn,
1813
+ o("CONTRIBUTION "),
1814
+ s(e, { class: "block-component" }),
1815
+ o(" LICENSE "),
1816
+ s(e, { class: "statement-end-if-in-editor" })
1817
+ ])
1818
+ ])
1819
+ ])
1820
+ ]),
1821
+ _: 1
1822
+ })
1823
+ ]),
1824
+ _: 1
1825
+ })
1826
+ ]),
1827
+ _: 1
1828
+ })
1829
+ ]),
1830
+ Dn,
1831
+ t("div", Un, [
1832
+ s(e, {
1833
+ class: "block-container if",
1834
+ "data-type": "if",
1835
+ id: "a088ddfb-d8c1-9e58-6f21-958c3f4f0709",
1836
+ style: { "text-align": "left" }
1837
+ }, {
1838
+ default: n(() => [
1839
+ s(e, { "data-type": "conditional-block" }, {
1840
+ default: n(() => [
1841
+ s(e, {
1842
+ class: "block-component",
1843
+ "data-record-question-key": "user_post_content_option",
1844
+ "data-type": "statement"
1845
+ })
1846
+ ]),
1847
+ _: 1
1848
+ })
1849
+ ]),
1850
+ _: 1
1851
+ })
1852
+ ]),
1853
+ t("div", Yn, [
1854
+ t("span", Hn, [
1855
+ t("span", Pn, [
1856
+ o(" You and Services agree that we may access, store, process, and use any information and personal data that you provide "),
1857
+ s(e, { class: "block-component" }),
1858
+ o(" and your choices (including settings). ")
1859
+ ])
1860
+ ])
1861
+ ]),
1862
+ Wn,
1863
+ t("div", Fn, [
1864
+ t("span", jn, [
1865
+ o(" By submitting suggestions or other feedback regarding the Services, you agree that we can use and share such feedback for any purpose without compensation to you. "),
1866
+ s(e, { class: "block-component" })
1867
+ ])
1868
+ ]),
1869
+ Vn,
1870
+ t("div", Bn, [
1871
+ t("span", Gn, [
1872
+ o(" We do not assert any ownership over your Contributions. You retain full ownership of all of your Contributions and any intellectual property rights or other proprietary rights associated with your Contributions. We are not liable for any statements or representations in your Contributions provided by you in any area on the Services. You are solely responsible for your Contributions to the Services and you expressly agree to exonerate us from any and all responsibility and to refrain from any legal action against us regarding your Contributions. "),
1873
+ s(e, { class: "statement-end-if-in-editor" })
1874
+ ])
1875
+ ]),
1876
+ qn,
1877
+ t("div", Kn, [
1878
+ t("span", Xn, [
1879
+ t("span", Jn, [
1880
+ t("span", Qn, [
1881
+ s(e, {
1882
+ class: "block-container if",
1883
+ "data-type": "if",
1884
+ style: { "text-align": "left" }
1885
+ }, {
1886
+ default: n(() => [
1887
+ s(e, {
1888
+ class: "statement-end-if-in-editor",
1889
+ "data-type": "close"
1890
+ })
1891
+ ]),
1892
+ _: 1
1893
+ })
1894
+ ])
1895
+ ])
1896
+ ])
1897
+ ]),
1898
+ t("div", Zn, [
1899
+ s(e, {
1900
+ class: "block-container if",
1901
+ "data-type": "if",
1902
+ style: { "text-align": "left" }
1903
+ }, {
1904
+ default: n(() => [
1905
+ s(e, { "data-type": "conditional-block" }, {
1906
+ default: n(() => [
1907
+ s(e, {
1908
+ class: "block-component",
1909
+ "data-record-question-key": "review_option",
1910
+ "data-type": "statement"
1911
+ })
1912
+ ]),
1913
+ _: 1
1914
+ })
1915
+ ]),
1916
+ _: 1
1917
+ })
1918
+ ]),
1919
+ t("div", $n, [
1920
+ s(e, {
1921
+ class: "block-container if",
1922
+ "data-type": "if",
1923
+ style: { "text-align": "left" }
1924
+ }, {
1925
+ default: n(() => [
1926
+ s(e, { "data-type": "conditional-block" }, {
1927
+ default: n(() => [
1928
+ s(e, {
1929
+ class: "block-component",
1930
+ "data-record-question-key": "mobile_app_option",
1931
+ "data-type": "statement"
1932
+ })
1933
+ ]),
1934
+ _: 1
1935
+ })
1936
+ ]),
1937
+ _: 1
1938
+ })
1939
+ ]),
1940
+ t("div", ta, [
1941
+ s(e, {
1942
+ class: "block-container if",
1943
+ "data-type": "if",
1944
+ style: { "text-align": "left" }
1945
+ }, {
1946
+ default: n(() => [
1947
+ s(e, { "data-type": "conditional-block" }, {
1948
+ default: n(() => [
1949
+ s(e, {
1950
+ class: "block-component",
1951
+ "data-record-question-key": "socialnetwork_link_option",
1952
+ "data-type": "statement"
1953
+ })
1954
+ ]),
1955
+ _: 1
1956
+ })
1957
+ ]),
1958
+ _: 1
1959
+ })
1960
+ ])
1961
+ ]),
1962
+ t("div", ea, [
1963
+ s(e, {
1964
+ class: "block-container if",
1965
+ "data-type": "if",
1966
+ style: { "text-align": "left" }
1967
+ }, {
1968
+ default: n(() => [
1969
+ s(e, { "data-type": "conditional-block" }, {
1970
+ default: n(() => [
1971
+ s(e, {
1972
+ class: "block-component",
1973
+ "data-record-question-key": "3rd_party_option",
1974
+ "data-type": "statement"
1975
+ })
1976
+ ]),
1977
+ _: 1
1978
+ })
1979
+ ]),
1980
+ _: 1
1981
+ })
1982
+ ]),
1983
+ t("div", sa, [
1984
+ s(e, {
1985
+ class: "block-container if",
1986
+ "data-type": "if",
1987
+ style: { "text-align": "left" }
1988
+ }, {
1989
+ default: n(() => [
1990
+ s(e, { "data-type": "conditional-block" }, {
1991
+ default: n(() => [
1992
+ s(e, {
1993
+ class: "block-component",
1994
+ "data-record-question-key": "advertiser_option",
1995
+ "data-type": "statement"
1996
+ })
1997
+ ]),
1998
+ _: 1
1999
+ })
2000
+ ]),
2001
+ _: 1
2002
+ })
2003
+ ]),
2004
+ oa,
2005
+ t("div", na, [
2006
+ s(e, {
2007
+ class: "block-container if",
2008
+ "data-type": "if",
2009
+ style: { "text-align": "left" }
2010
+ }, {
2011
+ default: n(() => [
2012
+ s(e, { "data-type": "conditional-block" }, {
2013
+ default: n(() => [
2014
+ s(e, {
2015
+ class: "block-component",
2016
+ "data-record-question-key": "privacy_policy_option",
2017
+ "data-type": "statement"
2018
+ })
2019
+ ]),
2020
+ _: 1
2021
+ }),
2022
+ s(e, {
2023
+ class: "block-container if",
2024
+ "data-type": "if"
2025
+ }, {
2026
+ default: n(() => [
2027
+ s(e, { "data-type": "conditional-block" }, {
2028
+ default: n(() => [
2029
+ s(e, {
2030
+ class: "block-component",
2031
+ "data-record-question-key": "privacy_policy_followup",
2032
+ "data-type": "statement",
2033
+ style: { "font-size": "14.6667px" }
2034
+ })
2035
+ ]),
2036
+ _: 1
2037
+ })
2038
+ ]),
2039
+ _: 1
2040
+ })
2041
+ ]),
2042
+ _: 1
2043
+ })
2044
+ ]),
2045
+ t("div", aa, [
2046
+ s(e, {
2047
+ class: "block-container if",
2048
+ "data-type": "if",
2049
+ style: { "text-align": "left" }
2050
+ }, {
2051
+ default: n(() => [
2052
+ s(e, { "data-type": "conditional-block" }, {
2053
+ default: n(() => [
2054
+ s(e, {
2055
+ class: "block-component",
2056
+ "data-record-question-key": "copyright_agent_option",
2057
+ "data-type": "statement"
2058
+ }, {
2059
+ default: n(() => [
2060
+ s(e, { class: "block-component" })
2061
+ ]),
2062
+ _: 1
2063
+ })
2064
+ ]),
2065
+ _: 1
2066
+ })
2067
+ ]),
2068
+ _: 1
2069
+ })
2070
+ ]),
2071
+ t("div", ia, [
2072
+ s(e, { class: "block-component" })
2073
+ ]),
2074
+ la,
2075
+ t("div", ra, [
2076
+ t("span", ca, [
2077
+ o(" These Legal Terms shall remain in full force and effect while you use the Services. WITHOUT LIMITING ANY OTHER PROVISION OF THESE LEGAL TERMS, WE RESERVE THE RIGHT TO, IN OUR SOLE DISCRETION AND WITHOUT NOTICE OR LIABILITY, DENY ACCESS TO AND USE OF THE SERVICES (INCLUDING BLOCKING CERTAIN IP ADDRESSES), TO ANY PERSON FOR ANY REASON OR FOR NO REASON, INCLUDING WITHOUT LIMITATION FOR BREACH OF ANY REPRESENTATION, WARRANTY, OR COVENANT CONTAINED IN THESE LEGAL TERMS OR OF ANY APPLICABLE LAW OR REGULATION. WE MAY TERMINATE YOUR USE OR PARTICIPATION IN THE SERVICES OR DELETE "),
2078
+ s(e, {
2079
+ class: "block-container if",
2080
+ "data-type": "if",
2081
+ id: "a6e121c2-36b4-5066-bf9f-a0a33512e768"
2082
+ }, {
2083
+ default: n(() => [
2084
+ s(e, { "data-type": "conditional-block" }, {
2085
+ default: n(() => [
2086
+ s(e, {
2087
+ class: "block-component",
2088
+ "data-record-question-key": "user_account_option",
2089
+ "data-type": "statement"
2090
+ })
2091
+ ]),
2092
+ _: 1
2093
+ }),
2094
+ o(" ANY CONTENT OR INFORMATION THAT YOU POSTED AT ANY TIME, WITHOUT WARNING, IN OUR SOLE DISCRETION. ")
2095
+ ]),
2096
+ _: 1
2097
+ })
2098
+ ])
2099
+ ]),
2100
+ da,
2101
+ t("div", ha, [
2102
+ t("span", pa, [
2103
+ o(" We reserve the right to change, modify, or remove the contents of the Services at any time or for any reason at our sole discretion without notice. However, we have no obligation to update any information on our Services. "),
2104
+ s(e, { class: "block-component" }),
2105
+ o(" We will not be liable to you or any third party for any modification, price change, suspension, or discontinuance of the Services. ")
2106
+ ])
2107
+ ]),
2108
+ ma,
2109
+ t("div", ga, [
2110
+ t("span", ya, [
2111
+ s(e, { class: "block-component" })
2112
+ ])
2113
+ ]),
2114
+ t("div", fa, [
2115
+ t("span", ua, [
2116
+ o(" These Legal Terms shall be governed by and defined following the laws of "),
2117
+ s(e, { class: "block-component" }),
2118
+ s(e, { class: "question" }, {
2119
+ default: n(() => [
2120
+ o(" Kingdom of Thailand")
2121
+ ]),
2122
+ _: 1
2123
+ }),
2124
+ t("span", _a, [
2125
+ s(e, { class: "statement-end-if-in-editor" })
2126
+ ]),
2127
+ o(" . "),
2128
+ s(e, { class: "question" }, {
2129
+ default: n(() => [
2130
+ o("NO MORE SNOW CO.,LTD.")
2131
+ ]),
2132
+ _: 1
2133
+ }),
2134
+ o(" and yourself irrevocably consent that the courts of "),
2135
+ t("span", xa, [
2136
+ s(e, { class: "block-component" }),
2137
+ s(e, { class: "question" }, {
2138
+ default: n(() => [
2139
+ o(" Kingdom of Thailand")
2140
+ ]),
2141
+ _: 1
2142
+ }),
2143
+ t("span", ba, [
2144
+ s(e, { class: "statement-end-if-in-editor" })
2145
+ ])
2146
+ ]),
2147
+ o(" shall have exclusive jurisdiction to resolve any dispute which may arise in connection with these Legal Terms. "),
2148
+ s(e, { class: "statement-end-if-in-editor" })
2149
+ ])
2150
+ ]),
2151
+ va,
2152
+ t("div", Na, [
2153
+ s(e, { class: "block-component" })
2154
+ ]),
2155
+ t("div", wa, [
2156
+ s(e, { class: "block-component" })
2157
+ ]),
2158
+ ka,
2159
+ Ea,
2160
+ t("div", Ta, [
2161
+ t("span", Sa, [
2162
+ o(" To expedite resolution and control the cost of any dispute, controversy, or claim related to these Legal Terms (each a "),
2163
+ s(e, { class: "block-component" }),
2164
+ o(' "Dispute" and collectively, the "Disputes" '),
2165
+ s(e, { class: "statement-end-if-in-editor" }),
2166
+ o(" ) brought by either you or us (individually, a "),
2167
+ s(e, { class: "block-component" }),
2168
+ o(' "Party" and collectively, the "Parties" '),
2169
+ s(e, { class: "statement-end-if-in-editor" }),
2170
+ o(" ), the Parties agree to first attempt to negotiate any Dispute (except those Disputes expressly provided below) informally for at least "),
2171
+ s(e, { class: "question" }, {
2172
+ default: n(() => [
2173
+ o("30")
2174
+ ]),
2175
+ _: 1
2176
+ }),
2177
+ o(" days before initiating arbitration. Such informal negotiations commence upon written notice from one Party to the other Party. ")
2178
+ ])
2179
+ ]),
2180
+ Aa,
2181
+ t("div", Ia, [
2182
+ s(e, { class: "statement-end-if-in-editor" })
2183
+ ]),
2184
+ Ma,
2185
+ Oa,
2186
+ t("div", Ra, [
2187
+ s(e, { class: "block-component" }, {
2188
+ default: n(() => [
2189
+ za
2190
+ ]),
2191
+ _: 1
2192
+ })
2193
+ ]),
2194
+ La,
2195
+ Ca,
2196
+ Da,
2197
+ t("div", Ua, [
2198
+ o(" The Parties agree that any arbitration shall be limited to the Dispute between the Parties individually. To the full extent permitted by law, (a) no arbitration shall be joined with any other proceeding; (b) there is no right or authority for any Dispute to be arbitrated on a class-action basis or to "),
2199
+ s(e, { class: "block-component" }),
2200
+ o(" utilize "),
2201
+ s(e, { class: "statement-end-if-in-editor" }),
2202
+ o(" class action procedures; and (c) there is no right or authority for any Dispute to be brought in a purported representative capacity on behalf of the general public or any other persons. ")
2203
+ ]),
2204
+ Ya,
2205
+ t("div", Ha, [
2206
+ s(e, { class: "block-component" }),
2207
+ Pa,
2208
+ s(e, { class: "statement-end-if-in-editor" })
2209
+ ]),
2210
+ Wa,
2211
+ t("div", Fa, [
2212
+ s(e, { class: "block-component" }),
2213
+ o(" The Parties agree that the following Disputes are not subject to the above provisions concerning informal negotiations binding arbitration: (a) any Disputes seeking to enforce or protect, or concerning the validity of, any of the intellectual property rights of a Party; (b) any Dispute related to, or arising from, allegations of theft, piracy, invasion of privacy, or "),
2214
+ s(e, { class: "block-component" }),
2215
+ o(" unauthorized "),
2216
+ s(e, { class: "statement-end-if-in-editor" }),
2217
+ o(" use; and (c) any claim for injunctive relief. If this provision is found to be illegal or unenforceable, then neither Party will elect to arbitrate any Dispute falling within that portion of this provision found to be illegal or unenforceable and such Dispute shall be decided by a court of competent jurisdiction within the courts listed for jurisdiction above, and the Parties agree to submit to the personal jurisdiction of that court. "),
2218
+ s(e, { class: "statement-end-if-in-editor" })
2219
+ ]),
2220
+ t("div", ja, [
2221
+ s(e, { class: "statement-end-if-in-editor" }, {
2222
+ default: n(() => [
2223
+ s(e, { class: "statement-end-if-in-editor" })
2224
+ ]),
2225
+ _: 1
2226
+ })
2227
+ ]),
2228
+ Va,
2229
+ t("div", Ba, [
2230
+ t("span", Ga, [
2231
+ o(" THE SERVICES ARE PROVIDED ON AN AS-IS AND AS-AVAILABLE BASIS. YOU AGREE THAT YOUR USE OF THE SERVICES WILL BE AT YOUR SOLE RISK. TO THE FULLEST EXTENT PERMITTED BY LAW, WE DISCLAIM ALL WARRANTIES, EXPRESS OR IMPLIED, IN CONNECTION WITH THE SERVICES AND YOUR USE THEREOF, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, AND NON-INFRINGEMENT. WE MAKE NO WARRANTIES OR REPRESENTATIONS ABOUT THE ACCURACY OR COMPLETENESS OF THE SERVICES' CONTENT OR THE CONTENT OF ANY WEBSITES OR MOBILE APPLICATIONS LINKED TO THE SERVICES AND WE WILL ASSUME NO LIABILITY OR RESPONSIBILITY FOR ANY (1) ERRORS, MISTAKES, OR INACCURACIES OF CONTENT AND MATERIALS, (2) PERSONAL INJURY OR PROPERTY DAMAGE, OF ANY NATURE WHATSOEVER, RESULTING FROM YOUR ACCESS TO AND USE OF THE SERVICES, (3) ANY "),
2232
+ s(e, { class: "block-component" }),
2233
+ o(" UNAUTHORIZED "),
2234
+ s(e, { class: "statement-end-if-in-editor" }),
2235
+ o(" ACCESS TO OR USE OF OUR SECURE SERVERS AND/OR ANY AND ALL PERSONAL INFORMATION AND/OR FINANCIAL INFORMATION STORED THEREIN, (4) ANY INTERRUPTION OR CESSATION OF TRANSMISSION TO OR FROM THE SERVICES, (5) ANY BUGS, VIRUSES, TROJAN HORSES, OR THE LIKE WHICH MAY BE TRANSMITTED TO OR THROUGH THE SERVICES BY ANY THIRD PARTY, AND/OR (6) ANY ERRORS OR OMISSIONS IN ANY CONTENT AND MATERIALS OR FOR ANY LOSS OR DAMAGE OF ANY KIND INCURRED AS A RESULT OF THE USE OF ANY CONTENT POSTED, TRANSMITTED, OR OTHERWISE MADE AVAILABLE VIA THE SERVICES. WE DO NOT WARRANT, ENDORSE, GUARANTEE, OR ASSUME RESPONSIBILITY FOR ANY PRODUCT OR SERVICE ADVERTISED OR OFFERED BY A THIRD PARTY THROUGH THE SERVICES, ANY HYPERLINKED WEBSITE, OR ANY WEBSITE OR MOBILE APPLICATION FEATURED IN ANY BANNER OR OTHER ADVERTISING, AND WE WILL NOT BE A PARTY TO OR IN ANY WAY BE RESPONSIBLE FOR MONITORING ANY TRANSACTION BETWEEN YOU AND ANY THIRD-PARTY PROVIDERS OF PRODUCTS OR SERVICES. AS WITH THE PURCHASE OF A PRODUCT OR SERVICE THROUGH ANY MEDIUM OR IN ANY ENVIRONMENT, YOU SHOULD USE YOUR BEST "),
2236
+ s(e, { class: "block-component" }),
2237
+ o(" JUDGMENT "),
2238
+ s(e, { class: "statement-end-if-in-editor" }),
2239
+ o(" AND EXERCISE CAUTION WHERE APPROPRIATE. ")
2240
+ ])
2241
+ ]),
2242
+ qa,
2243
+ t("div", Ka, [
2244
+ t("span", Xa, [
2245
+ Ja,
2246
+ s(e, {
2247
+ class: "block-container if",
2248
+ "data-type": "if",
2249
+ id: "3c3071ce-c603-4812-b8ca-ac40b91b9943"
2250
+ }, {
2251
+ default: n(() => [
2252
+ t("span", Qa, [
2253
+ s(e, { "data-type": "conditional-block" }, {
2254
+ default: n(() => [
2255
+ s(e, {
2256
+ class: "block-component",
2257
+ "data-record-question-key": "limitations_liability_option",
2258
+ "data-type": "statement"
2259
+ }),
2260
+ s(e, { "data-type": "body" }, {
2261
+ default: n(() => [
2262
+ o(" NOTWITHSTANDING ANYTHING TO THE CONTRARY CONTAINED HEREIN, OUR LIABILITY TO YOU FOR ANY CAUSE WHATSOEVER AND REGARDLESS OF THE FORM OF THE ACTION, WILL AT ALL TIMES BE LIMITED TO "),
2263
+ s(e, {
2264
+ class: "block-container if",
2265
+ "data-type": "if",
2266
+ id: "73189d93-ed3a-d597-3efc-15956fa8e04e"
2267
+ }, {
2268
+ default: n(() => [
2269
+ s(e, { "data-type": "conditional-block" }, {
2270
+ default: n(() => [
2271
+ s(e, {
2272
+ class: "block-component",
2273
+ "data-record-question-key": "limitations_liability_option",
2274
+ "data-type": "statement"
2275
+ }),
2276
+ s(e, { "data-type": "body" }, {
2277
+ default: n(() => [
2278
+ o(" THE LESSER OF THE AMOUNT PAID, IF ANY, BY YOU TO US "),
2279
+ s(e, { "data-type": "conditional-block" }, {
2280
+ default: n(() => [
2281
+ s(e, {
2282
+ class: "block-component",
2283
+ "data-record-question-key": "limilation_liability_time_option",
2284
+ "data-type": "statement"
2285
+ }),
2286
+ o(" OR "),
2287
+ s(e, { class: "block-component" }),
2288
+ s(e, { class: "block-component" })
2289
+ ]),
2290
+ _: 1
2291
+ })
2292
+ ]),
2293
+ _: 1
2294
+ })
2295
+ ]),
2296
+ _: 1
2297
+ }),
2298
+ t("span", Za, [
2299
+ s(e, {
2300
+ class: "block-container if",
2301
+ "data-type": "if",
2302
+ id: "3c3071ce-c603-4812-b8ca-ac40b91b9943"
2303
+ }, {
2304
+ default: n(() => [
2305
+ s(e, {
2306
+ class: "statement-end-if-in-editor",
2307
+ "data-type": "close"
2308
+ }, {
2309
+ default: n(() => [
2310
+ $a
2311
+ ]),
2312
+ _: 1
2313
+ })
2314
+ ]),
2315
+ _: 1
2316
+ }),
2317
+ o("   ")
2318
+ ]),
2319
+ ti
2320
+ ]),
2321
+ _: 1
2322
+ })
2323
+ ]),
2324
+ _: 1
2325
+ })
2326
+ ]),
2327
+ _: 1
2328
+ })
2329
+ ]),
2330
+ s(e, {
2331
+ class: "statement-end-if-in-editor",
2332
+ "data-type": "close"
2333
+ }, {
2334
+ default: n(() => [
2335
+ ei
2336
+ ]),
2337
+ _: 1
2338
+ })
2339
+ ]),
2340
+ _: 1
2341
+ })
2342
+ ])
2343
+ ]),
2344
+ si,
2345
+ t("div", oi, [
2346
+ t("span", ni, [
2347
+ o(" You agree to defend, indemnify, and hold us harmless, including our subsidiaries, affiliates, and all of our respective officers, agents, partners, and employees, from and against any loss, damage, liability, claim, or demand, including reasonable attorneys’ fees and expenses, made by any third party due to or arising out of: "),
2348
+ s(e, {
2349
+ class: "block-container if",
2350
+ "data-type": "if",
2351
+ id: "475fffa5-05ca-def8-ac88-f426b238903c"
2352
+ }, {
2353
+ default: n(() => [
2354
+ s(e, { "data-type": "conditional-block" }, {
2355
+ default: n(() => [
2356
+ s(e, {
2357
+ class: "block-component",
2358
+ "data-record-question-key": "user_post_content_option",
2359
+ "data-type": "statement"
2360
+ })
2361
+ ]),
2362
+ _: 1
2363
+ }),
2364
+ o(" ("),
2365
+ ai,
2366
+ o(") use of the Services; ("),
2367
+ ii,
2368
+ o(") breach of these Legal Terms; ("),
2369
+ li,
2370
+ o(") any breach of your representations and warranties set forth in these Legal Terms; ("),
2371
+ ri,
2372
+ o(") your violation of the rights of a third party, including but not limited to intellectual property rights; or ("),
2373
+ ci,
2374
+ o(") any overt harmful act toward any other user of the Services with whom you connected via the Services. Notwithstanding the foregoing, we reserve the right, at your expense, to assume the exclusive "),
2375
+ s(e, { class: "block-component" }),
2376
+ o(" defense "),
2377
+ s(e, { class: "statement-end-if-in-editor" }),
2378
+ o(" and control of any matter for which you are required to indemnify us, and you agree to cooperate, at your expense, with our "),
2379
+ s(e, { class: "block-component" }),
2380
+ o(" defense "),
2381
+ s(e, { class: "statement-end-if-in-editor" }),
2382
+ o(" of such claims. We will use reasonable efforts to notify you of any such claim, action, or proceeding which is subject to this indemnification upon becoming aware of it. ")
2383
+ ]),
2384
+ _: 1
2385
+ })
2386
+ ])
2387
+ ]),
2388
+ di,
2389
+ t("div", hi, [
2390
+ s(e, { class: "block-component" })
2391
+ ]),
2392
+ pi,
2393
+ t("div", mi, [
2394
+ t("span", gi, [
2395
+ o(" These Legal Terms and any policies or operating rules posted by us on the Services or in respect to the Services constitute the entire agreement and understanding between you and us. Our failure to exercise or enforce any right or provision of these Legal Terms shall not operate as a waiver of such right or provision. These Legal Terms operate to the fullest extent permissible by law. We may assign any or all of our rights and obligations to others at any time. We shall not be responsible or liable for any loss, damage, delay, or failure to act caused by any cause beyond our reasonable control. If any provision or part of a provision of these Legal Terms is determined to be unlawful, void, or unenforceable, that provision or part of the provision is deemed severable from these Legal Terms and does not affect the validity and enforceability of any remaining provisions. There is no joint venture, partnership, employment or agency relationship created between you and us as a result of these Legal Terms or use of the Services. You agree that these Legal Terms will not be construed against us by virtue of having drafted them. You hereby waive any and all "),
2396
+ s(e, { class: "block-component" }),
2397
+ o(" defenses "),
2398
+ s(e, { class: "statement-end-if-in-editor" }),
2399
+ o(" you may have based on the electronic form of these Legal Terms and the lack of signing by the parties hereto to execute these Legal Terms. ")
2400
+ ])
2401
+ ]),
2402
+ t("div", yi, [
2403
+ s(e, { class: "block-component" }, {
2404
+ default: n(() => [
2405
+ fi
2406
+ ]),
2407
+ _: 1
2408
+ })
2409
+ ]),
2410
+ ui,
2411
+ t("div", _i, [
2412
+ t("span", xi, [
2413
+ t("span", bi, [
2414
+ s(e, { class: "question" }, {
2415
+ default: n(() => [
2416
+ vi
2417
+ ]),
2418
+ _: 1
2419
+ }),
2420
+ t("strong", null, [
2421
+ s(e, { class: "block-component" })
2422
+ ])
2423
+ ]),
2424
+ t("strong", null, [
2425
+ s(e, { class: "block-component" })
2426
+ ])
2427
+ ])
2428
+ ]),
2429
+ t("div", Ni, [
2430
+ t("strong", null, [
2431
+ t("span", wi, [
2432
+ t("strong", null, [
2433
+ t("span", ki, [
2434
+ s(e, { class: "question" }, {
2435
+ default: n(() => [
2436
+ o("+660803202142")
2437
+ ]),
2438
+ _: 1
2439
+ }),
2440
+ s(e, { class: "block-component" }),
2441
+ s(e, { class: "block-component" })
2442
+ ])
2443
+ ]),
2444
+ t("strong", null, [
2445
+ t("span", Ei, [
2446
+ s(e, { class: "block-component" })
2447
+ ])
2448
+ ])
2449
+ ])
2450
+ ])
2451
+ ]),
2452
+ t("div", Ti, [
2453
+ t("strong", null, [
2454
+ t("strong", null, [
2455
+ t("span", Si, [
2456
+ t("strong", null, [
2457
+ s(e, { class: "block-component" })
2458
+ ])
2459
+ ])
2460
+ ])
2461
+ ])
2462
+ ]),
2463
+ t("div", Ai, [
2464
+ t("strong", null, [
2465
+ t("strong", null, [
2466
+ t("span", Ii, [
2467
+ t("strong", null, [
2468
+ s(e, { class: "block-component" })
2469
+ ])
2470
+ ])
2471
+ ])
2472
+ ])
2473
+ ]),
2474
+ t("div", Mi, [
2475
+ t("strong", null, [
2476
+ t("span", Oi, [
2477
+ t("strong", null, [
2478
+ s(e, { class: "question" }, {
2479
+ default: n(() => [
2480
+ o("10/3 Laemsai Rd , Karon ,Mueang Phuket District, Phuket 83100 ")
2481
+ ]),
2482
+ _: 1
2483
+ })
2484
+ ])
2485
+ ])
2486
+ ])
2487
+ ])
2488
+ ])
2489
+ ])
2490
+ ])
2491
+ ])
2492
+ ]);
2493
+ }
2494
+ const Ui = /* @__PURE__ */ c(d, [["render", Ri]]);
2495
+ export {
2496
+ Ui as default
2497
+ };