Skip to content

Commit edebf81

Browse files
committedFeb 28, 2017
Add hyperform v0.9.3
1 parent 443e6e8 commit edebf81

10 files changed

+7963
-1
lines changed
 

‎ajax/libs/hyperform/0.9.3/hyperform.amd.js

+2,642
Large diffs are not rendered by default.

‎ajax/libs/hyperform/0.9.3/hyperform.amd.min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ajax/libs/hyperform/0.9.3/hyperform.cjs.js

+2,640
Large diffs are not rendered by default.

‎ajax/libs/hyperform/0.9.3/hyperform.cjs.min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
.hf-warning {
2+
background: linear-gradient(to bottom, rgba(255,255,255,.9), rgba(255,255,255,.75));
3+
border: 1px solid rgba(0,0,0,.2);
4+
border-radius: 1px;
5+
box-shadow: 0 12px 10px -10px rgba(0,0,0,.5);
6+
box-sizing: border-box;
7+
max-width: 100%;
8+
color: #621;
9+
font-size: 14px;
10+
line-height: 18px;
11+
padding: .25em .5em;
12+
pointer-events: none;
13+
/* make sure, \n is preserved in messages. */
14+
white-space: pre-line;
15+
}
16+
17+
.hf-invalid + .hf-warning,
18+
:invalid + .hf-warning {
19+
display: none;
20+
position: absolute;
21+
}
22+
23+
.hf-invalid:focus + .hf-warning,
24+
:invalid:focus + .hf-warning {
25+
display: block;
26+
}

‎ajax/libs/hyperform/0.9.3/hyperform.js

+2,643
Large diffs are not rendered by default.

‎ajax/libs/hyperform/0.9.3/hyperform.min.css

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ajax/libs/hyperform/0.9.3/hyperform.min.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ajax/libs/hyperform/0.9.3/hyperform.min.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎ajax/libs/hyperform/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@
3535
]
3636
}
3737
],
38-
"version": "0.9.2"
38+
"version": "0.9.3"
3939
}

0 commit comments

Comments
 (0)
Please sign in to comment.