@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.
- package/lib/cjs/AddressInput-BwC_Fa3a.js.map +1 -1
- package/lib/cjs/InlineDatePicker-DFv_uHo9.js.map +1 -1
- package/lib/cjs/{InlineDescriptiveDropdown-BLC78YOL.js → InlineDescriptiveDropdown-BaBs9GC1.js} +2 -2
- package/lib/cjs/{InlineDescriptiveDropdown-BLC78YOL.js.map → InlineDescriptiveDropdown-BaBs9GC1.js.map} +1 -1
- package/lib/cjs/InlineDescriptiveDropdown.cjs +1 -1
- package/lib/cjs/index.cjs +1 -1
- package/lib/cjs/index.cjs.map +1 -1
- package/lib/esm/AddressInput-OGU58AzF.js.map +1 -1
- package/lib/esm/InlineDatePicker-ClVBWEzW.js.map +1 -1
- package/lib/esm/{InlineDescriptiveDropdown-DrkAZ12b.js → InlineDescriptiveDropdown-Dr3tXxF5.js} +2 -2
- package/lib/esm/{InlineDescriptiveDropdown-DrkAZ12b.js.map → InlineDescriptiveDropdown-Dr3tXxF5.js.map} +1 -1
- package/lib/esm/InlineDescriptiveDropdown.js +1 -1
- package/lib/esm/index.js +1 -1
- package/lib/esm/index.js.map +1 -1
- package/package.json +1 -1
package/lib/cjs/{InlineDescriptiveDropdown-BLC78YOL.js → InlineDescriptiveDropdown-BaBs9GC1.js}
RENAMED
|
@@ -27,7 +27,7 @@ var InlineDescriptiveDropdown = function (_a) {
|
|
|
27
27
|
var menuWidth = (themeOverride === null || themeOverride === void 0 ? void 0 : themeOverride.menuWidth) || 397;
|
|
28
28
|
var menuWidthMax = menuWidth > 700 ? 700 : menuWidth;
|
|
29
29
|
var confirmedMaxMenuHeight = maxMenuHeight && maxMenuHeight < 150 ? 150 : maxMenuHeight;
|
|
30
|
-
var confirmedMenuWidth = menuWidthMax
|
|
30
|
+
var confirmedMenuWidth = menuWidthMax < 180 ? 180 : menuWidthMax;
|
|
31
31
|
var radioType = switchType === SwitchTypeEnum.SwitchTypeEnum.Radio;
|
|
32
32
|
var confirmedStayOpen = stayOpen !== undefined ? stayOpen : !radioType;
|
|
33
33
|
var linkText = (taglessArray === null || taglessArray === void 0 ? void 0 : taglessArray.length) > 0 ? taglessArray === null || taglessArray === void 0 ? void 0 : taglessArray.join(", ") : buttonText;
|
|
@@ -86,4 +86,4 @@ var InlineDescriptiveDropdown = function (_a) {
|
|
|
86
86
|
};
|
|
87
87
|
|
|
88
88
|
exports.InlineDescriptiveDropdown = InlineDescriptiveDropdown;
|
|
89
|
-
//# sourceMappingURL=InlineDescriptiveDropdown-
|
|
89
|
+
//# sourceMappingURL=InlineDescriptiveDropdown-BaBs9GC1.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"InlineDescriptiveDropdown-
|
|
1
|
+
{"version":3,"file":"InlineDescriptiveDropdown-BaBs9GC1.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
var InlineDescriptiveDropdown = require('./InlineDescriptiveDropdown-
|
|
3
|
+
var InlineDescriptiveDropdown = require('./InlineDescriptiveDropdown-BaBs9GC1.js');
|
|
4
4
|
require('./_tslib-ByDtMVOd.js');
|
|
5
5
|
require('react/jsx-runtime');
|
|
6
6
|
require('react');
|
package/lib/cjs/index.cjs
CHANGED
|
@@ -133,7 +133,7 @@ var AddMenu = require('./AddMenu-Dg_u2cnf.js');
|
|
|
133
133
|
var ColorPicker = require('./ColorPicker-V2Bv8d9A.js');
|
|
134
134
|
var ColorDotDropdown = require('./ColorDotDropdown-DaAbxcMF.js');
|
|
135
135
|
var IconSwitcher = require('./IconSwitcher-BZNt5l8W.js');
|
|
136
|
-
var InlineDescriptiveDropdown = require('./InlineDescriptiveDropdown-
|
|
136
|
+
var InlineDescriptiveDropdown = require('./InlineDescriptiveDropdown-BaBs9GC1.js');
|
|
137
137
|
var StatusDropdown = require('./StatusDropdown-ki_sGs2E.js');
|
|
138
138
|
var GlobalStyle = require('./GlobalStyle.cjs');
|
|
139
139
|
var LayoutSidebar = require('./LayoutSidebar.cjs');
|