@lab-anssi/ui-kit 1.50.0 → 1.50.1

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.
@@ -423,6 +423,7 @@ declare namespace JSX {
423
423
  "input-label": string;
424
424
  "button-label": string;
425
425
  "button-title": string;
426
+ "button-type": string;
426
427
  size?: string;
427
428
  placeholder?: string;
428
429
  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.1",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"