@slimr/styled 2.1.41 → 2.1.42

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -11
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -16,17 +16,7 @@ Features:
16
16
 
17
17
  ## Context
18
18
 
19
- `@slimr` is a set of slim React (hence '@slimr') libs:
20
-
21
- - [@slimr/css](https://www.npmjs.com/package/@slimr/css) - Framework agnostic css-in-js features inspired by the popular Emotion lib
22
- - [@slimr/forms](https://www.npmjs.com/package/@slimr/forms) - A minimalistic form hook
23
- - [@slimr/hooks](https://www.npmjs.com/package/@slimr/hooks) - A collection of useful 1st and third party react hooks
24
- - [@slimr/markdown](https://www.npmjs.com/package/@slimr/markdown) - A simple component and slim markdown-to-html parser
25
- - [@slimr/mdi-paths](https://www.npmjs.com/package/@slimr/mdi-paths) - A basic Icon component and Material Design icon svg paths, code-split by path.
26
- - [@slimr/router](https://www.npmjs.com/package/@slimr/router) - A novel React-web router that supports stack routing
27
- - [@slimr/styled](https://www.npmjs.com/package/@slimr/styled) - css-in-js features inspired by the popular styled-components and Chakra-UI libs
28
- - [@slimr/swr](https://www.npmjs.com/package/@slimr/swr) - A React hook for fetching data that supports stale-while-refresh eager rendering
29
- - [@slimr/util](https://www.npmjs.com/package/@slimr/util) - Framework agnostic Javascript polyfills
19
+ `@slimr` is a set of slim React (hence '@slimr') libs. Check them all out on [github](https://github.com/bdombro/slimr)!
30
20
 
31
21
  ## Setup/Install
32
22
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slimr/styled",
3
- "version": "2.1.41",
3
+ "version": "2.1.42",
4
4
  "author": "Brian Dombrowski",
5
5
  "license": "ISC",
6
6
  "private": false,
@@ -41,7 +41,7 @@
41
41
  "react-dom": "*"
42
42
  },
43
43
  "dependencies": {
44
- "@slimr/css": "^2.1.35",
45
- "@slimr/util": "^3.2.36"
44
+ "@slimr/css": "^2.1.36",
45
+ "@slimr/util": "^3.2.38"
46
46
  }
47
47
  }