@axium/client 0.19.3 → 0.19.5

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/assets/styles.css CHANGED
@@ -8,8 +8,8 @@ body {
8
8
  font-family: sans-serif;
9
9
  font-size: 16px;
10
10
  background-color: var(--bg-normal);
11
- color: hsl(0 0 var(--fg-light));
12
- accent-color: hsl(0 0 var(--fg-light));
11
+ color: var(--fg-normal);
12
+ accent-color: var(--fg-normal);
13
13
  overflow-y: scroll;
14
14
  }
15
15
 
@@ -34,16 +34,16 @@ select,
34
34
  textarea {
35
35
  border: var(--border-accent);
36
36
  background-color: var(--bg-normal);
37
- font-family: inherit;
38
- color: hsl(0 0 var(--fg-light));
39
- accent-color: hsl(0 0 var(--fg-light));
37
+ font: inherit;
38
+ color: inherit;
39
+ accent-color: inherit;
40
40
  }
41
41
 
42
42
  input,
43
43
  button,
44
44
  select {
45
45
  border-radius: 0.5em;
46
- padding: 0.5em 1em;
46
+ padding: 0.4em 0.75em;
47
47
  }
48
48
 
49
49
  button {
package/assets/theme.css CHANGED
@@ -40,6 +40,7 @@ html {
40
40
  --bg-warning: hsl(60 40 var(--bg-light-status));
41
41
  --bg-success: hsl(120 40 var(--bg-light-status));
42
42
 
43
+ --fg-normal: hsl(0 0 var(--fg-light));
43
44
  --fg-accent: hsl(var(--hue) 15 var(--fg-light));
44
45
  --fg-strong: hsl(var(--hue) 25 calc(var(--fg-light) - var(--light-step)));
45
46
 
package/dist/locales.d.ts CHANGED
@@ -79,7 +79,9 @@ declare let currentLoaded: {
79
79
  readonly ok: "Okay";
80
80
  readonly preferences: "Preferences";
81
81
  readonly register: "Register";
82
+ readonly rename: "Rename";
82
83
  readonly sessions: "Sessions";
84
+ readonly share: "Share";
83
85
  readonly success: "Success";
84
86
  readonly unknown: "Unknown";
85
87
  readonly unnamed: "Unnamed";
package/lib/Icon.svelte CHANGED
@@ -14,5 +14,6 @@
14
14
  height: var(--size, 1em);
15
15
  display: inline-block;
16
16
  fill: var(--fill, hsl(var(--hue) 0 var(--fg-light)));
17
+ user-select: none;
17
18
  }
18
19
  </style>
package/locales/en.json CHANGED
@@ -73,7 +73,9 @@
73
73
  "ok": "Okay",
74
74
  "preferences": "Preferences",
75
75
  "register": "Register",
76
+ "rename": "Rename",
76
77
  "sessions": "Sessions",
78
+ "share": "Share",
77
79
  "success": "Success",
78
80
  "unknown": "Unknown",
79
81
  "unnamed": "Unnamed",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.19.3",
3
+ "version": "0.19.5",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",