foundry-component-library 0.0.1 → 0.0.2

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/lib/index.ts +2 -0
  2. package/package.json +1 -1
package/lib/index.ts CHANGED
@@ -6,6 +6,7 @@ import CaseTop from "./components/case/Top";
6
6
  import CaseOther from "./components/case/Other";
7
7
  import CasesItems from "./components/cases/Items";
8
8
  import CasesTop from "./components/cases/Top";
9
+ import CasesPagination from "./components/cases/Pagination";
9
10
  import CaseStudyTeaser from "./components/CaseStudyTeaser";
10
11
  import Accounts from "./components/contact/Accounts";
11
12
  import Contacts from "./components/contact/Contacts";
@@ -47,6 +48,7 @@ export {
47
48
  CaseOther,
48
49
  CasesItems,
49
50
  CasesTop,
51
+ CasesPagination,
50
52
  CaseStudyTeaser,
51
53
  Accounts,
52
54
  Contacts,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "foundry-component-library",
3
- "version": "0.0.1",
3
+ "version": "0.0.2",
4
4
  "type": "module",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",