1
Fork 0
mirror of https://github.com/Steffo99/bluelib.git synced 2024-12-22 11:34:21 +00:00
This commit is contained in:
Steffo 2020-06-26 17:53:21 +02:00
parent 94fe60e849
commit aad1862236
Signed by: steffo
GPG key ID: 896A80F55F7C97F0
20 changed files with 29 additions and 29 deletions

File diff suppressed because one or more lines are too long

1
docs/bundle.1fd6b.js.map Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -0,0 +1 @@
/*! For license information please see bundle.3d74b.esm.js.LICENSE.txt */

View file

@ -1 +1 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"bundle.e5547.esm.js","sourceRoot":""}
{"version":3,"sources":[],"names":[],"mappings":"","file":"bundle.3d74b.esm.js","sourceRoot":""}

File diff suppressed because one or more lines are too long

1
docs/bundle.b9b1e.css Normal file

File diff suppressed because one or more lines are too long

View file

@ -1 +0,0 @@
/*! For license information please see bundle.e5547.esm.js.LICENSE.txt */

View file

@ -1 +1 @@
<!DOCTYPE html><html lang="it"><head><meta charset="utf-8"><title>bluelib</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>body{background-color:#0d193b;color:#a0ccff}</style><link rel="manifest" href="/manifest.json"><link href="/bundle.280c0.css" rel="preload" as="style" onload="this.rel='stylesheet'"><noscript><link rel="stylesheet" href="/bundle.280c0.css"></noscript></head><body><script type="__PREACT_CLI_DATA__">{"preRenderData":{"url":"/"}}</script><script nomodule="">!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()},!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script><script crossorigin="anonymous" src="/bundle.e5547.esm.js" type="module"></script><script nomodule="" src="/polyfills.ac517.js"></script><script nomodule="" defer="defer" src="/bundle.6bbcd.js"></script></body></html>
<!DOCTYPE html><html lang="it"><head><meta charset="utf-8"><title>bluelib</title><meta name="viewport" content="width=device-width,initial-scale=1"><style>body{background-color:#0d193b;color:#a0ccff}</style><link rel="manifest" href="/manifest.json"><link href="/bundle.b9b1e.css" rel="preload" as="style" onload="this.rel='stylesheet'"><noscript><link rel="stylesheet" href="/bundle.b9b1e.css"></noscript></head><body><script type="__PREACT_CLI_DATA__">{"preRenderData":{"url":"/"}}</script><script nomodule="">!function(){var e=document,t=e.createElement("script");if(!("noModule"in t)&&"onbeforeload"in t){var n=!1;e.addEventListener("beforeload",function(e){if(e.target===t)n=!0;else if(!e.target.hasAttribute("nomodule")||!n)return;e.preventDefault()},!0),t.type="module",t.src=".",e.head.appendChild(t),t.remove()}}();</script><script crossorigin="anonymous" src="/bundle.3d74b.esm.js" type="module"></script><script nomodule="" src="/polyfills.ac517.js"></script><script nomodule="" defer="defer" src="/bundle.1fd6b.js"></script></body></html>

View file

@ -1 +1 @@
{"/":{"bundle.280c0.css":{"type":"style","weight":1},"bundle.e5547.esm.js":{"type":"script","weight":1}},"/Sample":{"bundle.280c0.css":{"type":"style","weight":1},"bundle.e5547.esm.js":{"type":"script","weight":1},"route-Sample.chunk.521e2.esm.js":{"type":"script","weight":0.9},"route-Sample.chunk.6e286.css":{"type":"style","weight":0.9}}}
{"/":{"bundle.b9b1e.css":{"type":"style","weight":1},"bundle.3d74b.esm.js":{"type":"script","weight":1}},"/Sample":{"bundle.b9b1e.css":{"type":"style","weight":1},"bundle.3d74b.esm.js":{"type":"script","weight":1},"route-Sample.chunk.71456.esm.js":{"type":"script","weight":0.9},"route-Sample.chunk.6e286.css":{"type":"style","weight":0.9}}}

File diff suppressed because one or more lines are too long

View file

@ -1 +1 @@
{"version":3,"sources":[],"names":[],"mappings":"","file":"route-Sample.chunk.521e2.esm.js","sourceRoot":""}
{"version":3,"sources":[],"names":[],"mappings":"","file":"route-Sample.chunk.71456.esm.js","sourceRoot":""}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1,7 +1,7 @@
{
"private": false,
"name": "bluelib",
"version": "0.13.13",
"version": "0.13.14",
"license": "AGPL-3.0-or-later",
"source": "src/index.js",
"main": "dist/index.js",

View file

@ -75,11 +75,11 @@
.ok {
color: @okfg;
input[type="text"], input[type="password"] {
&input[type="text"], &input[type="password"], input[type="text"], input[type="password"] {
.hb(@okfg; @okbg);
}
button {
&button, button {
.hh(@okfg, @okbg);
}
}
@ -87,11 +87,11 @@
.warning {
color: @warningfg;
input[type="text"], input[type="password"] {
&input[type="text"], &input[type="password"], input[type="text"], input[type="password"] {
.hb(@warningfg; @warningbg);
}
button {
&button, button {
.hh(@warningfg, @warningbg);
}
}
@ -99,11 +99,11 @@
.error {
color: @errorfg;
input[type="text"], input[type="password"] {
&input[type="text"], &input[type="password"], input[type="text"], input[type="password"] {
.hb(@errorfg; @errorbg);
}
button {
&button, button {
.hh(@errorfg; @errorbg);
}
}
@ -112,11 +112,11 @@
color: @disabledfg;
cursor: not-allowed;
input[type="text"], input[type="password"] {
&input[type="text"], &input[type="password"], input[type="text"], input[type="password"] {
.hb(@disabledfg; @disabledbg);
}
button {
&button, button {
.hb(@disabledfg, @disabledbg);
}
}