@startupjs-ui/alert 0.1.16 → 0.1.22

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,33 @@
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.22](https://github.com/startupjs/startupjs-ui/compare/v0.1.21...v0.1.22) (2026-03-25)
7
+
8
+ **Note:** Version bump only for package @startupjs-ui/alert
9
+
10
+
11
+
12
+
13
+
14
+ ## [0.1.21](https://github.com/startupjs/startupjs-ui/compare/v0.1.20...v0.1.21) (2026-03-25)
15
+
16
+ **Note:** Version bump only for package @startupjs-ui/alert
17
+
18
+
19
+
20
+
21
+
22
+ ## [0.1.19](https://github.com/startupjs/startupjs-ui/compare/v0.1.18...v0.1.19) (2026-03-17)
23
+
24
+
25
+ ### Bug Fixes
26
+
27
+ * **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))
28
+
29
+
30
+
31
+
32
+
6
33
  ## [0.1.16](https://github.com/startupjs/startupjs-ui/compare/v0.1.15...v0.1.16) (2026-02-10)
7
34
 
8
35
  **Note:** Version bump only for package @startupjs-ui/alert
package/README.mdx CHANGED
@@ -4,7 +4,7 @@ import Alert, { _PropsJsonSchema as AlertPropsJsonSchema } from './index'
4
4
  import Br from '@startupjs-ui/br'
5
5
  import Button from '@startupjs-ui/button'
6
6
  import Div from '@startupjs-ui/div'
7
- import { faFire } from '@fortawesome/free-solid-svg-icons'
7
+ import { faFire } from '@fortawesome/free-solid-svg-icons/faFire'
8
8
 
9
9
  # Alert
10
10
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startupjs-ui/alert",
3
- "version": "0.1.16",
3
+ "version": "0.1.22",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
@@ -8,15 +8,15 @@
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/span": "^0.1.16"
11
+ "@startupjs-ui/core": "^0.1.22",
12
+ "@startupjs-ui/div": "^0.1.22",
13
+ "@startupjs-ui/icon": "^0.1.22",
14
+ "@startupjs-ui/span": "^0.1.22"
15
15
  },
16
16
  "peerDependencies": {
17
17
  "react": "*",
18
18
  "react-native": "*",
19
19
  "startupjs": "*"
20
20
  },
21
- "gitHead": "9943aa3566d5d80f5b404473906eb3c0611f9ee5"
21
+ "gitHead": "3bd18c16f0f203ee3d940bf2e09381edc0034665"
22
22
  }