@flamingo-stack/openframe-frontend-core 0.0.201 → 0.0.202

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.
Files changed (45) hide show
  1. package/dist/{chunk-CSW5GYBU.js → chunk-IDULPYOU.js} +3997 -3734
  2. package/dist/chunk-IDULPYOU.js.map +1 -0
  3. package/dist/{chunk-UCY537V4.cjs → chunk-JIKTMXTZ.cjs} +952 -689
  4. package/dist/chunk-JIKTMXTZ.cjs.map +1 -0
  5. package/dist/components/chat/approval-request-message.d.ts.map +1 -1
  6. package/dist/components/chat/chat-container.d.ts.map +1 -1
  7. package/dist/components/chat/chat-message-enhanced.d.ts.map +1 -1
  8. package/dist/components/chat/chat-message-list.d.ts.map +1 -1
  9. package/dist/components/chat/types/message.types.d.ts +34 -0
  10. package/dist/components/chat/types/message.types.d.ts.map +1 -1
  11. package/dist/components/features/index.cjs +14 -2
  12. package/dist/components/features/index.cjs.map +1 -1
  13. package/dist/components/features/index.d.ts +1 -0
  14. package/dist/components/features/index.d.ts.map +1 -1
  15. package/dist/components/features/index.js +15 -3
  16. package/dist/components/index.cjs +14 -2
  17. package/dist/components/index.cjs.map +1 -1
  18. package/dist/components/index.js +13 -1
  19. package/dist/components/navigation/index.cjs +2 -2
  20. package/dist/components/navigation/index.js +1 -1
  21. package/dist/components/providers/theme-provider.d.ts +69 -0
  22. package/dist/components/providers/theme-provider.d.ts.map +1 -0
  23. package/dist/components/ui/index.cjs +2 -2
  24. package/dist/components/ui/index.js +1 -1
  25. package/dist/components/ui/simple-markdown-renderer.d.ts.map +1 -1
  26. package/dist/index.cjs +14 -2
  27. package/dist/index.cjs.map +1 -1
  28. package/dist/index.js +13 -1
  29. package/package.json +2 -1
  30. package/src/components/chat/approval-request-message.tsx +106 -92
  31. package/src/components/chat/chat-container.tsx +8 -4
  32. package/src/components/chat/chat-message-enhanced.tsx +51 -9
  33. package/src/components/chat/chat-message-list.tsx +27 -19
  34. package/src/components/chat/types/message.types.ts +35 -0
  35. package/src/components/features/index.ts +15 -0
  36. package/src/components/providers/theme-provider.tsx +130 -0
  37. package/src/components/ui/simple-markdown-renderer.tsx +248 -2
  38. package/src/stories/Theme.stories.tsx +350 -0
  39. package/src/styles/README.md +271 -174
  40. package/src/styles/dark_theme.tokens.json +982 -0
  41. package/src/styles/light_theme.tokens.json +982 -0
  42. package/src/styles/ods-colors.css +225 -146
  43. package/src/styles/ods_color_tokens.json +1 -300
  44. package/dist/chunk-CSW5GYBU.js.map +0 -1
  45. package/dist/chunk-UCY537V4.cjs.map +0 -1
@@ -1,302 +1,3 @@
1
1
  {
2
- "color": {
3
- "attention": {
4
- "green": {
5
- "success": {
6
- "value": "#5ea62e",
7
- "type": "color"
8
- },
9
- "success-action": {
10
- "value": "#4a921a",
11
- "type": "color"
12
- },
13
- "success-hover": {
14
- "value": "#549c24",
15
- "type": "color"
16
- },
17
- "success-secondary": {
18
- "value": "#2e461f",
19
- "type": "color"
20
- },
21
- "success-secondary-hover": {
22
- "value": "#385029",
23
- "type": "color"
24
- },
25
- "success-secondary-action": {
26
- "value": "#425a33",
27
- "type": "color"
28
- }
29
- },
30
- "red": {
31
- "error": {
32
- "value": "#f36666",
33
- "type": "color"
34
- },
35
- "error-action": {
36
- "value": "#df5252",
37
- "type": "color"
38
- },
39
- "error-hover": {
40
- "value": "#e95c5c",
41
- "type": "color"
42
- },
43
- "error-secondary": {
44
- "value": "#4a2121",
45
- "type": "color"
46
- },
47
- "error-secondary-hover": {
48
- "value": "#542b2b",
49
- "type": "color"
50
- },
51
- "error-secondary-action": {
52
- "value": "#5e3535",
53
- "type": "color"
54
- }
55
- },
56
- "yellow": {
57
- "warning": {
58
- "value": "#e1b32f",
59
- "type": "color"
60
- },
61
- "warning-action": {
62
- "value": "#cd9f1b",
63
- "type": "color"
64
- },
65
- "warning-hover": {
66
- "value": "#d7a925",
67
- "type": "color"
68
- },
69
- "warning-secondary": {
70
- "value": "#5a4d25",
71
- "type": "color"
72
- },
73
- "warning-secondary-hover": {
74
- "value": "#64572f",
75
- "type": "color"
76
- },
77
- "warning-secondary-action": {
78
- "value": "#6e6139",
79
- "type": "color"
80
- }
81
- }
82
- },
83
- "flamingo": {
84
- "cyan": {
85
- "base": {
86
- "value": "#5efaf0",
87
- "type": "color"
88
- },
89
- "action": {
90
- "value": "#4ae6dc",
91
- "type": "color"
92
- },
93
- "hover": {
94
- "value": "#54f0e6",
95
- "type": "color"
96
- },
97
- "secondary": {
98
- "value": "#058c83",
99
- "type": "color"
100
- },
101
- "secondary-hover": {
102
- "value": "#008279",
103
- "type": "color"
104
- },
105
- "secondary-action": {
106
- "value": "#00786f",
107
- "type": "color"
108
- },
109
- "dark": {
110
- "value": "#058c83",
111
- "type": "color"
112
- },
113
- "dark-action": {
114
- "value": "#00786f",
115
- "type": "color"
116
- },
117
- "dark-hover": {
118
- "value": "#008279",
119
- "type": "color"
120
- },
121
- "light": {
122
- "value": "#a1fbf5",
123
- "type": "color"
124
- },
125
- "light-action": {
126
- "value": "#8de7e1",
127
- "type": "color"
128
- },
129
- "light-hover": {
130
- "value": "#97f1eb",
131
- "type": "color"
132
- }
133
- },
134
- "pink": {
135
- "base": {
136
- "value": "#f357bb",
137
- "type": "color"
138
- },
139
- "action": {
140
- "value": "#df43a7",
141
- "type": "color"
142
- },
143
- "hover": {
144
- "value": "#e94db1",
145
- "type": "color"
146
- },
147
- "secondary": {
148
- "value": "#792b5d",
149
- "type": "color"
150
- },
151
- "secondary-hover": {
152
- "value": "#6f2153",
153
- "type": "color"
154
- },
155
- "secondary-action": {
156
- "value": "#651749",
157
- "type": "color"
158
- },
159
- "dark": {
160
- "value": "#792b5d",
161
- "type": "color"
162
- },
163
- "dark-action": {
164
- "value": "#651749",
165
- "type": "color"
166
- },
167
- "dark-hover": {
168
- "value": "#6f2153",
169
- "type": "color"
170
- },
171
- "light": {
172
- "value": "#f9abdd",
173
- "type": "color"
174
- },
175
- "light-action": {
176
- "value": "#e597c9",
177
- "type": "color"
178
- },
179
- "light-hover": {
180
- "value": "#efa1d3",
181
- "type": "color"
182
- }
183
- }
184
- },
185
- "open": {
186
- "yellow": {
187
- "base": {
188
- "value": "#ffc008",
189
- "type": "color"
190
- },
191
- "action": {
192
- "value": "#ebac00",
193
- "type": "color"
194
- },
195
- "hover": {
196
- "value": "#f5b600",
197
- "type": "color"
198
- },
199
- "secondary": {
200
- "value": "#7f6004",
201
- "type": "color"
202
- },
203
- "secondary-hover": {
204
- "value": "#755600",
205
- "type": "color"
206
- },
207
- "secondary-action": {
208
- "value": "#6b4c00",
209
- "type": "color"
210
- },
211
- "dark": {
212
- "value": "#ffe084",
213
- "type": "color"
214
- },
215
- "dark-action": {
216
- "value": "#ebcc70",
217
- "type": "color"
218
- },
219
- "dark-hover": {
220
- "value": "#f5d67a",
221
- "type": "color"
222
- },
223
- "light": {
224
- "value": "#7f6004",
225
- "type": "color"
226
- },
227
- "light-action": {
228
- "value": "#6b4c00",
229
- "type": "color"
230
- },
231
- "light-hover": {
232
- "value": "#755600",
233
- "type": "color"
234
- }
235
- }
236
- },
237
- "system": {
238
- "greys": {
239
- "background": {
240
- "value": "#161616",
241
- "type": "color"
242
- },
243
- "background-action": {
244
- "value": "#2a2a2a",
245
- "type": "color"
246
- },
247
- "background-hover": {
248
- "value": "#202020",
249
- "type": "color"
250
- },
251
- "black": {
252
- "value": "#212121",
253
- "type": "color"
254
- },
255
- "black-action": {
256
- "value": "#353535",
257
- "type": "color"
258
- },
259
- "black-hover": {
260
- "value": "#2b2b2b",
261
- "type": "color"
262
- },
263
- "grey": {
264
- "value": "#888888",
265
- "type": "color"
266
- },
267
- "grey-action": {
268
- "value": "#747474",
269
- "type": "color"
270
- },
271
- "grey-hover": {
272
- "value": "#7e7e7e",
273
- "type": "color"
274
- },
275
- "soft-grey": {
276
- "value": "#3a3a3a",
277
- "type": "color"
278
- },
279
- "soft-grey-action": {
280
- "value": "#4e4e4e",
281
- "type": "color"
282
- },
283
- "soft-grey-hover": {
284
- "value": "#444444",
285
- "type": "color"
286
- },
287
- "white": {
288
- "value": "#fafafa",
289
- "type": "color"
290
- },
291
- "white-action": {
292
- "value": "#f0f0f0",
293
- "type": "color"
294
- },
295
- "white-hover": {
296
- "value": "#f5f5f5",
297
- "type": "color"
298
- }
299
- }
300
- }
301
- }
2
+ "color": {}
302
3
  }