@c8y/style 1023.43.3 → 1023.47.0

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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@c8y/style",
3
- "version": "1023.43.3",
3
+ "version": "1023.47.0",
4
4
  "license": "Apache-2.0",
5
5
  "author": "Cumulocity GmbH",
6
6
  "description": "Styles for Cumulocity IoT applications",
@@ -145,7 +145,7 @@
145
145
  .smart-rule-icon-size(@size-20);
146
146
 
147
147
  .card-icon {
148
- .card-icon-alignment();
148
+ .card-icon-alignment;
149
149
  }
150
150
  }
151
151
 
@@ -179,7 +179,7 @@
179
179
  margin-bottom: @size-base !important;
180
180
 
181
181
  .card-back {
182
- .card-header-actions-visible();
182
+ .card-header-actions-visible;
183
183
  }
184
184
 
185
185
  .card-header {
@@ -204,7 +204,7 @@
204
204
 
205
205
  .interact-grid {
206
206
  .smart-rule-list-card {
207
- .card-header-actions-visible();
207
+ .card-header-actions-visible;
208
208
 
209
209
  .collapse {
210
210
  //display: block;
@@ -262,7 +262,7 @@
262
262
 
263
263
  .card-icon {
264
264
  display: none;
265
- .card-icon-alignment();
265
+ .card-icon-alignment;
266
266
  }
267
267
  }
268
268
 
@@ -103,7 +103,7 @@
103
103
  }
104
104
  }
105
105
  &.nav-justified {
106
- // Note: Intentionally empty - justified layout handled by .nav-justified base class (see _navs.less)
106
+ // Note: Intentionally empty - justified layout handled by .nav-justified base class (see _navs.scss)
107
107
  // Tab-specific justified styles are in .nav-tabs-justified class below
108
108
  }
109
109
  .dashboard-template-marker {
@@ -167,7 +167,7 @@
167
167
  box-shadow: none;
168
168
  color: inherit;
169
169
  option {
170
- color: var(--gray-text; @text-color);
170
+ color: var(--gray-text, @text-color);
171
171
  }
172
172
  }
173
173
  }
@@ -1,3 +1,4 @@
1
+ // Test change to verify auto-converter works
1
2
  // Button variants
2
3
  // Easily pump out default styles, as well as :hover, :focus, :active,
3
4
  // and disabled options for all buttons
@@ -20,7 +21,7 @@
20
21
  }
21
22
  &:active,
22
23
  &.active,
23
- .open > .dropdown-toggle& {
24
+ .open > &.dropdown-toggle {
24
25
  color: ~'var(--@{el}-color-active)';
25
26
  background-color: ~'var(--@{el}-background-active)';
26
27
  border-color: ~'var(--@{el}-border-color-active)';
@@ -50,11 +51,11 @@
50
51
  }
51
52
 
52
53
  // Button sizes
53
- .button-size(@padding-vertical;
54
- @padding-horizontal;
55
- @font-size;
56
- @line-height;
57
- @border-radius; @height) {
54
+ .button-size(@padding-vertical,
55
+ @padding-horizontal,
56
+ @font-size,
57
+ @line-height,
58
+ @border-radius, @height) {
58
59
  padding: @padding-vertical @padding-horizontal;
59
60
  font-size: @font-size;
60
61
  line-height: @line-height;