lexxy 0.7.2.beta → 0.7.3.beta

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.
@@ -33,6 +33,7 @@
33
33
  --lexxy-color-selected: var(--lexxy-color-accent-lightest);
34
34
  --lexxy-color-selected-hover: var(--lexxy-color-accent-light);
35
35
  --lexxy-color-selected-dark: var(--lexxy-color-blue);
36
+ --lexxy-color-selected-50: color-mix(in oklch, var(--lexxy-color-selected-dark) 50%, transparent);
36
37
  --lexxy-color-code-bg: var(--lexxy-color-ink-lightest);
37
38
 
38
39
  /* Text color highlights */
@@ -60,8 +61,12 @@
60
61
  --lexxy-color-table-header-bg: var(--lexxy-color-ink-lightest);
61
62
  --lexxy-color-table-cell-border: var(--lexxy-color-ink-lighter);
62
63
  --lexxy-color-table-cell-selected: var(--lexxy-color-selected);
63
- --lexxy-color-table-cell-selected-border: highlight;
64
- --lexxy-color-table-cell-selected-bg: highlight;
64
+ --lexxy-color-table-cell-selected-border: var(--lexxy-color-selected-dark);
65
+ --lexxy-color-table-cell-selected-bg: var(--lexxy-color-accent-lightest);
66
+ --lexxy-color-table-cell-add: var(--lexxy-color-selected-50);
67
+ --lexxy-color-table-cell-toggle: var(--lexxy-color-accent-lightest);
68
+ --lexxy-color-table-cell-remove: oklch(60% 0.15 27 / 0.1);
69
+ --lexxy-table-cell-add-size: 4px;
65
70
 
66
71
  /* Typography */
67
72
  --lexxy-font-base: system-ui, sans-serif;
@@ -71,10 +76,11 @@
71
76
 
72
77
  /* Focus ring */
73
78
  --lexxy-focus-ring-color: var(--lexxy-color-accent-dark);
74
- --lexxy-focus-ring-offset: 0;
79
+ --lexxy-focus-ring-offset: -2px;
75
80
  --lexxy-focus-ring-size: 2px;
76
81
 
77
82
  /* Misc */
83
+ --lexxy-toolbar-button-size: 2lh;
78
84
  --lexxy-radius: 0.5ch;
79
85
  --lexxy-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
80
86
  --lexxy-z-popup: 1000;
data/lib/lexxy/version.rb CHANGED
@@ -1,3 +1,3 @@
1
1
  module Lexxy
2
- VERSION = "0.7.2.beta"
2
+ VERSION = "0.7.3.beta"
3
3
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lexxy
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.7.2.beta
4
+ version: 0.7.3.beta
5
5
  platform: ruby
6
6
  authors:
7
7
  - Jorge Manrubia