liferay-frontend-theme-styled 6.0.82 → 6.0.83

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.
@@ -26,73 +26,73 @@
26
26
 
27
27
  .taglib-empty-result-message-header,
28
28
  .taglib-empty-result-message-header-has-plus-btn {
29
- background-image: url(@theme_image_path@/states/empty_state.svg);
29
+ background-image: url(../images/states/empty_state.svg);
30
30
 
31
31
  @media (prefers-reduced-motion: reduce) {
32
- background-image: url(@theme_image_path@/states/empty_state_reduced_motion.svg);
32
+ background-image: url(../images/states/empty_state_reduced_motion.svg);
33
33
  }
34
34
 
35
35
  .c-prefers-reduced-motion & {
36
- background-image: url(@theme_image_path@/states/empty_state_reduced_motion.svg);
36
+ background-image: url(../images/states/empty_state_reduced_motion.svg);
37
37
  }
38
38
  }
39
39
 
40
40
  .taglib-empty-search-result-message-header {
41
- background-image: url(@theme_image_path@/states/search_state.svg);
41
+ background-image: url(../images/states/search_state.svg);
42
42
  max-width: 210px;
43
43
  padding-top: 232px;
44
44
 
45
45
  @media (prefers-reduced-motion: reduce) {
46
- background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg);
46
+ background-image: url(../images/states/search_state_reduced_motion.svg);
47
47
  }
48
48
 
49
49
  .c-prefers-reduced-motion & {
50
- background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg);
50
+ background-image: url(../images/states/search_state_reduced_motion.svg);
51
51
  }
52
52
  }
53
53
 
54
54
  .taglib-empty-state {
55
- background-image: url(@theme_image_path@/states/empty_state.svg);
55
+ background-image: url(../images/states/empty_state.svg);
56
56
  margin: auto;
57
57
  max-width: 250px;
58
58
  padding-top: 250px;
59
59
 
60
60
  @media (prefers-reduced-motion: reduce) {
61
- background-image: url(@theme_image_path@/states/empty_state_reduced_motion.svg);
61
+ background-image: url(../images/states/empty_state_reduced_motion.svg);
62
62
  }
63
63
 
64
64
  .c-prefers-reduced-motion & {
65
- background-image: url(@theme_image_path@/states/empty_state_reduced_motion.svg);
65
+ background-image: url(../images/states/empty_state_reduced_motion.svg);
66
66
  }
67
67
  }
68
68
 
69
69
  .taglib-success-state {
70
- background-image: url(@theme_image_path@/states/success_state.svg);
70
+ background-image: url(../images/states/success_state.svg);
71
71
  margin: auto;
72
72
  max-width: 250px;
73
73
  padding-top: 250px;
74
74
 
75
75
  @media (prefers-reduced-motion: reduce) {
76
- background-image: url(@theme_image_path@/states/success_state_reduced_motion.svg);
76
+ background-image: url(../images/states/success_state_reduced_motion.svg);
77
77
  }
78
78
 
79
79
  .c-prefers-reduced-motion & {
80
- background-image: url(@theme_image_path@/states/success_state_reduced_motion.svg);
80
+ background-image: url(../images/states/success_state_reduced_motion.svg);
81
81
  }
82
82
  }
83
83
 
84
84
  .taglib-search-state {
85
- background-image: url(@theme_image_path@/states/search_state.svg);
85
+ background-image: url(../images/states/search_state.svg);
86
86
  margin: auto;
87
87
  max-width: 250px;
88
88
  padding-top: 250px;
89
89
 
90
90
  @media (prefers-reduced-motion: reduce) {
91
- background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg);
91
+ background-image: url(../images/states/search_state_reduced_motion.svg);
92
92
  }
93
93
 
94
94
  .c-prefers-reduced-motion & {
95
- background-image: url(@theme_image_path@/states/search_state_reduced_motion.svg);
95
+ background-image: url(../images/states/search_state_reduced_motion.svg);
96
96
  }
97
97
  }
98
98
 
package/package.json CHANGED
@@ -1 +1 @@
1
- {"name":"liferay-frontend-theme-styled","scripts":{"checkFormat":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.82","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":"node-scripts format --check","format":"node-scripts format"},"version":"6.0.83","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"}