@ecopages/radiant 0.3.0-alpha.16 → 0.3.0-alpha.18

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (356) hide show
  1. package/package.json +101 -127
  2. package/README.md +0 -315
  3. package/dist/LICENSE +0 -21
  4. package/dist/package.json +0 -206
  5. package/size-budget.json +0 -25
  6. /package/{dist/client → client}/app-bootstrap.d.ts +0 -0
  7. /package/{dist/client → client}/app-bootstrap.js +0 -0
  8. /package/{dist/client → client}/app-bootstrap.js.map +0 -0
  9. /package/{dist/client → client}/hydrator.d.ts +0 -0
  10. /package/{dist/client → client}/hydrator.js +0 -0
  11. /package/{dist/client → client}/hydrator.js.map +0 -0
  12. /package/{dist/client → client}/install-hydrator.d.ts +0 -0
  13. /package/{dist/client → client}/install-hydrator.js +0 -0
  14. /package/{dist/client → client}/install-hydrator.js.map +0 -0
  15. /package/{dist/context → context}/context-consumer-bootstrap.d.ts +0 -0
  16. /package/{dist/context → context}/context-consumer-bootstrap.js +0 -0
  17. /package/{dist/context → context}/context-consumer-bootstrap.js.map +0 -0
  18. /package/{dist/context → context}/context-consumer-runtime.d.ts +0 -0
  19. /package/{dist/context → context}/context-consumer-runtime.js +0 -0
  20. /package/{dist/context → context}/context-consumer-runtime.js.map +0 -0
  21. /package/{dist/context → context}/context-host.d.ts +0 -0
  22. /package/{dist/context → context}/context-host.js +0 -0
  23. /package/{dist/context → context}/context-host.js.map +0 -0
  24. /package/{dist/context → context}/context-provider.d.ts +0 -0
  25. /package/{dist/context → context}/context-provider.js +0 -0
  26. /package/{dist/context → context}/context-provider.js.map +0 -0
  27. /package/{dist/context → context}/context-ssr-bridge.d.ts +0 -0
  28. /package/{dist/context → context}/context-ssr-bridge.js +0 -0
  29. /package/{dist/context → context}/context-ssr-bridge.js.map +0 -0
  30. /package/{dist/context → context}/create-context.d.ts +0 -0
  31. /package/{dist/context → context}/create-context.js +0 -0
  32. /package/{dist/context → context}/create-context.js.map +0 -0
  33. /package/{dist/context → context}/decorators/consume-context.d.ts +0 -0
  34. /package/{dist/context → context}/decorators/consume-context.js +0 -0
  35. /package/{dist/context → context}/decorators/consume-context.js.map +0 -0
  36. /package/{dist/context → context}/decorators/context-selection-delivery.d.ts +0 -0
  37. /package/{dist/context → context}/decorators/context-selection-delivery.js +0 -0
  38. /package/{dist/context → context}/decorators/context-selection-delivery.js.map +0 -0
  39. /package/{dist/context → context}/decorators/context-selector.d.ts +0 -0
  40. /package/{dist/context → context}/decorators/context-selector.js +0 -0
  41. /package/{dist/context → context}/decorators/context-selector.js.map +0 -0
  42. /package/{dist/context → context}/decorators/legacy/consume-context.d.ts +0 -0
  43. /package/{dist/context → context}/decorators/legacy/consume-context.js +0 -0
  44. /package/{dist/context → context}/decorators/legacy/consume-context.js.map +0 -0
  45. /package/{dist/context → context}/decorators/legacy/context-selector-field.d.ts +0 -0
  46. /package/{dist/context → context}/decorators/legacy/context-selector-field.js +0 -0
  47. /package/{dist/context → context}/decorators/legacy/context-selector-field.js.map +0 -0
  48. /package/{dist/context → context}/decorators/legacy/context-selector.d.ts +0 -0
  49. /package/{dist/context → context}/decorators/legacy/context-selector.js +0 -0
  50. /package/{dist/context → context}/decorators/legacy/context-selector.js.map +0 -0
  51. /package/{dist/context → context}/decorators/legacy/provide-context.d.ts +0 -0
  52. /package/{dist/context → context}/decorators/legacy/provide-context.js +0 -0
  53. /package/{dist/context → context}/decorators/legacy/provide-context.js.map +0 -0
  54. /package/{dist/context → context}/decorators/on-context-update.d.ts +0 -0
  55. /package/{dist/context → context}/decorators/on-context-update.js +0 -0
  56. /package/{dist/context → context}/decorators/on-context-update.js.map +0 -0
  57. /package/{dist/context → context}/decorators/provide-context.d.ts +0 -0
  58. /package/{dist/context → context}/decorators/provide-context.js +0 -0
  59. /package/{dist/context → context}/decorators/provide-context.js.map +0 -0
  60. /package/{dist/context → context}/decorators/standard/consume-context.d.ts +0 -0
  61. /package/{dist/context → context}/decorators/standard/consume-context.js +0 -0
  62. /package/{dist/context → context}/decorators/standard/consume-context.js.map +0 -0
  63. /package/{dist/context → context}/decorators/standard/context-selector-field.d.ts +0 -0
  64. /package/{dist/context → context}/decorators/standard/context-selector-field.js +0 -0
  65. /package/{dist/context → context}/decorators/standard/context-selector-field.js.map +0 -0
  66. /package/{dist/context → context}/decorators/standard/context-selector.d.ts +0 -0
  67. /package/{dist/context → context}/decorators/standard/context-selector.js +0 -0
  68. /package/{dist/context → context}/decorators/standard/context-selector.js.map +0 -0
  69. /package/{dist/context → context}/decorators/standard/provide-context.d.ts +0 -0
  70. /package/{dist/context → context}/decorators/standard/provide-context.js +0 -0
  71. /package/{dist/context → context}/decorators/standard/provide-context.js.map +0 -0
  72. /package/{dist/context → context}/events.d.ts +0 -0
  73. /package/{dist/context → context}/events.js +0 -0
  74. /package/{dist/context → context}/events.js.map +0 -0
  75. /package/{dist/context → context}/hydration-script.d.ts +0 -0
  76. /package/{dist/context → context}/hydration-script.js +0 -0
  77. /package/{dist/context → context}/hydration-script.js.map +0 -0
  78. /package/{dist/context → context}/index.d.ts +0 -0
  79. /package/{dist/context → context}/index.js +0 -0
  80. /package/{dist/context → context}/index.js.map +0 -0
  81. /package/{dist/context → context}/types.d.ts +0 -0
  82. /package/{dist/context → context}/types.js +0 -0
  83. /package/{dist/context → context}/types.js.map +0 -0
  84. /package/{dist/controller-registry.d.ts → controller-registry.d.ts} +0 -0
  85. /package/{dist/controller-registry.js → controller-registry.js} +0 -0
  86. /package/{dist/controller-registry.js.map → controller-registry.js.map} +0 -0
  87. /package/{dist/core → core}/controller-metadata.d.ts +0 -0
  88. /package/{dist/core → core}/controller-metadata.js +0 -0
  89. /package/{dist/core → core}/controller-metadata.js.map +0 -0
  90. /package/{dist/core → core}/custom-element-metadata.d.ts +0 -0
  91. /package/{dist/core → core}/custom-element-metadata.js +0 -0
  92. /package/{dist/core → core}/custom-element-metadata.js.map +0 -0
  93. /package/{dist/core → core}/hydration-codec.d.ts +0 -0
  94. /package/{dist/core → core}/hydration-codec.js +0 -0
  95. /package/{dist/core → core}/hydration-codec.js.map +0 -0
  96. /package/{dist/core → core}/radiant-controller.d.ts +0 -0
  97. /package/{dist/core → core}/radiant-controller.js +0 -0
  98. /package/{dist/core → core}/radiant-controller.js.map +0 -0
  99. /package/{dist/core → core}/radiant-element-ssr-host.d.ts +0 -0
  100. /package/{dist/core → core}/radiant-element-ssr-host.js +0 -0
  101. /package/{dist/core → core}/radiant-element-ssr-host.js.map +0 -0
  102. /package/{dist/core → core}/radiant-element-ssr-registry.d.ts +0 -0
  103. /package/{dist/core → core}/radiant-element-ssr-registry.js +0 -0
  104. /package/{dist/core → core}/radiant-element-ssr-registry.js.map +0 -0
  105. /package/{dist/core → core}/radiant-element-ssr-service.d.ts +0 -0
  106. /package/{dist/core → core}/radiant-element-ssr-service.js +0 -0
  107. /package/{dist/core → core}/radiant-element-ssr-service.js.map +0 -0
  108. /package/{dist/core → core}/radiant-element.d.ts +0 -0
  109. /package/{dist/core → core}/radiant-element.js +0 -0
  110. /package/{dist/core → core}/radiant-element.js.map +0 -0
  111. /package/{dist/core → core}/radiant-hydrator-state.d.ts +0 -0
  112. /package/{dist/core → core}/radiant-hydrator-state.js +0 -0
  113. /package/{dist/core → core}/radiant-hydrator-state.js.map +0 -0
  114. /package/{dist/core → core}/reactive-host.d.ts +0 -0
  115. /package/{dist/core → core}/reactive-host.js +0 -0
  116. /package/{dist/core → core}/reactive-host.js.map +0 -0
  117. /package/{dist/core → core}/reactive-jsx-value.d.ts +0 -0
  118. /package/{dist/core → core}/reactive-jsx-value.js +0 -0
  119. /package/{dist/core → core}/reactive-jsx-value.js.map +0 -0
  120. /package/{dist/core → core}/reactive-prop-core.d.ts +0 -0
  121. /package/{dist/core → core}/reactive-prop-core.js +0 -0
  122. /package/{dist/core → core}/reactive-prop-core.js.map +0 -0
  123. /package/{dist/core → core}/reactive-prop-metadata.d.ts +0 -0
  124. /package/{dist/core → core}/reactive-prop-metadata.js +0 -0
  125. /package/{dist/core → core}/reactive-prop-metadata.js.map +0 -0
  126. /package/{dist/core → core}/reactivity-adapter.d.ts +0 -0
  127. /package/{dist/core → core}/reactivity-adapter.js +0 -0
  128. /package/{dist/core → core}/reactivity-adapter.js.map +0 -0
  129. /package/{dist/core → core}/reactivity-contract.d.ts +0 -0
  130. /package/{dist/core → core}/reactivity-contract.js +0 -0
  131. /package/{dist/core → core}/reactivity-contract.js.map +0 -0
  132. /package/{dist/core → core}/reactivity-runtime.d.ts +0 -0
  133. /package/{dist/core → core}/reactivity-runtime.js +0 -0
  134. /package/{dist/core → core}/reactivity-runtime.js.map +0 -0
  135. /package/{dist/core → core}/reactivity-signals.d.ts +0 -0
  136. /package/{dist/core → core}/reactivity-signals.js +0 -0
  137. /package/{dist/core → core}/reactivity-signals.js.map +0 -0
  138. /package/{dist/core → core}/render-runtime.d.ts +0 -0
  139. /package/{dist/core → core}/render-runtime.js +0 -0
  140. /package/{dist/core → core}/render-runtime.js.map +0 -0
  141. /package/{dist/core → core}/slot-projection-runtime.d.ts +0 -0
  142. /package/{dist/core → core}/slot-projection-runtime.js +0 -0
  143. /package/{dist/core → core}/slot-projection-runtime.js.map +0 -0
  144. /package/{dist/core → core}/ssr-hydration-binding.d.ts +0 -0
  145. /package/{dist/core → core}/ssr-hydration-binding.js +0 -0
  146. /package/{dist/core → core}/ssr-hydration-binding.js.map +0 -0
  147. /package/{dist/core → core}/ssr-preparation.d.ts +0 -0
  148. /package/{dist/core → core}/ssr-preparation.js +0 -0
  149. /package/{dist/core → core}/ssr-preparation.js.map +0 -0
  150. /package/{dist/decorators → decorators}/attr.d.ts +0 -0
  151. /package/{dist/decorators → decorators}/attr.js +0 -0
  152. /package/{dist/decorators → decorators}/attr.js.map +0 -0
  153. /package/{dist/decorators → decorators}/bound.d.ts +0 -0
  154. /package/{dist/decorators → decorators}/bound.js +0 -0
  155. /package/{dist/decorators → decorators}/bound.js.map +0 -0
  156. /package/{dist/decorators → decorators}/bridge.d.ts +0 -0
  157. /package/{dist/decorators → decorators}/bridge.js +0 -0
  158. /package/{dist/decorators → decorators}/bridge.js.map +0 -0
  159. /package/{dist/decorators → decorators}/controller.d.ts +0 -0
  160. /package/{dist/decorators → decorators}/controller.js +0 -0
  161. /package/{dist/decorators → decorators}/controller.js.map +0 -0
  162. /package/{dist/decorators → decorators}/custom-element.d.ts +0 -0
  163. /package/{dist/decorators → decorators}/custom-element.js +0 -0
  164. /package/{dist/decorators → decorators}/custom-element.js.map +0 -0
  165. /package/{dist/decorators → decorators}/debounce.d.ts +0 -0
  166. /package/{dist/decorators → decorators}/debounce.js +0 -0
  167. /package/{dist/decorators → decorators}/debounce.js.map +0 -0
  168. /package/{dist/decorators → decorators}/event.d.ts +0 -0
  169. /package/{dist/decorators → decorators}/event.js +0 -0
  170. /package/{dist/decorators → decorators}/event.js.map +0 -0
  171. /package/{dist/decorators → decorators}/legacy/attr.d.ts +0 -0
  172. /package/{dist/decorators → decorators}/legacy/attr.js +0 -0
  173. /package/{dist/decorators → decorators}/legacy/attr.js.map +0 -0
  174. /package/{dist/decorators → decorators}/legacy/bound.d.ts +0 -0
  175. /package/{dist/decorators → decorators}/legacy/bound.js +0 -0
  176. /package/{dist/decorators → decorators}/legacy/bound.js.map +0 -0
  177. /package/{dist/decorators → decorators}/legacy/custom-element.d.ts +0 -0
  178. /package/{dist/decorators → decorators}/legacy/custom-element.js +0 -0
  179. /package/{dist/decorators → decorators}/legacy/custom-element.js.map +0 -0
  180. /package/{dist/decorators → decorators}/legacy/debounce.d.ts +0 -0
  181. /package/{dist/decorators → decorators}/legacy/debounce.js +0 -0
  182. /package/{dist/decorators → decorators}/legacy/debounce.js.map +0 -0
  183. /package/{dist/decorators → decorators}/legacy/event.d.ts +0 -0
  184. /package/{dist/decorators → decorators}/legacy/event.js +0 -0
  185. /package/{dist/decorators → decorators}/legacy/event.js.map +0 -0
  186. /package/{dist/decorators → decorators}/legacy/instance-initializers.d.ts +0 -0
  187. /package/{dist/decorators → decorators}/legacy/instance-initializers.js +0 -0
  188. /package/{dist/decorators → decorators}/legacy/instance-initializers.js.map +0 -0
  189. /package/{dist/decorators → decorators}/legacy/on-event.d.ts +0 -0
  190. /package/{dist/decorators → decorators}/legacy/on-event.js +0 -0
  191. /package/{dist/decorators → decorators}/legacy/on-event.js.map +0 -0
  192. /package/{dist/decorators → decorators}/legacy/on-updated.d.ts +0 -0
  193. /package/{dist/decorators → decorators}/legacy/on-updated.js +0 -0
  194. /package/{dist/decorators → decorators}/legacy/on-updated.js.map +0 -0
  195. /package/{dist/decorators → decorators}/legacy/query-slot.d.ts +0 -0
  196. /package/{dist/decorators → decorators}/legacy/query-slot.js +0 -0
  197. /package/{dist/decorators → decorators}/legacy/query-slot.js.map +0 -0
  198. /package/{dist/decorators → decorators}/legacy/query.d.ts +0 -0
  199. /package/{dist/decorators → decorators}/legacy/query.js +0 -0
  200. /package/{dist/decorators → decorators}/legacy/query.js.map +0 -0
  201. /package/{dist/decorators → decorators}/legacy/reactive-field.d.ts +0 -0
  202. /package/{dist/decorators → decorators}/legacy/reactive-field.js +0 -0
  203. /package/{dist/decorators → decorators}/legacy/reactive-field.js.map +0 -0
  204. /package/{dist/decorators → decorators}/legacy/reactive-prop.d.ts +0 -0
  205. /package/{dist/decorators → decorators}/legacy/reactive-prop.js +0 -0
  206. /package/{dist/decorators → decorators}/legacy/reactive-prop.js.map +0 -0
  207. /package/{dist/decorators → decorators}/legacy/signal.d.ts +0 -0
  208. /package/{dist/decorators → decorators}/legacy/signal.js +0 -0
  209. /package/{dist/decorators → decorators}/legacy/signal.js.map +0 -0
  210. /package/{dist/decorators → decorators}/on-event.d.ts +0 -0
  211. /package/{dist/decorators → decorators}/on-event.js +0 -0
  212. /package/{dist/decorators → decorators}/on-event.js.map +0 -0
  213. /package/{dist/decorators → decorators}/on-updated.d.ts +0 -0
  214. /package/{dist/decorators → decorators}/on-updated.js +0 -0
  215. /package/{dist/decorators → decorators}/on-updated.js.map +0 -0
  216. /package/{dist/decorators → decorators}/prop.d.ts +0 -0
  217. /package/{dist/decorators → decorators}/prop.js +0 -0
  218. /package/{dist/decorators → decorators}/prop.js.map +0 -0
  219. /package/{dist/decorators → decorators}/query-slot.d.ts +0 -0
  220. /package/{dist/decorators → decorators}/query-slot.js +0 -0
  221. /package/{dist/decorators → decorators}/query-slot.js.map +0 -0
  222. /package/{dist/decorators → decorators}/query.d.ts +0 -0
  223. /package/{dist/decorators → decorators}/query.js +0 -0
  224. /package/{dist/decorators → decorators}/query.js.map +0 -0
  225. /package/{dist/decorators → decorators}/shared/reactive-attr.d.ts +0 -0
  226. /package/{dist/decorators → decorators}/shared/reactive-attr.js +0 -0
  227. /package/{dist/decorators → decorators}/shared/reactive-attr.js.map +0 -0
  228. /package/{dist/decorators → decorators}/signal.d.ts +0 -0
  229. /package/{dist/decorators → decorators}/signal.js +0 -0
  230. /package/{dist/decorators → decorators}/signal.js.map +0 -0
  231. /package/{dist/decorators → decorators}/standard/attr.d.ts +0 -0
  232. /package/{dist/decorators → decorators}/standard/attr.js +0 -0
  233. /package/{dist/decorators → decorators}/standard/attr.js.map +0 -0
  234. /package/{dist/decorators → decorators}/standard/bound.d.ts +0 -0
  235. /package/{dist/decorators → decorators}/standard/bound.js +0 -0
  236. /package/{dist/decorators → decorators}/standard/bound.js.map +0 -0
  237. /package/{dist/decorators → decorators}/standard/custom-element.d.ts +0 -0
  238. /package/{dist/decorators → decorators}/standard/custom-element.js +0 -0
  239. /package/{dist/decorators → decorators}/standard/custom-element.js.map +0 -0
  240. /package/{dist/decorators → decorators}/standard/debounce.d.ts +0 -0
  241. /package/{dist/decorators → decorators}/standard/debounce.js +0 -0
  242. /package/{dist/decorators → decorators}/standard/debounce.js.map +0 -0
  243. /package/{dist/decorators → decorators}/standard/event.d.ts +0 -0
  244. /package/{dist/decorators → decorators}/standard/event.js +0 -0
  245. /package/{dist/decorators → decorators}/standard/event.js.map +0 -0
  246. /package/{dist/decorators → decorators}/standard/on-event.d.ts +0 -0
  247. /package/{dist/decorators → decorators}/standard/on-event.js +0 -0
  248. /package/{dist/decorators → decorators}/standard/on-event.js.map +0 -0
  249. /package/{dist/decorators → decorators}/standard/on-updated.d.ts +0 -0
  250. /package/{dist/decorators → decorators}/standard/on-updated.js +0 -0
  251. /package/{dist/decorators → decorators}/standard/on-updated.js.map +0 -0
  252. /package/{dist/decorators → decorators}/standard/query-slot.d.ts +0 -0
  253. /package/{dist/decorators → decorators}/standard/query-slot.js +0 -0
  254. /package/{dist/decorators → decorators}/standard/query-slot.js.map +0 -0
  255. /package/{dist/decorators → decorators}/standard/query.d.ts +0 -0
  256. /package/{dist/decorators → decorators}/standard/query.js +0 -0
  257. /package/{dist/decorators → decorators}/standard/query.js.map +0 -0
  258. /package/{dist/decorators → decorators}/standard/reactive-field.d.ts +0 -0
  259. /package/{dist/decorators → decorators}/standard/reactive-field.js +0 -0
  260. /package/{dist/decorators → decorators}/standard/reactive-field.js.map +0 -0
  261. /package/{dist/decorators → decorators}/standard/reactive-prop.d.ts +0 -0
  262. /package/{dist/decorators → decorators}/standard/reactive-prop.js +0 -0
  263. /package/{dist/decorators → decorators}/standard/reactive-prop.js.map +0 -0
  264. /package/{dist/decorators → decorators}/standard/signal.d.ts +0 -0
  265. /package/{dist/decorators → decorators}/standard/signal.js +0 -0
  266. /package/{dist/decorators → decorators}/standard/signal.js.map +0 -0
  267. /package/{dist/decorators → decorators}/state.d.ts +0 -0
  268. /package/{dist/decorators → decorators}/state.js +0 -0
  269. /package/{dist/decorators → decorators}/state.js.map +0 -0
  270. /package/{dist/helpers → helpers}/create-event-listener.d.ts +0 -0
  271. /package/{dist/helpers → helpers}/create-event-listener.js +0 -0
  272. /package/{dist/helpers → helpers}/create-event-listener.js.map +0 -0
  273. /package/{dist/helpers → helpers}/create-event.d.ts +0 -0
  274. /package/{dist/helpers → helpers}/create-event.js +0 -0
  275. /package/{dist/helpers → helpers}/create-event.js.map +0 -0
  276. /package/{dist/helpers → helpers}/create-query-slot.d.ts +0 -0
  277. /package/{dist/helpers → helpers}/create-query-slot.js +0 -0
  278. /package/{dist/helpers → helpers}/create-query-slot.js.map +0 -0
  279. /package/{dist/helpers → helpers}/create-query.d.ts +0 -0
  280. /package/{dist/helpers → helpers}/create-query.js +0 -0
  281. /package/{dist/helpers → helpers}/create-query.js.map +0 -0
  282. /package/{dist/helpers → helpers}/debounce.d.ts +0 -0
  283. /package/{dist/helpers → helpers}/debounce.js +0 -0
  284. /package/{dist/helpers → helpers}/debounce.js.map +0 -0
  285. /package/{dist/helpers → helpers}/index.d.ts +0 -0
  286. /package/{dist/helpers → helpers}/index.js +0 -0
  287. /package/{dist/helpers → helpers}/index.js.map +0 -0
  288. /package/{dist/index.d.ts → index.d.ts} +0 -0
  289. /package/{dist/index.js → index.js} +0 -0
  290. /package/{dist/index.js.map → index.js.map} +0 -0
  291. /package/{dist/server → server}/context-ssr.d.ts +0 -0
  292. /package/{dist/server → server}/context-ssr.js +0 -0
  293. /package/{dist/server → server}/context-ssr.js.map +0 -0
  294. /package/{dist/server → server}/html-parser.d.ts +0 -0
  295. /package/{dist/server → server}/html-parser.js +0 -0
  296. /package/{dist/server → server}/html-parser.js.map +0 -0
  297. /package/{dist/server → server}/install-light-dom-shim.d.ts +0 -0
  298. /package/{dist/server → server}/install-light-dom-shim.js +0 -0
  299. /package/{dist/server → server}/install-light-dom-shim.js.map +0 -0
  300. /package/{dist/server → server}/light-dom-shim.d.ts +0 -0
  301. /package/{dist/server → server}/light-dom-shim.js +0 -0
  302. /package/{dist/server → server}/light-dom-shim.js.map +0 -0
  303. /package/{dist/server → server}/project-root.d.ts +0 -0
  304. /package/{dist/server → server}/project-root.js +0 -0
  305. /package/{dist/server → server}/project-root.js.map +0 -0
  306. /package/{dist/server → server}/radiant-element-ssr-bridge.d.ts +0 -0
  307. /package/{dist/server → server}/radiant-element-ssr-bridge.js +0 -0
  308. /package/{dist/server → server}/radiant-element-ssr-bridge.js.map +0 -0
  309. /package/{dist/server → server}/radiant-element-ssr-extractor.d.ts +0 -0
  310. /package/{dist/server → server}/radiant-element-ssr-extractor.js +0 -0
  311. /package/{dist/server → server}/radiant-element-ssr-extractor.js.map +0 -0
  312. /package/{dist/server → server}/radiant-element-ssr-runtime.d.ts +0 -0
  313. /package/{dist/server → server}/radiant-element-ssr-runtime.js +0 -0
  314. /package/{dist/server → server}/radiant-element-ssr-runtime.js.map +0 -0
  315. /package/{dist/server → server}/render-component.d.ts +0 -0
  316. /package/{dist/server → server}/render-component.js +0 -0
  317. /package/{dist/server → server}/render-component.js.map +0 -0
  318. /package/{dist/server → server}/render-controller.d.ts +0 -0
  319. /package/{dist/server → server}/render-controller.js +0 -0
  320. /package/{dist/server → server}/render-controller.js.map +0 -0
  321. /package/{dist/server → server}/slot-projection-html.d.ts +0 -0
  322. /package/{dist/server → server}/slot-projection-html.js +0 -0
  323. /package/{dist/server → server}/slot-projection-html.js.map +0 -0
  324. /package/{dist/signals → signals}/host-resource.d.ts +0 -0
  325. /package/{dist/signals → signals}/host-resource.js +0 -0
  326. /package/{dist/signals → signals}/host-resource.js.map +0 -0
  327. /package/{dist/signals → signals}/host-signal.d.ts +0 -0
  328. /package/{dist/signals → signals}/host-signal.js +0 -0
  329. /package/{dist/signals → signals}/host-signal.js.map +0 -0
  330. /package/{dist/signals → signals}/hydration-script.d.ts +0 -0
  331. /package/{dist/signals → signals}/hydration-script.js +0 -0
  332. /package/{dist/signals → signals}/hydration-script.js.map +0 -0
  333. /package/{dist/tools → tools}/escape-css-identifier.d.ts +0 -0
  334. /package/{dist/tools → tools}/escape-css-identifier.js +0 -0
  335. /package/{dist/tools → tools}/escape-css-identifier.js.map +0 -0
  336. /package/{dist/tools → tools}/escape-script-json.d.ts +0 -0
  337. /package/{dist/tools → tools}/escape-script-json.js +0 -0
  338. /package/{dist/tools → tools}/escape-script-json.js.map +0 -0
  339. /package/{dist/tools → tools}/event-emitter.d.ts +0 -0
  340. /package/{dist/tools → tools}/event-emitter.js +0 -0
  341. /package/{dist/tools → tools}/event-emitter.js.map +0 -0
  342. /package/{dist/tools → tools}/index.d.ts +0 -0
  343. /package/{dist/tools → tools}/index.js +0 -0
  344. /package/{dist/tools → tools}/index.js.map +0 -0
  345. /package/{dist/tools → tools}/render-jsx-template.d.ts +0 -0
  346. /package/{dist/tools → tools}/render-jsx-template.js +0 -0
  347. /package/{dist/tools → tools}/render-jsx-template.js.map +0 -0
  348. /package/{dist/types.d.ts → types.d.ts} +0 -0
  349. /package/{dist/types.js → types.js} +0 -0
  350. /package/{dist/types.js.map → types.js.map} +0 -0
  351. /package/{dist/utils → utils}/attribute-utils.d.ts +0 -0
  352. /package/{dist/utils → utils}/attribute-utils.js +0 -0
  353. /package/{dist/utils → utils}/attribute-utils.js.map +0 -0
  354. /package/{dist/utils → utils}/index.d.ts +0 -0
  355. /package/{dist/utils → utils}/index.js +0 -0
  356. /package/{dist/utils → utils}/index.js.map +0 -0
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes