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 3.1.0 to 3.1.1

7

CHANGELOG.md

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

## [3.1.1](https://github.com/neovici/cosmoz-bottom-bar/compare/v3.1.0...v3.1.1) (2020-08-19)
### Bug Fixes
* remove iron-flex-layout ([2664d51](https://github.com/neovici/cosmoz-bottom-bar/commit/2664d5115eaacc966b4e9cfa7882b86ed196e0cd))
# [3.1.0](https://github.com/neovici/cosmoz-bottom-bar/compare/v3.0.11...v3.1.0) (2020-08-14)

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

9

cosmoz-bottom-bar-view.js

@@ -32,7 +32,6 @@ import { component } from 'haunted';

position: relative;
overflow: hidden;
display: flex;
flex-direction: column;
flex: var(--cosmoz-bottom-bar-view-flex, auto);
-webkit-overflow-scrolling: touch;
overflow-x: hidden;
overflow-y: auto;

@@ -42,3 +41,5 @@ }

#content {
flex: 1;
display: flex;
flex-direction: column;
flex: auto;
}

@@ -48,5 +49,5 @@

background-color: var(--cosmoz-bottom-bar-view-bar-color, rgba(230, 230, 230, 0.8));
box-shadow: var(--cosmoz-bottom-bar-view-bar-shadow, none);
position: sticky;
flex: none;
@apply --cosmoz-bottom-bar-view-bar;
}

@@ -53,0 +54,0 @@ </style>

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

#bar, #info, #toolbar, #extraToolbarSlot, #menu, #dropdown ::slotted(*) {
display: flex;
align-items: center;
}
#bar {
@apply --layout-horizontal;
@apply --layout-center;
padding: 0 3%;

@@ -36,4 +39,2 @@ }

#info {
@apply --layout-center;
@apply --layout-horizontal;
min-width: 5px;

@@ -54,16 +55,8 @@ padding-right: 3%;

#flex {
@apply --layout-flex;
flex: 1 0.000000000001px;
}
#toolbar, #extraToolbarSlot {
@apply --layout-center;
@apply --layout-horizontal;
overflow: hidden;
}
#menu {
@apply --layout-center;
@apply --layout-horizontal;
}
#info,

@@ -102,5 +95,2 @@ #menu > div {

#dropdown ::slotted(*) {
display: flex;
@apply --layout-center;
@apply --layout-horizontal;
position: relative;

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

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

@@ -5,0 +5,0 @@ "keywords": [

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