@kashifd/jwero-components 0.7.91 → 0.7.92
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/src/index.d.ts
CHANGED
|
@@ -17,6 +17,7 @@ export { default as JweroPopper } from './components/JweroPopper';
|
|
|
17
17
|
export { default as JweroRadio } from './components/JweroRadio';
|
|
18
18
|
export { default as JweroSidebar } from './components/JweroSidebar';
|
|
19
19
|
export { default as JweroBreadcrumbs } from './components/JweroBreadcrumbs';
|
|
20
|
+
export { default as JweroAlert } from './components/jwero_alert';
|
|
20
21
|
export { default as JweroTypography } from './components/JweroTypography';
|
|
21
22
|
export { default as JweroDataTable } from './components/jwero_data_table';
|
|
22
23
|
export { default as JweroTable } from './components/jwero_data_table/components/JweroTable';
|
|
@@ -30,7 +31,7 @@ export { default as JweroVerticalTabs } from './components/jwero_verticaltabs';
|
|
|
30
31
|
export { default as JweroActionsButton } from './components/jwero_actions_button';
|
|
31
32
|
export { default as JweroEmptyState } from './components/jwero_empty_state';
|
|
32
33
|
export { default as JweroTaskCard } from './components/jwero_task_card';
|
|
33
|
-
export { default as JweroAlerts } from './components/
|
|
34
|
+
export { default as JweroAlerts } from './components/jwero_alert';
|
|
34
35
|
export { default as JweroAccordion } from './components/JweroAccordian';
|
|
35
36
|
export { default as JweroOrderCard } from './components/jwero_order_card';
|
|
36
37
|
export { default as JweroCharts } from './components/jwero_charts';
|
package/package.json
CHANGED
|
File without changes
|