diff --git a/documentation/guides/migrating-from-v8-to-v9.md b/documentation/guides/migrating-from-v8-to-v9.md index ad7633c3402..d84664efc7d 100644 --- a/documentation/guides/migrating-from-v8-to-v9.md +++ b/documentation/guides/migrating-from-v8-to-v9.md @@ -114,6 +114,16 @@ To help you quickly add these functions and mixins back to your repo, we've crea A list of functions/mixins and their value equivalents or new token values. +#### `available-names()` + +Use `console.log()` to get the function output and hard code the value you need. + +Otherwise, you can copy the function definition and use it locally. + +| Deprecated Function | Source | +| ------------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------- | +| `available-names()` | [definition](https://github.com/Shopify/polaris-react/blob/b443d114d447df15d9e72914c8ca5058439a175e/documentation/guides/legacy-polaris-v8-public-api.scss#L354-L386) | + #### `border()` | Function | Replacement Value/Token |