@cerebruminc/cerebellum 16.4.0-beta.dangerous.4f8d448 → 16.4.0
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/lib/cjs/index.cjs +0 -4
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/index.js +0 -2
- package/lib/esm/index.js.map +1 -1
- package/lib/types/src/components/Icons/index.d.ts +1 -3
- package/lib/types/src/index.d.ts +1 -1
- package/package.json +1 -1
- package/lib/cjs/Bill.cjs +0 -19
- package/lib/cjs/Bill.cjs.map +0 -1
- package/lib/cjs/Checklist.cjs +0 -19
- package/lib/cjs/Checklist.cjs.map +0 -1
- package/lib/esm/Bill.js +0 -17
- package/lib/esm/Bill.js.map +0 -1
- package/lib/esm/Checklist.js +0 -17
- package/lib/esm/Checklist.js.map +0 -1
- package/lib/types/src/components/Icons/Bill.d.ts +0 -2
- package/lib/types/src/components/Icons/Checklist.d.ts +0 -2
package/lib/esm/index.js
CHANGED
|
@@ -188,7 +188,6 @@ export { Attachment } from './Attachment.js';
|
|
|
188
188
|
export { BackCircle } from './BackCircle.js';
|
|
189
189
|
export { BackgroundCheck } from './BackgroundCheck.js';
|
|
190
190
|
export { BellOutline } from './BellOutline.js';
|
|
191
|
-
export { Bill } from './Bill.js';
|
|
192
191
|
export { Calendar } from './Calendar.js';
|
|
193
192
|
export { Camera } from './Camera.js';
|
|
194
193
|
export { Car } from './Car.js';
|
|
@@ -201,7 +200,6 @@ export { Check } from './Check.js';
|
|
|
201
200
|
export { CheckboxEmpty } from './CheckboxEmpty.js';
|
|
202
201
|
export { CheckboxFull } from './CheckboxFull.js';
|
|
203
202
|
export { CheckedOff } from './CheckedOff.js';
|
|
204
|
-
export { Checklist } from './Checklist.js';
|
|
205
203
|
export { CheckmarkCircle } from './CheckmarkCircle.js';
|
|
206
204
|
export { Clear } from './Clear.js';
|
|
207
205
|
export { ClearSquare } from './ClearSquare.js';
|