drab 4.1.0 → 4.1.1
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.
@@ -52,11 +52,11 @@ A complementary component to the `FrettedChord` for displaying a measure of tabl
|
|
52
52
|
];
|
53
53
|
</script>
|
54
54
|
|
55
|
-
<div class="font-mono">
|
56
|
-
<div class="mb-8 h-24
|
55
|
+
<div class="font-mono font-semibold">
|
56
|
+
<div class="mb-8 h-24">
|
57
57
|
<Tablature {notes} repeatStart />
|
58
58
|
</div>
|
59
|
-
<div class="h-16 text-
|
59
|
+
<div class="h-16 text-sm">
|
60
60
|
<Tablature {notes} strings={4} repeatEnd />
|
61
61
|
</div>
|
62
62
|
</div>
|
@@ -148,10 +148,11 @@ const dotYOffset = () => {
|
|
148
148
|
position: absolute;
|
149
149
|
line-height: 0;
|
150
150
|
margin-left: -0.5ch;
|
151
|
+
letter-spacing: 0.1em;
|
151
152
|
}
|
152
153
|
.string {
|
153
154
|
position: absolute;
|
154
|
-
opacity:
|
155
|
+
opacity: 35%;
|
155
156
|
width: 100%;
|
156
157
|
border-top: 1px solid currentColor;
|
157
158
|
}
|
@@ -78,11 +78,11 @@ export type TablatureSlots = typeof __propDef.slots;
|
|
78
78
|
* ];
|
79
79
|
* </script>
|
80
80
|
*
|
81
|
-
* <div class="font-mono">
|
82
|
-
* <div class="mb-8 h-24
|
81
|
+
* <div class="font-mono font-semibold">
|
82
|
+
* <div class="mb-8 h-24">
|
83
83
|
* <Tablature {notes} repeatStart />
|
84
84
|
* </div>
|
85
|
-
* <div class="h-16 text-
|
85
|
+
* <div class="h-16 text-sm">
|
86
86
|
* <Tablature {notes} strings={4} repeatEnd />
|
87
87
|
* </div>
|
88
88
|
* </div>
|