@mmb-digital/design-system-web 0.1.339 → 0.1.340
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/README.md +38 -0
- package/dist/index.cjs.js +31 -39
- package/dist/index.cjs.js.map +1 -1
- package/dist/index.d.ts +1460 -1386
- package/dist/index.esm.js +31 -39
- package/dist/index.esm.js.map +1 -1
- package/package.json +55 -57
- package/babel.config.js +0 -34
- package/hs_err_pid21560.log +0 -305
- package/readme.md +0 -59
- package/types/jest.config.d.ts +0 -7
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@mmb-digital/design-system-web",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.340",
|
|
4
4
|
"description": "MMB design-system-web",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.esm.js",
|
|
@@ -8,12 +8,13 @@
|
|
|
8
8
|
"repository": "https://bitbucket.lb.mbid.cz/scm/react/design-system-web.git",
|
|
9
9
|
"author": "Kasman, Samuel (MONETA,consultant) <samuel.kasman@moneta.cz>",
|
|
10
10
|
"license": "UNLICENSED",
|
|
11
|
+
"type": "module",
|
|
11
12
|
"private": false,
|
|
12
13
|
"engines": {
|
|
13
14
|
"node": ">=20"
|
|
14
15
|
},
|
|
15
16
|
"scripts": {
|
|
16
|
-
"build": "rollup -c --
|
|
17
|
+
"build": "rollup -c --configPlugin typescript",
|
|
17
18
|
"test": "yarn p && yarn tsc && yarn l && yarn sl && yarn j",
|
|
18
19
|
"t": "yarn test",
|
|
19
20
|
"test:ci": "yarn test",
|
|
@@ -40,83 +41,79 @@
|
|
|
40
41
|
"d": "yarn deduplicate"
|
|
41
42
|
},
|
|
42
43
|
"devDependencies": {
|
|
43
|
-
"@babel/core": "7.
|
|
44
|
-
"@babel/preset-env": "7.
|
|
45
|
-
"@babel/preset-react": "7.
|
|
46
|
-
"@babel/preset-typescript": "7.
|
|
44
|
+
"@babel/core": "7.29.0",
|
|
45
|
+
"@babel/preset-env": "7.29.5",
|
|
46
|
+
"@babel/preset-react": "7.28.5",
|
|
47
|
+
"@babel/preset-typescript": "7.28.5",
|
|
47
48
|
"@emotion/babel-plugin": "11.13.5",
|
|
48
49
|
"@emotion/react": "11.14.0",
|
|
49
50
|
"@emotion/styled": "11.14.1",
|
|
51
|
+
"@eslint/js": "10.0.1",
|
|
50
52
|
"@hookform/resolvers": "^5.2.2",
|
|
51
|
-
"@rollup/plugin-
|
|
52
|
-
"@rollup/plugin-
|
|
53
|
+
"@rollup/plugin-alias": "^6.0.0",
|
|
54
|
+
"@rollup/plugin-babel": "7.0.0",
|
|
55
|
+
"@rollup/plugin-commonjs": "29.0.2",
|
|
53
56
|
"@rollup/plugin-json": "6.1.0",
|
|
54
|
-
"@rollup/plugin-node-resolve": "
|
|
55
|
-
"@rollup/plugin-
|
|
56
|
-
"@
|
|
57
|
-
"@storybook/addon-
|
|
58
|
-
"@storybook/addon-links": "
|
|
59
|
-
"@storybook/
|
|
60
|
-
"@storybook/react": "
|
|
61
|
-
"@storybook/react-webpack5": "
|
|
57
|
+
"@rollup/plugin-node-resolve": "16.0.3",
|
|
58
|
+
"@rollup/plugin-terser": "1.0.0",
|
|
59
|
+
"@rollup/plugin-typescript": "12.3.0",
|
|
60
|
+
"@storybook/addon-docs": "10.4.0",
|
|
61
|
+
"@storybook/addon-links": "10.4.0",
|
|
62
|
+
"@storybook/addon-webpack5-compiler-babel": "4.0.1",
|
|
63
|
+
"@storybook/react": "10.4.0",
|
|
64
|
+
"@storybook/react-webpack5": "10.4.0",
|
|
65
|
+
"@stylistic/eslint-plugin": "5.10.0",
|
|
62
66
|
"@testing-library/dom": "10.4.1",
|
|
63
|
-
"@testing-library/jest-dom": "6.
|
|
64
|
-
"@testing-library/react": "16.3.
|
|
67
|
+
"@testing-library/jest-dom": "6.9.1",
|
|
68
|
+
"@testing-library/react": "16.3.2",
|
|
65
69
|
"@testing-library/user-event": "14.6.1",
|
|
66
70
|
"@types/base-64": "1.0.2",
|
|
67
|
-
"@types/jest": "
|
|
68
|
-
"@types/
|
|
69
|
-
"@types/react
|
|
70
|
-
"@types/
|
|
71
|
-
"
|
|
72
|
-
"
|
|
73
|
-
"eslint": "
|
|
74
|
-
"eslint-plugin-
|
|
75
|
-
"eslint-plugin-react": "7.
|
|
76
|
-
"eslint-plugin-
|
|
77
|
-
"eslint-plugin-
|
|
78
|
-
"
|
|
79
|
-
"
|
|
80
|
-
"
|
|
81
|
-
"
|
|
82
|
-
"jest": "29.7.0",
|
|
83
|
-
"jest-environment-jsdom": "29.7.0",
|
|
84
|
-
"lint-staged": "14.0.1",
|
|
71
|
+
"@types/jest": "30.0.0",
|
|
72
|
+
"@types/lodash": "4.17.24",
|
|
73
|
+
"@types/react": "19.2.15",
|
|
74
|
+
"@types/react-dom": "19.2.3",
|
|
75
|
+
"eslint": "9.39.4",
|
|
76
|
+
"eslint-plugin-import-x": "4.16.2",
|
|
77
|
+
"eslint-plugin-perfectionist": "5.9.0",
|
|
78
|
+
"eslint-plugin-react": "7.37.5",
|
|
79
|
+
"eslint-plugin-react-hooks": "7.1.1",
|
|
80
|
+
"eslint-plugin-storybook": "10.4.0",
|
|
81
|
+
"eslint-plugin-unicorn": "64.0.0",
|
|
82
|
+
"globals": "17.6.0",
|
|
83
|
+
"jest": "30.4.2",
|
|
84
|
+
"jest-environment-jsdom": "30.4.1",
|
|
85
|
+
"lodash": "4.18.1",
|
|
85
86
|
"next-intl": "4.1.0",
|
|
86
|
-
"postcss-styled-syntax": "0.
|
|
87
|
-
"prettier": "3.
|
|
88
|
-
"react": "
|
|
89
|
-
"react-dom": "
|
|
87
|
+
"postcss-styled-syntax": "0.7.1",
|
|
88
|
+
"prettier": "3.8.3",
|
|
89
|
+
"react": "19.2.6",
|
|
90
|
+
"react-dom": "19.2.6",
|
|
90
91
|
"react-dropzone": "14.3.8",
|
|
91
92
|
"react-hook-form": "7.51.2",
|
|
92
93
|
"react-intl": "6.8.9",
|
|
93
|
-
"rollup": "
|
|
94
|
-
"rollup-plugin-dts": "6.
|
|
95
|
-
"
|
|
96
|
-
"
|
|
97
|
-
"
|
|
98
|
-
"
|
|
99
|
-
"stylelint": "
|
|
100
|
-
"stylelint-config-recess-order": "4.4.0",
|
|
101
|
-
"stylelint-config-standard": "34.0.0",
|
|
94
|
+
"rollup": "4.60.4",
|
|
95
|
+
"rollup-plugin-dts": "6.4.1",
|
|
96
|
+
"storybook": "10.4.0",
|
|
97
|
+
"stylelint": "17.11.1",
|
|
98
|
+
"stylelint-config-recess-order": "7.7.0",
|
|
99
|
+
"stylelint-config-standard": "40.0.0",
|
|
100
|
+
"stylelint-order": "8.1.1",
|
|
102
101
|
"ts-node": "10.9.2",
|
|
103
|
-
"typescript": "
|
|
102
|
+
"typescript": "6.0.3",
|
|
103
|
+
"typescript-eslint": "8.59.4",
|
|
104
104
|
"yarn-deduplicate": "6.0.2",
|
|
105
105
|
"zod": "3.25.76"
|
|
106
106
|
},
|
|
107
107
|
"resolutions": {
|
|
108
|
+
"@types/react": "19.2.15",
|
|
108
109
|
"jackspeak": "2.1.1"
|
|
109
110
|
},
|
|
110
|
-
"lint-staged": {
|
|
111
|
-
"*.{js,ts}": "l",
|
|
112
|
-
"*.{css,scss}": "sl"
|
|
113
|
-
},
|
|
114
111
|
"dependencies": {
|
|
115
112
|
"@floating-ui/react": "^0.27.4",
|
|
116
113
|
"@google-recaptcha/core": "^1.1.2",
|
|
117
114
|
"afformative": "^0.6.3",
|
|
118
115
|
"base-64": "^1.0.0",
|
|
119
|
-
"downshift": "^9.
|
|
116
|
+
"downshift": "^9.3.3",
|
|
120
117
|
"imask": "^7.6.1",
|
|
121
118
|
"immer": "^10.0.4",
|
|
122
119
|
"rc-slider": "^11.1.8",
|
|
@@ -128,10 +125,11 @@
|
|
|
128
125
|
"usehooks-ts": "^3.0.2"
|
|
129
126
|
},
|
|
130
127
|
"peerDependencies": {
|
|
131
|
-
"@emotion/react": "11.14.0",
|
|
132
|
-
"@emotion/styled": "11.14.1",
|
|
128
|
+
"@emotion/react": "^11.14.0",
|
|
129
|
+
"@emotion/styled": "^11.14.1",
|
|
133
130
|
"@hookform/resolvers": "^5.2.2",
|
|
134
131
|
"date-fns": "^4.1.0",
|
|
132
|
+
"lodash": "^4.18.1",
|
|
135
133
|
"next-intl": "^4.1.0",
|
|
136
134
|
"react": "^18.3.1 || ^19.0.0",
|
|
137
135
|
"react-dom": "^18.3.1 || ^19.0.0",
|
package/babel.config.js
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
module.exports = {
|
|
2
|
-
sourceType: 'unambiguous',
|
|
3
|
-
presets: [
|
|
4
|
-
[
|
|
5
|
-
'@babel/preset-env',
|
|
6
|
-
{
|
|
7
|
-
targets: {
|
|
8
|
-
chrome: 100,
|
|
9
|
-
},
|
|
10
|
-
},
|
|
11
|
-
],
|
|
12
|
-
'@babel/preset-typescript',
|
|
13
|
-
'@babel/preset-react',
|
|
14
|
-
],
|
|
15
|
-
plugins: [
|
|
16
|
-
[
|
|
17
|
-
'@emotion',
|
|
18
|
-
{
|
|
19
|
-
importMap: {
|
|
20
|
-
'@/styling/styled': {
|
|
21
|
-
styled: {
|
|
22
|
-
canonicalImport: ['@emotion/styled', 'default'],
|
|
23
|
-
},
|
|
24
|
-
},
|
|
25
|
-
'@/styling': {
|
|
26
|
-
styled: {
|
|
27
|
-
canonicalImport: ['@emotion/styled', 'default'],
|
|
28
|
-
},
|
|
29
|
-
},
|
|
30
|
-
},
|
|
31
|
-
},
|
|
32
|
-
],
|
|
33
|
-
],
|
|
34
|
-
};
|
package/hs_err_pid21560.log
DELETED
|
@@ -1,305 +0,0 @@
|
|
|
1
|
-
#
|
|
2
|
-
# There is insufficient memory for the Java Runtime Environment to continue.
|
|
3
|
-
# Native memory allocation (mmap) failed to map 532676608 bytes. Error detail: G1 virtual space
|
|
4
|
-
# Possible reasons:
|
|
5
|
-
# The system is out of physical RAM or swap space
|
|
6
|
-
# This process is running with CompressedOops enabled, and the Java Heap may be blocking the growth of the native heap
|
|
7
|
-
# Possible solutions:
|
|
8
|
-
# Reduce memory load on the system
|
|
9
|
-
# Increase physical memory or swap space
|
|
10
|
-
# Check if swap backing store is full
|
|
11
|
-
# Decrease Java heap size (-Xmx/-Xms)
|
|
12
|
-
# Decrease number of Java threads
|
|
13
|
-
# Decrease Java thread stack sizes (-Xss)
|
|
14
|
-
# Set larger code cache with -XX:ReservedCodeCacheSize=
|
|
15
|
-
# JVM is running with Zero Based Compressed Oops mode in which the Java heap is
|
|
16
|
-
# placed in the first 32GB address space. The Java Heap base address is the
|
|
17
|
-
# maximum limit for the native heap growth. Please use -XX:HeapBaseMinAddress
|
|
18
|
-
# to set the Java Heap base and to place the Java Heap above 32GB virtual address.
|
|
19
|
-
# This output file may be truncated or incomplete.
|
|
20
|
-
#
|
|
21
|
-
# Out of Memory Error (os_windows.cpp:3825), pid=21560, tid=106196
|
|
22
|
-
#
|
|
23
|
-
# JRE version: (17.0.11+1) (build )
|
|
24
|
-
# Java VM: OpenJDK 64-Bit Server VM (17.0.11+1-b1207.24, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, windows-amd64)
|
|
25
|
-
# No core dump will be written. Minidumps are not enabled by default on client versions of Windows
|
|
26
|
-
#
|
|
27
|
-
|
|
28
|
-
--------------- S U M M A R Y ------------
|
|
29
|
-
|
|
30
|
-
Command Line: git4idea.http.GitAskPassApp Username for 'https://bitbucket.lb.mbid.cz':
|
|
31
|
-
|
|
32
|
-
Host: 13th Gen Intel(R) Core(TM) i7-13850HX, 28 cores, 31G, Windows 11 , 64 bit Build 26100 (10.0.26100.7309)
|
|
33
|
-
Time: Fri Jan 23 06:48:37 2026 Central Europe Standard Time elapsed time: 0.021460 seconds (0d 0h 0m 0s)
|
|
34
|
-
|
|
35
|
-
--------------- T H R E A D ---------------
|
|
36
|
-
|
|
37
|
-
Current thread (0x000002104f4fa9d0): JavaThread "Unknown thread" [_thread_in_vm, id=106196, stack(0x0000004a54f00000,0x0000004a55000000)]
|
|
38
|
-
|
|
39
|
-
Stack: [0x0000004a54f00000,0x0000004a55000000]
|
|
40
|
-
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
|
|
41
|
-
V [jvm.dll+0x6877f9]
|
|
42
|
-
V [jvm.dll+0x8411aa]
|
|
43
|
-
V [jvm.dll+0x842e2e]
|
|
44
|
-
V [jvm.dll+0x843493]
|
|
45
|
-
V [jvm.dll+0x249fdf]
|
|
46
|
-
V [jvm.dll+0x6845c9]
|
|
47
|
-
V [jvm.dll+0x678e7a]
|
|
48
|
-
V [jvm.dll+0x30ab4b]
|
|
49
|
-
V [jvm.dll+0x311ff6]
|
|
50
|
-
V [jvm.dll+0x361a5e]
|
|
51
|
-
V [jvm.dll+0x361c8f]
|
|
52
|
-
V [jvm.dll+0x2e0978]
|
|
53
|
-
V [jvm.dll+0x2e18e4]
|
|
54
|
-
V [jvm.dll+0x811c71]
|
|
55
|
-
V [jvm.dll+0x36f7c8]
|
|
56
|
-
V [jvm.dll+0x7f05f6]
|
|
57
|
-
V [jvm.dll+0x3f398f]
|
|
58
|
-
V [jvm.dll+0x3f5541]
|
|
59
|
-
C [jli.dll+0x528f]
|
|
60
|
-
C [ucrtbase.dll+0x37b0]
|
|
61
|
-
C [KERNEL32.DLL+0x2e8d7]
|
|
62
|
-
C [ntdll.dll+0x8c53c]
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
--------------- P R O C E S S ---------------
|
|
66
|
-
|
|
67
|
-
Threads class SMR info:
|
|
68
|
-
_java_thread_list=0x00007fff6801efd8, length=0, elements={
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
Java Threads: ( => current thread )
|
|
72
|
-
|
|
73
|
-
Other Threads:
|
|
74
|
-
0x000002104f5ae7a0 GCTaskThread "GC Thread#0" [stack: 0x0000004a55000000,0x0000004a55100000] [id=14484]
|
|
75
|
-
0x0000021075b412c0 ConcurrentGCThread "G1 Main Marker" [stack: 0x0000004a55100000,0x0000004a55200000] [id=40516]
|
|
76
|
-
0x0000021075b44340 ConcurrentGCThread "G1 Conc#0" [stack: 0x0000004a55200000,0x0000004a55300000] [id=41924]
|
|
77
|
-
|
|
78
|
-
[error occurred during error reporting (printing all threads), id 0xc0000005, EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007fff677d1547]
|
|
79
|
-
|
|
80
|
-
VM state: not at safepoint (not fully initialized)
|
|
81
|
-
|
|
82
|
-
VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
|
|
83
|
-
[0x000002104f4f75c0] Heap_lock - owner thread: 0x000002104f4fa9d0
|
|
84
|
-
|
|
85
|
-
Heap address: 0x0000000604c00000, size: 8116 MB, Compressed Oops mode: Zero based, Oop shift amount: 3
|
|
86
|
-
|
|
87
|
-
CDS archive(s) mapped at: [0x0000000000000000-0x0000000000000000-0x0000000000000000), size 0, SharedBaseAddress: 0x0000000800000000, ArchiveRelocationMode: 1.
|
|
88
|
-
Narrow klass base: 0x0000000000000000, Narrow klass shift: 0, Narrow klass range: 0x0
|
|
89
|
-
|
|
90
|
-
GC Precious Log:
|
|
91
|
-
<Empty>
|
|
92
|
-
|
|
93
|
-
Heap:
|
|
94
|
-
garbage-first heap total 0K, used 0K [0x0000000604c00000, 0x0000000800000000)
|
|
95
|
-
region size 4096K, 0 young (0K), 0 survivors (0K)
|
|
96
|
-
Metaspace used 0K, committed 0K, reserved 0K
|
|
97
|
-
class space used 0K, committed 0K, reserved 0K
|
|
98
|
-
|
|
99
|
-
Heap Regions: E=young(eden), S=young(survivor), O=old, HS=humongous(starts), HC=humongous(continues), CS=collection set, F=free, OA=open archive, CA=closed archive, TAMS=top-at-mark-start (previous, next)
|
|
100
|
-
|
|
101
|
-
Card table byte_map: [0x0000021063c80000,0x0000021064c60000] _byte_map_base: 0x0000021060c5a000
|
|
102
|
-
|
|
103
|
-
Marking Bits (Prev, Next): (CMBitMap*) 0x0000021075b30090, (CMBitMap*) 0x0000021075b300d0
|
|
104
|
-
Prev Bits: [0x0000021065c40000, 0x000002106db10000)
|
|
105
|
-
Next Bits: [0x000002106db10000, 0x00000210759e0000)
|
|
106
|
-
|
|
107
|
-
GC Heap History (0 events):
|
|
108
|
-
No events
|
|
109
|
-
|
|
110
|
-
Dll operation events (1 events):
|
|
111
|
-
Event: 0.013 Loaded shared library C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\java.dll
|
|
112
|
-
|
|
113
|
-
Deoptimization events (0 events):
|
|
114
|
-
No events
|
|
115
|
-
|
|
116
|
-
Classes unloaded (0 events):
|
|
117
|
-
No events
|
|
118
|
-
|
|
119
|
-
Classes redefined (0 events):
|
|
120
|
-
No events
|
|
121
|
-
|
|
122
|
-
Internal exceptions (0 events):
|
|
123
|
-
No events
|
|
124
|
-
|
|
125
|
-
VM Operations (0 events):
|
|
126
|
-
No events
|
|
127
|
-
|
|
128
|
-
Events (0 events):
|
|
129
|
-
No events
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
Dynamic libraries:
|
|
133
|
-
0x00007ff7fe0c0000 - 0x00007ff7fe0ca000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\java.exe
|
|
134
|
-
0x00007ff8048c0000 - 0x00007ff804b27000 C:\WINDOWS\SYSTEM32\ntdll.dll
|
|
135
|
-
0x00007ff8039b0000 - 0x00007ff803a79000 C:\WINDOWS\System32\KERNEL32.DLL
|
|
136
|
-
0x00007ff801ce0000 - 0x00007ff8020cf000 C:\WINDOWS\System32\KERNELBASE.dll
|
|
137
|
-
0x00007ff802300000 - 0x00007ff80244b000 C:\WINDOWS\System32\ucrtbase.dll
|
|
138
|
-
0x00007fff681f0000 - 0x00007fff68207000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\jli.dll
|
|
139
|
-
0x00007ff804010000 - 0x00007ff8041d5000 C:\WINDOWS\System32\USER32.dll
|
|
140
|
-
0x00007ff801bf0000 - 0x00007ff801c17000 C:\WINDOWS\System32\win32u.dll
|
|
141
|
-
0x00007ff804380000 - 0x00007ff8043ab000 C:\WINDOWS\System32\GDI32.dll
|
|
142
|
-
0x00007ff801ac0000 - 0x00007ff801bec000 C:\WINDOWS\System32\gdi32full.dll
|
|
143
|
-
0x00007ff801a10000 - 0x00007ff801ab3000 C:\WINDOWS\System32\msvcp_win.dll
|
|
144
|
-
0x00007fffd8f50000 - 0x00007fffd91e3000 C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7309_none_3e05feeae336a044\COMCTL32.dll
|
|
145
|
-
0x00007ff802780000 - 0x00007ff802829000 C:\WINDOWS\System32\msvcrt.dll
|
|
146
|
-
0x00007fffd3160000 - 0x00007fffd317b000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\VCRUNTIME140.dll
|
|
147
|
-
0x00007ff8031b0000 - 0x00007ff8031e1000 C:\WINDOWS\System32\IMM32.DLL
|
|
148
|
-
0x00007fffd2510000 - 0x00007fffd251c000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\vcruntime140_1.dll
|
|
149
|
-
0x00007fff81c50000 - 0x00007fff81cdd000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\msvcp140.dll
|
|
150
|
-
0x00007fff674e0000 - 0x00007fff68163000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\server\jvm.dll
|
|
151
|
-
0x00007ff8026c0000 - 0x00007ff802774000 C:\WINDOWS\System32\ADVAPI32.dll
|
|
152
|
-
0x00007ff802830000 - 0x00007ff8028d6000 C:\WINDOWS\System32\sechost.dll
|
|
153
|
-
0x00007ff8041e0000 - 0x00007ff8042f8000 C:\WINDOWS\System32\RPCRT4.dll
|
|
154
|
-
0x00007fffface0000 - 0x00007ffffad15000 C:\WINDOWS\SYSTEM32\WINMM.dll
|
|
155
|
-
0x00007ff800410000 - 0x00007ff80046e000 C:\WINDOWS\SYSTEM32\POWRPROF.dll
|
|
156
|
-
0x00007fffc0560000 - 0x00007fffc056a000 C:\WINDOWS\SYSTEM32\WSOCK32.dll
|
|
157
|
-
0x00007fffff630000 - 0x00007fffff63b000 C:\WINDOWS\SYSTEM32\VERSION.dll
|
|
158
|
-
0x00007ff804300000 - 0x00007ff804374000 C:\WINDOWS\System32\WS2_32.dll
|
|
159
|
-
0x00007ff8003f0000 - 0x00007ff800404000 C:\WINDOWS\SYSTEM32\UMPDC.dll
|
|
160
|
-
0x00007ff800710000 - 0x00007ff80072b000 C:\WINDOWS\SYSTEM32\kernel.appcore.dll
|
|
161
|
-
0x00007fffaef50000 - 0x00007fffaef5a000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\jimage.dll
|
|
162
|
-
0x00007ffffe5c0000 - 0x00007ffffe802000 C:\WINDOWS\SYSTEM32\DBGHELP.DLL
|
|
163
|
-
0x00007ff803340000 - 0x00007ff8036c5000 C:\WINDOWS\System32\combase.dll
|
|
164
|
-
0x00007ff803260000 - 0x00007ff803336000 C:\WINDOWS\System32\OLEAUT32.dll
|
|
165
|
-
0x00007fffec5d0000 - 0x00007fffec60c000 C:\WINDOWS\SYSTEM32\dbgcore.DLL
|
|
166
|
-
0x00007ff8020e0000 - 0x00007ff802185000 C:\WINDOWS\System32\bcryptPrimitives.dll
|
|
167
|
-
0x00007fff68a60000 - 0x00007fff68a85000 C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\java.dll
|
|
168
|
-
|
|
169
|
-
dbghelp: loaded successfully - version: 4.0.5 - missing functions: none
|
|
170
|
-
symbol engine: initialized successfully - sym options: 0x614 - pdb path: .;C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin;C:\WINDOWS\SYSTEM32;C:\WINDOWS\WinSxS\amd64_microsoft.windows.common-controls_6595b64144ccf1df_6.0.26100.7309_none_3e05feeae336a044;C:\Program Files\JetBrains\IntelliJ IDEA 2024.1.4\jbr\bin\server
|
|
171
|
-
|
|
172
|
-
VM Arguments:
|
|
173
|
-
java_command: git4idea.http.GitAskPassApp Username for 'https://bitbucket.lb.mbid.cz':
|
|
174
|
-
java_class_path (initial): C:/Program Files/JetBrains/IntelliJ IDEA 2024.1.4/plugins/vcs-git/lib/git4idea-rt.jar;C:/Program Files/JetBrains/IntelliJ IDEA 2024.1.4/lib/externalProcess-rt.jar
|
|
175
|
-
Launcher Type: SUN_STANDARD
|
|
176
|
-
|
|
177
|
-
[Global flags]
|
|
178
|
-
intx CICompilerCount = 12 {product} {ergonomic}
|
|
179
|
-
uint ConcGCThreads = 5 {product} {ergonomic}
|
|
180
|
-
uint G1ConcRefinementThreads = 20 {product} {ergonomic}
|
|
181
|
-
size_t G1HeapRegionSize = 4194304 {product} {ergonomic}
|
|
182
|
-
uintx GCDrainStackTargetSize = 64 {product} {ergonomic}
|
|
183
|
-
size_t InitialHeapSize = 532676608 {product} {ergonomic}
|
|
184
|
-
size_t MarkStackSize = 4194304 {product} {ergonomic}
|
|
185
|
-
size_t MaxHeapSize = 8510242816 {product} {ergonomic}
|
|
186
|
-
size_t MinHeapDeltaBytes = 4194304 {product} {ergonomic}
|
|
187
|
-
size_t MinHeapSize = 8388608 {product} {ergonomic}
|
|
188
|
-
uintx NonNMethodCodeHeapSize = 7602480 {pd product} {ergonomic}
|
|
189
|
-
uintx NonProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
|
|
190
|
-
uintx ProfiledCodeHeapSize = 122027880 {pd product} {ergonomic}
|
|
191
|
-
uintx ReservedCodeCacheSize = 251658240 {pd product} {ergonomic}
|
|
192
|
-
bool SegmentedCodeCache = true {product} {ergonomic}
|
|
193
|
-
size_t SoftMaxHeapSize = 8510242816 {manageable} {ergonomic}
|
|
194
|
-
bool UseCompressedClassPointers = true {product lp64_product} {ergonomic}
|
|
195
|
-
bool UseCompressedOops = true {product lp64_product} {ergonomic}
|
|
196
|
-
bool UseG1GC = true {product} {ergonomic}
|
|
197
|
-
bool UseLargePagesIndividualAllocation = false {pd product} {ergonomic}
|
|
198
|
-
|
|
199
|
-
Logging:
|
|
200
|
-
Log output configuration:
|
|
201
|
-
#0: stdout all=warning uptime,level,tags
|
|
202
|
-
#1: stderr all=off uptime,level,tags
|
|
203
|
-
|
|
204
|
-
Environment Variables:
|
|
205
|
-
JAVA_HOME=C:\Program Files\Java\jdk-21
|
|
206
|
-
PATH=C:\Program Files\Git\mingw64\libexec\git-core;C:\Program Files\Git\mingw64\libexec\git-core;C:\Program Files\Git\mingw64\bin;C:\Program Files\Git\usr\bin;C:\Users\543831857\bin;C:\Program Files\Common Files\Oracle\Java\javapath;C:\Program Files\Java\jdk-11.0.13\bin;C:\Program Files\Zulu\zulu-19\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\nvm;C:\Program Files\nodejs;C:\apache-maven-3.5.0\bin;C:\Program Files\Docker\Docker\resources\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files\dotnet;C:\Program Files\nodejs;C:\Program Files\PuTTY;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Yarn\bin;C:\ProgramData\Docker\resources\bin;C:\Program Files\Git\cmd;C:\node.js\10\24;C:\Program Files\Zulu\zulu-19\bin;C:\WINDOWS\system32;C:\WINDOWS;C:\WINDOWS\System32\Wbem;C:\WINDOWS\System32\WindowsPowerShell\v1.0;C:\WINDOWS\System32\OpenSSH;C:\Program Files (x86)\NVIDIA Corporation\PhysX\Common;C:\nvm;C:\Program Files\Microsoft VS Code\bin;C:\Program Files (x86)\Yarn\bin;C:\apache-maven-3.5.0\bin;C:\Program Files\Git\2-34-0\cmd;C:\Program Files\PuTTY;C:\Program Files\Docker\Docker\resources\bin;C:\Users\543831857\AppData\Local\Microsoft\WindowsApps;%USERPROFILE%\AppData\Local\Microsoft\WindowsApps
|
|
207
|
-
USERNAME=543831857
|
|
208
|
-
DISPLAY=:0.0
|
|
209
|
-
LC_ALL=en_US.UTF-8
|
|
210
|
-
TERM=xterm-256color
|
|
211
|
-
TMPDIR=C:\Users\543831~1\AppData\Local\Temp
|
|
212
|
-
OS=Windows_NT
|
|
213
|
-
PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 183 Stepping 1, GenuineIntel
|
|
214
|
-
TMP=C:\Users\543831~1\AppData\Local\Temp
|
|
215
|
-
TEMP=C:\Users\543831~1\AppData\Local\Temp
|
|
216
|
-
|
|
217
|
-
|
|
218
|
-
|
|
219
|
-
Periodic native trim disabled
|
|
220
|
-
|
|
221
|
-
JNI global refs:
|
|
222
|
-
JNI global refs: 0, weak refs: 0
|
|
223
|
-
|
|
224
|
-
JNI global refs memory usage: 0, weak refs: 0
|
|
225
|
-
|
|
226
|
-
Process memory usage:
|
|
227
|
-
Resident Set Size: 13272K (0% of 33231604K total physical memory with 1543240K free physical memory)
|
|
228
|
-
|
|
229
|
-
OOME stack traces (most recent first):
|
|
230
|
-
Classloader memory used:
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
--------------- S Y S T E M ---------------
|
|
234
|
-
|
|
235
|
-
OS:
|
|
236
|
-
Windows 11 , 64 bit Build 26100 (10.0.26100.7309)
|
|
237
|
-
OS uptime: 13 days 22:13 hours
|
|
238
|
-
Hyper-V role detected
|
|
239
|
-
|
|
240
|
-
CPU: total 28 (initial active 28) (14 cores per cpu, 2 threads per core) family 6 model 183 stepping 1 microcode 0x129, cx8, cmov, fxsr, ht, mmx, 3dnowpref, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, lzcnt, tsc, tscinvbit, avx, avx2, aes, erms, clmul, bmi1, bmi2, adx, sha, fma, vzeroupper, clflush, clflushopt, clwb, hv
|
|
241
|
-
Processor Information for processor 0
|
|
242
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
243
|
-
Processor Information for processor 1
|
|
244
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
245
|
-
Processor Information for processor 2
|
|
246
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
247
|
-
Processor Information for processor 3
|
|
248
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
249
|
-
Processor Information for processor 4
|
|
250
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
251
|
-
Processor Information for processor 5
|
|
252
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
253
|
-
Processor Information for processor 6
|
|
254
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
255
|
-
Processor Information for processor 7
|
|
256
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
257
|
-
Processor Information for processor 8
|
|
258
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
259
|
-
Processor Information for processor 9
|
|
260
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
261
|
-
Processor Information for processor 10
|
|
262
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
263
|
-
Processor Information for processor 11
|
|
264
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
265
|
-
Processor Information for processor 12
|
|
266
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
267
|
-
Processor Information for processor 13
|
|
268
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
269
|
-
Processor Information for processor 14
|
|
270
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
271
|
-
Processor Information for processor 15
|
|
272
|
-
Max Mhz: 2100, Current Mhz: 2100, Mhz Limit: 2100
|
|
273
|
-
Processor Information for processor 16
|
|
274
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
275
|
-
Processor Information for processor 17
|
|
276
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
277
|
-
Processor Information for processor 18
|
|
278
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
279
|
-
Processor Information for processor 19
|
|
280
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
281
|
-
Processor Information for processor 20
|
|
282
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
283
|
-
Processor Information for processor 21
|
|
284
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
285
|
-
Processor Information for processor 22
|
|
286
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
287
|
-
Processor Information for processor 23
|
|
288
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
289
|
-
Processor Information for processor 24
|
|
290
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
291
|
-
Processor Information for processor 25
|
|
292
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
293
|
-
Processor Information for processor 26
|
|
294
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
295
|
-
Processor Information for processor 27
|
|
296
|
-
Max Mhz: 2100, Current Mhz: 1500, Mhz Limit: 1491
|
|
297
|
-
|
|
298
|
-
Memory: 4k page, system-wide physical 32452M (1507M free)
|
|
299
|
-
TotalPageFile size 75837M (AvailPageFile size 89M)
|
|
300
|
-
current process WorkingSet (physical memory assigned to process): 12M, peak: 12M
|
|
301
|
-
current process commit charge ("private bytes"): 86M, peak: 594M
|
|
302
|
-
|
|
303
|
-
vm_info: OpenJDK 64-Bit Server VM (17.0.11+1-b1207.24) for windows-amd64 JRE (17.0.11+1-b1207.24), built on 2024-05-15 by "builduser" with MS VC++ 16.10 / 16.11 (VS2019)
|
|
304
|
-
|
|
305
|
-
END.
|
package/readme.md
DELETED
|
@@ -1,59 +0,0 @@
|
|
|
1
|
-
design-system-web (react components library)
|
|
2
|
-
|
|
3
|
-
Prerequisities:
|
|
4
|
-
|
|
5
|
-
- node v16.20.2
|
|
6
|
-
- yarn v1.22.19
|
|
7
|
-
|
|
8
|
-
Startup:
|
|
9
|
-
|
|
10
|
-
- checkout repo
|
|
11
|
-
|
|
12
|
-
- run in command prompt:
|
|
13
|
-
"set HTTP_PROXY=http://{USER_SSO}:{SSO_PASSWORD}@wsa.lb.mbid.cz:8008"
|
|
14
|
-
"set HTTPS_PROXY=http://{USER_SSO}:{SSO_PASSWORD}@wsa.lb.mbid.cz:8008"
|
|
15
|
-
"set NO_PROXY=sourcerepos,artifactory,rhproxy,bitbucket,.ux.mbid.cz,.lb.mbid.cz,.mbid.cz"
|
|
16
|
-
"set NODE_OPTIONS=--max-old-space-size=8192"
|
|
17
|
-
"set Path={NODE_PATH};%Path%"
|
|
18
|
-
|
|
19
|
-
- "yarn"
|
|
20
|
-
|
|
21
|
-
Scripts:
|
|
22
|
-
|
|
23
|
-
- fix lint errors
|
|
24
|
-
"yarn lint:fix"
|
|
25
|
-
|
|
26
|
-
- fix prettier errors
|
|
27
|
-
"yarn prettier:fix"
|
|
28
|
-
|
|
29
|
-
- storybook dev
|
|
30
|
-
"yarn storybook"
|
|
31
|
-
|
|
32
|
-
- storybook build
|
|
33
|
-
"yarn storybook:build"
|
|
34
|
-
|
|
35
|
-
- run jest tests
|
|
36
|
-
"yarn test"
|
|
37
|
-
|
|
38
|
-
- rollup bundle
|
|
39
|
-
"yarn build"
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
Publishing package to npmjs.com:
|
|
43
|
-
- https://www.npmjs.com/package/@mmb-digital/design-system-web
|
|
44
|
-
- you must be added to the @mmb-digital organization at npmjs.com (you will need to enable two-factor authentication on your npmjs.com account)
|
|
45
|
-
- upgrade version of package in package.json
|
|
46
|
-
- `npm login`
|
|
47
|
-
- `rm -rf dist/`
|
|
48
|
-
- `yarn build`
|
|
49
|
-
- `npm publish --access public`
|
|
50
|
-
|
|
51
|
-
|
|
52
|
-
## Styling rules
|
|
53
|
-
For each component, a corresponding *.styles.ts file is created to manage its styles.
|
|
54
|
-
|
|
55
|
-
- styling is done primarily using styled-components.
|
|
56
|
-
- all colors and other common values are in theme variables to ensure consistency throughout the project.
|
|
57
|
-
- all components have to be responsive
|
|
58
|
-
- the best approach is mobile first, set sizes for mobile and rules for higher resolutions
|
|
59
|
-
|