@necrolab/dashboard 0.4.212 → 0.4.213

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@necrolab/dashboard",
3
- "version": "0.4.212",
3
+ "version": "0.4.213",
4
4
  "scripts": {
5
5
  "build": "npx workbox-cli generateSW workbox-config.js && vite build",
6
6
  "dev": "vite",
@@ -22,7 +22,7 @@
22
22
  </div>
23
23
 
24
24
  <div
25
- class="text-white bg-dark-500 mb-3 rounded border-dark-550 border-2 flex items-center justify-between h-10"
25
+ class="text-white bg-dark-500 mb-3 px-3 rounded border-dark-550 border-2 flex items-center justify-between h-10"
26
26
  >
27
27
  <span class="w-1/3">Checkout Proxies</span>
28
28
  <Dropdown
@@ -36,7 +36,7 @@
36
36
  </div>
37
37
 
38
38
  <div
39
- class="text-white bg-dark-500 mb-3 rounded border-dark-550 border-2 flex items-center justify-between h-10"
39
+ class="text-white bg-dark-500 mb-3 px-3 rounded border-dark-550 border-2 flex items-center justify-between h-10"
40
40
  >
41
41
  <span class="w-1/3">Queue Proxies</span>
42
42
  <Dropdown