@kashifd/jwero-components 0.5.99 → 0.6.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/dist/index.d.ts +1 -1
- package/dist/index.es.js +2 -2
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +1 -1
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -35,4 +35,4 @@ export { default as JweroAccordion } from './components/JweroAccordian.tsx';
|
|
|
35
35
|
export { default as JweroOrderCard } from './components/jwero_order_card/index.tsx';
|
|
36
36
|
export { default as JweroCharts } from './components/jwero_charts/index.tsx';
|
|
37
37
|
export { default as JweroToggleButton } from './components/JweroToggleButton.tsx';
|
|
38
|
-
export { default as
|
|
38
|
+
export { default as JweroNoteEditor } from './components/jwero_note_editor/index.tsx';
|
package/dist/index.es.js
CHANGED
|
@@ -59684,6 +59684,7 @@ export {
|
|
|
59684
59684
|
mW as JweroDrawer,
|
|
59685
59685
|
yW as JweroEmptyState,
|
|
59686
59686
|
A0 as JweroMenu,
|
|
59687
|
+
TW as JweroNoteEditor,
|
|
59687
59688
|
CW as JweroOrderCard,
|
|
59688
59689
|
Eh as JweroPopper,
|
|
59689
59690
|
fi as JweroPrimaryButton,
|
|
@@ -59700,7 +59701,6 @@ export {
|
|
|
59700
59701
|
yt as JweroTypography,
|
|
59701
59702
|
xm as JweroUserAvatar,
|
|
59702
59703
|
bW as JweroVerticalTabs,
|
|
59703
|
-
cW as JweroViewOptions
|
|
59704
|
-
TW as NoteEditor
|
|
59704
|
+
cW as JweroViewOptions
|
|
59705
59705
|
};
|
|
59706
59706
|
//# sourceMappingURL=index.es.js.map
|