flystyles
Advanced tools
Comparing version 1.0.6 to 1.1.3
@@ -45,29 +45,2 @@ --- | ||
</div> | ||
<fieldset class="FormGroup"> | ||
<legend>Radio buttons</legend> | ||
<div class="form-check"> | ||
<label class="Label" class="form-check-label"> | ||
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios1" value="option1" checked> | ||
Option one is this and that—be sure to include why it's great | ||
</label> | ||
</div> | ||
<div class="form-check"> | ||
<label class="Label" class="form-check-label"> | ||
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios2" value="option2"> | ||
Option two can be something else and selecting it will deselect option one | ||
</label> | ||
</div> | ||
<div class="form-check disabled"> | ||
<label class="Label" class="form-check-label"> | ||
<input type="radio" class="form-check-input" name="optionsRadios" id="optionsRadios3" value="option3" disabled> | ||
Option three is disabled | ||
</label> | ||
</div> | ||
</fieldset> | ||
<div class="form-check"> | ||
<label class="Label" class="form-check-label"> | ||
<input type="checkbox" class="form-check-input"> | ||
Check me out | ||
</label> | ||
</div> | ||
<button type="submit" class="Button Button--primary">Submit</button> | ||
@@ -74,0 +47,0 @@ </form> |
{ | ||
"name": "flystyles", | ||
"version": "1.0.6", | ||
"version": "1.1.3", | ||
"description": "Flywire UI Framework", | ||
@@ -14,3 +14,5 @@ "author": "Javier Arques <javier.arques@flywire.com>", | ||
"build": "npm run css:build && npm run css:autoprefix && npm run css:minify", | ||
"docs": "node docs.js" | ||
"docs": "node docs.js", | ||
"version": "npm run build && git add -A dist", | ||
"postversion": "git push && git push --tags" | ||
}, | ||
@@ -17,0 +19,0 @@ "repository": { |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
327112
2093