@baseline-ui/blocks
Advanced tools
Comparing version 0.0.0-nightly-20250210000648 to 0.0.0-nightly-20250215000634
@@ -1,2 +0,2 @@ | ||
import { B as Block, C as Child } from './Block-D7LxG-bd'; | ||
import { B as Block, C as Child } from './Block-3m8AADlO'; | ||
import React from 'react'; | ||
@@ -6,3 +6,3 @@ | ||
declare type Any = any; | ||
type Any = any; | ||
interface BlockProps { | ||
@@ -9,0 +9,0 @@ "data-block-id"?: string; |
export { Fragment, jsx, jsx as jsxDEV, jsxs } from '../jsx-runtime/index.js'; | ||
import 'react'; | ||
import '../Block-D7LxG-bd.js'; | ||
import '../Block-3m8AADlO.js'; |
import React, { Key } from 'react'; | ||
import { B as Block } from '../Block-D7LxG-bd.js'; | ||
import { B as Block } from '../Block-3m8AADlO.js'; | ||
declare type Child = Block | string | number; | ||
type Child = Block | string | number; | ||
declare function jsx<T extends React.ForwardRefExoticComponent<unknown>>(component: T, props: React.ComponentPropsWithRef<T> & { | ||
@@ -10,5 +10,5 @@ children?: Child | Child[]; | ||
declare const Fragment: React.ExoticComponent<{ | ||
children?: React.ReactNode; | ||
children?: React.ReactNode | undefined; | ||
}>; | ||
export { Fragment, jsx, jsxs }; |
{ | ||
"name": "@baseline-ui/blocks", | ||
"version": "0.0.0-nightly-20250210000648", | ||
"version": "0.0.0-nightly-20250215000634", | ||
"description": "", | ||
@@ -32,4 +32,4 @@ "main": "dist/index.js", | ||
"dependencies": { | ||
"@baseline-ui/utils": "0.0.0-nightly-20250210000648", | ||
"@baseline-ui/tokens": "0.0.0-nightly-20250210000648" | ||
"@baseline-ui/utils": "0.0.0-nightly-20250215000634", | ||
"@baseline-ui/tokens": "0.0.0-nightly-20250215000634" | ||
}, | ||
@@ -36,0 +36,0 @@ "peerDependencies": { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
3300531
+ Added@baseline-ui/tokens@0.0.0-nightly-20250215000634(transitive)
+ Added@baseline-ui/utils@0.0.0-nightly-20250215000634(transitive)
- Removed@baseline-ui/tokens@0.0.0-nightly-20250210000648(transitive)
- Removed@baseline-ui/utils@0.0.0-nightly-20250210000648(transitive)