@purpurds/notification 8.10.1 → 8.11.0

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/dist/LICENSE.txt +4 -4
  2. package/package.json +9 -9
package/dist/LICENSE.txt CHANGED
@@ -1,26 +1,26 @@
1
1
  Name: @purpurds/button
2
- Version: 8.10.0
2
+ Version: 8.10.2
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/heading
9
- Version: 8.10.0
9
+ Version: 8.10.2
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
13
13
  ---
14
14
 
15
15
  Name: @purpurds/icon
16
- Version: 8.10.0
16
+ Version: 8.10.2
17
17
  License: AGPL-3.0-only
18
18
  Private: false
19
19
 
20
20
  ---
21
21
 
22
22
  Name: @purpurds/paragraph
23
- Version: 8.10.0
23
+ Version: 8.10.2
24
24
  License: AGPL-3.0-only
25
25
  Private: false
26
26
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/notification",
3
- "version": "8.10.1",
3
+ "version": "8.11.0",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/notification.cjs.js",
6
6
  "types": "./dist/notification.d.ts",
@@ -16,12 +16,12 @@
16
16
  "source": "src/notification.tsx",
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.1",
19
- "@purpurds/button": "8.10.1",
20
- "@purpurds/heading": "8.10.1",
21
- "@purpurds/common-types": "8.10.1",
22
- "@purpurds/icon": "8.10.1",
23
- "@purpurds/paragraph": "8.10.1",
24
- "@purpurds/tokens": "8.10.1"
19
+ "@purpurds/common-types": "8.11.0",
20
+ "@purpurds/icon": "8.11.0",
21
+ "@purpurds/paragraph": "8.11.0",
22
+ "@purpurds/heading": "8.11.0",
23
+ "@purpurds/button": "8.11.0",
24
+ "@purpurds/tokens": "8.11.0"
25
25
  },
26
26
  "devDependencies": {
27
27
  "@storybook/react-vite": "^10.0.8",
@@ -35,8 +35,8 @@
35
35
  "jsdom": "~27.2.0",
36
36
  "lint-staged": "16.2.6",
37
37
  "prettier": "~2.8.8",
38
- "react-dom": "^19.2.0",
39
- "react": "^19.2.0",
38
+ "react-dom": "^19.2.1",
39
+ "react": "^19.2.1",
40
40
  "storybook": "^10.0.8",
41
41
  "typescript": "^5.9.3",
42
42
  "vite": "^7.2.2",