kempo-ui 0.0.24 → 0.0.25
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/icons/github-mark.svg +1 -0
- package/docs/icons/license.svg +1 -0
- package/docs/nav-1.inc.html +2 -0
- package/docs/nav.inc.html +2 -0
- package/icons/github-mark.svg +1 -0
- package/icons/license.svg +1 -0
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewbox="0 0 98 96" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m 48.559286,3.3419023 c -25.146198,0 -45.4744531,20.4781177 -45.4744531,45.8123417 0,20.250998 13.0250141,37.393043 31.0941601,43.460151 2.259109,0.456104 3.086611,-0.985741 3.086611,-2.198605 0,-1.06207 -0.07446,-4.70252 -0.07446,-8.495626 -12.649892,2.731036 -15.284122,-5.461142 -15.284122,-5.461142 -2.032919,-5.309417 -5.045064,-6.674005 -5.045064,-6.674005 -4.140303,-2.806432 0.301587,-2.806432 0.301587,-2.806432 4.592684,0.303447 7.002586,4.70252 7.002586,4.70252 4.064906,6.977453 10.615111,5.005969 13.250273,3.792175 0.376053,-2.958158 1.581469,-5.005969 2.861351,-6.143435 -10.089199,-1.06207 -20.70431,-5.005969 -20.70431,-22.603189 0,-5.005969 1.805797,-9.101592 4.667148,-12.28687 -0.451449,-1.137467 -2.032918,-5.840918 0.452381,-12.136078 0,0 3.839647,-1.213793 12.497236,4.702521 a 43.720781,43.720781 0 0 1 11.369079,-1.517242 c 3.839647,0 7.75376,0.5315 11.368148,1.517242 8.658521,-5.916314 12.498168,-4.702521 12.498168,-4.702521 2.485299,6.29516 0.902899,10.998611 0.45145,12.136078 2.936747,3.185278 4.668079,7.280901 4.668079,12.28687 0,17.59722 -10.615111,21.464791 -20.779704,22.603189 1.656865,1.440914 3.086611,4.17102 3.086611,8.494695 0,6.143436 -0.07446,11.074008 -0.07446,12.590319 0,1.213795 0.828433,2.65564 3.086611,2.200467 C 80.933329,86.546357 93.958343,69.405242 93.958343,49.154244 94.032809,23.82002 73.630087,3.3419023 48.559286,3.3419023 Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75.75V2h.985c.304 0 .603.08.867.231l1.29.736c.038.022.08.033.124.033h2.234a.75.75 0 0 1 0 1.5h-.427l2.111 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.006.005-.01.01-.045.04c-.21.176-.441.327-.686.45C14.556 10.78 13.88 11 13 11a4.498 4.498 0 0 1-2.023-.454 3.544 3.544 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L12.178 4.5h-.162c-.305 0-.604-.079-.868-.231l-1.29-.736a.245.245 0 0 0-.124-.033H8.75V13h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5V3.5h-.984a.245.245 0 0 0-.124.033l-1.289.737c-.265.15-.564.23-.869.23h-.162l2.112 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.016.015-.045.04c-.21.176-.441.327-.686.45C4.556 10.78 3.88 11 3 11a4.498 4.498 0 0 1-2.023-.454 3.544 3.544 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L2.178 4.5H1.75a.75.75 0 0 1 0-1.5h2.234a.249.249 0 0 0 .125-.033l1.288-.737c.265-.15.564-.23.869-.23h.984V.75a.75.75 0 0 1 1.5 0Zm2.945 8.477c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327Zm-10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327Z"></path></svg>
|
package/docs/nav-1.inc.html
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
</button>
|
|
10
10
|
<a href="../">Home</a>
|
|
11
11
|
<div class="flex"></div>
|
|
12
|
+
<a href="https://github.com/dustinpoissant/kempo-ui?tab=License-1-ov-file#creative-commons-attribution-noncommercial-sharealike-20"><k-icon name="license"></k-icont></a>
|
|
13
|
+
<a href="https://github.com/dustinpoissant/kempo-ui"><k-icon name="github-mark"></k-icont></a>
|
|
12
14
|
<k-theme-switcher></k-theme-switcher>
|
|
13
15
|
</nav>
|
|
14
16
|
<div style="width: 100%; height: 4rem;"></div>
|
package/docs/nav.inc.html
CHANGED
|
@@ -9,6 +9,8 @@
|
|
|
9
9
|
</button>
|
|
10
10
|
<a href="./">Home</a>
|
|
11
11
|
<div class="flex"></div>
|
|
12
|
+
<a href="https://github.com/dustinpoissant/kempo-ui?tab=License-1-ov-file#creative-commons-attribution-noncommercial-sharealike-20"><k-icon name="license"></k-icont></a>
|
|
13
|
+
<a href="https://github.com/dustinpoissant/kempo-ui"><k-icon name="github-mark"></k-icont></a>
|
|
12
14
|
<k-theme-switcher></k-theme-switcher>
|
|
13
15
|
</nav>
|
|
14
16
|
<div style="width: 100%; height: 4rem;"></div>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg viewbox="0 0 98 96" xmlns="http://www.w3.org/2000/svg"><path fill="currentColor" d="m 48.559286,3.3419023 c -25.146198,0 -45.4744531,20.4781177 -45.4744531,45.8123417 0,20.250998 13.0250141,37.393043 31.0941601,43.460151 2.259109,0.456104 3.086611,-0.985741 3.086611,-2.198605 0,-1.06207 -0.07446,-4.70252 -0.07446,-8.495626 -12.649892,2.731036 -15.284122,-5.461142 -15.284122,-5.461142 -2.032919,-5.309417 -5.045064,-6.674005 -5.045064,-6.674005 -4.140303,-2.806432 0.301587,-2.806432 0.301587,-2.806432 4.592684,0.303447 7.002586,4.70252 7.002586,4.70252 4.064906,6.977453 10.615111,5.005969 13.250273,3.792175 0.376053,-2.958158 1.581469,-5.005969 2.861351,-6.143435 -10.089199,-1.06207 -20.70431,-5.005969 -20.70431,-22.603189 0,-5.005969 1.805797,-9.101592 4.667148,-12.28687 -0.451449,-1.137467 -2.032918,-5.840918 0.452381,-12.136078 0,0 3.839647,-1.213793 12.497236,4.702521 a 43.720781,43.720781 0 0 1 11.369079,-1.517242 c 3.839647,0 7.75376,0.5315 11.368148,1.517242 8.658521,-5.916314 12.498168,-4.702521 12.498168,-4.702521 2.485299,6.29516 0.902899,10.998611 0.45145,12.136078 2.936747,3.185278 4.668079,7.280901 4.668079,12.28687 0,17.59722 -10.615111,21.464791 -20.779704,22.603189 1.656865,1.440914 3.086611,4.17102 3.086611,8.494695 0,6.143436 -0.07446,11.074008 -0.07446,12.590319 0,1.213795 0.828433,2.65564 3.086611,2.200467 C 80.933329,86.546357 93.958343,69.405242 93.958343,49.154244 94.032809,23.82002 73.630087,3.3419023 48.559286,3.3419023 Z"/></svg>
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"><path fill="currentColor" d="M8.75.75V2h.985c.304 0 .603.08.867.231l1.29.736c.038.022.08.033.124.033h2.234a.75.75 0 0 1 0 1.5h-.427l2.111 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.006.005-.01.01-.045.04c-.21.176-.441.327-.686.45C14.556 10.78 13.88 11 13 11a4.498 4.498 0 0 1-2.023-.454 3.544 3.544 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L12.178 4.5h-.162c-.305 0-.604-.079-.868-.231l-1.29-.736a.245.245 0 0 0-.124-.033H8.75V13h2.5a.75.75 0 0 1 0 1.5h-6.5a.75.75 0 0 1 0-1.5h2.5V3.5h-.984a.245.245 0 0 0-.124.033l-1.289.737c-.265.15-.564.23-.869.23h-.162l2.112 4.692a.75.75 0 0 1-.154.838l-.53-.53.529.531-.001.002-.002.002-.006.006-.016.015-.045.04c-.21.176-.441.327-.686.45C4.556 10.78 3.88 11 3 11a4.498 4.498 0 0 1-2.023-.454 3.544 3.544 0 0 1-.686-.45l-.045-.04-.016-.015-.006-.006-.004-.004v-.001a.75.75 0 0 1-.154-.838L2.178 4.5H1.75a.75.75 0 0 1 0-1.5h2.234a.249.249 0 0 0 .125-.033l1.288-.737c.265-.15.564-.23.869-.23h.984V.75a.75.75 0 0 1 1.5 0Zm2.945 8.477c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L13 6.327Zm-10 0c.285.135.718.273 1.305.273s1.02-.138 1.305-.273L3 6.327Z"></path></svg>
|