kempo-ui 0.4.27 → 0.4.28

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/docs/index.html CHANGED
@@ -815,6 +815,12 @@
815
815
 
816
816
  <h2>Utils</h2>
817
817
  <div class="row -mx">
818
+ <div class="span-12 t-span-6 d-span-4 px">
819
+ <a href="./utils/closestAcrossShadow.html" class="card mb no-link d-b">
820
+ <h3 class="tc-primary">closestAcrossShadow</h3>
821
+ <p class="tc-muted">closest() that walks past shadow-DOM boundaries to find an ancestor.</p>
822
+ </a>
823
+ </div>
818
824
  <div class="span-12 t-span-6 d-span-4 px">
819
825
  <a href="./utils/cookie.html" class="card mb no-link d-b">
820
826
  <h3 class="tc-primary">cookie</h3>
@@ -319,6 +319,12 @@
319
319
 
320
320
  <h2>Utils</h2>
321
321
  <div class="row -mx">
322
+ <div class="span-12 t-span-6 d-span-4 px">
323
+ <a href="{{pathToRoot}}utils/closestAcrossShadow.html" class="card mb no-link d-b">
324
+ <h3 class="tc-primary">closestAcrossShadow</h3>
325
+ <p class="tc-muted">closest() that walks past shadow-DOM boundaries to find an ancestor.</p>
326
+ </a>
327
+ </div>
322
328
  <div class="span-12 t-span-6 d-span-4 px">
323
329
  <a href="{{pathToRoot}}utils/cookie.html" class="card mb no-link d-b">
324
330
  <h3 class="tc-primary">cookie</h3>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "kempo-ui",
3
- "version": "0.4.27",
3
+ "version": "0.4.28",
4
4
  "type": "module",
5
5
  "description": "A Lit based web-component library",
6
6
  "main": "index.js",