@secondstaxorg/sscomp 1.6.82 → 1.6.83

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.6.82",
3
+ "version": "1.6.83",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -36,4 +36,5 @@ export interface SelectorProps {
36
36
  * Division in the list to segment different groups of options
37
37
  */
38
38
  sectionTitle?: string;
39
+ required?: boolean;
39
40
  }