dst-rg 1.0.2 → 1.0.3

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/dist/index.d.ts CHANGED
@@ -102,6 +102,7 @@ interface BreadcrumbProps {
102
102
  listItemClassName?: string;
103
103
  linkClassName?: string;
104
104
  separatorClassName?: string;
105
+ showHomeIcon?: boolean;
105
106
  }
106
107
 
107
108
  declare const Breadcrumb: React.FC<BreadcrumbProps>;
package/dist/index.html CHANGED
@@ -5,7 +5,7 @@
5
5
  <link rel="icon" type="image/svg+xml" href="/vite.svg" />
6
6
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
7
7
  <title>Design System | Rahkargostaran</title>
8
- <script type="module" crossorigin src="/assets/index-3jvN1gZ8.js"></script>
8
+ <script type="module" crossorigin src="/assets/index-CXuHU0yt.js"></script>
9
9
  <link rel="stylesheet" crossorigin href="/assets/index-Mg-hjQGu.css">
10
10
  </head>
11
11