New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@operato/styles

Package Overview
Dependencies
Maintainers
5
Versions
280
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@operato/styles - npm Package Compare versions

Comparing version 1.5.35 to 1.5.36

9

CHANGELOG.md

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

### [1.5.36](https://github.com/hatiolab/operato/compare/v1.5.35...v1.5.36) (2023-11-19)
### :bug: Bug Fix
* common-header-styles ([4ad6a13](https://github.com/hatiolab/operato/commit/4ad6a13244669e9015537fb3b5680a24ba78a168))
### [1.5.35](https://github.com/hatiolab/operato/compare/v1.5.34...v1.5.35) (2023-11-18)

@@ -8,0 +17,0 @@

10

dist/src/common-header-styles.js

@@ -6,4 +6,4 @@ import { css } from 'lit';

grid-template-areas:
'filters filters'
'titler actions';
'title actions'
'filters filters';
gap: var(--padding-narrow) var(--padding-default);

@@ -49,3 +49,3 @@ padding: calc(var(--padding-default) / 2) var(--padding-default);

.header .title {
grid-area: titler;
grid-area: title;

@@ -72,3 +72,3 @@ display: flex;

display: flex;
flex-direction: row;
flex-direction: row-reverse;
align-items: center;

@@ -111,3 +111,3 @@ gap: var(--gap-inter-action, 6px);

grid-template-areas:
'titler'
'title'
'filters'

@@ -114,0 +114,0 @@ 'actions';

@@ -5,3 +5,3 @@ {

"author": "heartyoh",
"version": "1.5.35",
"version": "1.5.36",
"main": "dist/src/index.js",

@@ -41,3 +41,3 @@ "module": "dist/src/index.js",

"prettier": "@hatiolab/prettier-config",
"gitHead": "1f204e6fb9d39c6bb676403358b60477dd0135ae"
"gitHead": "813e71d5834e5b9a3141ae7670e632aa6adf3f10"
}

@@ -7,4 +7,4 @@ import { css } from 'lit'

grid-template-areas:
'filters filters'
'titler actions';
'title actions'
'filters filters';
gap: var(--padding-narrow) var(--padding-default);

@@ -50,3 +50,3 @@ padding: calc(var(--padding-default) / 2) var(--padding-default);

.header .title {
grid-area: titler;
grid-area: title;

@@ -73,3 +73,3 @@ display: flex;

display: flex;
flex-direction: row;
flex-direction: row-reverse;
align-items: center;

@@ -112,3 +112,3 @@ gap: var(--gap-inter-action, 6px);

grid-template-areas:
'titler'
'title'
'filters'

@@ -115,0 +115,0 @@ 'actions';

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