|
124 | 124 | "validate",
|
125 | 125 | "test"
|
126 | 126 | ],
|
127 |
| - "components": { |
128 |
| - "bread-crumb": "Breadcrumbs", |
129 |
| - "button": "Buttons", |
130 |
| - "button-stateful": "Stateful Buttons", |
131 |
| - "button-group": "Button Groups", |
132 |
| - "card": "Cards", |
133 |
| - "forms/checkbox": "Checkbox", |
134 |
| - "context-bar": "ContextBar", |
135 |
| - "data-table": "Data Tables", |
136 |
| - "date-picker": "DatePickers", |
137 |
| - "icon": "Icons", |
138 |
| - "forms/input": "Input", |
139 |
| - "lookup": "Lookups", |
140 |
| - "menu-dropdown": "Dropdown Menus", |
141 |
| - "menu-picklist": "Picklist Menus", |
142 |
| - "modal": "Modals", |
143 |
| - "notification": "Notifications", |
144 |
| - "page-header": "Page Headers", |
145 |
| - "popover-tooltip": "Popover Tooltips", |
146 |
| - "time-picker": "Timepickers" |
147 |
| - } |
| 127 | + "components": [ |
| 128 | + { |
| 129 | + "component": "bread-crumb", |
| 130 | + "display-name": "Breadcrumbs", |
| 131 | + "SLDS-component-path": "/components/breadcrumbs" |
| 132 | + }, |
| 133 | + { |
| 134 | + "component": "button", |
| 135 | + "display-name": "Buttons", |
| 136 | + "SLDS-component-path": "/components/buttons" |
| 137 | + }, |
| 138 | + { |
| 139 | + "component": "button-stateful", |
| 140 | + "display-name": "Stateful Buttons", |
| 141 | + "SLDS-component-path": "/components/buttons/#flavor-stateful" |
| 142 | + }, |
| 143 | + { |
| 144 | + "component": "button-group", |
| 145 | + "display-name": "Button Groups", |
| 146 | + "SLDS-component-path": "/components/button-groups" |
| 147 | + }, |
| 148 | + { |
| 149 | + "component": "card", |
| 150 | + "display-name": "Cards", |
| 151 | + "SLDS-component-path": "/components/cards" |
| 152 | + }, |
| 153 | + { |
| 154 | + "component": "forms/checkbox", |
| 155 | + "display-name": "Checkboxes", |
| 156 | + "SLDS-component-path": "/components/forms/#flavor-checkbox" |
| 157 | + }, |
| 158 | + { |
| 159 | + "component": "data-table", |
| 160 | + "display-name": "Data Tables", |
| 161 | + "SLDS-component-path": "/components/data-tables" |
| 162 | + }, |
| 163 | + { |
| 164 | + "component": "date-picker", |
| 165 | + "display-name": "Datepickers", |
| 166 | + "SLDS-component-path": "/components/datepickers" |
| 167 | + }, |
| 168 | + { |
| 169 | + "component": "icon", |
| 170 | + "display-name": "Icons", |
| 171 | + "SLDS-component-path": "/components/icons" |
| 172 | + }, |
| 173 | + { |
| 174 | + "component": "forms/input", |
| 175 | + "display-name": "Inputs", |
| 176 | + "SLDS-component-path": "/components/forms#flavor-input" |
| 177 | + }, |
| 178 | + { |
| 179 | + "component": "context-bar", |
| 180 | + "display-name": "Global Navigation Bar", |
| 181 | + "SLDS-component-path": "/components/global-navigation#flavor-navigation-bar" |
| 182 | + }, |
| 183 | + { |
| 184 | + "component": "lookup", |
| 185 | + "display-name": "Lookups", |
| 186 | + "SLDS-component-path": "/components/lookups" |
| 187 | + }, |
| 188 | + { |
| 189 | + "component": "menu-dropdown", |
| 190 | + "display-name": "Dropdown Menus", |
| 191 | + "SLDS-component-path": "/components/menus#flavor-dropdown" |
| 192 | + }, |
| 193 | + { |
| 194 | + "component": "menu-picklist", |
| 195 | + "display-name": "Picklist Menus", |
| 196 | + "SLDS-component-path": "/components/menus#flavor-picklist" |
| 197 | + }, |
| 198 | + { |
| 199 | + "component": "modal", |
| 200 | + "display-name": "Modals", |
| 201 | + "SLDS-component-path": "/components/modals" |
| 202 | + }, |
| 203 | + { |
| 204 | + "component": "notification", |
| 205 | + "display-name": "Notifications", |
| 206 | + "SLDS-component-path": "/components/notifications" |
| 207 | + }, |
| 208 | + { |
| 209 | + "component": "page-header", |
| 210 | + "display-name": "Page Headers", |
| 211 | + "SLDS-component-path": "/components/page-headers" |
| 212 | + }, |
| 213 | + { |
| 214 | + "component": "popover-tooltip", |
| 215 | + "display-name": "Popover Tooltips", |
| 216 | + "SLDS-component-path": "/components/popovers#flavor-tooltips" |
| 217 | + }, |
| 218 | + { |
| 219 | + "component": "time-picker", |
| 220 | + "display-name": "Timepickers", |
| 221 | + "SLDS-component-path": "/components/datepickers" |
| 222 | + } |
| 223 | + ] |
148 | 224 | }
|
0 commit comments