@secondstaxorg/sscomp 1.7.86 → 1.7.87

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@secondstaxorg/sscomp",
3
- "version": "1.7.86",
3
+ "version": "1.7.87",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -11,5 +11,8 @@ export interface statusProps {
11
11
  * How wide should the badge be
12
12
  */
13
13
  width?: number | string;
14
+ /**
15
+ * Specify if the badge should be large or small
16
+ */
14
17
  size?: 'sm' | 'lg';
15
18
  }