@vulcanjs/react-ui 0.5.4-alpha.3 → 0.5.4-alpha.4

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.
@@ -1 +1 @@
1
- {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/bootstrap/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,YAAY,CAAC;AAsFnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;CA6CtB,CAAC;AAYF,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"Dropdown.d.ts","sourceRoot":"","sources":["../../../components/bootstrap/Dropdown.tsx"],"names":[],"mappings":"AAEA,OAAO,SAAS,MAAM,YAAY,CAAC;AAqFnC,QAAA,MAAM,iBAAiB;;;;;;;;;;;;;;;;;;;;CA6CtB,CAAC;AAYF,eAAe,iBAAiB,CAAC"}
package/dist/index.js CHANGED
@@ -12012,9 +12012,8 @@ var TooltipTrigger = /* @__PURE__ */ __name(({ children, trigger }) => {
12012
12012
  init_esm_shims();
12013
12013
  var import_prop_types6 = __toESM(require_prop_types(), 1);
12014
12014
  import React33 from "react";
12015
- import Dropdown from "react-bootstrap/Dropdown";
12016
- import DropdownItem from "react-bootstrap/DropdownItem";
12017
- import DropdownButton from "react-bootstrap/DropdownButton";
12015
+ import { Dropdown, DropdownButton } from "react-bootstrap";
12016
+ import DropdownItem from "react-bootstrap/esm/DropdownItem";
12018
12017
  function _extends20() {
12019
12018
  _extends20 = Object.assign || function(target) {
12020
12019
  for (var i = 1; i < arguments.length; i++) {
@@ -15753,7 +15752,7 @@ var defaultDatatableComponents = {
15753
15752
  init_esm_shims();
15754
15753
  var import_prop_types10 = __toESM(require_prop_types(), 1);
15755
15754
  import React62 from "react";
15756
- import Modal from "react-bootstrap/Modal";
15755
+ import { Modal } from "react-bootstrap";
15757
15756
  function _extends37() {
15758
15757
  _extends37 = Object.assign || function(target) {
15759
15758
  for (var i = 1; i < arguments.length; i++) {