@scm-manager/ui-core 4.0.0-REACT19-20250920-130317 → 4.0.0-REACT19-20250922-115826

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.
@@ -4,17 +4,17 @@ $ vitest
4
4
   RUN  v3.2.4 /tmp/workspace/manager_feature_react-19-upgrade/scm-ui/ui-core
5
5
  Coverage enabled with v8
6
6
 
7
- ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 100ms
7
+ ✓ src/base/text/textSplitAndReplace.test.ts (7 tests) 48ms
8
8
  stderr | src/base/helpers/useDocumentTitle.test.tsx > useDocumentTitle > should set document title
9
9
  react-i18next:: You will need to pass in an i18next instance by using initReactI18next
10
10
 
11
- ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 279ms
12
- ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 1127ms
11
+ ✓ src/base/helpers/useDocumentTitle.test.tsx (4 tests) 254ms
12
+ ✓ src/base/shortcuts/iterator/keyboardIterator.test.tsx (17 tests) 921ms
13
13
 
14
14
   Test Files  3 passed (3)
15
15
   Tests  28 passed (28)
16
-  Start at  12:36:22
17
-  Duration  11.95s (transform 1.47s, setup 0ms, collect 4.51s, tests 1.51s, environment 13.59s, prepare 2.98s)
16
+  Start at  11:34:11
17
+  Duration  11.77s (transform 1.39s, setup 0ms, collect 5.73s, tests 1.22s, environment 11.48s, prepare 2.79s)
18
18
 
19
19
  JUNIT report written to /tmp/workspace/manager_feature_react-19-upgrade/scm-ui/build/jest-reports/TEST-vitest-report.xml
20
20
   % Coverage report from v8
@@ -24,4 +24,4 @@ File | % Stmts | % Branch | % Funcs | % Lines | Uncovered Line #s
24
24
  All files | 0 | 100 | 100 | 0 |
25
25
  index.ts | 0 | 100 | 100 | 0 | 17-18
26
26
  ----------|---------|----------|---------|---------|-------------------
27
- Done in 14.68s.
27
+ Done in 14.80s.
@@ -1,3 +1,3 @@
1
1
  yarn run v1.22.22
2
2
  $ tsc
3
- Done in 30.94s.
3
+ Done in 29.23s.
@@ -5,7 +5,7 @@ import { Button } from "../src";
5
5
 
6
6
  # Buttons
7
7
 
8
- The `@scm-manager/ui-buttons` library provides [atoms](https://atomicdesign.bradfrost.com/chapter-2/#atoms) implemented
8
+ The buttons directory in the `@scm-manager/ui-core` library provides [atoms](https://atomicdesign.bradfrost.com/chapter-2/#atoms) implemented
9
9
  as minimal wrappers around native html elements styled to match the general SCM-Manager aesthetic.
10
10
 
11
11
  ## Components
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@scm-manager/ui-core",
3
- "version": "4.0.0-REACT19-20250920-130317",
3
+ "version": "4.0.0-REACT19-20250922-115826",
4
4
  "main": "./src/index.ts",
5
5
  "license": "AGPL-3.0-only",
6
6
  "scripts": {
@@ -30,7 +30,7 @@
30
30
  "@radix-ui/react-tabs": "^1.0.4",
31
31
  "@radix-ui/react-tooltip": "1.0.2",
32
32
  "@radix-ui/react-visually-hidden": "^1.0.3",
33
- "@scm-manager/ui-api": "4.0.0-REACT19-20250920-130317",
33
+ "@scm-manager/ui-api": "4.0.0-REACT19-20250922-115826",
34
34
  "mousetrap": "1.6.5"
35
35
  },
36
36
  "devDependencies": {
@@ -39,7 +39,7 @@
39
39
  "@scm-manager/eslint-config": "^2.18.2",
40
40
  "@scm-manager/prettier-config": "^2.12.0",
41
41
  "@scm-manager/tsconfig": "^2.12.0",
42
- "@scm-manager/ui-types": "4.0.0-REACT19-20250920-130317",
42
+ "@scm-manager/ui-types": "4.0.0-REACT19-20250922-115826",
43
43
  "@storybook/addon-actions": "^9.0.8",
44
44
  "@storybook/addon-docs": "^9.1.5",
45
45
  "@storybook/addon-essentials": "^9.0.0-alpha.12",