@vulcanjs/react-ui 0.5.4-alpha.10 → 0.5.4-alpha.13
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.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +8 -8
package/dist/index.js
CHANGED
@@ -12014,7 +12014,6 @@ init_esm_shims();
|
|
12014
12014
|
var import_prop_types6 = __toESM(require_prop_types(), 1);
|
12015
12015
|
import React33 from "react";
|
12016
12016
|
import { Dropdown, DropdownButton } from "react-bootstrap";
|
12017
|
-
import DropdownItem from "react-bootstrap/esm/DropdownItem.js";
|
12018
12017
|
function _extends20() {
|
12019
12018
|
_extends20 = Object.assign || function(target) {
|
12020
12019
|
for (var i = 1; i < arguments.length; i++) {
|
@@ -12030,6 +12029,7 @@ function _extends20() {
|
|
12030
12029
|
return _extends20.apply(this, arguments);
|
12031
12030
|
}
|
12032
12031
|
__name(_extends20, "_extends");
|
12032
|
+
var DropdownItem = Dropdown.Item;
|
12033
12033
|
var Item = /* @__PURE__ */ __name((_a) => {
|
12034
12034
|
var _b = _a, {
|
12035
12035
|
index: index2,
|