@purpurds/table 8.18.0 → 8.20.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.
- package/dist/LICENSE.txt +16 -16
- package/dist/styles.css +1 -1
- package/dist/table.cjs.js +12 -12
- package/dist/table.cjs.js.map +1 -1
- package/dist/table.es.js +3827 -3786
- package/dist/table.es.js.map +1 -1
- package/package.json +24 -24
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@purpurds/table",
|
|
3
|
-
"version": "8.
|
|
3
|
+
"version": "8.20.0",
|
|
4
4
|
"license": "AGPL-3.0-only",
|
|
5
5
|
"main": "./dist/table.cjs.js",
|
|
6
6
|
"types": "./dist/table.d.ts",
|
|
@@ -21,22 +21,22 @@
|
|
|
21
21
|
"@dnd-kit/utilities": "~3.2.2",
|
|
22
22
|
"@tanstack/react-table": "~8.21.2",
|
|
23
23
|
"classnames": "~2.5.1",
|
|
24
|
-
"@purpurds/badge": "8.
|
|
25
|
-
"@purpurds/
|
|
26
|
-
"@purpurds/
|
|
27
|
-
"@purpurds/
|
|
28
|
-
"@purpurds/
|
|
29
|
-
"@purpurds/
|
|
30
|
-
"@purpurds/
|
|
31
|
-
"@purpurds/
|
|
32
|
-
"@purpurds/
|
|
33
|
-
"@purpurds/
|
|
34
|
-
"@purpurds/
|
|
35
|
-
"@purpurds/
|
|
36
|
-
"@purpurds/toggle": "8.
|
|
37
|
-
"@purpurds/
|
|
38
|
-
"@purpurds/visually-hidden": "8.
|
|
39
|
-
"@purpurds/
|
|
24
|
+
"@purpurds/badge": "8.20.0",
|
|
25
|
+
"@purpurds/cta-link": "8.20.0",
|
|
26
|
+
"@purpurds/button": "8.20.0",
|
|
27
|
+
"@purpurds/drawer": "8.20.0",
|
|
28
|
+
"@purpurds/heading": "8.20.0",
|
|
29
|
+
"@purpurds/icon": "8.20.0",
|
|
30
|
+
"@purpurds/checkbox": "8.20.0",
|
|
31
|
+
"@purpurds/select": "8.20.0",
|
|
32
|
+
"@purpurds/link": "8.20.0",
|
|
33
|
+
"@purpurds/skeleton": "8.20.0",
|
|
34
|
+
"@purpurds/text-field": "8.20.0",
|
|
35
|
+
"@purpurds/paragraph": "8.20.0",
|
|
36
|
+
"@purpurds/toggle": "8.20.0",
|
|
37
|
+
"@purpurds/tokens": "8.20.0",
|
|
38
|
+
"@purpurds/visually-hidden": "8.20.0",
|
|
39
|
+
"@purpurds/tooltip": "8.20.0"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
42
|
"@rushstack/eslint-patch": "~1.10.0",
|
|
@@ -45,7 +45,7 @@
|
|
|
45
45
|
"@testing-library/jest-dom": "~6.9.1",
|
|
46
46
|
"@testing-library/react": "~16.3.0",
|
|
47
47
|
"@testing-library/user-event": "~14.5.1",
|
|
48
|
-
"@types/node": "
|
|
48
|
+
"@types/node": "24.10.9",
|
|
49
49
|
"@types/react-dom": "^19.2.3",
|
|
50
50
|
"@types/react": "^19.2.6",
|
|
51
51
|
"eslint": "9.39.2",
|
|
@@ -60,13 +60,13 @@
|
|
|
60
60
|
"vitest-axe": "~0.1.0",
|
|
61
61
|
"vitest-canvas-mock": "~0.3.3",
|
|
62
62
|
"vitest": "^4.0.10",
|
|
63
|
-
"@purpurds/
|
|
64
|
-
"@purpurds/autocomplete": "8.18.0",
|
|
63
|
+
"@purpurds/autocomplete": "8.20.0",
|
|
65
64
|
"@purpurds/component-rig": "1.0.0",
|
|
66
|
-
"@purpurds/
|
|
67
|
-
"@purpurds/
|
|
68
|
-
"@purpurds/
|
|
69
|
-
"@purpurds/
|
|
65
|
+
"@purpurds/grid": "8.20.0",
|
|
66
|
+
"@purpurds/illustrative-icon": "8.20.0",
|
|
67
|
+
"@purpurds/listbox": "8.20.0",
|
|
68
|
+
"@purpurds/pagination": "8.20.0",
|
|
69
|
+
"@purpurds/label": "8.20.0"
|
|
70
70
|
},
|
|
71
71
|
"scripts": {
|
|
72
72
|
"build:dev": "vite",
|