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

jquery-slideoutpanel

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jquery-slideoutpanel - npm Package Compare versions

Comparing version 1.0.23 to 1.0.24

2

package.json
{
"name": "jquery-slideoutpanel",
"version": "1.0.23",
"version": "1.0.24",
"description": "jQuery SlideOutPanel is a jQuery Plugin to add a sliding out panel.",

@@ -5,0 +5,0 @@ "main": "Gruntfile.js",

@@ -152,18 +152,18 @@

Variable | Type | Default | Description
:----- | :----- | :----- | :-----
$pieces-padding | string | 15px | Padding for the panel pieces (header, section, footer)
$so-screen-sm | | 768px | Responsive breakpoint
$so-close-btn-color | | #000 | Color of the close button
$so-close-font-size | | 12px | Font size of the close button
$so-container-background | | #fff | The panel background color
$so-container-box-shadow | | -3px 3px 9px rgba(0, 0, 0, .3) | The panel box shadow
$so-container-transition | | top ease, right ease, bottom ease, left ease |
$so-container-z-index | | 9999 | The panel z-index
$so-content-no-header-padding-top | | $pieces-padding * 2 | The top padding of the `<section>` when there is no header
$so-header-background-color | | #fff | The header background color
$so-header-border-color | | #e5e5e5 | The header bottom border color
$so-header-border-width | | 1px | The header border width
$so-content-background-color | | #fff | The `<section>` background color
$so-footer-background-color | | #fff | The `<footer>` background color
Variable | Default | Description
:----- | :----- | :-----
$pieces-padding | 15px | Padding for the panel pieces (header, section, footer)
$so-screen-sm | 768px | Responsive breakpoint
$so-close-btn-color | #000 | Color of the close button
$so-close-font-size | 12px | Font size of the close button
$so-container-background | #fff | The panel background color
$so-container-box-shadow | -3px 3px 9px rgba(0, 0, 0, .3) | The panel box shadow
$so-container-transition | top ease, right ease, bottom ease, left ease | Transition effect
$so-container-z-index | 9999 | The panel z-index
$so-content-no-header-padding-top | $pieces-padding * 2 | The top padding of the `<section>` when there is no header
$so-header-background-color | #fff | The header background color
$so-header-border-color | #e5e5e5 | The header bottom border color
$so-header-border-width | 1px | The header border width
$so-content-background-color | #fff | The `<section>` background color
$so-footer-background-color | #fff | The `<footer>` background color

@@ -170,0 +170,0 @@ <br>

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