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

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.
@@ -24,10 +24,8 @@ type AddNewType = "dynamic" | "static" | boolean;
24
24
  */
25
25
  type AddNewOptions = {
26
26
  label?: string; /** A custom label to display in place of the default "Add new..." */
27
- labelColor?: string; /** A custom color to apply to the label in the form of 'var(--ec-color-danger)' or '#FFFFF'*/
28
27
  classList?: string; /** A string of space-separated utility classes we'll apply to the label */
29
28
  icon?: string; /** A custom icon to display in place of the default 'icon-add' */
30
- iconColor?: string; /** A custom color to apply to the icon in the form of 'var(--ec-color-danger)' or '#FFFFF' */
31
29
  };
32
30
  /**
33
31
  * Select box (select, autocomplete, combobox)
@@ -67,11 +65,9 @@ export declare class ComboboxComponent extends FormControlBase implements OnInit
67
65
  * @example
68
66
  * <ec-combobox [addNew]="true"
69
67
  * [addNewOptions]="{
70
- * label: 'Help me choose...,
71
- * labelColor: #2D5CB8,
68
+ * label: 'Help me choose...',
72
69
  * icon: 'icon-search',
73
- * iconColor: 'var(--ec-color-danger)',
74
- * classList: 'text-body-2 text-link }">
70
+ * classList: 'text-body-2 text-link' }">
75
71
  * </ec-combobox>
76
72
  */
77
73
  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-1942",
3
+ "version": "0.37.1-ECAP-18590-combobox-addNewOptions-updates.20230815-1741",
4
4
  "dependencies": {
5
5
  "tslib": "^2.0.0"
6
6
  },