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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "spoko-design-system",
3
- "version": "0.2.15",
3
+ "version": "0.2.17",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "astro dev",
@@ -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 overflow-x-auto sm:mr-12 leading-none">
43
- <li v-if="props.showBack" class="breadcrumb-item flex h-full">
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 h-full sm:(py-1 h-auto) hover:text-lightBlue-500 whitespace-nowrap px-3 my-auto"
46
- :title="props.textBack" onclick="history.back()" i-bx-bx-arrow-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