Skip to content

Commit ae8775d

Browse files
committed
1.0.0-8
1 parent 956c310 commit ae8775d

6 files changed

Lines changed: 6 additions & 9 deletions

File tree

dist/demo/demo.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,10 @@
1111

1212
<body>
1313
<main class="container mx-auto">
14-
<h1>1.0.0-7</h1>
14+
<h1>1.0.0-8</h1>
1515
<h2>Layouts</h2>
1616
<div>Layout Demo</div>
1717
</main>
18-
<script src="/reload/reload.js"></script>
1918
</body>
2019

2120
</html>

dist/index.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>
1313
<main class="container mx-auto">
14-
<h1>1.0.0-7</h1>
14+
<h1>1.0.0-8</h1>
1515
<h2>Home</h2>
1616
<h1 id="nyco-patterns-framework">NYCO Patterns Framework</h1>
1717
<p>Front-end stack, CLI, and cross-utility library for design systems. Created by NYC Opportunity for <a href="https://nycopatterns.cityofnewyork.us">NYCO Patterns</a>, <a href="https://accesspatterns.cityofnewyork.us">ACCESS NYC Patterns</a>, and Growing Up/Generation NYC Patterns.</p>
@@ -386,7 +386,6 @@ <h2 id="documentation">Documentation</h2>
386386
<a href="http://nyc.gov/opportunity">The Mayor’s Office for Economic Opportunity</a> (NYC Opportunity) is committed to sharing open source software that we use in our products. Feel free to ask questions and share feedback. <strong>Interested in contributing?</strong> See our open positions on <a href="http://buildwithnyc.github.io/">buildwithnyc.github.io</a>. Follow our team on <a href="https://github.com/orgs/CityOfNewYork/teams/nycopportunity">Github</a> (if you are part of the <a href="https://github.com/CityOfNewYork/">@cityofnewyork</a> organization) or <a href="https://github.com/search?q=nycopportunity">browse our work on Github</a>.
387387
</p>
388388
</main>
389-
<script src="/reload/reload.js"></script>
390389
</body>
391390

392391
</html>

dist/toggle.html

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212
<body>
1313
<main class="container mx-auto">
14-
<h1>1.0.0-7</h1>
14+
<h1>1.0.0-8</h1>
1515
<h2>Toggle</h2>
1616
<h1 id="toggle">Toggle</h1>
1717
<p>The Toggle utility uses JavaScript to expand and collapse elements based on user interaction. This will toggle dynamic aria attributes as well as dynamic classes on both the toggling element and target of the toggle. The class “hidden” will be toggled on the target element and the class “active” will be toggled on the toggling element and target element. The target is selected using the static <code>aria-controls</code> attribute by its <code>id</code>.</p>
@@ -219,7 +219,6 @@ <h2 id="demo">Demo</h2>
219219
<div aria-hidden="false" class="bg-color-blue-light p-4 text-center active" id="toggle-target">Targeted toggle element</div>
220220
</p> &lt;button aria-controls=&quot;toggle-target&quot; aria-expanded=&quot;true&quot; class=&quot;btn btn-primary mb-3&quot; data-js=&quot;toggle&quot; type=&quot;button&quot;&gt;Toggle&lt;/button&gt; &lt;div aria-hidden=&quot;false&quot; class=&quot;bg-color-blue-light p-4 text-center active&quot; id=&quot;toggle-target&quot;&gt;Targeted toggle element&lt;/div&gt;
221221
</main>
222-
<script src="/reload/reload.js"></script>
223222
</body>
224223

225224
</html>

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@nycopportunity/patterns-framework",
33
"nice": "NYCO Patterns Framework",
4-
"version": "1.0.0-7",
4+
"version": "1.0.0-8",
55
"description": "Front-end utilities from the Mayor's Office for Economic Opportunity",
66
"author": "NYC Opportunity<products@nycopportunity.nyc.gov>",
77
"license": "GPL-3.0+",

src/config/_tokens.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ $tokens:(
66
speed: 0.75s,
77
timing-function: cubic-bezier(0.23, 1, 0.32, 1)
88
),
9-
version: "1.0.0-7"
9+
version: "1.0.0-8"
1010
);

0 commit comments

Comments
 (0)