drab 4.1.1 → 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
  * {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "drab",
3
- "version": "4.1.1",
3
+ "version": "4.1.2",
4
4
  "description": "An Unstyled Svelte Component Library",
5
5
  "keywords": [
6
6
  "components",