Skip to content

Commit

Permalink
amends #75, #73, #31
Browse files Browse the repository at this point in the history
  • Loading branch information
francisrupert committed Jan 11, 2018
1 parent ed038e4 commit 613de25
Show file tree
Hide file tree
Showing 27 changed files with 22 additions and 907 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "pcp-design",
"version": "2.1.0",
"version": "2.1.1",
"description": "",
"main": "index.js",
"scripts": {
Expand Down
24 changes: 0 additions & 24 deletions src/_PATTERN.content-tabs-swap.html

This file was deleted.

6 changes: 3 additions & 3 deletions src/component_stepped-tabs.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ <h1>Component: Stepped Tabs</h1>
<div class="fsa-grid__1/1 fsa-grid__1/2@m">
<h2 class="pcp-prototype-title">As seen on</h2>
<ul>
<li><a href="workflow_discovery.html">Daily Process > Price Discovery</a></li>
<li><a href="workflow_discovery__complete.html">Daily Process > Price Discovery</a> (currently on Adjustments)</li>
<li><a href="workflow_discovery.html">Daily Process > Discovery</a></li>
<li><a href="workflow_discovery__complete.html">Daily Process > Discovery</a> (currently on Adjustments)</li>
<li><a href="workflow_closing.html">Daily Process > Closing</a></li>
<li><a href="workflow_mapping.html">Daily Process > Adjustments</a></li>
<li><a href="workflow_review.html">Daily Process > Review</a></li>
Expand Down Expand Up @@ -74,7 +74,7 @@ <h3 class="fsa-font--sans">Adjustments (on step 4 of 6)</h3>

{% include: 'includes/pcp-stepped-tabs__mapping.html' %}

<h3 class="fsa-font--sans">Adjustments <em>in progress</em>, but currently viewing <em>completed</em> Price Discovery</h3>
<h3 class="fsa-font--sans">Adjustments <em>in progress</em>, but currently viewing <em>completed</em> Discovery</h3>

{% include: 'includes/pcp-stepped-tabs__discovery--at-adjustments.html' %}

Expand Down
2 changes: 1 addition & 1 deletion src/includes/growl_reopen-confirmed.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@
<h2 class="fsa-growl__title">Re-opened</h2>
</div>
<div class="fsa-growl__bd">
<p><strong>Price Discovery</strong> re-opened.</p>
<p><strong>Discovery</strong> re-opened.</p>
</div>
</div>
2 changes: 1 addition & 1 deletion src/includes/growl_reopen-discovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<h2 class="fsa-growl__title">Are you sure?</h2>
</div>
<div class="fsa-growl__bd">
<p>Re-opening Price Discovery will <strong>reset any work</strong> completed in future steps.</p>
<p>Re-opening Discovery will <strong>reset any work</strong> completed in future steps.</p>
<p>
<input class="fsa-checkbox" id="yes-reopen" type="checkbox" name="yes-reopen" value="yes" data-behavior="confirm-reopen" data-target="unique-id-loremipemino">
<label for="yes-reopen">I understand</label>
Expand Down
12 changes: 6 additions & 6 deletions src/includes/pcp-info-bar.html
Original file line number Diff line number Diff line change
@@ -1,16 +1,16 @@
<div class="pcp-info-bar">
<div class="pcp-info-bar__bd">
<div class="pcp-info-bar__item">
<strong>EFFECTIVE DATE</strong>
<time datetime="2017-08-28">Monday, August 28, 2017</time>
<strong id="info-bar__effective-date">EFFECTIVE DATE</strong>
<time datetime="2017-08-28" aria-labelledby="info-bar__effective-date">Monday, August 28, 2017</time>
</div>
<div class="pcp-info-bar__item">
<strong>ORGANIZER</strong>
Carol Brady
<strong id="info-bar__organizer">ORGANIZER</strong>
<span aria-labelledby="info-bar__organizer">Carol Brady</span>
</div>
<div class="pcp-info-bar__item">
<strong>APPROVER</strong>
Mike Brady
<strong id="info-bar__approver">APPROVER</strong>
<span aria-labelledby="info-bar__approver">Mike Brady</span>
</div>
<div class="pcp-info-bar__item pcp-info-bar__item--truncate">
<strong>NOTES</strong>
Expand Down
2 changes: 1 addition & 1 deletion src/includes/pcp-stepped-tabs__closing.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<a class="pcp-stepped-tabs__label pcp-stepped-tabs__label--complete HINT" href="workflow_discovery.html" title="Complete">
{% include: 'includes/icon.html' @NAME:'checkmark' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</a>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<a class="pcp-stepped-tabs__label pcp-stepped-tabs__label--complete pcp-stepped-tabs__label--active HINT" href="workflow_discovery__complete.html" title="Complete">
{% include: 'includes/icon.html' @NAME:'checkmark' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</a>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
2 changes: 1 addition & 1 deletion src/includes/pcp-stepped-tabs__discovery.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<a class="pcp-stepped-tabs__label pcp-stepped-tabs__label--active" href="workflow_discovery.html" title="In Progress">
{% include: 'includes/icon.html' @NAME:'contrast' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</a>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
2 changes: 1 addition & 1 deletion src/includes/pcp-stepped-tabs__init.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<span class="pcp-stepped-tabs__label pcp-stepped-tabs__label--incomplete" title="Not Started" title="Not Started">
{% include: 'includes/icon.html' @NAME:'radio-unchecked' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</span>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
2 changes: 1 addition & 1 deletion src/includes/pcp-stepped-tabs__mapping.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<a class="pcp-stepped-tabs__label pcp-stepped-tabs__label--complete HINT" href="workflow_discovery__complete.html" title="Complete">
{% include: 'includes/icon.html' @NAME:'checkmark' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</a>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
2 changes: 1 addition & 1 deletion src/includes/pcp-stepped-tabs__publish.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<a class="pcp-stepped-tabs__label pcp-stepped-tabs__label--complete HINT" href="workflow_discovery.html" title="Complete">
{% include: 'includes/icon.html' @NAME:'checkmark' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</a>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
2 changes: 1 addition & 1 deletion src/includes/pcp-stepped-tabs__review.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li class="pcp-stepped-tabs__item">
<a class="pcp-stepped-tabs__label pcp-stepped-tabs__label--complete HINT" href="workflow_discovery.html" title="Complete">
{% include: 'includes/icon.html' @NAME:'checkmark' @SIZE:' ' @CLASS:'pcp-stepped-tabs__icon' %}
<span class="pcp-stepped-tabs__text">Price Discovery</span>
<span class="pcp-stepped-tabs__text">Discovery</span>
</a>
</li>
<li class="pcp-stepped-tabs__item">
Expand Down
6 changes: 3 additions & 3 deletions src/includes/prototype-list.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ <h2 class="pcp-prototype-title">Pages</h2>
<li class="pcp-prototype-listing__u"><a href="home.html">Home</a></li>
<li class="pcp-prototype-listing__u"><a href="home.html?success=true">Home, Publish Complete</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow.html">Initialize new Daily Process</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_discovery.html">Price Discovery</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_discovery__limited.html">Price Discovery - Limited</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_discovery__complete.html">Price Discovery - Complete</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_discovery.html">Discovery</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_discovery__limited.html">Discovery - Limited</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_discovery__complete.html">Discovery - Complete</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_closing.html">Closing</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_mapping.html">Adjustments</a></li>
<li class="pcp-prototype-listing__u"><a href="workflow_mapping__empty-state-panel.html">Adjustments - Empty State Panel</a></li>
Expand Down
100 changes: 0 additions & 100 deletions src/stylesheets/components/_pcp.brand.scss

This file was deleted.

25 changes: 0 additions & 25 deletions src/stylesheets/components/_pcp.card.scss

This file was deleted.

69 changes: 0 additions & 69 deletions src/stylesheets/components/_pcp.disclaimer.scss

This file was deleted.

17 changes: 0 additions & 17 deletions src/stylesheets/components/_pcp.footer-TEMP.scss

This file was deleted.

Loading

0 comments on commit 613de25

Please sign in to comment.