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.
- package/dist/components/atoms/text/sub-headline/index.js +4 -0
- package/dist/components/index.js +115 -113
- package/dist/components/molecules/day-number/day-number.js +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/__tests__/gold-leaf-view.test.js +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/gold-leaf-view.js +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/index.js +1 -1
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-card.js +2 -2
- package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js +2 -2
- package/dist/components/molecules/gold-leaf/gold-leaf.js +1 -1
- package/dist/components/molecules/hero/hero.js +1 -1
- package/dist/components/molecules/key-value-pairs/key-value-pairs.js +1 -1
- package/dist/components/molecules/page/page.js +16 -10
- package/dist/components/molecules/policies/privacy-policy/privacy-policy.js +1 -1
- package/dist/components/molecules/policies/terms-of-use/terms-of-use.js +1 -1
- package/dist/components/molecules/related-articles/related-articles.js +1 -1
- package/dist/components/molecules/stagger/stagger.js +1 -1
- package/dist/components/molecules/tile/tile-color.js +22 -16
- package/dist/components/molecules/user/user.js +1 -1
- package/dist/components/organisms/actors/actor/actor.js +7 -9
- package/dist/components/organisms/blog/blog.js +1 -1
- package/dist/components/organisms/listicle/listicle-builder.js +1 -1
- package/dist/components/organisms/listicle/listicle-item-list.js +1 -1
- package/dist/components/organisms/listicle/listicle.js +1 -1
- package/dist/components/organisms/login/login-view.js +1 -1
- package/dist/components/organisms/palettes/palettes.js +1 -1
- package/dist/components/organisms/registration/registration.js +1 -1
- package/dist/components/organisms/survey/final-form.js +1 -1
- package/dist/components/organisms/survey/question/edit/edit-multiple-choice.js +1 -1
- package/dist/components/pages/home/headwinds/headwinds-sidequest.js +1 -1
- package/dist/components/pages/profile/headwinds/headwinds-profile.js +1 -1
- package/dist/{gold-leaf-view-Ct4xOIci.js → gold-leaf-view-Bj1U7ia0.js} +1 -1
- package/dist/index.js +124 -122
- package/dist/lib/components/atoms/column/column.d.ts +1 -1
- package/dist/lib/components/atoms/text/index.d.ts +1 -1
- package/dist/lib/components/atoms/text/sub-headline/index.d.ts +2 -0
- package/dist/lib/components/index.d.ts +4 -2
- package/dist/lib/components/molecules/animated/animated-column/animated-column.d.ts +2 -1
- package/dist/lib/components/molecules/tile/tile-interactive.d.ts +1 -1
- package/dist/lib/components/molecules/tile/tile.d.ts +1 -1
- package/dist/lib/components/organisms/worlds/area-of-effect/area-of-affect.d.ts +1 -1
- package/dist/lib/components/organisms/worlds/island/__stories__/island-util.d.ts +1 -1
- package/package.json +9 -10
- package/dist/components/atoms/text/subheadline/index.js +0 -4
- package/dist/lib/components/atoms/text/subheadline/index.d.ts +0 -2
- /package/dist/components/atoms/text/{subheadline/subheadline.js → sub-headline/sub-headline.js} +0 -0
- /package/dist/lib/components/atoms/text/{subheadline/subheadline.d.ts → sub-headline/sub-headline.d.ts} +0 -0
package/dist/components/index.js
CHANGED
|
@@ -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
|
|
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
|
|
11
|
-
import { default as
|
|
12
|
-
import { default as B } from "./atoms/text/
|
|
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/
|
|
29
|
-
import { default as fe } from "./molecules/
|
|
30
|
-
import { default as se } from "./molecules/
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import { default as Te } from "./molecules/
|
|
34
|
-
import { default as ge } from "./molecules/
|
|
35
|
-
import { default as be } from "./molecules/
|
|
36
|
-
import { default as
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { default as Ge } from "./molecules/
|
|
40
|
-
import { default as Ie } from "./molecules/
|
|
41
|
-
import { default as Se } from "./molecules/
|
|
42
|
-
import { default as We } from "./molecules/
|
|
43
|
-
import { default as Ee } from "./molecules/
|
|
44
|
-
import { default as ve } from "./molecules/policies/
|
|
45
|
-
import { default as De } from "./molecules/
|
|
46
|
-
import { default as Ke } from "./molecules/
|
|
47
|
-
import { default as Ue } from "./molecules/
|
|
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
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { default as
|
|
78
|
-
import { T as
|
|
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
|
-
|
|
81
|
+
ha as Actor,
|
|
81
82
|
X as AnimateNumber,
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
83
|
+
oe as AnimatedColumn,
|
|
84
|
+
ba as AnswerInput,
|
|
85
|
+
Ua as ArticleTemplate,
|
|
86
|
+
je as Bento,
|
|
85
87
|
K as Bold,
|
|
86
|
-
|
|
87
|
-
|
|
88
|
-
|
|
88
|
+
Be as Bolt,
|
|
89
|
+
aa as Branch,
|
|
90
|
+
oa as Branches,
|
|
89
91
|
T as Button,
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
|
|
92
|
+
Le as Card,
|
|
93
|
+
Ue as Carousel,
|
|
94
|
+
fa as Chart,
|
|
93
95
|
u as Checkbox,
|
|
94
|
-
|
|
96
|
+
fe as CheckboxLabel,
|
|
95
97
|
$ as Circle,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
+
Sa as Cleric,
|
|
99
|
+
m as Column,
|
|
98
100
|
f as CrossCountryLogo,
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
|
|
101
|
+
ia as EditQuestion,
|
|
102
|
+
ua as EditTitleInput,
|
|
103
|
+
We as Error,
|
|
102
104
|
I as Form,
|
|
103
|
-
|
|
105
|
+
he as GoldLeaf,
|
|
104
106
|
s as Grid,
|
|
105
107
|
ae as Group,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
108
|
+
h as Headline,
|
|
109
|
+
Na as HeadwindsHomePage,
|
|
110
|
+
Ka as HeadwindsHomeTemplate,
|
|
109
111
|
o as HeadwindsLogo,
|
|
110
112
|
D as Hilight,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
|
|
114
|
-
|
|
113
|
+
ja as HomePage,
|
|
114
|
+
Da as HomeTemplate,
|
|
115
|
+
L as HorizontalLine,
|
|
116
|
+
Ga as Hunter,
|
|
115
117
|
b as Image,
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
118
|
+
ue as JsonMapTileGrid,
|
|
119
|
+
Ie as KeyValuePairs,
|
|
120
|
+
Ee as Keywords,
|
|
119
121
|
U as Label,
|
|
120
|
-
|
|
122
|
+
Xa as Link,
|
|
121
123
|
N as List,
|
|
122
124
|
j as ListItem,
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
|
|
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
|
-
|
|
132
|
-
|
|
133
|
+
ve as PrivacyPolicy,
|
|
134
|
+
La as Question,
|
|
133
135
|
i as Radio,
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
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
|
-
|
|
143
|
-
|
|
144
|
+
Ba as Stage,
|
|
145
|
+
ge as Stagger,
|
|
144
146
|
B as SubHeadline,
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
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
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
162
|
-
|
|
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/
|
|
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-
|
|
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-
|
|
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,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { b as g, b as h } from "../../../../../gold-leaf-view-
|
|
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/
|
|
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";
|
package/dist/components/molecules/gold-leaf/gold-leaf-view/title-image/gold-title-image-card.js
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import "react/jsx-runtime";
|
|
2
|
-
import { a as c, a as h } from "../../../../../gold-leaf-view-
|
|
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/
|
|
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-
|
|
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/
|
|
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
|
|
3
|
-
import { c
|
|
4
|
-
const
|
|
5
|
-
page:
|
|
6
|
-
},
|
|
7
|
-
|
|
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
|
-
...
|
|
10
|
-
customClass:
|
|
11
|
-
customStyle: { backgroundColor:
|
|
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
|
-
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
2
|
-
import
|
|
3
|
-
import { s as
|
|
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:
|
|
8
|
-
customClass:
|
|
9
|
-
size:
|
|
7
|
+
isInteractive: d = !1,
|
|
8
|
+
customClass: h,
|
|
9
|
+
size: e = 100,
|
|
10
10
|
fill: o = "#eee",
|
|
11
|
-
customStyle:
|
|
12
|
-
type:
|
|
11
|
+
customStyle: l = {},
|
|
12
|
+
type: u,
|
|
13
13
|
model: f = {},
|
|
14
|
-
sample:
|
|
15
|
-
...
|
|
14
|
+
sample: r = "shallow-water",
|
|
15
|
+
...s
|
|
16
16
|
}) => {
|
|
17
|
-
const a = {
|
|
18
|
-
|
|
19
|
-
|
|
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(
|
|
26
|
+
customClass: n(t.innerTile, t[r]),
|
|
22
27
|
hasChildrenCentered: !0,
|
|
23
|
-
customStyle: { ...a, width:
|
|
24
|
-
...
|
|
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/
|
|
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
|
|
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",
|
|
16
|
+
const S = "_actor_17tui_1", a = {
|
|
17
17
|
actor: S
|
|
18
|
-
}, m = 50,
|
|
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(
|
|
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
|
-
|
|
73
|
+
d,
|
|
74
74
|
{
|
|
75
|
-
customClass:
|
|
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
|
-
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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/
|
|
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
|
|
12
|
-
import { default as
|
|
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/
|
|
29
|
-
import { default as fe } from "./components/molecules/
|
|
30
|
-
import { default as se } from "./components/molecules/
|
|
31
|
-
import {
|
|
32
|
-
import {
|
|
33
|
-
import { default as Te } from "./components/molecules/
|
|
34
|
-
import { default as ge } from "./components/molecules/
|
|
35
|
-
import { default as be } from "./components/molecules/
|
|
36
|
-
import { default as Le } from "./components/molecules/
|
|
37
|
-
import {
|
|
38
|
-
import {
|
|
39
|
-
import { default as Se } from "./components/molecules/
|
|
40
|
-
import { default as Ie } from "./components/molecules/
|
|
41
|
-
import { default as Re } from "./components/molecules/
|
|
42
|
-
import { default as Ue } from "./components/molecules/
|
|
43
|
-
import { default as ke } from "./components/molecules/
|
|
44
|
-
import { default as Ee } from "./components/molecules/policies/
|
|
45
|
-
import { default as Ve } from "./components/molecules/
|
|
46
|
-
import { default as De } from "./components/molecules/
|
|
47
|
-
import { default as Ke } from "./components/molecules/
|
|
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
|
|
50
|
-
import { default as
|
|
51
|
-
import { default as
|
|
52
|
-
import { default as
|
|
53
|
-
import { default as
|
|
54
|
-
import { default as
|
|
55
|
-
import { default as
|
|
56
|
-
import { default as
|
|
57
|
-
import { default as
|
|
58
|
-
import { default as
|
|
59
|
-
import { default as
|
|
60
|
-
import { default as
|
|
61
|
-
import { default as
|
|
62
|
-
import { default as
|
|
63
|
-
import { default as
|
|
64
|
-
import { default as
|
|
65
|
-
import { default as
|
|
66
|
-
import { default as
|
|
67
|
-
import { default as
|
|
68
|
-
import { default as
|
|
69
|
-
import { default as
|
|
70
|
-
import { default as
|
|
71
|
-
import { default as
|
|
72
|
-
import { default as
|
|
73
|
-
import { default as
|
|
74
|
-
import { default as
|
|
75
|
-
import { default as
|
|
76
|
-
import { default as
|
|
77
|
-
import { g as
|
|
78
|
-
import { default as
|
|
79
|
-
import { c as
|
|
80
|
-
import { F as
|
|
81
|
-
import { S as
|
|
82
|
-
import { default as
|
|
83
|
-
import { default as
|
|
84
|
-
import { T as
|
|
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
|
-
|
|
87
|
+
ha as Actor,
|
|
87
88
|
X as AnimateNumber,
|
|
88
|
-
|
|
89
|
-
|
|
90
|
-
|
|
89
|
+
oe as AnimatedColumn,
|
|
90
|
+
ba as AnswerInput,
|
|
91
|
+
Ka as ArticleTemplate,
|
|
92
|
+
je as Bento,
|
|
91
93
|
D as Bold,
|
|
92
|
-
|
|
93
|
-
|
|
94
|
-
|
|
94
|
+
ye as Bolt,
|
|
95
|
+
aa as Branch,
|
|
96
|
+
oa as Branches,
|
|
95
97
|
T as Button,
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
98
|
+
Le as Card,
|
|
99
|
+
Ke as Carousel,
|
|
100
|
+
fa as Chart,
|
|
99
101
|
u as Checkbox,
|
|
100
|
-
|
|
102
|
+
fe as CheckboxLabel,
|
|
101
103
|
$ as Circle,
|
|
102
|
-
|
|
103
|
-
|
|
104
|
+
Ra as Cleric,
|
|
105
|
+
$a as ColourUtil,
|
|
104
106
|
p as Column,
|
|
105
107
|
f as CrossCountryLogo,
|
|
106
|
-
|
|
107
|
-
|
|
108
|
-
|
|
109
|
-
|
|
108
|
+
fr as CrossCountryProvider,
|
|
109
|
+
ia as EditQuestion,
|
|
110
|
+
ua as EditTitleInput,
|
|
111
|
+
Ue as Error,
|
|
110
112
|
I as Form,
|
|
111
|
-
|
|
112
|
-
|
|
113
|
+
ar as FpUtil,
|
|
114
|
+
he as GoldLeaf,
|
|
113
115
|
s as Grid,
|
|
114
116
|
ae as Group,
|
|
115
|
-
|
|
116
|
-
|
|
117
|
-
|
|
117
|
+
h as Headline,
|
|
118
|
+
Na as HeadwindsHomePage,
|
|
119
|
+
Da as HeadwindsHomeTemplate,
|
|
118
120
|
o as HeadwindsLogo,
|
|
119
121
|
V as Hilight,
|
|
120
|
-
|
|
121
|
-
|
|
122
|
+
ja as HomePage,
|
|
123
|
+
Va as HomeTemplate,
|
|
122
124
|
L as HorizontalLine,
|
|
123
|
-
|
|
125
|
+
Sa as Hunter,
|
|
124
126
|
b as Image,
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
|
|
127
|
+
ue as JsonMapTileGrid,
|
|
128
|
+
Ie as KeyValuePairs,
|
|
129
|
+
ke as Keywords,
|
|
128
130
|
K as Label,
|
|
129
|
-
|
|
131
|
+
sr as Link,
|
|
130
132
|
N as List,
|
|
131
133
|
j as ListItem,
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
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
|
-
|
|
141
|
-
|
|
142
|
+
Ee as PrivacyPolicy,
|
|
143
|
+
La as Question,
|
|
142
144
|
i as Radio,
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
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
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
|
|
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
|
-
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
|
|
168
|
-
|
|
169
|
-
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
|
|
173
|
-
|
|
174
|
-
|
|
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<
|
|
12
|
+
declare const Column: React.ForwardRefExoticComponent<ColumnProps & React.RefAttributes<HTMLDivElement>>;
|
|
13
13
|
export default Column;
|
|
@@ -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/
|
|
24
|
-
export type { SubHeadlineProps } from './atoms/text/
|
|
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<
|
|
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<
|
|
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<
|
|
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<
|
|
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.
|
|
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/
|
|
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.
|
|
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
|
},
|
/package/dist/components/atoms/text/{subheadline/subheadline.js → sub-headline/sub-headline.js}
RENAMED
|
File without changes
|
|
File without changes
|