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
6
Versions
270
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 2.0.0-alpha.85 to 2.0.0-alpha.87

9

CHANGELOG.md

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

## [2.0.0-alpha.87](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.86...v2.0.0-alpha.87) (2024-04-17)
### :bug: Bug Fix
* common-grist-styles ([2caf603](https://github.com/hatiolab/operato/commit/2caf603f4e527b691e1f5f077851b4eea9b95882))
## [2.0.0-alpha.85](https://github.com/hatiolab/operato/compare/v2.0.0-alpha.84...v2.0.0-alpha.85) (2024-04-16)

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

7

dist/src/common-grist-styles.js

@@ -17,2 +17,3 @@ import { css } from 'lit';

flex-direction: row;
gap: 0 10px;
align-items: center;

@@ -34,3 +35,7 @@ padding: var(--padding-default) var(--padding-wide);

}
#sorters {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-left: auto;

@@ -72,3 +77,2 @@ margin-right: var(--margin-default);

#add {
width: 50px;
text-align: right;

@@ -81,2 +85,3 @@ }

justify-content: center;
gap: 0px 10px;

@@ -83,0 +88,0 @@ background-color: var(--primary-color);

4

package.json

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

"author": "heartyoh",
"version": "2.0.0-alpha.85",
"version": "2.0.0-alpha.87",
"main": "dist/src/index.js",

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

"prettier": "@hatiolab/prettier-config",
"gitHead": "e38d6a553d665c8ceb6b54adce81f8234b7352bd"
"gitHead": "06694c2677644fa91aef947ed94889cf2cfea063"
}

@@ -18,2 +18,3 @@ import { css } from 'lit'

flex-direction: row;
gap: 0 10px;
align-items: center;

@@ -35,3 +36,7 @@ padding: var(--padding-default) var(--padding-wide);

}
#sorters {
display: flex;
flex-wrap: nowrap;
align-items: center;
margin-left: auto;

@@ -73,3 +78,2 @@ margin-right: var(--margin-default);

#add {
width: 50px;
text-align: right;

@@ -82,2 +86,3 @@ }

justify-content: center;
gap: 0px 10px;

@@ -84,0 +89,0 @@ background-color: var(--primary-color);

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