From 8f5afdf9eb8debcbb248be578d57258c83a7d7be Mon Sep 17 00:00:00 2001 From: Eugene Serb <46799701+eugene-serb@users.noreply.github.com> Date: Mon, 8 Aug 2022 12:46:19 +0300 Subject: [PATCH] - Deploy production --- docs/assets/patterns.json | 8 +++---- docs/css/46.30c3638a.css | 1 + docs/css/552.af2ff473.css | 1 - docs/css/app.3fae49fc.css | 1 - docs/css/app.b1ea1061.css | 1 + docs/css/styles.css | 42 +++++++++++++++++++++++++++++++------ docs/index.html | 2 +- docs/js/46.fc8b758b.js | 2 ++ docs/js/46.fc8b758b.js.map | 1 + docs/js/552.f88be257.js | 2 -- docs/js/552.f88be257.js.map | 1 - docs/js/app.a43c78ed.js | 2 -- docs/js/app.a43c78ed.js.map | 1 - docs/js/app.f79bb7b6.js | 2 ++ docs/js/app.f79bb7b6.js.map | 1 + 15 files changed, 49 insertions(+), 19 deletions(-) create mode 100644 docs/css/46.30c3638a.css delete mode 100644 docs/css/552.af2ff473.css delete mode 100644 docs/css/app.3fae49fc.css create mode 100644 docs/css/app.b1ea1061.css create mode 100644 docs/js/46.fc8b758b.js create mode 100644 docs/js/46.fc8b758b.js.map delete mode 100644 docs/js/552.f88be257.js delete mode 100644 docs/js/552.f88be257.js.map delete mode 100644 docs/js/app.a43c78ed.js delete mode 100644 docs/js/app.a43c78ed.js.map create mode 100644 docs/js/app.f79bb7b6.js create mode 100644 docs/js/app.f79bb7b6.js.map diff --git a/docs/assets/patterns.json b/docs/assets/patterns.json index d60a1da..df90c86 100644 --- a/docs/assets/patterns.json +++ b/docs/assets/patterns.json @@ -40,7 +40,7 @@ }, { "name": "Dotted AC", - "type": "Combined", + "type": "Complex", "icon": "🤨", "pattern": [ { @@ -98,7 +98,7 @@ }, { "name": "Short Dashed AC", - "type": "Combined", + "type": "Complex", "icon": "🤤", "pattern": [ { @@ -156,7 +156,7 @@ }, { "name": "Long Dashed AC", - "type": "Combined", + "type": "Complex", "icon": "😝", "pattern": [ { @@ -214,7 +214,7 @@ }, { "name": "Constant AC", - "type": "Combined", + "type": "Complex", "icon": "😵", "pattern": [ { diff --git a/docs/css/46.30c3638a.css b/docs/css/46.30c3638a.css new file mode 100644 index 0000000..8d2d2d4 --- /dev/null +++ b/docs/css/46.30c3638a.css @@ -0,0 +1 @@ +.manual-form{display:flex;flex-direction:column-reverse;justify-content:space-between;gap:16px}.manual-form__input{display:grid;grid-template-columns:1fr;align-items:center}.manual-form__buttons{display:flex;flex-direction:row;justify-content:space-between;gap:32px}.manual-form__button{width:100%}@media only screen and (min-width:540px){.manual-form{display:flex;flex-direction:column;gap:32px}.manual-form__input{display:grid;grid-template-columns:1fr 1fr}} \ No newline at end of file diff --git a/docs/css/552.af2ff473.css b/docs/css/552.af2ff473.css deleted file mode 100644 index 041f0b0..0000000 --- a/docs/css/552.af2ff473.css +++ /dev/null @@ -1 +0,0 @@ -.manual-form{display:flex;flex-direction:column-reverse;justify-content:space-between;gap:32px}.manual-form__input{display:grid;grid-template-columns:1fr;align-items:center}.manual-form__buttons{display:flex;flex-direction:column;justify-content:space-between;gap:32px}.manual-form__button{width:100%}@media only screen and (min-width:540px){.manual-form{display:flex;flex-direction:column;gap:16px}.manual-form__input{display:grid;grid-template-columns:1fr 1fr}.manual-form__buttons{display:flex;flex-direction:row}} \ No newline at end of file diff --git a/docs/css/app.3fae49fc.css b/docs/css/app.3fae49fc.css deleted file mode 100644 index 1d43e23..0000000 --- a/docs/css/app.3fae49fc.css +++ /dev/null @@ -1 +0,0 @@ -.navigation-list{display:flex;flex-direction:row;justify-content:flex-start;gap:16px}.navigation-item.router-link-active,.navigation-item.router-link-exact-active{border-bottom:2px solid var(--color-link-hover);color:var(--color-link-hover);transition:all .5s ease;text-decoration:none}.list-item{max-width:100%;padding:16px;border:4px solid var(--color-b);border-radius:4px;justify-content:space-between}.list-item,.list-item__info{display:flex;flex-direction:column}.list-item__info{gap:16px}.list-item_selected .list-item__info span{color:var(--color-white)}.device-list{flex-direction:row;justify-content:space-around;gap:16px}.device-list,.message{margin-bottom:16px;padding:32px;border-radius:var(--number-border-radius);background:var(--color-content-item-background);display:flex}.message{width:100%;flex-direction:column;justify-content:center;text-align:center;font-size:16px}@media only screen and (min-width:540px){.message{font-size:24px}}.pattern-item{width:100%;height:50px;padding:8px;border-radius:var(--number-border-radius);background:var(--color-pattern-button);display:flex;flex-direction:row;justify-content:flex-start;gap:8px;align-items:center;text-align:center;overflow:hidden;cursor:pointer}@media only screen and (min-width:540px){.pattern-item{width:200px}}.pattern-item ::-moz-selection{background-color:transparent}.pattern-item ::selection{background-color:transparent}.pattern-item_selected{background:var(--color-b)}.pattern-item__icon{font-size:24px}.pattern-item__info-container{display:flex;flex-direction:column;justify-content:space-between;text-align:left}.pattern-item__name{font-size:16px}.pattern-item__name,.pattern-item__type{white-space:nowrap;overflow:hidden;color:var(--color-pattern-text)}.pattern-item__type{font-size:12px}.pattern-list{margin-bottom:16px;padding:32px;border-radius:var(--number-border-radius);background:var(--color-content-item-background);display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:32px} \ No newline at end of file diff --git a/docs/css/app.b1ea1061.css b/docs/css/app.b1ea1061.css new file mode 100644 index 0000000..ad72086 --- /dev/null +++ b/docs/css/app.b1ea1061.css @@ -0,0 +1 @@ +.navigation-list{display:flex;flex-direction:row;justify-content:flex-start;gap:16px}.navigation-item.router-link-active,.navigation-item.router-link-exact-active{border-bottom:2px solid var(--color-link-hover);color:var(--color-link-hover);transition:all .5s ease;text-decoration:none}.list-item{max-width:100%;padding:16px;border:4px solid var(--color-b);border-radius:4px;justify-content:space-between}.list-item,.list-item__info{display:flex;flex-direction:column}.list-item__info{gap:16px}.list-item_selected .list-item__info span{color:var(--color-white)}.device-list{display:flex;flex-direction:row;justify-content:space-around;gap:16px}.message{width:100%;display:flex;flex-direction:column;justify-content:center;text-align:center;font-size:16px}@media only screen and (min-width:540px){.message{font-size:24px}}.pattern-item{width:100%;height:50px;padding:8px;border-radius:var(--number-border-radius);background:var(--color-pattern-button);display:flex;flex-direction:row;justify-content:flex-start;gap:8px;align-items:center;text-align:center;overflow:hidden;cursor:pointer}@media only screen and (min-width:540px){.pattern-item{width:200px}}.pattern-item ::-moz-selection{background-color:transparent}.pattern-item ::selection{background-color:transparent}.pattern-item_selected{background:var(--color-b)}.pattern-item__icon{font-size:24px}.pattern-item__info-container{display:flex;flex-direction:column;justify-content:space-between;text-align:left}.pattern-item__name{font-size:16px}.pattern-item__name,.pattern-item__type{white-space:nowrap;overflow:hidden;color:var(--color-pattern-text)}.pattern-item__type{font-size:12px}.pattern-list{display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:16px}@media only screen and (min-width:540px){.pattern-list{display:flex;gap:32px}} \ No newline at end of file diff --git a/docs/css/styles.css b/docs/css/styles.css index c10637f..68108c6 100644 --- a/docs/css/styles.css +++ b/docs/css/styles.css @@ -413,7 +413,7 @@ table, th, td { /* ------ */ .header { - border-bottom: 32px solid var(--color-header-borderline); + border-bottom: 8px solid var(--color-header-borderline); background: var(--color-header-background); } @@ -431,7 +431,7 @@ table, th, td { } .header-wrapper { - padding-top: 64px; + padding-top: 32px; padding-bottom: 16px; } @@ -447,7 +447,7 @@ table, th, td { } .menu-wrapper { - margin-top: 32px; + margin-top: 16px; align-self: center; } @@ -476,6 +476,23 @@ table, th, td { color: var(--color-header-navigation-link-hover); } +@media only screen and (min-width: 540px) { + .header { + border-bottom: 32px solid var(--color-header-borderline); + background: var(--color-header-background); + } + + .header-wrapper { + padding-top: 64px; + padding-bottom: 16px; + } + + .menu-wrapper { + margin-top: 32px; + align-self: center; + } +} + @media only screen and (min-width: 720px) { .header-wrapper { display: flex; @@ -543,8 +560,15 @@ table, th, td { .page { flex-grow: 1; - margin-top: 64px; - margin-bottom: 64px; + margin-top: 32px; + margin-bottom: 32px; +} + +@media only screen and (min-width: 540px) { + .page { + margin-top: 64px; + margin-bottom: 64px; + } } /* ---- */ @@ -581,7 +605,7 @@ table, th, td { .content-item { margin-bottom: 16px; - padding: 32px; + padding: 16px; border-radius: var(--number-border-radius); background: var(--color-content-item-background); } @@ -591,6 +615,12 @@ table, th, td { text-align: center; } +@media only screen and (min-width: 540px) { + .content-item { + padding: 32px; + } +} + /* ----- */ /* PAGES */ /* ----- */ diff --git a/docs/index.html b/docs/index.html index 0cd8e79..097d20f 100644 --- a/docs/index.html +++ b/docs/index.html @@ -15,4 +15,4 @@ webvisor: true });