adata-ui 0.1.78 → 0.1.79
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/adata-ui.common.js +2 -0
- package/dist/adata-ui.common.js.map +1 -1
- package/dist/adata-ui.umd.js +2 -0
- package/dist/adata-ui.umd.js.map +1 -1
- package/dist/adata-ui.umd.min.js +1 -1
- package/dist/adata-ui.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/Loader/Loader.stories.js +2 -2
- package/src/components/index.js +2 -0
package/dist/adata-ui.common.js
CHANGED
|
@@ -12470,6 +12470,7 @@ var ATable_component = normalizeComponent(
|
|
|
12470
12470
|
|
|
12471
12471
|
|
|
12472
12472
|
|
|
12473
|
+
|
|
12473
12474
|
var Components = {
|
|
12474
12475
|
ACheckbox: ACheckbox,
|
|
12475
12476
|
AButton: AButton,
|
|
@@ -12482,6 +12483,7 @@ var Components = {
|
|
|
12482
12483
|
ASearchTextField: SearchTextField,
|
|
12483
12484
|
AMailTo: MailTo,
|
|
12484
12485
|
ATable: ATable,
|
|
12486
|
+
ALoader: Loader,
|
|
12485
12487
|
ACheckboxMenu: CheckboxMenu
|
|
12486
12488
|
};
|
|
12487
12489
|
Object.keys(Components).forEach(function (name) {
|