uibee 2.4.5 → 2.4.7

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.
@@ -1520,11 +1520,6 @@
1520
1520
  --color-login-100: #fcfcfc;
1521
1521
  --color-login-50: #ffffff;
1522
1522
  }
1523
- body {
1524
- color: var(--foreground);
1525
- background: var(--background);
1526
- font-family: Arial, Helvetica, sans-serif;
1527
- }
1528
1523
  @keyframes jump {
1529
1524
  40% {
1530
1525
  transform: translateY(-0.3rem);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "uibee",
3
- "version": "2.4.5",
3
+ "version": "2.4.7",
4
4
  "description": "Shared components, functions and hooks for reuse across Login projects",
5
5
  "homepage": "https://github.com/Login-Linjeforening-for-IT/uibee#readme",
6
6
  "bugs": {
@@ -36,7 +36,7 @@
36
36
  },
37
37
  "devDependencies": {
38
38
  "@eslint/eslintrc": "^3.3.3",
39
- "@next/eslint-plugin-next": "16.0.6",
39
+ "@next/eslint-plugin-next": "16.0.7",
40
40
  "@stylistic/eslint-plugin": "^5.6.1",
41
41
  "@tailwindcss/postcss": "^4.1.17",
42
42
  "@types/node": "^24.10.1",
@@ -47,12 +47,12 @@
47
47
  "tailwindcss": "^4.1.17",
48
48
  "ts-node": "^10.9.2",
49
49
  "typescript": "^5.9.3",
50
- "typescript-eslint": "^8.48.0"
50
+ "typescript-eslint": "^8.48.1"
51
51
  },
52
52
  "dependencies": {
53
53
  "lucide-react": "^0.555.0",
54
- "next": "16.0.6",
55
- "react": "19.2.0",
56
- "react-dom": "19.2.0"
54
+ "next": "16.0.7",
55
+ "react": "19.2.1",
56
+ "react-dom": "19.2.1"
57
57
  }
58
58
  }
package/src/globals.css CHANGED
@@ -92,12 +92,6 @@
92
92
  --color-login-50: #ffffff;
93
93
  }
94
94
 
95
- body {
96
- color: var(--foreground);
97
- background: var(--background);
98
- font-family: Arial, Helvetica, sans-serif;
99
- }
100
-
101
95
  @keyframes jump {
102
96
  40% {
103
97
  transform: translateY(-0.3rem);