meticulous-ui 1.0.7 → 1.0.8

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
@@ -41,6 +41,7 @@ export default App;
41
41
  | Component | Description |
42
42
  | -------------- | ------------------------------------- |
43
43
  | `Pagination` | Fully responsive pagination component |
44
+ | `Ripple` | A concentric circles visual animation |
44
45
  | `ChevronLeft` | Left navigation icon |
45
46
  | `ChevronRight` | Right navigation icon |
46
47
 
package/dist/index.js CHANGED
@@ -1,9 +1,11 @@
1
- import { default as t } from "./components/Pagination/Pagination.js";
2
- import { default as r } from "./components/Icons/ChevronLeft/ChevronLeft.js";
3
- import { default as n } from "./components/Icons/ChevronRight/ChevronRight.js";
1
+ import { default as r } from "./components/Pagination/Pagination.js";
2
+ import { default as a } from "./colors/index.js";
3
+ import { default as l } from "./components/Icons/ChevronLeft/ChevronLeft.js";
4
+ import { default as d } from "./components/Icons/ChevronRight/ChevronRight.js";
4
5
  export {
5
- r as ChevronLeft,
6
- n as ChevronRight,
7
- t as Pagination
6
+ l as ChevronLeft,
7
+ d as ChevronRight,
8
+ r as Pagination,
9
+ a as colors
8
10
  };
9
11
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;"}
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "meticulous-ui",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "files": [
@@ -19,6 +19,10 @@
19
19
  "icons",
20
20
  "components",
21
21
  "pagination",
22
+ "colors",
23
+ "shades",
24
+ "ripple",
25
+ "utils",
22
26
  "meticulous-ui"
23
27
  ],
24
28
  "scripts": {