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

@remirror/ui

Package Overview
Dependencies
Maintainers
1
Versions
32
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@remirror/ui - npm Package Compare versions

Comparing version 0.7.3 to 0.7.4

12

CHANGELOG.md
# @remirror/ui
## 0.7.4
### Patch Changes
- 7380e18f: Update repository url from ifiokjr/remirror to remirror/remirror to reflect new GitHub
organisation.
- Updated dependencies [7380e18f]
- @remirror/core-constants@0.7.4
- @remirror/core-helpers@0.7.4
- @remirror/core-types@0.7.4
## 0.7.3
### Patch Changes

@@ -5,0 +17,0 @@

12

package.json

@@ -6,5 +6,5 @@ {

"author": "Ifiok Jr. <ifiokotung@gmail.com>",
"homepage": "https://github.com/ifiokjr/remirror/tree/master/@remirror/ui",
"repository": "https://github.com/ifiokjr/remirror/tree/master/@remirror/ui",
"version": "0.7.3",
"homepage": "https://github.com/remirror/remirror/tree/master/@remirror/ui",
"repository": "https://github.com/remirror/remirror/tree/master/@remirror/ui",
"version": "0.7.4",
"main": "lib/index.js",

@@ -20,5 +20,5 @@ "module": "lib/dist/ui.esm.js",

"@babel/runtime": "^7",
"@remirror/core-constants": "^0.7.3",
"@remirror/core-helpers": "^0.7.3",
"@remirror/core-types": "^0.7.3",
"@remirror/core-constants": "^0.7.4",
"@remirror/core-helpers": "^0.7.4",
"@remirror/core-types": "^0.7.4",
"@styled-system/css": "^5.0.23",

@@ -25,0 +25,0 @@ "@types/styled-system__css": "^5.0.4",

# @remirror/ui
[![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@remirror/ui.svg?)](https://bundlephobia.com/result?p=@remirror/ui) [![npm](https://img.shields.io/npm/dm/@remirror/ui.svg?&logo=npm)](https://www.npmjs.com/package/@remirror/ui)
[![npm bundle size (scoped)](https://img.shields.io/bundlephobia/minzip/@remirror/ui.svg?)](https://bundlephobia.com/result?p=@remirror/ui)
[![npm](https://img.shields.io/npm/dm/@remirror/ui.svg?&logo=npm)](https://www.npmjs.com/package/@remirror/ui)
This library is the base for all the UI (user interface) components and styles within Remirror. It uses `@emotion/core` and `@styled-system/css`, but was inspired by `theme-ui`.
This library is the base for all the UI (user interface) components and styles within Remirror. It uses
`@emotion/core` and `@styled-system/css`, but was inspired by `theme-ui`.

@@ -19,6 +21,8 @@ ## Installation

The `sx` utility comes from the [`@styled-system/css`][styled-system/css] package and is intended for use with the Emotion `css` prop.
It will attempt to use values from the `theme` object for many common CSS properties, and will fall back to raw values when there is no corresponding theme value.
The `sx` utility comes from the [`@styled-system/css`][styled-system/css] package and is intended for use with
the Emotion `css` prop. It will attempt to use values from the `theme` object for many common CSS properties,
and will fall back to raw values when there is no corresponding theme value.
To see a list of supported CSS properties, see the [Styled System CSS docs](https://styled-system.com/css/#theme-keys).
To see a list of supported CSS properties, see the
[Styled System CSS docs](https://styled-system.com/css/#theme-keys).

@@ -25,0 +29,0 @@ ```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