@weni/unnnic-system 2.0.4 → 2.0.5

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@weni/unnnic-system",
3
- "version": "2.0.4",
3
+ "version": "2.0.5",
4
4
  "type": "commonjs",
5
5
  "files": [
6
6
  "dist",
@@ -195,8 +195,8 @@ export const unnnicSelectItem = selectItem;
195
195
  // export const unnnicSelectListItem = selectListItem;
196
196
  export const unnnicMultiSelect = multiSelect;
197
197
  export const unnnicAlert = alert;
198
- export const unnnicCallAlert = callAlert;
199
- export const unnnicCallModal = callModal;
198
+ export const unnnicCallAlert = (props) => callAlert(props);
199
+ export const unnnicCallModal = (props) => callModal(props);
200
200
  // export const unnnicAutocomplete = autocomplete;
201
201
  // export const unnnicAutocompleteSelect = autocompleteSelect;
202
202
  export const unnnicTag = tag;