@axium/client 0.13.1 → 0.13.2

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
@@ -141,9 +141,8 @@ dialog form {
141
141
 
142
142
  progress {
143
143
  appearance: none;
144
- border: none;
145
144
  height: 0.5em;
146
- border-radius: 1em;
145
+ border-radius: 0.5em;
147
146
  overflow: hidden;
148
147
  background-color: var(--bg-normal);
149
148
  border: 1px solid var(--border-accent);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.13.1",
3
+ "version": "0.13.2",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",