@linzjs/lui 17.9.3 → 17.10.1
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/CHANGELOG.md +11 -0
- package/dist/assets/icons/auth_and_instruct.svg +1 -0
- package/dist/assets/icons/certify_and_sign.svg +1 -0
- package/dist/assets/icons/dollar_round.svg +1 -0
- package/dist/assets/icons/double_tick.svg +1 -0
- package/dist/assets/icons/instruments_roles.svg +1 -0
- package/dist/assets/icons/notice_of_change.svg +1 -0
- package/dist/assets/icons/release.svg +3 -0
- package/dist/assets/icons/tax_statement.svg +1 -0
- package/dist/assets/icons/tick_and_cross.svg +1 -0
- package/dist/assets/svg-content.tsx +54 -0
- package/dist/components/lol/LOLLogoutLink.d.ts +2 -1
- package/dist/index.js +32 -9
- package/dist/index.js.map +1 -1
- package/dist/lui.css +12 -11
- package/dist/lui.css.map +1 -1
- package/dist/lui.esm.js +32 -9
- package/dist/lui.esm.js.map +1 -1
- package/dist/scss/Components/ContextMenu/context-menu.scss +5 -8
- package/dist/scss/Components/Messaging/messaging.scss +2 -2
- package/dist/scss/Components/Modal/modal.scss +2 -2
- package/package.json +1 -1
|
@@ -16,7 +16,8 @@
|
|
|
16
16
|
color: colors.$base-type-color;
|
|
17
17
|
@include fonts.font-light;
|
|
18
18
|
|
|
19
|
-
div,
|
|
19
|
+
div,
|
|
20
|
+
a[role='menuitem'] {
|
|
20
21
|
text-decoration: none;
|
|
21
22
|
color: colors.$base-type-color;
|
|
22
23
|
@include fonts.font-light;
|
|
@@ -57,7 +58,6 @@
|
|
|
57
58
|
&:hover {
|
|
58
59
|
background-color: colors.$polar;
|
|
59
60
|
}
|
|
60
|
-
|
|
61
61
|
}
|
|
62
62
|
|
|
63
63
|
.lui-select-menuItem--error {
|
|
@@ -82,7 +82,7 @@
|
|
|
82
82
|
}
|
|
83
83
|
}
|
|
84
84
|
|
|
85
|
-
.lui-select-icon
|
|
85
|
+
.lui-select-icon + .lui-select-menuItemText {
|
|
86
86
|
padding-left: spacing.$unit-xs;
|
|
87
87
|
}
|
|
88
88
|
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
|
|
97
97
|
.lui-select-submenu {
|
|
98
98
|
flex: 1;
|
|
99
|
-
div[role=
|
|
99
|
+
div[role='menuitem'] {
|
|
100
100
|
padding: spacing.$unit-xs spacing.$unit-xs spacing.$unit-xs 2.5rem;
|
|
101
101
|
text-decoration: none;
|
|
102
102
|
@include fonts.font-regular();
|
|
@@ -106,14 +106,12 @@
|
|
|
106
106
|
.szh-menu__item--hover {
|
|
107
107
|
background-color: colors.$polar;
|
|
108
108
|
}
|
|
109
|
-
|
|
110
109
|
}
|
|
111
110
|
|
|
112
|
-
|
|
113
111
|
.lui-select-submenu-with-icon {
|
|
114
112
|
flex: 1;
|
|
115
113
|
// width: 200px;
|
|
116
|
-
div[role=
|
|
114
|
+
div[role='menuitem'] {
|
|
117
115
|
padding-left: 0px;
|
|
118
116
|
text-decoration: none;
|
|
119
117
|
@include fonts.font-regular();
|
|
@@ -121,7 +119,6 @@
|
|
|
121
119
|
}
|
|
122
120
|
}
|
|
123
121
|
|
|
124
|
-
|
|
125
122
|
.lui-select-divider {
|
|
126
123
|
margin: 0.25rem;
|
|
127
124
|
}
|
|
@@ -9,7 +9,7 @@
|
|
|
9
9
|
@include border-radius();
|
|
10
10
|
padding: spacing.$unit-sm spacing.$unit-xl spacing.$unit-sm spacing.$unit-sm;
|
|
11
11
|
margin: spacing.$unit-lg 0;
|
|
12
|
-
color: colors.$
|
|
12
|
+
color: colors.$charcoal;
|
|
13
13
|
background: colors.$lily;
|
|
14
14
|
position: relative;
|
|
15
15
|
|
|
@@ -21,7 +21,7 @@
|
|
|
21
21
|
h2 {
|
|
22
22
|
font-size: fonts.$base-font-size;
|
|
23
23
|
@include fonts.font-semibold;
|
|
24
|
-
color: colors.$
|
|
24
|
+
color: colors.$charcoal;
|
|
25
25
|
margin: 0;
|
|
26
26
|
}
|
|
27
27
|
|
|
@@ -8,7 +8,7 @@
|
|
|
8
8
|
border-left: 0px solid transparent;
|
|
9
9
|
@include border-radius();
|
|
10
10
|
margin: spacing.$unit-lg 0;
|
|
11
|
-
color: colors.$
|
|
11
|
+
color: colors.$charcoal;
|
|
12
12
|
background: colors.$white;
|
|
13
13
|
position: relative;
|
|
14
14
|
max-width: 600px;
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
h2 {
|
|
17
17
|
font-size: rem(20px);
|
|
18
18
|
@include fonts.font-semibold;
|
|
19
|
-
color: colors.$
|
|
19
|
+
color: colors.$charcoal;
|
|
20
20
|
margin: 0;
|
|
21
21
|
}
|
|
22
22
|
h2 + p {
|
package/package.json
CHANGED