lightview 2.2.1 → 2.2.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.
@@ -380,7 +380,7 @@ $('#app').content(App);`,
380
380
  {
381
381
  button: {
382
382
  class: 'format-btn html',
383
- href: './reviews.html',
383
+ href: '/docs/getting-started/reviews.html',
384
384
  target: '#reviews-box',
385
385
  onclick: () => loadFormat('HTML', './reviews.html'),
386
386
  children: ['📄 HTML']
@@ -389,7 +389,7 @@ $('#app').content(App);`,
389
389
  {
390
390
  button: {
391
391
  class: 'format-btn vdom',
392
- href: './reviews.vdom',
392
+ href: '/docs/getting-started/reviews.vdom',
393
393
  target: '#reviews-box',
394
394
  onclick: () => loadFormat('VDOM', './reviews.vdom'),
395
395
  children: ['🔷 VDOM']
@@ -398,7 +398,7 @@ $('#app').content(App);`,
398
398
  {
399
399
  button: {
400
400
  class: 'format-btn odom',
401
- href: './reviews.odom',
401
+ href: '/docs/getting-started/reviews.odom',
402
402
  target: '#reviews-box',
403
403
  onclick: () => loadFormat('ODOM', './reviews.odom'),
404
404
  children: ['🔶 Object DOM']
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "lightview",
3
- "version": "2.2.1",
3
+ "version": "2.2.2",
4
4
  "description": "A lightweight reactive UI library with features of Bau, Juris, and HTMX",
5
5
  "main": "lightview.js",
6
6
  "workspaces": [