Skip to content

Commit

Permalink
Bump React. Regen dist
Browse files Browse the repository at this point in the history
  • Loading branch information
roblevintennis committed Mar 25, 2022
1 parent ff36d64 commit d608b17
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion agnostic-react/dist/esm/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion agnostic-react/dist/esm/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion agnostic-react/dist/umd/index.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion agnostic-react/dist/umd/index.js.map

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions agnostic-react/docs/asset-manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"2.b59bb7f4.iframe.bundle.js": "./2.b59bb7f4.iframe.bundle.js",
"3.8bb2173c.iframe.bundle.js": "./3.8bb2173c.iframe.bundle.js",
"main.css": "./static/css/main.7d0de948.chunk.css",
"main.js": "./main.eccf88d2.iframe.bundle.js",
"main.js": "./main.7d5c7657.iframe.bundle.js",
"main.css.map": "./static/css/main.7d0de948.chunk.css.map",
"runtime~main.js": "./runtime~main.5726ab1b.iframe.bundle.js",
"vendors~main.js": "./vendors~main.e1d09be4.iframe.bundle.js",
Expand All @@ -30,6 +30,6 @@
"runtime~main.5726ab1b.iframe.bundle.js",
"vendors~main.e1d09be4.iframe.bundle.js",
"static/css/main.7d0de948.chunk.css",
"main.eccf88d2.iframe.bundle.js"
"main.7d5c7657.iframe.bundle.js"
]
}
2 changes: 1 addition & 1 deletion agnostic-react/docs/iframe.html
Original file line number Diff line number Diff line change
Expand Up @@ -345,4 +345,4 @@



window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.5726ab1b.iframe.bundle.js"></script><script src="vendors~main.e1d09be4.iframe.bundle.js"></script><script src="main.eccf88d2.iframe.bundle.js"></script></body></html>
window['STORIES'] = [{"titlePrefix":"","directory":"./src","files":"**/*.stories.mdx","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.mdx)$"},{"titlePrefix":"","directory":"./src","files":"**/*.stories.@(js|jsx|ts|tsx)","importPathMatcher":"^\\.[\\\\/](?:src(?:\\/(?!\\.)(?:(?:(?!(?:^|\\/)\\.).)*?)\\/|\\/|$)(?!\\.)(?=.)[^/]*?\\.stories\\.(js|jsx|ts|tsx))$"}];</script><script src="runtime~main.5726ab1b.iframe.bundle.js"></script><script src="vendors~main.e1d09be4.iframe.bundle.js"></script><script src="main.7d5c7657.iframe.bundle.js"></script></body></html>

Large diffs are not rendered by default.

12 changes: 6 additions & 6 deletions agnostic-react/examples/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 agnostic-react/examples/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"@testing-library/jest-dom": "^5.11.4",
"@testing-library/react": "^11.1.0",
"@testing-library/user-event": "^12.1.10",
"agnostic-react": "file:../agnostic-react-0.1.19.tgz",
"agnostic-react": "file:../agnostic-react-0.1.20.tgz",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-scripts": "4.0.3",
Expand Down
14 changes: 7 additions & 7 deletions agnostic-react/examples/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -1341,7 +1341,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">closeOnClickOutside false</p>
<p class="mbs24 mbe14"><code>closeOnClickOutside</code> set to false</p>
<Menu
closeOnClickOutside={false}
id="mymenu2"
Expand All @@ -1357,7 +1357,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">closeOnSelect false</p>
<p class="mbs24 mbe14"><code>closeOnSelect</code> set to false</p>
<Menu
closeOnSelect={false}
id="mymenu3"
Expand All @@ -1373,7 +1373,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">closeOnSelect & closeOnClickOutside falsy</p>
<p class="mbs24 mbe14">Stays open on click outside or select with: <code>closeOnSelect</code> &amp; <code>closeOnClickOutside</code> set to false</p>
<Menu
closeOnSelect={false}
closeOnClickOutside={false}
Expand All @@ -1390,7 +1390,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">small</p>
<p class="mbs24 mbe14">small with: <code>size="small"</code></p>
<Menu
id="mymenu5"
size="small"
Expand All @@ -1406,7 +1406,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">large</p>
<p class="mbs24 mbe14">Large with: <code>size="large"</code></p>
<Menu
id="mymenu6"
size="large"
Expand All @@ -1422,7 +1422,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">rounded</p>
<p class="mbs24 mbe14">Rounded with: <code>isRounded</code></p>
<Menu
isRounded
id="mymenu7"
Expand All @@ -1439,7 +1439,7 @@ function App() {
<MenuItem>Bjorn Borg</MenuItem>,
]}
/>
<p class="mbs24 mbe14">bordered</p>
<p class="mbs24 mbe14">Bordered with <code>isBordered</code></p>
<Menu
isBordered
id="mymenu8"
Expand Down
2 changes: 1 addition & 1 deletion agnostic-react/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "agnostic-react",
"version": "0.1.19",
"version": "0.1.20",
"description": "AgnosticUI (react)",
"author": "Rob Levin <[email protected]>",
"license": "Apache-2.0",
Expand Down

0 comments on commit d608b17

Please sign in to comment.