@almadar/std 16.9.2 → 16.10.1
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/behaviors/registry/core/atoms/std-calendar.orb +121 -58
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +58 -58
- package/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +94 -88
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +54 -61
- package/behaviors/registry/core-variations/atoms/std-browse-feed.orb +52 -51
- package/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +53 -53
- package/behaviors/registry/core-variations/atoms/std-browse-triage.orb +66 -86
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +56 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +37 -31
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/dist/behaviors/behaviors-registry.json +8 -3
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +121 -58
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/dist/behaviors/registry/core-variations/atoms/std-board-swim-lanes.orb +58 -58
- package/dist/behaviors/registry/core-variations/atoms/std-board-timeline-roadmap.orb +94 -88
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +54 -61
- package/dist/behaviors/registry/core-variations/atoms/std-browse-feed.orb +52 -51
- package/dist/behaviors/registry/core-variations/atoms/std-browse-gallery.orb +53 -53
- package/dist/behaviors/registry/core-variations/atoms/std-browse-triage.orb +66 -86
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +56 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +37 -31
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/dist/behaviors-registry.json +8 -3
- package/dist/registry/core/atoms/std-calendar.orb +121 -58
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/dist/registry/core-variations/atoms/std-board-swim-lanes.orb +58 -58
- package/dist/registry/core-variations/atoms/std-board-timeline-roadmap.orb +94 -88
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +54 -61
- package/dist/registry/core-variations/atoms/std-browse-feed.orb +52 -51
- package/dist/registry/core-variations/atoms/std-browse-gallery.orb +53 -53
- package/dist/registry/core-variations/atoms/std-browse-triage.orb +66 -86
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +56 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +37 -31
- package/dist/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/package.json +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-calendar-agenda-list",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Day-grouped agenda — events organized by date with overline day headers (Today, Tomorrow, Mon Jun 5) and a time marker per event. Inherits std-calendar's fetch + SELECT_DAY state machine; only bodyContent differs from std-calendar's month-grid and std-calendar-week-timeline's 7-col timeline. For appointment queues, class-roster schedules, court-deadline lists where users scan a vertical chronological flow grouped by day.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"name": "date",
|
|
48
|
-
"type": "
|
|
48
|
+
"type": "datetime",
|
|
49
49
|
"default": ""
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -62,6 +62,11 @@
|
|
|
62
62
|
"name": "dateGroup",
|
|
63
63
|
"type": "string",
|
|
64
64
|
"default": ""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "selectedRange",
|
|
68
|
+
"type": "string",
|
|
69
|
+
"default": "month"
|
|
65
70
|
}
|
|
66
71
|
]
|
|
67
72
|
},
|
|
@@ -72,134 +77,135 @@
|
|
|
72
77
|
"linkedEntity": "AgendaListEvent",
|
|
73
78
|
"config": {
|
|
74
79
|
"bodyContent": {
|
|
75
|
-
"gap": "lg",
|
|
76
80
|
"className": "max-w-3xl mx-auto p-card-md",
|
|
81
|
+
"type": "stack",
|
|
82
|
+
"direction": "vertical",
|
|
83
|
+
"gap": "lg",
|
|
77
84
|
"children": [
|
|
78
85
|
{
|
|
86
|
+
"align": "center",
|
|
79
87
|
"direction": "horizontal",
|
|
88
|
+
"type": "stack",
|
|
89
|
+
"gap": "md",
|
|
90
|
+
"justify": "between",
|
|
80
91
|
"children": [
|
|
81
92
|
{
|
|
82
|
-
"
|
|
93
|
+
"direction": "horizontal",
|
|
83
94
|
"gap": "sm",
|
|
84
95
|
"type": "stack",
|
|
96
|
+
"align": "center",
|
|
85
97
|
"children": [
|
|
86
98
|
{
|
|
87
|
-
"
|
|
88
|
-
"
|
|
99
|
+
"name": "list",
|
|
100
|
+
"type": "icon"
|
|
89
101
|
},
|
|
90
102
|
{
|
|
91
|
-
"variant": "h2",
|
|
92
103
|
"type": "typography",
|
|
93
|
-
"content": "Agenda"
|
|
104
|
+
"content": "Agenda",
|
|
105
|
+
"variant": "h2"
|
|
94
106
|
}
|
|
95
|
-
]
|
|
96
|
-
"direction": "horizontal"
|
|
107
|
+
]
|
|
97
108
|
},
|
|
98
109
|
{
|
|
99
110
|
"onSelect": "SELECT_DAY",
|
|
111
|
+
"selected": "@entity.selectedRange",
|
|
100
112
|
"type": "date-range-selector"
|
|
101
113
|
}
|
|
102
|
-
]
|
|
103
|
-
"gap": "md",
|
|
104
|
-
"align": "center",
|
|
105
|
-
"type": "stack",
|
|
106
|
-
"justify": "between"
|
|
114
|
+
]
|
|
107
115
|
},
|
|
108
116
|
{
|
|
109
117
|
"type": "divider"
|
|
110
118
|
},
|
|
111
119
|
{
|
|
120
|
+
"gap": "md",
|
|
121
|
+
"variant": "default",
|
|
122
|
+
"groupBy": "dateGroup",
|
|
123
|
+
"fields": [],
|
|
112
124
|
"renderItem": [
|
|
113
125
|
"fn",
|
|
114
126
|
"item",
|
|
115
127
|
{
|
|
116
|
-
"
|
|
128
|
+
"type": "card",
|
|
117
129
|
"children": [
|
|
118
130
|
{
|
|
119
131
|
"type": "stack",
|
|
132
|
+
"direction": "horizontal",
|
|
120
133
|
"children": [
|
|
121
134
|
{
|
|
122
|
-
"
|
|
123
|
-
"
|
|
135
|
+
"align": "center",
|
|
136
|
+
"className": "w-16 shrink-0",
|
|
124
137
|
"children": [
|
|
125
138
|
{
|
|
126
|
-
"
|
|
139
|
+
"content": "@item.time",
|
|
127
140
|
"color": "muted",
|
|
128
141
|
"variant": "overline",
|
|
129
|
-
"
|
|
142
|
+
"type": "typography"
|
|
130
143
|
},
|
|
131
144
|
{
|
|
132
|
-
"color": "muted",
|
|
133
|
-
"size": "sm",
|
|
134
145
|
"name": "clock",
|
|
146
|
+
"size": "sm",
|
|
147
|
+
"color": "muted",
|
|
135
148
|
"type": "icon"
|
|
136
149
|
}
|
|
137
150
|
],
|
|
138
151
|
"gap": "xs",
|
|
139
|
-
"
|
|
140
|
-
"
|
|
152
|
+
"direction": "vertical",
|
|
153
|
+
"type": "stack"
|
|
141
154
|
},
|
|
142
155
|
{
|
|
143
|
-
"
|
|
144
|
-
"
|
|
156
|
+
"orientation": "vertical",
|
|
157
|
+
"type": "divider"
|
|
145
158
|
},
|
|
146
159
|
{
|
|
147
160
|
"type": "stack",
|
|
148
|
-
"
|
|
149
|
-
"className": "flex-1 min-w-0",
|
|
161
|
+
"gap": "xs",
|
|
150
162
|
"children": [
|
|
151
163
|
{
|
|
152
|
-
"
|
|
164
|
+
"type": "stack",
|
|
153
165
|
"gap": "sm",
|
|
154
|
-
"
|
|
166
|
+
"direction": "horizontal",
|
|
155
167
|
"children": [
|
|
156
168
|
{
|
|
157
|
-
"weight": "medium",
|
|
158
169
|
"type": "typography",
|
|
159
170
|
"content": "@item.name",
|
|
160
|
-
"
|
|
161
|
-
"
|
|
171
|
+
"className": "truncate",
|
|
172
|
+
"weight": "medium",
|
|
173
|
+
"variant": "h4"
|
|
162
174
|
},
|
|
163
175
|
{
|
|
164
|
-
"variant": "default",
|
|
165
|
-
"label": "@item.status",
|
|
166
176
|
"type": "badge",
|
|
177
|
+
"label": "@item.status",
|
|
178
|
+
"variant": "default",
|
|
167
179
|
"size": "sm"
|
|
168
180
|
}
|
|
169
181
|
],
|
|
170
|
-
"
|
|
182
|
+
"align": "center",
|
|
171
183
|
"justify": "between"
|
|
172
184
|
},
|
|
173
185
|
{
|
|
174
186
|
"variant": "body2",
|
|
187
|
+
"className": "truncate",
|
|
175
188
|
"color": "muted",
|
|
176
189
|
"type": "typography",
|
|
177
|
-
"content": "@item.description"
|
|
178
|
-
"className": "truncate"
|
|
190
|
+
"content": "@item.description"
|
|
179
191
|
}
|
|
180
192
|
],
|
|
181
|
-
"
|
|
193
|
+
"direction": "vertical",
|
|
194
|
+
"className": "flex-1 min-w-0"
|
|
182
195
|
}
|
|
183
196
|
],
|
|
184
197
|
"gap": "md",
|
|
185
|
-
"direction": "horizontal",
|
|
186
198
|
"align": "start"
|
|
187
199
|
}
|
|
188
200
|
],
|
|
189
|
-
"
|
|
190
|
-
"
|
|
201
|
+
"look": "flat-bordered",
|
|
202
|
+
"padding": "md"
|
|
191
203
|
}
|
|
192
204
|
],
|
|
193
205
|
"type": "data-list",
|
|
194
|
-
"entity": "@payload.data"
|
|
195
|
-
"groupBy": "dateGroup",
|
|
196
|
-
"gap": "md",
|
|
197
|
-
"variant": "default",
|
|
198
|
-
"fields": []
|
|
206
|
+
"entity": "@payload.data"
|
|
199
207
|
}
|
|
200
|
-
]
|
|
201
|
-
"direction": "vertical",
|
|
202
|
-
"type": "stack"
|
|
208
|
+
]
|
|
203
209
|
}
|
|
204
210
|
}
|
|
205
211
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-calendar-week-timeline",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.2",
|
|
4
4
|
"description": "Week-timeline calendar — events grouped by weekday in a 7-column timeline. The visible window normalizes to the payload's actual date range, so events stack into whichever day-of-week they fall on. Same CalendarEventCalendar trait, same state machine as std-calendar — only bodyContent differs. For weekly schedule views (fitness class week, healthcare appointment week).",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
},
|
|
46
46
|
{
|
|
47
47
|
"name": "date",
|
|
48
|
-
"type": "
|
|
48
|
+
"type": "datetime",
|
|
49
49
|
"default": ""
|
|
50
50
|
},
|
|
51
51
|
{
|
|
@@ -62,6 +62,11 @@
|
|
|
62
62
|
"name": "weekday",
|
|
63
63
|
"type": "string",
|
|
64
64
|
"default": ""
|
|
65
|
+
},
|
|
66
|
+
{
|
|
67
|
+
"name": "selectedRange",
|
|
68
|
+
"type": "string",
|
|
69
|
+
"default": "month"
|
|
65
70
|
}
|
|
66
71
|
]
|
|
67
72
|
},
|
|
@@ -72,15 +77,16 @@
|
|
|
72
77
|
"linkedEntity": "WeekTimelineEvent",
|
|
73
78
|
"config": {
|
|
74
79
|
"bodyContent": {
|
|
75
|
-
"
|
|
80
|
+
"gap": "md",
|
|
76
81
|
"direction": "vertical",
|
|
77
82
|
"children": [
|
|
78
83
|
{
|
|
84
|
+
"align": "center",
|
|
79
85
|
"children": [
|
|
80
86
|
{
|
|
81
|
-
"align": "center",
|
|
82
87
|
"type": "stack",
|
|
83
88
|
"gap": "sm",
|
|
89
|
+
"align": "center",
|
|
84
90
|
"children": [
|
|
85
91
|
{
|
|
86
92
|
"type": "icon",
|
|
@@ -88,22 +94,22 @@
|
|
|
88
94
|
},
|
|
89
95
|
{
|
|
90
96
|
"content": "Week",
|
|
91
|
-
"
|
|
92
|
-
"
|
|
97
|
+
"type": "typography",
|
|
98
|
+
"variant": "h2"
|
|
93
99
|
}
|
|
94
100
|
],
|
|
95
101
|
"direction": "horizontal"
|
|
96
102
|
},
|
|
97
103
|
{
|
|
98
104
|
"onSelect": "SELECT_DAY",
|
|
105
|
+
"selected": "@entity.selectedRange",
|
|
99
106
|
"type": "date-range-selector"
|
|
100
107
|
}
|
|
101
108
|
],
|
|
102
|
-
"
|
|
103
|
-
"direction": "horizontal",
|
|
104
|
-
"justify": "between",
|
|
109
|
+
"gap": "md",
|
|
105
110
|
"type": "stack",
|
|
106
|
-
"
|
|
111
|
+
"justify": "between",
|
|
112
|
+
"direction": "horizontal"
|
|
107
113
|
},
|
|
108
114
|
{
|
|
109
115
|
"type": "divider"
|
|
@@ -113,66 +119,66 @@
|
|
|
113
119
|
"fn",
|
|
114
120
|
"item",
|
|
115
121
|
{
|
|
116
|
-
"look": "flat-bordered",
|
|
117
|
-
"type": "card",
|
|
118
|
-
"shadow": "sm",
|
|
119
122
|
"children": [
|
|
120
123
|
{
|
|
124
|
+
"gap": "xs",
|
|
121
125
|
"type": "stack",
|
|
122
126
|
"direction": "vertical",
|
|
123
|
-
"gap": "xs",
|
|
124
127
|
"children": [
|
|
125
128
|
{
|
|
126
|
-
"align": "center",
|
|
127
129
|
"gap": "sm",
|
|
130
|
+
"justify": "between",
|
|
128
131
|
"type": "stack",
|
|
132
|
+
"align": "center",
|
|
129
133
|
"direction": "horizontal",
|
|
130
|
-
"justify": "between",
|
|
131
134
|
"children": [
|
|
132
135
|
{
|
|
133
|
-
"type": "typography",
|
|
134
|
-
"color": "muted",
|
|
135
|
-
"variant": "caption",
|
|
136
136
|
"content": "@item.time",
|
|
137
|
-
"
|
|
137
|
+
"variant": "caption",
|
|
138
|
+
"weight": "medium",
|
|
139
|
+
"type": "typography",
|
|
140
|
+
"color": "muted"
|
|
138
141
|
},
|
|
139
142
|
{
|
|
143
|
+
"type": "badge",
|
|
140
144
|
"size": "sm",
|
|
141
145
|
"label": "@item.status",
|
|
142
|
-
"variant": "default"
|
|
143
|
-
"type": "badge"
|
|
146
|
+
"variant": "default"
|
|
144
147
|
}
|
|
145
148
|
]
|
|
146
149
|
},
|
|
147
150
|
{
|
|
148
151
|
"content": "@item.name",
|
|
152
|
+
"variant": "body2",
|
|
149
153
|
"className": "truncate",
|
|
150
154
|
"weight": "medium",
|
|
151
|
-
"variant": "body2",
|
|
152
155
|
"type": "typography"
|
|
153
156
|
},
|
|
154
157
|
{
|
|
155
|
-
"color": "muted",
|
|
156
158
|
"content": "@item.description",
|
|
159
|
+
"color": "muted",
|
|
157
160
|
"type": "typography",
|
|
158
|
-
"
|
|
159
|
-
"
|
|
161
|
+
"variant": "caption",
|
|
162
|
+
"className": "truncate"
|
|
160
163
|
}
|
|
161
164
|
]
|
|
162
165
|
}
|
|
163
166
|
],
|
|
164
|
-
"
|
|
167
|
+
"type": "card",
|
|
168
|
+
"padding": "sm",
|
|
169
|
+
"look": "flat-bordered",
|
|
170
|
+
"shadow": "sm"
|
|
165
171
|
}
|
|
166
172
|
],
|
|
167
|
-
"groupBy": "weekday",
|
|
168
|
-
"entity": "@payload.data",
|
|
169
173
|
"type": "data-list",
|
|
170
174
|
"gap": "md",
|
|
175
|
+
"fields": [],
|
|
171
176
|
"variant": "default",
|
|
172
|
-
"
|
|
177
|
+
"groupBy": "weekday",
|
|
178
|
+
"entity": "@payload.data"
|
|
173
179
|
}
|
|
174
180
|
],
|
|
175
|
-
"
|
|
181
|
+
"type": "stack"
|
|
176
182
|
}
|
|
177
183
|
}
|
|
178
184
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-thread-chat-bubbles",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.1",
|
|
4
4
|
"description": "Chat-bubbles thread — iMessage/WhatsApp DM style: two-party back-and-forth with sender-vs-receiver bubble alignment and tint.",
|
|
5
5
|
"orbitals": [
|
|
6
6
|
{
|
|
@@ -33,7 +33,11 @@
|
|
|
33
33
|
{
|
|
34
34
|
"name": "authorId",
|
|
35
35
|
"type": "string",
|
|
36
|
-
"
|
|
36
|
+
"default": "them",
|
|
37
|
+
"values": [
|
|
38
|
+
"me",
|
|
39
|
+
"them"
|
|
40
|
+
]
|
|
37
41
|
},
|
|
38
42
|
{
|
|
39
43
|
"name": "authorName",
|
|
@@ -62,6 +66,14 @@
|
|
|
62
66
|
"name": "replyCount",
|
|
63
67
|
"type": "number",
|
|
64
68
|
"default": 0.0
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"name": "replies",
|
|
72
|
+
"type": "relation",
|
|
73
|
+
"relation": {
|
|
74
|
+
"entity": "ChatBubblesPost",
|
|
75
|
+
"cardinality": "many"
|
|
76
|
+
}
|
|
65
77
|
}
|
|
66
78
|
]
|
|
67
79
|
},
|
|
@@ -72,122 +84,122 @@
|
|
|
72
84
|
"linkedEntity": "ChatBubblesPost",
|
|
73
85
|
"config": {
|
|
74
86
|
"bodyContent": {
|
|
87
|
+
"className": "max-w-2xl mx-auto px-card-md py-section h-full",
|
|
75
88
|
"direction": "vertical",
|
|
89
|
+
"type": "stack",
|
|
76
90
|
"children": [
|
|
77
91
|
{
|
|
78
92
|
"direction": "horizontal",
|
|
79
93
|
"align": "center",
|
|
94
|
+
"gap": "sm",
|
|
80
95
|
"type": "stack",
|
|
81
96
|
"className": "pb-md border-b border-[var(--color-border)]",
|
|
82
|
-
"gap": "sm",
|
|
83
97
|
"children": [
|
|
84
98
|
{
|
|
85
|
-
"name": "Alex Rivera",
|
|
86
99
|
"type": "avatar",
|
|
100
|
+
"name": "Alex Rivera",
|
|
87
101
|
"size": "md"
|
|
88
102
|
},
|
|
89
103
|
{
|
|
90
|
-
"direction": "vertical",
|
|
91
|
-
"className": "flex-1",
|
|
92
|
-
"type": "stack",
|
|
93
104
|
"gap": "xs",
|
|
105
|
+
"className": "flex-1",
|
|
94
106
|
"children": [
|
|
95
107
|
{
|
|
96
|
-
"
|
|
97
|
-
"variant": "body",
|
|
108
|
+
"type": "typography",
|
|
98
109
|
"weight": "medium",
|
|
99
|
-
"
|
|
110
|
+
"content": "Alex Rivera",
|
|
111
|
+
"variant": "body"
|
|
100
112
|
},
|
|
101
113
|
{
|
|
102
|
-
"content": "Active now",
|
|
103
114
|
"variant": "caption",
|
|
115
|
+
"content": "Active now",
|
|
104
116
|
"color": "muted",
|
|
105
117
|
"type": "typography"
|
|
106
118
|
}
|
|
107
|
-
]
|
|
119
|
+
],
|
|
120
|
+
"direction": "vertical",
|
|
121
|
+
"type": "stack"
|
|
108
122
|
}
|
|
109
123
|
]
|
|
110
124
|
},
|
|
111
125
|
{
|
|
112
126
|
"variant": "message",
|
|
113
|
-
"
|
|
114
|
-
"
|
|
115
|
-
"type": "data-list",
|
|
127
|
+
"entity": "@payload.data",
|
|
128
|
+
"className": "flex-1 overflow-y-auto py-md",
|
|
116
129
|
"renderItem": [
|
|
117
130
|
"fn",
|
|
118
131
|
"item",
|
|
119
132
|
{
|
|
120
|
-
"type": "stack",
|
|
121
|
-
"gap": "sm",
|
|
122
|
-
"direction": "horizontal",
|
|
123
133
|
"align": "end",
|
|
134
|
+
"gap": "sm",
|
|
135
|
+
"type": "stack",
|
|
124
136
|
"className": "@item.isMe ? 'w-full flex-row-reverse' : 'w-full flex-row'",
|
|
125
137
|
"children": [
|
|
126
138
|
{
|
|
127
|
-
"className": "@item.isMe ? 'invisible' : 'visible'",
|
|
128
139
|
"size": "sm",
|
|
129
|
-
"
|
|
130
|
-
"name": "@item.authorName"
|
|
140
|
+
"className": "@item.isMe ? 'invisible' : 'visible'",
|
|
141
|
+
"name": "@item.authorName",
|
|
142
|
+
"type": "avatar"
|
|
131
143
|
},
|
|
132
144
|
{
|
|
133
|
-
"className": "@item.isMe ? 'max-w-[70%] items-end' : 'max-w-[70%] items-start'",
|
|
134
145
|
"type": "stack",
|
|
135
146
|
"direction": "vertical",
|
|
136
|
-
"gap": "xs",
|
|
137
147
|
"children": [
|
|
138
148
|
{
|
|
149
|
+
"type": "card",
|
|
150
|
+
"padding": "sm",
|
|
139
151
|
"children": {
|
|
140
|
-
"
|
|
152
|
+
"variant": "body",
|
|
141
153
|
"type": "typography",
|
|
142
|
-
"
|
|
154
|
+
"content": "@item.content"
|
|
143
155
|
},
|
|
144
156
|
"look": "@item.isMe ? 'filled' : 'flat-bordered'",
|
|
145
|
-
"type": "card",
|
|
146
|
-
"padding": "sm",
|
|
147
157
|
"className": "@item.isMe ? 'rounded-lg rounded-br-sm bg-[var(--color-primary)] text-[var(--color-primary-foreground)] shadow-sm' : 'rounded-lg rounded-bl-sm bg-[var(--color-muted)] text-[var(--color-foreground)] shadow-sm'"
|
|
148
158
|
},
|
|
149
159
|
{
|
|
150
160
|
"variant": "caption",
|
|
151
161
|
"type": "typography",
|
|
152
|
-
"
|
|
153
|
-
"
|
|
162
|
+
"content": "@item.createdAt",
|
|
163
|
+
"color": "muted"
|
|
154
164
|
}
|
|
155
|
-
]
|
|
165
|
+
],
|
|
166
|
+
"className": "@item.isMe ? 'max-w-[70%] items-end' : 'max-w-[70%] items-start'",
|
|
167
|
+
"gap": "xs"
|
|
156
168
|
}
|
|
157
|
-
]
|
|
169
|
+
],
|
|
170
|
+
"direction": "horizontal"
|
|
158
171
|
}
|
|
159
172
|
],
|
|
173
|
+
"senderField": "authorId",
|
|
174
|
+
"type": "data-list",
|
|
175
|
+
"gap": "sm",
|
|
160
176
|
"fields": [],
|
|
161
|
-
"
|
|
162
|
-
"className": "flex-1 overflow-y-auto py-md",
|
|
163
|
-
"gap": "sm"
|
|
177
|
+
"currentUser": "me"
|
|
164
178
|
},
|
|
165
179
|
{
|
|
180
|
+
"type": "stack",
|
|
166
181
|
"direction": "horizontal",
|
|
182
|
+
"align": "center",
|
|
167
183
|
"gap": "sm",
|
|
168
184
|
"className": "mt-md border-t border-[var(--color-border)] pt-md",
|
|
169
185
|
"children": [
|
|
170
186
|
{
|
|
171
|
-
"
|
|
172
|
-
"placeholder": "Message…",
|
|
187
|
+
"inputType": "text",
|
|
173
188
|
"action": "EDIT_REPLY",
|
|
174
|
-
"
|
|
189
|
+
"placeholder": "Message…",
|
|
190
|
+
"type": "input"
|
|
175
191
|
},
|
|
176
192
|
{
|
|
177
193
|
"action": "SUBMIT_REPLY",
|
|
178
194
|
"icon": "send",
|
|
195
|
+
"type": "button",
|
|
179
196
|
"label": "Send",
|
|
180
|
-
"variant": "primary"
|
|
181
|
-
"type": "button"
|
|
197
|
+
"variant": "primary"
|
|
182
198
|
}
|
|
183
|
-
]
|
|
184
|
-
"type": "stack",
|
|
185
|
-
"align": "center"
|
|
199
|
+
]
|
|
186
200
|
}
|
|
187
201
|
],
|
|
188
|
-
"
|
|
189
|
-
"gap": "none",
|
|
190
|
-
"className": "max-w-2xl mx-auto px-card-md py-section h-full"
|
|
202
|
+
"gap": "none"
|
|
191
203
|
}
|
|
192
204
|
}
|
|
193
205
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$generated": "2026-05-
|
|
2
|
+
"$generated": "2026-05-29T01:27:31.633Z",
|
|
3
3
|
"$source": "tools/almadar-pattern-sync/behaviors",
|
|
4
4
|
"$package": "@almadar/std",
|
|
5
5
|
"totalBehaviors": 92,
|
|
@@ -5211,7 +5211,7 @@
|
|
|
5211
5211
|
},
|
|
5212
5212
|
{
|
|
5213
5213
|
"name": "date",
|
|
5214
|
-
"type": "
|
|
5214
|
+
"type": "datetime",
|
|
5215
5215
|
"default": ""
|
|
5216
5216
|
},
|
|
5217
5217
|
{
|
|
@@ -5223,6 +5223,11 @@
|
|
|
5223
5223
|
"name": "duration",
|
|
5224
5224
|
"type": "number",
|
|
5225
5225
|
"default": 60
|
|
5226
|
+
},
|
|
5227
|
+
{
|
|
5228
|
+
"name": "selectedRange",
|
|
5229
|
+
"type": "string",
|
|
5230
|
+
"default": "month"
|
|
5226
5231
|
}
|
|
5227
5232
|
]
|
|
5228
5233
|
},
|
|
@@ -9472,7 +9477,7 @@
|
|
|
9472
9477
|
"topic": "core",
|
|
9473
9478
|
"family": "core",
|
|
9474
9479
|
"layer": "UI Patterns",
|
|
9475
|
-
"description": "std-notify-on-event —
|
|
9480
|
+
"description": "std-notify-on-event — cross-orbital wiring atom. Subscribes to events from another orbital (e.g. CheckoutOrbital emits OrderPlaced, OrderRecordOrbital reacts via this atom) and dispatches a notification. Use when one orbital needs to react to or be notified about events that happen in another orbital — the wiring goes through this atom's `EventOccurred` listener which the molecule renames via traitOverrides.events to the upstream event name. Resolves recipient from `recipients` (first entry; multi-recipient fan-out is a future extension) or falls back to `@user.id`. Skips dispatch when the recipient is in `suppressionList`. Emits in-app `notify` when `notifyChannel` is `\"in-app\"`, or persists a `NotificationRecord` row for out-of-band delivery when channel is `\"email\"` or `\"sms\"`.",
|
|
9476
9481
|
"defaultOrbitalName": "NotifyOnEventOrbital",
|
|
9477
9482
|
"statePattern": "idle",
|
|
9478
9483
|
"complexity": {
|