Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More

@builder.io/react

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@builder.io/react - npm Package Compare versions

Comparing version 0.1.38 to 0.1.39

@@ -82,2 +82,9 @@ "use strict";

});
Object.defineProperty(Columns.prototype, "width", {
get: function () {
return this.props.width || 100 / this.columns.length;
},
enumerable: true,
configurable: true
});
Object.defineProperty(Columns.prototype, "columnWidth", {

@@ -87,3 +94,3 @@ get: function () {

var subtractWidth = (gutterSize * (columns.length - 1)) / columns.length;
return "calc(" + 100 / columns.length + "% - " + subtractWidth + "px)";
return "calc(" + this.width + "% - " + subtractWidth + "px)";
},

@@ -90,0 +97,0 @@ enumerable: true,

@@ -5,4 +5,5 @@ import React from 'react';

readonly gutterSize: number;
readonly width: any;
readonly columnWidth: string;
render(): JSX.Element;
}
{
"name": "@builder.io/react",
"version": "0.1.38",
"version": "0.1.39",
"description": "",

@@ -5,0 +5,0 @@ "keywords": [],

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 too big to display

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet