@servicetitan/docs-anvil-uikit-contrib 27.5.0 → 27.7.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.
@@ -18,7 +18,7 @@ AnvilSelect component with built-in customizable list of time zone options.
18
18
 
19
19
  <CodeDemo example={TimeZoneSelectDemo} srcPath="time-zones/src/demo/time-zone-select.tsx" />
20
20
 
21
- ## Extended Time Picker
21
+ ## Time Picker Extended
22
22
 
23
23
  Standard Anvil TimePicker with added options for displaying the time zone that's provided via TimeZoneProvider, and customizing options content.
24
24
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/docs-anvil-uikit-contrib",
3
- "version": "27.5.0",
3
+ "version": "27.7.0",
4
4
  "description": "",
5
5
  "repository": {
6
6
  "type": "git",
@@ -16,5 +16,5 @@
16
16
  "cli": {
17
17
  "webpack": false
18
18
  },
19
- "gitHead": "88d27ed8f8772c7ae7314b2d66076ff83598405c"
19
+ "gitHead": "27efae7a3654b22f8a7c563950522cda0b2ae078"
20
20
  }