@krrli/cm-designsystem 1.33.1 → 1.33.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.
@@ -394,6 +394,10 @@
394
394
  top: calc(var(--spacing) * 6);
395
395
  }
396
396
 
397
+ .top-60 {
398
+ top: calc(var(--spacing) * 60);
399
+ }
400
+
397
401
  .right-2 {
398
402
  right: calc(var(--spacing) * 2);
399
403
  }
@@ -406,10 +410,6 @@
406
410
  right: calc(var(--spacing) * 6);
407
411
  }
408
412
 
409
- .-bottom-20 {
410
- bottom: calc(var(--spacing) * -20);
411
- }
412
-
413
413
  .bottom-2 {
414
414
  bottom: calc(var(--spacing) * 2);
415
415
  }
@@ -9,8 +9,8 @@ import { Avatar } from "../../components/avatar/Avatar.js";
9
9
  import { Paragraph } from "../../components/typography/Paragraph.js";
10
10
  const ProfileBannerStyles = tv({
11
11
  slots: {
12
- base: ["flex", "flex-col", "gap-6", "w-170", "h-80", "relative"],
13
- avatar: ["absolute", "-bottom-20", "right-6"],
12
+ base: ["flex", "flex-col", "gap-6", "w-170", "relative"],
13
+ avatar: ["absolute", "top-60", "right-6"],
14
14
  info: ["flex", "flex-col", "gap-3"],
15
15
  description: ["text-slate-500"]
16
16
  }
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@krrli/cm-designsystem",
3
3
  "repository": "https://github.com/ost-cas-fea-25-26/cm-designsystem",
4
- "version": "1.33.1",
4
+ "version": "1.33.2",
5
5
  "type": "module",
6
6
  "main": "dist/index.js",
7
7
  "module": "dist/index.js",
@@ -62,9 +62,9 @@
62
62
  "@types/react": "19.2.7",
63
63
  "@types/react-dom": "19.2.3",
64
64
  "@vitejs/plugin-react": "5.1.2",
65
- "@vitest/browser": "4.0.15",
66
- "@vitest/browser-playwright": "4.0.15",
67
- "@vitest/coverage-v8": "4.0.15",
65
+ "@vitest/browser": "4.0.16",
66
+ "@vitest/browser-playwright": "4.0.16",
67
+ "@vitest/coverage-v8": "4.0.16",
68
68
  "eslint": "9.39.2",
69
69
  "eslint-config-prettier": "10.1.8",
70
70
  "eslint-import-resolver-typescript": "4.4.4",
@@ -72,12 +72,12 @@
72
72
  "eslint-plugin-jsx-a11y": "6.10.2",
73
73
  "eslint-plugin-react": "7.37.5",
74
74
  "eslint-plugin-react-hooks": "7.0.1",
75
- "eslint-plugin-react-refresh": "0.4.25",
75
+ "eslint-plugin-react-refresh": "0.4.26",
76
76
  "eslint-plugin-storybook": "10.1.9",
77
77
  "eslint-plugin-unused-imports": "4.3.0",
78
78
  "globals": "16.5.0",
79
79
  "jsdom": "27.3.0",
80
- "knip": "5.74.0",
80
+ "knip": "5.75.1",
81
81
  "playwright": "1.57.0",
82
82
  "prettier": "3.7.4",
83
83
  "prettier-plugin-tailwindcss": "0.7.2",
@@ -91,6 +91,6 @@
91
91
  "vite": "7.3.0",
92
92
  "vite-plugin-dts": "4.5.4",
93
93
  "vite-plugin-svgr": "^4.5.0",
94
- "vitest": "4.0.15"
94
+ "vitest": "4.0.16"
95
95
  }
96
96
  }