Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/StyleImport.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ type Config = {
_required_
config is a dictionary of configuration options for the style import.

When using the Mapbox Standard style with `id="basemap"`, use {@link StandardStyleConfig}
When using the Mapbox Standard style with `id="basemap"`, use `StandardStyleConfig`
keys for autocomplete. Arbitrary keys are also accepted for forward compatibility.

See https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style
Expand Down
2 changes: 1 addition & 1 deletion docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -8352,7 +8352,7 @@
]
},
"default": "none",
"description": "config is a dictionary of configuration options for the style import.\n\nWhen using the Mapbox Standard style with `id=\"basemap\"`, use {@link StandardStyleConfig}\nkeys for autocomplete. Arbitrary keys are also accepted for forward compatibility.\n\nSee https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style"
"description": "config is a dictionary of configuration options for the style import.\n\nWhen using the Mapbox Standard style with `id=\"basemap\"`, use `StandardStyleConfig`\nkeys for autocomplete. Arbitrary keys are also accepted for forward compatibility.\n\nSee https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style"
}
],
"fileNameWithExt": "StyleImport.tsx",
Expand Down
2 changes: 1 addition & 1 deletion src/components/StyleImport.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ type Props = {
/**
* config is a dictionary of configuration options for the style import.
*
* When using the Mapbox Standard style with `id="basemap"`, use {@link StandardStyleConfig}
* When using the Mapbox Standard style with `id="basemap"`, use `StandardStyleConfig`
* keys for autocomplete. Arbitrary keys are also accepted for forward compatibility.
*
* See https://github.com/mapbox/mapbox-maps-ios/blob/main/Sources/MapboxMaps/Documentation.docc/Migrate%20to%20v11.md#21-the-mapbox-standard-style
Expand Down
Loading