@axium/client 0.19.1 → 0.19.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
@@ -76,7 +76,7 @@ button {
76
76
  }
77
77
  }
78
78
 
79
- button.reset {
79
+ button:where(.reset) {
80
80
  border-radius: unset;
81
81
  border: none;
82
82
  background-color: unset;
@@ -360,7 +360,7 @@ div.toast {
360
360
 
361
361
  @media (width < 700px) {
362
362
  .mobile-hide {
363
- display: none !important;
363
+ display: none;
364
364
  }
365
365
 
366
366
  .mobile-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@axium/client",
3
- "version": "0.19.1",
3
+ "version": "0.19.2",
4
4
  "author": "James Prevett <jp@jamespre.dev>",
5
5
  "funding": {
6
6
  "type": "individual",