@secondstaxorg/sscomp 2.0.76 → 2.0.77

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": "2.0.76",
3
+ "version": "2.0.77",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -54,4 +54,8 @@ export interface DateRangePickerProps {
54
54
  monthsOfYear?: string[];
55
55
  placeholder?: string;
56
56
  };
57
+ /**
58
+ * Specify the z index value if the calendar is not properly overlaying other elements in your UI
59
+ */
60
+ zIndex?: number;
57
61
  }