Socket
Socket
Sign inDemoInstall

bh-fin-hypergrid

Package Overview
Dependencies
15
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 0.0.1 to 0.0.2

css/index2.js

70

css/index.js
'use strict';
exports.grid = [
'.hypergrid-container { ',
' position: relative; ',
' height: 500px; ',
'} ',
'.hypergrid-container > div:first-child { ',
' position: absolute; ',
' left: 0; ',
' top: 0; ',
' right: 0; ',
' bottom: 0; ',
'} ',
'.hypergrid-container > div:first-child > div.info { ',
' position: absolute; ',
' display: none; /* initially hidden */ ',
' margin-top: 150px; /* to place below headers */ ',
' color: #eee; ',
' text-shadow: 1px 1px #ccc; ',
' font-size: 36pt; ',
' font-weight: bold; ',
' text-align: center; ',
' top: 0; right: 0; bottom: 0; left: 0; ',
'} ',
'.hypergrid-textfield { ',
' position: absolute; ',
' font-size: 12px; ',
' color: black; ',
' background-color: ivory; ',
' box-sizing: border-box; ',
' margin: 0; ',
' padding: 0 5px; ',
' border: 0; /*border: 1px solid #777;*/ ',
' outline: 0; ',
'} ',
' ',
' '
'.hypergrid-container {',
' position: relative;',
' height: 500px;',
'}',
'.hypergrid-container > div:first-child {',
' position: absolute;',
' left: 0;',
' top: 0;',
' right: 0;',
' bottom: 0;',
'}',
'.hypergrid-container > div:first-child > div.info {',
' position: absolute;',
' display: none; /* initially hidden */',
' margin-top: 150px; /* to place below headers */',
' color: #eee;',
' text-shadow: 1px 1px #ccc;',
' font-size: 36pt;',
' font-weight: bold;',
' text-align: center;',
' top: 0; right: 0; bottom: 0; left: 0;',
'}',
'.hypergrid-textfield {',
' position: absolute;',
' font-size: 12px;',
' color: black;',
' background-color: ivory;',
' box-sizing: border-box;',
' margin: 0;',
' padding: 0 5px;',
' border: 0; /*border: 1px solid #777;*/',
' outline: 0;',
'}',
'',
''
].join('\n');
{
"name": "bh-fin-hypergrid",
"version": "0.0.1",
"version": "0.0.2",
"description": "Canvas-based high-performance grid",

@@ -5,0 +5,0 @@ "main": "src/Hypergrid",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc