@energycap/components 0.45.2-multi-select-component.20260304-1912 → 0.45.2-multi-select-component.20260304-2004

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@energycap/components",
3
- "version": "0.45.2-multi-select-component.20260304-1912",
3
+ "version": "0.45.2-multi-select-component.20260304-2004",
4
4
  "schematics": "./schematics/collection.json",
5
5
  "dependencies": {
6
6
  "tslib": "^2.0.0"
@@ -3883,7 +3883,7 @@ declare class TagsComponent implements OnChanges {
3883
3883
  */
3884
3884
  wrap: boolean;
3885
3885
  /**
3886
- * Displays the tags in condensed mode. Compact plus smaller font size and padding. This is useful for displaying tags in a table or other tight space.
3886
+ * Displays the tags in condensed mode. Subtle plus smaller font size and padding. This is useful for displaying tags in a table or other tight space.
3887
3887
  */
3888
3888
  isCondensed: boolean;
3889
3889
  /**