@rentalutions/elements
Advanced tools
Comparing version 1.7.0 to 1.7.1
@@ -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", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
752194
24
14707