liferay-frontend-theme-styled 5.0.36 → 5.0.39

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.
@@ -77,6 +77,7 @@
77
77
  @import 'components/_timelines';
78
78
  @import 'components/_toggle-switch';
79
79
  @import 'components/_tooltip';
80
+ @import 'components/_treeview';
80
81
 
81
82
  @import 'components/_utilities';
82
83
  @import 'components/_utilities-functional-important';
@@ -3,6 +3,7 @@
3
3
  @import 'variables/_globals';
4
4
  @import 'variables/_globals-z-index';
5
5
 
6
+ @import 'variables/_aspect-ratio';
6
7
  @import 'variables/_images';
7
8
 
8
9
  @import 'variables/_carousel';
@@ -63,6 +64,7 @@
63
64
  @import 'variables/_timelines';
64
65
  @import 'variables/_toggle-switch';
65
66
  @import 'variables/_tooltip';
67
+ @import 'variables/_treeview';
66
68
  @import 'variables/_type';
67
69
 
68
70
  @import 'variables/_utilities';
@@ -35,19 +35,11 @@
35
35
  left: 0;
36
36
  position: relative;
37
37
 
38
- @include media-breakpoint-down($scaling-breakpoint-down) {
39
- left: 101%;
40
- }
41
-
42
38
  .basic-search-close {
43
39
  border-bottom-right-radius: 0;
44
40
  border-top-right-radius: 0;
45
41
  display: none;
46
42
  z-index: $zindex-basic-search-close;
47
-
48
- @include media-breakpoint-down($scaling-breakpoint-down) {
49
- display: inline-block;
50
- }
51
43
  }
52
44
 
53
45
  .basic-search.open & {
@@ -33,7 +33,7 @@
33
33
  .breadcrumb-item:before,
34
34
  .breadcrumb-item + .breadcrumb-item:before {
35
35
  color: $gray-600;
36
- content: normal;
36
+ content: none;
37
37
  float: none;
38
38
  padding-left: 0;
39
39
  padding-right: 0;
@@ -36,12 +36,12 @@
36
36
 
37
37
  .dropdown-toggle:after {
38
38
  border-width: 0;
39
- content: normal;
39
+ content: none;
40
40
  }
41
41
 
42
42
  .dropup .dropdown-toggle:after {
43
43
  border-width: 0;
44
- content: normal;
44
+ content: none;
45
45
  }
46
46
 
47
47
  .dropdown > .dropdown-menu {
@@ -179,7 +179,7 @@
179
179
 
180
180
  .navbar-nav > .active > a:after {
181
181
  @include media-breakpoint-down($scaling-breakpoint-down) {
182
- content: normal;
182
+ content: none;
183
183
  }
184
184
  }
185
185
  }
@@ -218,7 +218,7 @@
218
218
 
219
219
  .navbar-nav > .active > a:after {
220
220
  @include media-breakpoint-down($scaling-breakpoint-down) {
221
- content: normal;
221
+ content: none;
222
222
  }
223
223
  }
224
224
  }
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.36","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"}
1
+ {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"liferay-npm-scripts check","format":"liferay-npm-scripts fix"},"version":"5.0.39","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"}