@indice/ng-components 0.2.173-beta.14 → 0.2.173-beta.16

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 -2
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -4266,11 +4266,10 @@
4266
4266
  }
4267
4267
 
4268
4268
  .progress-bar-inner {
4269
- @apply h-2 m-1 rounded-md bg-sky-200 transition-[width] ease duration-300 transform;
4269
+ @apply h-2 m-1 rounded-md bg-sky-200 transition-[width] ease-in-out duration-300 transform;
4270
4270
  }
4271
4271
 
4272
4272
 
4273
-
4274
4273
  .modal-active {
4275
4274
  overflow: hidden;
4276
4275
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.173-beta.14",
3
+ "version": "0.2.173-beta.16",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",