spoko-design-system 0.2.15 → 0.2.17
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/package.json
CHANGED
|
@@ -39,11 +39,13 @@ const isLast = (index: Number) => {
|
|
|
39
39
|
|
|
40
40
|
<template>
|
|
41
41
|
<nav>
|
|
42
|
-
<ul class="breadcrumbs flex items-center p-0
|
|
43
|
-
<li v-if="props.showBack" class="breadcrumb-item flex
|
|
42
|
+
<ul class="breadcrumbs flex items-center p-0 leading-none ">
|
|
43
|
+
<li v-if="props.showBack" class="breadcrumb-item flex">
|
|
44
44
|
<button
|
|
45
|
-
class="breadcrumb-link flex items-center px-0
|
|
46
|
-
:title="props.textBack" onclick="history.back()"
|
|
45
|
+
class="breadcrumb-link flex items-center px-0 py-2 sm:py-1 hover:text-lightBlue-500 whitespace-nowrap my-auto"
|
|
46
|
+
:title="props.textBack" onclick="history.back()">
|
|
47
|
+
<span class="block px-3" i-bx-bx-arrow-back />
|
|
48
|
+
</button>
|
|
47
49
|
</li>
|
|
48
50
|
</ul>
|
|
49
51
|
<ul class="breadcrumbs flex items-center p-0 overflow-x-auto overflow-y-hidden sm:mr-12 leading-none " itemscope
|