@indice/ng-components 0.2.119 → 0.2.120

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.css +6 -6
  2. package/package.json +1 -1
package/_styles.css CHANGED
@@ -818,15 +818,15 @@
818
818
  }
819
819
 
820
820
  .list-view-th {
821
- @apply px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;
821
+ @apply px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider;
822
822
  }
823
823
 
824
824
  .list-view-th-full {
825
- @apply w-full px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-words;
825
+ @apply w-full px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-words;
826
826
  }
827
827
 
828
828
  .list-view-th-half {
829
- @apply w-full sm:w-1/2 px-6 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-words;
829
+ @apply w-full sm:w-1/2 px-4 py-3 text-left text-xs font-medium text-gray-500 uppercase tracking-wider whitespace-normal break-words;
830
830
  }
831
831
 
832
832
  .list-view-tbody {
@@ -842,15 +842,15 @@
842
842
  }
843
843
 
844
844
  .list-view-td {
845
- @apply px-6 py-4 whitespace-nowrap;
845
+ @apply px-4 py-4 whitespace-nowrap;
846
846
  }
847
847
 
848
848
  .list-view-td-full {
849
- @apply w-full px-6 py-4 break-all;
849
+ @apply w-full px-4 py-4 break-all;
850
850
  }
851
851
 
852
852
  .list-view-td-half {
853
- @apply w-full sm:w-1/2 px-6 py-4 whitespace-normal break-words;
853
+ @apply w-full sm:w-1/2 px-4 py-4 whitespace-normal break-words;
854
854
  }
855
855
 
856
856
  .details-button {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@indice/ng-components",
3
- "version": "0.2.119",
3
+ "version": "0.2.120",
4
4
  "description": "Indice common components for Angular v12",
5
5
  "repository": {
6
6
  "type": "git",