@linzjs/lui 22.9.2 → 22.10.0

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.
@@ -1,7 +1,7 @@
1
- @use "../../Foundation/Variables/ColorVars.scss" as colors;
2
- @use "../../Foundation/Variables/FontVars.scss" as fonts;
3
- @use "../../Foundation/Variables/SpacingVars.scss"as spacing;
4
- @use "../../Foundation/Utilities" as *;
1
+ @use '../../Foundation/Variables/ColorVars.scss' as colors;
2
+ @use '../../Foundation/Variables/FontVars.scss' as fonts;
3
+ @use '../../Foundation/Variables/SpacingVars.scss' as spacing;
4
+ @use '../../Foundation/Utilities' as *;
5
5
 
6
6
  /**
7
7
  * Here is where we can override the styles of react-menu
@@ -68,6 +68,15 @@ li.lui-select-menuItem {
68
68
  }
69
69
  }
70
70
 
71
+ .new-tab-link {
72
+ margin-left: auto;
73
+ }
74
+ }
75
+
76
+ .lui-select-menuItem--interactive {
77
+ .LuiIcon {
78
+ fill: colors.$sea;
79
+ }
71
80
  }
72
81
 
73
82
  .lui-select-menuItem--error {
@@ -135,7 +144,7 @@ li.lui-select-menu-group {
135
144
  flex: 1;
136
145
  // width: 200px;
137
146
  div[role='menuitem'] {
138
- padding-left: 0px;
147
+ padding-left: 0;
139
148
  text-decoration: none;
140
149
  @include fonts.font-regular();
141
150
  height: 40px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "22.9.2",
2
+ "version": "22.10.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",