maverick-wave 3.9.0 → 3.10.0

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.
@@ -8,7 +8,8 @@
8
8
  "Bash(git ls-remote:*)",
9
9
  "Bash(npm outdated:*)",
10
10
  "Bash(npm update:*)",
11
- "Bash(npm audit:*)"
11
+ "Bash(npm audit:*)",
12
+ "Bash(npx prettier *)"
12
13
  ]
13
14
  }
14
15
  }
package/CHANGELOG.md CHANGED
@@ -9,10 +9,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
  <<<<<<< HEAD
10
10
  <<<<<<< HEAD
11
11
  <<<<<<< HEAD
12
+ <<<<<<< HEAD
12
13
  ||||||| 4031dbb
13
14
  =======
14
15
  ||||||| 0be20d9
15
16
  =======
17
+ ||||||| da0294d
18
+ =======
19
+ ## [3.10.0] - 2026-08-10
20
+
21
+ ### Added
22
+
23
+ - kanban board
24
+
25
+ >>>>>>> main
16
26
  ## [3.9.0] - 2026-08-07
17
27
 
18
28
  ### Fixed
package/index.html CHANGED
@@ -382,6 +382,7 @@
382
382
  <a href="#page-header" class="mw-section-btn">Page Header</a>
383
383
  <a href="#meta-info" class="mw-section-btn">Meta Info</a>
384
384
  <a href="#tables" class="mw-section-btn">Tables</a>
385
+ <a href="#kanban" class="mw-section-btn">Kanban</a>
385
386
  <a href="#pagination" class="mw-section-btn">Pagination</a>
386
387
  <a href="#timelines" class="mw-section-btn">Timelines</a>
387
388
  <a href="#gallery" class="mw-section-btn">Image Gallery</a>
@@ -407,6 +408,11 @@
407
408
  @@include('./src/partials/tables-container.html')
408
409
  </div>
409
410
 
411
+ <!-- Kanban container -->
412
+ <div id="kanban">
413
+ @@include('./src/partials/kanban-container.html')
414
+ </div>
415
+
410
416
  <!-- Pagination container -->
411
417
  <div id="pagination">
412
418
  @@include('./src/partials/pagination-container.html')