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

@operato/styles

Package Overview
Dependencies
Maintainers
4
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 0.3.27 to 0.3.28

15

CHANGELOG.md

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

### [0.3.28](https://github.com/hatiolab/operato/compare/v0.3.27...v0.3.28) (2022-02-08)
### :mega: Other
* fix common-grist-styles ([354ee5b](https://github.com/hatiolab/operato/commit/354ee5b1328f77fe12bba223694fd587e6c0d4c9))
### :bug: Bug Fix
* common-grist-styles ([b6794a9](https://github.com/hatiolab/operato/commit/b6794a9613de68f3687e1f1a6d4ac52df8f2f4dc))
* move common-grist-styles to @operato/styles ([e90dc75](https://github.com/hatiolab/operato/commit/e90dc752bc0f18485ff7f106db550dd04da65d1f))
### [0.3.27](https://github.com/hatiolab/operato/compare/v0.3.26...v0.3.27) (2022-02-01)

@@ -8,0 +23,0 @@

22

dist/src/common-grist-styles.js
import { css } from 'lit';
export const CommonGristStyles = css `
:host {
display: flex;
width: 100%;
}
ox-grist {
flex: 1;
overflow-y: auto;
--grid-record-emphasized-background-color: red;
--grid-record-emphasized-color: yellow;
}

@@ -22,6 +25,15 @@

}
#sorters mwc-icon,
#modes mwc-icon {
--mdc-icon-size: 18px;
}
#sorters {
margin-left: auto;
margin-right: var(--margin-default);
padding-left: var(--padding-narrow);
border-bottom: var(--border-dark-color);
position: relative;
color: var(--secondary-color);
font-size: var(--fontsize-default);
user-select: none;
}

@@ -31,3 +43,3 @@

padding: var(--padding-narrow);
margin-right: var(--margin-default);
vertical-align: middle;
}

@@ -34,0 +46,0 @@

@@ -6,3 +6,3 @@ {

"author": "heartyoh",
"version": "0.3.27",
"version": "0.3.28",
"main": "dist/src/index.js",

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

"prettier": "@hatiolab/prettier-config",
"gitHead": "fd08d299b6713bc48a71c8f5c113cb32348a3930"
"gitHead": "5df96b8e79c130b4a85c83181ce83015ec2b1727"
}
import { css } from 'lit'
export const CommonGristStyles = css`
:host {
display: flex;
width: 100%;
}
ox-grist {
flex: 1;
overflow-y: auto;
--grid-record-emphasized-background-color: red;
--grid-record-emphasized-color: yellow;
}

@@ -23,6 +26,15 @@

}
#sorters mwc-icon,
#modes mwc-icon {
--mdc-icon-size: 18px;
}
#sorters {
margin-left: auto;
margin-right: var(--margin-default);
padding-left: var(--padding-narrow);
border-bottom: var(--border-dark-color);
position: relative;
color: var(--secondary-color);
font-size: var(--fontsize-default);
user-select: none;
}

@@ -32,3 +44,3 @@

padding: var(--padding-narrow);
margin-right: var(--margin-default);
vertical-align: middle;
}

@@ -35,0 +47,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