@hubspot/ui-extensions 0.9.1 → 0.9.2

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +1 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1164,7 +1164,7 @@ export interface DateInputProps extends BaseDateInputForDate {
1164
1164
  */
1165
1165
  format?: 'YYYY-MM-DD' | 'L' | 'LL' | 'll' | 'short' | 'long' | 'medium' | 'standard';
1166
1166
  /**
1167
- * Sets the timezone that the component will user to calculate valid dates.
1167
+ * Sets the timezone that the component will use to calculate valid dates.
1168
1168
  *
1169
1169
  * @defaultValue `"userTz"`
1170
1170
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hubspot/ui-extensions",
3
- "version": "0.9.1",
3
+ "version": "0.9.2",
4
4
  "description": "",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
@@ -66,5 +66,5 @@
66
66
  "ts-jest": "^29.1.1",
67
67
  "typescript": "5.0.4"
68
68
  },
69
- "gitHead": "c26a19d3df9eaef76a109947dfda71a9cc72451c"
69
+ "gitHead": "931c7cf7cc3f87a54909e67a0a7df74e4eee2c3b"
70
70
  }