@stoker-platform/web-app 0.5.174 → 0.5.176

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,22 @@
1
1
  # @stoker-platform/web-app
2
2
 
3
+ ## 0.5.176
4
+
5
+ ### Patch Changes
6
+
7
+ - fix: revert relation button change for card view
8
+
9
+ ## 0.5.175
10
+
11
+ ### Patch Changes
12
+
13
+ - fix: change background colour for relation button in light mode
14
+
3
15
  ## 0.5.174
4
16
 
5
17
  ### Patch Changes
6
18
 
19
+ - feat: improve relation button display
7
20
  - feat: add exact match search as default search mode
8
21
  - @stoker-platform/node-client@0.5.71
9
22
  - @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.176",
4
4
  "type": "module",
5
5
  "license": "SEE LICENSE IN LICENSE.md",
6
6
  "scripts": {
@@ -163,7 +163,10 @@ 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
+ !card &&
167
+ "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",
168
+ card &&
169
+ "w-full max-w-[200px] 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
170
  )}
168
171
  disabled={
169
172
  !relationCollection ||