@servicetitan/docs-uikit 27.2.1 → 27.3.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.
@@ -62,6 +62,7 @@ const App = () => {
62
62
  | :---------------- | :---------------------------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------- |
63
63
  | `authAdapter` | <code>string &#124; Function</code> | (optional) authentication scheme ([see below](#auth-adapter)). Defaults to **Bearer** authentication. |
64
64
  | `authURL` | `string` | (optional) authentication endpoint for protected resources. Value is only optional for **Token** authentication. It is required for **Bearer** authentication. |
65
+ | `axiosInstance` | `AxiosInstance` | (optional) Axios instance which will be used for authenticated requests. Defaults to the global Axios
65
66
  | `baseURL` | `string` | base URL of protected resources |
66
67
  | `component` | `React.ComponentType` | component to wrap |
67
68
  | `extraHeaders` | `Record<string, any>` | (optional) extra headers to add to requests |
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@servicetitan/docs-uikit",
3
- "version": "27.2.1",
3
+ "version": "27.3.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": "0d9d923ebf34a808f42ad215f4538ef5920f5689"
19
+ "gitHead": "692cebef0a151c37135dabd851dbe50de7b99ea6"
20
20
  }