@uipath/apollo-wind 0.9.0 → 0.10.0-pr257.2a4b17b

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 (145) hide show
  1. package/dist/components/forms/field-renderer.cjs +120 -69
  2. package/dist/components/forms/field-renderer.js +120 -69
  3. package/dist/components/forms/form-designer.cjs +2352 -1488
  4. package/dist/components/forms/form-designer.js +2353 -1489
  5. package/dist/components/forms/form-examples.cjs +10 -10
  6. package/dist/components/forms/form-examples.js +10 -10
  7. package/dist/components/forms/form-state-viewer.cjs +988 -433
  8. package/dist/components/forms/form-state-viewer.js +988 -433
  9. package/dist/components/forms/metadata-form.cjs +446 -170
  10. package/dist/components/forms/metadata-form.js +446 -170
  11. package/dist/components/forms/schema-viewer.cjs +173 -80
  12. package/dist/components/forms/schema-viewer.js +173 -80
  13. package/dist/components/ui/accordion.cjs +131 -27
  14. package/dist/components/ui/accordion.js +131 -27
  15. package/dist/components/ui/alert-dialog.cjs +273 -45
  16. package/dist/components/ui/alert-dialog.js +273 -45
  17. package/dist/components/ui/alert.cjs +106 -17
  18. package/dist/components/ui/alert.js +106 -17
  19. package/dist/components/ui/avatar.cjs +100 -15
  20. package/dist/components/ui/avatar.js +100 -15
  21. package/dist/components/ui/badge.cjs +36 -6
  22. package/dist/components/ui/badge.js +36 -6
  23. package/dist/components/ui/breadcrumb.cjs +258 -52
  24. package/dist/components/ui/breadcrumb.js +258 -52
  25. package/dist/components/ui/button-group.cjs +119 -19
  26. package/dist/components/ui/button-group.js +119 -19
  27. package/dist/components/ui/button.cjs +48 -8
  28. package/dist/components/ui/button.js +48 -8
  29. package/dist/components/ui/calendar.cjs +88 -30
  30. package/dist/components/ui/calendar.js +88 -30
  31. package/dist/components/ui/card.cjs +199 -30
  32. package/dist/components/ui/card.js +199 -30
  33. package/dist/components/ui/checkbox.cjs +42 -8
  34. package/dist/components/ui/checkbox.js +42 -8
  35. package/dist/components/ui/combobox.cjs +150 -53
  36. package/dist/components/ui/combobox.js +150 -53
  37. package/dist/components/ui/command.cjs +291 -53
  38. package/dist/components/ui/command.js +291 -53
  39. package/dist/components/ui/context-menu.cjs +370 -72
  40. package/dist/components/ui/context-menu.js +370 -72
  41. package/dist/components/ui/data-table.cjs +76 -39
  42. package/dist/components/ui/data-table.js +76 -39
  43. package/dist/components/ui/date-picker.cjs +179 -68
  44. package/dist/components/ui/date-picker.js +179 -68
  45. package/dist/components/ui/datetime-picker.cjs +225 -104
  46. package/dist/components/ui/datetime-picker.js +225 -104
  47. package/dist/components/ui/dialog.cjs +290 -78
  48. package/dist/components/ui/dialog.js +290 -78
  49. package/dist/components/ui/drawer.cjs +220 -39
  50. package/dist/components/ui/drawer.js +220 -39
  51. package/dist/components/ui/dropdown-menu.cjs +376 -73
  52. package/dist/components/ui/dropdown-menu.js +376 -73
  53. package/dist/components/ui/editable-cell.cjs +106 -42
  54. package/dist/components/ui/editable-cell.js +106 -42
  55. package/dist/components/ui/empty-state.cjs +106 -33
  56. package/dist/components/ui/empty-state.js +106 -33
  57. package/dist/components/ui/file-upload.cjs +405 -187
  58. package/dist/components/ui/file-upload.d.ts +3 -1
  59. package/dist/components/ui/file-upload.js +405 -187
  60. package/dist/components/ui/hover-card.cjs +46 -7
  61. package/dist/components/ui/hover-card.js +46 -7
  62. package/dist/components/ui/index.cjs +4 -4
  63. package/dist/components/ui/input.cjs +39 -6
  64. package/dist/components/ui/input.js +39 -6
  65. package/dist/components/ui/label.cjs +34 -5
  66. package/dist/components/ui/label.js +34 -5
  67. package/dist/components/ui/layout/column.cjs +209 -41
  68. package/dist/components/ui/layout/column.js +209 -41
  69. package/dist/components/ui/layout/grid.cjs +275 -60
  70. package/dist/components/ui/layout/grid.js +275 -60
  71. package/dist/components/ui/layout/row.cjs +209 -41
  72. package/dist/components/ui/layout/row.js +209 -41
  73. package/dist/components/ui/menubar.cjs +540 -106
  74. package/dist/components/ui/menubar.js +540 -106
  75. package/dist/components/ui/multi-select.cjs +289 -135
  76. package/dist/components/ui/multi-select.js +289 -135
  77. package/dist/components/ui/navigation-menu.cjs +244 -47
  78. package/dist/components/ui/navigation-menu.js +244 -47
  79. package/dist/components/ui/pagination.cjs +301 -65
  80. package/dist/components/ui/pagination.js +301 -65
  81. package/dist/components/ui/popover.cjs +48 -9
  82. package/dist/components/ui/popover.js +48 -9
  83. package/dist/components/ui/progress.cjs +48 -8
  84. package/dist/components/ui/progress.js +48 -8
  85. package/dist/components/ui/radio-group.cjs +74 -12
  86. package/dist/components/ui/radio-group.js +74 -12
  87. package/dist/components/ui/resizable.cjs +75 -10
  88. package/dist/components/ui/resizable.js +75 -10
  89. package/dist/components/ui/scroll-area.cjs +113 -21
  90. package/dist/components/ui/scroll-area.js +113 -21
  91. package/dist/components/ui/search.cjs +280 -98
  92. package/dist/components/ui/search.js +280 -98
  93. package/dist/components/ui/select.cjs +334 -68
  94. package/dist/components/ui/select.js +334 -68
  95. package/dist/components/ui/separator.cjs +48 -7
  96. package/dist/components/ui/separator.js +48 -7
  97. package/dist/components/ui/sheet.cjs +236 -50
  98. package/dist/components/ui/sheet.js +236 -50
  99. package/dist/components/ui/skeleton.cjs +31 -5
  100. package/dist/components/ui/skeleton.js +31 -5
  101. package/dist/components/ui/slider.cjs +71 -21
  102. package/dist/components/ui/slider.js +71 -21
  103. package/dist/components/ui/sonner.cjs +43 -15
  104. package/dist/components/ui/sonner.js +43 -15
  105. package/dist/components/ui/spinner.cjs +83 -21
  106. package/dist/components/ui/spinner.js +83 -21
  107. package/dist/components/ui/stats-card.cjs +169 -60
  108. package/dist/components/ui/stats-card.js +169 -60
  109. package/dist/components/ui/stepper.cjs +126 -57
  110. package/dist/components/ui/stepper.js +126 -57
  111. package/dist/components/ui/switch.cjs +42 -8
  112. package/dist/components/ui/switch.js +42 -8
  113. package/dist/components/ui/table.cjs +267 -42
  114. package/dist/components/ui/table.js +267 -42
  115. package/dist/components/ui/tabs.cjs +100 -15
  116. package/dist/components/ui/tabs.js +100 -15
  117. package/dist/components/ui/textarea.cjs +34 -5
  118. package/dist/components/ui/textarea.js +34 -5
  119. package/dist/components/ui/toggle-group.cjs +112 -19
  120. package/dist/components/ui/toggle-group.js +112 -19
  121. package/dist/components/ui/toggle.cjs +43 -6
  122. package/dist/components/ui/toggle.js +43 -6
  123. package/dist/components/ui/tooltip.cjs +40 -6
  124. package/dist/components/ui/tooltip.js +40 -6
  125. package/dist/examples/admin-layout-example.cjs +879 -347
  126. package/dist/examples/admin-layout-example.js +879 -347
  127. package/dist/examples/app-shell-example.cjs +14 -14
  128. package/dist/examples/app-shell-example.js +14 -14
  129. package/dist/examples/dashboard-example.cjs +495 -334
  130. package/dist/examples/dashboard-example.js +495 -334
  131. package/dist/examples/data-management-example.cjs +501 -303
  132. package/dist/examples/data-management-example.js +502 -304
  133. package/dist/examples/flow-editor-layout-example.cjs +435 -231
  134. package/dist/examples/flow-editor-layout-example.js +436 -232
  135. package/dist/examples/flow-start-example.cjs +508 -251
  136. package/dist/examples/flow-start-example.js +509 -252
  137. package/dist/examples/form-builder-example.cjs +1006 -602
  138. package/dist/examples/form-builder-example.js +1007 -603
  139. package/dist/examples/new-project-example.cjs +806 -474
  140. package/dist/examples/new-project-example.js +807 -475
  141. package/dist/examples/settings-example.cjs +792 -704
  142. package/dist/examples/settings-example.js +792 -704
  143. package/dist/examples/vscode-example.cjs +731 -236
  144. package/dist/examples/vscode-example.js +731 -236
  145. package/package.json +4 -1
@@ -27,6 +27,7 @@ __webpack_require__.d(__webpack_exports__, {
27
27
  FlowStartExample: ()=>FlowStartExample
28
28
  });
29
29
  const jsx_runtime_namespaceObject = require("react/jsx-runtime");
30
+ const compiler_runtime_namespaceObject = require("react/compiler-runtime");
30
31
  const external_lucide_react_namespaceObject = require("lucide-react");
31
32
  const external_react_namespaceObject = require("react");
32
33
  const badge_cjs_namespaceObject = require("../components/ui/badge.cjs");
@@ -38,42 +39,93 @@ const dropdown_menu_cjs_namespaceObject = require("../components/ui/dropdown-men
38
39
  const skeleton_cjs_namespaceObject = require("../components/ui/skeleton.cjs");
39
40
  const index_cjs_namespaceObject = require("../components/ui/layout/index.cjs");
40
41
  const external_lib_index_cjs_namespaceObject = require("../lib/index.cjs");
41
- function ProcessOptionCard({ option, isSelected, onSelect }) {
42
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(card_cjs_namespaceObject.Card, {
43
- className: (0, external_lib_index_cjs_namespaceObject.cn)('group relative cursor-pointer transition-all duration-200 hover:border-primary/50 hover:shadow-md', isSelected && 'border-primary ring-2 ring-primary/20'),
44
- onClick: onSelect,
45
- children: [
46
- option.badge && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(badge_cjs_namespaceObject.Badge, {
47
- variant: option.badgeVariant,
48
- className: "absolute -top-2 right-4 text-[10px] px-2 py-0.5",
49
- children: option.badge
50
- }),
51
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardHeader, {
52
- className: "pb-3",
53
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
54
- gap: 3,
55
- align: "center",
56
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
57
- className: "flex h-10 w-10 items-center justify-center rounded-lg bg-muted text-muted-foreground transition-colors group-hover:bg-primary/10 group-hover:text-primary",
58
- children: option.icon
59
- })
42
+ function ProcessOptionCard(t0) {
43
+ const $ = (0, compiler_runtime_namespaceObject.c)(20);
44
+ const { option, isSelected, onSelect } = t0;
45
+ const t1 = isSelected && "border-primary ring-2 ring-primary/20";
46
+ let t2;
47
+ if ($[0] !== t1) {
48
+ t2 = (0, external_lib_index_cjs_namespaceObject.cn)("group relative cursor-pointer transition-all duration-200 hover:border-primary/50 hover:shadow-md", t1);
49
+ $[0] = t1;
50
+ $[1] = t2;
51
+ } else t2 = $[1];
52
+ let t3;
53
+ if ($[2] !== option.badge || $[3] !== option.badgeVariant) {
54
+ t3 = option.badge && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(badge_cjs_namespaceObject.Badge, {
55
+ variant: option.badgeVariant,
56
+ className: "absolute -top-2 right-4 text-[10px] px-2 py-0.5",
57
+ children: option.badge
58
+ });
59
+ $[2] = option.badge;
60
+ $[3] = option.badgeVariant;
61
+ $[4] = t3;
62
+ } else t3 = $[4];
63
+ let t4;
64
+ if ($[5] !== option.icon) {
65
+ t4 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardHeader, {
66
+ className: "pb-3",
67
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
68
+ gap: 3,
69
+ align: "center",
70
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
71
+ className: "flex h-10 w-10 items-center justify-center rounded-lg bg-muted text-muted-foreground transition-colors group-hover:bg-primary/10 group-hover:text-primary",
72
+ children: option.icon
60
73
  })
61
- }),
62
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(card_cjs_namespaceObject.CardContent, {
63
- className: "pt-0",
64
- children: [
65
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardTitle, {
66
- className: "text-base mb-2",
67
- children: option.title
68
- }),
69
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardDescription, {
70
- className: "text-sm leading-relaxed",
71
- children: option.description
72
- })
73
- ]
74
74
  })
75
- ]
76
- });
75
+ });
76
+ $[5] = option.icon;
77
+ $[6] = t4;
78
+ } else t4 = $[6];
79
+ let t5;
80
+ if ($[7] !== option.title) {
81
+ t5 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardTitle, {
82
+ className: "text-base mb-2",
83
+ children: option.title
84
+ });
85
+ $[7] = option.title;
86
+ $[8] = t5;
87
+ } else t5 = $[8];
88
+ let t6;
89
+ if ($[9] !== option.description) {
90
+ t6 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardDescription, {
91
+ className: "text-sm leading-relaxed",
92
+ children: option.description
93
+ });
94
+ $[9] = option.description;
95
+ $[10] = t6;
96
+ } else t6 = $[10];
97
+ let t7;
98
+ if ($[11] !== t5 || $[12] !== t6) {
99
+ t7 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(card_cjs_namespaceObject.CardContent, {
100
+ className: "pt-0",
101
+ children: [
102
+ t5,
103
+ t6
104
+ ]
105
+ });
106
+ $[11] = t5;
107
+ $[12] = t6;
108
+ $[13] = t7;
109
+ } else t7 = $[13];
110
+ let t8;
111
+ if ($[14] !== onSelect || $[15] !== t2 || $[16] !== t3 || $[17] !== t4 || $[18] !== t7) {
112
+ t8 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(card_cjs_namespaceObject.Card, {
113
+ className: t2,
114
+ onClick: onSelect,
115
+ children: [
116
+ t3,
117
+ t4,
118
+ t7
119
+ ]
120
+ });
121
+ $[14] = onSelect;
122
+ $[15] = t2;
123
+ $[16] = t3;
124
+ $[17] = t4;
125
+ $[18] = t7;
126
+ $[19] = t8;
127
+ } else t8 = $[19];
128
+ return t8;
77
129
  }
78
130
  function getTypeIcon(type) {
79
131
  switch(type){
@@ -119,96 +171,187 @@ function getStatusVariant(status) {
119
171
  return 'secondary';
120
172
  }
121
173
  }
122
- function RecentProjectCard({ project, onSelect }) {
123
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.Card, {
124
- className: "group cursor-pointer transition-all duration-200 hover:border-primary/50 hover:shadow-sm",
125
- onClick: onSelect,
126
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardContent, {
174
+ function RecentProjectCard(t0) {
175
+ const $ = (0, compiler_runtime_namespaceObject.c)(22);
176
+ const { project, onSelect } = t0;
177
+ let t1;
178
+ if ($[0] !== project.type) {
179
+ t1 = getTypeIcon(project.type);
180
+ $[0] = project.type;
181
+ $[1] = t1;
182
+ } else t1 = $[1];
183
+ let t2;
184
+ if ($[2] !== t1) {
185
+ t2 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
186
+ className: "flex h-9 w-9 shrink-0 items-center justify-center rounded-md bg-muted text-muted-foreground",
187
+ children: t1
188
+ });
189
+ $[2] = t1;
190
+ $[3] = t2;
191
+ } else t2 = $[3];
192
+ let t3;
193
+ if ($[4] !== project.name) {
194
+ t3 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
195
+ className: "truncate font-medium text-sm",
196
+ children: project.name
197
+ });
198
+ $[4] = project.name;
199
+ $[5] = t3;
200
+ } else t3 = $[5];
201
+ let t4;
202
+ if ($[6] !== project.status) {
203
+ t4 = project.status && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(badge_cjs_namespaceObject.Badge, {
204
+ variant: getStatusVariant(project.status),
205
+ className: "shrink-0 text-[10px]",
206
+ children: project.status
207
+ });
208
+ $[6] = project.status;
209
+ $[7] = t4;
210
+ } else t4 = $[7];
211
+ let t5;
212
+ if ($[8] !== t3 || $[9] !== t4) {
213
+ t5 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
214
+ justify: "between",
215
+ align: "center",
216
+ gap: 2,
217
+ children: [
218
+ t3,
219
+ t4
220
+ ]
221
+ });
222
+ $[8] = t3;
223
+ $[9] = t4;
224
+ $[10] = t5;
225
+ } else t5 = $[10];
226
+ let t6;
227
+ if ($[11] !== project.lastModified) {
228
+ t6 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
229
+ className: "text-xs text-muted-foreground",
230
+ children: project.lastModified
231
+ });
232
+ $[11] = project.lastModified;
233
+ $[12] = t6;
234
+ } else t6 = $[12];
235
+ let t7;
236
+ if ($[13] !== t5 || $[14] !== t6) {
237
+ t7 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
238
+ gap: 1,
239
+ flex: 1,
240
+ className: "min-w-0",
241
+ children: [
242
+ t5,
243
+ t6
244
+ ]
245
+ });
246
+ $[13] = t5;
247
+ $[14] = t6;
248
+ $[15] = t7;
249
+ } else t7 = $[15];
250
+ let t8;
251
+ if ($[16] !== t2 || $[17] !== t7) {
252
+ t8 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.CardContent, {
127
253
  className: "p-4",
128
254
  children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
129
255
  gap: 3,
130
256
  align: "start",
131
257
  children: [
132
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
133
- className: "flex h-9 w-9 shrink-0 items-center justify-center rounded-md bg-muted text-muted-foreground",
134
- children: getTypeIcon(project.type)
135
- }),
136
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
137
- gap: 1,
138
- flex: 1,
139
- className: "min-w-0",
140
- children: [
141
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
142
- justify: "between",
143
- align: "center",
144
- gap: 2,
145
- children: [
146
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
147
- className: "truncate font-medium text-sm",
148
- children: project.name
149
- }),
150
- project.status && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(badge_cjs_namespaceObject.Badge, {
151
- variant: getStatusVariant(project.status),
152
- className: "shrink-0 text-[10px]",
153
- children: project.status
154
- })
155
- ]
156
- }),
157
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
158
- className: "text-xs text-muted-foreground",
159
- children: project.lastModified
160
- })
161
- ]
162
- })
258
+ t2,
259
+ t7
163
260
  ]
164
261
  })
165
- })
166
- });
262
+ });
263
+ $[16] = t2;
264
+ $[17] = t7;
265
+ $[18] = t8;
266
+ } else t8 = $[18];
267
+ let t9;
268
+ if ($[19] !== onSelect || $[20] !== t8) {
269
+ t9 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(card_cjs_namespaceObject.Card, {
270
+ className: "group cursor-pointer transition-all duration-200 hover:border-primary/50 hover:shadow-sm",
271
+ onClick: onSelect,
272
+ children: t8
273
+ });
274
+ $[19] = onSelect;
275
+ $[20] = t8;
276
+ $[21] = t9;
277
+ } else t9 = $[21];
278
+ return t9;
167
279
  }
168
280
  function SkeletonSection() {
169
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
170
- gap: 4,
171
- children: [
172
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
173
- className: "h-5 w-32"
174
- }),
175
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
176
- gap: 3,
177
- children: [
178
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
179
- gap: 2,
180
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
181
- className: "h-4 flex-1 max-w-[280px]"
182
- })
183
- }),
184
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
185
- gap: 2,
186
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
187
- className: "h-4 flex-1 max-w-[240px]"
188
- })
189
- }),
190
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
191
- gap: 2,
192
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
193
- className: "h-4 flex-1 max-w-[320px]"
194
- })
195
- }),
196
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
197
- gap: 2,
198
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
199
- className: "h-4 flex-1 max-w-[200px]"
200
- })
201
- }),
202
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
203
- gap: 2,
204
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
205
- className: "h-4 flex-1 max-w-[260px]"
206
- })
207
- })
208
- ]
281
+ const $ = (0, compiler_runtime_namespaceObject.c)(6);
282
+ let t0;
283
+ if ($[0] === Symbol.for("react.memo_cache_sentinel")) {
284
+ t0 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
285
+ className: "h-5 w-32"
286
+ });
287
+ $[0] = t0;
288
+ } else t0 = $[0];
289
+ let t1;
290
+ if ($[1] === Symbol.for("react.memo_cache_sentinel")) {
291
+ t1 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
292
+ gap: 2,
293
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
294
+ className: "h-4 flex-1 max-w-[280px]"
295
+ })
296
+ });
297
+ $[1] = t1;
298
+ } else t1 = $[1];
299
+ let t2;
300
+ if ($[2] === Symbol.for("react.memo_cache_sentinel")) {
301
+ t2 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
302
+ gap: 2,
303
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
304
+ className: "h-4 flex-1 max-w-[240px]"
209
305
  })
210
- ]
211
- });
306
+ });
307
+ $[2] = t2;
308
+ } else t2 = $[2];
309
+ let t3;
310
+ if ($[3] === Symbol.for("react.memo_cache_sentinel")) {
311
+ t3 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
312
+ gap: 2,
313
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
314
+ className: "h-4 flex-1 max-w-[320px]"
315
+ })
316
+ });
317
+ $[3] = t3;
318
+ } else t3 = $[3];
319
+ let t4;
320
+ if ($[4] === Symbol.for("react.memo_cache_sentinel")) {
321
+ t4 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
322
+ gap: 2,
323
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
324
+ className: "h-4 flex-1 max-w-[200px]"
325
+ })
326
+ });
327
+ $[4] = t4;
328
+ } else t4 = $[4];
329
+ let t5;
330
+ if ($[5] === Symbol.for("react.memo_cache_sentinel")) {
331
+ t5 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
332
+ gap: 4,
333
+ children: [
334
+ t0,
335
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
336
+ gap: 3,
337
+ children: [
338
+ t1,
339
+ t2,
340
+ t3,
341
+ t4,
342
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
343
+ gap: 2,
344
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
345
+ className: "h-4 flex-1 max-w-[260px]"
346
+ })
347
+ })
348
+ ]
349
+ })
350
+ ]
351
+ });
352
+ $[5] = t5;
353
+ } else t5 = $[5];
354
+ return t5;
212
355
  }
213
356
  function createProjectColumns(onProjectSelect) {
214
357
  return [
@@ -305,158 +448,272 @@ function createProjectColumns(onProjectSelect) {
305
448
  }
306
449
  ];
307
450
  }
308
- function FlowStartExample({ className, title = 'BUILD YOUR FIRST AGENTIC PROCESS', subtitle = 'What would you like to start with?', processOptions = [], recentProjects = [], showSkeleton = false, defaultViewMode = 'cards', onOptionSelect, onProjectSelect }) {
451
+ function FlowStartExample(t0) {
452
+ const $ = (0, compiler_runtime_namespaceObject.c)(44);
453
+ const { className, title: t1, subtitle: t2, processOptions: t3, recentProjects: t4, showSkeleton: t5, defaultViewMode: t6, onOptionSelect, onProjectSelect } = t0;
454
+ const title = void 0 === t1 ? "BUILD YOUR FIRST AGENTIC PROCESS" : t1;
455
+ const subtitle = void 0 === t2 ? "What would you like to start with?" : t2;
456
+ let t7;
457
+ if ($[0] !== t3) {
458
+ t7 = void 0 === t3 ? [] : t3;
459
+ $[0] = t3;
460
+ $[1] = t7;
461
+ } else t7 = $[1];
462
+ const processOptions = t7;
463
+ let t8;
464
+ if ($[2] !== t4) {
465
+ t8 = void 0 === t4 ? [] : t4;
466
+ $[2] = t4;
467
+ $[3] = t8;
468
+ } else t8 = $[3];
469
+ const recentProjects = t8;
470
+ const showSkeleton = void 0 === t5 ? false : t5;
471
+ const defaultViewMode = void 0 === t6 ? "cards" : t6;
309
472
  const [selectedOption, setSelectedOption] = external_react_namespaceObject.useState(null);
310
473
  const [viewMode, setViewMode] = external_react_namespaceObject.useState(defaultViewMode);
311
- const handleOptionSelect = (optionId)=>{
312
- setSelectedOption(optionId);
313
- onOptionSelect?.(optionId);
314
- };
315
- const columns = external_react_namespaceObject.useMemo(()=>createProjectColumns(onProjectSelect), [
316
- onProjectSelect
317
- ]);
318
- return /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
319
- minH: "screen",
320
- className: className,
321
- children: [
322
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
323
- className: "bg-muted/40",
474
+ let t9;
475
+ if ($[4] !== onOptionSelect) {
476
+ t9 = (optionId)=>{
477
+ setSelectedOption(optionId);
478
+ onOptionSelect?.(optionId);
479
+ };
480
+ $[4] = onOptionSelect;
481
+ $[5] = t9;
482
+ } else t9 = $[5];
483
+ const handleOptionSelect = t9;
484
+ let t10;
485
+ if ($[6] !== onProjectSelect) {
486
+ t10 = createProjectColumns(onProjectSelect);
487
+ $[6] = onProjectSelect;
488
+ $[7] = t10;
489
+ } else t10 = $[7];
490
+ const columns = t10;
491
+ let t11;
492
+ if ($[8] === Symbol.for("react.memo_cache_sentinel")) {
493
+ t11 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("header", {
494
+ className: "border-b border-border/50 ",
495
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
496
+ justify: "between",
497
+ align: "center",
498
+ className: "h-14 px-6",
324
499
  children: [
325
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("header", {
326
- className: "border-b border-border/50 ",
327
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
328
- justify: "between",
329
- align: "center",
330
- className: "h-14 px-6",
331
- children: [
332
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
333
- className: "font-semibold text-lg",
334
- children: "UiPath Maestro"
335
- }),
336
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
337
- className: "h-8 w-8 rounded-full"
338
- })
339
- ]
340
- })
500
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("span", {
501
+ className: "font-semibold text-lg",
502
+ children: "UiPath Maestro"
341
503
  }),
342
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
343
- className: "px-8 py-16 md:px-16",
504
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
505
+ className: "h-8 w-8 rounded-full"
506
+ })
507
+ ]
508
+ })
509
+ });
510
+ $[8] = t11;
511
+ } else t11 = $[8];
512
+ let t12;
513
+ if ($[9] !== title) {
514
+ t12 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("h1", {
515
+ className: "text-3xl md:text-4xl font-bold tracking-tight uppercase",
516
+ children: title
517
+ });
518
+ $[9] = title;
519
+ $[10] = t12;
520
+ } else t12 = $[10];
521
+ let t13;
522
+ if ($[11] !== subtitle) {
523
+ t13 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("p", {
524
+ className: "text-muted-foreground text-lg",
525
+ children: subtitle
526
+ });
527
+ $[11] = subtitle;
528
+ $[12] = t13;
529
+ } else t13 = $[12];
530
+ let t14;
531
+ if ($[13] !== t12 || $[14] !== t13) {
532
+ t14 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
533
+ gap: 3,
534
+ align: "center",
535
+ className: "mb-12 text-center",
536
+ children: [
537
+ t12,
538
+ t13
539
+ ]
540
+ });
541
+ $[13] = t12;
542
+ $[14] = t13;
543
+ $[15] = t14;
544
+ } else t14 = $[15];
545
+ let t15;
546
+ if ($[16] !== handleOptionSelect || $[17] !== processOptions || $[18] !== selectedOption) {
547
+ let t16;
548
+ if ($[20] !== handleOptionSelect || $[21] !== selectedOption) {
549
+ t16 = (option)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ProcessOptionCard, {
550
+ option: option,
551
+ isSelected: selectedOption === option.id,
552
+ onSelect: ()=>handleOptionSelect(option.id)
553
+ }, option.id);
554
+ $[20] = handleOptionSelect;
555
+ $[21] = selectedOption;
556
+ $[22] = t16;
557
+ } else t16 = $[22];
558
+ t15 = processOptions.map(t16);
559
+ $[16] = handleOptionSelect;
560
+ $[17] = processOptions;
561
+ $[18] = selectedOption;
562
+ $[19] = t15;
563
+ } else t15 = $[19];
564
+ let t16;
565
+ if ($[23] !== t15) {
566
+ t16 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Grid, {
567
+ cols: 1,
568
+ gap: 4,
569
+ className: "sm:grid-cols-2 lg:grid-cols-4 max-w-6xl mx-auto w-full",
570
+ children: t15
571
+ });
572
+ $[23] = t15;
573
+ $[24] = t16;
574
+ } else t16 = $[24];
575
+ let t17;
576
+ if ($[25] !== showSkeleton) {
577
+ t17 = showSkeleton && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Column, {
578
+ gap: 12,
579
+ className: "max-w-6xl mx-auto w-full mt-16",
580
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Grid, {
581
+ cols: 1,
582
+ gap: 8,
583
+ className: "lg:grid-cols-3",
584
+ children: [
585
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(SkeletonSection, {}),
586
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(SkeletonSection, {}),
587
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(SkeletonSection, {})
588
+ ]
589
+ })
590
+ });
591
+ $[25] = showSkeleton;
592
+ $[26] = t17;
593
+ } else t17 = $[26];
594
+ let t18;
595
+ if ($[27] !== t14 || $[28] !== t16 || $[29] !== t17) {
596
+ t18 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)("div", {
597
+ className: "bg-muted/40",
598
+ children: [
599
+ t11,
600
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
601
+ className: "px-8 py-16 md:px-16",
602
+ children: [
603
+ t14,
604
+ t16,
605
+ t17
606
+ ]
607
+ })
608
+ ]
609
+ });
610
+ $[27] = t14;
611
+ $[28] = t16;
612
+ $[29] = t17;
613
+ $[30] = t18;
614
+ } else t18 = $[30];
615
+ let t19;
616
+ if ($[31] !== columns || $[32] !== onProjectSelect || $[33] !== recentProjects || $[34] !== showSkeleton || $[35] !== viewMode) {
617
+ t19 = recentProjects.length > 0 && !showSkeleton && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Column, {
618
+ flex: 1,
619
+ className: "px-8 py-12 md:px-16",
620
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
621
+ gap: 6,
622
+ className: "max-w-6xl mx-auto w-full",
623
+ children: [
624
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
625
+ justify: "between",
626
+ align: "center",
344
627
  children: [
345
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
346
- gap: 3,
347
- align: "center",
348
- className: "mb-12 text-center",
628
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("h2", {
629
+ className: "text-xl font-semibold",
630
+ children: "Recent Projects"
631
+ }),
632
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(button_group_cjs_namespaceObject.ButtonGroup, {
349
633
  children: [
350
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("h1", {
351
- className: "text-3xl md:text-4xl font-bold tracking-tight uppercase",
352
- children: title
634
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(button_cjs_namespaceObject.Button, {
635
+ variant: "cards" === viewMode ? "secondary" : "outline",
636
+ size: "icon",
637
+ onClick: ()=>setViewMode("cards"),
638
+ "aria-label": "Card view",
639
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.LayoutGrid, {
640
+ className: "h-4 w-4"
641
+ })
353
642
  }),
354
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("p", {
355
- className: "text-muted-foreground text-lg",
356
- children: subtitle
643
+ /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(button_cjs_namespaceObject.Button, {
644
+ variant: "table" === viewMode ? "secondary" : "outline",
645
+ size: "icon",
646
+ onClick: ()=>setViewMode("table"),
647
+ "aria-label": "Table view",
648
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.List, {
649
+ className: "h-4 w-4"
650
+ })
357
651
  })
358
652
  ]
359
- }),
360
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Grid, {
361
- cols: 1,
362
- gap: 4,
363
- className: "sm:grid-cols-2 lg:grid-cols-4 max-w-6xl mx-auto w-full",
364
- children: processOptions.map((option)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(ProcessOptionCard, {
365
- option: option,
366
- isSelected: selectedOption === option.id,
367
- onSelect: ()=>handleOptionSelect(option.id)
368
- }, option.id))
369
- }),
370
- showSkeleton && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Column, {
371
- gap: 12,
372
- className: "max-w-6xl mx-auto w-full mt-16",
373
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Grid, {
374
- cols: 1,
375
- gap: 8,
376
- className: "lg:grid-cols-3",
377
- children: [
378
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(SkeletonSection, {}),
379
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(SkeletonSection, {}),
380
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(SkeletonSection, {})
381
- ]
382
- })
383
653
  })
384
654
  ]
655
+ }),
656
+ "cards" === viewMode && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Grid, {
657
+ cols: 1,
658
+ gap: 4,
659
+ className: "sm:grid-cols-2 lg:grid-cols-4",
660
+ children: recentProjects.map((project)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(RecentProjectCard, {
661
+ project: project,
662
+ onSelect: ()=>onProjectSelect?.(project.id)
663
+ }, project.id))
664
+ }),
665
+ "table" === viewMode && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(data_table_cjs_namespaceObject.DataTable, {
666
+ columns: columns,
667
+ data: recentProjects,
668
+ searchKey: "name",
669
+ searchPlaceholder: "Search projects...",
670
+ showColumnToggle: false,
671
+ showPagination: recentProjects.length > 10,
672
+ compact: true
385
673
  })
386
674
  ]
387
- }),
388
- recentProjects.length > 0 && !showSkeleton && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Column, {
389
- flex: 1,
390
- className: "px-8 py-12 md:px-16",
391
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
392
- gap: 6,
393
- className: "max-w-6xl mx-auto w-full",
394
- children: [
395
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Row, {
396
- justify: "between",
397
- align: "center",
398
- children: [
399
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("h2", {
400
- className: "text-xl font-semibold",
401
- children: "Recent Projects"
402
- }),
403
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(button_group_cjs_namespaceObject.ButtonGroup, {
404
- children: [
405
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(button_cjs_namespaceObject.Button, {
406
- variant: 'cards' === viewMode ? 'secondary' : 'outline',
407
- size: "icon",
408
- onClick: ()=>setViewMode('cards'),
409
- "aria-label": "Card view",
410
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.LayoutGrid, {
411
- className: "h-4 w-4"
412
- })
413
- }),
414
- /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(button_cjs_namespaceObject.Button, {
415
- variant: 'table' === viewMode ? 'secondary' : 'outline',
416
- size: "icon",
417
- onClick: ()=>setViewMode('table'),
418
- "aria-label": "Table view",
419
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(external_lucide_react_namespaceObject.List, {
420
- className: "h-4 w-4"
421
- })
422
- })
423
- ]
424
- })
425
- ]
426
- }),
427
- 'cards' === viewMode && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Grid, {
428
- cols: 1,
429
- gap: 4,
430
- className: "sm:grid-cols-2 lg:grid-cols-4",
431
- children: recentProjects.map((project)=>/*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(RecentProjectCard, {
432
- project: project,
433
- onSelect: ()=>onProjectSelect?.(project.id)
434
- }, project.id))
435
- }),
436
- 'table' === viewMode && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(data_table_cjs_namespaceObject.DataTable, {
437
- columns: columns,
438
- data: recentProjects,
439
- searchKey: "name",
440
- searchPlaceholder: "Search projects...",
441
- showColumnToggle: false,
442
- showPagination: recentProjects.length > 10,
443
- compact: true
444
- })
445
- ]
446
- })
447
- }),
448
- showSkeleton && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
449
- className: "bg-background border-t flex-1",
450
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
451
- justify: "center",
452
- className: "px-8 py-8",
453
- children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
454
- className: "h-24 w-full max-w-4xl rounded-lg"
455
- })
675
+ })
676
+ });
677
+ $[31] = columns;
678
+ $[32] = onProjectSelect;
679
+ $[33] = recentProjects;
680
+ $[34] = showSkeleton;
681
+ $[35] = viewMode;
682
+ $[36] = t19;
683
+ } else t19 = $[36];
684
+ let t20;
685
+ if ($[37] !== showSkeleton) {
686
+ t20 = showSkeleton && /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)("div", {
687
+ className: "bg-background border-t flex-1",
688
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(index_cjs_namespaceObject.Row, {
689
+ justify: "center",
690
+ className: "px-8 py-8",
691
+ children: /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsx)(skeleton_cjs_namespaceObject.Skeleton, {
692
+ className: "h-24 w-full max-w-4xl rounded-lg"
456
693
  })
457
694
  })
458
- ]
459
- });
695
+ });
696
+ $[37] = showSkeleton;
697
+ $[38] = t20;
698
+ } else t20 = $[38];
699
+ let t21;
700
+ if ($[39] !== className || $[40] !== t18 || $[41] !== t19 || $[42] !== t20) {
701
+ t21 = /*#__PURE__*/ (0, jsx_runtime_namespaceObject.jsxs)(index_cjs_namespaceObject.Column, {
702
+ minH: "screen",
703
+ className: className,
704
+ children: [
705
+ t18,
706
+ t19,
707
+ t20
708
+ ]
709
+ });
710
+ $[39] = className;
711
+ $[40] = t18;
712
+ $[41] = t19;
713
+ $[42] = t20;
714
+ $[43] = t21;
715
+ } else t21 = $[43];
716
+ return t21;
460
717
  }
461
718
  exports.FlowStartExample = __webpack_exports__.FlowStartExample;
462
719
  for(var __webpack_i__ in __webpack_exports__)if (-1 === [