liferay-frontend-theme-styled 3.0.32 → 3.0.35

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.
@@ -17,13 +17,18 @@
17
17
 
18
18
  @import "components/_cards";
19
19
  @import "components/_dropdowns";
20
+
21
+ @import "components/_drilldown";
20
22
  @import "components/_forms";
21
23
  @import "components/_links";
22
24
 
25
+ @import "components/_range";
26
+
23
27
  @import "components/_clay-color";
24
28
  @import "components/_custom-forms";
25
29
  @import "components/_time";
26
30
 
31
+ @import "components/_date-picker";
27
32
  @import "components/_form-validation";
28
33
  @import "components/_icons";
29
34
  @import "components/_input-groups";
@@ -12,13 +12,18 @@
12
12
 
13
13
  @import "variables/_cards";
14
14
  @import "variables/_dropdowns";
15
+
16
+ @import "variables/_drilldown";
15
17
  @import "variables/_forms";
16
18
  @import "variables/_links";
17
19
 
20
+ @import "variables/_range";
21
+
18
22
  @import "variables/_clay-color";
19
23
  @import "variables/_custom-forms";
20
24
  @import "variables/_time";
21
25
 
26
+ @import "variables/_date-picker";
22
27
  @import "variables/_list-group";
23
28
  @import "variables/_loaders";
24
29
  @import "variables/_modals";
@@ -11,13 +11,18 @@
11
11
 
12
12
  @import "variables/_cards";
13
13
  @import "variables/_dropdowns";
14
+
15
+ @import "variables/_drilldown";
14
16
  @import "variables/_forms";
15
17
  @import "variables/_links";
16
18
 
19
+ @import "variables/_range";
20
+
17
21
  @import "variables/_clay-color";
18
22
  @import "variables/_custom-forms";
19
23
  @import "variables/_time";
20
24
 
25
+ @import "variables/_date-picker";
21
26
  @import "variables/_icons";
22
27
  @import "variables/_list-group";
23
28
  @import "variables/_loaders";
@@ -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;
@@ -31,12 +31,12 @@
31
31
 
32
32
  .dropdown-toggle:after {
33
33
  border-width: 0;
34
- content: normal;
34
+ content: none;
35
35
  }
36
36
 
37
37
  .dropup .dropdown-toggle:after {
38
38
  border-width: 0;
39
- content: normal;
39
+ content: none;
40
40
  }
41
41
 
42
42
  .dropdown.open > .dropdown-menu,
@@ -172,7 +172,7 @@
172
172
 
173
173
  .navbar-nav > .active > a:after {
174
174
  @include media-breakpoint-down($scaling-breakpoint-down) {
175
- content: normal;
175
+ content: none;
176
176
  }
177
177
  }
178
178
  }
@@ -209,7 +209,7 @@
209
209
 
210
210
  .navbar-nav > .active > a:after {
211
211
  @include media-breakpoint-down($scaling-breakpoint-down) {
212
- content: normal;
212
+ content: none;
213
213
  }
214
214
  }
215
215
  }
package/package.json CHANGED
@@ -1 +1 @@
1
- {"bugs":"https://issues.liferay.com/","license":"LGPL","publishConfig":{"registry":"https://registry.npmjs.org"},"keywords":[],"author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","name":"liferay-frontend-theme-styled","description":"Liferay Frontend Theme Styled","main":"package.json","repository":"liferay/liferay-portal","version":"3.0.32"}
1
+ {"bugs":"https://issues.liferay.com/","license":"LGPL","publishConfig":{"registry":"https://registry.npmjs.org"},"keywords":[],"author":"Nathan Cavanaugh <nathan.cavanaugh@liferay.com> (https://github.com/natecavanaugh)","name":"liferay-frontend-theme-styled","description":"Liferay Frontend Theme Styled","main":"package.json","repository":"liferay/liferay-portal","version":"3.0.35"}