@almadar/std 16.9.2 → 16.10.0
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 -63
- 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 +51 -57
- 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 +50 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +38 -38
- package/dist/behaviors/behaviors-registry.json +3 -3
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +121 -63
- 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 +51 -57
- 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 +50 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +38 -38
- package/dist/behaviors-registry.json +3 -3
- package/dist/registry/core/atoms/std-calendar.orb +121 -63
- 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 +51 -57
- 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 +50 -50
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +38 -38
- 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.1",
|
|
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
|
{
|
|
@@ -72,133 +72,133 @@
|
|
|
72
72
|
"linkedEntity": "AgendaListEvent",
|
|
73
73
|
"config": {
|
|
74
74
|
"bodyContent": {
|
|
75
|
-
"
|
|
76
|
-
"className": "max-w-3xl mx-auto p-card-md",
|
|
75
|
+
"direction": "vertical",
|
|
77
76
|
"children": [
|
|
78
77
|
{
|
|
79
|
-
"
|
|
78
|
+
"gap": "md",
|
|
80
79
|
"children": [
|
|
81
80
|
{
|
|
82
|
-
"align": "center",
|
|
83
|
-
"gap": "sm",
|
|
84
81
|
"type": "stack",
|
|
82
|
+
"align": "center",
|
|
85
83
|
"children": [
|
|
86
84
|
{
|
|
87
85
|
"type": "icon",
|
|
88
86
|
"name": "list"
|
|
89
87
|
},
|
|
90
88
|
{
|
|
91
|
-
"
|
|
89
|
+
"content": "Agenda",
|
|
92
90
|
"type": "typography",
|
|
93
|
-
"
|
|
91
|
+
"variant": "h2"
|
|
94
92
|
}
|
|
95
93
|
],
|
|
96
|
-
"direction": "horizontal"
|
|
94
|
+
"direction": "horizontal",
|
|
95
|
+
"gap": "sm"
|
|
97
96
|
},
|
|
98
97
|
{
|
|
99
|
-
"
|
|
100
|
-
"
|
|
98
|
+
"type": "date-range-selector",
|
|
99
|
+
"onSelect": "SELECT_DAY"
|
|
101
100
|
}
|
|
102
101
|
],
|
|
103
|
-
"
|
|
104
|
-
"align": "center",
|
|
102
|
+
"direction": "horizontal",
|
|
105
103
|
"type": "stack",
|
|
106
|
-
"justify": "between"
|
|
104
|
+
"justify": "between",
|
|
105
|
+
"align": "center"
|
|
107
106
|
},
|
|
108
107
|
{
|
|
109
108
|
"type": "divider"
|
|
110
109
|
},
|
|
111
110
|
{
|
|
111
|
+
"fields": [],
|
|
112
|
+
"gap": "md",
|
|
112
113
|
"renderItem": [
|
|
113
114
|
"fn",
|
|
114
115
|
"item",
|
|
115
116
|
{
|
|
116
|
-
"
|
|
117
|
+
"type": "card",
|
|
118
|
+
"padding": "md",
|
|
117
119
|
"children": [
|
|
118
120
|
{
|
|
119
|
-
"
|
|
121
|
+
"gap": "md",
|
|
120
122
|
"children": [
|
|
121
123
|
{
|
|
122
|
-
"
|
|
124
|
+
"className": "w-16 shrink-0",
|
|
123
125
|
"type": "stack",
|
|
124
126
|
"children": [
|
|
125
127
|
{
|
|
126
128
|
"type": "typography",
|
|
127
|
-
"color": "muted",
|
|
128
129
|
"variant": "overline",
|
|
130
|
+
"color": "muted",
|
|
129
131
|
"content": "@item.time"
|
|
130
132
|
},
|
|
131
133
|
{
|
|
132
|
-
"
|
|
134
|
+
"type": "icon",
|
|
133
135
|
"size": "sm",
|
|
134
|
-
"
|
|
135
|
-
"
|
|
136
|
+
"color": "muted",
|
|
137
|
+
"name": "clock"
|
|
136
138
|
}
|
|
137
139
|
],
|
|
138
140
|
"gap": "xs",
|
|
139
|
-
"
|
|
140
|
-
"
|
|
141
|
+
"direction": "vertical",
|
|
142
|
+
"align": "center"
|
|
141
143
|
},
|
|
142
144
|
{
|
|
143
145
|
"type": "divider",
|
|
144
146
|
"orientation": "vertical"
|
|
145
147
|
},
|
|
146
148
|
{
|
|
147
|
-
"type": "stack",
|
|
148
|
-
"direction": "vertical",
|
|
149
149
|
"className": "flex-1 min-w-0",
|
|
150
|
+
"gap": "xs",
|
|
150
151
|
"children": [
|
|
151
152
|
{
|
|
152
|
-
"
|
|
153
|
-
"gap": "sm",
|
|
154
|
-
"align": "center",
|
|
153
|
+
"justify": "between",
|
|
155
154
|
"children": [
|
|
156
155
|
{
|
|
157
|
-
"
|
|
156
|
+
"className": "truncate",
|
|
157
|
+
"variant": "h4",
|
|
158
158
|
"type": "typography",
|
|
159
159
|
"content": "@item.name",
|
|
160
|
-
"
|
|
161
|
-
"className": "truncate"
|
|
160
|
+
"weight": "medium"
|
|
162
161
|
},
|
|
163
162
|
{
|
|
164
|
-
"variant": "default",
|
|
165
|
-
"label": "@item.status",
|
|
166
163
|
"type": "badge",
|
|
167
|
-
"size": "sm"
|
|
164
|
+
"size": "sm",
|
|
165
|
+
"label": "@item.status",
|
|
166
|
+
"variant": "default"
|
|
168
167
|
}
|
|
169
168
|
],
|
|
169
|
+
"gap": "sm",
|
|
170
|
+
"direction": "horizontal",
|
|
170
171
|
"type": "stack",
|
|
171
|
-
"
|
|
172
|
+
"align": "center"
|
|
172
173
|
},
|
|
173
174
|
{
|
|
174
|
-
"variant": "body2",
|
|
175
|
-
"color": "muted",
|
|
176
175
|
"type": "typography",
|
|
176
|
+
"variant": "body2",
|
|
177
|
+
"className": "truncate",
|
|
177
178
|
"content": "@item.description",
|
|
178
|
-
"
|
|
179
|
+
"color": "muted"
|
|
179
180
|
}
|
|
180
181
|
],
|
|
181
|
-
"
|
|
182
|
+
"direction": "vertical",
|
|
183
|
+
"type": "stack"
|
|
182
184
|
}
|
|
183
185
|
],
|
|
184
|
-
"
|
|
185
|
-
"
|
|
186
|
-
"
|
|
186
|
+
"align": "start",
|
|
187
|
+
"type": "stack",
|
|
188
|
+
"direction": "horizontal"
|
|
187
189
|
}
|
|
188
190
|
],
|
|
189
|
-
"
|
|
190
|
-
"type": "card"
|
|
191
|
+
"look": "flat-bordered"
|
|
191
192
|
}
|
|
192
193
|
],
|
|
194
|
+
"groupBy": "dateGroup",
|
|
193
195
|
"type": "data-list",
|
|
194
196
|
"entity": "@payload.data",
|
|
195
|
-
"
|
|
196
|
-
"gap": "md",
|
|
197
|
-
"variant": "default",
|
|
198
|
-
"fields": []
|
|
197
|
+
"variant": "default"
|
|
199
198
|
}
|
|
200
199
|
],
|
|
201
|
-
"
|
|
200
|
+
"gap": "lg",
|
|
201
|
+
"className": "max-w-3xl mx-auto p-card-md",
|
|
202
202
|
"type": "stack"
|
|
203
203
|
}
|
|
204
204
|
}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "std-calendar-week-timeline",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.1",
|
|
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
|
{
|
|
@@ -72,107 +72,107 @@
|
|
|
72
72
|
"linkedEntity": "WeekTimelineEvent",
|
|
73
73
|
"config": {
|
|
74
74
|
"bodyContent": {
|
|
75
|
-
"
|
|
76
|
-
"direction": "vertical",
|
|
75
|
+
"gap": "md",
|
|
77
76
|
"children": [
|
|
78
77
|
{
|
|
78
|
+
"type": "stack",
|
|
79
79
|
"children": [
|
|
80
80
|
{
|
|
81
81
|
"align": "center",
|
|
82
|
-
"
|
|
83
|
-
"gap": "sm",
|
|
82
|
+
"direction": "horizontal",
|
|
84
83
|
"children": [
|
|
85
84
|
{
|
|
86
|
-
"
|
|
87
|
-
"
|
|
85
|
+
"name": "calendar",
|
|
86
|
+
"type": "icon"
|
|
88
87
|
},
|
|
89
88
|
{
|
|
90
|
-
"content": "Week",
|
|
91
89
|
"variant": "h2",
|
|
92
|
-
"type": "typography"
|
|
90
|
+
"type": "typography",
|
|
91
|
+
"content": "Week"
|
|
93
92
|
}
|
|
94
93
|
],
|
|
95
|
-
"
|
|
94
|
+
"type": "stack",
|
|
95
|
+
"gap": "sm"
|
|
96
96
|
},
|
|
97
97
|
{
|
|
98
98
|
"onSelect": "SELECT_DAY",
|
|
99
99
|
"type": "date-range-selector"
|
|
100
100
|
}
|
|
101
101
|
],
|
|
102
|
-
"
|
|
102
|
+
"gap": "md",
|
|
103
103
|
"direction": "horizontal",
|
|
104
104
|
"justify": "between",
|
|
105
|
-
"
|
|
106
|
-
"gap": "md"
|
|
105
|
+
"align": "center"
|
|
107
106
|
},
|
|
108
107
|
{
|
|
109
108
|
"type": "divider"
|
|
110
109
|
},
|
|
111
110
|
{
|
|
111
|
+
"gap": "md",
|
|
112
|
+
"variant": "default",
|
|
113
|
+
"fields": [],
|
|
112
114
|
"renderItem": [
|
|
113
115
|
"fn",
|
|
114
116
|
"item",
|
|
115
117
|
{
|
|
116
|
-
"look": "flat-bordered",
|
|
117
|
-
"type": "card",
|
|
118
|
-
"shadow": "sm",
|
|
119
118
|
"children": [
|
|
120
119
|
{
|
|
121
|
-
"type": "stack",
|
|
122
|
-
"direction": "vertical",
|
|
123
120
|
"gap": "xs",
|
|
124
121
|
"children": [
|
|
125
122
|
{
|
|
123
|
+
"justify": "between",
|
|
126
124
|
"align": "center",
|
|
127
125
|
"gap": "sm",
|
|
128
126
|
"type": "stack",
|
|
129
127
|
"direction": "horizontal",
|
|
130
|
-
"justify": "between",
|
|
131
128
|
"children": [
|
|
132
129
|
{
|
|
133
|
-
"
|
|
130
|
+
"weight": "medium",
|
|
134
131
|
"color": "muted",
|
|
135
|
-
"variant": "caption",
|
|
136
132
|
"content": "@item.time",
|
|
137
|
-
"
|
|
133
|
+
"variant": "caption",
|
|
134
|
+
"type": "typography"
|
|
138
135
|
},
|
|
139
136
|
{
|
|
140
|
-
"size": "sm",
|
|
141
137
|
"label": "@item.status",
|
|
138
|
+
"type": "badge",
|
|
142
139
|
"variant": "default",
|
|
143
|
-
"
|
|
140
|
+
"size": "sm"
|
|
144
141
|
}
|
|
145
142
|
]
|
|
146
143
|
},
|
|
147
144
|
{
|
|
148
|
-
"content": "@item.name",
|
|
149
|
-
"className": "truncate",
|
|
150
145
|
"weight": "medium",
|
|
146
|
+
"content": "@item.name",
|
|
151
147
|
"variant": "body2",
|
|
152
|
-
"type": "typography"
|
|
148
|
+
"type": "typography",
|
|
149
|
+
"className": "truncate"
|
|
153
150
|
},
|
|
154
151
|
{
|
|
155
|
-
"
|
|
152
|
+
"className": "truncate",
|
|
156
153
|
"content": "@item.description",
|
|
157
154
|
"type": "typography",
|
|
158
|
-
"
|
|
159
|
-
"
|
|
155
|
+
"variant": "caption",
|
|
156
|
+
"color": "muted"
|
|
160
157
|
}
|
|
161
|
-
]
|
|
158
|
+
],
|
|
159
|
+
"direction": "vertical",
|
|
160
|
+
"type": "stack"
|
|
162
161
|
}
|
|
163
162
|
],
|
|
164
|
-
"padding": "sm"
|
|
163
|
+
"padding": "sm",
|
|
164
|
+
"look": "flat-bordered",
|
|
165
|
+
"shadow": "sm",
|
|
166
|
+
"type": "card"
|
|
165
167
|
}
|
|
166
168
|
],
|
|
167
|
-
"groupBy": "weekday",
|
|
168
169
|
"entity": "@payload.data",
|
|
169
170
|
"type": "data-list",
|
|
170
|
-
"
|
|
171
|
-
"variant": "default",
|
|
172
|
-
"fields": []
|
|
171
|
+
"groupBy": "weekday"
|
|
173
172
|
}
|
|
174
173
|
],
|
|
175
|
-
"
|
|
174
|
+
"direction": "vertical",
|
|
175
|
+
"type": "stack"
|
|
176
176
|
}
|
|
177
177
|
}
|
|
178
178
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"$generated": "2026-05-
|
|
2
|
+
"$generated": "2026-05-29T00:35:21.961Z",
|
|
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
|
{
|
|
@@ -9472,7 +9472,7 @@
|
|
|
9472
9472
|
"topic": "core",
|
|
9473
9473
|
"family": "core",
|
|
9474
9474
|
"layer": "UI Patterns",
|
|
9475
|
-
"description": "std-notify-on-event —
|
|
9475
|
+
"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
9476
|
"defaultOrbitalName": "NotifyOnEventOrbital",
|
|
9477
9477
|
"statePattern": "idle",
|
|
9478
9478
|
"complexity": {
|