@purpurds/pagination 8.10.0 → 8.10.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/dist/LICENSE.txt +5 -5
  2. package/package.json +10 -10
package/dist/LICENSE.txt CHANGED
@@ -1,12 +1,12 @@
1
1
  Name: @purpurds/icon
2
- Version: 8.9.0
2
+ Version: 8.10.1
3
3
  License: AGPL-3.0-only
4
4
  Private: false
5
5
 
6
6
  ---
7
7
 
8
8
  Name: @purpurds/visually-hidden
9
- Version: 8.9.0
9
+ Version: 8.10.1
10
10
  License: AGPL-3.0-only
11
11
  Private: false
12
12
 
@@ -47,20 +47,20 @@ SOFTWARE.
47
47
  ---
48
48
 
49
49
  Name: @purpurds/label
50
- Version: 8.9.0
50
+ Version: 8.10.1
51
51
  License: AGPL-3.0-only
52
52
  Private: false
53
53
 
54
54
  ---
55
55
 
56
56
  Name: @purpurds/paragraph
57
- Version: 8.9.0
57
+ Version: 8.10.1
58
58
  License: AGPL-3.0-only
59
59
  Private: false
60
60
 
61
61
  ---
62
62
 
63
63
  Name: @purpurds/select
64
- Version: 8.9.0
64
+ Version: 8.10.1
65
65
  License: AGPL-3.0-only
66
66
  Private: false
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@purpurds/pagination",
3
- "version": "8.10.0",
3
+ "version": "8.10.2",
4
4
  "license": "AGPL-3.0-only",
5
5
  "main": "./dist/pagination.cjs.js",
6
6
  "types": "./dist/pagination.d.ts",
@@ -16,14 +16,14 @@
16
16
  "source": "src/pagination.tsx",
17
17
  "dependencies": {
18
18
  "classnames": "~2.5.1",
19
- "@purpurds/common-types": "8.10.0",
20
- "@purpurds/action": "8.10.0",
21
- "@purpurds/label": "8.10.0",
22
- "@purpurds/icon": "8.10.0",
23
- "@purpurds/paragraph": "8.10.0",
24
- "@purpurds/select": "8.10.0",
25
- "@purpurds/tokens": "8.10.0",
26
- "@purpurds/visually-hidden": "8.10.0"
19
+ "@purpurds/icon": "8.10.2",
20
+ "@purpurds/action": "8.10.2",
21
+ "@purpurds/label": "8.10.2",
22
+ "@purpurds/common-types": "8.10.2",
23
+ "@purpurds/paragraph": "8.10.2",
24
+ "@purpurds/select": "8.10.2",
25
+ "@purpurds/tokens": "8.10.2",
26
+ "@purpurds/visually-hidden": "8.10.2"
27
27
  },
28
28
  "devDependencies": {
29
29
  "@storybook/react-vite": "^10.0.8",
@@ -45,7 +45,7 @@
45
45
  "vite": "^7.2.2",
46
46
  "vitest": "^4.0.10",
47
47
  "@purpurds/component-rig": "1.0.0",
48
- "@purpurds/skeleton": "8.10.0"
48
+ "@purpurds/skeleton": "8.10.2"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "@types/react": "^18 || ^19",