Skip to content

Commit

Permalink
1.0.0-10
Browse files Browse the repository at this point in the history
  • Loading branch information
devowhippit committed Jul 13, 2020
1 parent 960f249 commit e2c825c
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion dist/demo/demo.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<main class="container mx-auto">
<h1>1.0.0-9</h1>
<h1>1.0.0-10</h1>
<h2>Layouts</h2>
<div>Layout Demo</div>
</main>
Expand Down
2 changes: 1 addition & 1 deletion dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<main class="container mx-auto">
<h1>1.0.0-9</h1>
<h1>1.0.0-10</h1>
<h2>Home</h2>
<h1 id="nyco-patterns-framework">NYCO Patterns Framework</h1>
<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>
Expand Down
2 changes: 1 addition & 1 deletion dist/toggle.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<body>
<main class="container mx-auto">
<h1>1.0.0-9</h1>
<h1>1.0.0-10</h1>
<h2>Toggle</h2>
<h1 id="toggle">Toggle</h1>
<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>
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@nycopportunity/patterns-framework",
"nice": "NYCO Patterns Framework",
"version": "1.0.0-9",
"version": "1.0.0-10",
"description": "Front-end utilities from the Mayor's Office for Economic Opportunity",
"author": "NYC Opportunity<[email protected]>",
"license": "GPL-3.0+",
Expand Down
2 changes: 1 addition & 1 deletion src/config/_tokens.scss
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ $tokens:(
speed: 0.75s,
timing-function: cubic-bezier(0.23, 1, 0.32, 1)
),
version: "1.0.0-9"
version: "1.0.0-10"
);

0 comments on commit e2c825c

Please sign in to comment.