@indice/ng-components 0.3.9-beta.1 → 0.3.9-beta.2

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.
Files changed (2) hide show
  1. package/_styles.scss +1 -5
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -3423,11 +3423,7 @@
3423
3423
  }
3424
3424
 
3425
3425
  .advanced-search-chips.disabled .advanced-search-chips-remove-filter:active {
3426
- transform: none;
3427
- }
3428
-
3429
- .advanced-search-chips.disabled:hover, .advanced-search-chips-remove-filter:hover {
3430
- cursor: not-allowed;
3426
+ @apply transform-none;
3431
3427
  }
3432
3428
 
3433
3429
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.9-beta.1",
3
+ "version": "0.3.9-beta.2",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",