@lab-anssi/ui-kit 1.50.0 → 1.50.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.
@@ -139,6 +139,7 @@ declare namespace JSX {
139
139
  form?: string;
140
140
  required?: string;
141
141
  internals?: string;
142
+ indeterminate?: string;
142
143
  };
143
144
  "dsfr-checkboxes-group": {
144
145
  id: string;
@@ -423,6 +424,7 @@ declare namespace JSX {
423
424
  "input-label": string;
424
425
  "button-label": string;
425
426
  "button-title": string;
427
+ "button-type": string;
426
428
  size?: string;
427
429
  placeholder?: string;
428
430
  value?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.50.0",
3
+ "version": "1.50.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"