@bigcommerce/checkout-sdk 1.493.0 → 1.494.0

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.
@@ -10,6 +10,7 @@
10
10
  - [default](FormField.md#default)
11
11
  - [fieldType](FormField.md#fieldtype)
12
12
  - [id](FormField.md#id)
13
+ - [inputDateFormat](FormField.md#inputdateformat)
13
14
  - [itemtype](FormField.md#itemtype)
14
15
  - [label](FormField.md#label)
15
16
  - [max](FormField.md#max)
@@ -48,6 +49,12 @@ ___
48
49
 
49
50
  ___
50
51
 
52
+ ### inputDateFormat
53
+
54
+ • `Optional` **inputDateFormat**: `string`
55
+
56
+ ___
57
+
51
58
  ### itemtype
52
59
 
53
60
  • `Optional` **itemtype**: `string`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bigcommerce/checkout-sdk",
3
- "version": "1.493.0",
3
+ "version": "1.494.0",
4
4
  "description": "BigCommerce Checkout JavaScript SDK",
5
5
  "license": "MIT",
6
6
  "main": "dist/checkout-sdk.js",