@weni/unnnic-system 1.1.99 → 1.1.100
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/unnnic.common.js +4 -0
- package/dist/unnnic.common.js.map +1 -1
- package/dist/unnnic.umd.js +4 -0
- package/dist/unnnic.umd.js.map +1 -1
- package/dist/unnnic.umd.min.js +1 -1
- package/dist/unnnic.umd.min.js.map +1 -1
- package/package.json +1 -1
- package/src/components/index.js +3 -0
- package/src/stories/Alert.stories.js +5 -4
package/dist/unnnic.common.js
CHANGED
|
@@ -6819,6 +6819,7 @@ __webpack_require__.d(__webpack_exports__, "unnnicModal", function() { return /*
|
|
|
6819
6819
|
__webpack_require__.d(__webpack_exports__, "unnnicModalUpload", function() { return /* reexport */ unnnicModalUpload; });
|
|
6820
6820
|
__webpack_require__.d(__webpack_exports__, "unnnicSelect", function() { return /* reexport */ unnnicSelect; });
|
|
6821
6821
|
__webpack_require__.d(__webpack_exports__, "unnnicSelectItem", function() { return /* reexport */ unnnicSelectItem; });
|
|
6822
|
+
__webpack_require__.d(__webpack_exports__, "unnnicAlert", function() { return /* reexport */ unnnicAlert; });
|
|
6822
6823
|
__webpack_require__.d(__webpack_exports__, "unnnicCallAlert", function() { return /* reexport */ unnnicCallAlert; });
|
|
6823
6824
|
__webpack_require__.d(__webpack_exports__, "unnnicCallModal", function() { return /* reexport */ unnnicCallModal; });
|
|
6824
6825
|
__webpack_require__.d(__webpack_exports__, "unnnicAutocomplete", function() { return /* reexport */ unnnicAutocomplete; });
|
|
@@ -15984,6 +15985,7 @@ var Pagination_component = normalizeComponent(
|
|
|
15984
15985
|
|
|
15985
15986
|
|
|
15986
15987
|
|
|
15988
|
+
|
|
15987
15989
|
|
|
15988
15990
|
|
|
15989
15991
|
var components = {
|
|
@@ -16012,6 +16014,7 @@ var components = {
|
|
|
16012
16014
|
unnnicModalUpload: ModalUpload,
|
|
16013
16015
|
unnnicSelect: Select,
|
|
16014
16016
|
unnnicSelectItem: SelectItem,
|
|
16017
|
+
unnnicAlert: Alert,
|
|
16015
16018
|
unnnicAutocomplete: Autocomplete,
|
|
16016
16019
|
unnnicTag: Tag,
|
|
16017
16020
|
unnnicAccordion: Accordion,
|
|
@@ -16059,6 +16062,7 @@ var unnnicModal = Modal;
|
|
|
16059
16062
|
var unnnicModalUpload = ModalUpload;
|
|
16060
16063
|
var unnnicSelect = Select;
|
|
16061
16064
|
var unnnicSelectItem = SelectItem;
|
|
16065
|
+
var unnnicAlert = Alert;
|
|
16062
16066
|
var unnnicCallAlert = call.callAlert;
|
|
16063
16067
|
var unnnicCallModal = call.callModal;
|
|
16064
16068
|
var unnnicAutocomplete = Autocomplete;
|