drab 4.1.0 → 4.1.2

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.
@@ -37,7 +37,7 @@
37
37
  <Editor
38
38
  classButton="button button-primary"
39
39
  classControls="flex gap-2"
40
- classTextarea="input w-full h-36 mb-2"
40
+ classTextarea="input h-36 mb-2"
41
41
  placeholderTextarea="asterisk: ctrl+i, anchor: ctrl+["
42
42
  contentElements={[
43
43
  {
@@ -76,7 +76,7 @@ export type EditorSlots = typeof __propDef.slots;
76
76
  * <Editor
77
77
  * classButton="button button-primary"
78
78
  * classControls="flex gap-2"
79
- * classTextarea="input w-full h-36 mb-2"
79
+ * classTextarea="input h-36 mb-2"
80
80
  * placeholderTextarea="asterisk: ctrl+i, anchor: ctrl+["
81
81
  * contentElements={[
82
82
  * {
@@ -24,7 +24,7 @@ Try it out and generate code: [FrettedChord Creator](https://svelte.dev/repl/577
24
24
  </script>
25
25
 
26
26
  <FrettedChord
27
- class="font-mono text-foreground"
27
+ class="font-mono"
28
28
  name="D"
29
29
  notes={[
30
30
  {
@@ -47,7 +47,7 @@ export type FrettedChordSlots = typeof __propDef.slots;
47
47
  * </script>
48
48
  *
49
49
  * <FrettedChord
50
- * class="font-mono text-foreground"
50
+ * class="font-mono"
51
51
  * name="D"
52
52
  * notes={[
53
53
  * {
@@ -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 text-sm">
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-xs">
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: 40%;
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 text-sm">
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-xs">
85
+ * <div class="h-16 text-sm">
86
86
  * <Tablature {notes} strings={4} repeatEnd />
87
87
  * </div>
88
88
  * </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drab",
3
- "version": "4.1.0",
3
+ "version": "4.1.2",
4
4
  "description": "An Unstyled Svelte Component Library",
5
5
  "keywords": [
6
6
  "components",