New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@builds-dev/react-ui

Package Overview
Dependencies
Maintainers
3
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builds-dev/react-ui - npm Package Compare versions

Comparing version

to
0.0.12

17

dist/index.js

@@ -414,16 +414,18 @@ 'use strict';

const Box = ({
const Box = /*#__PURE__*/React.forwardRef(({
children,
...props
}) => /*#__PURE__*/React__default["default"].createElement(Layout_box, _extends__default["default"]({
}, ref) => /*#__PURE__*/React__default["default"].createElement(Layout_box, _extends__default["default"]({
ref: ref,
layout_class_name: box,
compute_style_as_layout_parent: compute_style_for_layout_y_parent,
compute_style_for_layout_child: compute_style_for_layout_y_child
}, props), children);
}, props), children));
const Column = props => /*#__PURE__*/React__default["default"].createElement(Layout_box, _extends__default["default"]({
const Column = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React__default["default"].createElement(Layout_box, _extends__default["default"]({
ref: ref,
layout_class_name: column,
compute_style_as_layout_parent: compute_style_for_layout_y_parent,
compute_style_for_layout_child: compute_style_for_layout_y_child
}, props));
}, props)));

@@ -587,7 +589,8 @@ const edges = Object.assign(n => ({

const Row = props => /*#__PURE__*/React__default["default"].createElement(Layout_box, _extends__default["default"]({
const Row = /*#__PURE__*/React.forwardRef((props, ref) => /*#__PURE__*/React__default["default"].createElement(Layout_box, _extends__default["default"]({
ref: ref,
layout_class_name: row,
compute_style_as_layout_parent: compute_style_for_layout_x_parent,
compute_style_for_layout_child: compute_style_for_layout_x_child
}, props));
}, props)));

@@ -594,0 +597,0 @@ exports.Box = Box;

{
"name": "@builds-dev/react-ui",
"version": "0.0.11",
"version": "0.0.12",
"description": "A library of React components that abstract over HTML and CSS, for building UIs from high-level, simple expressions.",

@@ -5,0 +5,0 @@ "type": "module",

Sorry, the diff of this file is not supported yet