timekit-booking
Advanced tools
Comparing version 1.9.0 to 1.9.1
{ | ||
"name": "timekit-booking", | ||
"version": "1.9.0", | ||
"version": "1.9.1", | ||
"description": "Make a beautiful embeddable booking widget in minutes", | ||
@@ -12,4 +12,3 @@ "main": "dist/booking.min.js", | ||
"test": "karma start --single-run", | ||
"compile": "webpack", | ||
"compile:production": "webpack --config webpack.config.min.js" | ||
"build": "webpack && webpack --config webpack.config.min.js" | ||
}, | ||
@@ -16,0 +15,0 @@ "author": "Timekit Inc.", |
@@ -6,3 +6,3 @@ # Booking.js by Timekit | ||
**Latest release:** [v1.9.0](https://github.com/timekit-io/booking-js/releases) | ||
**Latest release:** [v1.9.1](https://github.com/timekit-io/booking-js/releases) | ||
@@ -9,0 +9,0 @@ > Make a beautiful embeddable booking widget in minutes. |
@@ -5,3 +5,3 @@ 'use strict'; | ||
* Booking.js | ||
* Version: 1.9.0 | ||
* Version: 1.9.1 | ||
* http://timekit.io | ||
@@ -241,4 +241,5 @@ * | ||
view = 'basicDay'; | ||
height = 335; | ||
height = 380; | ||
rootTarget.addClass('is-small'); | ||
if (config.avatar) { height -= 15; } | ||
} else { | ||
@@ -249,5 +250,5 @@ rootTarget.removeClass('is-small'); | ||
if (config.bookingFields.comment.enabled) { height += 84; } | ||
if (config.bookingFields.phone.enabled) { height += 48; } | ||
if (config.bookingFields.voip.enabled) { height += 48; } | ||
if (config.bookingFields.location.enabled) { height += 48; } | ||
if (config.bookingFields.phone.enabled) { height += 64; } | ||
if (config.bookingFields.voip.enabled) { height += 64; } | ||
if (config.bookingFields.location.enabled) { height += 64; } | ||
@@ -254,0 +255,0 @@ return { |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
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
Long strings
Supply chain riskContains long string literals, which may be a sign of obfuscated or packed code.
Found 1 instance in 1 package
2918651
61
21844