ada-ui 0.0.0-beta-v5-20240723120941 → 0.0.0-beta-v5-20240723124838
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +1 -1
- package/css/ada.blue-old.css +1 -0
- package/css/ada.blue.css +1 -1
- package/css/ada.css +1 -1
- package/index.html +5 -5
- package/package.json +2 -2
- package/scss/_command.scss +1 -1
- package/scss/_panel.scss +0 -4
- package/scss/ada.blue-old.scss +111 -0
- package/scss/ada.blue.scss +42 -85
- package/css/ada.blue-new.css +0 -1
- package/scss/ada.blue-new.scss +0 -68
- /package/css/{ada.green.css → ada.green-old.css} +0 -0
- /package/scss/{ada.green.scss → ada.green-old.scss} +0 -0
package/CHANGELOG.md
CHANGED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
.warn,.accent,.shade2,.shade1,.primary,:root{--fg100: lch(var(--100));--fg200: lch(var(--200));--bg600: lch(var(--600));--bg700: lch(var(--700));--bg800: lch(var(--800));--bg900: lch(var(--900));--panel-background: lch(var(--800) / 0.1)}.primary,:root{--h: 205;--s: 80%;--l: 23%;--h-light: 205;--s-light: 80%;--l-light: 40%;--h-fg: var(--h);--s-fg: 100%;--l-fg: 89%}:root{--bg: hsl(207, 61%, 7%)}.shade1{--h: 198;--s: 90%;--l: 30%;--h-light: 198;--s-light: 90%;--l-light: 58%;--h-fg: var(--h);--s-fg: 100%;--l-fg: 89%}.shade2{--h: 185;--s: 50%;--l: 30%;--h-light: 185;--s-light: 50%;--l-light: 50%;--h-fg: var(--h);--s-fg: 100%;--l-fg: 89%}.accent{--h: 146;--s: 58%;--l: 20%;--h-light: 146;--s-light: 58%;--l-light: 48%;--h-fg: var(--h);--s-fg: 100%;--l-fg: 89%}.warn{--h: 0;--s: 100%;--l: 28%;--h-light: 0;--s-light: 85%;--l-light: 48%;--h-fg: var(--h);--s-fg: 100%;--l-fg: 89%}
|
package/css/ada.blue.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
.warn,.accent,.
|
|
1
|
+
.warn,.accent-alt,.accent,.primary-alt,.primary,:root{--fg100: lch(var(--100));--fg200: lch(var(--200));--bg600: lch(var(--600));--bg700: lch(var(--700));--bg800: lch(var(--800));--bg900: lch(var(--900));--panel-background: lch(var(--800) / 0.1)}:root{--bg-body: lch(5 8 260)}.primary,:root{--100: 90 17 260;--200: 70 17 260;--600: 36 36 260;--700: 29 30 260;--800: 26 29 260;--900: 19 23 260}.primary-alt{--100: 90 17 246;--200: 70 17 246;--600: 51 40 246;--700: 44 34 246;--800: 41 33 246;--900: 34 27 246}.accent{--100: 90 17 152;--200: 70 17 152;--600: 40 37 152;--700: 33 31 152;--800: 30 30 152;--900: 23 24 152}.accent-alt{--100: 90 17 206;--200: 70 17 206;--600: 52 30 206;--700: 45 24 206;--800: 42 23 206;--900: 35 17 206}.warn{--100: 90 17 40;--200: 70 17 40;--600: 40 75 40;--700: 33 69 40;--800: 30 68 40;--900: 23 62 40}
|
package/css/ada.css
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}h1,h2,h3,h4,h5,h6,p,pre{font-size:inherit;font-weight:inherit;margin:0}a{color:inherit;text-decoration:inherit}button,input,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}button,[role=button]{cursor:pointer}:disabled{cursor:default}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}ol,ul,menu{list-style:none;margin:0;padding:0}:root{--font-family: "Open Sans", sans-serif;--font-size: 16px;--box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);--gap-sm: 4px;--gap: 6px;--spacing: 0.8rem;--border-width-sm: 0.08rem;--border-width: 0.15rem;--focus-border-width: 0.15rem}@media screen and (min-width: 768px){:root{--font-size: 14px}}html{font-family:var(--font-family);font-weight:400}html,body{font-size:var(--font-size);height:100%;min-height:100%}body{padding:var(--spacing);background:var(--bg-body);color:var(--fg100)}h1,h2,h3,h4,h5,h6,.panel>header{font-weight:300;text-shadow:0 0 4px var(--bg700);color:var(--fg100)}h1{font-size:3rem;margin:1rem 0 2rem 0}h1.m-0{margin:0}h2{font-size:2rem;margin:1rem 0 1.5rem 0}h2.m-0{margin:0}h3{font-size:1.5rem;margin:.5rem 0 1.5rem 0}h3.m-0{margin:0}h4{font-size:1.2rem;margin:.5rem 0 .5rem 0}h4.m-0{margin:0}.command{overflow:hidden;outline:none;color:var(--fg100);font-family:inherit;cursor:pointer;user-select:none;vertical-align:middle;transition:border-color .15s ease-in-out,background-color .15s ease-in-out;background-color:var(--bg900);box-shadow:var(--box-shadow);display:grid;align-items:end;justify-items:end;text-align:end;font-size:1.1rem;border-style:solid;border-color:transparent;border-width:0 0 0 var(--focus-border-width);padding:.25rem .6rem;min-height:3rem;min-width:3rem;border-radius:.3rem}.command:disabled{opacity:.6;filter:saturate(0.2);cursor:default;pointer-events:none}.command.flash{animation:flash-background 1s ease-in-out infinite}.command.outline{background-color:transparent;border-color:var(--bg800);border-width:var(--border-width)}.command.outline.flash{animation-name:flash-border}.command:focus{border-left-color:var(--bg600)}.command:active{border-color:var(--bg600);background-color:var(--bg600);animation-play-state:paused}.compound-
|
|
1
|
+
*,::before,::after{box-sizing:border-box;border-width:0;border-style:solid;border-color:currentColor}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:transparent}body{margin:0}h1,h2,h3,h4,h5,h6,p,pre{font-size:inherit;font-weight:inherit;margin:0}a{color:inherit;text-decoration:inherit}button,input,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;background-color:transparent;background-image:none}button,[role=button]{cursor:pointer}:disabled{cursor:default}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}ol,ul,menu{list-style:none;margin:0;padding:0}:root{--font-family: "Open Sans", sans-serif;--font-size: 16px;--box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.4);--gap-sm: 4px;--gap: 6px;--spacing: 0.8rem;--border-width-sm: 0.08rem;--border-width: 0.15rem;--focus-border-width: 0.15rem}@media screen and (min-width: 768px){:root{--font-size: 14px}}html{font-family:var(--font-family);font-weight:400}html,body{font-size:var(--font-size);height:100%;min-height:100%}body{padding:var(--spacing);background:var(--bg-body);color:var(--fg100)}h1,h2,h3,h4,h5,h6,.panel>header{font-weight:300;text-shadow:0 0 4px var(--bg700);color:var(--fg100)}h1{font-size:3rem;margin:1rem 0 2rem 0}h1.m-0{margin:0}h2{font-size:2rem;margin:1rem 0 1.5rem 0}h2.m-0{margin:0}h3{font-size:1.5rem;margin:.5rem 0 1.5rem 0}h3.m-0{margin:0}h4{font-size:1.2rem;margin:.5rem 0 .5rem 0}h4.m-0{margin:0}.command{overflow:hidden;outline:none;color:var(--fg100);font-family:inherit;cursor:pointer;user-select:none;vertical-align:middle;transition:border-color .15s ease-in-out,background-color .15s ease-in-out;background-color:var(--bg900);box-shadow:var(--box-shadow);display:grid;align-items:end;justify-items:end;text-align:end;font-size:1.1rem;border-style:solid;border-color:transparent;border-width:0 0 0 var(--focus-border-width);padding:.25rem .6rem;min-height:3rem;min-width:3rem;border-radius:.3rem}.command:disabled{opacity:.6;filter:saturate(0.2);cursor:default;pointer-events:none}.command.flash{animation:flash-background 1s ease-in-out infinite}.command.outline{background-color:transparent;border-color:var(--bg800);border-width:var(--border-width)}.command.outline.flash{animation-name:flash-border}.command:focus{border-left-color:var(--bg600)}.command:active{border-color:var(--bg600);background-color:var(--bg600);animation-play-state:paused}.compound-commands{display:inline-grid;grid-auto-flow:column;gap:var(--gap)}.compound-commands>.spacer{background-color:var(--bg900);box-shadow:var(--box-shadow);min-width:1rem;min-height:1rem}.compound-commands>.spacer.outline{background-color:transparent;border:var(--border-width) solid var(--bg800)}.compound-commands>.text{font-size:2rem;line-height:2rem;align-self:center;padding:.25rem}.compound-commands>button:first-child,.compound-commands .spacer:first-child{border-radius:.3rem 0 0 .3rem}.compound-commands>button:not(:first-child):not(:last-child),.compound-commands .spacer:not(:first-child):not(:last-child){border-radius:0}.compound-commands>button:last-child,.compound-commands .spacer:last-child{border-radius:0 .3rem .3rem 0}.compound-commands.vertical{grid-auto-flow:row}.compound-commands.vertical>.text{justify-self:center}.compound-commands.vertical>button:first-child,.compound-commands.vertical .spacer:first-child{border-radius:.3rem .3rem 0 0}.compound-commands.vertical>button:last-child,.compound-commands.vertical .spacer:last-child{border-radius:0 0 .3rem .3rem}@keyframes flash-background{50%{background-color:var(--bg700)}}@keyframes flash-border{50%{border-color:var(--bg600)}}.input{border-radius:.3rem;box-shadow:var(--box-shadow);outline:none;border:var(--border-width-sm) solid var(--bg700);color:var(--fg100);font-family:inherit;background-color:transparent;transition:border-color .15s ease-in-out;padding:.8rem;font-size:1.1rem}.input:focus{border:var(--border-width-sm) solid var(--bg600)}.input:disabled{opacity:.4;filter:saturate(0.6);cursor:default;pointer-events:none}.panel{background:var(--panel-background);box-shadow:var(--box-shadow);border-radius:.3rem;display:grid;grid-template-rows:auto 1fr auto;overflow:auto}.panel>header{position:relative;font-size:1.5rem;padding:.4rem .6rem}.panel>header:before{--corner-border-width: var(--border-width);content:"";border-style:solid;border-color:var(--bg800);position:absolute;height:1rem;width:1rem;z-index:2;border-width:var(--corner-border-width) 0 0 var(--corner-border-width);border-radius:.3rem 0 0 0;left:0;top:0}.panel>header:after{--corner-border-width: var(--border-width);content:"";border-style:solid;border-color:var(--bg800);position:absolute;height:1rem;width:1rem;z-index:2;border-width:var(--corner-border-width) var(--corner-border-width) 0 0;border-radius:0 .3rem 0 0;right:0;top:0}.panel>article{z-index:1;padding:0 .6rem;overflow:auto}.panel>article::-webkit-scrollbar{width:var(--border-width);background:transparent}.panel>article::-webkit-scrollbar-thumb{min-width:1rem;border-style:solid;border-color:transparent;border-width:var(--border-width);background:var(--bg800);box-sizing:border-box;background-clip:border-box}.panel>footer{position:relative;color:var(--fg200);padding:.4rem .6rem;font-size:.75rem;text-align:right}.panel>footer:before{--corner-border-width: var(--border-width);content:"";border-style:solid;border-color:var(--bg800);position:absolute;height:1rem;width:1rem;z-index:2;border-width:0 0 var(--corner-border-width) var(--corner-border-width);border-radius:0 0 0 .3rem;left:0;bottom:0}.panel>footer:after{--corner-border-width: var(--border-width);content:"";border-style:solid;border-color:var(--bg800);position:absolute;height:1rem;width:1rem;z-index:2;border-width:0 var(--corner-border-width) var(--corner-border-width) 0;border-radius:0 0 .3rem 0;right:0;bottom:0}.spinner{display:inline-grid;justify-items:center;align-items:center;width:1em;height:1em;position:relative;box-sizing:border-box;animation:6s .5s rotate ease-in-out alternate infinite}.spinner:before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-style:solid;border-width:.05em;border-radius:50%;border-color:var(--bg800) transparent;animation:4s .5s inset1 ease-in-out infinite;box-shadow:0px 12px 10px -12px #000a,0px -12px 10px -12px #000a}.spinner:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-style:solid;border-width:.05em;border-radius:50%;border-color:transparent var(--bg600);animation:4s .5s inset2 ease-in-out infinite;box-shadow:12px 0px 10px -12px #000a,-12px 0px 10px -12px #000a}@keyframes rotate{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes inset1{0%{top:0;left:0;right:0;bottom:0;transform:rotate(0)}12.5%{top:.2em;left:.2em;right:.2em;bottom:.2em;transform:rotate(0)}37.5%{top:.2em;left:.2em;right:.2em;bottom:.2em;transform:rotate(180deg)}50%{top:0;left:0;right:0;bottom:0;transform:rotate(180deg)}100%{top:0;left:0;right:0;bottom:0;transform:rotate(180deg)}}@keyframes inset2{0%{top:0;left:0;right:0;bottom:0;transform:rotate(0)}50%{top:0;left:0;right:0;bottom:0;transform:rotate(0)}62.5%{top:.2em;left:.2em;right:.2em;bottom:.2em;transform:rotate(0)}87.5%{top:.2em;left:.2em;right:.2em;bottom:.2em;transform:rotate(180deg)}100%{top:0;left:0;right:0;bottom:0;transform:rotate(180deg)}}
|
package/index.html
CHANGED
|
@@ -68,7 +68,7 @@
|
|
|
68
68
|
"
|
|
69
69
|
>
|
|
70
70
|
<div
|
|
71
|
-
class="compound-
|
|
71
|
+
class="compound-commands vertical"
|
|
72
72
|
style="grid-template-rows: auto auto 1fr auto auto; min-width: 10rem"
|
|
73
73
|
>
|
|
74
74
|
<button class="command">Command</button>
|
|
@@ -217,18 +217,18 @@
|
|
|
217
217
|
<button disabled class="command outline accent">Command</button>
|
|
218
218
|
<button disabled class="command outline warn">Command</button>
|
|
219
219
|
<h4 style="grid-column: span 5">Compound</h4>
|
|
220
|
-
<div style="grid-column: span 5" class="compound-
|
|
220
|
+
<div style="grid-column: span 5" class="compound-commands">
|
|
221
221
|
<button class="command outline">Any command</button>
|
|
222
222
|
<button class="command primary-alt outline"></button>
|
|
223
223
|
<div class="spacer outline"></div>
|
|
224
224
|
</div>
|
|
225
|
-
<div style="grid-column: span 5" class="compound-
|
|
225
|
+
<div style="grid-column: span 5" class="compound-commands">
|
|
226
226
|
<button class="command">Command</button>
|
|
227
227
|
<div class="text">47</div>
|
|
228
228
|
<div class="spacer"></div>
|
|
229
229
|
</div>
|
|
230
230
|
<h4 style="grid-column: span 5">Compound Vertical</h4>
|
|
231
|
-
<div class="compound-
|
|
231
|
+
<div class="compound-commands vertical">
|
|
232
232
|
<button class="command">Command</button>
|
|
233
233
|
<div class="text">47</div>
|
|
234
234
|
<div class="spacer"></div>
|
|
@@ -273,7 +273,7 @@
|
|
|
273
273
|
<footer>Ada Version 5.0.0</footer>
|
|
274
274
|
</div>
|
|
275
275
|
<div
|
|
276
|
-
class="compound-
|
|
276
|
+
class="compound-commands"
|
|
277
277
|
style="
|
|
278
278
|
grid-template-columns: auto auto 12rem auto auto 1fr auto auto;
|
|
279
279
|
grid-column: span 2;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "ada-ui",
|
|
3
|
-
"version": "0.0.0-beta-v5-
|
|
3
|
+
"version": "0.0.0-beta-v5-20240723124838",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"dev": "concurrently -n scss,serve 'sass scss:css --watch' 'alive-server .'",
|
|
6
6
|
"build": "rm -rf css && sass scss:css -s compressed --no-source-map",
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
"snapshot": "f(){ if [ -z \"$1\" ]; then echo \"Error: No tag name specified, exiting.\"; exit 1; fi; npm run build && changeset version --snapshot $1 && changeset publish --no-git-tag --tag $1; }; f",
|
|
9
9
|
"remove-snapshot": "f(){ if [ -z \"$1\" ]; then echo \"Error: No tag name specified, exiting.\"; exit 1; fi; npm dist-tag rm ada-ui $1; }; f",
|
|
10
10
|
"version": "npm run build && changeset version",
|
|
11
|
-
"publish": "changeset publish"
|
|
11
|
+
"publish-package": "changeset publish"
|
|
12
12
|
},
|
|
13
13
|
"license": "MIT",
|
|
14
14
|
"exports": {
|
package/scss/_command.scss
CHANGED
package/scss/_panel.scss
CHANGED
|
@@ -7,10 +7,6 @@
|
|
|
7
7
|
display: grid;
|
|
8
8
|
grid-template-rows: auto 1fr auto;
|
|
9
9
|
overflow: auto;
|
|
10
|
-
// This margin is ok here and necessary bc of the box shadow of the panel
|
|
11
|
-
// without a margin, the box shadow could be cut off if there is no space between panels
|
|
12
|
-
// so it is the responsibility of the panel to ensure this
|
|
13
|
-
margin: 0.5rem;
|
|
14
10
|
|
|
15
11
|
> header {
|
|
16
12
|
position: relative;
|
|
@@ -0,0 +1,111 @@
|
|
|
1
|
+
@import "ada.theme-base";
|
|
2
|
+
|
|
3
|
+
.primary {
|
|
4
|
+
@extend %colourShades;
|
|
5
|
+
|
|
6
|
+
// old one, more blue-greenish
|
|
7
|
+
//--h: 197;
|
|
8
|
+
//--s: 100%;
|
|
9
|
+
//--l: 19%;
|
|
10
|
+
//--h-light: 197;
|
|
11
|
+
//--s-light: 100%;
|
|
12
|
+
//--l-light: 40%;
|
|
13
|
+
|
|
14
|
+
--h: 205;
|
|
15
|
+
--s: 80%;
|
|
16
|
+
--l: 23%;
|
|
17
|
+
--h-light: 205;
|
|
18
|
+
--s-light: 80%;
|
|
19
|
+
--l-light: 40%;
|
|
20
|
+
|
|
21
|
+
--h-fg: var(--h);
|
|
22
|
+
--s-fg: 100%;
|
|
23
|
+
--l-fg: 89%;
|
|
24
|
+
|
|
25
|
+
//lch test
|
|
26
|
+
//--default: lch(26 29 260);
|
|
27
|
+
//--default-alpha70: lch(18 20 260);
|
|
28
|
+
}
|
|
29
|
+
|
|
30
|
+
:root {
|
|
31
|
+
@extend .primary;
|
|
32
|
+
// old one, more blue-greenish
|
|
33
|
+
//--bg: hsl(197, 80%, 7%);
|
|
34
|
+
--bg: hsl(207, 61%, 7%);
|
|
35
|
+
}
|
|
36
|
+
|
|
37
|
+
.shade1 {
|
|
38
|
+
@extend %colourShades;
|
|
39
|
+
|
|
40
|
+
--h: 198;
|
|
41
|
+
--s: 90%;
|
|
42
|
+
--l: 30%;
|
|
43
|
+
--h-light: 198;
|
|
44
|
+
--s-light: 90%;
|
|
45
|
+
--l-light: 58%;
|
|
46
|
+
|
|
47
|
+
--h-fg: var(--h);
|
|
48
|
+
--s-fg: 100%;
|
|
49
|
+
--l-fg: 89%;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.shade2 {
|
|
53
|
+
@extend %colourShades;
|
|
54
|
+
|
|
55
|
+
// old one, more blue-greenish
|
|
56
|
+
//--h: 165;
|
|
57
|
+
//--s: 90%;
|
|
58
|
+
//--l: 20%;
|
|
59
|
+
//--h-light: 165;
|
|
60
|
+
//--s-light: 90%;
|
|
61
|
+
//--l-light: 40%;
|
|
62
|
+
|
|
63
|
+
--h: 185;
|
|
64
|
+
--s: 50%;
|
|
65
|
+
--l: 30%;
|
|
66
|
+
--h-light: 185;
|
|
67
|
+
--s-light: 50%;
|
|
68
|
+
--l-light: 50%;
|
|
69
|
+
|
|
70
|
+
--h-fg: var(--h);
|
|
71
|
+
--s-fg: 100%;
|
|
72
|
+
--l-fg: 89%;
|
|
73
|
+
}
|
|
74
|
+
|
|
75
|
+
.accent {
|
|
76
|
+
@extend %colourShades;
|
|
77
|
+
|
|
78
|
+
// old one
|
|
79
|
+
//--h: 11;
|
|
80
|
+
//--s: 74%;
|
|
81
|
+
//--l: 45%;
|
|
82
|
+
//--h-light: 10;
|
|
83
|
+
//--s-light: 89%;
|
|
84
|
+
//--l-light: 56%;
|
|
85
|
+
|
|
86
|
+
--h: 146;
|
|
87
|
+
--s: 58%;
|
|
88
|
+
--l: 20%;
|
|
89
|
+
--h-light: 146;
|
|
90
|
+
--s-light: 58%;
|
|
91
|
+
--l-light: 48%;
|
|
92
|
+
|
|
93
|
+
--h-fg: var(--h);
|
|
94
|
+
--s-fg: 100%;
|
|
95
|
+
--l-fg: 89%;
|
|
96
|
+
}
|
|
97
|
+
|
|
98
|
+
.warn {
|
|
99
|
+
@extend %colourShades;
|
|
100
|
+
|
|
101
|
+
--h: 0;
|
|
102
|
+
--s: 100%;
|
|
103
|
+
--l: 28%;
|
|
104
|
+
--h-light: 0;
|
|
105
|
+
--s-light: 85%;
|
|
106
|
+
--l-light: 48%;
|
|
107
|
+
|
|
108
|
+
--h-fg: var(--h);
|
|
109
|
+
--s-fg: 100%;
|
|
110
|
+
--l-fg: 89%;
|
|
111
|
+
}
|
package/scss/ada.blue.scss
CHANGED
|
@@ -1,111 +1,68 @@
|
|
|
1
1
|
@import "ada.theme-base";
|
|
2
2
|
|
|
3
|
+
:root {
|
|
4
|
+
--bg-body: lch(5 8 260);
|
|
5
|
+
|
|
6
|
+
//Defaults to primary color
|
|
7
|
+
@extend .primary;
|
|
8
|
+
}
|
|
9
|
+
|
|
3
10
|
.primary {
|
|
4
11
|
@extend %colourShades;
|
|
5
12
|
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
//--s: 100%;
|
|
9
|
-
//--l: 19%;
|
|
10
|
-
//--h-light: 197;
|
|
11
|
-
//--s-light: 100%;
|
|
12
|
-
//--l-light: 40%;
|
|
13
|
-
|
|
14
|
-
--h: 205;
|
|
15
|
-
--s: 80%;
|
|
16
|
-
--l: 23%;
|
|
17
|
-
--h-light: 205;
|
|
18
|
-
--s-light: 80%;
|
|
19
|
-
--l-light: 40%;
|
|
20
|
-
|
|
21
|
-
--h-fg: var(--h);
|
|
22
|
-
--s-fg: 100%;
|
|
23
|
-
--l-fg: 89%;
|
|
24
|
-
|
|
25
|
-
//lch test
|
|
26
|
-
//--default: lch(26 29 260);
|
|
27
|
-
//--default-alpha70: lch(18 20 260);
|
|
28
|
-
}
|
|
13
|
+
--100: 90 17 260;
|
|
14
|
+
--200: 70 17 260;
|
|
29
15
|
|
|
30
|
-
:
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
--bg: hsl(207, 61%, 7%);
|
|
16
|
+
--600: 36 36 260;
|
|
17
|
+
--700: 29 30 260;
|
|
18
|
+
--800: 26 29 260;
|
|
19
|
+
--900: 19 23 260;
|
|
35
20
|
}
|
|
36
21
|
|
|
37
|
-
.
|
|
22
|
+
.primary-alt {
|
|
38
23
|
@extend %colourShades;
|
|
39
24
|
|
|
40
|
-
--
|
|
41
|
-
--
|
|
42
|
-
--l: 30%;
|
|
43
|
-
--h-light: 198;
|
|
44
|
-
--s-light: 90%;
|
|
45
|
-
--l-light: 58%;
|
|
25
|
+
--100: 90 17 246;
|
|
26
|
+
--200: 70 17 246;
|
|
46
27
|
|
|
47
|
-
--
|
|
48
|
-
--
|
|
49
|
-
--
|
|
28
|
+
--600: 51 40 246;
|
|
29
|
+
--700: 44 34 246;
|
|
30
|
+
--800: 41 33 246;
|
|
31
|
+
--900: 34 27 246;
|
|
50
32
|
}
|
|
51
33
|
|
|
52
|
-
.
|
|
34
|
+
.accent {
|
|
53
35
|
@extend %colourShades;
|
|
54
36
|
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
--h: 185;
|
|
64
|
-
--s: 50%;
|
|
65
|
-
--l: 30%;
|
|
66
|
-
--h-light: 185;
|
|
67
|
-
--s-light: 50%;
|
|
68
|
-
--l-light: 50%;
|
|
69
|
-
|
|
70
|
-
--h-fg: var(--h);
|
|
71
|
-
--s-fg: 100%;
|
|
72
|
-
--l-fg: 89%;
|
|
37
|
+
--100: 90 17 152;
|
|
38
|
+
--200: 70 17 152;
|
|
39
|
+
|
|
40
|
+
--600: 40 37 152;
|
|
41
|
+
--700: 33 31 152;
|
|
42
|
+
--800: 30 30 152;
|
|
43
|
+
--900: 23 24 152;
|
|
73
44
|
}
|
|
74
45
|
|
|
75
|
-
.accent {
|
|
46
|
+
.accent-alt {
|
|
76
47
|
@extend %colourShades;
|
|
77
48
|
|
|
78
|
-
|
|
79
|
-
|
|
80
|
-
|
|
81
|
-
|
|
82
|
-
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
|
|
86
|
-
--h: 146;
|
|
87
|
-
--s: 58%;
|
|
88
|
-
--l: 20%;
|
|
89
|
-
--h-light: 146;
|
|
90
|
-
--s-light: 58%;
|
|
91
|
-
--l-light: 48%;
|
|
92
|
-
|
|
93
|
-
--h-fg: var(--h);
|
|
94
|
-
--s-fg: 100%;
|
|
95
|
-
--l-fg: 89%;
|
|
49
|
+
--100: 90 17 206;
|
|
50
|
+
--200: 70 17 206;
|
|
51
|
+
|
|
52
|
+
--600: 52 30 206;
|
|
53
|
+
--700: 45 24 206;
|
|
54
|
+
--800: 42 23 206;
|
|
55
|
+
--900: 35 17 206;
|
|
96
56
|
}
|
|
97
57
|
|
|
98
58
|
.warn {
|
|
99
59
|
@extend %colourShades;
|
|
100
60
|
|
|
101
|
-
--
|
|
102
|
-
--
|
|
103
|
-
--l: 28%;
|
|
104
|
-
--h-light: 0;
|
|
105
|
-
--s-light: 85%;
|
|
106
|
-
--l-light: 48%;
|
|
61
|
+
--100: 90 17 40;
|
|
62
|
+
--200: 70 17 40;
|
|
107
63
|
|
|
108
|
-
--
|
|
109
|
-
--
|
|
110
|
-
--
|
|
64
|
+
--600: 40 75 40;
|
|
65
|
+
--700: 33 69 40;
|
|
66
|
+
--800: 30 68 40;
|
|
67
|
+
--900: 23 62 40;
|
|
111
68
|
}
|
package/css/ada.blue-new.css
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
.warn,.accent-alt,.accent,.primary-alt,.primary,:root{--fg100: lch(var(--100));--fg200: lch(var(--200));--bg600: lch(var(--600));--bg700: lch(var(--700));--bg800: lch(var(--800));--bg900: lch(var(--900));--panel-background: lch(var(--800) / 0.1)}:root{--bg-body: lch(5 8 260)}.primary,:root{--100: 90 17 260;--200: 70 17 260;--600: 36 36 260;--700: 29 30 260;--800: 26 29 260;--900: 19 23 260}.primary-alt{--100: 90 17 246;--200: 70 17 246;--600: 51 40 246;--700: 44 34 246;--800: 41 33 246;--900: 34 27 246}.accent{--100: 90 17 152;--200: 70 17 152;--600: 40 37 152;--700: 33 31 152;--800: 30 30 152;--900: 23 24 152}.accent-alt{--100: 90 17 206;--200: 70 17 206;--600: 52 30 206;--700: 45 24 206;--800: 42 23 206;--900: 35 17 206}.warn{--100: 90 17 40;--200: 70 17 40;--600: 40 75 40;--700: 33 69 40;--800: 30 68 40;--900: 23 62 40}
|
package/scss/ada.blue-new.scss
DELETED
|
@@ -1,68 +0,0 @@
|
|
|
1
|
-
@import "ada.theme-base";
|
|
2
|
-
|
|
3
|
-
:root {
|
|
4
|
-
--bg-body: lch(5 8 260);
|
|
5
|
-
|
|
6
|
-
//Defaults to primary color
|
|
7
|
-
@extend .primary;
|
|
8
|
-
}
|
|
9
|
-
|
|
10
|
-
.primary {
|
|
11
|
-
@extend %colourShades;
|
|
12
|
-
|
|
13
|
-
--100: 90 17 260;
|
|
14
|
-
--200: 70 17 260;
|
|
15
|
-
|
|
16
|
-
--600: 36 36 260;
|
|
17
|
-
--700: 29 30 260;
|
|
18
|
-
--800: 26 29 260;
|
|
19
|
-
--900: 19 23 260;
|
|
20
|
-
}
|
|
21
|
-
|
|
22
|
-
.primary-alt {
|
|
23
|
-
@extend %colourShades;
|
|
24
|
-
|
|
25
|
-
--100: 90 17 246;
|
|
26
|
-
--200: 70 17 246;
|
|
27
|
-
|
|
28
|
-
--600: 51 40 246;
|
|
29
|
-
--700: 44 34 246;
|
|
30
|
-
--800: 41 33 246;
|
|
31
|
-
--900: 34 27 246;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
.accent {
|
|
35
|
-
@extend %colourShades;
|
|
36
|
-
|
|
37
|
-
--100: 90 17 152;
|
|
38
|
-
--200: 70 17 152;
|
|
39
|
-
|
|
40
|
-
--600: 40 37 152;
|
|
41
|
-
--700: 33 31 152;
|
|
42
|
-
--800: 30 30 152;
|
|
43
|
-
--900: 23 24 152;
|
|
44
|
-
}
|
|
45
|
-
|
|
46
|
-
.accent-alt {
|
|
47
|
-
@extend %colourShades;
|
|
48
|
-
|
|
49
|
-
--100: 90 17 206;
|
|
50
|
-
--200: 70 17 206;
|
|
51
|
-
|
|
52
|
-
--600: 52 30 206;
|
|
53
|
-
--700: 45 24 206;
|
|
54
|
-
--800: 42 23 206;
|
|
55
|
-
--900: 35 17 206;
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
.warn {
|
|
59
|
-
@extend %colourShades;
|
|
60
|
-
|
|
61
|
-
--100: 90 17 40;
|
|
62
|
-
--200: 70 17 40;
|
|
63
|
-
|
|
64
|
-
--600: 40 75 40;
|
|
65
|
-
--700: 33 69 40;
|
|
66
|
-
--800: 30 68 40;
|
|
67
|
-
--900: 23 62 40;
|
|
68
|
-
}
|
|
File without changes
|
|
File without changes
|