sprint-asia-custom-component 0.1.141 → 0.1.142

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
@@ -154,7 +154,7 @@
154
154
  isIconVisible = false,
155
155
  icon = null,
156
156
  positionIcon = "left",
157
- //left, right
157
+ //left, right // Position
158
158
  onClick = () => {}
159
159
  }) => {
160
160
  const [isPressed, setIsPressed] = React.useState(false);
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.141",
4
+ "version": "0.1.142",
5
5
  "private": false,
6
6
  "dependencies": {
7
7
  "@headlessui/react": "^1.7.18",
@@ -7,7 +7,7 @@ const PrimaryButton = ({
7
7
  size = "large",
8
8
  isIconVisible = false,
9
9
  icon = null,
10
- positionIcon = "left", //left, right
10
+ positionIcon = "left", //left, right // Position
11
11
  onClick = () => {}
12
12
  }) => {
13
13
  const [isPressed, setIsPressed] = useState(false);