@linzjs/lui 11.10.2 → 12.0.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.
@@ -65,7 +65,7 @@
65
65
 
66
66
  .LuiSelect-chevron-icon {
67
67
  position: absolute;
68
- right: 16px;
68
+ right: 7px;
69
69
  top: 50%;
70
70
  transform: translateY(-50%);
71
71
  pointer-events: none;
@@ -96,6 +96,13 @@ $label-line-height: luiSpacing.$unit-md;
96
96
  }
97
97
  }
98
98
 
99
+ .LuiTextInput-padlock-icon {
100
+ background-image: url('../assets/icons/lock.svg');
101
+ background-repeat: no-repeat;
102
+ background-position: right 12px center;
103
+ background-size: 16px 21px;
104
+ }
105
+
99
106
  .LuiTextInput-error {
100
107
  @include luiFonts.font-semibold();
101
108
  position: relative;
@@ -0,0 +1,5 @@
1
+ @use '../../../Foundation/Variables/FormVars' as luiForms;
2
+
3
+ .LuiComboSelect-label-text {
4
+ @include luiForms.formLabel();
5
+ }
@@ -65,6 +65,7 @@
65
65
  @forward "./Components/LuiFormElements/LuiSelectInput/LuiSelectInput.scss";
66
66
  @forward "./Components/LuiFormElements/LuiTextAreaInput/LuiTextAreaInput.scss";
67
67
  @forward "./Components/LuiFormElements/LuiTextInput/LuiTextInput.scss";
68
+ @forward "./Components/LuiForms/LuiComboSelect/LuiComboSelect.scss";
68
69
  @forward "./Components/LuiFormElements/LuiFileInputBox.scss";
69
70
  @forward "./Components/LuiFormSection/LuiFormSectionHeader.scss";
70
71
  @forward "./Components/LuiFormSection/LuiHelpInfo/LuiHelpInfo.scss";
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "11.10.2",
2
+ "version": "12.0.0",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",