@agility/plenum-ui 1.0.5 → 1.0.51
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/index.esm.js +1 -1
- package/lib/index.js +1 -1
- package/package.json +1 -1
package/lib/index.esm.js
CHANGED
|
@@ -7114,7 +7114,7 @@ var Combobox = function (_a) {
|
|
|
7114
7114
|
|
|
7115
7115
|
/** Comment */
|
|
7116
7116
|
var Dropdown = function (_a) {
|
|
7117
|
-
var items = _a.items, IconElement = _a.IconElement, label = _a.label, buttonClasses = _a.buttonClasses, _b = _a.position, position = _b === void 0 ? '
|
|
7117
|
+
var items = _a.items, IconElement = _a.IconElement, label = _a.label, buttonClasses = _a.buttonClasses, _b = _a.position, position = _b === void 0 ? 'bottom' : _b;
|
|
7118
7118
|
var buttonStyles = cn$1('self-end flex items-center z-10', buttonClasses, { 'text-gray-400 hover:text-gray-600 ': !buttonClasses });
|
|
7119
7119
|
var menuStyles = cn$1('origin-bottom-right absolute right-0 mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5', 'divide-y divide-gray-100 focus:outline-none z-20', { 'top-0': position === 'bottom' }, { 'bottom-0 bottom-8': position === 'top' });
|
|
7120
7120
|
if (!(items === null || items === void 0 ? void 0 : items.length))
|
package/lib/index.js
CHANGED
|
@@ -7140,7 +7140,7 @@ var Combobox = function (_a) {
|
|
|
7140
7140
|
|
|
7141
7141
|
/** Comment */
|
|
7142
7142
|
var Dropdown = function (_a) {
|
|
7143
|
-
var items = _a.items, IconElement = _a.IconElement, label = _a.label, buttonClasses = _a.buttonClasses, _b = _a.position, position = _b === void 0 ? '
|
|
7143
|
+
var items = _a.items, IconElement = _a.IconElement, label = _a.label, buttonClasses = _a.buttonClasses, _b = _a.position, position = _b === void 0 ? 'bottom' : _b;
|
|
7144
7144
|
var buttonStyles = cn$1('self-end flex items-center z-10', buttonClasses, { 'text-gray-400 hover:text-gray-600 ': !buttonClasses });
|
|
7145
7145
|
var menuStyles = cn$1('origin-bottom-right absolute right-0 mt-2 w-56 rounded-md shadow-lg bg-white ring-1 ring-black ring-opacity-5', 'divide-y divide-gray-100 focus:outline-none z-20', { 'top-0': position === 'bottom' }, { 'bottom-0 bottom-8': position === 'top' });
|
|
7146
7146
|
if (!(items === null || items === void 0 ? void 0 : items.length))
|