@eightshift/ui-components 1.3.1 → 1.3.2

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.
@@ -133,7 +133,8 @@ const OptionSelect = (props) => {
133
133
  RichLabel,
134
134
  {
135
135
  label: optionLabel,
136
- subtitle: optionSubtitle
136
+ subtitle: optionSubtitle,
137
+ noColor: true
137
138
  }
138
139
  )
139
140
  ]
@@ -228,7 +229,8 @@ const OptionSelect = (props) => {
228
229
  RichLabel,
229
230
  {
230
231
  label: optionLabel,
231
- subtitle: optionSubtitle
232
+ subtitle: optionSubtitle,
233
+ noColor: true
232
234
  }
233
235
  )
234
236
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@eightshift/ui-components",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",