@remotion/design 4.0.441 → 4.0.443

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.
package/dist/Switch.js CHANGED
@@ -1,4 +1,4 @@
1
1
  import { jsx as _jsx } from "react/jsx-runtime";
2
2
  export const Switch = ({ active, onToggle }) => {
3
- return (_jsx("div", { "data-active": active, className: "h-[34px] transition-all rounded-full w-[56px] border-2 border-b-4 bg-gray-200 p-[2px] cursor-pointer data-[active=true]:bg-brand border-black relative shrink-0", onClick: onToggle, children: _jsx("div", { "data-active": active, className: "h-[20px] w-[20px] box-content left-[4px] top-[4px] transition-all rounded-full bg-white border-2 border-black absolute data-[active=true]:left-[calc(100%-24px)]" }) }));
3
+ return (_jsx("div", { "data-active": active, className: "h-[34px] transition-all rounded-full w-[56px] border-2 border-b-4 bg-gray-200 p-[2px] cursor-pointer data-[active=true]:bg-brand border-black relative shrink-0", onClick: onToggle, children: _jsx("div", { "data-active": active, className: "h-[20px] w-[20px] left-[4px] top-[4px] transition-all rounded-full bg-white border-2 border-black absolute data-[active=true]:left-[calc(100%-24px)]" }) }));
4
4
  };
@@ -5570,7 +5570,7 @@ var Switch = ({ active, onToggle }) => {
5570
5570
  onClick: onToggle,
5571
5571
  children: /* @__PURE__ */ jsx25("div", {
5572
5572
  "data-active": active,
5573
- className: "h-[20px] w-[20px] box-content left-[4px] top-[4px] transition-all rounded-full bg-white border-2 border-black absolute data-[active=true]:left-[calc(100%-24px)]"
5573
+ className: "h-[20px] w-[20px] left-[4px] top-[4px] transition-all rounded-full bg-white border-2 border-black absolute data-[active=true]:left-[calc(100%-24px)]"
5574
5574
  })
5575
5575
  });
5576
5576
  };
package/dist/tailwind.css CHANGED
@@ -242,9 +242,6 @@
242
242
  .box-border {
243
243
  box-sizing: border-box;
244
244
  }
245
- .box-content {
246
- box-sizing: content-box;
247
- }
248
245
  .contents {
249
246
  display: contents;
250
247
  }
package/index.css CHANGED
@@ -1 +1,14 @@
1
1
  @source "./dist/esm/index.mjs";
2
+
3
+ @theme {
4
+ --font-brand: 'GTPlanar', sans-serif;
5
+ --color-brand: #0b84f3;
6
+ --color-warn: #ff3232;
7
+ --color-text: black;
8
+ --color-button-bg: white;
9
+ --color-card-bg: white;
10
+ }
11
+
12
+ @theme inline {
13
+ --font-brand--font-feature-settings: 'ss03' 1;
14
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@remotion/design",
3
- "version": "4.0.441",
3
+ "version": "4.0.443",
4
4
  "main": "dist/index.js",
5
5
  "types": "dist/index.d.ts",
6
6
  "module": "dist/esm/index.mjs",
@@ -20,11 +20,11 @@
20
20
  "make": "tsgo -d && bun --env-file=../.env.bundle bundle.ts"
21
21
  },
22
22
  "dependencies": {
23
- "@remotion/paths": "4.0.441",
24
- "@remotion/shapes": "4.0.441",
25
- "@remotion/svg-3d-engine": "4.0.441",
23
+ "@remotion/paths": "4.0.443",
24
+ "@remotion/shapes": "4.0.443",
25
+ "@remotion/svg-3d-engine": "4.0.443",
26
26
  "clsx": "^2.1.1",
27
- "remotion": "4.0.441",
27
+ "remotion": "4.0.443",
28
28
  "@radix-ui/react-select": "2.1.1",
29
29
  "@radix-ui/react-tabs": "^1.1.0",
30
30
  "lucide-react": "0.439.0"
@@ -34,7 +34,7 @@
34
34
  "react-dom": ">=16.8.0"
35
35
  },
36
36
  "devDependencies": {
37
- "@remotion/eslint-config-internal": "4.0.441",
37
+ "@remotion/eslint-config-internal": "4.0.443",
38
38
  "eslint": "9.19.0",
39
39
  "react": "19.2.3",
40
40
  "react-dom": "19.2.3",