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

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 +13 -13
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -4253,24 +4253,24 @@
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
- .progress-bar-container {
4257
- @apply flex grid grid-cols-1;
4258
- }
4256
+ @layer componenets {
4257
+ .progress-bar-container {
4258
+ @apply flex grid grid-cols-1;
4259
+ }
4259
4260
 
4260
- .progress-bar-label {
4261
- @apply text-xs mt-2 truncate text-ellipsis;
4262
- }
4261
+ .progress-bar-label {
4262
+ @apply text-xs mt-2 truncate text-ellipsis;
4263
+ }
4263
4264
 
4264
- .progress-bar-backdrop {
4265
- @apply flex mt-1 h-4 rounded-md backdrop-blur-sm bg-slate-200/25;
4266
- }
4265
+ .progress-bar-backdrop {
4266
+ @apply flex mt-1 h-4 rounded-md backdrop-blur-sm bg-slate-200/25;
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
+ .progress-bar-inner {
4270
+ @apply h-2 m-1 rounded-md bg-sky-200 transition-[width] ease duration-300 transform;
4271
+ }
4270
4272
  }
4271
4273
 
4272
-
4273
-
4274
4274
  .modal-active {
4275
4275
  overflow: hidden;
4276
4276
  }
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.15",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",