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

@rentalutions/elements

Package Overview
Dependencies
Maintainers
4
Versions
52
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@rentalutions/elements - npm Package Compare versions

Comparing version 1.7.0 to 1.7.1

.npmignore

6

CHANGELOG.md

@@ -1,4 +0,5 @@

### 1.7.0
### 1.7.1
- Removed globally injected CSS
## 1.7.0
- Added `scroll-container` element to the modal component to stretch the scrollbar to the left of the page.
### 1.6.8

@@ -8,5 +9,4 @@ - Changed the className for the svg from "rnt-close" to "svg-close" since it is breaking every rnt-close we define on page.

- updated package.json to include contributors instead of author
### 1.6.7
Changed FullPageModal to use "show" prop instead of "open". Changed FullPageModal to accept additional props for root (e.g. inline style). Changed peer dependencies to avoid conflicts.

@@ -1,5 +0,1 @@

var _templateObject = _taggedTemplateLiteral(["\n*,*:before,*:after {\n box-sizing: border-box;\n}\n"], ["\n*,*:before,*:after {\n box-sizing: border-box;\n}\n"]);
function _taggedTemplateLiteral(strings, raw) { return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
import { injectGlobal } from "styled-components";

@@ -14,4 +10,2 @@ import Avatar from "./Avatar";

injectGlobal(_templateObject);
export { Avatar, Button, Card, Container, FullPageModal, Text, Tooltip };
{
"name": "@rentalutions/elements",
"version": "1.7.0",
"version": "1.7.1",
"description": "A suite of elements for the consistent and responsive UI",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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