@stoker-platform/web-app 0.5.175 → 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,5 +1,11 @@
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
+
3
9
  ## 0.5.175
4
10
 
5
11
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@stoker-platform/web-app",
3
- "version": "0.5.175",
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-background 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 ||