@7shifts/sous-chef 2.18.0 → 3.0.0

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.
Files changed (209) hide show
  1. package/README.md +2 -2
  2. package/dist/actions/Button/Button.d.ts +0 -4
  3. package/dist/controls/DateFilter/DateStepper/DateStepper.d.ts +11 -0
  4. package/dist/controls/DateFilter/DateStepper/index.d.ts +1 -0
  5. package/dist/controls/DateFilter/DateText/DateText.d.ts +9 -0
  6. package/dist/controls/DateFilter/DateText/index.d.ts +1 -0
  7. package/dist/controls/DateFilter/DisplayDate/DisplayDate.d.ts +9 -0
  8. package/dist/controls/DateFilter/DisplayDate/index.d.ts +1 -0
  9. package/dist/controls/SegmentedControl/SegmentedControl.d.ts +8 -0
  10. package/dist/controls/SegmentedControl/index.d.ts +1 -0
  11. package/dist/controls/index.d.ts +2 -1
  12. package/dist/feedback/CircularProgress/CircularProgress.d.ts +9 -0
  13. package/dist/feedback/CircularProgress/index.d.ts +1 -0
  14. package/dist/feedback/Progress/domain.d.ts +11 -0
  15. package/dist/feedback/Progress/useProgress.d.ts +18 -0
  16. package/dist/feedback/ProgressBar/ProgressBar.d.ts +8 -0
  17. package/dist/feedback/ProgressBar/index.d.ts +1 -0
  18. package/dist/feedback/index.d.ts +3 -1
  19. package/dist/forms/AffixContainer/AffixContainer.d.ts +1 -0
  20. package/dist/forms/DateRangeField/FromDate/FromDate.d.ts +2 -1
  21. package/dist/forms/DateRangeField/ToDate/ToDate.d.ts +1 -0
  22. package/dist/forms/ErrorMessage/ErrorMessage.d.ts +1 -0
  23. package/dist/forms/FormFeedback/FormFeedback.d.ts +8 -0
  24. package/dist/forms/FormFeedback/index.d.ts +1 -0
  25. package/dist/forms/FormFooter/FormFooter.d.ts +12 -0
  26. package/dist/forms/FormFooter/FormFooterActions/FormFooterActions.d.ts +10 -0
  27. package/dist/forms/FormFooter/domain.d.ts +2 -0
  28. package/dist/forms/FormFooter/index.d.ts +1 -0
  29. package/dist/forms/FormSection/FormSection.d.ts +10 -0
  30. package/dist/forms/FormSection/index.d.ts +1 -0
  31. package/dist/forms/TextField/useTextField.d.ts +1 -1
  32. package/dist/forms/index.d.ts +4 -1
  33. package/dist/icons/components/IconAnalytics.d.ts +1 -4
  34. package/dist/icons/components/IconArrowDown.d.ts +1 -4
  35. package/dist/icons/components/IconArrowLeft.d.ts +1 -4
  36. package/dist/icons/components/IconArrowRight.d.ts +1 -4
  37. package/dist/icons/components/IconArrowToTop.d.ts +1 -4
  38. package/dist/icons/components/IconArrowUp.d.ts +1 -4
  39. package/dist/icons/components/IconAward.d.ts +1 -4
  40. package/dist/icons/components/IconAwful.d.ts +9 -0
  41. package/dist/icons/components/IconAwfulMonochromatic.d.ts +9 -0
  42. package/dist/icons/components/IconBad.d.ts +9 -0
  43. package/dist/icons/components/IconBadMonochromatic.d.ts +9 -0
  44. package/dist/icons/components/IconBalanceScale.d.ts +1 -4
  45. package/dist/icons/components/IconBalanceScaleLeft.d.ts +1 -4
  46. package/dist/icons/components/IconBan.d.ts +1 -4
  47. package/dist/icons/components/IconBarsH.d.ts +1 -4
  48. package/dist/icons/components/IconBarsV.d.ts +1 -4
  49. package/dist/icons/components/IconBell.d.ts +1 -4
  50. package/dist/icons/components/IconBirthdayCake.d.ts +1 -4
  51. package/dist/icons/components/IconBold.d.ts +1 -4
  52. package/dist/icons/components/IconBolt.d.ts +1 -4
  53. package/dist/icons/components/IconBook.d.ts +1 -4
  54. package/dist/icons/components/IconBriefcase.d.ts +1 -4
  55. package/dist/icons/components/IconBullseyeArrow.d.ts +1 -4
  56. package/dist/icons/components/IconCalculator.d.ts +1 -4
  57. package/dist/icons/components/IconCalendar.d.ts +1 -4
  58. package/dist/icons/components/IconCalendarAlt.d.ts +1 -4
  59. package/dist/icons/components/IconCalendarCheck.d.ts +1 -4
  60. package/dist/icons/components/IconCalendarDay.d.ts +1 -4
  61. package/dist/icons/components/IconCalendarExclamation.d.ts +1 -4
  62. package/dist/icons/components/IconCalendarStar.d.ts +1 -4
  63. package/dist/icons/components/IconCalendarTomorrow.d.ts +1 -4
  64. package/dist/icons/components/IconCamera.d.ts +1 -4
  65. package/dist/icons/components/IconCameraSlash.d.ts +1 -4
  66. package/dist/icons/components/IconCashRegister.d.ts +1 -4
  67. package/dist/icons/components/IconChartBar.d.ts +1 -4
  68. package/dist/icons/components/IconCheck.d.ts +1 -4
  69. package/dist/icons/components/IconChevronDown.d.ts +1 -4
  70. package/dist/icons/components/IconChevronLeft.d.ts +1 -4
  71. package/dist/icons/components/IconChevronRight.d.ts +1 -4
  72. package/dist/icons/components/IconChevronUp.d.ts +1 -4
  73. package/dist/icons/components/IconClipboardList.d.ts +1 -4
  74. package/dist/icons/components/IconClock.d.ts +1 -4
  75. package/dist/icons/components/IconCog.d.ts +1 -4
  76. package/dist/icons/components/IconComment.d.ts +1 -4
  77. package/dist/icons/components/IconCommentLines.d.ts +1 -4
  78. package/dist/icons/components/IconCopy.d.ts +1 -4
  79. package/dist/icons/components/IconCreditCard.d.ts +1 -4
  80. package/dist/icons/components/IconCreditCardPlus.d.ts +1 -4
  81. package/dist/icons/components/IconDecent.d.ts +9 -0
  82. package/dist/icons/components/IconDecentMonochromatic.d.ts +9 -0
  83. package/dist/icons/components/IconDownload.d.ts +1 -4
  84. package/dist/icons/components/IconEdit.d.ts +1 -4
  85. package/dist/icons/components/IconEllipsisV.d.ts +1 -4
  86. package/dist/icons/components/IconEnvelope.d.ts +1 -4
  87. package/dist/icons/components/IconExclaimation.d.ts +1 -4
  88. package/dist/icons/components/IconExclaimationTriangle.d.ts +1 -4
  89. package/dist/icons/components/IconExpand.d.ts +1 -4
  90. package/dist/icons/components/IconExternalLink.d.ts +1 -4
  91. package/dist/icons/components/IconEye.d.ts +1 -4
  92. package/dist/icons/components/IconEyeSlash.d.ts +1 -4
  93. package/dist/icons/components/IconFile.d.ts +1 -4
  94. package/dist/icons/components/IconFilePdf.d.ts +1 -4
  95. package/dist/icons/components/IconFlag.d.ts +1 -4
  96. package/dist/icons/components/IconFourDotsCircle.d.ts +1 -4
  97. package/dist/icons/components/IconFourSquares.d.ts +1 -4
  98. package/dist/icons/components/IconGavel.d.ts +1 -4
  99. package/dist/icons/components/IconGif.d.ts +1 -4
  100. package/dist/icons/components/IconGift.d.ts +1 -4
  101. package/dist/icons/components/IconGood.d.ts +9 -0
  102. package/dist/icons/components/IconGoodMonochromatic.d.ts +9 -0
  103. package/dist/icons/components/IconGreat.d.ts +9 -0
  104. package/dist/icons/components/IconGreatMonochromatic.d.ts +9 -0
  105. package/dist/icons/components/IconGrinBeam.d.ts +1 -4
  106. package/dist/icons/components/IconGripVertical.d.ts +1 -4
  107. package/dist/icons/components/IconHandshake.d.ts +1 -4
  108. package/dist/icons/components/IconImage.d.ts +1 -4
  109. package/dist/icons/components/IconInfoCircle.d.ts +1 -4
  110. package/dist/icons/components/IconIslandTropical.d.ts +1 -4
  111. package/dist/icons/components/IconItalic.d.ts +1 -4
  112. package/dist/icons/components/IconLaptopSearch.d.ts +1 -4
  113. package/dist/icons/components/IconLink.d.ts +1 -4
  114. package/dist/icons/components/IconList.d.ts +1 -4
  115. package/dist/icons/components/IconListOI.d.ts +1 -4
  116. package/dist/icons/components/IconLock.d.ts +1 -4
  117. package/dist/icons/components/IconMagicSolid.d.ts +1 -4
  118. package/dist/icons/components/IconMapMarker.d.ts +1 -4
  119. package/dist/icons/components/IconMegaphone.d.ts +1 -4
  120. package/dist/icons/components/IconMinus.d.ts +1 -4
  121. package/dist/icons/components/IconMinusCircle.d.ts +1 -4
  122. package/dist/icons/components/IconMoneyBill.d.ts +1 -4
  123. package/dist/icons/components/IconNotesMedical.d.ts +1 -4
  124. package/dist/icons/components/IconOvertime.d.ts +1 -4
  125. package/dist/icons/components/IconPaperPlane.d.ts +1 -4
  126. package/dist/icons/components/IconPaperPlaneClock.d.ts +1 -4
  127. package/dist/icons/components/IconPaperclip.d.ts +1 -4
  128. package/dist/icons/components/IconPencil.d.ts +1 -4
  129. package/dist/icons/components/IconPercentage.d.ts +1 -4
  130. package/dist/icons/components/IconPhone.d.ts +1 -4
  131. package/dist/icons/components/IconPlug.d.ts +1 -4
  132. package/dist/icons/components/IconPlus.d.ts +1 -4
  133. package/dist/icons/components/IconPrint.d.ts +1 -4
  134. package/dist/icons/components/IconQuestionCircle.d.ts +1 -4
  135. package/dist/icons/components/IconRepeat.d.ts +1 -4
  136. package/dist/icons/components/IconReply.d.ts +1 -4
  137. package/dist/icons/components/IconSearch.d.ts +1 -4
  138. package/dist/icons/components/IconSignOut.d.ts +1 -4
  139. package/dist/icons/components/IconSitemap.d.ts +1 -4
  140. package/dist/icons/components/IconSlidersH.d.ts +1 -4
  141. package/dist/icons/components/IconSort.d.ts +1 -4
  142. package/dist/icons/components/IconStar.d.ts +1 -4
  143. package/dist/icons/components/IconStarSolid.d.ts +1 -4
  144. package/dist/icons/components/IconStickyNoteLines.d.ts +1 -4
  145. package/dist/icons/components/IconStopwatch.d.ts +1 -4
  146. package/dist/icons/components/IconStrikethrough.d.ts +1 -4
  147. package/dist/icons/components/IconSync.d.ts +1 -4
  148. package/dist/icons/components/IconSyncExclaimation.d.ts +1 -4
  149. package/dist/icons/components/IconTachometer.d.ts +1 -4
  150. package/dist/icons/components/IconTimes.d.ts +1 -4
  151. package/dist/icons/components/IconTimesOctagon.d.ts +1 -4
  152. package/dist/icons/components/IconTrash.d.ts +1 -4
  153. package/dist/icons/components/IconUnderline.d.ts +1 -4
  154. package/dist/icons/components/IconUndo.d.ts +1 -4
  155. package/dist/icons/components/IconUniversity.d.ts +1 -4
  156. package/dist/icons/components/IconUserComputer.d.ts +1 -4
  157. package/dist/icons/components/IconUserFriends.d.ts +1 -4
  158. package/dist/icons/components/IconUserLight.d.ts +1 -4
  159. package/dist/icons/components/IconUserPlus.d.ts +1 -4
  160. package/dist/icons/components/IconUserSlash.d.ts +1 -4
  161. package/dist/icons/components/IconUserSolid.d.ts +1 -4
  162. package/dist/icons/components/IconUserTag.d.ts +1 -4
  163. package/dist/icons/components/IconUserTie.d.ts +1 -4
  164. package/dist/icons/components/IconUsers.d.ts +1 -4
  165. package/dist/icons/components/IconVideo.d.ts +1 -4
  166. package/dist/icons/components/IconVolume.d.ts +1 -4
  167. package/dist/icons/components/IconVolumeMute.d.ts +1 -4
  168. package/dist/icons/components/IconWrench.d.ts +1 -4
  169. package/dist/icons/components/index.d.ts +10 -0
  170. package/dist/index.css +233 -180
  171. package/dist/index.js +1680 -1389
  172. package/dist/index.js.map +1 -1
  173. package/dist/index.modern.js +1665 -1388
  174. package/dist/index.modern.js.map +1 -1
  175. package/dist/layout/Flex/Flex.d.ts +2 -2
  176. package/dist/layout/Flex/types.d.ts +4 -0
  177. package/dist/layout/Inline/Inline.d.ts +3 -3
  178. package/dist/layout/Stack/Stack.d.ts +3 -3
  179. package/dist/lists/DataTable/DataTable.d.ts +5 -5
  180. package/dist/lists/DataTable/DataTableContext.d.ts +2 -2
  181. package/dist/lists/DataTable/DataTableHeader.d.ts +3 -3
  182. package/dist/lists/DataTable/types.d.ts +12 -11
  183. package/dist/lists/DataTableRow/DataTableRow.d.ts +4 -3
  184. package/dist/lists/DataTableRow/DataTableRowActions/DataTableRowActions.d.ts +2 -2
  185. package/dist/lists/index.d.ts +2 -5
  186. package/dist/overlay/Menu/Menu.d.ts +0 -1
  187. package/dist/overlay/Menu/types.d.ts +1 -1
  188. package/package.json +14 -9
  189. package/dist/icons/IconArrowDown.d.ts +0 -11
  190. package/dist/icons/IconArrowLeft.d.ts +0 -9
  191. package/dist/icons/IconArrowRight.d.ts +0 -9
  192. package/dist/icons/IconArrowUp.d.ts +0 -9
  193. package/dist/icons/IconCalendar.d.ts +0 -9
  194. package/dist/icons/IconCheck.d.ts +0 -9
  195. package/dist/icons/IconChevronDown.d.ts +0 -9
  196. package/dist/icons/IconChevronUp.d.ts +0 -8
  197. package/dist/icons/IconClose.d.ts +0 -9
  198. package/dist/icons/IconComment.d.ts +0 -9
  199. package/dist/icons/IconDelete.d.ts +0 -9
  200. package/dist/icons/IconEdit.d.ts +0 -9
  201. package/dist/icons/IconExclaim.d.ts +0 -9
  202. package/dist/icons/IconEye.d.ts +0 -9
  203. package/dist/icons/IconEyeSlash.d.ts +0 -9
  204. package/dist/icons/IconLocation.d.ts +0 -9
  205. package/dist/icons/IconMinusCircle.d.ts +0 -9
  206. package/dist/icons/IconMore.d.ts +0 -9
  207. package/dist/icons/IconRemove.d.ts +0 -8
  208. package/dist/icons/IconUser.d.ts +0 -8
  209. package/dist/icons/IconUserPlus.d.ts +0 -9
package/dist/index.css CHANGED
@@ -412,7 +412,9 @@ Just for future references:
412
412
  display: inline-flex;
413
413
  justify-content: center;
414
414
  width: auto;
415
- height: auto;
415
+ height: -webkit-fit-content;
416
+ height: -moz-fit-content;
417
+ height: fit-content;
416
418
  vertical-align: middle;
417
419
  background-image: none;
418
420
  white-space: nowrap;
@@ -782,144 +784,6 @@ Just for future references:
782
784
  ._3EHwm {
783
785
  padding-left: 20px;
784
786
  }
785
- ._v0AEt {
786
- font-family: "Proxima Nova", sans-serif;
787
- position: absolute;
788
- list-style: none;
789
- min-width: 160px;
790
- margin: 2px 0 0 0;
791
- padding: 5px 0;
792
- box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
793
- background: var(--color-white);
794
- margin-top: 8px;
795
- z-index: 9999;
796
- opacity: 0;
797
- transform-origin: top right;
798
- transform: scale(0);
799
- visibility: hidden;
800
- }
801
-
802
- ._lxd1B {
803
- opacity: 1;
804
- transform: scale(1);
805
- visibility: visible;
806
- }
807
-
808
- ._IRJ4j {
809
- padding: 12px 20px;
810
- font-size: 14px;
811
- line-height: 20px;
812
- display: flex;
813
- cursor: pointer;
814
- white-space: nowrap;
815
- color: var(--color-grey-500);
816
- }
817
- ._IRJ4j:hover {
818
- background: var(--color-grey-100);
819
- }
820
- ._1UG1r {
821
- display: flex;
822
- padding: 16px;
823
- border: 1px solid var(--color-white);
824
- border-bottom: 1px solid var(--color-grey-200);
825
- }
826
- ._1UG1r:last-child:not(._WeTZF) {
827
- border-bottom: 1px solid var(--color-white);
828
- }
829
-
830
- ._1UG1r:focus:not(:focus-visible) {
831
- /* Remove the focus indicator on mouse-focus for browsers
832
- that do support :focus-visible */
833
- outline: none;
834
- }
835
-
836
- ._34gnL {
837
- cursor: pointer;
838
- }
839
- ._34gnL:hover {
840
- background-color: var(--color-grey-100);
841
- }
842
-
843
- ._WeTZF {
844
- border: 1px solid var(--color-eggplant-400);
845
- box-sizing: border-box;
846
- box-shadow: 0 0 8px var(--color-eggplant-300);
847
- }
848
- ._WeTZF:first-child {
849
- border-top-left-radius: 8px;
850
- border-top-right-radius: 8px;
851
- }
852
- ._WeTZF:first-child:not(:last-child) {
853
- border-bottom-left-radius: 0;
854
- border-bottom-right-radius: 0;
855
- }
856
- ._WeTZF:last-child {
857
- border-bottom-left-radius: 8px;
858
- border-bottom-right-radius: 8px;
859
- }
860
- ._WeTZF:last-child:not(:first-child) {
861
- border-top-left-radius: 0;
862
- border-top-right-radius: 0;
863
- }
864
-
865
- ._3gRJf {
866
- display: flex;
867
- flex-direction: column;
868
- justify-content: center;
869
- position: relative;
870
- }
871
-
872
- ._3ABSf {
873
- width: 40px;
874
- }
875
- /**
876
- This file probaly will be split when we split the components
877
- */
878
- ._kxyuW {
879
- display: flex;
880
- font-size: 12px;
881
- font-weight: 600;
882
- font-family: "Proxima Nova", sans-serif;
883
- color: var(--color-grey-500);
884
- padding: 19px 17px 8px 17px;
885
- }
886
-
887
- ._13L7D {
888
- display: flex;
889
- align-items: center;
890
- line-height: 21px;
891
- }
892
- ._1YCGB {
893
- cursor: pointer;
894
- }
895
-
896
- ._13L7D:focus:not(:focus-visible) {
897
- /* Remove the focus indicator on mouse-focus for browsers
898
- that do support :focus-visible */
899
- outline: none;
900
- }
901
-
902
- ._1gpTf {
903
- width: 40px;
904
- }
905
-
906
- ._1tFcX {
907
- display: inline-block;
908
- padding: 0 8px;
909
- line-height: 1em;
910
- }
911
-
912
- ._ppaWg {
913
- border: 1px solid var(--color-grey-200);
914
- border-radius: 8px;
915
- font-family: "Proxima Nova", sans-serif;
916
- font-size: 14px;
917
- }
918
-
919
- ._1nb-e {
920
- margin-top: 20px;
921
- font-family: "Proxima Nova", sans-serif;
922
- }
923
787
  ._2GGMG {
924
788
  display: flex;
925
789
  }
@@ -986,6 +850,32 @@ This file probaly will be split when we split the components
986
850
  flex-flow: row nowrap;
987
851
  justify-content: flex-end;
988
852
  }
853
+ ._v0AEt {
854
+ font-family: "Proxima Nova", sans-serif;
855
+ position: absolute;
856
+ list-style: none;
857
+ min-width: 160px;
858
+ margin: 2px 0 0 0;
859
+ padding: 5px 0;
860
+ box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
861
+ background: var(--color-white);
862
+ margin-top: 8px;
863
+ z-index: 9999;
864
+ transform-origin: top right;
865
+ }
866
+
867
+ ._IRJ4j {
868
+ padding: 12px 20px;
869
+ font-size: 14px;
870
+ line-height: 20px;
871
+ display: flex;
872
+ cursor: pointer;
873
+ white-space: nowrap;
874
+ color: var(--color-grey-500);
875
+ }
876
+ ._IRJ4j:hover {
877
+ background: var(--color-grey-100);
878
+ }
989
879
  ._2ZgmC {
990
880
  display: flex;
991
881
  font-size: 12px;
@@ -1922,9 +1812,164 @@ This file probaly will be split when we split the components
1922
1812
  border-radius: 0px 4px 4px 0px;
1923
1813
  border-left: 0;
1924
1814
  }
1815
+ ._J5ph7 {
1816
+ display: flex;
1817
+ }
1818
+ ._2xgv4 {
1819
+ font-family: "Proxima Nova", sans-serif;
1820
+ font-weight: 600;
1821
+ font-size: 14px;
1822
+ position: relative;
1823
+ background-color: var(--color-grey-100);
1824
+ color: var(--color-grey-500);
1825
+ border-style: solid;
1826
+ border-color: var(--color-grey-200);
1827
+ line-height: 20px;
1828
+ padding: 8px 12px;
1829
+ min-width: 38px;
1830
+ height: 38px;
1831
+ cursor: pointer;
1832
+ display: inline-flex;
1833
+ }
1834
+ ._2xgv4:not(._1vG3O):hover {
1835
+ background-color: var(--color-grey-200);
1836
+ border-color: var(--color-grey-300);
1837
+ }
1838
+ ._1vG3O {
1839
+ background-color: var(--color-tangerine-400);
1840
+ border-color: var(--color-tangerine-400);
1841
+ color: var(--color-white);
1842
+ }
1843
+ ._2xgv4:focus {
1844
+ box-shadow: 0 0 8px var(--color-eggplant-300);
1845
+ outline: none;
1846
+ text-decoration: none;
1847
+ }
1848
+ ._2xgv4:first-child {
1849
+ border-radius: 4px 0 0 4px;
1850
+ border-width: 1px 0px 1px 1px;
1851
+ }
1852
+ ._2xgv4:first-child:not(._1vG3O):hover::after {
1853
+ content: "";
1854
+ height: 36px;
1855
+ width: 1px;
1856
+ background-color: var(--color-grey-200);
1857
+ border-width: 1px 0px;
1858
+ border-color: var(--color-grey-300);
1859
+ border-style: solid;
1860
+ position: absolute;
1861
+ top: -1px;
1862
+ right: -1px;
1863
+ }
1864
+ ._2xgv4:not(:first-child):not(:last-child) {
1865
+ border-radius: 0;
1866
+ border-width: 1px 0px 1px 0px;
1867
+ }
1868
+ ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::after, ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::before {
1869
+ content: "";
1870
+ height: 36px;
1871
+ width: 1px;
1872
+ background-color: var(--color-grey-200);
1873
+ border-width: 1px 0px;
1874
+ border-color: var(--color-grey-300);
1875
+ border-style: solid;
1876
+ position: absolute;
1877
+ top: -1px;
1878
+ }
1879
+ ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::after {
1880
+ right: -1px;
1881
+ }
1882
+ ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::before {
1883
+ left: -1px;
1884
+ }
1885
+ ._2xgv4:last-child {
1886
+ border-radius: 0 4px 4px 0;
1887
+ border-width: 1px 1px 1px 0px;
1888
+ }
1889
+ ._2xgv4:last-child:not(._1vG3O):hover::before {
1890
+ content: "";
1891
+ height: 36px;
1892
+ width: 1px;
1893
+ background-color: var(--color-grey-200);
1894
+ border-width: 1px 0px;
1895
+ border-color: var(--color-grey-300);
1896
+ border-style: solid;
1897
+ position: absolute;
1898
+ top: -1px;
1899
+ left: -1px;
1900
+ }
1901
+ ._1uKNF {
1902
+ height: 38px;
1903
+ width: 1px;
1904
+ background-color: var(--color-grey-200);
1905
+ }
1925
1906
  ._3CaV0 {
1926
1907
  max-width: 500px;
1927
1908
  }
1909
+ ._29ZIp {
1910
+ position: relative;
1911
+ }
1912
+ ._3Q8NT {
1913
+ box-sizing: border-box;
1914
+ background: white;
1915
+ border: 1px solid var(--color-grey-200);
1916
+ border-radius: 8px;
1917
+ width: 100%;
1918
+ height: 100%;
1919
+ padding: 24px 20px;
1920
+ color: var(--color-grey-500);
1921
+ }
1922
+ ._2Fah6 {
1923
+ cursor: pointer;
1924
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.05);
1925
+ transition: all ease-in-out 150ms;
1926
+ font: inherit;
1927
+ text-align: inherit;
1928
+ }
1929
+ ._2Fah6:not(._SGno0):hover {
1930
+ box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
1931
+ background-color: var(--color-grey-100);
1932
+ }
1933
+ ._2Fah6:focus {
1934
+ box-shadow: 0 0 8px var(--color-eggplant-300);
1935
+ outline: none;
1936
+ }
1937
+ ._1zqRN {
1938
+ border-color: var(--color-eggplant-400);
1939
+ box-shadow: 0 0 8px var(--color-eggplant-300);
1940
+ }
1941
+ ._3Hwms {
1942
+ min-height: 56px;
1943
+ }
1944
+ ._TmEUS {
1945
+ position: absolute;
1946
+ z-index: 1;
1947
+ right: 8px;
1948
+ top: 8px;
1949
+ }
1950
+ ._7-5gD {
1951
+ margin-bottom: 12px;
1952
+ color: var(--color-grey-500);
1953
+ font-family: "Proxima Nova", sans-serif;
1954
+ }
1955
+ ._a83vM {
1956
+ line-height: 24px;
1957
+ font-size: 20px;
1958
+ font-weight: 600;
1959
+ margin: 0;
1960
+ }
1961
+ ._1lKv8 {
1962
+ line-height: 16px;
1963
+ font-size: 14px;
1964
+ font-weight: 400;
1965
+ margin: 0;
1966
+ }
1967
+ ._lZyFQ {
1968
+ margin-bottom: 0;
1969
+ }
1970
+ ._3vVBF {
1971
+ margin-top: 12px;
1972
+ }
1928
1973
  ._2i-Ll > div {
1929
1974
  min-width: 0;
1930
1975
  }
@@ -2360,6 +2405,11 @@ input:disabled + ._1tMq-::after {
2360
2405
  flex: 1;
2361
2406
  display: "flex";
2362
2407
  }
2408
+ ._2-zhH {
2409
+ box-sizing: border-box;
2410
+ width: 100%;
2411
+ }
2412
+
2363
2413
  ._3sdnK {
2364
2414
  border: solid var(--color-grey-200);
2365
2415
  border-width: 1px 0 0 0;
@@ -2830,47 +2880,6 @@ input:disabled + ._1tMq-::after {
2830
2880
  line-height: 12px;
2831
2881
  color: var(--color-grey-500);
2832
2882
  }
2833
- ._29ZIp {
2834
- position: relative;
2835
- }
2836
- ._3Q8NT {
2837
- box-sizing: border-box;
2838
- background: white;
2839
- border: 1px solid var(--color-grey-200);
2840
- border-radius: 8px;
2841
- width: 100%;
2842
- height: 100%;
2843
- padding: 24px 20px;
2844
- color: var(--color-grey-500);
2845
- }
2846
- ._2Fah6 {
2847
- cursor: pointer;
2848
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.15), 0 3px 3px rgba(0, 0, 0, 0.05);
2849
- transition: all ease-in-out 150ms;
2850
- font: inherit;
2851
- text-align: inherit;
2852
- }
2853
- ._2Fah6:not(._SGno0):hover {
2854
- box-shadow: 0 0 1px rgba(0, 0, 0, 0.2), 0 3px 6px rgba(0, 0, 0, 0.2);
2855
- background-color: var(--color-grey-100);
2856
- }
2857
- ._2Fah6:focus {
2858
- box-shadow: 0 0 8px var(--color-eggplant-300);
2859
- outline: none;
2860
- }
2861
- ._1zqRN {
2862
- border-color: var(--color-eggplant-400);
2863
- box-shadow: 0 0 8px var(--color-eggplant-300);
2864
- }
2865
- ._3Hwms {
2866
- min-height: 56px;
2867
- }
2868
- ._TmEUS {
2869
- position: absolute;
2870
- z-index: 1;
2871
- right: 8px;
2872
- top: 8px;
2873
- }
2874
2883
  ._1KO1J {
2875
2884
  color: var(--color-white);
2876
2885
  font-size: 14px;
@@ -2886,6 +2895,47 @@ input:disabled + ._1tMq-::after {
2886
2895
  ._tlNFk {
2887
2896
  background-color: var(--color-eggplant-400);
2888
2897
  }
2898
+ ._1XR7V {
2899
+ position: relative;
2900
+ width: 48px;
2901
+ height: 48px;
2902
+ }
2903
+ ._1BygP {
2904
+ top: 50%;
2905
+ left: 50%;
2906
+ width: 100%;
2907
+ text-align: center;
2908
+ position: absolute;
2909
+ transform: translate(-50%, -50%);
2910
+ font-size: 12px;
2911
+ font-weight: 400;
2912
+ color: var(--color-grey-500);
2913
+ }
2914
+ ._1Ak-z {
2915
+ stroke: var(--color-grey-100);
2916
+ fill: var(--color-white);
2917
+ }
2918
+ ._22YIp {
2919
+ stroke: var(--color-mint-400);
2920
+ fill: transparent;
2921
+ }
2922
+ ._3nyZN {
2923
+ background-color: var(--color-grey-100);
2924
+ height: 12px;
2925
+ width: 100%;
2926
+ border-radius: 8px;
2927
+ }
2928
+ ._11TEp {
2929
+ background-color: var(--color-tangerine-400);
2930
+ height: 100%;
2931
+ border-radius: 8px;
2932
+ }
2933
+ ._3XFTU {
2934
+ display: flex;
2935
+ justify-content: space-around;
2936
+ color: var(--color-grey-500);
2937
+ font-family: "Proxima Nova", sans-serif;
2938
+ }
2889
2939
  ._2f81N {
2890
2940
  display: inline-flex;
2891
2941
  background-color: var(--color-tangerine-400);
@@ -2935,6 +2985,9 @@ input:disabled + ._1tMq-::after {
2935
2985
  }
2936
2986
  ._2wJGB img {
2937
2987
  height: inherit;
2988
+ width: 100%;
2989
+ -o-object-fit: cover;
2990
+ object-fit: cover;
2938
2991
  }
2939
2992
  ._3QTSo {
2940
2993
  width: 20px;