@startupjs-ui/breadcrumbs 0.1.16 → 0.1.19

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/CHANGELOG.md CHANGED
@@ -3,6 +3,17 @@
3
3
  All notable changes to this project will be documented in this file.
4
4
  See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
5
5
 
6
+ ## [0.1.19](https://github.com/startupjs/startupjs-ui/compare/v0.1.18...v0.1.19) (2026-03-17)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **docs:** don't load all icons to keep bundle small ([#17](https://github.com/startupjs/startupjs-ui/issues/17)) ([d7eb70b](https://github.com/startupjs/startupjs-ui/commit/d7eb70bc11f5b15923f2e43b7ef1f86ea066494e))
12
+
13
+
14
+
15
+
16
+
6
17
  ## [0.1.16](https://github.com/startupjs/startupjs-ui/compare/v0.1.15...v0.1.16) (2026-02-10)
7
18
 
8
19
  **Note:** Version bump only for package @startupjs-ui/breadcrumbs
package/README.mdx CHANGED
@@ -1,7 +1,11 @@
1
1
  import Breadcrumbs, { _PropsJsonSchema as BreadcrumbsPropsJsonSchema } from './index'
2
2
  import Br from '@startupjs-ui/br'
3
3
  import Div from '@startupjs-ui/div'
4
- import { faAnchor, faBook, faGift, faHome, faRocket } from '@fortawesome/free-solid-svg-icons'
4
+ import { faAnchor } from '@fortawesome/free-solid-svg-icons/faAnchor'
5
+ import { faBook } from '@fortawesome/free-solid-svg-icons/faBook'
6
+ import { faGift } from '@fortawesome/free-solid-svg-icons/faGift'
7
+ import { faHome } from '@fortawesome/free-solid-svg-icons/faHome'
8
+ import { faRocket } from '@fortawesome/free-solid-svg-icons/faRocket'
5
9
  import { Sandbox } from '@startupjs-ui/docs'
6
10
 
7
11
  # Breadcrumbs
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/breadcrumbs",
3
- "version": "0.1.16",
3
+ "version": "0.1.19",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,16 +8,16 @@
8
8
  "types": "index.d.ts",
9
9
  "type": "module",
10
10
  "dependencies": {
11
- "@startupjs-ui/core": "^0.1.11",
12
- "@startupjs-ui/div": "^0.1.16",
13
- "@startupjs-ui/icon": "^0.1.16",
14
- "@startupjs-ui/link": "^0.1.16",
15
- "@startupjs-ui/span": "^0.1.16"
11
+ "@startupjs-ui/core": "^0.1.19",
12
+ "@startupjs-ui/div": "^0.1.19",
13
+ "@startupjs-ui/icon": "^0.1.19",
14
+ "@startupjs-ui/link": "^0.1.19",
15
+ "@startupjs-ui/span": "^0.1.19"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": "*",
19
19
  "react-native": "*",
20
20
  "startupjs": "*"
21
21
  },
22
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
22
+ "gitHead": "bfcca786dc363f42a09b6eef4feb7ca8139302fc"
23
23
  }