Skip to content

Commit bf93426

Browse files
5.0.2
1 parent 7048e62 commit bf93426

File tree

8 files changed

+1523
-1515
lines changed

8 files changed

+1523
-1515
lines changed

.yarn/releases/yarn-4.0.1.cjs

Lines changed: 0 additions & 893 deletions
This file was deleted.

.yarn/releases/yarn-4.1.0.cjs

Lines changed: 893 additions & 0 deletions
Large diffs are not rendered by default.

.yarnrc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ enableGlobalCache: false
44

55
nodeLinker: node-modules
66

7-
yarnPath: .yarn/releases/yarn-4.0.1.cjs
7+
yarnPath: .yarn/releases/yarn-4.1.0.cjs

next.config.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const nextConfig = {
66
basePath: process.env.NEXT_PUBLIC_BASE_PATH,
77
assetPrefix: process.env.NEXT_PUBLIC_BASE_PATH,
88
env: {
9-
VERSION: '5.0.1',
9+
VERSION: '5.0.2',
1010
},
1111
};
1212

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-validatable-form-demo",
3-
"version": "5.0.1",
3+
"version": "5.0.2",
44
"license": "MIT",
55
"scripts": {
66
"dev": "next dev -p 3155",
@@ -25,7 +25,7 @@
2525
"react-bootstrap": "2.9.1",
2626
"react-dom": "18.2.0",
2727
"react-minimal-side-navigation": "1.9.2",
28-
"react-validatable-form": "5.0.1"
28+
"react-validatable-form": "5.0.2"
2929
},
3030
"devDependencies": {
3131
"eslint": "8.52.0",
@@ -48,5 +48,5 @@
4848
"last 1 safari version"
4949
]
5050
},
51-
"packageManager": "yarn@4.0.1"
51+
"packageManager": "yarn@4.1.0"
5252
}

pages/getting-started/usage.js

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -78,11 +78,9 @@ const rules = [{ path: 'val', ruleSet: [{ rule: 'required' }] }];
7878
<span>{hookCode}</span>
7979
</div>
8080
<iframe
81-
src="https://codesandbox.io/embed/react-validatable-form-embed-5hx0xj"
82-
className="codesandboxIFrame"
83-
title="react-validatable-form-embed-5hx0xj"
84-
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
85-
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"
81+
src="https://stackblitz.com/edit/react-validatable-form?embed=1&file=src%2FApp.js"
82+
className="stackBlitzIFrame"
83+
title="react-validatable-form-embed"
8684
></iframe>
8785
</ExampleUsageWrapper>
8886
);

styles/globals.css

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,18 @@ html,
22
body {
33
padding: 0;
44
margin: 0;
5-
font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans,
6-
Helvetica Neue, sans-serif;
5+
font-family:
6+
-apple-system,
7+
BlinkMacSystemFont,
8+
Segoe UI,
9+
Roboto,
10+
Oxygen,
11+
Ubuntu,
12+
Cantarell,
13+
Fira Sans,
14+
Droid Sans,
15+
Helvetica Neue,
16+
sans-serif;
717
}
818

919
a {
@@ -354,7 +364,7 @@ a {
354364
writing-mode: vertical-lr;
355365
}
356366

357-
.codesandboxIFrame {
367+
.stackBlitzIFrame {
358368
padding-top: 20px;
359369
width: 100%;
360370
height: 500px;

yarn.lock

Lines changed: 609 additions & 609 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)