@secondstaxorg/sscomp 2.0.26 → 2.0.27

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.26",
3
+ "version": "2.0.27",
4
4
  "publishConfig": {
5
5
  "registry": "https://registry.npmjs.org/"
6
6
  },
@@ -19,6 +19,10 @@ export interface AmountInputProps {
19
19
  * Boolean to specify whether the field is active or disabled
20
20
  */
21
21
  disabled?: boolean;
22
+ /**
23
+ * Set a currency and then lock the ability to change it
24
+ */
25
+ lockCurrency?: boolean;
22
26
  /**
23
27
  * Label of the field
24
28
  */