@indice/ng-components 0.2.173-beta.15 → 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 +12 -13
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -4253,24 +4253,23 @@
4253
4253
  @apply ml-1.5 rounded py-0.5 px-1.5 bg-gray-200 text-xs text-gray-700 tabular-nums;
4254
4254
  }
4255
4255
 
4256
- @layer componenets {
4257
- .progress-bar-container {
4258
- @apply flex grid grid-cols-1;
4259
- }
4256
+ .progress-bar-container {
4257
+ @apply flex grid grid-cols-1;
4258
+ }
4260
4259
 
4261
- .progress-bar-label {
4262
- @apply text-xs mt-2 truncate text-ellipsis;
4263
- }
4260
+ .progress-bar-label {
4261
+ @apply text-xs mt-2 truncate text-ellipsis;
4262
+ }
4264
4263
 
4265
- .progress-bar-backdrop {
4266
- @apply flex mt-1 h-4 rounded-md backdrop-blur-sm bg-slate-200/25;
4267
- }
4264
+ .progress-bar-backdrop {
4265
+ @apply flex mt-1 h-4 rounded-md backdrop-blur-sm bg-slate-200/25;
4266
+ }
4268
4267
 
4269
- .progress-bar-inner {
4270
- @apply h-2 m-1 rounded-md bg-sky-200 transition-[width] ease duration-300 transform;
4271
- }
4268
+ .progress-bar-inner {
4269
+ @apply h-2 m-1 rounded-md bg-sky-200 transition-[width] ease-in-out duration-300 transform;
4272
4270
  }
4273
4271
 
4272
+
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.15",
3
+ "version": "0.2.173-beta.16",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",