@vulcanjs/react-ui 0.5.4-alpha.4 → 0.5.4-alpha.7
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 +10 -10
package/dist/index.js
CHANGED
@@ -12013,7 +12013,7 @@ init_esm_shims();
|
|
12013
12013
|
var import_prop_types6 = __toESM(require_prop_types(), 1);
|
12014
12014
|
import React33 from "react";
|
12015
12015
|
import { Dropdown, DropdownButton } from "react-bootstrap";
|
12016
|
-
import DropdownItem from "react-bootstrap/esm/DropdownItem";
|
12016
|
+
import DropdownItem from "react-bootstrap/esm/DropdownItem.js";
|
12017
12017
|
function _extends20() {
|
12018
12018
|
_extends20 = Object.assign || function(target) {
|
12019
12019
|
for (var i = 1; i < arguments.length; i++) {
|