@ohhwells/bridge 0.1.74 → 0.1.76
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/index.cjs +1303 -695
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +3 -3
- package/dist/index.d.ts +3 -3
- package/dist/index.js +1293 -685
- package/dist/index.js.map +1 -1
- package/dist/styles.css +5 -0
- package/package.json +1 -1
package/dist/index.d.cts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import React__default, { Ref, ReactNode, DragEvent, PointerEvent } from 'react';
|
|
3
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { Ref, ReactNode, DragEvent, PointerEvent } from 'react';
|
|
4
4
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
6
6
|
import { Toggle as Toggle$1, DropdownMenu as DropdownMenu$1, Tooltip as Tooltip$1 } from 'radix-ui';
|
|
7
7
|
|
|
8
|
-
declare function OhhwellsBridge():
|
|
8
|
+
declare function OhhwellsBridge(): react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* AI layout-tree contract — the bridge-side vocabulary for rendering
|
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
import * as React from 'react';
|
|
2
|
-
import React__default, { Ref, ReactNode, DragEvent, PointerEvent } from 'react';
|
|
3
1
|
import * as react_jsx_runtime from 'react/jsx-runtime';
|
|
2
|
+
import * as React from 'react';
|
|
3
|
+
import { Ref, ReactNode, DragEvent, PointerEvent } from 'react';
|
|
4
4
|
import * as class_variance_authority_types from 'class-variance-authority/types';
|
|
5
5
|
import { VariantProps } from 'class-variance-authority';
|
|
6
6
|
import { Toggle as Toggle$1, DropdownMenu as DropdownMenu$1, Tooltip as Tooltip$1 } from 'radix-ui';
|
|
7
7
|
|
|
8
|
-
declare function OhhwellsBridge():
|
|
8
|
+
declare function OhhwellsBridge(): react_jsx_runtime.JSX.Element;
|
|
9
9
|
|
|
10
10
|
/**
|
|
11
11
|
* AI layout-tree contract — the bridge-side vocabulary for rendering
|