@aquiferre/theme-kit 0.1.1 → 0.1.2

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.
Files changed (2) hide show
  1. package/components.css +1 -1
  2. package/package.json +1 -1
package/components.css CHANGED
@@ -330,7 +330,7 @@
330
330
  }
331
331
 
332
332
  .breadcrumb-list {
333
- @apply flex items-center space-x-2 text-sm;
333
+ @apply flex items-center gap-2 text-sm flex-nowrap;
334
334
  }
335
335
 
336
336
  .breadcrumb-item {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aquiferre/theme-kit",
3
- "version": "0.1.1",
3
+ "version": "0.1.2",
4
4
  "private": false,
5
5
  "type": "module",
6
6
  "main": "index.ts",