@purpurds/pagination 5.27.1 → 5.27.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.
- package/dist/LICENSE.txt +7 -7
- package/package.json +12 -12
package/dist/LICENSE.txt
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
Name: @purpurds/icon
|
|
2
|
-
Version: 5.27.
|
|
2
|
+
Version: 5.27.1
|
|
3
3
|
License: AGPL-3.0-only
|
|
4
4
|
Private: false
|
|
5
5
|
|
|
@@ -40,41 +40,41 @@ SOFTWARE.
|
|
|
40
40
|
---
|
|
41
41
|
|
|
42
42
|
Name: @purpurds/autocomplete
|
|
43
|
-
Version: 5.27.
|
|
43
|
+
Version: 5.27.1
|
|
44
44
|
License: AGPL-3.0-only
|
|
45
45
|
Private: false
|
|
46
46
|
|
|
47
47
|
---
|
|
48
48
|
|
|
49
49
|
Name: @purpurds/paragraph
|
|
50
|
-
Version: 5.27.
|
|
50
|
+
Version: 5.27.1
|
|
51
51
|
License: AGPL-3.0-only
|
|
52
52
|
Private: false
|
|
53
53
|
|
|
54
54
|
---
|
|
55
55
|
|
|
56
56
|
Name: @purpurds/text-field
|
|
57
|
-
Version: 5.27.
|
|
57
|
+
Version: 5.27.1
|
|
58
58
|
License: AGPL-3.0-only
|
|
59
59
|
Private: false
|
|
60
60
|
|
|
61
61
|
---
|
|
62
62
|
|
|
63
63
|
Name: @purpurds/label
|
|
64
|
-
Version: 5.27.
|
|
64
|
+
Version: 5.27.1
|
|
65
65
|
License: AGPL-3.0-only
|
|
66
66
|
Private: false
|
|
67
67
|
|
|
68
68
|
---
|
|
69
69
|
|
|
70
70
|
Name: @purpurds/select
|
|
71
|
-
Version: 5.27.
|
|
71
|
+
Version: 5.27.1
|
|
72
72
|
License: AGPL-3.0-only
|
|
73
73
|
Private: false
|
|
74
74
|
|
|
75
75
|
---
|
|
76
76
|
|
|
77
77
|
Name: @purpurds/visually-hidden
|
|
78
|
-
Version: 5.27.
|
|
78
|
+
Version: 5.27.1
|
|
79
79
|
License: AGPL-3.0-only
|
|
80
80
|
Private: false
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/pagination",
|
|
3
|
-
"version": "5.27.
|
|
3
|
+
"version": "5.27.2",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/pagination.cjs.js",
|
|
6
6
|
"types": "./dist/pagination.d.ts",
|
|
@@ -15,15 +15,15 @@
|
|
|
15
15
|
"source": "src/pagination.tsx",
|
|
16
16
|
"dependencies": {
|
|
17
17
|
"classnames": "~2.5.0",
|
|
18
|
-
"@purpurds/action": "5.27.
|
|
19
|
-
"@purpurds/autocomplete": "5.27.
|
|
20
|
-
"@purpurds/icon": "5.27.
|
|
21
|
-
"@purpurds/paragraph": "5.27.
|
|
22
|
-
"@purpurds/
|
|
23
|
-
"@purpurds/select": "5.27.
|
|
24
|
-
"@purpurds/
|
|
25
|
-
"@purpurds/
|
|
26
|
-
"@purpurds/
|
|
18
|
+
"@purpurds/action": "5.27.2",
|
|
19
|
+
"@purpurds/autocomplete": "5.27.2",
|
|
20
|
+
"@purpurds/icon": "5.27.2",
|
|
21
|
+
"@purpurds/paragraph": "5.27.2",
|
|
22
|
+
"@purpurds/label": "5.27.2",
|
|
23
|
+
"@purpurds/select": "5.27.2",
|
|
24
|
+
"@purpurds/text-field": "5.27.2",
|
|
25
|
+
"@purpurds/tokens": "5.27.2",
|
|
26
|
+
"@purpurds/visually-hidden": "5.27.2"
|
|
27
27
|
},
|
|
28
28
|
"devDependencies": {
|
|
29
29
|
"@rushstack/eslint-patch": "~1.10.0",
|
|
@@ -49,9 +49,9 @@
|
|
|
49
49
|
"typescript": "^5.6.3",
|
|
50
50
|
"vite": "5.4.8",
|
|
51
51
|
"vitest": "^2.1.2",
|
|
52
|
-
"@purpurds/listbox": "5.27.1",
|
|
53
52
|
"@purpurds/component-rig": "1.0.0",
|
|
54
|
-
"@purpurds/skeleton": "5.27.
|
|
53
|
+
"@purpurds/skeleton": "5.27.2",
|
|
54
|
+
"@purpurds/listbox": "5.27.2"
|
|
55
55
|
},
|
|
56
56
|
"scripts": {
|
|
57
57
|
"build:dev": "vite",
|