@slimr/styled 2.1.25 → 2.1.27

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 -1
  2. package/package.json +3 -3
package/README.md CHANGED
@@ -10,9 +10,9 @@ Features:
10
10
  - Much less bundle size and runtime sluggishness than others
11
11
  - Supports declaring css and styled components inside of Components for better code colocating
12
12
  - Zx/Css shorthand props like [chakra-ui](https://chakra-ui.com/docs/styled-system/style-props)
13
- - Will favor inline-style for performance reasons, if non-responsive and non-stateful.
14
13
  - Concise responsive CSS syntax Breakpoints shorthand similar to [chakra-ui](https://chakra-ui.com/docs/styled-system/responsive-styles)
15
14
  - Import pre-enhanced HTML Elements like `Div` or `A` for profit
15
+ - Experimental: Will favor inline-style for performance reasons, if basic.
16
16
 
17
17
  ## Context
18
18
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@slimr/styled",
3
- "version": "2.1.25",
3
+ "version": "2.1.27",
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.20",
44
- "@slimr/util": "3.2.20"
43
+ "@slimr/css": "2.1.21",
44
+ "@slimr/util": "3.2.21"
45
45
  }
46
46
  }