@energycap/components 0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230814-1120 → 0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230814-1942

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.
@@ -66,12 +66,12 @@ export declare class ComboboxComponent extends FormControlBase implements OnInit
66
66
  * @memberof ComboboxComponent
67
67
  * @example
68
68
  * <ec-combobox [addNew]="true"
69
- * [addNewOptions]="{
70
- * label: 'Help me choose...,
71
- * labelColor: #2D5CB8,
72
- * icon: 'icon-search',
73
- * iconColor: 'var(--ec-color-danger)',
74
- * classList: 'text-body-2 text-link }">
69
+ * [addNewOptions]="{
70
+ * label: 'Help me choose...,
71
+ * labelColor: #2D5CB8,
72
+ * icon: 'icon-search',
73
+ * iconColor: 'var(--ec-color-danger)',
74
+ * classList: 'text-body-2 text-link }">
75
75
  * </ec-combobox>
76
76
  */
77
77
  addNewOptions?: AddNewOptions;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230814-1120",
3
+ "version": "0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230814-1942",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },