@webscopeio/react-console
Advanced tools
Comparing version 1.0.3 to 1.0.4
@@ -96,3 +96,3 @@ import { createElement, Component } from 'react'; | ||
var css = "/* add css styles here (optional) */\n\n.styles_wrapper__3KXDn {\n display: flex;\n flex-direction: column;\n background-color: black;\n color: white;\n font-family: monospace;\n font-size: 13px;\n padding: 10px;\n height: 300px;\n overflow-y: auto;\n}\n\n.styles_promptWrapper__2Cy1Y {\n display: flex;\n}\n\n.styles_line__1lhnu {\n font-size: 13px;\n line-height: 13px;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n}\n\n.styles_input__15JGo {\n flex: 1;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n border: none;\n outline: none;\n color: white;\n font-family: monospace;\n font-size: 13px;\n}\n"; | ||
var css = "/* add css styles here (optional) */\n\n.styles_wrapper__3KXDn {\n display: flex;\n flex-direction: column;\n background-color: black;\n color: white;\n font-family: monospace;\n font-size: 12px;\n padding: 10px;\n height: 300px;\n overflow-y: auto;\n}\n\n.styles_promptWrapper__2Cy1Y {\n display: flex;\n}\n\n.styles_line__1lhnu {\n font-size: 12px;\n line-height: 12px;\n font-family: monospace;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n padding: 0;\n color: white;\n}\n\n.styles_input__15JGo {\n flex: 1;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n border: none;\n outline: none;\n color: white;\n font-family: monospace;\n font-size: 13px;\n}\n"; | ||
var styles = {"wrapper":"styles_wrapper__3KXDn","promptWrapper":"styles_promptWrapper__2Cy1Y","line":"styles_line__1lhnu","input":"styles_input__15JGo"}; | ||
@@ -99,0 +99,0 @@ styleInject(css); |
@@ -100,3 +100,3 @@ 'use strict'; | ||
var css = "/* add css styles here (optional) */\n\n.styles_wrapper__3KXDn {\n display: flex;\n flex-direction: column;\n background-color: black;\n color: white;\n font-family: monospace;\n font-size: 13px;\n padding: 10px;\n height: 300px;\n overflow-y: auto;\n}\n\n.styles_promptWrapper__2Cy1Y {\n display: flex;\n}\n\n.styles_line__1lhnu {\n font-size: 13px;\n line-height: 13px;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n}\n\n.styles_input__15JGo {\n flex: 1;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n border: none;\n outline: none;\n color: white;\n font-family: monospace;\n font-size: 13px;\n}\n"; | ||
var css = "/* add css styles here (optional) */\n\n.styles_wrapper__3KXDn {\n display: flex;\n flex-direction: column;\n background-color: black;\n color: white;\n font-family: monospace;\n font-size: 12px;\n padding: 10px;\n height: 300px;\n overflow-y: auto;\n}\n\n.styles_promptWrapper__2Cy1Y {\n display: flex;\n}\n\n.styles_line__1lhnu {\n font-size: 12px;\n line-height: 12px;\n font-family: monospace;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n padding: 0;\n color: white;\n}\n\n.styles_input__15JGo {\n flex: 1;\n background: transparent !important; /* we want to make this transparent whatever happens in the app*/\n border: none;\n outline: none;\n color: white;\n font-family: monospace;\n font-size: 13px;\n}\n"; | ||
var styles = {"wrapper":"styles_wrapper__3KXDn","promptWrapper":"styles_promptWrapper__2Cy1Y","line":"styles_line__1lhnu","input":"styles_input__15JGo"}; | ||
@@ -103,0 +103,0 @@ styleInject(css); |
{ | ||
"name": "@webscopeio/react-console", | ||
"version": "1.0.3", | ||
"version": "1.0.4", | ||
"description": "React component that emulates console behaviour", | ||
@@ -5,0 +5,0 @@ "author": "jvorcak", |
68337