meticulous-ui 1.0.12 → 1.0.13

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 +1 -1
package/README.md CHANGED
@@ -33,7 +33,7 @@ function App() {
33
33
  return (
34
34
  <div>
35
35
  <h2>{capFirstLetter('example with pagination')}</h2> // returns: Example with pagination
36
- <Ripple rippleColor={shades['m50']}>
36
+ <Ripple rippleColor={blue.m50}>
37
37
  <ChevronLeft size={10} color={blue.m400} onClick={setPrevPage} />
38
38
  </Ripple>
39
39
  <Pagination totalPages={10} pageNumber={pageNumber} setPageNumber={setPageNumber} />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.0.12",
3
+ "version": "1.0.13",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "repository": {