@linzjs/lui 17.10.0 → 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.
@@ -16,7 +16,8 @@
16
16
  color: colors.$base-type-color;
17
17
  @include fonts.font-light;
18
18
 
19
- div, a[role="menuitem"] {
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+.lui-select-menuItemText {
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="menuitem"] {
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="menuitem"] {
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.$fuscous;
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.$fuscous;
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.$fuscous;
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.$fuscous;
19
+ color: colors.$charcoal;
20
20
  margin: 0;
21
21
  }
22
22
  h2 + p {
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.10.0",
2
+ "version": "17.10.1",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",