@remotion/design 4.0.452 → 4.0.453
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/esm/index.mjs +0 -11
- package/package.json +6 -6
package/dist/esm/index.mjs
CHANGED
|
@@ -988,7 +988,6 @@ function getElementRef2(element) {
|
|
|
988
988
|
|
|
989
989
|
// ../../node_modules/.bun/@radix-ui+react-collection@1.1.0+f178f9b1194b24ba/node_modules/@radix-ui/react-collection/dist/index.mjs
|
|
990
990
|
import { jsx as jsx15 } from "react/jsx-runtime";
|
|
991
|
-
"use client";
|
|
992
991
|
function createCollection(name) {
|
|
993
992
|
const PROVIDER_NAME = name + "CollectionProvider";
|
|
994
993
|
const [createCollectionContext, createCollectionScope] = createContextScope(PROVIDER_NAME);
|
|
@@ -1120,7 +1119,6 @@ function useEscapeKeydown(onEscapeKeyDownProp, ownerDocument = globalThis?.docum
|
|
|
1120
1119
|
|
|
1121
1120
|
// ../../node_modules/.bun/@radix-ui+react-dismissable-layer@1.1.0+f178f9b1194b24ba/node_modules/@radix-ui/react-dismissable-layer/dist/index.mjs
|
|
1122
1121
|
import { jsx as jsx18 } from "react/jsx-runtime";
|
|
1123
|
-
"use client";
|
|
1124
1122
|
var DISMISSABLE_LAYER_NAME = "DismissableLayer";
|
|
1125
1123
|
var CONTEXT_UPDATE = "dismissableLayer.update";
|
|
1126
1124
|
var POINTER_DOWN_OUTSIDE = "dismissableLayer.pointerDownOutside";
|
|
@@ -1319,7 +1317,6 @@ function handleAndDispatchCustomEvent(name, handler, detail, { discrete }) {
|
|
|
1319
1317
|
|
|
1320
1318
|
// ../../node_modules/.bun/@radix-ui+react-focus-guards@1.1.0+09a4a3ac15cb54ba/node_modules/@radix-ui/react-focus-guards/dist/index.mjs
|
|
1321
1319
|
import * as React17 from "react";
|
|
1322
|
-
"use client";
|
|
1323
1320
|
var count = 0;
|
|
1324
1321
|
function useFocusGuards() {
|
|
1325
1322
|
React17.useEffect(() => {
|
|
@@ -1346,7 +1343,6 @@ function createFocusGuard() {
|
|
|
1346
1343
|
// ../../node_modules/.bun/@radix-ui+react-focus-scope@1.1.0+f178f9b1194b24ba/node_modules/@radix-ui/react-focus-scope/dist/index.mjs
|
|
1347
1344
|
import * as React18 from "react";
|
|
1348
1345
|
import { jsx as jsx19 } from "react/jsx-runtime";
|
|
1349
|
-
"use client";
|
|
1350
1346
|
var AUTOFOCUS_ON_MOUNT = "focusScope.autoFocusOnMount";
|
|
1351
1347
|
var AUTOFOCUS_ON_UNMOUNT = "focusScope.autoFocusOnUnmount";
|
|
1352
1348
|
var EVENT_OPTIONS = { bubbles: false, cancelable: true };
|
|
@@ -3443,7 +3439,6 @@ function useSize(element) {
|
|
|
3443
3439
|
|
|
3444
3440
|
// ../../node_modules/.bun/@radix-ui+react-popper@1.2.0+f178f9b1194b24ba/node_modules/@radix-ui/react-popper/dist/index.mjs
|
|
3445
3441
|
import { jsx as jsx21 } from "react/jsx-runtime";
|
|
3446
|
-
"use client";
|
|
3447
3442
|
var POPPER_NAME = "Popper";
|
|
3448
3443
|
var [createPopperContext, createPopperScope] = createContextScope(POPPER_NAME);
|
|
3449
3444
|
var [PopperProvider, usePopperContext] = createPopperContext(POPPER_NAME);
|
|
@@ -3681,7 +3676,6 @@ var Arrow2 = PopperArrow;
|
|
|
3681
3676
|
import * as React25 from "react";
|
|
3682
3677
|
import ReactDOM3 from "react-dom";
|
|
3683
3678
|
import { jsx as jsx22 } from "react/jsx-runtime";
|
|
3684
|
-
"use client";
|
|
3685
3679
|
var PORTAL_NAME = "Portal";
|
|
3686
3680
|
var Portal = React25.forwardRef((props, forwardedRef) => {
|
|
3687
3681
|
const { container: containerProp, ...portalProps } = props;
|
|
@@ -4624,7 +4618,6 @@ var Combination_default = ReactRemoveScroll;
|
|
|
4624
4618
|
|
|
4625
4619
|
// ../../node_modules/.bun/@radix-ui+react-select@2.1.1+f178f9b1194b24ba/node_modules/@radix-ui/react-select/dist/index.mjs
|
|
4626
4620
|
import { Fragment as Fragment8, jsx as jsx24, jsxs as jsxs4 } from "react/jsx-runtime";
|
|
4627
|
-
"use client";
|
|
4628
4621
|
var OPEN_KEYS = [" ", "Enter", "ArrowUp", "ArrowDown"];
|
|
4629
4622
|
var SELECTION_KEYS = [" ", "Enter"];
|
|
4630
4623
|
var SELECT_NAME = "Select";
|
|
@@ -5920,7 +5913,6 @@ function getElementRef3(element) {
|
|
|
5920
5913
|
import { jsx as jsx29 } from "react/jsx-runtime";
|
|
5921
5914
|
import React210 from "react";
|
|
5922
5915
|
import { jsx as jsx210 } from "react/jsx-runtime";
|
|
5923
|
-
"use client";
|
|
5924
5916
|
function createCollection2(name) {
|
|
5925
5917
|
const PROVIDER_NAME = name + "CollectionProvider";
|
|
5926
5918
|
const [createCollectionContext, createCollectionScope2] = createContextScope2(PROVIDER_NAME);
|
|
@@ -6419,7 +6411,6 @@ function useDirection2(localDir) {
|
|
|
6419
6411
|
|
|
6420
6412
|
// ../../node_modules/.bun/@radix-ui+react-roving-focus@1.1.11+f178f9b1194b24ba/node_modules/@radix-ui/react-roving-focus/dist/index.mjs
|
|
6421
6413
|
import { jsx as jsx32 } from "react/jsx-runtime";
|
|
6422
|
-
"use client";
|
|
6423
6414
|
var ENTRY_FOCUS = "rovingFocusGroup.onEntryFocus";
|
|
6424
6415
|
var EVENT_OPTIONS2 = { bubbles: false, cancelable: true };
|
|
6425
6416
|
var GROUP_NAME2 = "RovingFocusGroup";
|
|
@@ -6614,7 +6605,6 @@ var Item2 = RovingFocusGroupItem;
|
|
|
6614
6605
|
// ../../node_modules/.bun/@radix-ui+react-presence@1.1.5+f178f9b1194b24ba/node_modules/@radix-ui/react-presence/dist/index.mjs
|
|
6615
6606
|
import * as React213 from "react";
|
|
6616
6607
|
import * as React48 from "react";
|
|
6617
|
-
"use client";
|
|
6618
6608
|
function useStateMachine(initialState, machine) {
|
|
6619
6609
|
return React48.useReducer((state, event) => {
|
|
6620
6610
|
const nextState = machine[state][event];
|
|
@@ -6740,7 +6730,6 @@ function getElementRef4(element) {
|
|
|
6740
6730
|
|
|
6741
6731
|
// ../../node_modules/.bun/@radix-ui+react-tabs@1.1.13+f178f9b1194b24ba/node_modules/@radix-ui/react-tabs/dist/index.mjs
|
|
6742
6732
|
import { jsx as jsx33 } from "react/jsx-runtime";
|
|
6743
|
-
"use client";
|
|
6744
6733
|
var TABS_NAME = "Tabs";
|
|
6745
6734
|
var [createTabsContext, createTabsScope] = createContextScope2(TABS_NAME, [
|
|
6746
6735
|
createRovingFocusGroupScope
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@remotion/design",
|
|
3
|
-
"version": "4.0.
|
|
3
|
+
"version": "4.0.453",
|
|
4
4
|
"main": "dist/index.js",
|
|
5
5
|
"types": "dist/index.d.ts",
|
|
6
6
|
"module": "dist/esm/index.mjs",
|
|
@@ -23,19 +23,19 @@
|
|
|
23
23
|
"@radix-ui/react-select": "2.1.1",
|
|
24
24
|
"@radix-ui/react-slot": "^1.2.4",
|
|
25
25
|
"@radix-ui/react-tabs": "^1.1.0",
|
|
26
|
-
"@remotion/paths": "4.0.
|
|
27
|
-
"@remotion/shapes": "4.0.
|
|
28
|
-
"@remotion/svg-3d-engine": "4.0.
|
|
26
|
+
"@remotion/paths": "4.0.453",
|
|
27
|
+
"@remotion/shapes": "4.0.453",
|
|
28
|
+
"@remotion/svg-3d-engine": "4.0.453",
|
|
29
29
|
"clsx": "^2.1.1",
|
|
30
30
|
"lucide-react": "0.439.0",
|
|
31
|
-
"remotion": "4.0.
|
|
31
|
+
"remotion": "4.0.453"
|
|
32
32
|
},
|
|
33
33
|
"peerDependencies": {
|
|
34
34
|
"react": ">=16.8.0",
|
|
35
35
|
"react-dom": ">=16.8.0"
|
|
36
36
|
},
|
|
37
37
|
"devDependencies": {
|
|
38
|
-
"@remotion/eslint-config-internal": "4.0.
|
|
38
|
+
"@remotion/eslint-config-internal": "4.0.453",
|
|
39
39
|
"eslint": "9.19.0",
|
|
40
40
|
"react": "19.2.3",
|
|
41
41
|
"react-dom": "19.2.3",
|