@almadar/std 16.10.0 → 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 +70 -65
- package/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/behaviors/registry/core-variations/atoms/std-browse-dense.orb +49 -50
- package/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +58 -52
- package/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +41 -35
- package/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/dist/behaviors/behaviors-registry.json +6 -1
- package/dist/behaviors/registry/core/atoms/std-calendar.orb +70 -65
- package/dist/behaviors/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/dist/behaviors/registry/core-variations/atoms/std-browse-dense.orb +49 -50
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-agenda-list.orb +58 -52
- package/dist/behaviors/registry/core-variations/atoms/std-calendar-week-timeline.orb +41 -35
- package/dist/behaviors/registry/core-variations/atoms/std-thread-chat-bubbles.orb +57 -45
- package/dist/behaviors-registry.json +6 -1
- package/dist/registry/core/atoms/std-calendar.orb +70 -65
- package/dist/registry/core-variations/atoms/std-board-kanban-classic.orb +58 -58
- package/dist/registry/core-variations/atoms/std-browse-dense.orb +49 -50
- package/dist/registry/core-variations/atoms/std-calendar-agenda-list.orb +58 -52
- package/dist/registry/core-variations/atoms/std-calendar-week-timeline.orb +41 -35
- 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
|
{
|
|
@@ -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": {
|
|
80
|
+
"className": "max-w-3xl mx-auto p-card-md",
|
|
81
|
+
"type": "stack",
|
|
75
82
|
"direction": "vertical",
|
|
83
|
+
"gap": "lg",
|
|
76
84
|
"children": [
|
|
77
85
|
{
|
|
86
|
+
"align": "center",
|
|
87
|
+
"direction": "horizontal",
|
|
88
|
+
"type": "stack",
|
|
78
89
|
"gap": "md",
|
|
90
|
+
"justify": "between",
|
|
79
91
|
"children": [
|
|
80
92
|
{
|
|
93
|
+
"direction": "horizontal",
|
|
94
|
+
"gap": "sm",
|
|
81
95
|
"type": "stack",
|
|
82
96
|
"align": "center",
|
|
83
97
|
"children": [
|
|
84
98
|
{
|
|
85
|
-
"
|
|
86
|
-
"
|
|
99
|
+
"name": "list",
|
|
100
|
+
"type": "icon"
|
|
87
101
|
},
|
|
88
102
|
{
|
|
89
|
-
"content": "Agenda",
|
|
90
103
|
"type": "typography",
|
|
104
|
+
"content": "Agenda",
|
|
91
105
|
"variant": "h2"
|
|
92
106
|
}
|
|
93
|
-
]
|
|
94
|
-
"direction": "horizontal",
|
|
95
|
-
"gap": "sm"
|
|
107
|
+
]
|
|
96
108
|
},
|
|
97
109
|
{
|
|
98
|
-
"
|
|
99
|
-
"
|
|
110
|
+
"onSelect": "SELECT_DAY",
|
|
111
|
+
"selected": "@entity.selectedRange",
|
|
112
|
+
"type": "date-range-selector"
|
|
100
113
|
}
|
|
101
|
-
]
|
|
102
|
-
"direction": "horizontal",
|
|
103
|
-
"type": "stack",
|
|
104
|
-
"justify": "between",
|
|
105
|
-
"align": "center"
|
|
114
|
+
]
|
|
106
115
|
},
|
|
107
116
|
{
|
|
108
117
|
"type": "divider"
|
|
109
118
|
},
|
|
110
119
|
{
|
|
111
|
-
"fields": [],
|
|
112
120
|
"gap": "md",
|
|
121
|
+
"variant": "default",
|
|
122
|
+
"groupBy": "dateGroup",
|
|
123
|
+
"fields": [],
|
|
113
124
|
"renderItem": [
|
|
114
125
|
"fn",
|
|
115
126
|
"item",
|
|
116
127
|
{
|
|
117
128
|
"type": "card",
|
|
118
|
-
"padding": "md",
|
|
119
129
|
"children": [
|
|
120
130
|
{
|
|
121
|
-
"
|
|
131
|
+
"type": "stack",
|
|
132
|
+
"direction": "horizontal",
|
|
122
133
|
"children": [
|
|
123
134
|
{
|
|
135
|
+
"align": "center",
|
|
124
136
|
"className": "w-16 shrink-0",
|
|
125
|
-
"type": "stack",
|
|
126
137
|
"children": [
|
|
127
138
|
{
|
|
128
|
-
"
|
|
129
|
-
"variant": "overline",
|
|
139
|
+
"content": "@item.time",
|
|
130
140
|
"color": "muted",
|
|
131
|
-
"
|
|
141
|
+
"variant": "overline",
|
|
142
|
+
"type": "typography"
|
|
132
143
|
},
|
|
133
144
|
{
|
|
134
|
-
"
|
|
145
|
+
"name": "clock",
|
|
135
146
|
"size": "sm",
|
|
136
147
|
"color": "muted",
|
|
137
|
-
"
|
|
148
|
+
"type": "icon"
|
|
138
149
|
}
|
|
139
150
|
],
|
|
140
151
|
"gap": "xs",
|
|
141
152
|
"direction": "vertical",
|
|
142
|
-
"
|
|
153
|
+
"type": "stack"
|
|
143
154
|
},
|
|
144
155
|
{
|
|
145
|
-
"
|
|
146
|
-
"
|
|
156
|
+
"orientation": "vertical",
|
|
157
|
+
"type": "divider"
|
|
147
158
|
},
|
|
148
159
|
{
|
|
149
|
-
"
|
|
160
|
+
"type": "stack",
|
|
150
161
|
"gap": "xs",
|
|
151
162
|
"children": [
|
|
152
163
|
{
|
|
153
|
-
"
|
|
164
|
+
"type": "stack",
|
|
165
|
+
"gap": "sm",
|
|
166
|
+
"direction": "horizontal",
|
|
154
167
|
"children": [
|
|
155
168
|
{
|
|
156
|
-
"className": "truncate",
|
|
157
|
-
"variant": "h4",
|
|
158
169
|
"type": "typography",
|
|
159
170
|
"content": "@item.name",
|
|
160
|
-
"
|
|
171
|
+
"className": "truncate",
|
|
172
|
+
"weight": "medium",
|
|
173
|
+
"variant": "h4"
|
|
161
174
|
},
|
|
162
175
|
{
|
|
163
176
|
"type": "badge",
|
|
164
|
-
"size": "sm",
|
|
165
177
|
"label": "@item.status",
|
|
166
|
-
"variant": "default"
|
|
178
|
+
"variant": "default",
|
|
179
|
+
"size": "sm"
|
|
167
180
|
}
|
|
168
181
|
],
|
|
169
|
-
"
|
|
170
|
-
"
|
|
171
|
-
"type": "stack",
|
|
172
|
-
"align": "center"
|
|
182
|
+
"align": "center",
|
|
183
|
+
"justify": "between"
|
|
173
184
|
},
|
|
174
185
|
{
|
|
175
|
-
"type": "typography",
|
|
176
186
|
"variant": "body2",
|
|
177
187
|
"className": "truncate",
|
|
178
|
-
"
|
|
179
|
-
"
|
|
188
|
+
"color": "muted",
|
|
189
|
+
"type": "typography",
|
|
190
|
+
"content": "@item.description"
|
|
180
191
|
}
|
|
181
192
|
],
|
|
182
193
|
"direction": "vertical",
|
|
183
|
-
"
|
|
194
|
+
"className": "flex-1 min-w-0"
|
|
184
195
|
}
|
|
185
196
|
],
|
|
186
|
-
"
|
|
187
|
-
"
|
|
188
|
-
"direction": "horizontal"
|
|
197
|
+
"gap": "md",
|
|
198
|
+
"align": "start"
|
|
189
199
|
}
|
|
190
200
|
],
|
|
191
|
-
"look": "flat-bordered"
|
|
201
|
+
"look": "flat-bordered",
|
|
202
|
+
"padding": "md"
|
|
192
203
|
}
|
|
193
204
|
],
|
|
194
|
-
"groupBy": "dateGroup",
|
|
195
205
|
"type": "data-list",
|
|
196
|
-
"entity": "@payload.data"
|
|
197
|
-
"variant": "default"
|
|
206
|
+
"entity": "@payload.data"
|
|
198
207
|
}
|
|
199
|
-
]
|
|
200
|
-
"gap": "lg",
|
|
201
|
-
"className": "max-w-3xl mx-auto p-card-md",
|
|
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
|
{
|
|
@@ -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
|
},
|
|
@@ -73,44 +78,43 @@
|
|
|
73
78
|
"config": {
|
|
74
79
|
"bodyContent": {
|
|
75
80
|
"gap": "md",
|
|
81
|
+
"direction": "vertical",
|
|
76
82
|
"children": [
|
|
77
83
|
{
|
|
78
|
-
"
|
|
84
|
+
"align": "center",
|
|
79
85
|
"children": [
|
|
80
86
|
{
|
|
87
|
+
"type": "stack",
|
|
88
|
+
"gap": "sm",
|
|
81
89
|
"align": "center",
|
|
82
|
-
"direction": "horizontal",
|
|
83
90
|
"children": [
|
|
84
91
|
{
|
|
85
|
-
"
|
|
86
|
-
"
|
|
92
|
+
"type": "icon",
|
|
93
|
+
"name": "calendar"
|
|
87
94
|
},
|
|
88
95
|
{
|
|
89
|
-
"
|
|
96
|
+
"content": "Week",
|
|
90
97
|
"type": "typography",
|
|
91
|
-
"
|
|
98
|
+
"variant": "h2"
|
|
92
99
|
}
|
|
93
100
|
],
|
|
94
|
-
"
|
|
95
|
-
"gap": "sm"
|
|
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
109
|
"gap": "md",
|
|
103
|
-
"
|
|
110
|
+
"type": "stack",
|
|
104
111
|
"justify": "between",
|
|
105
|
-
"
|
|
112
|
+
"direction": "horizontal"
|
|
106
113
|
},
|
|
107
114
|
{
|
|
108
115
|
"type": "divider"
|
|
109
116
|
},
|
|
110
117
|
{
|
|
111
|
-
"gap": "md",
|
|
112
|
-
"variant": "default",
|
|
113
|
-
"fields": [],
|
|
114
118
|
"renderItem": [
|
|
115
119
|
"fn",
|
|
116
120
|
"item",
|
|
@@ -118,60 +122,62 @@
|
|
|
118
122
|
"children": [
|
|
119
123
|
{
|
|
120
124
|
"gap": "xs",
|
|
125
|
+
"type": "stack",
|
|
126
|
+
"direction": "vertical",
|
|
121
127
|
"children": [
|
|
122
128
|
{
|
|
123
|
-
"justify": "between",
|
|
124
|
-
"align": "center",
|
|
125
129
|
"gap": "sm",
|
|
130
|
+
"justify": "between",
|
|
126
131
|
"type": "stack",
|
|
132
|
+
"align": "center",
|
|
127
133
|
"direction": "horizontal",
|
|
128
134
|
"children": [
|
|
129
135
|
{
|
|
130
|
-
"weight": "medium",
|
|
131
|
-
"color": "muted",
|
|
132
136
|
"content": "@item.time",
|
|
133
137
|
"variant": "caption",
|
|
134
|
-
"
|
|
138
|
+
"weight": "medium",
|
|
139
|
+
"type": "typography",
|
|
140
|
+
"color": "muted"
|
|
135
141
|
},
|
|
136
142
|
{
|
|
137
|
-
"label": "@item.status",
|
|
138
143
|
"type": "badge",
|
|
139
|
-
"
|
|
140
|
-
"
|
|
144
|
+
"size": "sm",
|
|
145
|
+
"label": "@item.status",
|
|
146
|
+
"variant": "default"
|
|
141
147
|
}
|
|
142
148
|
]
|
|
143
149
|
},
|
|
144
150
|
{
|
|
145
|
-
"weight": "medium",
|
|
146
151
|
"content": "@item.name",
|
|
147
152
|
"variant": "body2",
|
|
148
|
-
"
|
|
149
|
-
"
|
|
153
|
+
"className": "truncate",
|
|
154
|
+
"weight": "medium",
|
|
155
|
+
"type": "typography"
|
|
150
156
|
},
|
|
151
157
|
{
|
|
152
|
-
"className": "truncate",
|
|
153
158
|
"content": "@item.description",
|
|
159
|
+
"color": "muted",
|
|
154
160
|
"type": "typography",
|
|
155
161
|
"variant": "caption",
|
|
156
|
-
"
|
|
162
|
+
"className": "truncate"
|
|
157
163
|
}
|
|
158
|
-
]
|
|
159
|
-
"direction": "vertical",
|
|
160
|
-
"type": "stack"
|
|
164
|
+
]
|
|
161
165
|
}
|
|
162
166
|
],
|
|
167
|
+
"type": "card",
|
|
163
168
|
"padding": "sm",
|
|
164
169
|
"look": "flat-bordered",
|
|
165
|
-
"shadow": "sm"
|
|
166
|
-
"type": "card"
|
|
170
|
+
"shadow": "sm"
|
|
167
171
|
}
|
|
168
172
|
],
|
|
169
|
-
"entity": "@payload.data",
|
|
170
173
|
"type": "data-list",
|
|
171
|
-
"
|
|
174
|
+
"gap": "md",
|
|
175
|
+
"fields": [],
|
|
176
|
+
"variant": "default",
|
|
177
|
+
"groupBy": "weekday",
|
|
178
|
+
"entity": "@payload.data"
|
|
172
179
|
}
|
|
173
180
|
],
|
|
174
|
-
"direction": "vertical",
|
|
175
181
|
"type": "stack"
|
|
176
182
|
}
|
|
177
183
|
}
|
|
@@ -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,
|
|
@@ -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
|
},
|