wox-gui 0.1.9 → 0.1.10

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.
@@ -130,7 +130,7 @@ class q extends w {
130
130
  :host { display: inline-block; }
131
131
  button {
132
132
  display: flex; align-items: center; justify-content: center; gap: 6px;
133
- background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
133
+ background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border, #333)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
134
134
  cursor: pointer; font-family: var(--wox-font, sans-serif); font-size: var(--wox-font-size-base, 12px);
135
135
  transition: all var(--wox-transition-fast, 0.12s); border-radius: var(--wox-radius-sm, 3px);
136
136
  padding: 0; margin: 0; line-height: 1; user-select: none;
package/dist/wox-gui.js CHANGED
@@ -130,7 +130,7 @@ class nt extends v {
130
130
  :host { display: inline-block; }
131
131
  button {
132
132
  display: flex; align-items: center; justify-content: center; gap: 6px;
133
- background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
133
+ background: transparent; border: 1px solid var(--wox-btn-border, var(--wox-border, #333)); border-style: var(--wox-btn-border-style, solid); color: var(--wox-btn-text, var(--wox-text-secondary, #999));
134
134
  cursor: pointer; font-family: var(--wox-font, sans-serif); font-size: var(--wox-font-size-base, 12px);
135
135
  transition: all var(--wox-transition-fast, 0.12s); border-radius: var(--wox-radius-sm, 3px);
136
136
  padding: 0; margin: 0; line-height: 1; user-select: none;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "wox-gui",
3
- "version": "0.1.9",
3
+ "version": "0.1.10",
4
4
  "description": "WOX — Web Component UI library",
5
5
  "type": "module",
6
6
  "main": "./dist/wox-gui.js",