lines-overlay 0.1.17 → 0.1.18
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.
|
@@ -14,7 +14,7 @@ const css = {
|
|
|
14
14
|
borderWidth: 1,
|
|
15
15
|
borderStyle: 'solid',
|
|
16
16
|
borderColor: 'rgba(148,163,184,0.8)',
|
|
17
|
-
backgroundColor: 'rgba(255,255,255,0.
|
|
17
|
+
backgroundColor: 'rgba(255,255,255,0.70)',
|
|
18
18
|
boxShadow: '0 1px 3px rgba(15,23,42,0.2)',
|
|
19
19
|
display: 'flex',
|
|
20
20
|
alignItems: 'center',
|
|
@@ -6,6 +6,7 @@ const css = {
|
|
|
6
6
|
position: 'fixed',
|
|
7
7
|
bottom: 52,
|
|
8
8
|
right: 8,
|
|
9
|
+
zIndex: 1000,
|
|
9
10
|
pointerEvents: 'auto',
|
|
10
11
|
fontSize: '0.875rem',
|
|
11
12
|
backgroundColor: 'rgba(255,255,255,0.94)',
|
|
@@ -35,6 +36,7 @@ const css = {
|
|
|
35
36
|
display: 'flex',
|
|
36
37
|
alignItems: 'flex-end',
|
|
37
38
|
gap: 8,
|
|
39
|
+
borderRadius: 6,
|
|
38
40
|
},
|
|
39
41
|
inputWrapper: {
|
|
40
42
|
width: 104,
|
package/components/data.ts
CHANGED
|
@@ -12,7 +12,7 @@ const css = {
|
|
|
12
12
|
borderWidth: 1,
|
|
13
13
|
borderStyle: 'solid',
|
|
14
14
|
borderColor: 'rgba(148,163,184,0.8)',
|
|
15
|
-
backgroundColor: 'rgba(255,255,255,0.
|
|
15
|
+
backgroundColor: 'rgba(255,255,255,0.70)',
|
|
16
16
|
boxShadow: '0 1px 3px rgba(15,23,42,0.2)',
|
|
17
17
|
display: 'flex',
|
|
18
18
|
alignItems: 'center',
|
|
@@ -6,6 +6,7 @@ const css = {
|
|
|
6
6
|
position: 'fixed',
|
|
7
7
|
bottom: 52,
|
|
8
8
|
right: 8,
|
|
9
|
+
zIndex: 1000,
|
|
9
10
|
pointerEvents: 'auto',
|
|
10
11
|
fontSize: '0.875rem',
|
|
11
12
|
backgroundColor: 'rgba(255,255,255,0.94)',
|
|
@@ -35,6 +36,7 @@ const css = {
|
|
|
35
36
|
display: 'flex',
|
|
36
37
|
alignItems: 'flex-end',
|
|
37
38
|
gap: 8,
|
|
39
|
+
borderRadius: 6,
|
|
38
40
|
},
|
|
39
41
|
inputWrapper: {
|
|
40
42
|
width: 104,
|
package/dist/components/data.js
CHANGED