blip-ds 1.155.0 → 1.155.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.
@@ -900,7 +900,7 @@ export class Input {
900
900
  "references": {}
901
901
  },
902
902
  "required": false,
903
- "optional": false,
903
+ "optional": true,
904
904
  "docs": {
905
905
  "tags": [],
906
906
  "text": "Id to support Cypress."
@@ -151,7 +151,7 @@ export declare class Input {
151
151
  /**
152
152
  * Id to support Cypress.
153
153
  */
154
- dataTest: string;
154
+ dataTest?: string;
155
155
  /**
156
156
  * Update the native input element when the value changes
157
157
  */
@@ -551,7 +551,7 @@ export namespace Components {
551
551
  /**
552
552
  * Id to support Cypress.
553
553
  */
554
- "dataTest": string;
554
+ "dataTest"?: string;
555
555
  /**
556
556
  * Disabled input.
557
557
  */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blip-ds",
3
- "version": "1.155.0",
3
+ "version": "1.155.1",
4
4
  "description": "Blip Design System",
5
5
  "main": "./dist/index.cjs.js",
6
6
  "module": "./dist/index.js",