diff --git a/src/components/Atomic/FormSelect/__snapshots__/FormSelect.test.tsx.snap b/src/components/Atomic/FormSelect/__snapshots__/FormSelect.test.tsx.snap index 2da0503d..4ec3bd04 100644 --- a/src/components/Atomic/FormSelect/__snapshots__/FormSelect.test.tsx.snap +++ b/src/components/Atomic/FormSelect/__snapshots__/FormSelect.test.tsx.snap @@ -3,12 +3,15 @@ exports[` render correctly - snapshot 1`] = ` .emotion-0 { + width: 100%; +} + +.emotion-1 { position: relative; box-sizing: border-box; - width: 100%; } -.emotion-0 .select__control { +.emotion-1 .select__control { height: 44px; min-height: 44px; border-radius: 8px; @@ -18,17 +21,17 @@ exports[` render correctly - snapshot 1`] = ` border: 1px solid #D7D8DA; } -.emotion-0 .select__control:focus { +.emotion-1 .select__control:focus { outline: none; } -.emotion-0 .select__control:hover { +.emotion-1 .select__control:hover { outline: none; border: 1px solid #007BBF; } -.emotion-0 .select__control .select__value-container .select__placeholder, -.emotion-0 .select__control .select__value-container .select__input-container { +.emotion-1 .select__control .select__value-container .select__placeholder, +.emotion-1 .select__control .select__value-container .select__input-container { font-family: 'Poppins',sans-serif; font-style: normal; font-weight: 400; @@ -37,8 +40,8 @@ exports[` render correctly - snapshot 1`] = ` color: #252626!important; } -.emotion-0 .select__control .select__value-container .select__placeholder input, -.emotion-0 .select__control .select__value-container .select__input-container input { +.emotion-1 .select__control .select__value-container .select__placeholder input, +.emotion-1 .select__control .select__value-container .select__input-container input { font-family: 'Poppins',sans-serif; font-style: normal!important; font-weight: 400!important; @@ -47,23 +50,23 @@ exports[` render correctly - snapshot 1`] = ` color: #252626!important; } -.emotion-0 .select__control.select__control--menu-is-open { +.emotion-1 .select__control.select__control--menu-is-open { border: 1px solid #007BBF; } -.emotion-0 .select__control.select__control--is-focused { +.emotion-1 .select__control.select__control--is-focused { box-shadow: none; } -.emotion-0 .select__indicator-separator { +.emotion-1 .select__indicator-separator { display: none; } -.emotion-0 .select__input-container { +.emotion-1 .select__input-container { margin: 0; } -.emotion-1 { +.emotion-2 { z-index: 9999; border: 0; clip: rect(1px, 1px, 1px, 1px); @@ -75,7 +78,7 @@ exports[` render correctly - snapshot 1`] = ` white-space: nowrap; } -.emotion-3 { +.emotion-4 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -112,20 +115,20 @@ exports[` render correctly - snapshot 1`] = ` border: 1px solid #D7D8DA; } -.emotion-3:hover { +.emotion-4:hover { border-color: hsl(0, 0%, 70%); } -.emotion-3:focus { +.emotion-4:focus { outline: none; } -.emotion-3:hover { +.emotion-4:hover { outline: none; border: 1px solid #007BBF; } -.emotion-4 { +.emotion-5 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -146,7 +149,7 @@ exports[` render correctly - snapshot 1`] = ` padding: 0 0 0 15px; } -.emotion-5 { +.emotion-6 { grid-area: 1/1/2/3; color: hsl(0, 0%, 50%); margin-left: 2px; @@ -159,7 +162,7 @@ exports[` render correctly - snapshot 1`] = ` line-height: 22px; } -.emotion-6 { +.emotion-7 { visibility: visible; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; @@ -174,7 +177,7 @@ exports[` render correctly - snapshot 1`] = ` box-sizing: border-box; } -.emotion-6:after { +.emotion-7:after { content: attr(data-value) " "; visibility: hidden; white-space: pre; @@ -187,7 +190,7 @@ exports[` render correctly - snapshot 1`] = ` padding: 0; } -.emotion-7 { +.emotion-8 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -205,7 +208,7 @@ exports[` render correctly - snapshot 1`] = ` box-sizing: border-box; } -.emotion-8 { +.emotion-9 { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; @@ -216,7 +219,7 @@ exports[` render correctly - snapshot 1`] = ` box-sizing: border-box; } -.emotion-9 { +.emotion-10 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -229,17 +232,17 @@ exports[` render correctly - snapshot 1`] = ` padding: 4px 16px 4px 4px; } -.emotion-9:hover { +.emotion-10:hover { color: hsl(0, 0%, 60%); } -.emotion-10 { +.emotion-11 { -webkit-transition: all 0.3s; transition: all 0.3s; color: #81868C; } -.emotion-16 { +.emotion-18 { grid-area: 1/1/2/3; max-width: 100%; overflow: hidden; @@ -257,7 +260,7 @@ exports[` render correctly - snapshot 1`] = ` text-align: left; } -.emotion-21 { +.emotion-23 { -webkit-transition: all 0.3s; transition: all 0.3s; color: #81868C; @@ -267,7 +270,7 @@ exports[` render correctly - snapshot 1`] = ` transform: rotate(180deg); } -.emotion-22 { +.emotion-24 { top: 100%; position: absolute; width: -webkit-max-content; @@ -291,7 +294,7 @@ exports[` render correctly - snapshot 1`] = ` z-index: 1; } -.emotion-23 { +.emotion-25 { max-height: 300px; overflow-y: auto; position: relative; @@ -303,7 +306,7 @@ exports[` render correctly - snapshot 1`] = ` padding: 8px 0; } -.emotion-24 { +.emotion-26 { cursor: default; display: block; font-size: inherit; @@ -338,16 +341,16 @@ exports[` render correctly - snapshot 1`] = ` padding: 8px 16px; } -.emotion-24:active { +.emotion-26:active { background-color: #B2D4FF; } -.emotion-24:hover { +.emotion-26:hover { color: #2261AE; background: transparent; } -.emotion-24:active { +.emotion-26:active { background: transparent; } @@ -355,207 +358,215 @@ exports[` render correctly - snapshot 1`] = `
- -
+ +
- Select... +
+ Select... +
+
+ +
- -
-
-
- -
+
-
- -
+ +
- Strawberry +
+ Strawberry +
+
+ +
- -
-
-
- -
-
-
- - Chocolate - -
-
- - Vanilla - +
+ + Chocolate + +
+
+ + Vanilla + +
+
-
diff --git a/src/components/Organisms/ResourceToggleCreator/__snapshots__/ResourceToggleCreator.test.tsx.snap b/src/components/Organisms/ResourceToggleCreator/__snapshots__/ResourceToggleCreator.test.tsx.snap index 74a23d7b..ef01cc8a 100644 --- a/src/components/Organisms/ResourceToggleCreator/__snapshots__/ResourceToggleCreator.test.tsx.snap +++ b/src/components/Organisms/ResourceToggleCreator/__snapshots__/ResourceToggleCreator.test.tsx.snap @@ -610,13 +610,16 @@ exports[` render correctly - snapshot 1`] = ` } .emotion-37 { + width: 100%; +} + +.emotion-38 { pointer-events: none; position: relative; box-sizing: border-box; - width: 100%; } -.emotion-37 .select__control { +.emotion-38 .select__control { height: 44px; min-height: 44px; border-radius: 8px; @@ -626,17 +629,17 @@ exports[` render correctly - snapshot 1`] = ` border: 1px solid #D7D8DA; } -.emotion-37 .select__control:focus { +.emotion-38 .select__control:focus { outline: none; } -.emotion-37 .select__control:hover { +.emotion-38 .select__control:hover { outline: none; border: 1px solid #007BBF; } -.emotion-37 .select__control .select__value-container .select__placeholder, -.emotion-37 .select__control .select__value-container .select__input-container { +.emotion-38 .select__control .select__value-container .select__placeholder, +.emotion-38 .select__control .select__value-container .select__input-container { font-family: 'Poppins',sans-serif; font-style: normal; font-weight: 400; @@ -645,8 +648,8 @@ exports[` render correctly - snapshot 1`] = ` color: #252626!important; } -.emotion-37 .select__control .select__value-container .select__placeholder input, -.emotion-37 .select__control .select__value-container .select__input-container input { +.emotion-38 .select__control .select__value-container .select__placeholder input, +.emotion-38 .select__control .select__value-container .select__input-container input { font-family: 'Poppins',sans-serif; font-style: normal!important; font-weight: 400!important; @@ -655,19 +658,19 @@ exports[` render correctly - snapshot 1`] = ` color: #252626!important; } -.emotion-37 .select__control.select__control--is-focused { +.emotion-38 .select__control.select__control--is-focused { box-shadow: none; } -.emotion-37 .select__indicator-separator { +.emotion-38 .select__indicator-separator { display: none; } -.emotion-37 .select__input-container { +.emotion-38 .select__input-container { margin: 0; } -.emotion-38 { +.emotion-39 { z-index: 9999; border: 0; clip: rect(1px, 1px, 1px, 1px); @@ -679,7 +682,7 @@ exports[` render correctly - snapshot 1`] = ` white-space: nowrap; } -.emotion-40 { +.emotion-41 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -718,20 +721,20 @@ exports[` render correctly - snapshot 1`] = ` min-height: 36px!important; } -.emotion-40:hover { +.emotion-41:hover { border-color: hsl(0, 0%, 70%); } -.emotion-40:focus { +.emotion-41:focus { outline: none; } -.emotion-40:hover { +.emotion-41:hover { outline: none; border: 1px solid #007BBF; } -.emotion-41 { +.emotion-42 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -752,7 +755,7 @@ exports[` render correctly - snapshot 1`] = ` padding: 0 0 0 15px; } -.emotion-42 { +.emotion-43 { grid-area: 1/1/2/3; max-width: 100%; overflow: hidden; @@ -771,7 +774,7 @@ exports[` render correctly - snapshot 1`] = ` color: #81868C; } -.emotion-43 { +.emotion-44 { visibility: hidden; -webkit-flex: 1 1 auto; -ms-flex: 1 1 auto; @@ -786,7 +789,7 @@ exports[` render correctly - snapshot 1`] = ` box-sizing: border-box; } -.emotion-43:after { +.emotion-44:after { content: attr(data-value) " "; visibility: hidden; white-space: pre; @@ -799,7 +802,7 @@ exports[` render correctly - snapshot 1`] = ` padding: 0; } -.emotion-44 { +.emotion-45 { -webkit-align-items: center; -webkit-box-align: center; -ms-flex-align: center; @@ -817,7 +820,7 @@ exports[` render correctly - snapshot 1`] = ` box-sizing: border-box; } -.emotion-45 { +.emotion-46 { -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; @@ -828,7 +831,7 @@ exports[` render correctly - snapshot 1`] = ` box-sizing: border-box; } -.emotion-46 { +.emotion-47 { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; @@ -841,17 +844,17 @@ exports[` render correctly - snapshot 1`] = ` padding: 4px 16px 4px 4px; } -.emotion-46:hover { +.emotion-47:hover { color: hsl(0, 0%, 60%); } -.emotion-47 { +.emotion-48 { -webkit-transition: all 0.3s; transition: all 0.3s; color: #81868C; } -.emotion-52 { +.emotion-53 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -876,7 +879,7 @@ exports[` render correctly - snapshot 1`] = ` text-transform: lowercase; } -.emotion-68 { +.emotion-69 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -911,19 +914,19 @@ exports[` render correctly - snapshot 1`] = ` line-height: 20px; } -.emotion-68:hover { +.emotion-69:hover { background: #0A2965; border-color: #0A2965; color: #FFFFFF; } -.emotion-68:hover { +.emotion-69:hover { background: #ffffff; border-color: #D7D8DA; color: #D7D8DA; } -.emotion-100 { +.emotion-102 { display: -webkit-inline-box; display: -webkit-inline-flex; display: -ms-inline-flexbox; @@ -948,7 +951,7 @@ exports[` render correctly - snapshot 1`] = ` text-transform: lowercase; } -.emotion-199 { +.emotion-203 { width: 1px; height: 20px; background: #E6E9ED; @@ -1164,81 +1167,85 @@ exports[` render correctly - snapshot 1`] = ` Unit
- -
+ +
- default +
+ default +
+
+ +
- -
-
-
- -
@@ -1274,7 +1281,7 @@ exports[` render correctly - snapshot 1`] = ` data-test-id="resource-toggle-creator-1-status-tag" >
CANCELED
@@ -1369,7 +1376,7 @@ exports[` render correctly - snapshot 1`] = ` class="emotion-12" >