Socket
Socket
Sign inDemoInstall

@neovici/cosmoz-bottom-bar

Package Overview
Dependencies
Maintainers
4
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@neovici/cosmoz-bottom-bar - npm Package Compare versions

Comparing version 4.0.3 to 4.0.4

7

CHANGELOG.md

@@ -0,1 +1,8 @@

## [4.0.4](https://github.com/neovici/cosmoz-bottom-bar/compare/v4.0.3...v4.0.4) (2020-10-20)
### Bug Fixes
* do not style slotted slots on Safari/iOS ([ee653c8](https://github.com/neovici/cosmoz-bottom-bar/commit/ee653c878a41ac400906262bb5a6e7e26e24027e))
## [4.0.3](https://github.com/neovici/cosmoz-bottom-bar/compare/v4.0.2...v4.0.3) (2020-10-15)

@@ -2,0 +9,0 @@

6

cosmoz-bottom-bar.html.js

@@ -28,3 +28,3 @@ import '@webcomponents/shadycss/entrypoints/apply-shim';

#bar, #info, #toolbar, #extraToolbarSlot, #menu, #dropdown ::slotted(*) {
#bar, #info, #toolbar, #extraToolbarSlot, #menu, #dropdown ::slotted(:not(slot)) {
display: flex;

@@ -65,3 +65,3 @@ align-items: center;

#toolbar ::slotted(*) {
#toolbar ::slotted(:not(slot)) {
margin: 0 0.29em;

@@ -95,3 +95,3 @@ min-width: 40px;

#dropdown ::slotted(*) {
#dropdown ::slotted(:not(slot)) {
position: relative;

@@ -98,0 +98,0 @@ @apply --cosmoz-bottom-bar-menu-item;

{
"name": "@neovici/cosmoz-bottom-bar",
"version": "4.0.3",
"version": "4.0.4",
"description": "A responsive bottom-bar that can house buttons/actions and a menu for the buttons that won't fit the available width.",

@@ -86,3 +86,3 @@ "keywords": [

"deepmerge": "^4.2.2",
"es-dev-server": "^1.57.7",
"es-dev-server": "^1.57.8",
"eslint": "^6.8.0",

@@ -93,5 +93,5 @@ "husky": "^4.2.5",

"karma-sauce-launcher": "^4.1.0",
"semantic-release": "^17.0.4",
"semantic-release": "^17.2.1",
"sinon": "^9.2.0"
}
}
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