Skip to content

Commit 148a263

Browse files
committed
1.0.0-13
1 parent baf576e commit 148a263

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

dist/demo/demo.html

Lines changed: 1 addition & 1 deletion
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-12</h1>
14+
<h1>1.0.0-13</h1>
1515
<h2>Layouts</h2>
1616
<div>Layout Demo</div>
1717
</main>

dist/index.html

Lines changed: 1 addition & 1 deletion
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-12</h1>
14+
<h1>1.0.0-13</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>

dist/toggle.html

Lines changed: 1 addition & 1 deletion
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-12</h1>
14+
<h1>1.0.0-13</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>

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-12",
4+
"version": "1.0.0-13",
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-12"
9+
version: "1.0.0-13"
1010
);

0 commit comments

Comments
 (0)