@messaia/cdk 18.0.0-rc20 → 18.0.0-rc21

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.
@@ -38,6 +38,11 @@ export declare class FormFieldDefinition<TEntity = any, TProperty = any> {
38
38
  * @property
39
39
  */
40
40
  chipText: string;
41
+ /**
42
+ * Theme color palette for the chip.
43
+ * @property
44
+ */
45
+ chipColor: 'primary' | 'accent' | 'warn';
41
46
  /**
42
47
  * Type of class to be instantiated.
43
48
  * @property
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@messaia/cdk",
3
- "version": "18.0.0-rc20",
3
+ "version": "18.0.0-rc21",
4
4
  "peerDependencies": {
5
5
  "@angular/common": "^18.0.6",
6
6
  "@angular/core": "^18.0.6"