@lab-anssi/ui-kit 1.51.1 → 1.51.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.
@@ -265,6 +265,7 @@ declare namespace JSX {
265
265
  "dsfr-input": {
266
266
  id: string;
267
267
  label: string;
268
+ "hide-label"?: string;
268
269
  hint?: string;
269
270
  type?: string;
270
271
  icon?: string;
@@ -562,6 +563,7 @@ declare namespace JSX {
562
563
  "dsfr-textarea": {
563
564
  id: string;
564
565
  label?: string;
566
+ "hide-label"?: string;
565
567
  hint?: string;
566
568
  value?: string;
567
569
  placeholder?: string;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lab-anssi/ui-kit",
3
- "version": "1.51.1",
3
+ "version": "1.51.2",
4
4
  "repository": {
5
5
  "type": "git",
6
6
  "url": "git+https://github.com/betagouv/lab-anssi-ui-kit.git"