Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

flystyles

Package Overview
Dependencies
Maintainers
1
Versions
178
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

flystyles - npm Package Compare versions

Comparing version 1.0.6 to 1.1.3

27

docs/_docs/components/formElements.md

@@ -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&mdash;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>

6

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc