@indice/ng-components 0.3.2-beta.20 → 0.3.2-beta.22

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 +6 -6
  2. package/package.json +1 -1
package/_styles.scss CHANGED
@@ -3259,7 +3259,7 @@
3259
3259
  }
3260
3260
 
3261
3261
  .nav-link-active {
3262
- @apply cursor-default text-blue-300 bg-gray-900 hover:bg-gray-900 px-3 py-2 rounded-lg text-xs shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3262
+ @apply cursor-default rounded-xl text-blue-300 bg-gray-900 hover:bg-gray-900 px-3 py-2 rounded-lg text-xs shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3263
3263
  }
3264
3264
 
3265
3265
  .sidebar .nav-link-active {
@@ -3267,19 +3267,19 @@
3267
3267
  }
3268
3268
 
3269
3269
  .sidebar .nav-link-active-b {
3270
- @apply cursor-default bg-gray-900 border-b border-blue-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
3270
+ @apply cursor-default rounded-xl bg-gray-900 border-b border-blue-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
3271
3271
  }
3272
3272
 
3273
3273
  .sidebar .nav-link-active-l {
3274
- @apply cursor-default bg-gray-900 border-l border-blue-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
3274
+ @apply cursor-default rounded-xl bg-gray-900 border-l border-blue-400 text-white flex items-center px-2 py-2 text-sm font-medium rounded-md;
3275
3275
  }
3276
3276
 
3277
3277
  .nav-link-profile-active {
3278
- @apply cursor-default block px-4 py-2 text-xs text-blue-300 shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3278
+ @apply cursor-default rounded-xl block px-4 py-2 text-xs text-blue-300 shadow-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3279
3279
  }
3280
3280
 
3281
3281
  .nav-link-mobile-active {
3282
- @apply cursor-default bg-gray-900 text-blue-300 block px-3 py-2 rounded-lg text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
3282
+ @apply cursor-default rounded-xl bg-gray-900 text-blue-300 block px-3 py-2 rounded-lg text-xs whitespace-nowrap overflow-ellipsis overflow-hidden;
3283
3283
  }
3284
3284
 
3285
3285
  .view-nav-link {
@@ -3287,7 +3287,7 @@
3287
3287
  }
3288
3288
 
3289
3289
  .view-nav-link-active {
3290
- @apply cursor-default rounded=xl bg-gray-50 border-gray-600 text-gray-900 border-l-4 py-2 px-3 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3290
+ @apply cursor-default rounded-xl bg-gray-50 border-gray-600 text-gray-900 border-l-4 py-2 px-3 flex items-center text-sm whitespace-nowrap overflow-ellipsis overflow-hidden;
3291
3291
  }
3292
3292
 
3293
3293
  .min-nav-link-text-width {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.3.2-beta.20",
3
+ "version": "0.3.2-beta.22",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",