@tmorrow/cre8-wc 2.0.4 → 2.0.5
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/a2ui/build-knowledge-graph.py +297 -0
- package/a2ui/catalog +240 -0
- package/a2ui/catalog-kg.json +6704 -0
- package/a2ui/catalog.json +576 -84
- package/a2ui/catalog.svg +3295 -0
- package/a2ui/demo.html +5 -49
- package/a2ui/examples/card-gallery.json +786 -0
- package/a2ui/examples/dating-grid.json +456 -0
- package/a2ui/examples/llm-observability.json +1719 -0
- package/a2ui/examples/portfolio.json +341 -0
- package/a2ui/generate-catalog.mjs +3 -0
- package/cdn/cre8-wc.esm.js +3057 -2438
- package/cdn/cre8-wc.esm.js.map +1 -1
- package/cdn/cre8-wc.min.js +1801 -1204
- package/cdn/cre8-wc.min.js.map +1 -1
- package/lib/components/accordion/accordion.d.ts +1 -0
- package/lib/components/accordion/accordion.d.ts.map +1 -1
- package/lib/components/accordion/accordion.js +1 -0
- package/lib/components/accordion/accordion.js.map +1 -1
- package/lib/components/accordion-item/accordion-item.d.ts +1 -0
- package/lib/components/accordion-item/accordion-item.d.ts.map +1 -1
- package/lib/components/accordion-item/accordion-item.js +1 -0
- package/lib/components/accordion-item/accordion-item.js.map +1 -1
- package/lib/components/alert/alert.d.ts +6 -0
- package/lib/components/alert/alert.d.ts.map +1 -1
- package/lib/components/alert/alert.js +6 -0
- package/lib/components/alert/alert.js.map +1 -1
- package/lib/components/button/button.d.ts +2 -0
- package/lib/components/button/button.d.ts.map +1 -1
- package/lib/components/button/button.js +2 -0
- package/lib/components/button/button.js.map +1 -1
- package/lib/components/button/button.styles.d.ts.map +1 -1
- package/lib/components/button/button.styles.js +1120 -557
- package/lib/components/button/button.styles.js.map +1 -1
- package/lib/components/button-group/button-group.d.ts +9 -0
- package/lib/components/button-group/button-group.d.ts.map +1 -1
- package/lib/components/button-group/button-group.js +8 -0
- package/lib/components/button-group/button-group.js.map +1 -1
- package/lib/components/button-group/button-group.styles.d.ts.map +1 -1
- package/lib/components/button-group/button-group.styles.js +12 -0
- package/lib/components/button-group/button-group.styles.js.map +1 -1
- package/lib/components/card/card.d.ts +1 -1
- package/lib/components/card/card.d.ts.map +1 -1
- package/lib/components/card/card.js +1 -0
- package/lib/components/card/card.js.map +1 -1
- package/lib/components/card/card.styles.d.ts.map +1 -1
- package/lib/components/card/card.styles.js +8 -0
- package/lib/components/card/card.styles.js.map +1 -1
- package/lib/components/checkbox-field-item/checkbox-field-item.d.ts +6 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.d.ts.map +1 -1
- package/lib/components/checkbox-field-item/checkbox-field-item.js +6 -0
- package/lib/components/checkbox-field-item/checkbox-field-item.js.map +1 -1
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.js +1 -1
- package/lib/components/checkbox-field-item/checkbox-field-item.styles.js.map +1 -1
- package/lib/components/date-picker/date-picker.d.ts +5 -0
- package/lib/components/date-picker/date-picker.d.ts.map +1 -1
- package/lib/components/date-picker/date-picker.js +12 -10
- package/lib/components/date-picker/date-picker.js.map +1 -1
- package/lib/components/dropdown/dropdown.d.ts +2 -0
- package/lib/components/dropdown/dropdown.d.ts.map +1 -1
- package/lib/components/dropdown/dropdown.js +2 -0
- package/lib/components/dropdown/dropdown.js.map +1 -1
- package/lib/components/dropdown-item/dropdown-item.d.ts +8 -0
- package/lib/components/dropdown-item/dropdown-item.d.ts.map +1 -1
- package/lib/components/dropdown-item/dropdown-item.js +15 -2
- package/lib/components/dropdown-item/dropdown-item.js.map +1 -1
- package/lib/components/feature/feature.d.ts +4 -0
- package/lib/components/feature/feature.d.ts.map +1 -1
- package/lib/components/feature/feature.js +4 -1
- package/lib/components/feature/feature.js.map +1 -1
- package/lib/components/field/field.d.ts +2 -0
- package/lib/components/field/field.d.ts.map +1 -1
- package/lib/components/field/field.js +3 -0
- package/lib/components/field/field.js.map +1 -1
- package/lib/components/global-nav-item/global-nav-item.d.ts +2 -0
- package/lib/components/global-nav-item/global-nav-item.d.ts.map +1 -1
- package/lib/components/global-nav-item/global-nav-item.js +2 -0
- package/lib/components/global-nav-item/global-nav-item.js.map +1 -1
- package/lib/components/header/header.d.ts +2 -0
- package/lib/components/header/header.d.ts.map +1 -1
- package/lib/components/header/header.js +2 -0
- package/lib/components/header/header.js.map +1 -1
- package/lib/components/hero/hero.d.ts +4 -0
- package/lib/components/hero/hero.d.ts.map +1 -1
- package/lib/components/hero/hero.js +4 -0
- package/lib/components/hero/hero.js.map +1 -1
- package/lib/components/hero/hero.styles.d.ts.map +1 -1
- package/lib/components/hero/hero.styles.js +13 -0
- package/lib/components/hero/hero.styles.js.map +1 -1
- package/lib/components/icon/icon.d.ts +3 -0
- package/lib/components/icon/icon.d.ts.map +1 -1
- package/lib/components/icon/icon.js +7 -5
- package/lib/components/icon/icon.js.map +1 -1
- package/lib/components/link/link.d.ts +2 -0
- package/lib/components/link/link.d.ts.map +1 -1
- package/lib/components/link/link.js +2 -0
- package/lib/components/link/link.js.map +1 -1
- package/lib/components/link-list-item/link-list-item.d.ts +2 -0
- package/lib/components/link-list-item/link-list-item.d.ts.map +1 -1
- package/lib/components/link-list-item/link-list-item.js +2 -0
- package/lib/components/link-list-item/link-list-item.js.map +1 -1
- package/lib/components/modal/modal.d.ts +4 -0
- package/lib/components/modal/modal.d.ts.map +1 -1
- package/lib/components/modal/modal.js +4 -0
- package/lib/components/modal/modal.js.map +1 -1
- package/lib/components/multi-select/multi-select.d.ts +4 -0
- package/lib/components/multi-select/multi-select.d.ts.map +1 -1
- package/lib/components/multi-select/multi-select.js +5 -2
- package/lib/components/multi-select/multi-select.js.map +1 -1
- package/lib/components/page-header/page-header.d.ts +1 -0
- package/lib/components/page-header/page-header.d.ts.map +1 -1
- package/lib/components/page-header/page-header.js +3 -2
- package/lib/components/page-header/page-header.js.map +1 -1
- package/lib/components/pagination/pagination.d.ts +7 -0
- package/lib/components/pagination/pagination.d.ts.map +1 -1
- package/lib/components/pagination/pagination.js +7 -0
- package/lib/components/pagination/pagination.js.map +1 -1
- package/lib/components/percent-bar/percent-bar.d.ts.map +1 -1
- package/lib/components/percent-bar/percent-bar.js +1 -0
- package/lib/components/percent-bar/percent-bar.js.map +1 -1
- package/lib/components/popover/popover.d.ts +6 -0
- package/lib/components/popover/popover.d.ts.map +1 -1
- package/lib/components/popover/popover.js +7 -1
- package/lib/components/popover/popover.js.map +1 -1
- package/lib/components/primary-nav-item/primary-nav-item.d.ts +2 -0
- package/lib/components/primary-nav-item/primary-nav-item.d.ts.map +1 -1
- package/lib/components/primary-nav-item/primary-nav-item.js +2 -0
- package/lib/components/primary-nav-item/primary-nav-item.js.map +1 -1
- package/lib/components/remove-tag/remove-tag.d.ts +2 -0
- package/lib/components/remove-tag/remove-tag.d.ts.map +1 -1
- package/lib/components/remove-tag/remove-tag.js +3 -1
- package/lib/components/remove-tag/remove-tag.js.map +1 -1
- package/lib/components/section/section.d.ts +1 -0
- package/lib/components/section/section.d.ts.map +1 -1
- package/lib/components/section/section.js +1 -0
- package/lib/components/section/section.js.map +1 -1
- package/lib/components/select/select.d.ts +2 -0
- package/lib/components/select/select.d.ts.map +1 -1
- package/lib/components/select/select.js +5 -1
- package/lib/components/select/select.js.map +1 -1
- package/lib/components/split-button/split-button.d.ts +3 -0
- package/lib/components/split-button/split-button.d.ts.map +1 -1
- package/lib/components/split-button/split-button.js.map +1 -1
- package/lib/components/tab/tab.d.ts +2 -0
- package/lib/components/tab/tab.d.ts.map +1 -1
- package/lib/components/tab/tab.js +2 -0
- package/lib/components/tab/tab.js.map +1 -1
- package/lib/components/table-object/table-object.d.ts +2 -0
- package/lib/components/table-object/table-object.d.ts.map +1 -1
- package/lib/components/table-object/table-object.js +2 -0
- package/lib/components/table-object/table-object.js.map +1 -1
- package/lib/components/table-row/table-row.d.ts +1 -0
- package/lib/components/table-row/table-row.d.ts.map +1 -1
- package/lib/components/table-row/table-row.js +1 -0
- package/lib/components/table-row/table-row.js.map +1 -1
- package/lib/components/tag/tag.d.ts +5 -0
- package/lib/components/tag/tag.d.ts.map +1 -1
- package/lib/components/tag/tag.js +2 -0
- package/lib/components/tag/tag.js.map +1 -1
- package/lib/components/tag-list/tag-list.d.ts +2 -0
- package/lib/components/tag-list/tag-list.d.ts.map +1 -1
- package/lib/components/tag-list/tag-list.js +2 -0
- package/lib/components/tag-list/tag-list.js.map +1 -1
- package/lib/components/text-link/text-link.d.ts +1 -0
- package/lib/components/text-link/text-link.d.ts.map +1 -1
- package/lib/components/text-link/text-link.js +1 -0
- package/lib/components/text-link/text-link.js.map +1 -1
- package/lib/components/tooltip/tooltip.d.ts +6 -0
- package/lib/components/tooltip/tooltip.d.ts.map +1 -1
- package/lib/components/tooltip/tooltip.js +3 -0
- package/lib/components/tooltip/tooltip.js.map +1 -1
- package/lib/design-tokens/brands/claude-terracotta/css/tokens_brand.css +85 -0
- package/lib/design-tokens/brands/claude-terracotta/css/tokens_claude-terracotta.css +1 -0
- package/lib/design-tokens/brands/claude-terracotta/css/tokens_claude-terracotta.module.d.ts +3 -0
- package/lib/design-tokens/brands/claude-terracotta/css/tokens_claude-terracotta.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/claude-terracotta/css/tokens_claude-terracotta.module.js +90 -0
- package/lib/design-tokens/brands/claude-terracotta/css/tokens_claude-terracotta.module.js.map +1 -0
- package/lib/design-tokens/brands/cre8-a2ui/css/tokens_brand.css +1 -0
- package/lib/design-tokens/brands/cre8-teal/css/tokens_brand.css +87 -0
- package/lib/design-tokens/brands/cre8-teal/css/tokens_cre8-teal.css +1 -0
- package/lib/design-tokens/brands/cre8-teal/css/tokens_cre8-teal.module.d.ts +3 -0
- package/lib/design-tokens/brands/cre8-teal/css/tokens_cre8-teal.module.d.ts.map +1 -0
- package/lib/design-tokens/brands/cre8-teal/css/tokens_cre8-teal.module.js +90 -0
- package/lib/design-tokens/brands/cre8-teal/css/tokens_cre8-teal.module.js.map +1 -0
- package/lib/scripts/generate-react-manifest.d.ts +20 -0
- package/lib/scripts/generate-react-manifest.d.ts.map +1 -0
- package/lib/scripts/generate-react-manifest.js +154 -0
- package/lib/scripts/generate-react-manifest.js.map +1 -0
- package/mcp-manifest.json +203 -38
- package/package.json +10 -4
- package/react-manifest.json +3594 -0
- package/dist/leaf.png +0 -0
- package/dist/leafDS.png +0 -0
- package/dist/leafLogo.svg +0 -1
|
@@ -0,0 +1,456 @@
|
|
|
1
|
+
{
|
|
2
|
+
"component": "cre8-layout-section",
|
|
3
|
+
"children": [
|
|
4
|
+
{
|
|
5
|
+
"component": "cre8-band",
|
|
6
|
+
"props": { "variant": "branded" },
|
|
7
|
+
"children": [
|
|
8
|
+
{
|
|
9
|
+
"component": "cre8-hero",
|
|
10
|
+
"props": { "align": "left" },
|
|
11
|
+
"children": [
|
|
12
|
+
{
|
|
13
|
+
"component": "cre8-heading",
|
|
14
|
+
"props": { "type": "headline-large", "tagVariant": "h1" },
|
|
15
|
+
"children": ["Nearby"]
|
|
16
|
+
},
|
|
17
|
+
{
|
|
18
|
+
"component": "cre8-text-passage",
|
|
19
|
+
"children": [
|
|
20
|
+
"6 people within 10 miles, sorted by distance."
|
|
21
|
+
]
|
|
22
|
+
},
|
|
23
|
+
{
|
|
24
|
+
"component": "cre8-button-group",
|
|
25
|
+
"children": [
|
|
26
|
+
{
|
|
27
|
+
"component": "cre8-button",
|
|
28
|
+
"props": { "text": "Filters", "variant": "secondary" },
|
|
29
|
+
"events": { "click": "open-filters" }
|
|
30
|
+
},
|
|
31
|
+
{
|
|
32
|
+
"component": "cre8-button",
|
|
33
|
+
"props": { "text": "Change location", "variant": "tertiary" },
|
|
34
|
+
"events": { "click": "change-location" }
|
|
35
|
+
}
|
|
36
|
+
]
|
|
37
|
+
}
|
|
38
|
+
]
|
|
39
|
+
}
|
|
40
|
+
]
|
|
41
|
+
},
|
|
42
|
+
|
|
43
|
+
{
|
|
44
|
+
"component": "cre8-layout-section",
|
|
45
|
+
"children": [
|
|
46
|
+
{
|
|
47
|
+
"component": "cre8-grid",
|
|
48
|
+
"props": { "variant": "3up", "gap": "lg" },
|
|
49
|
+
"children": [
|
|
50
|
+
{
|
|
51
|
+
"component": "cre8-grid-item",
|
|
52
|
+
"children": [
|
|
53
|
+
{
|
|
54
|
+
"component": "cre8-card",
|
|
55
|
+
"slots": {
|
|
56
|
+
"header": [
|
|
57
|
+
{
|
|
58
|
+
"component": "cre8-feature",
|
|
59
|
+
"props": {
|
|
60
|
+
"imgSrc": "https://images.unsplash.com/photo-1508214751196-bcfd4ca60f91?w=400",
|
|
61
|
+
"imgAlt": "Avery, 29"
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
],
|
|
65
|
+
"default": [
|
|
66
|
+
{
|
|
67
|
+
"component": "cre8-heading",
|
|
68
|
+
"props": { "type": "title-default", "tagVariant": "h3" },
|
|
69
|
+
"children": ["Avery, 29"]
|
|
70
|
+
},
|
|
71
|
+
{
|
|
72
|
+
"component": "cre8-badge",
|
|
73
|
+
"props": { "text": "0.4 mi away", "status": "success" }
|
|
74
|
+
},
|
|
75
|
+
{
|
|
76
|
+
"component": "cre8-text-passage",
|
|
77
|
+
"props": { "size": "small" },
|
|
78
|
+
"children": [
|
|
79
|
+
"Architect who'd rather be surfing. Tacos are a personality."
|
|
80
|
+
]
|
|
81
|
+
},
|
|
82
|
+
{
|
|
83
|
+
"component": "cre8-tag",
|
|
84
|
+
"props": { "text": "Surfing", "variant": "branded", "shape": "round" }
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"component": "cre8-tag",
|
|
88
|
+
"props": { "text": "Dogs", "variant": "branded", "shape": "round" }
|
|
89
|
+
},
|
|
90
|
+
{
|
|
91
|
+
"component": "cre8-tag",
|
|
92
|
+
"props": { "text": "Coffee", "variant": "branded", "shape": "round" }
|
|
93
|
+
}
|
|
94
|
+
],
|
|
95
|
+
"footer": [
|
|
96
|
+
{
|
|
97
|
+
"component": "cre8-button-group",
|
|
98
|
+
"children": [
|
|
99
|
+
{
|
|
100
|
+
"component": "cre8-button",
|
|
101
|
+
"props": { "text": "Pass", "variant": "tertiary" },
|
|
102
|
+
"events": { "click": "pass:avery-29" }
|
|
103
|
+
},
|
|
104
|
+
{
|
|
105
|
+
"component": "cre8-button",
|
|
106
|
+
"props": { "text": "Like", "variant": "primary" },
|
|
107
|
+
"events": { "click": "like:avery-29" }
|
|
108
|
+
}
|
|
109
|
+
]
|
|
110
|
+
}
|
|
111
|
+
]
|
|
112
|
+
}
|
|
113
|
+
}
|
|
114
|
+
]
|
|
115
|
+
},
|
|
116
|
+
|
|
117
|
+
{
|
|
118
|
+
"component": "cre8-grid-item",
|
|
119
|
+
"children": [
|
|
120
|
+
{
|
|
121
|
+
"component": "cre8-card",
|
|
122
|
+
"slots": {
|
|
123
|
+
"header": [
|
|
124
|
+
{
|
|
125
|
+
"component": "cre8-feature",
|
|
126
|
+
"props": {
|
|
127
|
+
"imgSrc": "https://images.unsplash.com/photo-1524504388940-b1c1722653e1?w=400",
|
|
128
|
+
"imgAlt": "Jordan, 31"
|
|
129
|
+
}
|
|
130
|
+
}
|
|
131
|
+
],
|
|
132
|
+
"default": [
|
|
133
|
+
{
|
|
134
|
+
"component": "cre8-heading",
|
|
135
|
+
"props": { "type": "title-default", "tagVariant": "h3" },
|
|
136
|
+
"children": ["Jordan, 31"]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
"component": "cre8-badge",
|
|
140
|
+
"props": { "text": "1.2 mi away", "status": "success" }
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
"component": "cre8-text-passage",
|
|
144
|
+
"props": { "size": "small" },
|
|
145
|
+
"children": [
|
|
146
|
+
"Software engineer, runs 10Ks slowly, makes sourdough that works about 60% of the time."
|
|
147
|
+
]
|
|
148
|
+
},
|
|
149
|
+
{
|
|
150
|
+
"component": "cre8-tag",
|
|
151
|
+
"props": { "text": "Running", "variant": "branded", "shape": "round" }
|
|
152
|
+
},
|
|
153
|
+
{
|
|
154
|
+
"component": "cre8-tag",
|
|
155
|
+
"props": { "text": "Cooking", "variant": "branded", "shape": "round" }
|
|
156
|
+
},
|
|
157
|
+
{
|
|
158
|
+
"component": "cre8-tag",
|
|
159
|
+
"props": { "text": "Coding", "variant": "neutral", "shape": "round" }
|
|
160
|
+
}
|
|
161
|
+
],
|
|
162
|
+
"footer": [
|
|
163
|
+
{
|
|
164
|
+
"component": "cre8-button-group",
|
|
165
|
+
"children": [
|
|
166
|
+
{
|
|
167
|
+
"component": "cre8-button",
|
|
168
|
+
"props": { "text": "Pass", "variant": "tertiary" },
|
|
169
|
+
"events": { "click": "pass:jordan-31" }
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
"component": "cre8-button",
|
|
173
|
+
"props": { "text": "Like", "variant": "primary" },
|
|
174
|
+
"events": { "click": "like:jordan-31" }
|
|
175
|
+
}
|
|
176
|
+
]
|
|
177
|
+
}
|
|
178
|
+
]
|
|
179
|
+
}
|
|
180
|
+
}
|
|
181
|
+
]
|
|
182
|
+
},
|
|
183
|
+
|
|
184
|
+
{
|
|
185
|
+
"component": "cre8-grid-item",
|
|
186
|
+
"children": [
|
|
187
|
+
{
|
|
188
|
+
"component": "cre8-card",
|
|
189
|
+
"slots": {
|
|
190
|
+
"header": [
|
|
191
|
+
{
|
|
192
|
+
"component": "cre8-feature",
|
|
193
|
+
"props": {
|
|
194
|
+
"imgSrc": "https://images.unsplash.com/photo-1438761681033-6461ffad8d80?w=400",
|
|
195
|
+
"imgAlt": "Sam, 27"
|
|
196
|
+
}
|
|
197
|
+
}
|
|
198
|
+
],
|
|
199
|
+
"default": [
|
|
200
|
+
{
|
|
201
|
+
"component": "cre8-heading",
|
|
202
|
+
"props": { "type": "title-default", "tagVariant": "h3" },
|
|
203
|
+
"children": ["Sam, 27"]
|
|
204
|
+
},
|
|
205
|
+
{
|
|
206
|
+
"component": "cre8-badge",
|
|
207
|
+
"props": { "text": "2.1 mi away", "status": "success" }
|
|
208
|
+
},
|
|
209
|
+
{
|
|
210
|
+
"component": "cre8-text-passage",
|
|
211
|
+
"props": { "size": "small" },
|
|
212
|
+
"children": [
|
|
213
|
+
"Ceramicist, gallery-hopper, reformed Twitter user. Looking for someone to lose a Saturday with."
|
|
214
|
+
]
|
|
215
|
+
},
|
|
216
|
+
{
|
|
217
|
+
"component": "cre8-tag",
|
|
218
|
+
"props": { "text": "Art", "variant": "branded", "shape": "round" }
|
|
219
|
+
},
|
|
220
|
+
{
|
|
221
|
+
"component": "cre8-tag",
|
|
222
|
+
"props": { "text": "Pottery", "variant": "branded", "shape": "round" }
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
"component": "cre8-tag",
|
|
226
|
+
"props": { "text": "Galleries", "variant": "neutral", "shape": "round" }
|
|
227
|
+
}
|
|
228
|
+
],
|
|
229
|
+
"footer": [
|
|
230
|
+
{
|
|
231
|
+
"component": "cre8-button-group",
|
|
232
|
+
"children": [
|
|
233
|
+
{
|
|
234
|
+
"component": "cre8-button",
|
|
235
|
+
"props": { "text": "Pass", "variant": "tertiary" },
|
|
236
|
+
"events": { "click": "pass:sam-27" }
|
|
237
|
+
},
|
|
238
|
+
{
|
|
239
|
+
"component": "cre8-button",
|
|
240
|
+
"props": { "text": "Like", "variant": "primary" },
|
|
241
|
+
"events": { "click": "like:sam-27" }
|
|
242
|
+
}
|
|
243
|
+
]
|
|
244
|
+
}
|
|
245
|
+
]
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
]
|
|
249
|
+
},
|
|
250
|
+
|
|
251
|
+
{
|
|
252
|
+
"component": "cre8-grid-item",
|
|
253
|
+
"children": [
|
|
254
|
+
{
|
|
255
|
+
"component": "cre8-card",
|
|
256
|
+
"slots": {
|
|
257
|
+
"header": [
|
|
258
|
+
{
|
|
259
|
+
"component": "cre8-feature",
|
|
260
|
+
"props": {
|
|
261
|
+
"imgSrc": "https://images.unsplash.com/photo-1502823403499-6ccfcf4fb453?w=400",
|
|
262
|
+
"imgAlt": "Riley, 33"
|
|
263
|
+
}
|
|
264
|
+
}
|
|
265
|
+
],
|
|
266
|
+
"default": [
|
|
267
|
+
{
|
|
268
|
+
"component": "cre8-heading",
|
|
269
|
+
"props": { "type": "title-default", "tagVariant": "h3" },
|
|
270
|
+
"children": ["Riley, 33"]
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"component": "cre8-badge",
|
|
274
|
+
"props": { "text": "3.7 mi away", "status": "warning" }
|
|
275
|
+
},
|
|
276
|
+
{
|
|
277
|
+
"component": "cre8-text-passage",
|
|
278
|
+
"props": { "size": "small" },
|
|
279
|
+
"children": [
|
|
280
|
+
"Teacher, part-time DJ, full-time dog parent. Will out-trivia you on 90s movies."
|
|
281
|
+
]
|
|
282
|
+
},
|
|
283
|
+
{
|
|
284
|
+
"component": "cre8-tag",
|
|
285
|
+
"props": { "text": "Music", "variant": "branded", "shape": "round" }
|
|
286
|
+
},
|
|
287
|
+
{
|
|
288
|
+
"component": "cre8-tag",
|
|
289
|
+
"props": { "text": "Dogs", "variant": "branded", "shape": "round" }
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
"component": "cre8-tag",
|
|
293
|
+
"props": { "text": "Movies", "variant": "neutral", "shape": "round" }
|
|
294
|
+
}
|
|
295
|
+
],
|
|
296
|
+
"footer": [
|
|
297
|
+
{
|
|
298
|
+
"component": "cre8-button-group",
|
|
299
|
+
"children": [
|
|
300
|
+
{
|
|
301
|
+
"component": "cre8-button",
|
|
302
|
+
"props": { "text": "Pass", "variant": "tertiary" },
|
|
303
|
+
"events": { "click": "pass:riley-33" }
|
|
304
|
+
},
|
|
305
|
+
{
|
|
306
|
+
"component": "cre8-button",
|
|
307
|
+
"props": { "text": "Like", "variant": "primary" },
|
|
308
|
+
"events": { "click": "like:riley-33" }
|
|
309
|
+
}
|
|
310
|
+
]
|
|
311
|
+
}
|
|
312
|
+
]
|
|
313
|
+
}
|
|
314
|
+
}
|
|
315
|
+
]
|
|
316
|
+
},
|
|
317
|
+
|
|
318
|
+
{
|
|
319
|
+
"component": "cre8-grid-item",
|
|
320
|
+
"children": [
|
|
321
|
+
{
|
|
322
|
+
"component": "cre8-card",
|
|
323
|
+
"slots": {
|
|
324
|
+
"header": [
|
|
325
|
+
{
|
|
326
|
+
"component": "cre8-feature",
|
|
327
|
+
"props": {
|
|
328
|
+
"imgSrc": "https://images.unsplash.com/photo-1534528741775-53994a69daeb?w=400",
|
|
329
|
+
"imgAlt": "Casey, 30"
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
],
|
|
333
|
+
"default": [
|
|
334
|
+
{
|
|
335
|
+
"component": "cre8-heading",
|
|
336
|
+
"props": { "type": "title-default", "tagVariant": "h3" },
|
|
337
|
+
"children": ["Casey, 30"]
|
|
338
|
+
},
|
|
339
|
+
{
|
|
340
|
+
"component": "cre8-badge",
|
|
341
|
+
"props": { "text": "5.3 mi away", "status": "warning" }
|
|
342
|
+
},
|
|
343
|
+
{
|
|
344
|
+
"component": "cre8-text-passage",
|
|
345
|
+
"props": { "size": "small" },
|
|
346
|
+
"children": [
|
|
347
|
+
"Climber, slow-reader, loud-laugher. On a mission to find the best negroni in the city."
|
|
348
|
+
]
|
|
349
|
+
},
|
|
350
|
+
{
|
|
351
|
+
"component": "cre8-tag",
|
|
352
|
+
"props": { "text": "Climbing", "variant": "branded", "shape": "round" }
|
|
353
|
+
},
|
|
354
|
+
{
|
|
355
|
+
"component": "cre8-tag",
|
|
356
|
+
"props": { "text": "Books", "variant": "branded", "shape": "round" }
|
|
357
|
+
},
|
|
358
|
+
{
|
|
359
|
+
"component": "cre8-tag",
|
|
360
|
+
"props": { "text": "Cocktails", "variant": "neutral", "shape": "round" }
|
|
361
|
+
}
|
|
362
|
+
],
|
|
363
|
+
"footer": [
|
|
364
|
+
{
|
|
365
|
+
"component": "cre8-button-group",
|
|
366
|
+
"children": [
|
|
367
|
+
{
|
|
368
|
+
"component": "cre8-button",
|
|
369
|
+
"props": { "text": "Pass", "variant": "tertiary" },
|
|
370
|
+
"events": { "click": "pass:casey-30" }
|
|
371
|
+
},
|
|
372
|
+
{
|
|
373
|
+
"component": "cre8-button",
|
|
374
|
+
"props": { "text": "Like", "variant": "primary" },
|
|
375
|
+
"events": { "click": "like:casey-30" }
|
|
376
|
+
}
|
|
377
|
+
]
|
|
378
|
+
}
|
|
379
|
+
]
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
]
|
|
383
|
+
},
|
|
384
|
+
|
|
385
|
+
{
|
|
386
|
+
"component": "cre8-grid-item",
|
|
387
|
+
"children": [
|
|
388
|
+
{
|
|
389
|
+
"component": "cre8-card",
|
|
390
|
+
"slots": {
|
|
391
|
+
"header": [
|
|
392
|
+
{
|
|
393
|
+
"component": "cre8-feature",
|
|
394
|
+
"props": {
|
|
395
|
+
"imgSrc": "https://images.unsplash.com/photo-1544005313-94ddf0286df2?w=400",
|
|
396
|
+
"imgAlt": "Morgan, 28"
|
|
397
|
+
}
|
|
398
|
+
}
|
|
399
|
+
],
|
|
400
|
+
"default": [
|
|
401
|
+
{
|
|
402
|
+
"component": "cre8-heading",
|
|
403
|
+
"props": { "type": "title-default", "tagVariant": "h3" },
|
|
404
|
+
"children": ["Morgan, 28"]
|
|
405
|
+
},
|
|
406
|
+
{
|
|
407
|
+
"component": "cre8-badge",
|
|
408
|
+
"props": { "text": "8.9 mi away", "status": "error" }
|
|
409
|
+
},
|
|
410
|
+
{
|
|
411
|
+
"component": "cre8-text-passage",
|
|
412
|
+
"props": { "size": "small" },
|
|
413
|
+
"children": [
|
|
414
|
+
"Nonprofit fundraiser, bad at pickleball but committed. Let's go on a long walk and tell each other everything."
|
|
415
|
+
]
|
|
416
|
+
},
|
|
417
|
+
{
|
|
418
|
+
"component": "cre8-tag",
|
|
419
|
+
"props": { "text": "Walking", "variant": "branded", "shape": "round" }
|
|
420
|
+
},
|
|
421
|
+
{
|
|
422
|
+
"component": "cre8-tag",
|
|
423
|
+
"props": { "text": "Pickleball", "variant": "neutral", "shape": "round" }
|
|
424
|
+
},
|
|
425
|
+
{
|
|
426
|
+
"component": "cre8-tag",
|
|
427
|
+
"props": { "text": "Volunteering", "variant": "neutral", "shape": "round" }
|
|
428
|
+
}
|
|
429
|
+
],
|
|
430
|
+
"footer": [
|
|
431
|
+
{
|
|
432
|
+
"component": "cre8-button-group",
|
|
433
|
+
"children": [
|
|
434
|
+
{
|
|
435
|
+
"component": "cre8-button",
|
|
436
|
+
"props": { "text": "Pass", "variant": "tertiary" },
|
|
437
|
+
"events": { "click": "pass:morgan-28" }
|
|
438
|
+
},
|
|
439
|
+
{
|
|
440
|
+
"component": "cre8-button",
|
|
441
|
+
"props": { "text": "Like", "variant": "primary" },
|
|
442
|
+
"events": { "click": "like:morgan-28" }
|
|
443
|
+
}
|
|
444
|
+
]
|
|
445
|
+
}
|
|
446
|
+
]
|
|
447
|
+
}
|
|
448
|
+
}
|
|
449
|
+
]
|
|
450
|
+
}
|
|
451
|
+
]
|
|
452
|
+
}
|
|
453
|
+
]
|
|
454
|
+
}
|
|
455
|
+
]
|
|
456
|
+
}
|