File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
ui/utilities/text/flavors/section-title Expand file tree Collapse file tree 4 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Salesforce Lightning Design System
2
2
3
- [ ![ Build Status] ( https://travis-ci.com /salesforce-ux/design-system-internal .svg?token=BMXxPFKR5GZuYsqAFsEf& branch=spring-16 )] ( https://travis-ci.com /salesforce-ux/design-system-internal )
3
+ [ ![ Build Status] ( https://travis-ci.org /salesforce-ux/design-system.svg?branch=master )] ( https://travis-ci.org /salesforce-ux/design-system )
4
4
5
5
Welcome to the [ Salesforce Lightning Design System] ( https://www.lightningdesignsystem.com ) brought to you by [ Salesforce UX] ( https://twitter.com/salesforceux ) .
6
6
Original file line number Diff line number Diff line change @@ -28,6 +28,7 @@ export default {
28
28
{ type : 'heroku-static-starter' , url : 'https://github.com/salesforce-ux/demo_slds_heroku' }
29
29
] ,
30
30
unmanagedPackageUrls : [
31
+ { version : '1.0.0' , url : 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000kZwH' } ,
31
32
{ version : '0.12.0' , url : 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000Tji5' } ,
32
33
{ version : '0.11.0' , url : 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000T0UT' } ,
33
34
{ version : '0.10.1' , url : 'https://login.salesforce.com/packaging/installPackage.apexp?p0=04t61000000ShId' } ,
Original file line number Diff line number Diff line change @@ -221,7 +221,7 @@ bower install salesforce-lightning-design-system --save
221
221
222
222
< h2 className = "site-text-heading--large" id = "archives" > Archives</ h2 >
223
223
< ul className = { pf ( 'list--dotted' ) } >
224
- < li > < CTALink href = "http://design-system-v-0-12-1 .herokuapp.com/" eventType = "SLDS-Archives" > Version 0.12.1 </ CTALink > </ li >
224
+ < li > < CTALink href = "http://design-system-v-0-12-2 .herokuapp.com/" eventType = "SLDS-Archives" > Version 0.12.2 </ CTALink > </ li >
225
225
</ ul >
226
226
227
227
</ PageBody >
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ let SectionTitle = props =>
39
39
</ div > ;
40
40
41
41
let SectionTitleAction = props =>
42
- < h3 href = "#void" className = { className ( pf ( 'section__title-action' ) , props . children ) } >
42
+ < h3 href = "#void" className = { className ( pf ( 'section__title-action' ) , props . className ) } >
43
43
< button className = { pf ( 'button button--icon-container' ) } >
44
44
< SvgIcon className = { pf ( 'button__icon' ) } sprite = "utility" symbol = "switch" />
45
45
</ button >
You can’t perform that action at this time.
0 commit comments