@cerebruminc/cerebellum 16.1.0-beta.dangerous.d3591c8 → 16.1.0-beta.dangerous.d828a0c

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.
@@ -25,7 +25,7 @@ var InlineDescriptiveDropdown = function (_a) {
25
25
  var menuWidth = (themeOverride === null || themeOverride === void 0 ? void 0 : themeOverride.menuWidth) || 397;
26
26
  var menuWidthMax = menuWidth > 700 ? 700 : menuWidth;
27
27
  var confirmedMaxMenuHeight = maxMenuHeight && maxMenuHeight < 150 ? 150 : maxMenuHeight;
28
- var confirmedMenuWidth = menuWidthMax && menuWidthMax < 180 ? 180 : menuWidthMax;
28
+ var confirmedMenuWidth = menuWidthMax < 180 ? 180 : menuWidthMax;
29
29
  var radioType = switchType === SwitchTypeEnum.Radio;
30
30
  var confirmedStayOpen = stayOpen !== undefined ? stayOpen : !radioType;
31
31
  var linkText = (taglessArray === null || taglessArray === void 0 ? void 0 : taglessArray.length) > 0 ? taglessArray === null || taglessArray === void 0 ? void 0 : taglessArray.join(", ") : buttonText;
@@ -84,4 +84,4 @@ var InlineDescriptiveDropdown = function (_a) {
84
84
  };
85
85
 
86
86
  export { InlineDescriptiveDropdown as I };
87
- //# sourceMappingURL=InlineDescriptiveDropdown-DrkAZ12b.js.map
87
+ //# sourceMappingURL=InlineDescriptiveDropdown-Dr3tXxF5.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"InlineDescriptiveDropdown-DrkAZ12b.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
1
+ {"version":3,"file":"InlineDescriptiveDropdown-Dr3tXxF5.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
@@ -1,4 +1,4 @@
1
- export { I as InlineDescriptiveDropdown } from './InlineDescriptiveDropdown-DrkAZ12b.js';
1
+ export { I as InlineDescriptiveDropdown } from './InlineDescriptiveDropdown-Dr3tXxF5.js';
2
2
  import './_tslib-CcAXazg4.js';
3
3
  import 'react/jsx-runtime';
4
4
  import 'react';
package/lib/esm/index.js CHANGED
@@ -136,7 +136,7 @@ export { A as AddMenu } from './AddMenu-JYAniP__.js';
136
136
  export { C as ColorPicker } from './ColorPicker-GpiQKQBz.js';
137
137
  export { C as ColorDotDropdown } from './ColorDotDropdown-BsWjlmKd.js';
138
138
  export { I as IconSwitcher } from './IconSwitcher-jtf-Jx0T.js';
139
- export { I as InlineDescriptiveDropdown } from './InlineDescriptiveDropdown-DrkAZ12b.js';
139
+ export { I as InlineDescriptiveDropdown } from './InlineDescriptiveDropdown-Dr3tXxF5.js';
140
140
  export { S as StatusDropdown } from './StatusDropdown-BZ6-fDUO.js';
141
141
  export { GlobalStyle } from './GlobalStyle.js';
142
142
  export { LayoutSidebar } from './LayoutSidebar.js';