@djcali570/component-lib 0.1.7 → 0.1.9

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/dist/index.js +2 -1
  2. package/package.json +1 -1
package/dist/index.js CHANGED
@@ -8,4 +8,5 @@ import Chart5 from "./Chart5.svelte";
8
8
  import AdminPanel5 from "./AdminPanel5.svelte";
9
9
  import BottomSheet5 from "./BottomSheet5.svelte";
10
10
  import Dialog5 from "./Dialog5.svelte";
11
- export { DatePicker5, Input5, DropDown5, TimePicker5, Accordion5, Chart5, AdminPanel5, BottomSheet5, Dialog5 };
11
+ import Checkbox5 from "./Checkbox5.svelte";
12
+ export { DatePicker5, Input5, DropDown5, TimePicker5, Accordion5, Chart5, AdminPanel5, BottomSheet5, Dialog5, Checkbox5 };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@djcali570/component-lib",
3
- "version": "0.1.7",
3
+ "version": "0.1.9",
4
4
  "files": [
5
5
  "dist",
6
6
  "!dist/**/*.test.*",