sprint-asia-custom-component 0.1.138 → 0.1.139

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/dist/index.js CHANGED
@@ -26848,7 +26848,7 @@
26848
26848
  className: "rounded-md shadow-sm"
26849
26849
  }, /*#__PURE__*/React__default["default"].createElement("button", {
26850
26850
  type: "button",
26851
- className: "flex items-center w-60 py-2.5 text-left px-4 bg-neutral20 border-neutral50 font-normal text-sm text-neutral300 rounded-md border focus:outline-none",
26851
+ className: "flex items-center w-full py-2.5 text-left px-4 bg-neutral20 border-neutral50 font-normal text-sm text-neutral300 rounded-md border focus:outline-none",
26852
26852
  onClick: handleToggleFilterCheckboxDropdown
26853
26853
  }, /*#__PURE__*/React__default["default"].createElement("span", {
26854
26854
  className: "flex-grow"
@@ -26861,7 +26861,7 @@
26861
26861
  size: 16,
26862
26862
  className: "text-neutral300"
26863
26863
  }))))), isOpen && /*#__PURE__*/React__default["default"].createElement("div", {
26864
- className: "z-10 origin-top-right absolute left-0 mt-2 w-60 rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none",
26864
+ className: "z-10 origin-top-right absolute left-0 mt-2 w-full rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none",
26865
26865
  role: "menu",
26866
26866
  "aria-orientation": "vertical",
26867
26867
  "aria-labelledby": "options-menu"
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "sprint-asia-custom-component",
3
3
  "main": "dist/index.js",
4
- "version": "0.1.138",
4
+ "version": "0.1.139",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -57,7 +57,7 @@ const FilterCheckboxDropdown = ({
57
57
  <span className='rounded-md shadow-sm'>
58
58
  <button
59
59
  type='button'
60
- className="flex items-center w-60 py-2.5 text-left px-4 bg-neutral20 border-neutral50 font-normal text-sm text-neutral300 rounded-md border focus:outline-none"
60
+ className="flex items-center w-full py-2.5 text-left px-4 bg-neutral20 border-neutral50 font-normal text-sm text-neutral300 rounded-md border focus:outline-none"
61
61
  onClick={handleToggleFilterCheckboxDropdown}
62
62
  >
63
63
  <span className='flex-grow'>{buttonText}</span>
@@ -70,7 +70,7 @@ const FilterCheckboxDropdown = ({
70
70
 
71
71
  {isOpen && (
72
72
  <div
73
- className='z-10 origin-top-right absolute left-0 mt-2 w-60 rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none'
73
+ className='z-10 origin-top-right absolute left-0 mt-2 w-full rounded-md shadow-md bg-white ring-1 ring-black ring-opacity-5 focus:outline-none'
74
74
  role='menu'
75
75
  aria-orientation='vertical'
76
76
  aria-labelledby='options-menu'