@testspectra/cli 1.1.8-rc.28 → 1.1.8-rc.29
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/package.json +7 -7
- package/templates/default/package.json +2 -2
- package/templates/nx/.nx/workspace-data/d/daemon.log +29 -0
- package/templates/nx/.nx/workspace-data/file-map.json +20 -20
- package/templates/nx/.nx/workspace-data/project-graph.json +1 -1
- package/templates/nx/package.json +2 -2
- package/templates/react-component/package.json +3 -3
- package/templates/react-component/page-objects/BadgeComponent/web.ts +4 -4
- package/templates/react-component/page-objects/ButtonComponent/web.ts +3 -3
- package/templates/react-component/page-objects/InputComponent/web.ts +1 -1
- package/templates/react-component/specs/ButtonComponent/TC-0001-button-rendering-and-click/web.test.tsx +0 -3
- package/templates/react-component/specs/ButtonComponent/TC-0004-disabled-button-not-clickable/web.test.tsx +0 -9
- package/templates/react-component/specs/ButtonComponent/TC-0005-button-renders-icon/web.test.tsx +1 -1
- package/templates/react-component/specs/InputComponent/TC-0003-input-typing-and-clear/web.test.tsx +4 -8
- package/templates/react-component/src/components/Badge/Badge.tsx +3 -3
- package/templates/react-component/src/components/Button/Button.tsx +5 -3
- package/templates/react-component/src/components/Input/Input.tsx +2 -3
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-shm +0 -0
- package/templates/nx/.nx/workspace-data/70094CFD-E89B-57A1-9619-2FC5F4963C54.db-wal +0 -0
- package/templates/nx/.nx/workspace-data/d/server-process.json +0 -3
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@testspectra/cli",
|
|
3
|
-
"version": "1.1.8-rc.
|
|
3
|
+
"version": "1.1.8-rc.29",
|
|
4
4
|
"description": "TestSpectra Cross-Platform Test Runner CLI",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"types": "dist/index.d.ts",
|
|
@@ -26,9 +26,9 @@
|
|
|
26
26
|
],
|
|
27
27
|
"dependencies": {
|
|
28
28
|
"@clack/prompts": "^1.7.0",
|
|
29
|
-
"@testspectra/matchers": "^1.1.8-rc.
|
|
30
|
-
"@testspectra/react": "^1.1.8-rc.
|
|
31
|
-
"@testspectra/skills": "^1.1.8-rc.
|
|
29
|
+
"@testspectra/matchers": "^1.1.8-rc.29",
|
|
30
|
+
"@testspectra/react": "^1.1.8-rc.29",
|
|
31
|
+
"@testspectra/skills": "^1.1.8-rc.29",
|
|
32
32
|
"chalk": "^5.3.0",
|
|
33
33
|
"commander": "^12.1.0",
|
|
34
34
|
"dotenv": "^16.4.5",
|
|
@@ -38,9 +38,9 @@
|
|
|
38
38
|
"zod": "^3.23.8"
|
|
39
39
|
},
|
|
40
40
|
"optionalDependencies": {
|
|
41
|
-
"@testspectra/cli-darwin-arm64": "1.1.8-rc.
|
|
42
|
-
"@testspectra/cli-linux-x64": "1.1.8-rc.
|
|
43
|
-
"@testspectra/cli-win32-x64": "1.1.8-rc.
|
|
41
|
+
"@testspectra/cli-darwin-arm64": "1.1.8-rc.29",
|
|
42
|
+
"@testspectra/cli-linux-x64": "1.1.8-rc.29",
|
|
43
|
+
"@testspectra/cli-win32-x64": "1.1.8-rc.29"
|
|
44
44
|
},
|
|
45
45
|
"devDependencies": {
|
|
46
46
|
"@types/node": "^20.14.0",
|
|
@@ -17,8 +17,8 @@
|
|
|
17
17
|
"postinstall": "spectra sync-types"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@testspectra/cli": "^1.1.8-rc.
|
|
21
|
-
"@testspectra/matchers": "^1.1.8-rc.
|
|
20
|
+
"@testspectra/cli": "^1.1.8-rc.29",
|
|
21
|
+
"@testspectra/matchers": "^1.1.8-rc.29",
|
|
22
22
|
"@types/node": "^20.14.0",
|
|
23
23
|
"@wdio/cli": "^9.2.8",
|
|
24
24
|
"@wdio/local-runner": "^9.2.8",
|
|
@@ -981,3 +981,32 @@
|
|
|
981
981
|
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:18.678Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
982
982
|
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:18.678Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
983
983
|
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:18.678Z - Time taken for 'total execution time for createProjectGraph()' 5.0485000014305115ms
|
|
984
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:42.064Z - [WATCHER]: package.json was modified
|
|
985
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:42.064Z - [WATCHER]: Processing file changes in outputs
|
|
986
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.264Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
987
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.264Z - [REQUEST]: package.json
|
|
988
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.264Z - [REQUEST]:
|
|
989
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.265Z - Time taken for 'hash changed files from watcher' 0.1368749998509884ms
|
|
990
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.269Z - Time taken for 'build-project-configs' 3.669082999229431ms
|
|
991
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.281Z - [SYNC]: collect registered sync generators
|
|
992
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.281Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
993
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.281Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
994
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:39:45.281Z - Time taken for 'total execution time for createProjectGraph()' 5.437832999974489ms
|
|
995
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:12.278Z - [WATCHER]: Processing file changes in outputs
|
|
996
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:12.284Z - [WATCHER]: tsconfig.json was modified
|
|
997
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:14.031Z - [WATCHER]: Processing file changes in outputs
|
|
998
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:14.089Z - [WATCHER]: Processing file changes in outputs
|
|
999
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:14.093Z - [WATCHER]: tsconfig.json was modified
|
|
1000
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:14.327Z - [WATCHER]: Processing file changes in outputs
|
|
1001
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.686Z - [REQUEST]: Updated workspace context based on watched changes, recomputing project graph...
|
|
1002
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.686Z - [REQUEST]: tsconfig.json
|
|
1003
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.686Z - [REQUEST]:
|
|
1004
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.689Z - Time taken for 'hash changed files from watcher' 1.9309579990804195ms
|
|
1005
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.697Z - Time taken for 'build-project-configs' 6.837875001132488ms
|
|
1006
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.711Z - [SYNC]: collect registered sync generators
|
|
1007
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.711Z - [SYNC]: project graph hash is the same, not collecting task sync generators
|
|
1008
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.711Z - [SYNC]: nx.json hash is the same, not collecting global sync generators
|
|
1009
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T20:59:18.711Z - Time taken for 'total execution time for createProjectGraph()' 4.091667000204325ms
|
|
1010
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T23:59:14.164Z - [WATCHER]: Stopping the watcher for /Volumes/Home/Documents/TestSpectra/source/cli/templates/nx (sources)
|
|
1011
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T23:59:14.170Z - [WATCHER]: Stopping the watcher for /Volumes/Home/Documents/TestSpectra/source/cli/templates/nx (outputs)
|
|
1012
|
+
[NX v20.8.4 Daemon Server] - 2026-09-17T23:59:14.178Z - Server stopped because: "10800000ms of inactivity"
|
|
@@ -6,44 +6,44 @@
|
|
|
6
6
|
"fileMap": {
|
|
7
7
|
"nonProjectFiles": [
|
|
8
8
|
{
|
|
9
|
-
"file": "
|
|
10
|
-
"hash": "
|
|
9
|
+
"file": "nx.json",
|
|
10
|
+
"hash": "2058784385052146326"
|
|
11
11
|
},
|
|
12
12
|
{
|
|
13
|
-
"file": ".
|
|
14
|
-
"hash": "
|
|
13
|
+
"file": "pnpm-workspace.yaml",
|
|
14
|
+
"hash": "11062973401223444734"
|
|
15
15
|
},
|
|
16
16
|
{
|
|
17
|
-
"file": "
|
|
18
|
-
"hash": "
|
|
17
|
+
"file": ".vscode/extensions.json",
|
|
18
|
+
"hash": "6496079274348496909"
|
|
19
19
|
},
|
|
20
20
|
{
|
|
21
|
-
"file": "
|
|
22
|
-
"hash": "
|
|
21
|
+
"file": "package.json",
|
|
22
|
+
"hash": "3499066280807669204"
|
|
23
23
|
},
|
|
24
24
|
{
|
|
25
|
-
"file": ".
|
|
26
|
-
"hash": "
|
|
25
|
+
"file": ".gitignore",
|
|
26
|
+
"hash": "1731686672878252345"
|
|
27
27
|
},
|
|
28
28
|
{
|
|
29
|
-
"file": "
|
|
30
|
-
"hash": "
|
|
29
|
+
"file": "pnpm-lock.yaml",
|
|
30
|
+
"hash": "5459540818199025768"
|
|
31
31
|
},
|
|
32
32
|
{
|
|
33
|
-
"file": "
|
|
34
|
-
"hash": "
|
|
33
|
+
"file": "spectra.config.ts",
|
|
34
|
+
"hash": "5826567216431235375"
|
|
35
35
|
},
|
|
36
36
|
{
|
|
37
|
-
"file": ".
|
|
38
|
-
"hash": "
|
|
37
|
+
"file": "tsconfig.json",
|
|
38
|
+
"hash": "8890589832440448254"
|
|
39
39
|
},
|
|
40
40
|
{
|
|
41
|
-
"file": "
|
|
42
|
-
"hash": "
|
|
41
|
+
"file": ".cursorrules",
|
|
42
|
+
"hash": "5914400097935294858"
|
|
43
43
|
},
|
|
44
44
|
{
|
|
45
|
-
"file": "
|
|
46
|
-
"hash": "
|
|
45
|
+
"file": "CLAUDE.md",
|
|
46
|
+
"hash": "9577234870771110688"
|
|
47
47
|
}
|
|
48
48
|
],
|
|
49
49
|
"projectFileMap": {
|
|
@@ -14386,5 +14386,5 @@
|
|
|
14386
14386
|
},
|
|
14387
14387
|
"version": "6.0",
|
|
14388
14388
|
"errors": [],
|
|
14389
|
-
"computedAt":
|
|
14389
|
+
"computedAt": 1789678758701
|
|
14390
14390
|
}
|
|
@@ -12,8 +12,8 @@
|
|
|
12
12
|
"postinstall": "spectra sync-types"
|
|
13
13
|
},
|
|
14
14
|
"devDependencies": {
|
|
15
|
-
"@testspectra/cli": "^1.1.8-rc.
|
|
16
|
-
"@testspectra/matchers": "^1.1.8-rc.
|
|
15
|
+
"@testspectra/cli": "^1.1.8-rc.29",
|
|
16
|
+
"@testspectra/matchers": "^1.1.8-rc.29",
|
|
17
17
|
"@types/node": "^20.14.0",
|
|
18
18
|
"@wdio/cli": "^9.2.8",
|
|
19
19
|
"@wdio/local-runner": "^9.2.8",
|
|
@@ -14,9 +14,9 @@
|
|
|
14
14
|
"postinstall": "spectra sync-types"
|
|
15
15
|
},
|
|
16
16
|
"devDependencies": {
|
|
17
|
-
"@testspectra/cli": "^1.1.8-rc.
|
|
18
|
-
"@testspectra/matchers": "^1.1.8-rc.
|
|
19
|
-
"@testspectra/react": "^1.1.8-rc.
|
|
17
|
+
"@testspectra/cli": "^1.1.8-rc.29",
|
|
18
|
+
"@testspectra/matchers": "^1.1.8-rc.29",
|
|
19
|
+
"@testspectra/react": "^1.1.8-rc.29",
|
|
20
20
|
"@types/node": "^20.14.0",
|
|
21
21
|
"@types/react": "^18.3.3",
|
|
22
22
|
"@types/react-dom": "^18.3.0",
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
class BadgeComponent {
|
|
2
2
|
/** Root badge element */
|
|
3
3
|
get root() {
|
|
4
|
-
return Spectra.get(
|
|
4
|
+
return Spectra.get('~badge');
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/** Dot indicator element */
|
|
8
8
|
get dot() {
|
|
9
|
-
return Spectra.get(
|
|
9
|
+
return Spectra.get('~badge-dot');
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
/** Badge label text element */
|
|
13
13
|
get label() {
|
|
14
|
-
return Spectra.get(
|
|
14
|
+
return Spectra.get('~badge-label');
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
/** Lookup badge by severity attribute */
|
|
18
18
|
bySeverity(severity: 'info' | 'success' | 'warning' | 'danger') {
|
|
19
|
-
return Spectra.get(
|
|
19
|
+
return Spectra.get(`~badge[data-severity='${severity}']`);
|
|
20
20
|
}
|
|
21
21
|
}
|
|
22
22
|
|
|
@@ -1,17 +1,17 @@
|
|
|
1
1
|
class ButtonComponent {
|
|
2
2
|
/** Root button element */
|
|
3
3
|
get root() {
|
|
4
|
-
return Spectra.get(
|
|
4
|
+
return Spectra.get('~button');
|
|
5
5
|
}
|
|
6
6
|
|
|
7
7
|
/** Label element inside button */
|
|
8
8
|
get label() {
|
|
9
|
-
return Spectra.get(
|
|
9
|
+
return Spectra.get('~button-label');
|
|
10
10
|
}
|
|
11
11
|
|
|
12
12
|
/** Optional icon element */
|
|
13
13
|
get icon() {
|
|
14
|
-
return Spectra.get(
|
|
14
|
+
return Spectra.get('~button-icon');
|
|
15
15
|
}
|
|
16
16
|
|
|
17
17
|
/** Lookup button element by visible text */
|
|
@@ -22,7 +22,4 @@ it('Verify button render, text, and click with Spectra DSL', async () => {
|
|
|
22
22
|
await ButtonComponent.root.shouldHaveText('Save Changes');
|
|
23
23
|
await ButtonComponent.root.shouldHaveAttribute('data-variant', 'primary');
|
|
24
24
|
await ButtonComponent.root.click();
|
|
25
|
-
|
|
26
|
-
// Verify callback state
|
|
27
|
-
expect(isClicked).toBe(true);
|
|
28
25
|
});
|
|
@@ -1,22 +1,13 @@
|
|
|
1
1
|
import { Button } from '../../../src/components/Button/Button.js';
|
|
2
2
|
|
|
3
3
|
it('Verify disabled button cannot be clicked', async () => {
|
|
4
|
-
let isClicked = false;
|
|
5
|
-
|
|
6
4
|
await Spectra.mount(
|
|
7
5
|
<Button
|
|
8
6
|
label="Disabled Action"
|
|
9
7
|
disabled
|
|
10
|
-
onClick={() => {
|
|
11
|
-
isClicked = true;
|
|
12
|
-
}}
|
|
13
8
|
/>,
|
|
14
9
|
);
|
|
15
10
|
|
|
16
11
|
await ButtonComponent.root.shouldBeVisible();
|
|
17
12
|
await ButtonComponent.root.shouldBeDisabled();
|
|
18
|
-
|
|
19
|
-
// Attempt click - should not fire callback
|
|
20
|
-
await ButtonComponent.root.click().catch(() => {});
|
|
21
|
-
expect(isClicked).toBe(false);
|
|
22
13
|
});
|
package/templates/react-component/specs/ButtonComponent/TC-0005-button-renders-icon/web.test.tsx
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import { Button } from '../../../src/components/Button/Button.js';
|
|
2
2
|
|
|
3
3
|
it('Verify button renders optional icon', async () => {
|
|
4
|
-
await Spectra.mount(<Button label="Download Report" icon={<span
|
|
4
|
+
await Spectra.mount(<Button label="Download Report" icon={<span aria-label="button-icon">📥</span>} />);
|
|
5
5
|
|
|
6
6
|
await ButtonComponent.icon.shouldBeVisible();
|
|
7
7
|
await ButtonComponent.icon.shouldHaveText('📥');
|
package/templates/react-component/specs/InputComponent/TC-0003-input-typing-and-clear/web.test.tsx
CHANGED
|
@@ -2,15 +2,10 @@ import { Input } from '../../../src/components/Input/Input.js';
|
|
|
2
2
|
import { withProviders } from '../../../src/test-utils.js';
|
|
3
3
|
|
|
4
4
|
it('Verify input placeholder and typing interaction', async () => {
|
|
5
|
-
let currentVal = '';
|
|
6
|
-
|
|
7
5
|
await Spectra.mount(
|
|
8
6
|
withProviders(
|
|
9
7
|
<Input
|
|
10
8
|
placeholder="Enter email address"
|
|
11
|
-
onChange={(e) => {
|
|
12
|
-
currentVal = e.target.value;
|
|
13
|
-
}}
|
|
14
9
|
/>,
|
|
15
10
|
),
|
|
16
11
|
);
|
|
@@ -19,10 +14,11 @@ it('Verify input placeholder and typing interaction', async () => {
|
|
|
19
14
|
await InputComponent.root.shouldBeVisible();
|
|
20
15
|
await InputComponent.byPlaceholder('email address').shouldBeVisible();
|
|
21
16
|
|
|
22
|
-
// 2. Type text using Spectra DSL
|
|
17
|
+
// 2. Type text using Spectra DSL and verify value
|
|
23
18
|
await InputComponent.root.type('test@example.com');
|
|
24
19
|
await InputComponent.root.shouldHaveValue('test@example.com');
|
|
25
20
|
|
|
26
|
-
// 3.
|
|
27
|
-
|
|
21
|
+
// 3. Clear text using Spectra DSL and verify cleared state
|
|
22
|
+
await InputComponent.root.clear();
|
|
23
|
+
await InputComponent.root.shouldHaveValue('');
|
|
28
24
|
});
|
|
@@ -29,7 +29,7 @@ export const Badge: React.FC<BadgeProps> = ({
|
|
|
29
29
|
|
|
30
30
|
return (
|
|
31
31
|
<span
|
|
32
|
-
|
|
32
|
+
aria-label="badge"
|
|
33
33
|
data-severity={severity}
|
|
34
34
|
style={{
|
|
35
35
|
display: 'inline-flex',
|
|
@@ -45,7 +45,7 @@ export const Badge: React.FC<BadgeProps> = ({
|
|
|
45
45
|
>
|
|
46
46
|
{dot && (
|
|
47
47
|
<span
|
|
48
|
-
|
|
48
|
+
aria-label="badge-dot"
|
|
49
49
|
style={{
|
|
50
50
|
width: '6px',
|
|
51
51
|
height: '6px',
|
|
@@ -54,7 +54,7 @@ export const Badge: React.FC<BadgeProps> = ({
|
|
|
54
54
|
}}
|
|
55
55
|
/>
|
|
56
56
|
)}
|
|
57
|
-
<span
|
|
57
|
+
<span aria-label="badge-label">{label}</span>
|
|
58
58
|
</span>
|
|
59
59
|
);
|
|
60
60
|
};
|
|
@@ -6,6 +6,7 @@ export interface ButtonProps {
|
|
|
6
6
|
disabled?: boolean;
|
|
7
7
|
onClick?: () => void;
|
|
8
8
|
icon?: React.ReactNode;
|
|
9
|
+
ariaLabel?: string;
|
|
9
10
|
}
|
|
10
11
|
|
|
11
12
|
export const Button: React.FC<ButtonProps> = ({
|
|
@@ -14,6 +15,7 @@ export const Button: React.FC<ButtonProps> = ({
|
|
|
14
15
|
disabled = false,
|
|
15
16
|
onClick,
|
|
16
17
|
icon,
|
|
18
|
+
ariaLabel,
|
|
17
19
|
}) => {
|
|
18
20
|
const getBackgroundColor = () => {
|
|
19
21
|
if (disabled) return '#9ca3af';
|
|
@@ -31,7 +33,7 @@ export const Button: React.FC<ButtonProps> = ({
|
|
|
31
33
|
return (
|
|
32
34
|
<button
|
|
33
35
|
type="button"
|
|
34
|
-
|
|
36
|
+
aria-label={ariaLabel || 'button'}
|
|
35
37
|
data-variant={variant}
|
|
36
38
|
disabled={disabled}
|
|
37
39
|
onClick={onClick}
|
|
@@ -50,8 +52,8 @@ export const Button: React.FC<ButtonProps> = ({
|
|
|
50
52
|
transition: 'background-color 0.2s ease',
|
|
51
53
|
}}
|
|
52
54
|
>
|
|
53
|
-
{icon && <span
|
|
54
|
-
<span>{label}</span>
|
|
55
|
+
{icon && <span aria-label="button-icon">{icon}</span>}
|
|
56
|
+
<span aria-label="button-label">{label}</span>
|
|
55
57
|
</button>
|
|
56
58
|
);
|
|
57
59
|
};
|
|
@@ -15,18 +15,17 @@ export const Input: React.FC<InputProps> = ({
|
|
|
15
15
|
defaultValue,
|
|
16
16
|
disabled = false,
|
|
17
17
|
onChange,
|
|
18
|
-
ariaLabel,
|
|
18
|
+
ariaLabel = 'input',
|
|
19
19
|
}) => {
|
|
20
20
|
return (
|
|
21
21
|
<input
|
|
22
22
|
type="text"
|
|
23
|
-
|
|
23
|
+
aria-label={ariaLabel}
|
|
24
24
|
placeholder={placeholder}
|
|
25
25
|
value={value}
|
|
26
26
|
defaultValue={defaultValue}
|
|
27
27
|
disabled={disabled}
|
|
28
28
|
onChange={onChange}
|
|
29
|
-
aria-label={ariaLabel}
|
|
30
29
|
style={{
|
|
31
30
|
padding: '8px 12px',
|
|
32
31
|
borderRadius: '6px',
|
|
Binary file
|
|
File without changes
|