catchup-library-web 2.4.0 → 2.4.1

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
@@ -4004,7 +4004,7 @@ var InputGroup = ({
4004
4004
  {
4005
4005
  src: value ? "/icons/checkbox.webp" : "/icons/checkbox-empty.webp",
4006
4006
  alt: "checkbox",
4007
- size: "xsmall",
4007
+ size: "small",
4008
4008
  onClick: () => {
4009
4009
  }
4010
4010
  }
package/dist/index.mjs CHANGED
@@ -3773,7 +3773,7 @@ var InputGroup = ({
3773
3773
  {
3774
3774
  src: value ? "/icons/checkbox.webp" : "/icons/checkbox-empty.webp",
3775
3775
  alt: "checkbox",
3776
- size: "xsmall",
3776
+ size: "small",
3777
3777
  onClick: () => {
3778
3778
  }
3779
3779
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "catchup-library-web",
3
- "version": "2.4.0",
3
+ "version": "2.4.1",
4
4
  "description": "",
5
5
  "main": "dist/index.js",
6
6
  "scripts": {
@@ -248,7 +248,7 @@ const InputGroup = ({
248
248
  <BaseImage
249
249
  src={value ? "/icons/checkbox.webp" : "/icons/checkbox-empty.webp"}
250
250
  alt="checkbox"
251
- size="xsmall"
251
+ size="small"
252
252
  onClick={() => {}}
253
253
  />
254
254
  <p className="">{title}</p>