@cedros/data-react 0.1.2 → 0.1.3

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.
@@ -1,3 +1,6 @@
1
+ @import "./docs-styles.css";
2
+ @import "./monetization-styles.css";
3
+
1
4
  .cedros-site__controls {
2
5
  margin-top: 1rem;
3
6
  display: grid;
@@ -414,5 +417,3 @@
414
417
  }
415
418
  }
416
419
 
417
- @import "./docs-styles.css";
418
- @import "./monetization-styles.css";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@cedros/data-react",
3
- "version": "0.1.2",
3
+ "version": "0.1.3",
4
4
  "description": "React components, page templates, and Next.js integration for cedros-data",
5
5
  "type": "module",
6
6
  "main": "./dist/react/index.js",