@norwegian/core-components 5.4.0 → 5.5.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.
@@ -45,6 +45,11 @@ export declare class SelectComponent extends NasComponentBase implements OnChang
45
45
  * Sets spaceless styling.
46
46
  */
47
47
  spaceless?: boolean;
48
+ /**
49
+ * @description
50
+ * Sets stretch styling.
51
+ */
52
+ stretch?: boolean;
48
53
  /**
49
54
  * @description
50
55
  * Sets compact styling.