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

@vcl/embedded-input-button

Package Overview
Dependencies
Maintainers
4
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@vcl/embedded-input-button - npm Package Compare versions

Comparing version 0.6.3 to 0.7.0-alpha.1

24

CHANGELOG.md

@@ -6,2 +6,26 @@ # Change Log

# [0.7.0-alpha.1](https://github.com/vcl/embedded-input-button/compare/v0.7.0-alpha.0...v0.7.0-alpha.1) (2019-11-21)
**Note:** Version bump only for package @vcl/embedded-input-button
# [0.7.0-alpha.0](https://github.com/vcl/embedded-input-button/compare/v0.6.2...v0.7.0-alpha.0) (2019-11-21)
### Code Refactoring
* migrate vcl to kebab-case ([6f39268](https://github.com/vcl/embedded-input-button/commit/6f39268fe95b3f48d44da527e7e283e97eca04cd))
### BREAKING CHANGES
* All class names are now in kebab-case without any (vcl)prefix by default.
## [0.6.3](https://github.com/vcl/embedded-input-button/compare/v0.6.2...v0.6.3) (2019-11-18)

@@ -8,0 +32,0 @@

10

package.json
{
"name": "@vcl/embedded-input-button",
"description": "Buttons, icons and plain text labels embeddable in text input elements",
"version": "0.6.3",
"version": "0.7.0-alpha.1",
"main": "package.json",

@@ -27,4 +27,4 @@ "scripts": {

"devDependencies": {
"@vcl/build-demo": "^0.6.3",
"@vcl/preprocessor": "^0.6.3",
"@vcl/build-demo": "^0.7.0-alpha.1",
"@vcl/preprocessor": "^0.7.0-alpha.1",
"browser-sync": "^2.26.3",

@@ -34,3 +34,3 @@ "npm-run-all": "^4.1.5"

"dependencies": {
"@vcl/theme": "^0.6.3"
"@vcl/theme": "^0.7.0-alpha.1"
},

@@ -58,3 +58,3 @@ "repository": {

},
"gitHead": "ce76dfdbf729b9dd2d090c391d587dcf16825020"
"gitHead": "aa79f212dd451f3dca7e12a403704b516acdcefc"
}

@@ -15,7 +15,7 @@ # [VCL](https://github.com/vcl/doc) embedded-input-button

- `vclInputGroupEmb`
- `vclAppItem`
- `vclPrepItem`
- `vclAppended`
- `vclPrepended`
- `input-group-emb`
- `app-item`
- `prep-item`
- `appended`
- `prepended`

@@ -25,3 +25,3 @@ ## Modifiers

The modifiers for the _readonly_, _focused_ and _disabled_ state have to be
set on the enclosed element with the `vclInput` class.
set on the enclosed element with the `input` class.

@@ -28,0 +28,0 @@ ## Variables

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