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

flystyles

Package Overview
Dependencies
Maintainers
4
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.2.10 to 1.2.11

14

docs/_docs/components/autocomplete.md

@@ -57,1 +57,15 @@ ---

{% endexample %}
##### Autocomplete with search disabled
{% example html %}
<div class='FormGroup'>
<label class='Label' for='drowpdown-example'>This is a label</label>
<div class='Autocomplete Autocomplete--searchDisabled'>
<input id='drowdown-example' readonly type='text' class='Autocomplete-search' placeholder='Select one option...' />
</div>
<p class='FormGroup-feedback'>This field is required</p>
</div>
{% endexample %}

3

package.json
{
"name": "flystyles",
"version": "1.2.10",
"version": "1.2.11",
"description": "Flywire UI Framework",

@@ -15,2 +15,3 @@ "author": "Javier Arques <javier.arques@flywire.com>",

"docs": "node docs.js",
"start": "node docs.js",
"version": "npm run build && git add -A dist",

@@ -17,0 +18,0 @@ "postversion": "git push && git push --tags && npm publish"

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