spoko-design-system 0.2.26 → 0.2.27

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.26",
3
+ "version": "0.2.27",
4
4
  "private": false,
5
5
  "scripts": {
6
6
  "dev": "astro dev",
@@ -77,7 +77,7 @@
77
77
  "sass": "^1.72.0",
78
78
  "swiper": "^11.0.7",
79
79
  "unocss": "^0.58.6",
80
- "vite": "^5.2.4",
80
+ "vite": "^5.2.6",
81
81
  "vue": "^3.4.21"
82
82
  },
83
83
  "devDependencies": {
@@ -42,7 +42,7 @@ const isLast = (index: Number) => {
42
42
  <ul class="breadcrumbs flex items-center p-0 leading-none ">
43
43
  <li v-if="props.showBack" class="breadcrumb-item flex">
44
44
  <button
45
- class="breadcrumb-link flex items-center px-0 py-4.25 sm:py-1 hover:text-lightBlue-500 whitespace-nowrap my-auto"
45
+ class="breadcrumb-link flex items-center px-3 sm:px-0 py-4.25 sm:py-1 hover:text-lightBlue-500 whitespace-nowrap my-auto"
46
46
  :title="props.textBack" onclick="history.back()">
47
47
  <span class="block px-3" i-bx-bx-arrow-back />
48
48
  </button>
@@ -52,7 +52,7 @@ const isLast = (index: Number) => {
52
52
  itemtype="https://schema.org/BreadcrumbList">
53
53
  <li v-if="props.showHome" class="breadcrumb-item flex">
54
54
  <a href="/"
55
- class="breadcrumb-link flex items-center px-0 py-4.25 sm:py-1 hover:text-lightBlue-400 whitespace-nowrap translate-y-0 text-sm my-auto px-3"
55
+ class="breadcrumb-link flex items-center px-3 sm:px-0 py-4.25 sm:py-1 hover:text-lightBlue-400 whitespace-nowrap translate-y-0 text-sm my-auto px-3"
56
56
  :title="textBack" itemprop="item" i-carbon-home>
57
57
  </a>
58
58
  <meta itemprop="position" content="1">