@slimr/styled 2.1.13 → 2.1.14

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.
package/README.md CHANGED
@@ -1,9 +1,7 @@
1
- # @slimr/styled [![npm package](https://img.shields.io/npm/v/@slimr/styled.svg?style=flat-square)](https://npmjs.org/package/@slimr/styled)
1
+ # @slimr/styled
2
2
 
3
3
  A tiny (~2kb) React css-in-js library inspired by chakra-ui, emotion, and styled-components libs
4
4
 
5
- Demos: See `./examples/css-and-styled` or [CodeSandbox](https://codesandbox.io/s/64r9px?file=/src/App.tsx)
6
-
7
5
  Pros:
8
6
 
9
7
  - Much less bundle size and runtime sluggishness
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slimr/styled",
3
- "version": "2.1.13",
3
+ "version": "2.1.14",
4
4
  "author": "Brian Dombrowski",
5
5
  "license": "ISC",
6
6
  "private": false,
@@ -40,7 +40,7 @@
40
40
  "react-dom": "^16.8 || ^17 || ^18"
41
41
  },
42
42
  "dependencies": {
43
- "@slimr/css": "^2.1.10",
44
- "@slimr/util": "2.2.6"
43
+ "@slimr/css": "2.1.11",
44
+ "@slimr/util": "2.2.7"
45
45
  }
46
46
  }
package/tsconfig.json CHANGED
@@ -1,4 +1,4 @@
1
1
  {
2
2
  "extends": "../../tsconfig.json",
3
- "include": ["./src"]
3
+ "include": ["src", "index.stories.tsx"]
4
4
  }