sprint-asia-custom-component 0.1.66 → 0.1.67

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
@@ -360,7 +360,7 @@
360
360
  ${type == "dropdown" && "text-primary500 border-primary500 bg-primary50"}
361
361
  ${type == "warning" && "text-warning800 border-warning800 bg-warning50"}
362
362
  ${type == "danger" && "text-danger800 border-danger800 bg-danger50"}
363
- ' rounded-full text-xs border-2 flex items-center px-3.5`
363
+ ' rounded-full text-xs border-2 flex items-center justify-center px-3.5`
364
364
  }, /*#__PURE__*/React__default["default"].createElement("div", {
365
365
  className: "flex items-center justify-center"
366
366
  }, /*#__PURE__*/React__default["default"].createElement("p", {
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.66",
4
+ "version": "0.1.67",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -14,7 +14,7 @@ const Chip = ({
14
14
  ${type == "dropdown" && "text-primary500 border-primary500 bg-primary50"}
15
15
  ${type == "warning" && "text-warning800 border-warning800 bg-warning50"}
16
16
  ${type == "danger" && "text-danger800 border-danger800 bg-danger50"}
17
- ' rounded-full text-xs border-2 flex items-center px-3.5`}>
17
+ ' rounded-full text-xs border-2 flex items-center justify-center px-3.5`}>
18
18
 
19
19
  <div className='flex items-center justify-center'>
20
20
  <p className='py-1 text-center'>{title}</p>