cross-country 1.2.26 → 1.2.28

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 (46) hide show
  1. package/dist/components/atoms/text/sub-headline/index.js +4 -0
  2. package/dist/components/index.js +115 -113
  3. package/dist/components/molecules/day-number/day-number.js +1 -1
  4. package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +1 -1
  5. package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +1 -1
  6. package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
  7. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +2 -2
  8. package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +2 -2
  9. package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
  10. package/dist/components/molecules/hero/hero.js +1 -1
  11. package/dist/components/molecules/key-value-pairs/key-value-pairs.js +1 -1
  12. package/dist/components/molecules/page/page.js +16 -10
  13. package/dist/components/molecules/policies/privacy-policy/privacy-policy.js +1 -1
  14. package/dist/components/molecules/policies/terms-of-use/terms-of-use.js +1 -1
  15. package/dist/components/molecules/related-articles/related-articles.js +1 -1
  16. package/dist/components/molecules/stagger/stagger.js +1 -1
  17. package/dist/components/molecules/tile/tile-color.js +22 -16
  18. package/dist/components/molecules/user/user.js +1 -1
  19. package/dist/components/organisms/actors/actor/actor.js +7 -9
  20. package/dist/components/organisms/blog/blog.js +1 -1
  21. package/dist/components/organisms/listicle/listicle-builder.js +1 -1
  22. package/dist/components/organisms/listicle/listicle-item-list.js +1 -1
  23. package/dist/components/organisms/listicle/listicle.js +1 -1
  24. package/dist/components/organisms/login/login-view.js +1 -1
  25. package/dist/components/organisms/palettes/palettes.js +1 -1
  26. package/dist/components/organisms/registration/registration.js +1 -1
  27. package/dist/components/organisms/survey/final-form.js +1 -1
  28. package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +1 -1
  29. package/dist/components/pages/home/headwinds/headwinds-sidequest.js +1 -1
  30. package/dist/components/pages/profile/headwinds/headwinds-profile.js +1 -1
  31. package/dist/{gold-leaf-view-Ct4xOIci.js → gold-leaf-view-Bj1U7ia0.js} +1 -1
  32. package/dist/index.js +124 -122
  33. package/dist/lib/components/atoms/column/column.d.ts +1 -1
  34. package/dist/lib/components/atoms/text/index.d.ts +1 -1
  35. package/dist/lib/components/atoms/text/sub-headline/index.d.ts +2 -0
  36. package/dist/lib/components/index.d.ts +4 -2
  37. package/dist/lib/components/molecules/animated/animated-column/animated-column.d.ts +2 -1
  38. package/dist/lib/components/molecules/tile/tile-interactive.d.ts +1 -1
  39. package/dist/lib/components/molecules/tile/tile.d.ts +1 -1
  40. package/dist/lib/components/organisms/worlds/area-of-effect/area-of-affect.d.ts +1 -1
  41. package/dist/lib/components/organisms/worlds/island/__stories__/island-util.d.ts +1 -1
  42. package/package.json +9 -10
  43. package/dist/components/atoms/text/subheadline/index.js +0 -4
  44. package/dist/lib/components/atoms/text/subheadline/index.d.ts +0 -2
  45. /package/dist/components/atoms/text/{subheadline/subheadline.js → sub-headline/sub-headline.js} +0 -0
  46. /package/dist/lib/components/atoms/text/{subheadline/subheadline.d.ts → sub-headline/sub-headline.d.ts} +0 -0
@@ -0,0 +1,4 @@
1
+ import { default as o } from "./sub-headline.js";
2
+ export {
3
+ o as default
4
+ };
@@ -1,15 +1,15 @@
1
1
  import { default as o } from "./atoms/logo/headwinds.js";
2
2
  import { default as f } from "./atoms/logo/cross-country.js";
3
3
  import { default as s } from "./atoms/grid/grid.js";
4
- import { default as p } from "./atoms/column/column.js";
4
+ import { default as m } from "./atoms/column/column.js";
5
5
  import { default as u } from "./atoms/checkbox/checkbox.js";
6
6
  import { default as i } from "./atoms/radio/radio.js";
7
7
  import { default as T } from "./atoms/button/button.js";
8
8
  import { default as g } from "./atoms/row/row.js";
9
9
  import { default as b } from "./atoms/image/image.js";
10
- import { default as C } from "./atoms/horizontal-line/horizontal-line.js";
11
- import { default as w } from "./atoms/text/headline/headline.js";
12
- import { default as B } from "./atoms/text/subheadline/subheadline.js";
10
+ import { default as L } from "./atoms/horizontal-line/horizontal-line.js";
11
+ import { default as h } from "./atoms/text/headline/headline.js";
12
+ import { default as B } from "./atoms/text/sub-headline/sub-headline.js";
13
13
  import { default as G } from "./atoms/text/paragraph/paragraph.js";
14
14
  import { default as I } from "./atoms/form/form.js";
15
15
  import { default as S } from "./atoms/text/input/text-input.js";
@@ -25,139 +25,141 @@ import { default as X } from "./atoms/text/animate-number/animate-number.js";
25
25
  import { default as Z } from "./atoms/svg/svg.js";
26
26
  import { default as $ } from "./atoms/circle/circle.js";
27
27
  import { default as ae } from "./atoms/group/group.js";
28
- import { default as oe } from "./molecules/checkboxlabel/checkboxlabel.js";
29
- import { default as fe } from "./molecules/wrapper/wrapper.js";
30
- import { default as se } from "./molecules/wallpaper/wallpaper.js";
31
- import { J as pe, T as me, a as ue } from "../index-BfWW2ojg.js";
32
- import { default as ie } from "./molecules/modal/modal.js";
33
- import { default as Te } from "./molecules/stagger/stagger.js";
34
- import { default as ge } from "./molecules/related-articles/related-articles.js";
35
- import { default as be } from "./molecules/card/card.js";
36
- import { default as Ce } from "./molecules/gold-leaf/gold-leaf.js";
37
- import { B as we } from "../bolt-CUzvRxsQ.js";
38
- import { default as Be } from "./molecules/user/user.js";
39
- import { default as Ge } from "./molecules/key-value-pairs/key-value-pairs.js";
40
- import { default as Ie } from "./molecules/loading/loading.js";
41
- import { default as Se } from "./molecules/error/error.js";
42
- import { default as We } from "./molecules/keywords/keywords.js";
43
- import { default as Ee } from "./molecules/policies/privacy-policy/privacy-policy.js";
44
- import { default as ve } from "./molecules/policies/terms-of-use/terms-of-use.js";
45
- import { default as De } from "./molecules/radio-group/radio-group.js";
46
- import { default as Ke } from "./molecules/carousel/carousel.js";
47
- import { default as Ue } from "./molecules/venn-diagram/venn-diagram.js";
28
+ import { default as oe } from "./molecules/animated/animated-column/animated-column.js";
29
+ import { default as fe } from "./molecules/checkboxlabel/checkboxlabel.js";
30
+ import { default as se } from "./molecules/wrapper/wrapper.js";
31
+ import { default as me } from "./molecules/wallpaper/wallpaper.js";
32
+ import { J as ue, T as xe, a as ie } from "../index-BfWW2ojg.js";
33
+ import { default as Te } from "./molecules/modal/modal.js";
34
+ import { default as ge } from "./molecules/stagger/stagger.js";
35
+ import { default as be } from "./molecules/related-articles/related-articles.js";
36
+ import { default as Le } from "./molecules/card/card.js";
37
+ import { default as he } from "./molecules/gold-leaf/gold-leaf.js";
38
+ import { B as Be } from "../bolt-CUzvRxsQ.js";
39
+ import { default as Ge } from "./molecules/user/user.js";
40
+ import { default as Ie } from "./molecules/key-value-pairs/key-value-pairs.js";
41
+ import { default as Se } from "./molecules/loading/loading.js";
42
+ import { default as We } from "./molecules/error/error.js";
43
+ import { default as Ee } from "./molecules/keywords/keywords.js";
44
+ import { default as ve } from "./molecules/policies/privacy-policy/privacy-policy.js";
45
+ import { default as De } from "./molecules/policies/terms-of-use/terms-of-use.js";
46
+ import { default as Ke } from "./molecules/radio-group/radio-group.js";
47
+ import { default as Ue } from "./molecules/carousel/carousel.js";
48
+ import { default as Ne } from "./molecules/venn-diagram/venn-diagram.js";
48
49
  import "react/jsx-runtime";
49
- import { default as Ne } from "./organisms/bento/bento.js";
50
- import { default as je } from "./organisms/listicle/listicle.js";
51
- import { default as Xe } from "./organisms/login/login.js";
52
- import { default as Ze } from "./organisms/registration/registration.js";
53
- import { default as $e } from "./organisms/branch/branch.js";
54
- import { default as aa } from "./organisms/branches/branches.js";
55
- import { default as oa } from "./organisms/charts/chart/chart.js";
56
- import { default as fa } from "./organisms/metrics/metrics.js";
57
- import { default as sa } from "./organisms/animation/reverse-text-animation/reverse-text-animation.js";
58
- import { default as pa } from "./organisms/survey/question/edit/edit-title-input.js";
59
- import { default as ua } from "./organisms/survey/question/edit/edit-question.js";
60
- import { default as ia } from "./organisms/survey/question/take/multiple-choice.js";
61
- import { default as Ta } from "./organisms/survey/question/take/take-answer-input.js";
62
- import { default as ga } from "./organisms/survey/question/edit/answer-input.js";
63
- import { default as ba } from "./organisms/survey/question/take/question.js";
64
- import { default as Ca } from "./organisms/actors/actor/actor.js";
65
- import { default as wa } from "./organisms/stage/stage.js";
66
- import { default as Ba } from "./organisms/actors/party/hunter/hunter.js";
67
- import { default as Ga } from "./organisms/actors/party/warrior/warrior.js";
68
- import { default as Ia } from "./organisms/actors/party/cleric/cleric.js";
69
- import { default as Sa } from "./organisms/actors/party/wizard/wizard.js";
70
- import { default as Wa } from "./organisms/actors/wisp/wisp.js";
71
- import { default as Ea } from "./organisms/masonry/masonry.js";
72
- import { default as va } from "./templates/home/home.js";
73
- import { default as Da } from "./templates/home/headwinds/headwinds-home.js";
74
- import { default as Ka } from "./templates/articles/article/article.js";
75
- import { default as Ua } from "./pages/home/headwinds/home.js";
76
- import { default as Na } from "./pages/home/home.js";
77
- import { default as ja } from "./atoms/link/link.js";
78
- import { T as Xa, a as Ya, d as Za, b as _a, c as $a } from "../table-data-BnRZ5F7y.js";
50
+ import { default as je } from "./organisms/bento/bento.js";
51
+ import { default as Xe } from "./organisms/listicle/listicle.js";
52
+ import { default as Ze } from "./organisms/login/login.js";
53
+ import { default as $e } from "./organisms/registration/registration.js";
54
+ import { default as aa } from "./organisms/branch/branch.js";
55
+ import { default as oa } from "./organisms/branches/branches.js";
56
+ import { default as fa } from "./organisms/charts/chart/chart.js";
57
+ import { default as sa } from "./organisms/metrics/metrics.js";
58
+ import { default as ma } from "./organisms/animation/reverse-text-animation/reverse-text-animation.js";
59
+ import { default as ua } from "./organisms/survey/question/edit/edit-title-input.js";
60
+ import { default as ia } from "./organisms/survey/question/edit/edit-question.js";
61
+ import { default as Ta } from "./organisms/survey/question/take/multiple-choice.js";
62
+ import { default as ga } from "./organisms/survey/question/take/take-answer-input.js";
63
+ import { default as ba } from "./organisms/survey/question/edit/answer-input.js";
64
+ import { default as La } from "./organisms/survey/question/take/question.js";
65
+ import { default as ha } from "./organisms/actors/actor/actor.js";
66
+ import { default as Ba } from "./organisms/stage/stage.js";
67
+ import { default as Ga } from "./organisms/actors/party/hunter/hunter.js";
68
+ import { default as Ia } from "./organisms/actors/party/warrior/warrior.js";
69
+ import { default as Sa } from "./organisms/actors/party/cleric/cleric.js";
70
+ import { default as Wa } from "./organisms/actors/party/wizard/wizard.js";
71
+ import { default as Ea } from "./organisms/actors/wisp/wisp.js";
72
+ import { default as va } from "./organisms/masonry/masonry.js";
73
+ import { default as Da } from "./templates/home/home.js";
74
+ import { default as Ka } from "./templates/home/headwinds/headwinds-home.js";
75
+ import { default as Ua } from "./templates/articles/article/article.js";
76
+ import { default as Na } from "./pages/home/headwinds/home.js";
77
+ import { default as ja } from "./pages/home/home.js";
78
+ import { default as Xa } from "./atoms/link/link.js";
79
+ import { T as Za, a as _a, d as $a, b as er, c as ar } from "../table-data-BnRZ5F7y.js";
79
80
  export {
80
- Ca as Actor,
81
+ ha as Actor,
81
82
  X as AnimateNumber,
82
- ga as AnswerInput,
83
- Ka as ArticleTemplate,
84
- Ne as Bento,
83
+ oe as AnimatedColumn,
84
+ ba as AnswerInput,
85
+ Ua as ArticleTemplate,
86
+ je as Bento,
85
87
  K as Bold,
86
- we as Bolt,
87
- $e as Branch,
88
- aa as Branches,
88
+ Be as Bolt,
89
+ aa as Branch,
90
+ oa as Branches,
89
91
  T as Button,
90
- be as Card,
91
- Ke as Carousel,
92
- oa as Chart,
92
+ Le as Card,
93
+ Ue as Carousel,
94
+ fa as Chart,
93
95
  u as Checkbox,
94
- oe as CheckboxLabel,
96
+ fe as CheckboxLabel,
95
97
  $ as Circle,
96
- Ia as Cleric,
97
- p as Column,
98
+ Sa as Cleric,
99
+ m as Column,
98
100
  f as CrossCountryLogo,
99
- ua as EditQuestion,
100
- pa as EditTitleInput,
101
- Se as Error,
101
+ ia as EditQuestion,
102
+ ua as EditTitleInput,
103
+ We as Error,
102
104
  I as Form,
103
- Ce as GoldLeaf,
105
+ he as GoldLeaf,
104
106
  s as Grid,
105
107
  ae as Group,
106
- w as Headline,
107
- Ua as HeadwindsHomePage,
108
- Da as HeadwindsHomeTemplate,
108
+ h as Headline,
109
+ Na as HeadwindsHomePage,
110
+ Ka as HeadwindsHomeTemplate,
109
111
  o as HeadwindsLogo,
110
112
  D as Hilight,
111
- Na as HomePage,
112
- va as HomeTemplate,
113
- C as HorizontalLine,
114
- Ba as Hunter,
113
+ ja as HomePage,
114
+ Da as HomeTemplate,
115
+ L as HorizontalLine,
116
+ Ga as Hunter,
115
117
  b as Image,
116
- pe as JsonMapTileGrid,
117
- Ge as KeyValuePairs,
118
- We as Keywords,
118
+ ue as JsonMapTileGrid,
119
+ Ie as KeyValuePairs,
120
+ Ee as Keywords,
119
121
  U as Label,
120
- ja as Link,
122
+ Xa as Link,
121
123
  N as List,
122
124
  j as ListItem,
123
- je as Listicle,
124
- Ie as Loading,
125
- Xe as Login,
126
- Ea as Masonry,
127
- fa as Metrics,
128
- ie as Modal,
129
- ia as MultipleChoice,
125
+ Xe as Listicle,
126
+ Se as Loading,
127
+ Ze as Login,
128
+ va as Masonry,
129
+ sa as Metrics,
130
+ Te as Modal,
131
+ Ta as MultipleChoice,
130
132
  G as Paragraph,
131
- Ee as PrivacyPolicy,
132
- ba as Question,
133
+ ve as PrivacyPolicy,
134
+ La as Question,
133
135
  i as Radio,
134
- De as RadioGroup,
135
- Ze as Registration,
136
- ge as RelatedArticles,
137
- sa as ReverseTextAnimation,
136
+ Ke as RadioGroup,
137
+ $e as Registration,
138
+ be as RelatedArticles,
139
+ ma as ReverseTextAnimation,
138
140
  g as Row,
139
141
  Z as SVG,
140
142
  v as Select,
141
143
  E as Span,
142
- wa as Stage,
143
- Te as Stagger,
144
+ Ba as Stage,
145
+ ge as Stagger,
144
146
  B as SubHeadline,
145
- Xa as Table,
146
- Ya as TableBody,
147
- Za as TableData,
148
- _a as TableHead,
149
- $a as TableRow,
150
- Ta as TakeAnswerInput,
151
- ve as TermsOfUse,
147
+ Za as Table,
148
+ _a as TableBody,
149
+ $a as TableData,
150
+ er as TableHead,
151
+ ar as TableRow,
152
+ ga as TakeAnswerInput,
153
+ De as TermsOfUse,
152
154
  W as TextArea,
153
155
  S as TextInput,
154
- me as Tile,
155
- ue as TileGrid,
156
- Be as User,
157
- Ue as VennDiagram,
158
- se as Wallpaper,
159
- Ga as Warrior,
160
- Wa as Wisp,
161
- Sa as Wizard,
162
- fe as Wrapper
156
+ xe as Tile,
157
+ ie as TileGrid,
158
+ Ge as User,
159
+ Ne as VennDiagram,
160
+ me as Wallpaper,
161
+ Ia as Warrior,
162
+ Ea as Wisp,
163
+ Wa as Wizard,
164
+ se as Wrapper
163
165
  };
@@ -3,7 +3,7 @@ import p from "../../atoms/column/column.js";
3
3
  import { c as s } from "../../../clsx.m-BMVuQnLY.js";
4
4
  import "../../atoms/row/row.js";
5
5
  import "react";
6
- import a from "../../atoms/text/subheadline/subheadline.js";
6
+ import a from "../../atoms/text/sub-headline/sub-headline.js";
7
7
  import "../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../atoms/group/group.js";
9
9
  import "../wrapper/wrapper.js";
@@ -1,6 +1,6 @@
1
1
  import { jsx as s } from "react/jsx-runtime";
2
2
  import { r as n } from "../../../../../react.esm-DaKlbySY.js";
3
- import { G as m } from "../../../../../gold-leaf-view-Ct4xOIci.js";
3
+ import { G as m } from "../../../../../gold-leaf-view-Bj1U7ia0.js";
4
4
  import { d as a, b as f, i, g as p } from "../../../../../vi.YFlodzP_-GFQpqb3V.js";
5
5
  a("Test Component", () => {
6
6
  let e;
@@ -8,7 +8,7 @@ import "../../wrapper/wrapper.js";
8
8
  import "../../wallpaper/wallpaper.js";
9
9
  import "../../../../index-BfWW2ojg.js";
10
10
  import "../../card/card.js";
11
- import { G as j } from "../../../../gold-leaf-view-Ct4xOIci.js";
11
+ import { G as j } from "../../../../gold-leaf-view-Bj1U7ia0.js";
12
12
  import "../../../organisms/registration/registration-machine.js";
13
13
  import "../../../../transform-DGclBZTD.js";
14
14
  import "../../../organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js";
@@ -1,4 +1,4 @@
1
- import { G as f } from "../../../../gold-leaf-view-Ct4xOIci.js";
1
+ import { G as f } from "../../../../gold-leaf-view-Bj1U7ia0.js";
2
2
  export {
3
3
  f as default
4
4
  };
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { b as g, b as h } from "../../../../../gold-leaf-view-Ct4xOIci.js";
2
+ import { b as g, b as h } from "../../../../../gold-leaf-view-Bj1U7ia0.js";
3
3
  import "../../../../atoms/column/column.js";
4
4
  import "../../../../atoms/row/row.js";
5
5
  import "react";
6
- import "../../../../atoms/text/subheadline/subheadline.js";
6
+ import "../../../../atoms/text/sub-headline/sub-headline.js";
7
7
  import "../../../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../../../atoms/group/group.js";
9
9
  import "../../../wrapper/wrapper.js";
@@ -1,9 +1,9 @@
1
1
  import "react/jsx-runtime";
2
- import { a as c, a as h } from "../../../../../gold-leaf-view-Ct4xOIci.js";
2
+ import { a as c, a as h } from "../../../../../gold-leaf-view-Bj1U7ia0.js";
3
3
  import "../../../../atoms/column/column.js";
4
4
  import "../../../../atoms/row/row.js";
5
5
  import "react";
6
- import "../../../../atoms/text/subheadline/subheadline.js";
6
+ import "../../../../atoms/text/sub-headline/sub-headline.js";
7
7
  import "../../../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../../../atoms/group/group.js";
9
9
  import "../../../wrapper/wrapper.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as o } from "react/jsx-runtime";
2
- import { G as r } from "../../../gold-leaf-view-Ct4xOIci.js";
2
+ import { G as r } from "../../../gold-leaf-view-Bj1U7ia0.js";
3
3
  const d = ({ goldLeafModel: e = null, dataTestId: f = "golf-leaf-view", mode: t = "view", customClass: a, customStyle: l }) => {
4
4
  switch (t) {
5
5
  case "view":
@@ -2,7 +2,7 @@ import { jsxs as p, jsx as r } from "react/jsx-runtime";
2
2
  import e from "../../atoms/column/column.js";
3
3
  import "../../atoms/row/row.js";
4
4
  import n from "../../atoms/image/image.js";
5
- import f from "../../atoms/text/subheadline/subheadline.js";
5
+ import f from "../../atoms/text/sub-headline/sub-headline.js";
6
6
  import "react";
7
7
  import "../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../atoms/group/group.js";
@@ -6,10 +6,10 @@ import f from "../../atoms/text/paragraph/paragraph.js";
6
6
  import T from "../../atoms/text/span/span.js";
7
7
  import E from "../../atoms/text/animate-number/animate-number.js";
8
8
  import "../../atoms/group/group.js";
9
+ import "../../../react-spring_web.modern-ClBJWBW2.js";
9
10
  import "../wrapper/wrapper.js";
10
11
  import "../wallpaper/wallpaper.js";
11
12
  import "../../../index-BfWW2ojg.js";
12
- import "../../../react-spring_web.modern-ClBJWBW2.js";
13
13
  import "../../organisms/registration/registration-machine.js";
14
14
  import "../../../transform-DGclBZTD.js";
15
15
  import "../../organisms/survey/question/edit/edit-option-list/edit-option-list-machine.js";
@@ -1,16 +1,22 @@
1
1
  import { jsx as a } from "react/jsx-runtime";
2
- import m from "../../atoms/column/column.js";
3
- import { c as r } from "../../../clsx.m-BMVuQnLY.js";
4
- const c = "_page_dco2q_1", p = {
5
- page: c
6
- }, u = ({ backgroundColor: o = "", customClass: s = "", customStyle: t = {}, ...e }) => /* @__PURE__ */ a(
7
- m,
2
+ import r from "../../atoms/column/column.js";
3
+ import { c } from "../../../clsx.m-BMVuQnLY.js";
4
+ const m = "_page_dco2q_1", p = {
5
+ page: m
6
+ }, d = ({
7
+ backgroundColor: e = "",
8
+ customClass: o = "",
9
+ customStyle: t = {},
10
+ ...s
11
+ }) => /* @__PURE__ */ a(
12
+ r,
8
13
  {
9
- ...e,
10
- customClass: r(p.page, s),
11
- customStyle: { backgroundColor: o, ...t }
14
+ ...s,
15
+ customClass: c(p.page, o),
16
+ customStyle: { backgroundColor: e, ...t },
17
+ children: "add the page here"
12
18
  }
13
19
  );
14
20
  export {
15
- u as default
21
+ d as default
16
22
  };
@@ -2,7 +2,7 @@ import { jsxs as n, jsx as o } from "react/jsx-runtime";
2
2
  import l from "../../../atoms/column/column.js";
3
3
  import "../../../atoms/row/row.js";
4
4
  import "react";
5
- import c from "../../../atoms/text/subheadline/subheadline.js";
5
+ import c from "../../../atoms/text/sub-headline/sub-headline.js";
6
6
  import r from "../../../atoms/text/paragraph/paragraph.js";
7
7
  import i from "../../../atoms/list/list.js";
8
8
  import e from "../../../atoms/list/list-item/list-item.js";
@@ -2,7 +2,7 @@ import { jsxs as r, jsx as e } from "react/jsx-runtime";
2
2
  import l from "../../../atoms/column/column.js";
3
3
  import "../../../atoms/row/row.js";
4
4
  import "react";
5
- import d from "../../../atoms/text/subheadline/subheadline.js";
5
+ import d from "../../../atoms/text/sub-headline/sub-headline.js";
6
6
  import n from "../../../atoms/text/paragraph/paragraph.js";
7
7
  import i from "../../../atoms/list/list.js";
8
8
  import o from "../../../atoms/list/list-item/list-item.js";
@@ -2,7 +2,7 @@ import { jsx as r, jsxs as s } from "react/jsx-runtime";
2
2
  import n from "../../atoms/column/column.js";
3
3
  import "../../atoms/row/row.js";
4
4
  import "react";
5
- import a from "../../atoms/text/subheadline/subheadline.js";
5
+ import a from "../../atoms/text/sub-headline/sub-headline.js";
6
6
  import c from "../../atoms/text/paragraph/paragraph.js";
7
7
  import d from "../../atoms/list/list.js";
8
8
  import f from "../../atoms/list/list-item/list-item.js";
@@ -3,7 +3,7 @@ import j from "../../atoms/column/column.js";
3
3
  import { c as y } from "../../../clsx.m-BMVuQnLY.js";
4
4
  import "../../atoms/row/row.js";
5
5
  import "react";
6
- import H from "../../atoms/text/subheadline/subheadline.js";
6
+ import H from "../../atoms/text/sub-headline/sub-headline.js";
7
7
  import "../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../atoms/group/group.js";
9
9
  import "../wrapper/wrapper.js";
@@ -1,27 +1,33 @@
1
- import { jsx as m } from "react/jsx-runtime";
2
- import i from "../../atoms/column/column.js";
3
- import { s as e } from "../../../tile.module-DWYaYExr.js";
1
+ import { jsx as i } from "react/jsx-runtime";
2
+ import m from "../../atoms/column/column.js";
3
+ import { s as t } from "../../../tile.module-DWYaYExr.js";
4
4
  import { c as n } from "../../../clsx.m-BMVuQnLY.js";
5
5
  const g = ({
6
6
  isSelected: c = !1,
7
- isInteractive: h = !1,
8
- customClass: u,
9
- size: t = 100,
7
+ isInteractive: d = !1,
8
+ customClass: h,
9
+ size: e = 100,
10
10
  fill: o = "#eee",
11
- customStyle: s = {},
12
- type: d,
11
+ customStyle: l = {},
12
+ type: u,
13
13
  model: f = {},
14
- sample: l = "shallow-water",
15
- ...r
14
+ sample: r = "shallow-water",
15
+ ...s
16
16
  }) => {
17
- const a = { ...s, width: t, height: t, backgroundColor: o };
18
- return /* @__PURE__ */ m(
19
- i,
17
+ const a = {
18
+ ...l,
19
+ width: e,
20
+ height: e,
21
+ backgroundColor: o
22
+ };
23
+ return /* @__PURE__ */ i(
24
+ m,
20
25
  {
21
- customClass: n(e.innerTile, e[l]),
26
+ customClass: n(t.innerTile, t[r]),
22
27
  hasChildrenCentered: !0,
23
- customStyle: { ...a, width: t - 4, height: t - 4 },
24
- ...r
28
+ customStyle: { ...a, width: e - 4, height: e - 4 },
29
+ ...s,
30
+ children: "add child component here"
25
31
  }
26
32
  );
27
33
  };
@@ -2,7 +2,7 @@ import { jsx as f, jsxs as z } from "react/jsx-runtime";
2
2
  import v from "../../atoms/column/column.js";
3
3
  import P from "../../atoms/row/row.js";
4
4
  import e from "../../atoms/image/image.js";
5
- import T from "../../atoms/text/subheadline/subheadline.js";
5
+ import T from "../../atoms/text/sub-headline/sub-headline.js";
6
6
  import "react";
7
7
  import "../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../atoms/group/group.js";
@@ -1,5 +1,5 @@
1
1
  import { jsx as r, jsxs as x } from "react/jsx-runtime";
2
- import a from "../../../atoms/column/column.js";
2
+ import d from "../../../atoms/column/column.js";
3
3
  import { c as f } from "../../../../clsx.m-BMVuQnLY.js";
4
4
  import "../../../atoms/row/row.js";
5
5
  import "react";
@@ -13,9 +13,9 @@ import "../../../../transform-DGclBZTD.js";
13
13
  import "../../survey/question/edit/edit-option-list/edit-option-list-machine.js";
14
14
  import "../../../../index.esm-DI2C2CaF.js";
15
15
  import "../../../../react-masonry-css.module-CJ43viV7.js";
16
- const S = "_actor_17tui_1", d = {
16
+ const S = "_actor_17tui_1", a = {
17
17
  actor: S
18
- }, m = 50, k = { color: "purple" }, w = { color: "green" }, v = { color: "cornflowerblue" }, T = { head: k, body: w, legs: v, type: "humanoid" }, z = (l, s) => {
18
+ }, m = 50, w = { color: "purple" }, k = { color: "green" }, v = { color: "cornflowerblue" }, T = { head: w, body: k, legs: v, type: "humanoid" }, z = (l, s) => {
19
19
  const { head: c, body: n, legs: t } = l, e = Math.floor(s / 3) - 4, o = String(e) === "NaN" ? 0 : e;
20
20
  return /* @__PURE__ */ x("div", { children: [
21
21
  /* @__PURE__ */ r(
@@ -59,7 +59,7 @@ const S = "_actor_17tui_1", d = {
59
59
  children: o = null,
60
60
  ...p
61
61
  }) => {
62
- const h = f(d.actor, s), i = (t == null ? void 0 : t.type) || null, y = () => {
62
+ const h = f(a.actor, s), i = (t == null ? void 0 : t.type) || null, y = () => {
63
63
  switch (i) {
64
64
  case "humanoid":
65
65
  case "one":
@@ -70,21 +70,19 @@ const S = "_actor_17tui_1", d = {
70
70
  }
71
71
  }, { x: C, y: b, z: g } = l;
72
72
  return /* @__PURE__ */ r(
73
- a,
73
+ d,
74
74
  {
75
- customClass: d.actor,
75
+ customClass: a.actor,
76
76
  customStyle: {
77
77
  ...c,
78
78
  transform: `translate3d(${C}px, ${b}px, ${g}px)`
79
79
  },
80
- name: "actor tile",
81
80
  ...p,
82
81
  children: /* @__PURE__ */ r(
83
- a,
82
+ d,
84
83
  {
85
84
  customClass: h,
86
85
  customStyle: { ...u, ...n },
87
- name: "actor skin",
88
86
  children: i ? y() : o
89
87
  }
90
88
  )
@@ -2,7 +2,7 @@ import { jsx as o, jsxs as i } from "react/jsx-runtime";
2
2
  import t from "../../atoms/column/column.js";
3
3
  import p from "../../atoms/row/row.js";
4
4
  import "react";
5
- import l from "../../atoms/text/subheadline/subheadline.js";
5
+ import l from "../../atoms/text/sub-headline/sub-headline.js";
6
6
  import "../../../react-spring_web.modern-ClBJWBW2.js";
7
7
  import "../../atoms/group/group.js";
8
8
  import m from "../../molecules/wrapper/wrapper.js";
@@ -7,7 +7,7 @@ import k from "../../atoms/checkbox/checkbox.js";
7
7
  import L from "../../atoms/button/button.js";
8
8
  import m from "../../atoms/row/row.js";
9
9
  import C from "../../atoms/horizontal-line/horizontal-line.js";
10
- import c from "../../atoms/text/subheadline/subheadline.js";
10
+ import c from "../../atoms/text/sub-headline/sub-headline.js";
11
11
  import v from "../../atoms/text/paragraph/paragraph.js";
12
12
  import S from "../../atoms/text/input/text-input.js";
13
13
  import R from "../../atoms/text/label/label.js";
@@ -4,7 +4,7 @@ import f from "./edit-listicle-item-list/listicle-item.js";
4
4
  import e from "../../atoms/column/column.js";
5
5
  import "../../atoms/row/row.js";
6
6
  import "react";
7
- import h from "../../atoms/text/subheadline/subheadline.js";
7
+ import h from "../../atoms/text/sub-headline/sub-headline.js";
8
8
  import x from "../../atoms/list/list.js";
9
9
  import "../../../react-spring_web.modern-ClBJWBW2.js";
10
10
  import "../../atoms/group/group.js";
@@ -4,7 +4,7 @@ import l from "./listicle-item-list.js";
4
4
  import e from "../../atoms/column/column.js";
5
5
  import "../../atoms/row/row.js";
6
6
  import "react";
7
- import c from "../../atoms/text/subheadline/subheadline.js";
7
+ import c from "../../atoms/text/sub-headline/sub-headline.js";
8
8
  import "../../../react-spring_web.modern-ClBJWBW2.js";
9
9
  import "../../atoms/group/group.js";
10
10
  import "../../molecules/wrapper/wrapper.js";
@@ -14,7 +14,7 @@ import "../../../transform-DGclBZTD.js";
14
14
  import "../survey/question/edit/edit-option-list/edit-option-list-machine.js";
15
15
  import "../../../index.esm-DI2C2CaF.js";
16
16
  import "../../../react-masonry-css.module-CJ43viV7.js";
17
- import T from "../../atoms/text/subheadline/subheadline.js";
17
+ import T from "../../atoms/text/sub-headline/sub-headline.js";
18
18
  import { s as y } from "../../../login.module-CqspwyQc.js";
19
19
  import j from "./login-fields-transition.js";
20
20
  import R from "./login-submit-transition.js";
@@ -2,7 +2,7 @@ import { jsx as o, jsxs as r } from "react/jsx-runtime";
2
2
  import l from "../../atoms/column/column.js";
3
3
  import P from "../../atoms/row/row.js";
4
4
  import "react";
5
- import u from "../../atoms/text/subheadline/subheadline.js";
5
+ import u from "../../atoms/text/sub-headline/sub-headline.js";
6
6
  import "../../../react-spring_web.modern-ClBJWBW2.js";
7
7
  import "../../atoms/group/group.js";
8
8
  import "../../molecules/wrapper/wrapper.js";
@@ -2,7 +2,7 @@ import { jsxs as g, jsx as r } from "react/jsx-runtime";
2
2
  import { useEffect as s } from "react";
3
3
  import _ from "../../atoms/column/column.js";
4
4
  import "../../atoms/row/row.js";
5
- import y from "../../atoms/text/subheadline/subheadline.js";
5
+ import y from "../../atoms/text/sub-headline/sub-headline.js";
6
6
  import "../../../react-spring_web.modern-ClBJWBW2.js";
7
7
  import "../../atoms/group/group.js";
8
8
  import "../../molecules/wrapper/wrapper.js";
@@ -4,7 +4,7 @@ import "../../atoms/column/column.js";
4
4
  import "../../atoms/row/row.js";
5
5
  import "react";
6
6
  import s from "../../atoms/text/headline/headline.js";
7
- import u from "../../atoms/text/subheadline/subheadline.js";
7
+ import u from "../../atoms/text/sub-headline/sub-headline.js";
8
8
  import p from "../../atoms/form/form.js";
9
9
  import c from "../../atoms/text/input/text-input.js";
10
10
  import "../../../react-spring_web.modern-ClBJWBW2.js";
@@ -2,7 +2,7 @@ import { jsxs as n, jsx as i } from "react/jsx-runtime";
2
2
  import m from "../../../../atoms/column/column.js";
3
3
  import "../../../../atoms/row/row.js";
4
4
  import "react";
5
- import s from "../../../../atoms/text/subheadline/subheadline.js";
5
+ import s from "../../../../atoms/text/sub-headline/sub-headline.js";
6
6
  import l from "../../../../atoms/text/paragraph/paragraph.js";
7
7
  import "../../../../../react-spring_web.modern-ClBJWBW2.js";
8
8
  import "../../../../atoms/group/group.js";
@@ -3,7 +3,7 @@ import l from "../../../atoms/column/column.js";
3
3
  import m from "../../../atoms/row/row.js";
4
4
  import "react";
5
5
  import c from "../../../atoms/text/headline/headline.js";
6
- import h from "../../../atoms/text/subheadline/subheadline.js";
6
+ import h from "../../../atoms/text/sub-headline/sub-headline.js";
7
7
  import e from "../../../atoms/text/paragraph/paragraph.js";
8
8
  import d from "../../../atoms/list/list.js";
9
9
  import n from "../../../atoms/list/list-item/list-item.js";
@@ -3,7 +3,7 @@ import a from "../../../atoms/column/column.js";
3
3
  import c from "../../../atoms/row/row.js";
4
4
  import "react";
5
5
  import h from "../../../atoms/text/headline/headline.js";
6
- import m from "../../../atoms/text/subheadline/subheadline.js";
6
+ import m from "../../../atoms/text/sub-headline/sub-headline.js";
7
7
  import e from "../../../atoms/text/paragraph/paragraph.js";
8
8
  import d from "../../../atoms/list/list.js";
9
9
  import n from "../../../atoms/list/list-item/list-item.js";
@@ -15,7 +15,7 @@ import "./index.esm-DI2C2CaF.js";
15
15
  import "./react-masonry-css.module-CJ43viV7.js";
16
16
  import { GoldLeafEmailView as C } from "./components/molecules/gold-leaf/gold-leaf-view/email/gold-leaf-email-view.js";
17
17
  import { s as o } from "./gold-leaf-view.module-p3mWnO60.js";
18
- import d from "./components/atoms/text/subheadline/subheadline.js";
18
+ import d from "./components/atoms/text/sub-headline/sub-headline.js";
19
19
  import b from "./components/molecules/gold-leaf/gold-leaf-view/title-image/gold-leaf-image.js";
20
20
  import u from "./components/atoms/link/link.js";
21
21
  const c = () => /* @__PURE__ */ t(s, { children: "No Golf Leaf!" }), x = ({
package/dist/index.js CHANGED
@@ -8,8 +8,8 @@ import { default as T } from "./components/atoms/button/button.js";
8
8
  import { default as g } from "./components/atoms/row/row.js";
9
9
  import { default as b } from "./components/atoms/image/image.js";
10
10
  import { default as L } from "./components/atoms/horizontal-line/horizontal-line.js";
11
- import { default as w } from "./components/atoms/text/headline/headline.js";
12
- import { default as A } from "./components/atoms/text/subheadline/subheadline.js";
11
+ import { default as h } from "./components/atoms/text/headline/headline.js";
12
+ import { default as y } from "./components/atoms/text/sub-headline/sub-headline.js";
13
13
  import { default as S } from "./components/atoms/text/paragraph/paragraph.js";
14
14
  import { default as I } from "./components/atoms/form/form.js";
15
15
  import { default as R } from "./components/atoms/text/input/text-input.js";
@@ -25,151 +25,153 @@ import { default as X } from "./components/atoms/text/animate-number/animate-num
25
25
  import { default as Z } from "./components/atoms/svg/svg.js";
26
26
  import { default as $ } from "./components/atoms/circle/circle.js";
27
27
  import { default as ae } from "./components/atoms/group/group.js";
28
- import { default as oe } from "./components/molecules/checkboxlabel/checkboxlabel.js";
29
- import { default as fe } from "./components/molecules/wrapper/wrapper.js";
30
- import { default as se } from "./components/molecules/wallpaper/wallpaper.js";
31
- import { J as pe, T as me, a as ue } from "./index-BfWW2ojg.js";
32
- import { default as ie } from "./components/molecules/modal/modal.js";
33
- import { default as Te } from "./components/molecules/stagger/stagger.js";
34
- import { default as ge } from "./components/molecules/related-articles/related-articles.js";
35
- import { default as be } from "./components/molecules/card/card.js";
36
- import { default as Le } from "./components/molecules/gold-leaf/gold-leaf.js";
37
- import { B as we } from "./bolt-CUzvRxsQ.js";
38
- import { default as Ae } from "./components/molecules/user/user.js";
39
- import { default as Se } from "./components/molecules/key-value-pairs/key-value-pairs.js";
40
- import { default as Ie } from "./components/molecules/loading/loading.js";
41
- import { default as Re } from "./components/molecules/error/error.js";
42
- import { default as Ue } from "./components/molecules/keywords/keywords.js";
43
- import { default as ke } from "./components/molecules/policies/privacy-policy/privacy-policy.js";
44
- import { default as Ee } from "./components/molecules/policies/terms-of-use/terms-of-use.js";
45
- import { default as Ve } from "./components/molecules/radio-group/radio-group.js";
46
- import { default as De } from "./components/molecules/carousel/carousel.js";
47
- import { default as Ke } from "./components/molecules/venn-diagram/venn-diagram.js";
28
+ import { default as oe } from "./components/molecules/animated/animated-column/animated-column.js";
29
+ import { default as fe } from "./components/molecules/checkboxlabel/checkboxlabel.js";
30
+ import { default as se } from "./components/molecules/wrapper/wrapper.js";
31
+ import { default as pe } from "./components/molecules/wallpaper/wallpaper.js";
32
+ import { J as ue, T as xe, a as ie } from "./index-BfWW2ojg.js";
33
+ import { default as Te } from "./components/molecules/modal/modal.js";
34
+ import { default as ge } from "./components/molecules/stagger/stagger.js";
35
+ import { default as be } from "./components/molecules/related-articles/related-articles.js";
36
+ import { default as Le } from "./components/molecules/card/card.js";
37
+ import { default as he } from "./components/molecules/gold-leaf/gold-leaf.js";
38
+ import { B as ye } from "./bolt-CUzvRxsQ.js";
39
+ import { default as Se } from "./components/molecules/user/user.js";
40
+ import { default as Ie } from "./components/molecules/key-value-pairs/key-value-pairs.js";
41
+ import { default as Re } from "./components/molecules/loading/loading.js";
42
+ import { default as Ue } from "./components/molecules/error/error.js";
43
+ import { default as ke } from "./components/molecules/keywords/keywords.js";
44
+ import { default as Ee } from "./components/molecules/policies/privacy-policy/privacy-policy.js";
45
+ import { default as Ve } from "./components/molecules/policies/terms-of-use/terms-of-use.js";
46
+ import { default as De } from "./components/molecules/radio-group/radio-group.js";
47
+ import { default as Ke } from "./components/molecules/carousel/carousel.js";
48
+ import { default as Ne } from "./components/molecules/venn-diagram/venn-diagram.js";
48
49
  import "react/jsx-runtime";
49
- import { default as Ne } from "./components/organisms/bento/bento.js";
50
- import { default as je } from "./components/organisms/listicle/listicle.js";
51
- import { default as Xe } from "./components/organisms/login/login.js";
52
- import { default as Ze } from "./components/organisms/registration/registration.js";
53
- import { default as $e } from "./components/organisms/branch/branch.js";
54
- import { default as aa } from "./components/organisms/branches/branches.js";
55
- import { default as oa } from "./components/organisms/charts/chart/chart.js";
56
- import { default as fa } from "./components/organisms/metrics/metrics.js";
57
- import { default as sa } from "./components/organisms/animation/reverse-text-animation/reverse-text-animation.js";
58
- import { default as pa } from "./components/organisms/survey/question/edit/edit-title-input.js";
59
- import { default as ua } from "./components/organisms/survey/question/edit/edit-question.js";
60
- import { default as ia } from "./components/organisms/survey/question/take/multiple-choice.js";
61
- import { default as Ta } from "./components/organisms/survey/question/take/take-answer-input.js";
62
- import { default as ga } from "./components/organisms/survey/question/edit/answer-input.js";
63
- import { default as ba } from "./components/organisms/survey/question/take/question.js";
64
- import { default as La } from "./components/organisms/actors/actor/actor.js";
65
- import { default as wa } from "./components/organisms/stage/stage.js";
66
- import { default as Aa } from "./components/organisms/actors/party/hunter/hunter.js";
67
- import { default as Sa } from "./components/organisms/actors/party/warrior/warrior.js";
68
- import { default as Ia } from "./components/organisms/actors/party/cleric/cleric.js";
69
- import { default as Ra } from "./components/organisms/actors/party/wizard/wizard.js";
70
- import { default as Ua } from "./components/organisms/actors/wisp/wisp.js";
71
- import { default as ka } from "./components/organisms/masonry/masonry.js";
72
- import { default as Ea } from "./components/templates/home/home.js";
73
- import { default as Va } from "./components/templates/home/headwinds/headwinds-home.js";
74
- import { default as Da } from "./components/templates/articles/article/article.js";
75
- import { default as Ka } from "./components/pages/home/headwinds/home.js";
76
- import { default as Na } from "./components/pages/home/home.js";
77
- import { g as ja } from "./mobile-detect-CWVWWCSg.js";
78
- import { default as Xa } from "./utils/golds/feed-util.js";
79
- import { c as Za } from "./colour-util-Bzfca_cM.js";
80
- import { F as $a } from "./fp-util-DZLSTUg5.js";
81
- import { S as ar } from "./string-util-D7tmqJRS.js";
82
- import { default as or } from "./providers/cross-country-provider.js";
83
- import { default as fr } from "./components/atoms/link/link.js";
84
- import { T as sr, a as dr, d as pr, b as mr, c as ur } from "./table-data-BnRZ5F7y.js";
50
+ import { default as je } from "./components/organisms/bento/bento.js";
51
+ import { default as Xe } from "./components/organisms/listicle/listicle.js";
52
+ import { default as Ze } from "./components/organisms/login/login.js";
53
+ import { default as $e } from "./components/organisms/registration/registration.js";
54
+ import { default as aa } from "./components/organisms/branch/branch.js";
55
+ import { default as oa } from "./components/organisms/branches/branches.js";
56
+ import { default as fa } from "./components/organisms/charts/chart/chart.js";
57
+ import { default as sa } from "./components/organisms/metrics/metrics.js";
58
+ import { default as pa } from "./components/organisms/animation/reverse-text-animation/reverse-text-animation.js";
59
+ import { default as ua } from "./components/organisms/survey/question/edit/edit-title-input.js";
60
+ import { default as ia } from "./components/organisms/survey/question/edit/edit-question.js";
61
+ import { default as Ta } from "./components/organisms/survey/question/take/multiple-choice.js";
62
+ import { default as ga } from "./components/organisms/survey/question/take/take-answer-input.js";
63
+ import { default as ba } from "./components/organisms/survey/question/edit/answer-input.js";
64
+ import { default as La } from "./components/organisms/survey/question/take/question.js";
65
+ import { default as ha } from "./components/organisms/actors/actor/actor.js";
66
+ import { default as ya } from "./components/organisms/stage/stage.js";
67
+ import { default as Sa } from "./components/organisms/actors/party/hunter/hunter.js";
68
+ import { default as Ia } from "./components/organisms/actors/party/warrior/warrior.js";
69
+ import { default as Ra } from "./components/organisms/actors/party/cleric/cleric.js";
70
+ import { default as Ua } from "./components/organisms/actors/party/wizard/wizard.js";
71
+ import { default as ka } from "./components/organisms/actors/wisp/wisp.js";
72
+ import { default as Ea } from "./components/organisms/masonry/masonry.js";
73
+ import { default as Va } from "./components/templates/home/home.js";
74
+ import { default as Da } from "./components/templates/home/headwinds/headwinds-home.js";
75
+ import { default as Ka } from "./components/templates/articles/article/article.js";
76
+ import { default as Na } from "./components/pages/home/headwinds/home.js";
77
+ import { default as ja } from "./components/pages/home/home.js";
78
+ import { g as Xa } from "./mobile-detect-CWVWWCSg.js";
79
+ import { default as Za } from "./utils/golds/feed-util.js";
80
+ import { c as $a } from "./colour-util-Bzfca_cM.js";
81
+ import { F as ar } from "./fp-util-DZLSTUg5.js";
82
+ import { S as or } from "./string-util-D7tmqJRS.js";
83
+ import { default as fr } from "./providers/cross-country-provider.js";
84
+ import { default as sr } from "./components/atoms/link/link.js";
85
+ import { T as pr, a as mr, d as ur, b as xr, c as ir } from "./table-data-BnRZ5F7y.js";
85
86
  export {
86
- La as Actor,
87
+ ha as Actor,
87
88
  X as AnimateNumber,
88
- ga as AnswerInput,
89
- Da as ArticleTemplate,
90
- Ne as Bento,
89
+ oe as AnimatedColumn,
90
+ ba as AnswerInput,
91
+ Ka as ArticleTemplate,
92
+ je as Bento,
91
93
  D as Bold,
92
- we as Bolt,
93
- $e as Branch,
94
- aa as Branches,
94
+ ye as Bolt,
95
+ aa as Branch,
96
+ oa as Branches,
95
97
  T as Button,
96
- be as Card,
97
- De as Carousel,
98
- oa as Chart,
98
+ Le as Card,
99
+ Ke as Carousel,
100
+ fa as Chart,
99
101
  u as Checkbox,
100
- oe as CheckboxLabel,
102
+ fe as CheckboxLabel,
101
103
  $ as Circle,
102
- Ia as Cleric,
103
- Za as ColourUtil,
104
+ Ra as Cleric,
105
+ $a as ColourUtil,
104
106
  p as Column,
105
107
  f as CrossCountryLogo,
106
- or as CrossCountryProvider,
107
- ua as EditQuestion,
108
- pa as EditTitleInput,
109
- Re as Error,
108
+ fr as CrossCountryProvider,
109
+ ia as EditQuestion,
110
+ ua as EditTitleInput,
111
+ Ue as Error,
110
112
  I as Form,
111
- $a as FpUtil,
112
- Le as GoldLeaf,
113
+ ar as FpUtil,
114
+ he as GoldLeaf,
113
115
  s as Grid,
114
116
  ae as Group,
115
- w as Headline,
116
- Ka as HeadwindsHomePage,
117
- Va as HeadwindsHomeTemplate,
117
+ h as Headline,
118
+ Na as HeadwindsHomePage,
119
+ Da as HeadwindsHomeTemplate,
118
120
  o as HeadwindsLogo,
119
121
  V as Hilight,
120
- Na as HomePage,
121
- Ea as HomeTemplate,
122
+ ja as HomePage,
123
+ Va as HomeTemplate,
122
124
  L as HorizontalLine,
123
- Aa as Hunter,
125
+ Sa as Hunter,
124
126
  b as Image,
125
- pe as JsonMapTileGrid,
126
- Se as KeyValuePairs,
127
- Ue as Keywords,
127
+ ue as JsonMapTileGrid,
128
+ Ie as KeyValuePairs,
129
+ ke as Keywords,
128
130
  K as Label,
129
- fr as Link,
131
+ sr as Link,
130
132
  N as List,
131
133
  j as ListItem,
132
- je as Listicle,
133
- Ie as Loading,
134
- Xe as Login,
135
- ka as Masonry,
136
- fa as Metrics,
137
- ie as Modal,
138
- ia as MultipleChoice,
134
+ Xe as Listicle,
135
+ Re as Loading,
136
+ Ze as Login,
137
+ Ea as Masonry,
138
+ sa as Metrics,
139
+ Te as Modal,
140
+ Ta as MultipleChoice,
139
141
  S as Paragraph,
140
- ke as PrivacyPolicy,
141
- ba as Question,
142
+ Ee as PrivacyPolicy,
143
+ La as Question,
142
144
  i as Radio,
143
- Ve as RadioGroup,
144
- Ze as Registration,
145
- ge as RelatedArticles,
146
- sa as ReverseTextAnimation,
145
+ De as RadioGroup,
146
+ $e as Registration,
147
+ be as RelatedArticles,
148
+ pa as ReverseTextAnimation,
147
149
  g as Row,
148
150
  Z as SVG,
149
151
  E as Select,
150
152
  k as Span,
151
- wa as Stage,
152
- Te as Stagger,
153
- ar as StringUtil,
154
- A as SubHeadline,
155
- sr as Table,
156
- dr as TableBody,
157
- pr as TableData,
158
- mr as TableHead,
159
- ur as TableRow,
160
- Ta as TakeAnswerInput,
161
- Ee as TermsOfUse,
153
+ ya as Stage,
154
+ ge as Stagger,
155
+ or as StringUtil,
156
+ y as SubHeadline,
157
+ pr as Table,
158
+ mr as TableBody,
159
+ ur as TableData,
160
+ xr as TableHead,
161
+ ir as TableRow,
162
+ ga as TakeAnswerInput,
163
+ Ve as TermsOfUse,
162
164
  U as TextArea,
163
165
  R as TextInput,
164
- me as Tile,
165
- ue as TileGrid,
166
- Ae as User,
167
- Ke as VennDiagram,
168
- se as Wallpaper,
169
- Sa as Warrior,
170
- Ua as Wisp,
171
- Ra as Wizard,
172
- fe as Wrapper,
173
- Xa as feedUtil,
174
- ja as getIsMobile
166
+ xe as Tile,
167
+ ie as TileGrid,
168
+ Se as User,
169
+ Ne as VennDiagram,
170
+ pe as Wallpaper,
171
+ Ia as Warrior,
172
+ ka as Wisp,
173
+ Ua as Wizard,
174
+ se as Wrapper,
175
+ Za as feedUtil,
176
+ Xa as getIsMobile
175
177
  };
@@ -9,5 +9,5 @@ export interface ColumnProps extends React.HTMLAttributes<HTMLHRElement> {
9
9
  customStyle?: React.CSSProperties;
10
10
  customClass?: string;
11
11
  }
12
- declare const Column: React.ForwardRefExoticComponent<Omit<any, "ref"> & React.RefAttributes<unknown>>;
12
+ declare const Column: React.ForwardRefExoticComponent<ColumnProps & React.RefAttributes<HTMLDivElement>>;
13
13
  export default Column;
@@ -6,5 +6,5 @@ export * from './input';
6
6
  export * from './label';
7
7
  export * from './paragraph';
8
8
  export * from './span';
9
- export * from './subheadline';
9
+ export * from './sub-headline';
10
10
  export * from './text-area';
@@ -0,0 +1,2 @@
1
+ export { default } from './sub-headline';
2
+ export type { SubHeadlineProps } from './sub-headline';
@@ -20,8 +20,8 @@ export { default as HorizontalLine } from './atoms/horizontal-line';
20
20
  export type { HorizontalLineProps } from './atoms/horizontal-line';
21
21
  export { default as Headline } from './atoms/text/headline/headline';
22
22
  export type { HeadlineProps } from './atoms/text/headline/headline';
23
- export { default as SubHeadline } from './atoms/text/subheadline/subheadline';
24
- export type { SubHeadlineProps } from './atoms/text/subheadline/subheadline';
23
+ export { default as SubHeadline } from './atoms/text/sub-headline/sub-headline';
24
+ export type { SubHeadlineProps } from './atoms/text/sub-headline/sub-headline';
25
25
  export { default as Paragraph } from './atoms/text/paragraph/paragraph';
26
26
  export type { ParagraphProps } from './atoms/text/paragraph/paragraph';
27
27
  export { default as Form } from './atoms/form';
@@ -64,6 +64,8 @@ export { default as Circle } from './atoms/circle';
64
64
  export type { CircleProps } from './atoms/circle';
65
65
  export { default as Group } from './atoms/group';
66
66
  export type { GroupProps } from './atoms/group';
67
+ export { default as AnimatedColumn } from './molecules/animated/animated-column';
68
+ export type { AnimatedColumnProps } from './molecules/animated/animated-column';
67
69
  export { default as CheckboxLabel } from './molecules/checkboxlabel';
68
70
  export type { CheckboxLabelProps } from './molecules/checkboxlabel';
69
71
  export { default as Wrapper } from './molecules/wrapper';
@@ -1,11 +1,12 @@
1
1
  import { ColumnProps } from '../../..';
2
-
2
+ import * as React from "react";
3
3
  export interface AnimationConfig {
4
4
  from?: object;
5
5
  to?: object;
6
6
  config?: object;
7
7
  }
8
8
  export interface AnimatedColumnProps extends ColumnProps {
9
+ children: React.ReactNode;
9
10
  animation?: AnimationConfig;
10
11
  }
11
12
  declare const AnimatedColumn: ({ children, animation, ...props }: AnimatedColumnProps) => import("react/jsx-runtime").JSX.Element;
@@ -3,5 +3,5 @@ import { default as React } from 'react';
3
3
  declare const InteractiveTile: React.ForwardRefExoticComponent<import('./types').TileType & {
4
4
  isInteractive?: boolean;
5
5
  springModel?: any;
6
- } & React.RefAttributes<unknown>>;
6
+ } & React.RefAttributes<HTMLDivElement>>;
7
7
  export default InteractiveTile;
@@ -2,5 +2,5 @@ import { TileType, InteractiveTileType } from './types';
2
2
 
3
3
  export interface TileProps extends TileType, InteractiveTileType {
4
4
  }
5
- declare const Tile: import('react').ForwardRefExoticComponent<TileProps & import('react').RefAttributes<unknown>>;
5
+ declare const Tile: import('react').ForwardRefExoticComponent<TileProps & import('react').RefAttributes<HTMLDivElement>>;
6
6
  export default Tile;
@@ -17,7 +17,7 @@ type GridIsland = {
17
17
  * @param {string[]} palette - an array of strings
18
18
  * @returns {GridResponseType} response
19
19
  */
20
- export declare const getIsland: (grid: any, GridTile: import('react').ForwardRefExoticComponent<import('../../..').TileProps & import('react').RefAttributes<unknown>>, GridRow: ({ tiles, index, styles }: {
20
+ export declare const getIsland: (grid: any, GridTile: import('react').ForwardRefExoticComponent<import('../../..').TileProps & import('react').RefAttributes<HTMLDivElement>>, GridRow: ({ tiles, index, styles }: {
21
21
  tiles: any;
22
22
  index: any;
23
23
  styles: any;
@@ -21,7 +21,7 @@ type GridIsland = {
21
21
  * @param {string[]} palette - an array of strings
22
22
  * @returns {GridResponseType} response
23
23
  */
24
- export declare const getIsland: (grid: any, GridTile: import('react').ForwardRefExoticComponent<import('../../../..').TileProps & import('react').RefAttributes<unknown>>, GridRow: ({ tiles, key, styles }: {
24
+ export declare const getIsland: (grid: any, GridTile: import('react').ForwardRefExoticComponent<import('../../../..').TileProps & import('react').RefAttributes<HTMLDivElement>>, GridRow: ({ tiles, key, styles }: {
25
25
  tiles: any;
26
26
  key: any;
27
27
  styles: any;
package/package.json CHANGED
@@ -1,13 +1,13 @@
1
1
  {
2
2
  "name": "cross-country",
3
- "version": "1.2.26",
3
+ "version": "1.2.28",
4
4
  "description": "an atomic design system built for personal metrics & lonely forest bathers",
5
5
  "author": "headwinds",
6
6
  "license": "MIT",
7
7
  "repository": "headwinds/cross-country",
8
8
  "type": "module",
9
9
  "main": "dist/index.js",
10
- "types": "dist/lib/components/index.d.ts",
10
+ "types": "dist/lib/index.d.ts",
11
11
  "files": [
12
12
  "dist"
13
13
  ],
@@ -68,44 +68,43 @@
68
68
  "vite": "^5.0.0",
69
69
  "vite-plugin-dts": "^3.6.4",
70
70
  "vite-plugin-lib-inject-css": "^1.3.0",
71
- "vitest": "^1.0.4"
71
+ "vitest": "^1.0.4",
72
+ "vite-plugin-css-injected-by-js": "^3.3.0",
73
+ "prismjs": "^1.23.0",
74
+ "rollup-plugin-css-only": "^4.5.2",
75
+ "@storybook/addon-docs": "^8.1.6",
76
+ "@storybook/addon-styling": "^1.3.7"
72
77
  },
73
78
  "dependencies": {
74
79
  "@mdx-js/react": "^3.0.1",
75
80
  "@phosphor-icons/react": "^2.0.15",
76
81
  "@react-spring/web": "^9.7.3",
77
82
  "@statelyai/inspect": "^0.2.5",
78
- "@storybook/addon-docs": "^8.1.6",
79
- "@storybook/addon-styling": "^1.3.7",
80
83
  "@tanstack/react-query": "^5.14.2",
81
84
  "@testing-library/jest-dom": "^6.1.5",
82
85
  "@testing-library/react": "^14.1.2",
83
86
  "@xstate/react": "4.1.0",
84
87
  "@xstate/store": "^2.4.0",
85
88
  "clsx": "^1.1.0",
86
- "cross-country": "^1.2.26",
89
+ "cross-country": "^1.2.27",
87
90
  "d3": "^7.8.2",
88
91
  "d3-axis": "^3.0.0",
89
92
  "date-fns": "^3.6.0",
90
93
  "debounce": "^2.0.0",
91
94
  "dompurify": "^3.1.6",
92
95
  "he": "^1.2.0",
93
- "html-react-parser": "^5.1.18",
94
96
  "htmlparser2": "^9.1.0",
95
97
  "idb": "^7.1.1",
96
98
  "immutable": "4.1.0",
97
99
  "nice-color-palettes": "^2.0.0",
98
- "prismjs": "^1.23.0",
99
100
  "react-day-picker": "^8.10.1",
100
101
  "react-error-boundary": "^4.0.11",
101
102
  "react-hook-form": "^7.49.3",
102
103
  "react-intl": "^7.1.4",
103
104
  "react-masonry-css": "^1.0.16",
104
105
  "react-player": "^2.16.0",
105
- "rollup-plugin-css-only": "^4.5.2",
106
106
  "unsplash-js": "^7.0.10",
107
107
  "uuid": "^8.0.0",
108
- "vite-plugin-css-injected-by-js": "^3.3.0",
109
108
  "xstate": "5.9.0",
110
109
  "zod": "^3.22.4"
111
110
  },
@@ -1,4 +0,0 @@
1
- import { default as o } from "./subheadline.js";
2
- export {
3
- o as default
4
- };
@@ -1,2 +0,0 @@
1
- export { default } from './subheadline';
2
- export type { SubHeadlineProps } from './subheadline';