@yahoo/uds-v5-wip 1.53.0 → 1.55.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.
Files changed (43) hide show
  1. package/dist/config/dist/Props.d.ts +0 -5
  2. package/dist/config/dist/component-config.d.ts +79 -42
  3. package/dist/config/dist/component-refs.d.ts +0 -13
  4. package/dist/config/dist/component-resolution.d.ts +1 -1
  5. package/dist/config/dist/consts/defaultColors.d.ts +1 -2
  6. package/dist/config/dist/createComponent.js +1 -1
  7. package/dist/config/dist/createConfig.d.ts +0 -12
  8. package/dist/config/dist/createConfig.js +11 -3
  9. package/dist/config/dist/defineComponent.d.ts +0 -7
  10. package/dist/config/dist/defineStyleProp.d.ts +1 -31
  11. package/dist/config/dist/index.d.ts +2 -2
  12. package/dist/config/dist/index.js +0 -1
  13. package/dist/config/dist/refs.js +16 -8
  14. package/dist/config/dist/resolveStyleProp.d.ts +0 -7
  15. package/dist/config/dist/serialize.d.ts +1 -2
  16. package/dist/config/dist/style-prop-runtime.d.ts +1 -0
  17. package/dist/config/dist/types/css-values.d.ts +1 -2
  18. package/dist/config/dist/types.d.ts +1 -2
  19. package/dist/config.d.ts +185 -185
  20. package/dist/core/dist/createComponent.js +1 -1
  21. package/dist/core/dist/getStyles.js +1 -1
  22. package/dist/foundational-presets/dist/defaultPreset.d.ts +186 -185
  23. package/dist/foundational-presets/dist/motion.d.ts +2 -1
  24. package/dist/loader/dist/packages/core/dist/getStyles.js +1 -1
  25. package/dist/remotion/dist/components/image-slide.d.ts +2 -1
  26. package/dist/remotion/dist/components/image-slide.js +3 -3
  27. package/dist/remotion/dist/components/index.js +7 -7
  28. package/dist/remotion/dist/components/lower-third.d.ts +2 -1
  29. package/dist/remotion/dist/components/lower-third.js +5 -5
  30. package/dist/remotion/dist/components/quote-card.d.ts +2 -1
  31. package/dist/remotion/dist/components/quote-card.js +4 -4
  32. package/dist/remotion/dist/components/split-screen.d.ts +2 -1
  33. package/dist/remotion/dist/components/split-screen.js +7 -7
  34. package/dist/remotion/dist/components/stat-card.d.ts +2 -1
  35. package/dist/remotion/dist/components/stat-card.js +3 -3
  36. package/dist/remotion/dist/components/text-overlay.d.ts +2 -1
  37. package/dist/remotion/dist/components/text-overlay.js +2 -2
  38. package/dist/remotion/dist/components/title-card.d.ts +2 -1
  39. package/dist/remotion/dist/components/title-card.js +3 -3
  40. package/dist/remotion/dist/components/typing-text.d.ts +2 -1
  41. package/dist/remotion/dist/components/typing-text.js +3 -3
  42. package/dist/tsconfig.tsbuildinfo +1 -1
  43. package/package.json +3 -3
@@ -2,6 +2,7 @@ import { GetModifierFromInput, UdsConfig } from "../../config/dist/createConfig.
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../foundational-presets/dist/defaultPreset.d.ts
5
+ //#region src/defaultPreset.d.ts
5
6
  declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | GetModifierFromInput<{
6
7
  readonly colorMode: {
7
8
  readonly options: {
@@ -30,9 +31,50 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
30
31
  };
31
32
  };
32
33
  }>, {
34
+ opacity: {
35
+ 0: string;
36
+ 5: string;
37
+ 10: string;
38
+ 20: string;
39
+ 40: string;
40
+ 60: string;
41
+ 80: string;
42
+ 25: string;
43
+ 30: string;
44
+ 50: string;
45
+ 70: string;
46
+ 75: string;
47
+ 90: string;
48
+ 95: string;
49
+ 100: string;
50
+ };
51
+ scale: {
52
+ 0: string;
53
+ 50: string;
54
+ 75: string;
55
+ 90: string;
56
+ 95: string;
57
+ 100: string;
58
+ 105: string;
59
+ 110: string;
60
+ 125: string;
61
+ 150: string;
62
+ 200: string;
63
+ };
64
+ rotate: {
65
+ 0: string;
66
+ 1: string;
67
+ 2: string;
68
+ 3: string;
69
+ 6: string;
70
+ 12: string;
71
+ 90: string;
72
+ 45: string;
73
+ 180: string;
74
+ };
33
75
  color: {
34
- transparent: string;
35
76
  inherit: string;
77
+ transparent: string;
36
78
  current: string;
37
79
  "always/black": string;
38
80
  "always/white": string;
@@ -55,16 +97,22 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
55
97
  inverse: string;
56
98
  "on-inverse": string;
57
99
  };
58
- shadow: {
59
- none: string;
60
- sm: string;
61
- md: string;
62
- lg: string;
63
- xl: string;
64
- "2xl": string;
65
- xs: string;
66
- "2xs": string;
67
- inner: string;
100
+ borderColor: {
101
+ brand: string;
102
+ accent: string;
103
+ alert: string;
104
+ positive: string;
105
+ warning: string;
106
+ primary: string;
107
+ secondary: string;
108
+ tertiary: string;
109
+ inverse: string;
110
+ surface: string;
111
+ "brand-wash": string;
112
+ "accent-wash": string;
113
+ "alert-wash": string;
114
+ "positive-wash": string;
115
+ "warning-wash": string;
68
116
  };
69
117
  position: {
70
118
  auto: string;
@@ -76,111 +124,17 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
76
124
  "2/4": string;
77
125
  "3/4": string;
78
126
  };
79
- flex: {
80
- 1: string;
81
- initial: string;
82
- auto: string;
83
- none: string;
84
- };
85
- rotate: {
86
- 0: string;
87
- 1: string;
88
- 2: string;
89
- 3: string;
90
- 6: string;
91
- 12: string;
92
- 90: string;
93
- 45: string;
94
- 180: string;
95
- };
96
- scale: {
97
- 0: string;
98
- 50: string;
99
- 75: string;
100
- 90: string;
101
- 95: string;
102
- 100: string;
103
- 105: string;
104
- 110: string;
105
- 125: string;
106
- 150: string;
107
- 200: string;
108
- };
109
- translate: {
110
- 0: string;
111
- 1: string;
112
- 2: string;
113
- full: string;
114
- "1/2": string;
115
- "1/3": string;
116
- "2/3": string;
117
- "1/4": string;
118
- "3/4": string;
119
- 4: string;
120
- 8: string;
121
- 0.5: string;
122
- 1.5: string;
123
- 2.5: string;
124
- 3: string;
125
- 3.5: string;
126
- 5: string;
127
- 6: string;
128
- 7: string;
129
- 9: string;
130
- 10: string;
131
- 11: string;
132
- 12: string;
133
- 14: string;
134
- 16: string;
135
- 20: string;
136
- 24: string;
137
- 28: string;
138
- 32: string;
139
- 36: string;
140
- 40: string;
141
- 44: string;
142
- 48: string;
143
- 52: string;
144
- 56: string;
145
- 60: string;
146
- 64: string;
147
- 72: string;
148
- 80: string;
149
- 96: string;
150
- };
151
- animation: {
152
- none: string;
153
- spin: string;
154
- ping: string;
155
- };
156
- opacity: {
157
- 0: string;
158
- 5: string;
159
- 10: string;
160
- 20: string;
161
- 40: string;
162
- 60: string;
163
- 80: string;
164
- 25: string;
165
- 30: string;
166
- 50: string;
167
- 70: string;
168
- 75: string;
169
- 90: string;
170
- 95: string;
171
- 100: string;
172
- };
173
127
  size: {
174
128
  auto: string;
175
129
  full: string;
130
+ max: string;
131
+ min: string;
176
132
  "1/2": string;
177
133
  "1/3": string;
178
134
  "2/3": string;
179
135
  "1/4": string;
180
136
  "2/4": string;
181
137
  "3/4": string;
182
- min: string;
183
- max: string;
184
138
  fit: string;
185
139
  "1/5": string;
186
140
  "2/5": string;
@@ -192,6 +146,11 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
192
146
  "4/6": string;
193
147
  "5/6": string;
194
148
  };
149
+ animation: {
150
+ none: string;
151
+ ping: string;
152
+ spin: string;
153
+ };
195
154
  bg: {
196
155
  overlay: string;
197
156
  brand: string;
@@ -213,32 +172,6 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
213
172
  "positive-wash": string;
214
173
  "warning-wash": string;
215
174
  };
216
- radius: {
217
- none: string;
218
- sm: string;
219
- md: string;
220
- lg: string;
221
- xl: string;
222
- full: string;
223
- xs: string;
224
- };
225
- borderColor: {
226
- brand: string;
227
- accent: string;
228
- alert: string;
229
- positive: string;
230
- warning: string;
231
- primary: string;
232
- secondary: string;
233
- tertiary: string;
234
- inverse: string;
235
- surface: string;
236
- "brand-wash": string;
237
- "accent-wash": string;
238
- "alert-wash": string;
239
- "positive-wash": string;
240
- "warning-wash": string;
241
- };
242
175
  borderWidth: {
243
176
  none: string;
244
177
  thin: string;
@@ -247,19 +180,16 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
247
180
  };
248
181
  divideWidth: {
249
182
  0: string;
250
- 2: string;
251
- reverse: string;
252
183
  4: string;
184
+ reverse: string;
185
+ 2: string;
253
186
  8: string;
254
187
  };
255
- blur: {
188
+ flex: {
256
189
  none: string;
257
- sm: string;
258
- md: string;
259
- lg: string;
260
- xl: string;
261
- "2xl": string;
262
- "3xl": string;
190
+ initial: string;
191
+ auto: string;
192
+ 1: string;
263
193
  };
264
194
  flexGrow: {
265
195
  0: string;
@@ -268,12 +198,29 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
268
198
  flexShrink: {
269
199
  0: string;
270
200
  };
201
+ aspectRatio: {
202
+ square: string;
203
+ landscape: string;
204
+ portrait: string;
205
+ widescreen: string;
206
+ ultrawide: string;
207
+ golden: string;
208
+ };
209
+ zIndex: {
210
+ 0: string;
211
+ auto: string;
212
+ 10: string;
213
+ 20: string;
214
+ 40: string;
215
+ 30: string;
216
+ 50: string;
217
+ };
271
218
  spacing: {
272
219
  0: string;
220
+ 4: string;
273
221
  1: string;
274
222
  2: string;
275
223
  px: string;
276
- 4: string;
277
224
  8: string;
278
225
  0.5: string;
279
226
  1.5: string;
@@ -305,62 +252,57 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
305
252
  80: string;
306
253
  96: string;
307
254
  };
308
- zIndex: {
255
+ w: {
256
+ screen: string;
257
+ svw: string;
258
+ lvw: string;
259
+ dvw: string;
260
+ };
261
+ outlineWidth: {
309
262
  0: string;
310
- auto: string;
311
- 10: string;
312
- 20: string;
313
- 40: string;
314
- 30: string;
315
- 50: string;
263
+ 4: string;
264
+ 1: string;
265
+ 2: string;
266
+ 8: string;
316
267
  };
317
268
  outlineOffset: {
318
269
  0: string;
270
+ 4: string;
319
271
  1: string;
320
272
  2: string;
321
- 4: string;
322
273
  8: string;
323
274
  };
324
275
  ringWidth: {
325
276
  0: string;
326
- 1: string;
277
+ 4: string;
327
278
  inset: string;
279
+ 1: string;
328
280
  2: string;
329
- 4: string;
330
281
  8: string;
331
282
  };
332
283
  ringOffsetWidth: {
333
284
  0: string;
285
+ 4: string;
334
286
  1: string;
335
287
  2: string;
336
- 4: string;
337
288
  8: string;
338
289
  };
339
- h: {
340
- screen: string;
341
- svh: string;
342
- lvh: string;
343
- dvh: string;
344
- };
345
- w: {
346
- screen: string;
347
- svw: string;
348
- lvw: string;
349
- dvw: string;
290
+ shadow: {
291
+ none: string;
292
+ sm: string;
293
+ md: string;
294
+ lg: string;
295
+ xl: string;
296
+ "2xl": string;
297
+ "2xs": string;
298
+ xs: string;
299
+ inner: string;
350
300
  };
351
301
  strokeWidth: {
352
302
  0: string;
353
303
  1: string;
354
304
  2: string;
355
305
  };
356
- skew: {
357
- 0: string;
358
- 1: string;
359
- 2: string;
360
- 3: string;
361
- 6: string;
362
- 12: string;
363
- };
364
306
  fontFamily: {
365
307
  sans: string;
366
308
  serif: string;
@@ -368,8 +310,8 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
368
310
  };
369
311
  fontWeight: {
370
312
  normal: string;
371
- bold: string;
372
313
  thin: string;
314
+ bold: string;
373
315
  medium: string;
374
316
  extralight: string;
375
317
  light: string;
@@ -386,8 +328,8 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
386
328
  widest: string;
387
329
  };
388
330
  lineHeight: {
389
- normal: string;
390
331
  none: string;
332
+ normal: string;
391
333
  tight: string;
392
334
  relaxed: string;
393
335
  };
@@ -396,23 +338,82 @@ declare const defaultFoundationPreset: UdsConfig<_$_uds_types0.ModifierProp | Ge
396
338
  sm: string;
397
339
  md: string;
398
340
  lg: string;
399
- xs: string;
400
341
  "2xs": string;
342
+ xs: string;
401
343
  };
402
- outlineWidth: {
344
+ blur: {
345
+ none: string;
346
+ sm: string;
347
+ md: string;
348
+ lg: string;
349
+ xl: string;
350
+ "2xl": string;
351
+ "3xl": string;
352
+ };
353
+ translate: {
403
354
  0: string;
355
+ 4: string;
356
+ full: string;
404
357
  1: string;
405
358
  2: string;
406
- 4: string;
359
+ "1/2": string;
360
+ "1/3": string;
361
+ "2/3": string;
362
+ "1/4": string;
363
+ "3/4": string;
407
364
  8: string;
365
+ 0.5: string;
366
+ 1.5: string;
367
+ 2.5: string;
368
+ 3: string;
369
+ 3.5: string;
370
+ 5: string;
371
+ 6: string;
372
+ 7: string;
373
+ 9: string;
374
+ 10: string;
375
+ 11: string;
376
+ 12: string;
377
+ 14: string;
378
+ 16: string;
379
+ 20: string;
380
+ 24: string;
381
+ 28: string;
382
+ 32: string;
383
+ 36: string;
384
+ 40: string;
385
+ 44: string;
386
+ 48: string;
387
+ 52: string;
388
+ 56: string;
389
+ 60: string;
390
+ 64: string;
391
+ 72: string;
392
+ 80: string;
393
+ 96: string;
408
394
  };
409
- aspectRatio: {
410
- square: string;
411
- landscape: string;
412
- portrait: string;
413
- widescreen: string;
414
- ultrawide: string;
415
- golden: string;
395
+ radius: {
396
+ none: string;
397
+ sm: string;
398
+ md: string;
399
+ lg: string;
400
+ xl: string;
401
+ xs: string;
402
+ full: string;
403
+ };
404
+ h: {
405
+ screen: string;
406
+ svh: string;
407
+ lvh: string;
408
+ dvh: string;
409
+ };
410
+ skew: {
411
+ 0: string;
412
+ 1: string;
413
+ 2: string;
414
+ 3: string;
415
+ 6: string;
416
+ 12: string;
416
417
  };
417
418
  }, {}, {}, {}, GetModifierFromInput<{
418
419
  readonly colorMode: {
@@ -1,4 +1,5 @@
1
1
  //#region ../foundational-presets/dist/motion.d.ts
2
+ //#region src/motion.d.ts
2
3
  interface InterpolateMarker {
3
4
  __type: 'interpolate';
4
5
  output: number[];
@@ -7,6 +8,6 @@ interface InterpolateMarker {
7
8
  declare function interpolate(config: {
8
9
  output: number[];
9
10
  extrapolate?: 'clamp' | 'extend' | 'identity';
10
- }): InterpolateMarker;
11
+ }): InterpolateMarker; //#endregion
11
12
  //#endregion
12
13
  export { InterpolateMarker, interpolate };
@@ -2,8 +2,8 @@ import "../../../../../utils/dist/index.js";
2
2
  import "./compositeStyles.js";
3
3
  import { propMappings } from "./style-prop-data.js";
4
4
  import { stylePropsTwMap } from "./generated/stylePropsTwMap.js";
5
- import { colorPropToOpacityProp } from "./color-opacity-map.js";
6
5
  import { modifierMappings } from "./modifier-mappings.js";
6
+ import { colorPropToOpacityProp } from "./color-opacity-map.js";
7
7
  //#region ../loader/dist/packages/core/dist/getStyles.js
8
8
  /** Convert kebab-case CSS property to camelCase for React inline styles.
9
9
  * CSS custom properties (--*) are kept as-is since React supports them verbatim. */
@@ -2,6 +2,7 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/image-slide.d.ts
5
+ //#region src/components/image-slide.d.ts
5
6
  /**
6
7
  * @description Full-screen image slide with optional caption overlay
7
8
  */
@@ -14,6 +15,6 @@ declare const ImageSlide: _$react.FC<_$_uds_types0.CreateComponentProps<string,
14
15
  root: "div";
15
16
  image: "img";
16
17
  caption: "div";
17
- }>>;
18
+ }>>; //#endregion
18
19
  //#endregion
19
20
  export { ImageSlide };
@@ -5,15 +5,15 @@ import { jsx, jsxs } from "react/jsx-runtime";
5
5
  /**
6
6
  * @description Full-screen image slide with optional caption overlay
7
7
  */
8
- const ImageSlide = createComponent(({ props, src, alt, caption, children }) => jsxs("div", {
8
+ const ImageSlide = createComponent(({ props, src, alt, caption, children }) => /* @__PURE__ */ jsxs("div", {
9
9
  ...props.root,
10
10
  children: [
11
- jsx("img", {
11
+ /* @__PURE__ */ jsx("img", {
12
12
  ...props.image,
13
13
  src,
14
14
  alt: alt ?? ""
15
15
  }),
16
- caption && jsx("div", {
16
+ caption && /* @__PURE__ */ jsx("div", {
17
17
  ...props.caption,
18
18
  children: caption
19
19
  }),
@@ -1,16 +1,16 @@
1
1
  import "./image-slide.js";
2
- import "./image-slide.config.js";
3
2
  import "./lower-third.js";
4
- import "./lower-third.config.js";
5
3
  import "./quote-card.js";
6
- import "./quote-card.config.js";
7
4
  import "./split-screen.js";
8
- import "./split-screen.config.js";
9
5
  import "./stat-card.js";
10
- import "./stat-card.config.js";
11
6
  import "./text-overlay.js";
12
- import "./text-overlay.config.js";
13
7
  import "./title-card.js";
14
- import "./title-card.config.js";
15
8
  import "./typing-text.js";
9
+ import "./image-slide.config.js";
10
+ import "./lower-third.config.js";
11
+ import "./quote-card.config.js";
12
+ import "./split-screen.config.js";
13
+ import "./stat-card.config.js";
14
+ import "./text-overlay.config.js";
15
+ import "./title-card.config.js";
16
16
  import "./typing-text.config.js";
@@ -2,6 +2,7 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/lower-third.d.ts
5
+ //#region src/components/lower-third.d.ts
5
6
  /**
6
7
  * @description Lower-third overlay with title and optional subtitle
7
8
  */
@@ -15,6 +16,6 @@ declare const LowerThird: _$react.FC<_$_uds_types0.CreateComponentProps<string,
15
16
  content: "div";
16
17
  title: "div";
17
18
  subtitle: "div";
18
- }>>;
19
+ }>>; //#endregion
19
20
  //#endregion
20
21
  export { LowerThird };
@@ -5,16 +5,16 @@ import { jsx, jsxs } from "react/jsx-runtime";
5
5
  /**
6
6
  * @description Lower-third overlay with title and optional subtitle
7
7
  */
8
- const LowerThird = createComponent(({ props, title, subtitle, children }) => jsxs("div", {
8
+ const LowerThird = createComponent(({ props, title, subtitle, children }) => /* @__PURE__ */ jsxs("div", {
9
9
  ...props.root,
10
10
  children: [
11
- jsx("div", { ...props.bar }),
12
- jsxs("div", {
11
+ /* @__PURE__ */ jsx("div", { ...props.bar }),
12
+ /* @__PURE__ */ jsxs("div", {
13
13
  ...props.content,
14
- children: [jsx("div", {
14
+ children: [/* @__PURE__ */ jsx("div", {
15
15
  ...props.title,
16
16
  children: title
17
- }), subtitle && jsx("div", {
17
+ }), subtitle && /* @__PURE__ */ jsx("div", {
18
18
  ...props.subtitle,
19
19
  children: subtitle
20
20
  })]
@@ -2,6 +2,7 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/quote-card.d.ts
5
+ //#region src/components/quote-card.d.ts
5
6
  /**
6
7
  * @description Full-screen quote display with optional attribution
7
8
  */
@@ -15,6 +16,6 @@ declare const QuoteCard: _$react.FC<_$_uds_types0.CreateComponentProps<string, {
15
16
  quote: "div";
16
17
  divider: "div";
17
18
  attribution: "div";
18
- }>>;
19
+ }>>; //#endregion
19
20
  //#endregion
20
21
  export { QuoteCard };
@@ -5,18 +5,18 @@ import { Fragment, jsx, jsxs } from "react/jsx-runtime";
5
5
  /**
6
6
  * @description Full-screen quote display with optional attribution
7
7
  */
8
- const QuoteCard = createComponent(({ props, quote, attribution, children }) => jsxs("div", {
8
+ const QuoteCard = createComponent(({ props, quote, attribution, children }) => /* @__PURE__ */ jsxs("div", {
9
9
  ...props.root,
10
10
  children: [
11
- jsx("div", {
11
+ /* @__PURE__ */ jsx("div", {
12
12
  ...props.mark,
13
13
  children: "“"
14
14
  }),
15
- jsx("div", {
15
+ /* @__PURE__ */ jsx("div", {
16
16
  ...props.quote,
17
17
  children: quote
18
18
  }),
19
- attribution && jsxs(Fragment, { children: [jsx("div", { ...props.divider }), jsx("div", {
19
+ attribution && /* @__PURE__ */ jsxs(Fragment, { children: [/* @__PURE__ */ jsx("div", { ...props.divider }), /* @__PURE__ */ jsx("div", {
20
20
  ...props.attribution,
21
21
  children: attribution
22
22
  })] }),
@@ -2,6 +2,7 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/split-screen.d.ts
5
+ //#region src/components/split-screen.d.ts
5
6
  /**
6
7
  * @description Side-by-side split screen layout for comparing content
7
8
  */
@@ -19,6 +20,6 @@ declare const SplitScreen: _$react.FC<_$_uds_types0.CreateComponentProps<string,
19
20
  leftBody: "div";
20
21
  rightTitle: "div";
21
22
  rightBody: "div";
22
- }>>;
23
+ }>>; //#endregion
23
24
  //#endregion
24
25
  export { SplitScreen };