@stoker-platform/web-app 0.5.174 → 0.5.175

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/CHANGELOG.md CHANGED
@@ -1,9 +1,16 @@
1
1
  # @stoker-platform/web-app
2
2
 
3
+ ## 0.5.175
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: change background colour for relation button in light mode
8
+
3
9
  ## 0.5.174
4
10
 
5
11
  ### Patch Changes
6
12
 
13
+ - feat: improve relation button display
7
14
  - feat: add exact match search as default search mode
8
15
  - @stoker-platform/node-client@0.5.71
9
16
  - @stoker-platform/utils@0.5.62
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-app",
3
- "version": "0.5.174",
3
+ "version": "0.5.175",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {
@@ -163,7 +163,7 @@ export const getFormattedFieldValue = (
163
163
  variant="outline"
164
164
  size="sm"
165
165
  className={cn(
166
- "w-fit min-w-[100px] md:min-w-[200px] max-w-full whitespace-normal break-words h-auto p-3 bg-transparent dark:bg-blue-500/50 text-blue-500 dark:text-primary dark:hover:bg-blue-500 dark:border-input",
166
+ "w-fit min-w-[100px] md:min-w-[200px] max-w-full whitespace-normal break-words h-auto p-3 bg-background dark:bg-blue-500/50 text-blue-500 dark:text-primary dark:hover:bg-blue-500 dark:border-input",
167
167
  )}
168
168
  disabled={
169
169
  !relationCollection ||