sprint-asia-custom-component 0.1.65 → 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/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.65",
4
+ "version": "0.1.67",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -14,9 +14,9 @@ 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
- <div className='flex items-center'>
19
+ <div className='flex items-center justify-center'>
20
20
  <p className='py-1 text-center'>{title}</p>
21
21
  {
22
22
  type == "dropdown" && <p className='text-md pl-2 cursor-pointer' onClick={onClick}>x</p>