@yahoo/uds-v5-wip 1.15.0 → 1.16.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 (53) hide show
  1. package/dist/core/dist/createComponent.d.ts +2 -1
  2. package/dist/core/dist/createComponentExample.d.ts +2 -1
  3. package/dist/core/dist/createProvider.d.ts +2 -1
  4. package/dist/core/dist/generated/stylePropsTwMap.d.ts +2 -1
  5. package/dist/core/dist/getComponentStyles.d.ts +2 -1
  6. package/dist/core/dist/getStyles.d.ts +2 -1
  7. package/dist/core/dist/macros.d.ts +2 -1
  8. package/dist/core/dist/propMappings.d.ts +2 -1
  9. package/dist/core/dist/resolveMotionState.d.ts +2 -1
  10. package/dist/core/dist/transformPreset.d.ts +2 -1
  11. package/dist/core/dist/withDefaultStyleProps.d.ts +2 -1
  12. package/dist/foundational-presets/dist/boldVibrant.d.ts +0 -1
  13. package/dist/foundational-presets/dist/brutalist.d.ts +0 -1
  14. package/dist/foundational-presets/dist/candy.d.ts +0 -1
  15. package/dist/foundational-presets/dist/cleanMinimalist.d.ts +0 -1
  16. package/dist/foundational-presets/dist/corporate.d.ts +0 -1
  17. package/dist/foundational-presets/dist/darkMoody.d.ts +0 -1
  18. package/dist/foundational-presets/dist/defaultPreset.d.ts +0 -1
  19. package/dist/foundational-presets/dist/forest.d.ts +0 -1
  20. package/dist/foundational-presets/dist/highContrast.d.ts +0 -1
  21. package/dist/foundational-presets/dist/lavender.d.ts +0 -1
  22. package/dist/foundational-presets/dist/luxury.d.ts +0 -1
  23. package/dist/foundational-presets/dist/monochrome.d.ts +0 -1
  24. package/dist/foundational-presets/dist/motion.d.ts +1 -2
  25. package/dist/foundational-presets/dist/neonCyber.d.ts +0 -1
  26. package/dist/foundational-presets/dist/newspaper.d.ts +0 -1
  27. package/dist/foundational-presets/dist/ocean.d.ts +0 -1
  28. package/dist/foundational-presets/dist/slate.d.ts +0 -1
  29. package/dist/foundational-presets/dist/sunset.d.ts +0 -1
  30. package/dist/foundational-presets/dist/terminal.d.ts +0 -1
  31. package/dist/foundational-presets/dist/warmOrganic.d.ts +0 -1
  32. package/dist/loader/dist/_virtual/_rolldown/runtime.js +1 -1
  33. package/dist/loader/dist/node_modules/react/cjs/react.development.js +1 -1
  34. package/dist/loader/dist/node_modules/react/cjs/react.production.js +1 -1
  35. package/dist/remotion/dist/components/image-slide.d.ts +1 -2
  36. package/dist/remotion/dist/components/image-slide.js +3 -3
  37. package/dist/remotion/dist/components/index.js +7 -7
  38. package/dist/remotion/dist/components/lower-third.d.ts +1 -2
  39. package/dist/remotion/dist/components/lower-third.js +5 -5
  40. package/dist/remotion/dist/components/quote-card.d.ts +1 -2
  41. package/dist/remotion/dist/components/quote-card.js +4 -4
  42. package/dist/remotion/dist/components/split-screen.d.ts +1 -2
  43. package/dist/remotion/dist/components/split-screen.js +7 -7
  44. package/dist/remotion/dist/components/stat-card.d.ts +1 -2
  45. package/dist/remotion/dist/components/stat-card.js +3 -3
  46. package/dist/remotion/dist/components/text-overlay.d.ts +1 -2
  47. package/dist/remotion/dist/components/text-overlay.js +2 -2
  48. package/dist/remotion/dist/components/title-card.d.ts +1 -2
  49. package/dist/remotion/dist/components/title-card.js +3 -3
  50. package/dist/remotion/dist/components/typing-text.d.ts +1 -2
  51. package/dist/remotion/dist/components/typing-text.js +3 -3
  52. package/dist/tsconfig.tsbuildinfo +1 -1
  53. package/package.json +3 -3
@@ -2,7 +2,6 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/text-overlay.d.ts
5
- //#region src/components/text-overlay.d.ts
6
5
  /**
7
6
  * @description Full-screen text overlay for displaying text over video or images
8
7
  */
@@ -12,6 +11,6 @@ declare const TextOverlay: _$react.FC<_$_uds_types0.CreateComponentProps<string,
12
11
  }, {
13
12
  root: "div";
14
13
  text: "div";
15
- }>>; //#endregion
14
+ }>>;
16
15
  //#endregion
17
16
  export { TextOverlay };
@@ -5,9 +5,9 @@ import { jsx, jsxs } from "react/jsx-runtime";
5
5
  /**
6
6
  * @description Full-screen text overlay for displaying text over video or images
7
7
  */
8
- const TextOverlay = createComponent(({ props, text, children }) => /* @__PURE__ */ jsxs("div", {
8
+ const TextOverlay = createComponent(({ props, text, children }) => jsxs("div", {
9
9
  ...props.root,
10
- children: [/* @__PURE__ */ jsx("div", {
10
+ children: [jsx("div", {
11
11
  ...props.text,
12
12
  children: text
13
13
  }), children]
@@ -2,7 +2,6 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/title-card.d.ts
5
- //#region src/components/title-card.d.ts
6
5
  /**
7
6
  * @description Full-screen title card with optional subtitle for video scenes
8
7
  */
@@ -14,6 +13,6 @@ declare const TitleCard: _$react.FC<_$_uds_types0.CreateComponentProps<string, {
14
13
  root: "div";
15
14
  title: "div";
16
15
  subtitle: "div";
17
- }>>; //#endregion
16
+ }>>;
18
17
  //#endregion
19
18
  export { TitleCard };
@@ -5,14 +5,14 @@ import { jsx, jsxs } from "react/jsx-runtime";
5
5
  /**
6
6
  * @description Full-screen title card with optional subtitle for video scenes
7
7
  */
8
- const TitleCard = createComponent(({ props, title, subtitle, children }) => /* @__PURE__ */ jsxs("div", {
8
+ const TitleCard = createComponent(({ props, title, subtitle, children }) => jsxs("div", {
9
9
  ...props.root,
10
10
  children: [
11
- /* @__PURE__ */ jsx("div", {
11
+ jsx("div", {
12
12
  ...props.title,
13
13
  children: title
14
14
  }),
15
- subtitle && /* @__PURE__ */ jsx("div", {
15
+ subtitle && jsx("div", {
16
16
  ...props.subtitle,
17
17
  children: subtitle
18
18
  }),
@@ -2,7 +2,6 @@ import * as _$react from "react";
2
2
  import * as _$_uds_types0 from "@uds/types";
3
3
 
4
4
  //#region ../remotion/dist/components/typing-text.d.ts
5
- //#region src/components/typing-text.d.ts
6
5
  /**
7
6
  * @description Typing text animation that reveals characters frame by frame
8
7
  */
@@ -16,6 +15,6 @@ declare const TypingText: _$react.FC<_$_uds_types0.CreateComponentProps<string,
16
15
  root: "div";
17
16
  text: "div";
18
17
  cursor: "div";
19
- }>>; //#endregion
18
+ }>>;
20
19
  //#endregion
21
20
  export { TypingText };
@@ -11,11 +11,11 @@ const TypingText = createComponent(({ props, text, speed = 1, delay = 0, frame,
11
11
  const charsToShow = isAnimating ? Math.min(Math.floor(effectiveFrame * speed), text.length) : text.length;
12
12
  const visibleText = text.slice(0, charsToShow);
13
13
  const showCursor = isAnimating && charsToShow < text.length;
14
- return /* @__PURE__ */ jsxs("div", {
14
+ return jsxs("div", {
15
15
  ...props.root,
16
- children: [/* @__PURE__ */ jsxs("div", {
16
+ children: [jsxs("div", {
17
17
  ...props.text,
18
- children: [visibleText, showCursor && /* @__PURE__ */ jsx("span", { ...props.cursor })]
18
+ children: [visibleText, showCursor && jsx("span", { ...props.cursor })]
19
19
  }), children]
20
20
  });
21
21
  });