cross-country 1.2.21 → 1.2.22

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 (259) hide show
  1. package/dist/Color-F6OSRLHC-BbLcUd-T.js +575 -0
  2. package/dist/{bolt-Bw4E_fgS.js → bolt-BLbYxvOV.js} +6 -5
  3. package/dist/bundle.css +36 -31
  4. package/dist/colour-util-Bzfca_cM.js +775 -0
  5. package/dist/components/atoms/circle/__tests__/circle.test.js +2 -2
  6. package/dist/components/atoms/column/__tests__/column.test.js +2 -2
  7. package/dist/components/atoms/index.js +1 -1
  8. package/dist/components/atoms/list/index.js +4 -0
  9. package/dist/components/atoms/list/list-item/index.js +4 -0
  10. package/dist/components/atoms/list/list-item/list-item.js +20 -0
  11. package/dist/components/atoms/list/list.js +33 -0
  12. package/dist/components/atoms/radio/index.js +2 -2
  13. package/dist/components/atoms/radio/radio.js +42 -3
  14. package/dist/components/atoms/text/animate-number/animate-number.js +1 -1
  15. package/dist/components/atoms/text/index.js +1 -1
  16. package/dist/components/atoms/text/input/__stories__/state-machine-fetch-dragons.js +3 -3
  17. package/dist/components/atoms/text/input/input-text-machine.js +3 -3
  18. package/dist/components/atoms/text/input/state-machine-text-input.js +1 -1
  19. package/dist/components/atoms/text/span/__stories__/span-story.js +6 -5
  20. package/dist/components/index.js +116 -116
  21. package/dist/components/molecules/autocomplete/autocomplete-machine.js +3 -3
  22. package/dist/components/molecules/autocomplete/autocomplete.js +1 -1
  23. package/dist/components/molecules/card/amazon/amazon-card.js +7 -6
  24. package/dist/components/molecules/card/builder/card-builder-machine/card-builder-machine.js +1 -1
  25. package/dist/components/molecules/card/builder/card-builder-machine/card-service-events.js +2 -2
  26. package/dist/components/molecules/card/builder/card-builder-machine/platform-states-amazon.js +1 -1
  27. package/dist/components/molecules/card/builder/card-builder-machine/platform-states-common.js +1 -1
  28. package/dist/components/molecules/card/builder/card-builder.js +1 -1
  29. package/dist/components/molecules/card/builder/card-editor.js +7 -6
  30. package/dist/components/molecules/card/card.js +6 -5
  31. package/dist/components/molecules/carousel/carousel.js +6 -5
  32. package/dist/components/molecules/day-number/day-number.js +6 -5
  33. package/dist/components/molecules/field/field.js +6 -5
  34. package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +3 -3
  35. package/dist/components/molecules/gold-leaf/gold-leaf-view/controls/gold-leaf-view-controls.js +8 -7
  36. package/dist/components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js +7 -6
  37. package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +7 -6
  38. package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
  39. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js +7 -6
  40. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +40 -0
  41. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +8 -7
  42. package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
  43. package/dist/components/molecules/header/Header.js +10 -9
  44. package/dist/components/molecules/hero/hero.js +7 -6
  45. package/dist/components/molecules/icons/index.js +4 -3
  46. package/dist/components/molecules/icons/x/x.js +6 -5
  47. package/dist/components/molecules/index.js +8 -7
  48. package/dist/components/molecules/key-value-pairs/__tests__/key-value-pairs.js +1 -1
  49. package/dist/components/molecules/key-value-pairs/key-value-pairs.js +10 -9
  50. package/dist/components/molecules/keywords/keywords.js +6 -5
  51. package/dist/components/molecules/loading/__tests__/loading.test.js +1 -1
  52. package/dist/components/molecules/log-error-boundary/__stories__/log-error-boundary-story.js +1 -1
  53. package/dist/components/molecules/log-error-boundary/__tests__/log-error-boundary.test.js +2 -2
  54. package/dist/components/molecules/log-error-boundary/log-error-boundary.js +6 -5
  55. package/dist/components/molecules/modal/modal.js +6 -5
  56. package/dist/components/molecules/policies/index.js +4 -3
  57. package/dist/components/molecules/policies/privacy-policy.js +8 -7
  58. package/dist/components/molecules/policies/terms-of-use.js +8 -7
  59. package/dist/components/molecules/quote/quote.js +6 -5
  60. package/dist/components/molecules/radiogroup/__stories__/radio-group-form-story.js +12 -11
  61. package/dist/components/molecules/radiogroup/__stories__/radio-group-react-hook-form-story.js +15 -14
  62. package/dist/components/molecules/radiogroup/radiogroup.js +9 -9
  63. package/dist/components/molecules/related-articles/related-articles.js +15 -14
  64. package/dist/components/molecules/search/search.js +6 -5
  65. package/dist/components/molecules/stagger/stagger.js +6 -5
  66. package/dist/components/molecules/tile/corners.js +1 -1
  67. package/dist/components/molecules/tile/index.js +1 -1
  68. package/dist/components/molecules/tile/tile-interactive.js +5 -4
  69. package/dist/components/molecules/tile/tile.js +1 -1
  70. package/dist/components/molecules/time-progress/__tests__/progress.test.js +1 -1
  71. package/dist/components/molecules/time-progress/pilot/index.js +2 -3
  72. package/dist/components/molecules/time-progress/progress-over-year.js +6 -5
  73. package/dist/components/molecules/time-progress/progress.js +6 -5
  74. package/dist/components/molecules/user/anon-user.js +6 -5
  75. package/dist/components/molecules/user/user.js +7 -6
  76. package/dist/components/molecules/venn-diagram/__tests__/venn-diagram.tests.js +2 -2
  77. package/dist/components/molecules/venn-diagram/venn-diagram-circle.js +6 -5
  78. package/dist/components/molecules/venn-diagram/venn-diagram.js +6 -5
  79. package/dist/components/molecules/wallpaper/__tests__/wallpaper.tests.js +2 -2
  80. package/dist/components/molecules/wallpaper/wallpaper.js +1 -1
  81. package/dist/components/molecules/wrapper/__stories__/wrapper-children-story.js +6 -5
  82. package/dist/components/organisms/actors/actor/actor-builder-machine.js +2 -2
  83. package/dist/components/organisms/actors/actor/actor-builder.js +6 -5
  84. package/dist/components/organisms/actors/actor/actor.js +5 -4
  85. package/dist/components/organisms/actors/actor/index.js +1 -1
  86. package/dist/components/organisms/actors/animal/animal.js +1 -1
  87. package/dist/components/organisms/actors/monsters/troll/troll-machine.js +2 -2
  88. package/dist/components/organisms/actors/monsters/troll/troll.js +6 -5
  89. package/dist/components/organisms/actors/party/cleric/cleric.js +1 -1
  90. package/dist/components/organisms/actors/party/hunter/hunter.js +1 -1
  91. package/dist/components/organisms/actors/party/warrior/warrior.js +1 -1
  92. package/dist/components/organisms/actors/party/wizard/wizard.js +1 -1
  93. package/dist/components/organisms/actors/wisp/wisp.js +1 -1
  94. package/dist/components/organisms/ads/ad-card.js +6 -5
  95. package/dist/components/organisms/animation/animate-actor/animate-actor.js +6 -5
  96. package/dist/components/organisms/animation/one-day/one-day.js +15 -14
  97. package/dist/components/organisms/animation/reverse-text-animation/reverse-text-animation.js +6 -5
  98. package/dist/components/organisms/bento/layouts/five-by-four/bento-five-by-four.js +9 -8
  99. package/dist/components/organisms/bento/layouts/four-by-four/bento-four-by-four.js +6 -5
  100. package/dist/components/organisms/bento/layouts/three-by-three/bento-three-by-three.js +6 -5
  101. package/dist/components/organisms/bento/layouts/two-by-two/bento-two-by-two.js +6 -5
  102. package/dist/components/organisms/blog/__stories__/blog-story.js +9 -8
  103. package/dist/components/organisms/blog/blog-post/__stories__/blog-post-story.js +6 -5
  104. package/dist/components/organisms/blog/blog-post/blog-post-machine/build-listicle-machine.js +1 -1
  105. package/dist/components/organisms/blog/blog-post/blog-post-machine/delete-listicle-item.js +2 -2
  106. package/dist/components/organisms/blog/blog-post/blog-post-machine/load-listicle.js +2 -2
  107. package/dist/components/organisms/blog/blog-post/blog-post-machine/manage-listicle-items.js +1 -1
  108. package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle-item.js +2 -2
  109. package/dist/components/organisms/blog/blog-post/blog-post-machine/save-listicle.js +2 -2
  110. package/dist/components/organisms/blog/blog-post/blog-post-machine/update-listice-item.js +2 -2
  111. package/dist/components/organisms/blog/blog-post/blog-post.js +6 -5
  112. package/dist/components/organisms/blog/blog-post-list.js +12 -11
  113. package/dist/components/organisms/blog/blog.js +6 -5
  114. package/dist/components/organisms/branch/branch.js +6 -5
  115. package/dist/components/organisms/branches/__tests__/branch-list.test.js +6 -4
  116. package/dist/components/organisms/branches/branch-list.js +61 -39
  117. package/dist/components/organisms/branches/branches.js +7 -6
  118. package/dist/components/organisms/calendar/calendar.js +6 -5
  119. package/dist/components/organisms/charts/chart/__stories__/data-set.js +1 -1
  120. package/dist/components/organisms/charts/chart/chart-gold-leaf/chart-gold-leaf.js +4 -3
  121. package/dist/components/organisms/clusters/cluster.js +6 -5
  122. package/dist/components/organisms/json-map-tile-grid/index.js +1 -1
  123. package/dist/components/organisms/json-map-tile-grid/json-map-tile-grid.js +6 -4
  124. package/dist/components/organisms/listicle/__stories__/andor-right-click-story.js +6 -5
  125. package/dist/components/organisms/listicle/__stories__/listicle-fb-v-canada-story.js +6 -5
  126. package/dist/components/organisms/listicle/__stories__/listicle-story.js +6 -5
  127. package/dist/components/organisms/listicle/build-listicle-machine/build-listicle-machine.js +1 -1
  128. package/dist/components/organisms/listicle/build-listicle-machine/delete-listicle-item.js +2 -2
  129. package/dist/components/organisms/listicle/build-listicle-machine/load-listicle.js +2 -2
  130. package/dist/components/organisms/listicle/build-listicle-machine/manage-listicle-items.js +1 -1
  131. package/dist/components/organisms/listicle/build-listicle-machine/save-listicle-item.js +2 -2
  132. package/dist/components/organisms/listicle/build-listicle-machine/save-listicle.js +2 -2
  133. package/dist/components/organisms/listicle/build-listicle-machine/update-listice-item.js +2 -2
  134. package/dist/components/organisms/listicle/edit-listicle/edit-listicle.js +13 -12
  135. package/dist/components/organisms/listicle/edit-listicle-item-list/edit-listicle-item-list.js +6 -5
  136. package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item-input.js +12 -11
  137. package/dist/components/organisms/listicle/edit-listicle-item-list/listicle-item.js +6 -5
  138. package/dist/components/organisms/listicle/listicle-builder.js +14 -13
  139. package/dist/components/organisms/listicle/listicle-item-list.js +12 -11
  140. package/dist/components/organisms/listicle/listicle.js +6 -5
  141. package/dist/components/organisms/listicle/post-link.js +7 -6
  142. package/dist/components/organisms/login/__stories__/login-story.js +6 -5
  143. package/dist/components/organisms/login/login-fetching-transition.js +6 -5
  144. package/dist/components/organisms/login/login-fields-transition.js +21 -20
  145. package/dist/components/organisms/login/login-response-transition.js +66 -11
  146. package/dist/components/organisms/login/login-submit-transition.js +6 -5
  147. package/dist/components/organisms/login/login-view.js +7 -6
  148. package/dist/components/organisms/metrics/metrics.js +6 -5
  149. package/dist/components/organisms/palettes/palettes.js +14 -12
  150. package/dist/components/organisms/player/player.js +6 -5
  151. package/dist/components/organisms/registration/password-strength-helper.js +11 -10
  152. package/dist/components/organisms/registration/post-registration.js +2 -2
  153. package/dist/components/organisms/registration/registration-form.js +6 -5
  154. package/dist/components/organisms/registration/registration-machine.js +2 -2
  155. package/dist/components/organisms/registration/registration-response.js +6 -5
  156. package/dist/components/organisms/registration/registration.js +7 -6
  157. package/dist/components/organisms/stage/stage.js +9 -8
  158. package/dist/components/organisms/survey/__stories__/build-form-story.js +6 -5
  159. package/dist/components/organisms/survey/build-form-machine.js +2 -2
  160. package/dist/components/organisms/survey/build-form.js +8 -7
  161. package/dist/components/organisms/survey/final-form.js +8 -7
  162. package/dist/components/organisms/survey/question/edit/__stories__/edit-question-story.js +6 -5
  163. package/dist/components/organisms/survey/question/edit/add-media.js +6 -5
  164. package/dist/components/organisms/survey/question/edit/add-question/__stories__/add-question-story.js +6 -5
  165. package/dist/components/organisms/survey/question/edit/add-question/add-question.js +30 -29
  166. package/dist/components/organisms/survey/question/edit/answer/answer-input.js +6 -5
  167. package/dist/components/organisms/survey/question/edit/answer-input.js +6 -5
  168. package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +6 -5
  169. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js +2 -2
  170. package/dist/components/organisms/survey/question/edit/edit-option-list/edit-option-list.js +7 -6
  171. package/dist/components/organisms/survey/question/edit/edit-option-list/option-input.js +6 -5
  172. package/dist/components/organisms/survey/question/edit/edit-option-list/option.js +7 -6
  173. package/dist/components/organisms/survey/question/edit/question-answer-input.js +6 -5
  174. package/dist/components/organisms/survey/question/take/__stories__/multiple-choice-story.js +6 -5
  175. package/dist/components/organisms/survey/question/take/__stories__/take-answer-date-time-input-story.js +6 -5
  176. package/dist/components/organisms/survey/question/take/__stories__/take-answer-input-story.js +6 -5
  177. package/dist/components/organisms/survey/question/take/inputs/input-manager.js +6 -5
  178. package/dist/components/organisms/survey/question/take/multiple-choice.js +6 -5
  179. package/dist/components/organisms/survey/question/take/take-answer-input.js +12 -11
  180. package/dist/components/organisms/tile-grid/__tests__/tile-grid.tests.js +3 -3
  181. package/dist/components/organisms/tile-grid/grid-row.js +6 -5
  182. package/dist/components/organisms/tile-grid/index.js +1 -1
  183. package/dist/components/organisms/tile-grid/island-tile-grid.js +12 -11
  184. package/dist/components/organisms/tile-grid/tile-grid.js +6 -4
  185. package/dist/components/organisms/worlds/area-of-effect/__stories__/area-of-affect-story.js +6 -5
  186. package/dist/components/organisms/worlds/area-of-effect/area-of-affect.js +31 -29
  187. package/dist/components/organisms/worlds/island/__stories__/island-story.js +18 -16
  188. package/dist/components/organisms/worlds/island/__stories__/island-util.js +25 -23
  189. package/dist/components/pages/home/headwinds/header/headwinds-header.js +6 -5
  190. package/dist/components/pages/home/headwinds/headwinds-footer.js +6 -5
  191. package/dist/components/pages/home/headwinds/headwinds-hero.js +6 -5
  192. package/dist/components/pages/home/headwinds/headwinds-sidequest.js +35 -34
  193. package/dist/components/pages/home/headwinds/home.js +9 -8
  194. package/dist/components/pages/index.js +6 -5
  195. package/dist/components/pages/profile/headwinds/headwinds-profile.js +21 -20
  196. package/dist/components/pages/profile/index.js +4 -3
  197. package/dist/components/templates/articles/article/article.js +6 -5
  198. package/dist/components/templates/home/headwinds/headwinds-home-hero.js +6 -5
  199. package/dist/components/templates/home/headwinds/headwinds-home.js +6 -5
  200. package/dist/components/templates/home/home.js +10 -9
  201. package/dist/fp-util-DZLSTUg5.js +8 -0
  202. package/dist/gold-leaf-view-CgRraK2i.js +183 -0
  203. package/dist/gold-leaf-view.module-p3mWnO60.js +17 -0
  204. package/dist/headline-DzDFQZ3e.js +11 -0
  205. package/dist/image-find-util-DMX6BcO-.js +1036 -0
  206. package/dist/index-BTF1caLu.js +2529 -0
  207. package/dist/{index-COQaJqs5.js → index-OdyFkztm.js} +3670 -2660
  208. package/dist/{index-DsigmIMS.js → index-_cvPLH70.js} +1 -1
  209. package/dist/index.esm-DGm91C_6.js +944 -0
  210. package/dist/index.js +143 -140
  211. package/dist/lib/components/atoms/list/index.d.ts +2 -0
  212. package/dist/lib/components/atoms/list/list-item/index.d.ts +2 -0
  213. package/dist/lib/components/atoms/list/list-item/list-item.d.ts +10 -0
  214. package/dist/lib/components/atoms/list/list.d.ts +12 -0
  215. package/dist/lib/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.d.ts +4 -0
  216. package/dist/lib/components/organisms/branch/branch.d.ts +3 -1
  217. package/dist/lib/components/organisms/branches/__stories__/branches.stories.d.ts +7 -0
  218. package/dist/lib/components/organisms/branches/branch-list.d.ts +4 -1
  219. package/dist/lib/models/TreeModel.d.ts +12 -0
  220. package/dist/lib/models/index.d.ts +1 -0
  221. package/dist/lib/utils/golds/feed-util.d.ts +17 -0
  222. package/dist/lib/utils/index.d.ts +5 -0
  223. package/dist/list.module-pjS_KHqp.js +10 -0
  224. package/dist/{log-2a4cc478.esm-HFv7vQ7j.js → log-2a4cc478.esm-BdzQp5f-.js} +15 -15
  225. package/dist/{log-error-boundary-story-BF8rmHhr.js → log-error-boundary-story-CcyM__Yt.js} +6541 -7185
  226. package/dist/{magic-string.es-VsGWiGpd.js → magic-string.es-QkQE39Zh.js} +11 -6
  227. package/dist/{radio-BTUtRmLM.js → mobile-detect-CWVWWCSg.js} +12 -51
  228. package/dist/models/TreeModel.js +12 -0
  229. package/dist/models/index.js +3 -2
  230. package/dist/{react-spring_web.modern-nSq5Xzxb.js → react-spring_web.modern-ClBJWBW2.js} +281 -273
  231. package/dist/{react.esm-BEaxtOYu.js → react.esm-BpVcViTQ.js} +2197 -2181
  232. package/dist/string-util-D7tmqJRS.js +35 -0
  233. package/dist/table-data-BnRZ5F7y.js +16 -0
  234. package/dist/utils/golds/feed-util.js +240 -0
  235. package/dist/utils/index.js +12 -0
  236. package/dist/{vi.YFlodzP_-CjWVzrI3.js → vi.YFlodzP_-C3qjkUdf.js} +2 -2
  237. package/dist/{xstate-actors.esm-Ba6reXm_.js → xstate-actors.esm-CcLF5JHw.js} +1 -1
  238. package/dist/{xstate-react.esm-Ct8KIFgA.js → xstate-react.esm-DWdE0_Ay.js} +1 -1
  239. package/dist/{xstate.esm-Bo02HSs2.js → xstate.esm-COAqQ2fq.js} +11 -11
  240. package/package.json +4 -2
  241. package/dist/Color-ERTF36HU-DRLqcX19.js +0 -358
  242. package/dist/_getTag-CqbPZ7Cl.js +0 -449
  243. package/dist/components/organisms/branches/__stories__/branches-story.js +0 -6
  244. package/dist/components/organisms/branches/branch-list.types.js +0 -1
  245. package/dist/feed-util-CZfVh6cR.js +0 -244
  246. package/dist/fp-util-4N0NK_eU.js +0 -8
  247. package/dist/gold-leaf-view-BAGw5McJ.js +0 -117
  248. package/dist/gold-leaf-view.module-BTNjKEeW.js +0 -17
  249. package/dist/headline-DuHL8hAt.js +0 -11
  250. package/dist/image-find-util-Cl2ZJHfC.js +0 -41
  251. package/dist/index-BsYJgl86.js +0 -3853
  252. package/dist/index-Cdg9lY68.js +0 -542
  253. package/dist/index.esm-BrPDxyfz.js +0 -933
  254. package/dist/lib/components/organisms/branches/__stories__/branches-story.d.ts +0 -2
  255. package/dist/lib/components/organisms/branches/branch-list.types.d.ts +0 -5
  256. package/dist/list-BkQjCFcb.js +0 -14
  257. package/dist/list-item-DyDjznkQ.js +0 -8
  258. package/dist/login-response-transition-Dws0eBbH.js +0 -123
  259. package/dist/table-data-PGM-_ef9.js +0 -16
package/dist/index.js CHANGED
@@ -1,14 +1,14 @@
1
- import { default as H } from "./components/atoms/logo/headwinds.js";
2
- import { default as C } from "./components/atoms/logo/cross-country.js";
3
- import { default as h } from "./components/atoms/grid/grid.js";
4
- import { default as B } from "./components/atoms/column/column.js";
5
- import { default as S } from "./components/atoms/checkbox/checkbox.js";
6
- import { R as G, g as I } from "./radio-BTUtRmLM.js";
1
+ import { default as L } from "./components/atoms/logo/headwinds.js";
2
+ import { default as A } from "./components/atoms/logo/cross-country.js";
3
+ import { default as w } from "./components/atoms/grid/grid.js";
4
+ import { default as S } from "./components/atoms/column/column.js";
5
+ import { default as G } from "./components/atoms/checkbox/checkbox.js";
6
+ import { default as R } from "./components/atoms/radio/radio.js";
7
7
  import { default as P } from "./components/atoms/button/button.js";
8
8
  import { default as W } from "./components/atoms/row/row.js";
9
9
  import { default as E } from "./components/atoms/image/image.js";
10
10
  import { default as V } from "./components/atoms/horizontal-line/horizontal-line.js";
11
- import { H as z } from "./headline-DuHL8hAt.js";
11
+ import { H as z } from "./headline-DzDFQZ3e.js";
12
12
  import { default as J } from "./components/atoms/text/subheadline/subheadline.js";
13
13
  import { default as Q } from "./components/atoms/text/paragraph/paragraph.js";
14
14
  import { default as O } from "./components/atoms/form/form.js";
@@ -17,68 +17,74 @@ import { default as Y } from "./components/atoms/text/text-area/text-area.js";
17
17
  import { default as _ } from "./components/atoms/text/span/span.js";
18
18
  import { default as ee } from "./components/atoms/select/select.js";
19
19
  import { default as oe } from "./components/atoms/text/hilight/hilight.js";
20
- import { default as te } from "./components/atoms/text/bold/bold.js";
20
+ import { default as ae } from "./components/atoms/text/bold/bold.js";
21
21
  import { default as pe } from "./components/atoms/text/label/label.js";
22
- import { L as le } from "./list-item-DyDjznkQ.js";
23
- import { default as de } from "./components/atoms/text/animate-number/animate-number.js";
24
- import { default as xe } from "./components/atoms/svg/svg.js";
25
- import { default as ne } from "./components/atoms/circle/circle.js";
26
- import { default as ce } from "./components/atoms/group/group.js";
22
+ import { default as me } from "./components/atoms/list/list.js";
23
+ import { default as de } from "./components/atoms/list/list-item/list-item.js";
24
+ import { default as xe } from "./components/atoms/text/animate-number/animate-number.js";
25
+ import { default as ne } from "./components/atoms/svg/svg.js";
26
+ import { default as ce } from "./components/atoms/circle/circle.js";
27
+ import { default as He } from "./components/atoms/group/group.js";
27
28
  import { default as Le } from "./components/molecules/checkboxlabel/checkboxlabel.js";
28
- import { default as be } from "./components/molecules/wrapper/wrapper.js";
29
- import { default as Ae } from "./components/molecules/wallpaper/wallpaper.js";
30
- import { A as we, c as Be, J as Re, T as Se, a as ye } from "./index-BsYJgl86.js";
31
- import { default as Ie } from "./components/molecules/modal/modal.js";
32
- import { default as Pe } from "./components/molecules/stagger/stagger.js";
33
- import { default as We } from "./components/molecules/related-articles/related-articles.js";
34
- import { default as Ee } from "./components/molecules/card/card.js";
35
- import { default as Ve } from "./components/molecules/gold-leaf/gold-leaf.js";
36
- import { B as ze } from "./bolt-Bw4E_fgS.js";
37
- import { default as Je } from "./components/molecules/user/user.js";
38
- import { default as Qe } from "./components/molecules/key-value-pairs/key-value-pairs.js";
39
- import { default as Oe } from "./components/molecules/loading/loading.js";
40
- import { default as qe } from "./components/molecules/error/error.js";
41
- import { default as Ye } from "./components/molecules/keywords/keywords.js";
42
- import { default as _e } from "./components/molecules/policies/privacy-policy.js";
43
- import { default as er } from "./components/molecules/policies/terms-of-use.js";
44
- import { default as or } from "./components/molecules/radiogroup/radiogroup.js";
45
- import { default as tr } from "./components/molecules/carousel/carousel.js";
46
- import { default as pr } from "./components/molecules/venn-diagram/venn-diagram.js";
29
+ import { default as Ae } from "./components/molecules/wrapper/wrapper.js";
30
+ import { default as we } from "./components/molecules/wallpaper/wallpaper.js";
31
+ import { A as Se, J as ye, T as Ge, a as Ie } from "./index-BTF1caLu.js";
32
+ import { default as Me } from "./components/molecules/modal/modal.js";
33
+ import { default as Ue } from "./components/molecules/stagger/stagger.js";
34
+ import { default as ke } from "./components/molecules/related-articles/related-articles.js";
35
+ import { default as Fe } from "./components/molecules/card/card.js";
36
+ import { default as ve } from "./components/molecules/gold-leaf/gold-leaf.js";
37
+ import { B as De } from "./bolt-BLbYxvOV.js";
38
+ import { default as Ke } from "./components/molecules/user/user.js";
39
+ import { default as Ne } from "./components/molecules/key-value-pairs/key-value-pairs.js";
40
+ import { default as je } from "./components/molecules/loading/loading.js";
41
+ import { default as Xe } from "./components/molecules/error/error.js";
42
+ import { default as Ze } from "./components/molecules/keywords/keywords.js";
43
+ import { default as $e } from "./components/molecules/policies/privacy-policy.js";
44
+ import { default as rr } from "./components/molecules/policies/terms-of-use.js";
45
+ import { default as tr } from "./components/molecules/radiogroup/radiogroup.js";
46
+ import { default as fr } from "./components/molecules/carousel/carousel.js";
47
+ import { default as lr } from "./components/molecules/venn-diagram/venn-diagram.js";
47
48
  import "react/jsx-runtime";
48
- import { default as lr } from "./components/organisms/bento/bento.js";
49
- import { default as dr } from "./components/organisms/listicle/listicle.js";
50
- import { default as xr } from "./components/organisms/login/login.js";
51
- import { default as nr } from "./components/organisms/registration/registration.js";
52
- import { default as cr } from "./components/organisms/branch/branch.js";
53
- import { default as Lr } from "./components/organisms/branches/branches.js";
54
- import { default as br } from "./components/organisms/charts/chart/chart.js";
55
- import { default as Ar } from "./components/organisms/metrics/metrics.js";
56
- import { default as wr } from "./components/organisms/animation/reverse-text-animation/reverse-text-animation.js";
57
- import { default as Rr } from "./components/organisms/survey/question/edit/edit-title-input.js";
58
- import { default as yr } from "./components/organisms/survey/question/edit/edit-question.js";
59
- import { default as Ir } from "./components/organisms/survey/question/take/multiple-choice.js";
60
- import { default as Pr } from "./components/organisms/survey/question/take/take-answer-input.js";
61
- import { default as Wr } from "./components/organisms/survey/question/edit/answer-input.js";
62
- import { default as Er } from "./components/organisms/survey/question/take/question.js";
63
- import { default as Vr } from "./components/organisms/stage/stage.js";
64
- import { default as zr } from "./components/organisms/actors/party/hunter/hunter.js";
65
- import { default as Jr } from "./components/organisms/actors/party/warrior/warrior.js";
66
- import { default as Qr } from "./components/organisms/actors/party/cleric/cleric.js";
67
- import { default as Or } from "./components/organisms/actors/party/wizard/wizard.js";
68
- import { default as qr } from "./components/organisms/actors/wisp/wisp.js";
69
- import { default as Yr } from "./components/organisms/masonry/masonry.js";
70
- import { default as _r } from "./components/templates/home/home.js";
71
- import { default as eo } from "./components/templates/home/headwinds/headwinds-home.js";
72
- import { default as oo } from "./components/templates/articles/article/article.js";
73
- import { default as to } from "./components/pages/home/headwinds/home.js";
74
- import { default as po } from "./components/pages/home/home.js";
49
+ import { default as sr } from "./components/organisms/bento/bento.js";
50
+ import { default as ur } from "./components/organisms/listicle/listicle.js";
51
+ import { default as ir } from "./components/organisms/login/login.js";
52
+ import { default as Tr } from "./components/organisms/registration/registration.js";
53
+ import { default as gr } from "./components/organisms/branch/branch.js";
54
+ import { default as br } from "./components/organisms/branches/branches.js";
55
+ import { default as Cr } from "./components/organisms/charts/chart/chart.js";
56
+ import { default as hr } from "./components/organisms/metrics/metrics.js";
57
+ import { default as Br } from "./components/organisms/animation/reverse-text-animation/reverse-text-animation.js";
58
+ import { default as yr } from "./components/organisms/survey/question/edit/edit-title-input.js";
59
+ import { default as Ir } from "./components/organisms/survey/question/edit/edit-question.js";
60
+ import { default as Mr } from "./components/organisms/survey/question/take/multiple-choice.js";
61
+ import { default as Ur } from "./components/organisms/survey/question/take/take-answer-input.js";
62
+ import { default as kr } from "./components/organisms/survey/question/edit/answer-input.js";
63
+ import { default as Fr } from "./components/organisms/survey/question/take/question.js";
64
+ import { default as vr } from "./components/organisms/stage/stage.js";
65
+ import { default as Dr } from "./components/organisms/actors/party/hunter/hunter.js";
66
+ import { default as Kr } from "./components/organisms/actors/party/warrior/warrior.js";
67
+ import { default as Nr } from "./components/organisms/actors/party/cleric/cleric.js";
68
+ import { default as jr } from "./components/organisms/actors/party/wizard/wizard.js";
69
+ import { default as Xr } from "./components/organisms/actors/wisp/wisp.js";
70
+ import { default as Zr } from "./components/organisms/masonry/masonry.js";
71
+ import { default as $r } from "./components/templates/home/home.js";
72
+ import { default as ro } from "./components/templates/home/headwinds/headwinds-home.js";
73
+ import { default as to } from "./components/templates/articles/article/article.js";
74
+ import { default as fo } from "./components/pages/home/headwinds/home.js";
75
+ import { default as lo } from "./components/pages/home/home.js";
76
+ import { g as so } from "./mobile-detect-CWVWWCSg.js";
77
+ import { default as xo } from "./utils/golds/feed-util.js";
78
+ import { c as no } from "./colour-util-Bzfca_cM.js";
79
+ import { F as co } from "./fp-util-DZLSTUg5.js";
80
+ import { S as Ho } from "./string-util-D7tmqJRS.js";
75
81
  import "./models/ActorModel.js";
76
82
  import "./models/BookModel.js";
77
83
  import "./models/ChapterModel.js";
78
84
  import "./models/PlayerModel.js";
79
85
  import "./models/EnemyModel.js";
80
86
  import "./models/ItemModel.js";
81
- import { defaultLeaf as lo } from "./models/LeafModel.js";
87
+ import { defaultLeaf as Lo } from "./models/LeafModel.js";
82
88
  import "./models/LevelModel.js";
83
89
  import "./models/NeutralModel.js";
84
90
  import "./models/NPCModel.js";
@@ -89,100 +95,97 @@ import "./models/TileModel.js";
89
95
  import "./models/UserModel.js";
90
96
  import "./models/WeaponModel.js";
91
97
  import "./models/WorldModel.js";
92
- import { default as uo } from "./components/atoms/link/link.js";
93
- import { L as io } from "./list-BkQjCFcb.js";
94
- import { T as To, a as co, d as go, b as Lo, c as Ho } from "./table-data-PGM-_ef9.js";
95
- import { f as Co } from "./feed-util-CZfVh6cR.js";
96
- import { F as ho } from "./fp-util-4N0NK_eU.js";
97
- import { S as Bo } from "./login-response-transition-Dws0eBbH.js";
98
+ import "./models/TreeModel.js";
99
+ import { default as Ao } from "./components/atoms/link/link.js";
100
+ import { T as wo, a as Bo, d as So, b as yo, c as Go } from "./table-data-BnRZ5F7y.js";
98
101
  export {
99
- we as Actor,
100
- de as AnimateNumber,
101
- Wr as AnswerInput,
102
- oo as ArticleTemplate,
103
- lr as Bento,
104
- te as Bold,
105
- ze as Bolt,
106
- cr as Branch,
107
- Lr as Branches,
102
+ Se as Actor,
103
+ xe as AnimateNumber,
104
+ kr as AnswerInput,
105
+ to as ArticleTemplate,
106
+ sr as Bento,
107
+ ae as Bold,
108
+ De as Bolt,
109
+ gr as Branch,
110
+ br as Branches,
108
111
  P as Button,
109
- Ee as Card,
110
- tr as Carousel,
111
- br as Chart,
112
- S as Checkbox,
112
+ Fe as Card,
113
+ fr as Carousel,
114
+ Cr as Chart,
115
+ G as Checkbox,
113
116
  Le as CheckboxLabel,
114
- ne as Circle,
115
- Qr as Cleric,
116
- Be as ColourUtil,
117
- B as Column,
118
- C as CrossCountryLogo,
119
- yr as EditQuestion,
120
- Rr as EditTitleInput,
121
- qe as Error,
117
+ ce as Circle,
118
+ Nr as Cleric,
119
+ no as ColourUtil,
120
+ S as Column,
121
+ A as CrossCountryLogo,
122
+ Ir as EditQuestion,
123
+ yr as EditTitleInput,
124
+ Xe as Error,
122
125
  O as Form,
123
- ho as FpUtil,
124
- Ve as GoldLeaf,
125
- h as Grid,
126
- ce as Group,
126
+ co as FpUtil,
127
+ ve as GoldLeaf,
128
+ w as Grid,
129
+ He as Group,
127
130
  z as Headline,
128
- to as HeadwindsHomePage,
129
- eo as HeadwindsHomeTemplate,
130
- H as HeadwindsLogo,
131
+ fo as HeadwindsHomePage,
132
+ ro as HeadwindsHomeTemplate,
133
+ L as HeadwindsLogo,
131
134
  oe as Hilight,
132
- po as HomePage,
133
- _r as HomeTemplate,
135
+ lo as HomePage,
136
+ $r as HomeTemplate,
134
137
  V as HorizontalLine,
135
- zr as Hunter,
138
+ Dr as Hunter,
136
139
  E as Image,
137
- Re as JsonMapTileGrid,
138
- Qe as KeyValuePairs,
139
- Ye as Keywords,
140
+ ye as JsonMapTileGrid,
141
+ Ne as KeyValuePairs,
142
+ Ze as Keywords,
140
143
  pe as Label,
141
- uo as Link,
142
- io as List,
143
- le as ListItem,
144
- dr as Listicle,
145
- Oe as Loading,
146
- xr as Login,
147
- Yr as Masonry,
148
- Ar as Metrics,
149
- Ie as Modal,
150
- Ir as MultipleChoice,
144
+ Ao as Link,
145
+ me as List,
146
+ de as ListItem,
147
+ ur as Listicle,
148
+ je as Loading,
149
+ ir as Login,
150
+ Zr as Masonry,
151
+ hr as Metrics,
152
+ Me as Modal,
153
+ Mr as MultipleChoice,
151
154
  Q as Paragraph,
152
- _e as PrivacyPolicy,
153
- Er as Question,
154
- G as Radio,
155
- or as RadioGroup,
156
- nr as Registration,
157
- We as RelatedArticles,
158
- wr as ReverseTextAnimation,
155
+ $e as PrivacyPolicy,
156
+ Fr as Question,
157
+ R as Radio,
158
+ tr as RadioGroup,
159
+ Tr as Registration,
160
+ ke as RelatedArticles,
161
+ Br as ReverseTextAnimation,
159
162
  W as Row,
160
- xe as SVG,
163
+ ne as SVG,
161
164
  ee as Select,
162
165
  _ as Span,
163
- Vr as Stage,
164
- Pe as Stagger,
165
- Bo as StringUtil,
166
+ vr as Stage,
167
+ Ue as Stagger,
168
+ Ho as StringUtil,
166
169
  J as SubHeadline,
167
- To as Table,
168
- co as TableBody,
169
- go as TableData,
170
- Lo as TableHead,
171
- Ho as TableRow,
172
- Pr as TakeAnswerInput,
173
- er as TermsOfUse,
170
+ wo as Table,
171
+ Bo as TableBody,
172
+ So as TableData,
173
+ yo as TableHead,
174
+ Go as TableRow,
175
+ Ur as TakeAnswerInput,
176
+ rr as TermsOfUse,
174
177
  Y as TextArea,
175
178
  q as TextInput,
176
- Se as Tile,
177
- ye as TileGrid,
178
- Je as User,
179
- pr as VennDiagram,
180
- Ae as Wallpaper,
181
- Jr as Warrior,
182
- qr as Wisp,
183
- Or as Wizard,
184
- be as Wrapper,
185
- lo as defaultLeaf,
186
- Co as feedUtil,
187
- I as getIsMobile
179
+ Ge as Tile,
180
+ Ie as TileGrid,
181
+ Ke as User,
182
+ lr as VennDiagram,
183
+ we as Wallpaper,
184
+ Kr as Warrior,
185
+ Xr as Wisp,
186
+ jr as Wizard,
187
+ Ae as Wrapper,
188
+ Lo as defaultLeaf,
189
+ xo as feedUtil,
190
+ so as getIsMobile
188
191
  };
@@ -0,0 +1,2 @@
1
+ export { default } from './list';
2
+ export type { ListProps } from './list';
@@ -0,0 +1,2 @@
1
+ export { default } from './list-item';
2
+ export type { ListItemProps } from './list-item';
@@ -0,0 +1,10 @@
1
+ import { default as React } from 'react';
2
+
3
+ export interface ListItemProps {
4
+ children: React.ReactNode;
5
+ customClass?: string;
6
+ customStyle?: React.CSSProperties;
7
+ role?: string;
8
+ }
9
+ declare const ListItem: ({ children, customClass, customStyle, ...rest }: ListItemProps) => import("react/jsx-runtime").JSX.Element;
10
+ export default ListItem;
@@ -0,0 +1,12 @@
1
+ import { default as React } from 'react';
2
+
3
+ export interface ListProps {
4
+ children: React.ReactNode;
5
+ customClass?: string;
6
+ customStyle?: React.CSSProperties;
7
+ menuId?: string;
8
+ isOrdered?: boolean;
9
+ start?: string;
10
+ }
11
+ declare const List: ({ children, customClass, customStyle, menuId, isOrdered, start, ...rest }: ListProps) => import("react/jsx-runtime").JSX.Element;
12
+ export default List;
@@ -0,0 +1,4 @@
1
+ import { GoldLeafProps } from '../../gold-leaf.types';
2
+
3
+ export declare const GoldTitleCard: ({ goldLeafModel, mode, onNoImageFoundCallback, }: GoldLeafProps) => import("react/jsx-runtime").JSX.Element;
4
+ export default GoldTitleCard;
@@ -1,5 +1,7 @@
1
+ import { PortholeBranchModelType } from '../../../models';
2
+
1
3
  export interface BranchProps {
2
- branch: any;
4
+ branch: PortholeBranchModelType;
3
5
  }
4
6
  declare const Branch: ({ branch }: {
5
7
  branch: any;
@@ -0,0 +1,7 @@
1
+ import { Meta, StoryObj } from '@storybook/react';
2
+ import { default as Branches } from '../branches';
3
+
4
+ declare const meta: Meta<typeof Branches>;
5
+ export default meta;
6
+ type Story = StoryObj<typeof Branches>;
7
+ export declare const BranchesStory: Story;
@@ -1,4 +1,7 @@
1
- import { BranchListProps } from './branch-list.types';
1
+ import { default as PortholeBranchModel } from '../../../models/PortholeBranchModel';
2
2
 
3
+ export interface BranchListProps {
4
+ branches: PortholeBranchModel[];
5
+ }
3
6
  declare const BranchList: ({ branches }: BranchListProps) => import("react/jsx-runtime").JSX.Element;
4
7
  export default BranchList;
@@ -0,0 +1,12 @@
1
+ import { Record } from 'immutable';
2
+
3
+ export type TreeModelType = {
4
+ _id: string;
5
+ xmlUrl: string;
6
+ type: string;
7
+ title: string;
8
+ category: string;
9
+ origin: string;
10
+ };
11
+ declare const TreeModel: Record.Factory<TreeModelType>;
12
+ export default TreeModel;
@@ -15,3 +15,4 @@ export * from './TileModel';
15
15
  export * from './UserModel';
16
16
  export * from './WeaponModel';
17
17
  export * from './WorldModel';
18
+ export * from './TreeModel';
@@ -0,0 +1,17 @@
1
+ import { default as PortholeBranchModel } from '../../models/PortholeBranchModel';
2
+ import { TreeModelType } from '../../models';
3
+
4
+ export declare const getRSSBranch: (candidateBranch: any, index: any, ix: any) => PortholeBranchModel;
5
+ export declare const convertToPortholeBranches: (branches: any) => any;
6
+ type TreeDic = {
7
+ [key: string]: TreeModelType;
8
+ };
9
+ export declare const createAllPortholeTrees: () => TreeDic;
10
+ export declare const getVideoUrl: (branchObj: any) => string;
11
+ declare const feedUtil: {
12
+ convertToPortholeBranches: (branches: any) => any;
13
+ getVideoUrl: (branchObj: any) => string;
14
+ getRSSBranch: (candidateBranch: any, index: any, ix: any) => PortholeBranchModel;
15
+ allPortholeTrees: TreeDic;
16
+ };
17
+ export default feedUtil;
@@ -0,0 +1,5 @@
1
+ export { default as getIsMobile } from './mobile-detect';
2
+ export { default as feedUtil } from './golds/feed-util';
3
+ export { default as ColourUtil } from './colour-util';
4
+ export { default as FpUtil } from './fp-util';
5
+ export { default as StringUtil } from './string-util';
@@ -0,0 +1,10 @@
1
+ const t = "_list_l7skf_1", s = "_listItem_l7skf_8", o = "_horizontalList_l7skf_17", i = "_horizontalListItem_l7skf_21", l = "_horizontalListWrap_l7skf_25", n = {
2
+ list: t,
3
+ listItem: s,
4
+ horizontalList: o,
5
+ horizontalListItem: i,
6
+ horizontalListWrap: l
7
+ };
8
+ export {
9
+ n as s
10
+ };
@@ -1659,26 +1659,26 @@ export {
1659
1659
  ht as b,
1660
1660
  de as c,
1661
1661
  k as d,
1662
- Ot as e,
1663
- H as f,
1662
+ H as e,
1663
+ Kt as f,
1664
1664
  it as g,
1665
- Kt as h,
1665
+ Q as h,
1666
1666
  at as i,
1667
- Q as j,
1668
- B as k,
1669
- L as l,
1667
+ B as j,
1668
+ L as k,
1669
+ Ae as l,
1670
1670
  Te as m,
1671
- Ae as n,
1672
- et as o,
1673
- D as p,
1674
- _e as q,
1671
+ et as n,
1672
+ D as o,
1673
+ _e as p,
1674
+ O as q,
1675
1675
  Ee as r,
1676
- O as s,
1676
+ we as s,
1677
1677
  dt as t,
1678
- we as u,
1679
- I as v,
1680
- x as w,
1681
- rt as x,
1678
+ I as u,
1679
+ x as v,
1680
+ rt as w,
1681
+ Ot as x,
1682
1682
  ve as y,
1683
1683
  be as z
1684
1684
  };