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

@operato/styles

Package Overview
Dependencies
Maintainers
0
Versions
257
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 7.0.54 to 7.0.56

9

CHANGELOG.md

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

### [7.0.56](https://github.com/hatiolab/operato/compare/v7.0.55...v7.0.56) (2024-08-18)
### :bug: Bug Fix
* popup styles ([2bb7978](https://github.com/hatiolab/operato/commit/2bb7978d931f43e3a932f0c290f613e62870c361))
### [7.0.54](https://github.com/hatiolab/operato/compare/v7.0.53...v7.0.54) (2024-08-18)

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

@@ -94,2 +94,10 @@ import { css } from 'lit';

}
button {
display: flex;
flex-direction: row;
align-items: center;
gap: var(--spacing-small);
padding: var(--spacing-small);
}
}

@@ -129,2 +137,6 @@

}
[filler] {
margin-left: auto;
}
}

@@ -131,0 +143,0 @@

4

package.json

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

"author": "heartyoh",
"version": "7.0.54",
"version": "7.0.56",
"main": "dist/src/index.js",

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

"prettier": "@hatiolab/prettier-config",
"gitHead": "f7b1e7f21193b12ce629a76a98d6425677c7abfb"
"gitHead": "739d3191f3ceec33de0600958d434b9207864274"
}

@@ -95,2 +95,10 @@ import { css } from 'lit'

}
button {
display: flex;
flex-direction: row;
align-items: center;
gap: var(--spacing-small);
padding: var(--spacing-small);
}
}

@@ -130,2 +138,6 @@

}
[filler] {
margin-left: auto;
}
}

@@ -132,0 +144,0 @@

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