Skip to content
This repository has been archived by the owner on Jun 18, 2024. It is now read-only.

Commit

Permalink
Add compiled bits for 1.0.0 release.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jahnp committed Aug 30, 2015
1 parent 6b9389a commit eca049a
Show file tree
Hide file tree
Showing 336 changed files with 27,040 additions and 9,222 deletions.
3 changes: 2 additions & 1 deletion dist/components/Breadcrumb/Breadcrumb.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
* Fabric 0.10.3
* Fabric 1.0.0
* The front-end framework for building experiences for Office 365.
**/
.ms-Breadcrumb {
Expand Down
4 changes: 3 additions & 1 deletion dist/components/Breadcrumb/Breadcrumb.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->

<div class="ms-Breadcrumb">
<span class="ms-Breadcrumb-currentLarge">Working files</span>
<a href="#" class="ms-Breadcrumb-parent">OneDrive @ Contoso</a>
<span class="ms-Breadcrumb-current">Working files</span>
</div>
</div>
2 changes: 2 additions & 0 deletions dist/components/Breadcrumb/Breadcrumb.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Office UI Fabric
// --------------------------------------------------
Expand Down
1 change: 1 addition & 0 deletions dist/components/Breadcrumb/Breadcrumb.min.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

42 changes: 7 additions & 35 deletions dist/components/Button/Button.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/* Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. */
/**
* Fabric 0.10.3
* Fabric 1.0.0
* The front-end framework for building experiences for Office 365.
**/
.ms-Button {
Expand Down Expand Up @@ -284,16 +285,6 @@
top: 3%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--thumbsDown:before {
top: 2%;
left: -1%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--thumbsUp:before {
top: 4%;
left: 2%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--ellipsis:before {
top: 2%;
left: -12%;
Expand All @@ -320,10 +311,6 @@
left: 6%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--office:before {
left: -4%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--caretUpLeft:before {
top: 5%;
left: 5%;
Expand All @@ -342,19 +329,6 @@
left: 4%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--apps:before {
left: -3%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--officeStore:before {
left: 3%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--dynamicsCrm:before {
top: -7%;
left: -5%;
}

.ms-Button.ms-Button--hero .ms-Button-icon .ms-Icon.ms-Icon--note:before {
top: 2%;
left: -3%;
Expand Down Expand Up @@ -847,25 +821,23 @@
.ms-Button.ms-Button--command {
background-color: transparent;
border: none;
height: 30px;
line-height: 30px;
height: 32px;
line-height: 32px;
min-width: 0;
padding: 0 10px;
padding: 0 8px;
text-align: left;
font-size: 14px;
}

.ms-Button.ms-Button--command .ms-Button-icon {
color: #666666;
display: inline-block;
font-size: 12px;
margin-right: 5px;
margin-right: 4px;
position: relative;
top: -1px;
}

.ms-Button.ms-Button--command .ms-Button-label {
font-family: 'Segoe UI Regular WestEuropean', 'Segoe UI', 'Segoe WP', Tahoma, Arial, sans-serif;
font-size: 12px;
}

.ms-Button.ms-Button--command:hover .ms-Button-icon,
Expand Down
2 changes: 2 additions & 0 deletions dist/components/Button/Button.html
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->

<button class="ms-Button">
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--plus"></i></span>
<span class="ms-Button-label">Create account</span>
Expand Down
14 changes: 7 additions & 7 deletions dist/components/Button/Button.less
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
// Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information.

//
// Office UI Fabric
// --------------------------------------------------
Expand Down Expand Up @@ -268,24 +270,22 @@
.ms-Button.ms-Button--command {
background-color: transparent;
border: none;
height: 30px;
line-height: 30px;
height: 32px;
line-height: 32px;
min-width: 0;
padding: 0 10px;
padding: 0 8px;
text-align: left;
font-size: @ms-font-size-m;

.ms-Button-icon {
color: @ms-color-neutralSecondary;
display: inline-block;
font-size: @ms-font-size-s;
margin-right: 5px;
margin-right: 4px;
position: relative;
top: -1px;
}

.ms-Button-label {
font-family: @ms-font-family-regular;
font-size: @ms-font-size-s;
}

&:hover,
Expand Down
3 changes: 2 additions & 1 deletion dist/components/Button/Button.min.css

Large diffs are not rendered by default.

20 changes: 0 additions & 20 deletions dist/components/Callout/Callout.ActionIcon.html

This file was deleted.

12 changes: 7 additions & 5 deletions dist/components/Callout/Callout.ActionText.html
Original file line number Diff line number Diff line change
@@ -1,19 +1,21 @@
<div class="ms-Callout">
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->

<div class="ms-Callout ms-Callout--actionText ms-Callout--arrowLeft">
<div class="ms-Callout-main">
<div class="ms-Callout-header ms-Callout-header--s ms-bg-color-officeAccent5">
<div class="ms-Callout-header">
<p class="ms-Callout-title">All of your favorite people</p>
</div>
<div class="ms-Callout-inner">
<div class="ms-Callout-content">
<p class="ms-Callout-subText ms-Callout-subText--s">People automatically puts together all of the people you care most about in one place.</p>
</div>
<div class="ms-Callout-actions ms-Callout-actions--border">
<div class="ms-Callout-actions">
<button class="ms-Callout-action ms-Button ms-Button--command">
<span class="ms-Callout-actionText ms-Button-icon"><i class="ms-Icon ms-Icon--check"></i></span>
<span class="ms-Callout-actionText ms-Button-label">Save</span>
<span class="ms-Button-label">Save</span>
</button>
<button class="ms-Callout-action ms-Button ms-Button--command">
<span class="ms-Callout-actionText ms-Button-icon"><i class="ms-Icon ms-Icon--x"></i></span>
<span class="ms-Button-icon"><i class="ms-Icon ms-Icon--x"></i></span>
<span class="ms-Callout-actionText ms-Button-label">Cancel</span>
</button>
</div>
Expand Down
18 changes: 0 additions & 18 deletions dist/components/Callout/Callout.Birthday.html

This file was deleted.

8 changes: 5 additions & 3 deletions dist/components/Callout/Callout.Close.html
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
<div class="ms-Callout">
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->

<div class="ms-Callout ms-Callout--close ms-Callout--arrowLeft">
<div class="ms-Callout-main">
<div class="ms-Callout-header">
<p class="ms-Callout-title">All of your favorite people</p>
Expand All @@ -8,10 +10,10 @@
</button>
<div class="ms-Callout-inner">
<div class="ms-Callout-content">
<p class="ms-Callout-subText ms-Callout-subText--s">Message body is optional. If help documentation is available, consider adding a link to learn more at the bottom.</p>
<p class="ms-Callout-subText">Message body is optional. If help documentation is available, consider adding a link to learn more at the bottom.</p>
</div>
<div class="ms-Callout-actions">
<a href="#" class="ms-Callout-link ms-Link">Learn more</a>
<a href="#" class="ms-Callout-link ms-Link ms-Link--hero">Learn more</a>
</div>
</div>
</div>
Expand Down
15 changes: 0 additions & 15 deletions dist/components/Callout/Callout.Default.html

This file was deleted.

8 changes: 5 additions & 3 deletions dist/components/Callout/Callout.Oobe.html
Original file line number Diff line number Diff line change
@@ -1,11 +1,13 @@
<div class="ms-Callout">
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->

<div class="ms-Callout ms-Callout--OOBE ms-Callout--arrowLeft">
<div class="ms-Callout-main">
<div class="ms-Callout-header ms-Callout-header--l ms-bg-color-themePrimary">
<div class="ms-Callout-header">
<p class="ms-Callout-title">All of your favorite people</p>
</div>
<div class="ms-Callout-inner">
<div class="ms-Callout-content">
<p class="ms-Callout-subText ms-Callout-subText--m">People automatically puts together all of the people you care most about in one place.</p>
<p class="ms-Callout-subText">People automatically puts together all of the people you care most about in one place.</p>
</div>
<div class="ms-Callout-actions">
<button class="ms-Callout-button ms-Button ms-Button--primary">
Expand Down
17 changes: 17 additions & 0 deletions dist/components/Callout/Callout.Peek.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!-- Copyright (c) Microsoft. All rights reserved. Licensed under the MIT license. See LICENSE in the project root for license information. -->

<div class="ms-Callout ms-Callout--peek ms-Callout--arrowLeft">
<div class="ms-Callout-main">
<div class="ms-Callout-header">
<p class="ms-Callout-title">Uploaded 2 items to <span class="ms-Link">Alton's OneDrive</span></p>
</div>
<div class="ms-Callout-inner">
<div class="ms-Callout-actions">
<button class="ms-Callout-button ms-Button">
<span class="ms-Button-label">More</span>
<span class="ms-Button-description">Description of the action this button takes</span>
</button>
</div>
</div>
</div>
</div>
Loading

0 comments on commit eca049a

Please sign in to comment.