nodality 1.0.114 → 1.0.116

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.
Files changed (161) hide show
  1. package/dist/animator.cjs.js +1 -1
  2. package/dist/animator.esm.js +1 -1
  3. package/dist/audionew.cjs.js +1 -1
  4. package/dist/audionew.esm.js +1 -1
  5. package/dist/beta-desktop-bar.cjs.js +1 -1
  6. package/dist/beta-desktop-bar.esm.js +1 -1
  7. package/dist/beta-mobile-bar.cjs.js +1 -1
  8. package/dist/beta-mobile-bar.esm.js +1 -1
  9. package/dist/bundle.umd.js +1 -1
  10. package/dist/button.cjs.js +1 -1
  11. package/dist/button.esm.js +1 -1
  12. package/dist/center.cjs.js +1 -1
  13. package/dist/center.esm.js +1 -1
  14. package/dist/checkbox.cjs.js +1 -1
  15. package/dist/checkbox.esm.js +1 -1
  16. package/dist/code.cjs.js +1 -1
  17. package/dist/code.esm.js +1 -1
  18. package/dist/container.cjs.js +1 -1
  19. package/dist/container.esm.js +1 -1
  20. package/dist/designer.cjs.js +1 -1
  21. package/dist/designer.esm.js +1 -1
  22. package/dist/dropdown.cjs.js +1 -1
  23. package/dist/dropdown.esm.js +1 -1
  24. package/dist/element-mapper.cjs.js +1 -1
  25. package/dist/element-mapper.esm.js +1 -1
  26. package/dist/finalresult.esm.js +1 -1
  27. package/dist/flex-card.cjs.js +1 -1
  28. package/dist/flex-card.esm.js +1 -1
  29. package/dist/flex-grid.cjs.js +1 -1
  30. package/dist/flex-grid.esm.js +1 -1
  31. package/dist/flex-row.cjs.js +1 -1
  32. package/dist/flex-row.esm.js +1 -1
  33. package/dist/floating-input.cjs.js +1 -1
  34. package/dist/floating-input.esm.js +1 -1
  35. package/dist/free.cjs.js +1 -1
  36. package/dist/free.esm.js +1 -1
  37. package/dist/image-picker.cjs.js +1 -1
  38. package/dist/image-picker.esm.js +1 -1
  39. package/dist/image.cjs.js +1 -1
  40. package/dist/image.esm.js +1 -1
  41. package/dist/index.cjs.js +1 -1
  42. package/dist/index.esm.js +1 -1
  43. package/dist/link-getter.cjs.js +1 -1
  44. package/dist/link-getter.esm.js +1 -1
  45. package/dist/link.cjs.js +1 -1
  46. package/dist/link.esm.js +1 -1
  47. package/dist/multiswitcher.cjs.js +1 -1
  48. package/dist/multiswitcher.esm.js +1 -1
  49. package/dist/new-nav-bar.cjs.js +1 -1
  50. package/dist/new-nav-bar.esm.js +1 -1
  51. package/dist/picker.cjs.js +1 -1
  52. package/dist/picker.esm.js +1 -1
  53. package/dist/side-nav-bar.cjs.js +1 -1
  54. package/dist/side-nav-bar.esm.js +1 -1
  55. package/dist/simple-bar.cjs.js +1 -1
  56. package/dist/simple-bar.esm.js +1 -1
  57. package/dist/slider-2025.cjs.js +1 -1
  58. package/dist/slider-2025.esm.js +1 -1
  59. package/dist/table.cjs.js +1 -1
  60. package/dist/table.esm.js +1 -1
  61. package/dist/text-field.cjs.js +1 -1
  62. package/dist/text-field.esm.js +1 -1
  63. package/dist/text.cjs.js +1 -1
  64. package/dist/text.esm.js +1 -1
  65. package/dist/ulist.cjs.js +1 -1
  66. package/dist/ulist.esm.js +1 -1
  67. package/dist/video.cjs.js +1 -1
  68. package/dist/video.esm.js +1 -1
  69. package/dist/zoom-card.cjs.js +1 -1
  70. package/dist/zoom-card.esm.js +1 -1
  71. package/layout/animator.js +58 -32
  72. package/layout/audio.js +1 -1
  73. package/layout/audionew.js +1 -1
  74. package/layout/base-2.js +1 -1
  75. package/layout/base.js +1 -1
  76. package/layout/beta-desktop-bar.js +1 -1
  77. package/layout/beta-mobile-bar.js +1 -1
  78. package/layout/box.js +1 -1
  79. package/layout/button.js +1 -1
  80. package/layout/cards.js +1 -1
  81. package/layout/center.js +1 -1
  82. package/layout/checkbox.js +1 -1
  83. package/layout/circle.js +1 -1
  84. package/layout/clean-row.js +1 -1
  85. package/layout/code.js +1 -1
  86. package/layout/container.js +1 -1
  87. package/layout/custom.js +1 -1
  88. package/layout/div-image.js +1 -1
  89. package/layout/dropdown-2025.js +1 -1
  90. package/layout/dropdown.js +1 -1
  91. package/layout/empty-element.js +1 -1
  92. package/layout/external-stylesheet.js +1 -1
  93. package/layout/flex-card.js +1 -1
  94. package/layout/flex-grid.js +1 -1
  95. package/layout/flex-row.js +1 -1
  96. package/layout/footer.js +1 -1
  97. package/layout/form-components/custom.js +1 -1
  98. package/layout/form-components/data-list.js +1 -1
  99. package/layout/form-components/floating-input.js +1 -1
  100. package/layout/form-components/form-all.js +1 -1
  101. package/layout/form-components/form.js +1 -1
  102. package/layout/form-components/image-picker.js +1 -1
  103. package/layout/form-components/picker.js +1 -1
  104. package/layout/form-components/radio.js +1 -1
  105. package/layout/form-components/radiogroup.js +1 -1
  106. package/layout/form-components/range.js +1 -1
  107. package/layout/free.js +1 -1
  108. package/layout/grid-new.js +1 -1
  109. package/layout/grid-switcher.js +1 -1
  110. package/layout/grid.js +1 -1
  111. package/layout/group.js +1 -1
  112. package/layout/header.js +1 -1
  113. package/layout/horizontal-scroller.js +1 -1
  114. package/layout/image-old.js +1 -1
  115. package/layout/image.js +1 -1
  116. package/layout/index.js +1 -1
  117. package/layout/label.js +1 -1
  118. package/layout/link.js +1 -1
  119. package/layout/list-OLD.js +1 -1
  120. package/layout/list.js +1 -1
  121. package/layout/meta-adder.js +1 -1
  122. package/layout/modal-2025.js +1 -1
  123. package/layout/modernwrap.js +1 -1
  124. package/layout/multiswitcher.js +1 -1
  125. package/layout/multiswitcherBeta.js +1 -1
  126. package/layout/nav-bar.js +1 -1
  127. package/layout/nav-factor/custom-div.js +1 -1
  128. package/layout/navBar-OLD.js +1 -1
  129. package/layout/new-flat-adder.js +1 -1
  130. package/layout/new-nav-bar.js +1 -1
  131. package/layout/offset-container.js +1 -1
  132. package/layout/polygon.js +1 -1
  133. package/layout/progress.js +1 -1
  134. package/layout/row.js +1 -1
  135. package/layout/saved-new-nav-bar.js +1 -1
  136. package/layout/scroll-video.js +1 -1
  137. package/layout/side-bar.js +1 -1
  138. package/layout/side-nav-bar.js +1 -1
  139. package/layout/simple-bar.js +1 -1
  140. package/layout/slider-2025.js +1 -1
  141. package/layout/spacer.js +1 -1
  142. package/layout/stack.js +1 -1
  143. package/layout/styler.js +1 -1
  144. package/layout/switcher.js +1 -1
  145. package/layout/table.js +1 -1
  146. package/layout/text-field.js +1 -1
  147. package/layout/text.js +1 -1
  148. package/layout/ulist.js +1 -1
  149. package/layout/video.js +1 -1
  150. package/layout/without-new.js +1 -1
  151. package/layout/wrap.js +1 -1
  152. package/layout/zoom-card.js +1 -1
  153. package/lib/card-getter.js +1 -1
  154. package/lib/designer.js +1 -1
  155. package/lib/element-mapper.js +1 -1
  156. package/lib/keyframe-animation.js +1 -1
  157. package/lib/link-getter.js +1 -1
  158. package/lib/scroll-video.js +1 -1
  159. package/lib/stacker.js +1 -1
  160. package/lib/transform-anim.js +1 -1
  161. package/package.json +1 -1
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -124,10 +124,10 @@ class Animator {
124
124
  obj.resprop && this.resprop(obj.resprop);
125
125
  obj.keySet && this.keySet(obj.keySet);
126
126
  obj.hide && this.isHidden(obj.hide);
127
- obj.transform && this.reactOnTransform(obj.transform);
127
+ obj.transform && this.reactOnTransform(obj.transform);
128
128
 
129
129
  (obj.opacity !== undefined) && (this.res.style.opacity = obj.opacity);
130
-
130
+
131
131
  // Font weight handling
132
132
  if (obj.bold) {
133
133
  this.res.style.fontWeight = "bold";
@@ -135,6 +135,8 @@ obj.transform && this.reactOnTransform(obj.transform);
135
135
  this.res.style.fontWeight = obj.weight;
136
136
  }
137
137
 
138
+
139
+
138
140
  return this;
139
141
  }
140
142
 
@@ -374,6 +376,7 @@ _setupResponsiveManager() {
374
376
  }, 0);
375
377
  }
376
378
 
379
+
377
380
  resprop(arr) {
378
381
  // --- 1. CONFIGURATION & NORMALIZATION ---
379
382
  const breakpoints = {
@@ -382,30 +385,34 @@ resprop(arr) {
382
385
  };
383
386
  const excludedKeys = ['resprop', 'breakpoint', 'value', 'values', 'range'];
384
387
 
385
- // A. Normalize breakpoints and assign range (handles named, [min, max], and "px" inputs)
388
+ // A. Normalize ranges: Treat "800px" as [0, 800] (Max-Width logic)
386
389
  arr.forEach(item => {
387
390
  if (breakpoints[item.breakpoint] !== undefined) {
388
391
  item.range = breakpoints[item.breakpoint];
389
392
  } else if (Array.isArray(item.breakpoint) && item.breakpoint.length === 2) {
390
- item.range = [parseInt(item.breakpoint[0], 10), parseInt(item.breakpoint[1], 10)];
393
+ item.range = [
394
+ parseInt(item.breakpoint[0], 10),
395
+ parseInt(item.breakpoint[1], 10)
396
+ ];
391
397
  } else {
392
- item.range = [parseInt(item.breakpoint, 10), 100000];
398
+ // "800px" now becomes [0, 800]
399
+ item.range = [0, parseInt(item.breakpoint, 10)];
393
400
  }
394
401
  });
395
402
 
396
- // B. Sort by the minimum value of the range
397
- arr.sort((a, b) => a.range[0] - b.range[0]);
403
+ // B. SORTING: Sort by MAX value ascending.
404
+ // This ensures that if width is 500px, "800px" is checked before "1060px".
405
+ arr.sort((a, b) => a.range[1] - b.range[1]);
398
406
 
399
- // C. Find/Ensure the base style object
407
+ // C. Ensure the default/fallback is present
400
408
  let defaultItem = arr.find(item => item.breakpoint === "default");
401
409
  if (!defaultItem) {
402
410
  defaultItem = { breakpoint: "default", range: breakpoints.default };
403
411
  arr.unshift(defaultItem);
404
412
  }
405
413
 
406
- // --- 2. STATE CAPTURE & RESET PREPARATION ---
414
+ // --- 2. STATE CAPTURE ---
407
415
 
408
- // D. Capture initial non-responsive styles (for global reset)
409
416
  this.prevStyles = {};
410
417
  for (const prop in this.res.style) {
411
418
  if (this.res.style.hasOwnProperty(prop) && isNaN(parseInt(prop))) {
@@ -413,7 +420,6 @@ resprop(arr) {
413
420
  }
414
421
  }
415
422
 
416
- // E. Identify all properties that are responsive (e.g., 'color', 'size')
417
423
  const responsiveProps = new Set();
418
424
  arr.forEach(bp => {
419
425
  Object.keys(bp).forEach(key => {
@@ -423,24 +429,23 @@ resprop(arr) {
423
429
  });
424
430
  });
425
431
 
426
- // F. Ensure 'defaultItem' holds the base/reset value for every responsive property.
432
+ // Fill defaultItem with fallback values
427
433
  responsiveProps.forEach(key => {
428
434
  if (defaultItem[key] === undefined) {
429
435
  defaultItem[key] = this.options[key] || "initial";
430
436
  }
431
437
  });
432
438
 
433
-
434
- // --- 3. CORE LOGIC: The Responsive Task Function ---
439
+ // --- 3. CORE LOGIC ---
435
440
  const respropTask = () => {
436
441
  const width = window.innerWidth;
437
442
  let applied = defaultItem;
438
443
 
439
- // 1. RANGE LOGIC: Find the exact breakpoint whose range matches the current width.
444
+ // 1. Find the first matching range.
445
+ // Because we sorted ascending, the smallest matching "max-width" wins.
440
446
  for (let i = 0; i < arr.length; i++) {
441
447
  const bp = arr[i];
442
448
  const [min, max] = bp.range;
443
-
444
449
  if (bp.breakpoint === "default") continue;
445
450
 
446
451
  if (width >= min && width <= max) {
@@ -451,38 +456,59 @@ resprop(arr) {
451
456
 
452
457
  // --- Apply Styles ---
453
458
 
454
- // A. Full Reset: Restore all non-responsive styles.
455
- /* for (const key in this.prevStyles) {
456
- this.res.style[key] = this.prevStyles[key];
457
- }*/
458
-
459
- // B. Clear Responsive Props: Apply the 'default' item's base values.
459
+ // B. Reset: Apply base values first
460
460
  responsiveProps.forEach(key => {
461
- this.res.style[key] = defaultItem[key];
461
+ // Special handling for keySet during reset
462
+ if (key === 'keySet') {
463
+ const ks = defaultItem[key];
464
+ if (ks && ks.key) this.res.style[ks.key] = ks.value;
465
+ } else {
466
+ this.res.style[key] = defaultItem[key];
467
+
468
+
469
+ }
462
470
  });
471
+
472
+
463
473
 
464
- // C. Apply Overrides: Apply the properties of the currently matching breakpoint
474
+ // C. Overrides: Apply matching breakpoint values
465
475
  for (const key in applied) {
476
+
477
+ if (key === "exact"){
478
+ //alert(key);
479
+ console.log("APPL");
480
+ console.log(applied);
481
+ console.log(this.set);
482
+ this.set(applied);
483
+ //this.set({key: })
484
+ }
485
+
486
+
466
487
  if (!excludedKeys.includes(key) && key !== 'range') {
467
488
  const value = applied[key];
468
489
 
469
- if (typeof this[key] === 'function') {
470
- // Custom property (e.g., this.size(value)): call the internal method
490
+ // NEW: Handle your keySet object {key: "...", value: "..."}
491
+ if (key === 'keySet' && value && value.key) {
492
+ this.res.style[value.key] = value.value;
493
+ }
494
+ // Handle internal methods (e.g., this.width("300px"))
495
+ else if (typeof this[key] === 'function') {
471
496
  this[key](value);
472
- } else {
473
- // Standard CSS property: set the style directly.
497
+ }
498
+ // Handle direct CSS property assignment
499
+ else {
474
500
  this.res.style[key] = value;
475
501
  }
502
+
503
+
504
+
476
505
  }
477
506
  }
478
507
  };
479
508
 
480
-
481
509
  // --- 4. REGISTRATION ---
482
510
  this._responsiveTasks = this._responsiveTasks || [];
483
511
  this._responsiveTasks.push(respropTask);
484
-
485
- // Ensure the unified handler is set up and starts listening
486
512
  this._setupResponsiveManager();
487
513
  }
488
514
 
package/layout/audio.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/base-2.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/base.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/box.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/button.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/cards.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/center.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/circle.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/code.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/custom.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/footer.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/free.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/grid.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/group.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/header.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/image.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/index.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/label.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/link.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/list.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
package/layout/nav-bar.js CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * nodality v1.0.114
2
+ * nodality v1.0.116
3
3
  * (c) 2025 Filip Vabrousek
4
4
  * License: MIT
5
5
  */