@rsktash/beads-ui 0.1.14 → 0.1.16

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.
package/dist/index.html CHANGED
@@ -4,7 +4,7 @@
4
4
  <meta charset="UTF-8" />
5
5
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
6
6
  <title>Beads UI</title>
7
- <script type="module" crossorigin src="/assets/index-DuLF7942.js"></script>
7
+ <script type="module" crossorigin src="/assets/index-CZ33pATX.js"></script>
8
8
  <link rel="stylesheet" crossorigin href="/assets/index-Ux6DCth7.css">
9
9
  </head>
10
10
  <body style="background: #FDFBF7; color: #1A1A1A;">
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@rsktash/beads-ui",
3
- "version": "0.1.14",
3
+ "version": "0.1.16",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "https://github.com/rsktash/beads-ui.git"
@@ -37,6 +37,10 @@ export function printUsage(out_stream) {
37
37
  ' Set FILE_ATTACHMENT_BASE_URL to resolve them at render time.',
38
38
  ' Example: attach://bead-42/shot.png becomes',
39
39
  ' ${FILE_ATTACHMENT_BASE_URL}/bead-42/shot.png',
40
+ '',
41
+ 'Issue mentions:',
42
+ ' Use #issue-id to mention issues in markdown (e.g., #yuklar-985).',
43
+ ' These are auto-linked to the issue detail page.',
40
44
  ''
41
45
  ];
42
46
  for (const line of lines) {