feat: rounded 시스템 속성을 추가하고 borderRadiusLevel을 대체한다 #2864
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors and 4 warnings
<RangePickerField /> › when size is lg › match snapshot:
packages/vibrant-components/src/lib/RangePickerField/RangePickerField.spec.tsx#L16
expect(received).toMatchSnapshot()
Snapshot name: `<RangePickerField /> when size is lg match snapshot 1`
- Snapshot - 6
+ Received + 1
@@ -57,14 +57,11 @@
border-width: 1px;
border-style: solid;
border-color: #00000026;
height: 50px;
border-radius: 4px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
+ overflow: hidden;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
@@ -90,11 +87,10 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- height: 100%;
padding-left: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
@@ -134,11 +130,10 @@
-ms-flex-direction: row;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding-left: 12px;
- height: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
at Object.<anonymous> (src/lib/RangePickerField/RangePickerField.spec.tsx:16: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)
|
<RangePickerField /> › when size is md › match snapshot:
packages/vibrant-components/src/lib/RangePickerField/RangePickerField.spec.tsx#L26
expect(received).toMatchSnapshot()
Snapshot name: `<RangePickerField /> when size is md match snapshot 1`
- Snapshot - 6
+ Received + 1
@@ -57,14 +57,11 @@
border-width: 1px;
border-style: solid;
border-color: #00000026;
height: 38px;
border-radius: 4px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
+ overflow: hidden;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
@@ -90,11 +87,10 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- height: 100%;
padding-left: 9px;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
@@ -134,11 +130,10 @@
-ms-flex-direction: row;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding-left: 8px;
- height: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
at Object.<anonymous> (src/lib/RangePickerField/RangePickerField.spec.tsx:26: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)
|
<RangePickerField /> › when size is sm › match snapshot:
packages/vibrant-components/src/lib/RangePickerField/RangePickerField.spec.tsx#L36
expect(received).toMatchSnapshot()
Snapshot name: `<RangePickerField /> when size is sm match snapshot 1`
- Snapshot - 6
+ Received + 1
@@ -57,14 +57,11 @@
border-width: 1px;
border-style: solid;
border-color: #00000026;
height: 30px;
border-radius: 4px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
+ overflow: hidden;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
@@ -90,11 +87,10 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- height: 100%;
padding-left: 7px;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
@@ -134,11 +130,10 @@
-ms-flex-direction: row;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding-left: 6px;
- height: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
at Object.<anonymous> (src/lib/RangePickerField/RangePickerField.spec.tsx:36: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)
|
<DatePickerField /> › when size is lg › match snapshot:
packages/vibrant-components/src/lib/DatePickerField/DatePickerField.spec.tsx#L16
expect(received).toMatchSnapshot()
Snapshot name: `<DatePickerField /> when size is lg match snapshot 1`
- Snapshot - 6
+ Received + 1
@@ -37,14 +37,11 @@
border-width: 1px;
border-style: solid;
border-color: #00000026;
height: 50px;
border-radius: 4px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
+ overflow: hidden;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
@@ -70,11 +67,10 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- height: 100%;
padding-left: 15px;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
@@ -114,11 +110,10 @@
-ms-flex-direction: row;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding-left: 12px;
- height: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
at Object.<anonymous> (src/lib/DatePickerField/DatePickerField.spec.tsx:16: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)
|
<DatePickerField /> › when size is md › match snapshot:
packages/vibrant-components/src/lib/DatePickerField/DatePickerField.spec.tsx#L26
expect(received).toMatchSnapshot()
Snapshot name: `<DatePickerField /> when size is md match snapshot 1`
- Snapshot - 6
+ Received + 1
@@ -37,14 +37,11 @@
border-width: 1px;
border-style: solid;
border-color: #00000026;
height: 38px;
border-radius: 4px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
+ overflow: hidden;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
@@ -70,11 +67,10 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- height: 100%;
padding-left: 9px;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
@@ -114,11 +110,10 @@
-ms-flex-direction: row;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding-left: 8px;
- height: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
at Object.<anonymous> (src/lib/DatePickerField/DatePickerField.spec.tsx:26: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)
|
<DatePickerField /> › when size is sm › match snapshot:
packages/vibrant-components/src/lib/DatePickerField/DatePickerField.spec.tsx#L36
expect(received).toMatchSnapshot()
Snapshot name: `<DatePickerField /> when size is sm match snapshot 1`
- Snapshot - 6
+ Received + 1
@@ -37,14 +37,11 @@
border-width: 1px;
border-style: solid;
border-color: #00000026;
height: 30px;
border-radius: 4px;
- -webkit-align-items: center;
- -webkit-box-align: center;
- -ms-flex-align: center;
- align-items: center;
+ overflow: hidden;
background-color: #ffffff;
}
.emotion-3 {
display: -webkit-box;
@@ -70,11 +67,10 @@
-webkit-align-items: stretch;
-webkit-box-align: stretch;
-ms-flex-align: stretch;
align-items: stretch;
z-index: 0;
- height: 100%;
padding-left: 7px;
-webkit-box-pack: center;
-ms-flex-pack: center;
-webkit-justify-content: center;
justify-content: center;
@@ -114,11 +110,10 @@
-ms-flex-direction: row;
flex-direction: row;
box-sizing: border-box;
position: relative;
padding-left: 6px;
- height: 100%;
-webkit-box-pack: start;
-ms-flex-pack: start;
-webkit-justify-content: flex-start;
justify-content: flex-start;
-webkit-align-items: stretch;
at Object.<anonymous> (src/lib/DatePickerField/DatePickerField.spec.tsx:36: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 process '/usr/bin/xvfb-run' failed with exit code 1
|
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/
|