liferay-frontend-theme-styled 5.0.28 → 5.0.31

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,15 +1,17 @@
1
1
  .alloy-editor-container {
2
2
  .alloy-editor {
3
- &.alloy-editor-placeholder {
4
- color: #2b4259;
3
+ &.ae-placeholder {
4
+ ~ .alloy-editor-placeholder {
5
+ color: #2b4259;
5
6
 
6
- &.ae-placeholder:not(:focus) {
7
- border-left-color: #dbdde1;
8
- color: #b0b4bb;
9
- }
7
+ &:not(:focus) {
8
+ border-left-color: #dbdde1;
9
+ color: #b0b4bb;
10
+ }
10
11
 
11
- &.readonly {
12
- color: #ccc;
12
+ &.readonly ~ .alloy-editor-placeholder {
13
+ color: #ccc;
14
+ }
13
15
  }
14
16
  }
15
17
 
@@ -21,7 +23,7 @@
21
23
  }
22
24
  }
23
25
 
24
- .has-error .alloy-editor-container .alloy-editor.alloy-editor-placeholder {
26
+ .has-error .alloy-editor-container .alloy-editor {
25
27
  &.ae-placeholder:not(:focus) {
26
28
  border-left-color: #c67;
27
29
  }
@@ -9,6 +9,10 @@
9
9
  right: 0;
10
10
  top: 0;
11
11
  -webkit-overflow-scrolling: touch;
12
+
13
+ @media print {
14
+ position: initial;
15
+ }
12
16
  }
13
17
  }
14
18
 
@@ -1,5 +1,5 @@
1
1
  .lfr-portal-tooltip {
2
- display: inline-block;
2
+ display: inline-flex;
3
3
 
4
4
  &,
5
5
  a {
@@ -12,9 +12,8 @@
12
12
 
13
13
  @import 'components/_carousel';
14
14
  @import 'components/_jumbotron';
15
- @import 'components/_toasts';
16
-
17
15
  @import 'components/_spinners';
16
+ @import 'components/_toasts';
18
17
 
19
18
  @import 'components/_icons';
20
19
 
@@ -3,10 +3,18 @@
3
3
  @import 'variables/_globals';
4
4
  @import 'variables/_globals-z-index';
5
5
 
6
+ @import 'variables/_images';
7
+
8
+ @import 'variables/_carousel';
9
+ @import 'variables/_jumbotron';
10
+ @import 'variables/_toasts';
11
+ @import 'variables/_spinners';
12
+
13
+ @import 'variables/_buttons';
14
+
6
15
  @import 'variables/_alerts';
7
16
  @import 'variables/_badges';
8
17
  @import 'variables/_breadcrumbs';
9
- @import 'variables/_buttons';
10
18
  @import 'variables/_empty-state';
11
19
  @import 'variables/_labels';
12
20
  @import 'variables/_stickers';
@@ -57,4 +65,4 @@
57
65
  @import 'variables/_tooltip';
58
66
  @import 'variables/_type';
59
67
 
60
- @import 'variables/_utilities';
68
+ @import 'variables/_utilities';
@@ -38,8 +38,12 @@ $compat-utilities: true !default;
38
38
 
39
39
  // Map Bootstrap 4 Variables to Bootstrap 3 equivalent
40
40
 
41
+ @import 'clay/atlas/variables';
42
+
41
43
  @import 'clay/variables/icons';
42
44
 
45
+ $border-radius-base: 0.25rem !default;
46
+
43
47
  $icon-monospaced-size: 2rem !default;
44
48
 
45
49
  $nav-link-color: $navbar-light-color !default;
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.28","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","repository":"liferay/liferay-portal"}
1
+ {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.31","author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","bugs":"https://issues.liferay.com/","description":"Liferay Frontend Theme Styled","keywords":[],"license":"LGPL","main":"package.json","publishConfig":{"registry":"https://registry.npmjs.org"},"repository":"liferay/liferay-portal"}