@eturnity/eturnity_reusable_components 7.51.5 → 7.51.7

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": "@eturnity/eturnity_reusable_components",
3
- "version": "7.51.5",
3
+ "version": "7.51.7",
4
4
  "files": [
5
5
  "dist",
6
6
  "src"
@@ -263,7 +263,7 @@
263
263
  props.isDisabled
264
264
  ? props.colorMode === 'transparent'
265
265
  ? 'transparent'
266
- : props.theme.colors.disabled
266
+ : props.theme.colors.grey5
267
267
  : props.backgroundColor
268
268
  ? props.backgroundColor + ' !important'
269
269
  : props.theme.colors.white};
@@ -358,7 +358,7 @@
358
358
  props.colorMode === 'transparent'
359
359
  ? 'transparent'
360
360
  : props.disabled && props.showDisabledBackground
361
- ? props.theme.colors.disabled
361
+ ? props.theme.colors.grey5
362
362
  : props.theme.colors[props.bgColor]
363
363
  ? props.theme.colors[props.bgColor]
364
364
  : props.bgColor};
@@ -39,7 +39,7 @@
39
39
  ? item.quantity + ' x'
40
40
  : ''
41
41
  }}
42
- {{ item.brandName }} - {{ item.model }}
42
+ {{ item.model }}
43
43
  </TitleText>
44
44
  <TitleSubText>
45
45
  <span>{{ item.brandName }}</span>