@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 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 ? 'top' : _b;
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 ? 'top' : _b;
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))
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@agility/plenum-ui",
3
- "version": "1.0.5",
3
+ "version": "1.0.51",
4
4
  "description": "Components that are part of the Agility CMS design system.",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",