@lab-anssi/ui-kit 1.50.2 → 1.51.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.
@@ -490,8 +490,8 @@ declare namespace JSX {
490
490
  "hide-details"?: string;
491
491
  };
492
492
  "dsfr-table": {
493
- id?: string;
494
493
  caption: string;
494
+ id?: string;
495
495
  "caption-detail"?: string;
496
496
  "no-caption"?: string;
497
497
  "caption-bottom"?: string;
@@ -516,9 +516,14 @@ declare namespace JSX {
516
516
  rows?: string;
517
517
  "items-per-page"?: string;
518
518
  "total-rows"?: string;
519
- onpagechange?: string;
520
- onrowsperpagechange?: string;
519
+ onpagechanged?: string;
520
+ onrowsperpagechanged?: string;
521
521
  rich?: string;
522
+ selectable?: string;
523
+ "select-all"?: string;
524
+ "row-key"?: string;
525
+ "selected-row-keys"?: string;
526
+ onselectionchanged?: string;
522
527
  };
523
528
  "dsfr-tabnav": {
524
529
  links: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.50.2",
3
+ "version": "1.51.0",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"
@@ -26,51 +26,51 @@
26
26
  "svelte": "~5.38.8"
27
27
  },
28
28
  "devDependencies": {
29
- "@chromatic-com/storybook": "~5.1.1",
29
+ "@chromatic-com/storybook": "~5.1.2",
30
30
  "@eslint/compat": "~2.0.5",
31
31
  "@eslint/js": "~10.0.1",
32
32
  "@fullhuman/postcss-purgecss": "~8.0.0",
33
33
  "@gouvfr/dsfr": "1.14.4",
34
- "@storybook/addon-a11y": "~10.3.5",
35
- "@storybook/addon-docs": "~10.3.5",
34
+ "@storybook/addon-a11y": "~10.3.6",
35
+ "@storybook/addon-docs": "~10.3.6",
36
36
  "@storybook/addon-svelte-csf": "~5.1.2",
37
- "@storybook/addon-themes": "~10.3.5",
38
- "@storybook/addon-vitest": "~10.3.5",
39
- "@storybook/svelte-vite": "~10.3.5",
37
+ "@storybook/addon-themes": "~10.3.6",
38
+ "@storybook/addon-vitest": "~10.3.6",
39
+ "@storybook/svelte-vite": "~10.3.6",
40
40
  "@sveltejs/vite-plugin-svelte": "~6.2.4",
41
41
  "@testing-library/jest-dom": "~6.9.1",
42
42
  "@testing-library/svelte": "~5.3.1",
43
43
  "@types/node": "~24.12.2",
44
- "@vitest/browser": "~4.1.3",
45
- "@vitest/browser-playwright": "~4.1.3",
46
- "@vitest/coverage-v8": "~4.1.3",
44
+ "@vitest/browser": "~4.1.5",
45
+ "@vitest/browser-playwright": "~4.1.5",
46
+ "@vitest/coverage-v8": "~4.1.5",
47
47
  "concurrently": "~9.2.1",
48
- "cssnano": "~7.1.4",
49
- "dotenv": "~17.4.0",
50
- "eslint": "~10.2.0",
48
+ "cssnano": "~7.1.9",
49
+ "dotenv": "~17.4.2",
50
+ "eslint": "~10.2.1",
51
51
  "eslint-config-prettier": "~10.1.8",
52
- "eslint-plugin-storybook": "~10.3.5",
53
- "eslint-plugin-svelte": "~3.17.0",
52
+ "eslint-plugin-storybook": "~10.3.6",
53
+ "eslint-plugin-svelte": "~3.17.1",
54
54
  "globals": "~17.4.0",
55
55
  "http-server": "~14.1.1",
56
56
  "husky": "~9.1.7",
57
57
  "lint-staged": "~16.4.0",
58
58
  "playwright": "~1.59.1",
59
- "postcss": "~8.5.9",
60
- "postcss-discard-empty": "~7.0.1",
59
+ "postcss": "~8.5.14",
60
+ "postcss-discard-empty": "~7.0.3",
61
61
  "postcss-root-to-host": "~0.0.0",
62
- "prettier": "~3.8.1",
62
+ "prettier": "~3.8.3",
63
63
  "prettier-plugin-svelte": "~3.5.1",
64
- "publint": "~0.3.18",
64
+ "publint": "~0.3.19",
65
65
  "sass": "~1.99.0",
66
- "storybook": "~10.3.5",
66
+ "storybook": "~10.3.6",
67
67
  "style-dictionary": "^5.4.0",
68
- "svelte": "~5.55.2",
69
- "svelte-check": "~4.4.6",
70
- "typescript": "~6.0.2",
71
- "typescript-eslint": "~8.58.1",
68
+ "svelte": "~5.55.5",
69
+ "svelte-check": "~4.4.8",
70
+ "typescript": "~6.0.3",
71
+ "typescript-eslint": "~8.59.2",
72
72
  "vite": "~7.3.2",
73
- "vitest": "~4.1.3",
73
+ "vitest": "~4.1.5",
74
74
  "wait-on": "~9.0.5"
75
75
  },
76
76
  "lint-staged": {