@remirror/ui
Advanced tools
Comparing version 0.7.3 to 0.7.4
# @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 @@ |
@@ -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 | ||
[](https://bundlephobia.com/result?p=@remirror/ui) [](https://www.npmjs.com/package/@remirror/ui) | ||
[](https://bundlephobia.com/result?p=@remirror/ui) | ||
[](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 |
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
No website
QualityPackage does not have a website.
Found 1 instance in 1 package
381164
45