Skip to content

Commit 1af5688

Browse files
Clean up for release
Build Server commit: Update release notes, commit inline icons (if needed), site component documentation (if needed). Remove patch.md or minor.md
1 parent 27c8216 commit 1af5688

File tree

3 files changed

+16
-199
lines changed

3 files changed

+16
-199
lines changed

components/component-docs.json

Lines changed: 0 additions & 149 deletions
Original file line numberDiff line numberDiff line change
@@ -10009,155 +10009,6 @@
1000910009
}
1001010010
]
1001110011
},
10012-
"map": {
10013-
"description": "A map component is used to find a location",
10014-
"methods": [
10015-
{
10016-
"name": "getId",
10017-
"docblock": "Get the Map's HTML id. Generate a new one if no ID present.",
10018-
"modifiers": [],
10019-
"params": [],
10020-
"returns": null,
10021-
"description": "Get the Map's HTML id. Generate a new one if no ID present."
10022-
},
10023-
{
10024-
"name": "handleClick",
10025-
"docblock": "Handles clicking of a location",
10026-
"modifiers": [],
10027-
"params": [
10028-
{
10029-
"name": "event"
10030-
},
10031-
{
10032-
"name": "i"
10033-
}
10034-
],
10035-
"returns": null,
10036-
"description": "Handles clicking of a location"
10037-
}
10038-
],
10039-
"props": {
10040-
"className": {
10041-
"type": {
10042-
"name": "union",
10043-
"value": [
10044-
{
10045-
"name": "array"
10046-
},
10047-
{
10048-
"name": "object"
10049-
},
10050-
{
10051-
"name": "string"
10052-
}
10053-
]
10054-
},
10055-
"required": false,
10056-
"description": "CSS class names to be added with `slds-map` class. `array`, `object`, or `string` are accepted."
10057-
},
10058-
"classNameContainer": {
10059-
"type": {
10060-
"name": "union",
10061-
"value": [
10062-
{
10063-
"name": "array"
10064-
},
10065-
{
10066-
"name": "object"
10067-
},
10068-
{
10069-
"name": "string"
10070-
}
10071-
]
10072-
},
10073-
"required": false,
10074-
"description": "CSS class names to be added to the container element. `array`, `object`, or `string` are accepted."
10075-
},
10076-
"id": {
10077-
"type": {
10078-
"name": "string"
10079-
},
10080-
"required": false,
10081-
"description": "HTML id for component."
10082-
},
10083-
"labels": {
10084-
"type": {
10085-
"name": "shape",
10086-
"value": {
10087-
"title": {
10088-
"name": "string",
10089-
"required": false
10090-
}
10091-
}
10092-
},
10093-
"required": false,
10094-
"description": "Labels\n * `title` - Title for the Map component."
10095-
},
10096-
"locations": {
10097-
"type": {
10098-
"name": "arrayOf",
10099-
"value": {
10100-
"name": "shape",
10101-
"value": {
10102-
"id": {
10103-
"name": "string",
10104-
"required": true
10105-
},
10106-
"name": {
10107-
"name": "string",
10108-
"required": true
10109-
},
10110-
"address": {
10111-
"name": "string",
10112-
"required": true
10113-
}
10114-
}
10115-
}
10116-
},
10117-
"required": true,
10118-
"description": "Array of locations objects for the Map component.**\nEach location object can contain:\n * `id` : A unique identifier string for the location\n * `name` : Name of the location\n * `address` : Address of the location"
10119-
},
10120-
"onClickLocation": {
10121-
"type": {
10122-
"name": "func"
10123-
},
10124-
"required": false,
10125-
"description": "Callback function triggered when a location is selected"
10126-
},
10127-
"googleAPIKey": {
10128-
"type": {
10129-
"name": "string"
10130-
},
10131-
"required": true,
10132-
"description": "Accepts a Google Map API Key that will be used for showing the map"
10133-
},
10134-
"selection": {
10135-
"type": {
10136-
"name": "shape",
10137-
"value": {
10138-
"id": {
10139-
"name": "string",
10140-
"required": true
10141-
},
10142-
"name": {
10143-
"name": "string",
10144-
"required": true
10145-
},
10146-
"address": {
10147-
"name": "string",
10148-
"required": true
10149-
}
10150-
}
10151-
},
10152-
"required": false,
10153-
"description": "Accepts location object that will be selected to shown on load\n * `id` : A unique identifier string for the location\n * `name` : Name of the location\n * `address` : Address of the location"
10154-
}
10155-
},
10156-
"route": "map",
10157-
"display-name": "Map",
10158-
"SLDS-component-path": "/components/map",
10159-
"dependencies": []
10160-
},
1016110012
"media-object": {
1016210013
"description": "When you need text and a figure next to each other, use a media object.",
1016310014
"methods": [],

package-lock.json

Lines changed: 16 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

patch.md

Lines changed: 0 additions & 44 deletions
This file was deleted.

0 commit comments

Comments
 (0)