@remotion/promo-pages 4.0.273 → 4.0.275

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.
@@ -1,8 +1,8 @@
1
1
 
2
2
  
3
- > @remotion/promo-pages@4.0.273 make /Users/jonathanburger/remotion/packages/promo-pages
3
+ > @remotion/promo-pages@4.0.275 make /Users/jonathanburger/remotion/packages/promo-pages
4
4
  > bun --env-file=../.env.bundle bundle.ts
5
5
 
6
6
  ≈ tailwindcss v4.0.0
7
7
 
8
- Done in 32ms
8
+ Done in 29ms
package/bunfig.toml ADDED
@@ -0,0 +1,2 @@
1
+ [serve.static]
2
+ plugins = ["bun-plugin-tailwind"]
package/dist/Ai.js CHANGED
@@ -1,14 +1,3 @@
1
- var __defProp = Object.defineProperty;
2
- var __export = (target, all) => {
3
- for (var name in all)
4
- __defProp(target, name, {
5
- get: all[name],
6
- enumerable: true,
7
- configurable: true,
8
- set: (newValue) => all[name] = () => newValue
9
- });
10
- };
11
- var __esm = (fn, res) => () => (fn && (res = fn(fn = 0)), res);
12
1
  var __require = /* @__PURE__ */ ((x) => typeof require !== "undefined" ? require : typeof Proxy !== "undefined" ? new Proxy(x, {
13
2
  get: (a, b) => (typeof require !== "undefined" ? require : a)[b]
14
3
  }) : x)(function(x) {
package/dist/Homepage.css CHANGED
@@ -1,59 +1,3 @@
1
- /* src/components/homepage/custom.css */
2
- :root {
3
- --ifm-color-primary: #0b84f3;
4
- --ifm-color-primary-dark: #0a77db;
5
- --ifm-color-primary-darker: #0970cf;
6
- --ifm-color-primary-darkest: #085caa;
7
- --ifm-color-primary-light: #2290f5;
8
- --ifm-color-primary-lighter: #2f96f6;
9
- --ifm-color-primary-lightest: #53a9f7;
10
- --ifm-code-font-size: 100%;
11
- --ifm-font-family-base: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
12
- --ifm-font-size-base: 16px;
13
- --ifm-font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
14
- --ifm-pre-line-height: ;
15
- }
16
-
17
- [data-theme="light"] {
18
- --background: #f8fafc;
19
- --footer-background: #fcfcfc;
20
- --footer-border: #eaeaea;
21
- --text-color: #000;
22
- --blue-button-color: #084696;
23
- --blue-underlay: var(--ifm-color-primary);
24
- --plain-button: #fff;
25
- --blue-underlay-hover: #d5e5fd;
26
- --light-text-color: #777;
27
- --subtitle: #666;
28
- --clear-hover: #0000000a;
29
- --border-color: #eaeaea;
30
- --box-shadow: 0 1px 4px #0003;
31
- --ifm-out-of-focus: #eaeaea;
32
- --box-stroke: #000;
33
- --ifm-background-surface-color: #fff;
34
- --ifm-color-emphasis-200: #ebedf0;
35
- }
36
-
37
- [data-theme="dark"] {
38
- --background: #18191a;
39
- --footer-background: #1f1f1f;
40
- --footer-border: #2f2f2f;
41
- --text-color: #fff;
42
- --plain-button: var(--blue-underlay);
43
- --blue-underlay: #424243;
44
- --blue-underlay-hover: #5b5c5e;
45
- --clear-hover: #ffffff0f;
46
- --blue-button-color: white;
47
- --light-text-color: #aaa;
48
- --subtitle: #8d8d8d;
49
- --border-color: #2a2a2a;
50
- --box-shadow: 0 1px 8px #fff3;
51
- --ifm-out-of-focus: #505050;
52
- --box-stroke: gray;
53
- --ifm-background-surface-color: #242526;
54
- --ifm-color-emphasis-200: #444950;
55
- }
56
-
57
1
  /* src/components/homepage/video-player.css */
58
2
  :global(:root) {
59
3
  --plyr-color-main: #1b1b1b;