@servicetitan/docs-anvil-uikit-contrib 27.6.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.
- package/docs/time-zones.mdx +1 -1
- package/package.json +2 -2
package/docs/time-zones.mdx
CHANGED
|
@@ -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
|
-
##
|
|
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.
|
|
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": "
|
|
19
|
+
"gitHead": "27efae7a3654b22f8a7c563950522cda0b2ae078"
|
|
20
20
|
}
|