Socket
Socket
Sign inDemoInstall

@hig/text-area

Package Overview
Dependencies
Maintainers
4
Versions
119
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@hig/text-area - npm Package Compare versions

Comparing version 1.0.0 to 1.1.0

9

build/index.es.js

@@ -33,7 +33,10 @@ import React, { Component } from 'react';

display: "block",
resize: "none",
padding: themeData["input.verticalPadding"] + "\n " + themeData["input.boxType.horizontalPadding"]
resize: "vertical",
padding: themeData["input.verticalPadding"] + "\n " + themeData["input.boxType.horizontalPadding"],
height: "calc((" + themeData["input.height"] + " - 2px) * 2)"
});
return _extends({}, stylesheet, {
wrapper: textAreaWrapper,
wrapper: _extends({}, textAreaWrapper, {
position: "static"
}),
input: textArea

@@ -40,0 +43,0 @@ });

@@ -40,7 +40,10 @@ 'use strict';

display: "block",
resize: "none",
padding: themeData["input.verticalPadding"] + "\n " + themeData["input.boxType.horizontalPadding"]
resize: "vertical",
padding: themeData["input.verticalPadding"] + "\n " + themeData["input.boxType.horizontalPadding"],
height: "calc((" + themeData["input.height"] + " - 2px) * 2)"
});
return _extends({}, stylesheet, {
wrapper: textAreaWrapper,
wrapper: _extends({}, textAreaWrapper, {
position: "static"
}),
input: textArea

@@ -47,0 +50,0 @@ });

@@ -0,1 +1,8 @@

# [@hig/text-area-v1.1.0](https://github.com/Autodesk/hig/compare/@hig/text-area@1.0.0...@hig/text-area@1.1.0) (2019-03-08)
### Features
* resizeable text-area ([a1f406f](https://github.com/Autodesk/hig/commit/a1f406f))
# [@hig/text-area-v1.0.0](https://github.com/Autodesk/hig/compare/@hig/text-area@0.2.0...@hig/text-area@1.0.0) (2019-02-08)

@@ -2,0 +9,0 @@

{
"name": "@hig/text-area",
"version": "1.0.0",
"version": "1.1.0",
"description": "HIG Text Area",

@@ -21,3 +21,3 @@ "author": "Autodesk Inc.",

"@hig/input": "^1.1.0",
"prop-types": "^15.6.1"
"prop-types": "^15.7.1"
},

@@ -24,0 +24,0 @@ "peerDependencies": {

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc