general-library-union 3.0.91 → 3.8.87

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "general-library-union",
3
- "version": "3.0.91",
3
+ "version": "3.8.87",
4
4
  "private": false,
5
5
  "peerDependencies": {
6
6
  "@angular/animations": "^18.0.4",
@@ -36,7 +36,6 @@
36
36
  color: $tableHeaderCellTextColor;
37
37
  background: $tableHeaderCellBg;
38
38
  transition: $listItemTransition;
39
- font-size: 0.9rem;
40
39
  }
41
40
 
42
41
  .p-datatable-tfoot > tr > td {
@@ -4,7 +4,6 @@
4
4
  color: $horizontalMenuTextColor;
5
5
  border: $horizontalMenuBorder;
6
6
  border-radius: $borderRadius;
7
- font-size: 0.9rem;
8
7
 
9
8
  .p-menuitem-link {
10
9
  @include menuitem-link();
@@ -1913,7 +1913,6 @@ min-height: 60px !important;
1913
1913
  .p-menubar ul {
1914
1914
  align-items: center;
1915
1915
  justify-content: center;
1916
- outline: none;
1917
1916
  }
1918
1917
 
1919
1918
  .p-menubar ul:focus-visible {
@@ -2011,7 +2011,6 @@ margin-left: 10px;
2011
2011
  .p-menubar ul {
2012
2012
  align-items: center;
2013
2013
  justify-content: center;
2014
- outline: none;
2015
2014
  }
2016
2015
 
2017
2016
  .p-menubar ul:focus-visible {
@@ -35,7 +35,6 @@
35
35
  color: $white;
36
36
  background: var(--color-700);
37
37
  transition: $listItemTransition;
38
- font-size: 0.9rem;
39
38
  }
40
39
 
41
40
  .p-datatable-tfoot > tr > td {
@@ -4,7 +4,6 @@
4
4
  color: $horizontalMenuTextColor;
5
5
  border: $horizontalMenuBorder;
6
6
  border-radius: $borderRadius;
7
- font-size: 0.9rem;
8
7
 
9
8
  .p-menuitem-link {
10
9
  @include menuitem-link();