@kashifd/jwero-components 0.6.26 → 0.6.28
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/dist/index.d.ts +1 -0
- package/dist/index.es.js +7176 -7009
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +90 -90
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -38,3 +38,4 @@ export { default as JweroToggleButton } from './components/JweroToggleButton.tsx
|
|
|
38
38
|
export { default as JweroNoteEditor } from './components/jwero_note_editor/index.tsx';
|
|
39
39
|
export { default as JweroNoteCard } from './components/jwero_note_card/index.tsx';
|
|
40
40
|
export { default as JweroProductCard } from './components/jwero_product_card/index.tsx';
|
|
41
|
+
export { default as JweroPlanExpiry } from './components/jwero_plan_expiry/index.tsx';
|