feat: rounded 시스템 속성을 추가하고 borderRadiusLevel을 대체한다 #2858
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 4 warnings
<ModalBottomSheet /> › given mobile viewport width › match snapshot:
packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheet.spec.tsx#L314
expect(received).toMatchSnapshot()
Snapshot name: `<ModalBottomSheet /> given mobile viewport width match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -252,11 +252,11 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- border-radius: 2px;
+ border-radius: 4px;
}
.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
at Object.<anonymous> (src/lib/ModalBottomSheet/ModalBottomSheet.spec.tsx:314:34)
|
<ModalBottomSheet /> › given viewport width larger than mobile › match snapshot:
packages/vibrant-components/src/lib/ModalBottomSheet/ModalBottomSheet.spec.tsx#L334
expect(received).toMatchSnapshot()
Snapshot name: `<ModalBottomSheet /> given viewport width larger than mobile match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -252,11 +252,11 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- border-radius: 2px;
+ border-radius: 4px;
}
.emotion-9 {
display: -webkit-box;
display: -webkit-flex;
at Object.<anonymous> (src/lib/ModalBottomSheet/ModalBottomSheet.spec.tsx:334:34)
|
<ContainedButton /> › when only text rendered › and size is xl:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L174
Expected border-radius to match:
2px
Received:
4px
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:174:27)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<ContainedButton /> › when only text rendered › and size is lg:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L174
Expected border-radius to match:
2px
Received:
4px
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:174:27)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<ContainedButton /> › when only text rendered › and size is md:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L174
Expected border-radius to match:
2px
Received:
4px
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:174:27)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<ContainedButton /> › when only text rendered › and size is sm:
packages/vibrant-components/src/lib/ContainedButton/ContainedButton.spec.tsx#L174
Expected border-radius to match:
2px
Received:
4px
at Object.<anonymous> (src/lib/ContainedButton/ContainedButton.spec.tsx:174:27)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<NumericField /> › when NumericField rendered › match snapshot:
packages/vibrant-components/src/lib/NumericField/NumericField.spec.tsx#L59
expect(received).toMatchSnapshot()
Snapshot name: `<NumericField /> when NumericField rendered match snapshot 1`
- Snapshot - 2
+ Received + 2
@@ -42,11 +42,11 @@
padding-right: 38px;
height: 100%;
text-align: center;
border-color: #00000026;
border-style: solid;
- border-radius: 2px;
+ border-radius: 4px;
-moz-appearance: textfield;
}
.emotion-1::-webkit-outer-spin-button {
-webkit-appearance: none;
@@ -127,11 +127,11 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- border-radius: 2px;
+ border-radius: 4px;
}
.emotion-4 {
display: -webkit-box;
display: -webkit-flex;
at Object.<anonymous> (src/lib/NumericField/NumericField.spec.tsx:59:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<SelectField /> › when size is lg › match snapshot:
packages/vibrant-components/src/lib/SelectField/SelectField.spec.tsx#L34
expect(received).toMatchSnapshot()
Snapshot name: `<SelectField /> when size is lg match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -66,11 +66,11 @@
padding-left: 15px;
padding-right: 15px;
border-width: 1px;
border-style: solid;
border-color: #00000026;
- border-radius: 2px;
+ border-radius: 4px;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
at Object.<anonymous> (src/lib/SelectField/SelectField.spec.tsx:34:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<SelectField /> › when size is md › match snapshot:
packages/vibrant-components/src/lib/SelectField/SelectField.spec.tsx#L59
expect(received).toMatchSnapshot()
Snapshot name: `<SelectField /> when size is md match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -66,11 +66,11 @@
padding-left: 9px;
padding-right: 9px;
border-width: 1px;
border-style: solid;
border-color: #00000026;
- border-radius: 2px;
+ border-radius: 4px;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
at Object.<anonymous> (src/lib/SelectField/SelectField.spec.tsx:59:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
<SelectField /> › when size is sm › match snapshot:
packages/vibrant-components/src/lib/SelectField/SelectField.spec.tsx#L84
expect(received).toMatchSnapshot()
Snapshot name: `<SelectField /> when size is sm match snapshot 1`
- Snapshot - 1
+ Received + 1
@@ -66,11 +66,11 @@
padding-left: 7px;
padding-right: 7px;
border-width: 1px;
border-style: solid;
border-color: #00000026;
- border-radius: 2px;
+ border-radius: 4px;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
at Object.<anonymous> (src/lib/SelectField/SelectField.spec.tsx:84:34)
at runTestInternal (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:231:22)
at runTest (../../node_modules/@kayahr/jest-electron-runner/src/main/electron/runTest.ts:309:38)
at EventEmitter.<anonymous> (../../file:/home/runner/work/opensource/opensource/node_modules/@kayahr/jest-electron-runner/src/main/electron/browser_window_injected_code.ts:33:28)
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|
ci
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, GabrielBB/xvfb-action@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
ci
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
|