@7shifts/sous-chef 3.16.0 → 3.18.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.
@@ -21,6 +21,7 @@ declare type Props = {
21
21
  /** A JSX containing the toolbar elements. You can use `Inline` to place the buttons properly on the toolbar space. */
22
22
  toolbar?: React.ReactNode;
23
23
  testId?: string;
24
+ maxLength?: number;
24
25
  };
25
26
  declare const TextAreaField: React.FC<Props>;
26
27
  export default TextAreaField;
package/dist/index.css CHANGED
@@ -1941,8 +1941,67 @@ h5._3CIA3 {
1941
1941
  border-top-right-radius: 50%;
1942
1942
  border-bottom-right-radius: 50%;
1943
1943
  }
1944
- ._3CaV0 {
1945
- max-width: 500px;
1944
+ ._2sg0c {
1945
+ position: relative;
1946
+ }
1947
+ ._2LdrP {
1948
+ padding-left: 24px;
1949
+ }
1950
+ ._2sg0c input {
1951
+ position: absolute;
1952
+ opacity: 0;
1953
+ cursor: pointer;
1954
+ z-index: var(--z-index-base);
1955
+ width: 16px;
1956
+ height: 16px;
1957
+ right: 0;
1958
+ }
1959
+ ._2mA8e {
1960
+ display: block;
1961
+ top: 0;
1962
+ left: 0;
1963
+ height: 14px;
1964
+ width: 14px;
1965
+ background-color: transparent;
1966
+ border-radius: 4px;
1967
+ border: 1px solid var(--color-grey-200);
1968
+ box-shadow: inset 0 1px 4px -2px var(--color-grey-200);
1969
+ }
1970
+ ._2mA8e::after {
1971
+ position: absolute;
1972
+ content: "";
1973
+ opacity: 0;
1974
+ }
1975
+ input:checked ~ ._2mA8e {
1976
+ background-color: #4d89f5;
1977
+ border-radius: 4px;
1978
+ transform: rotate(0deg) scale(1);
1979
+ opacity: 1;
1980
+ border: 1px solid #8cb5f4;
1981
+ }
1982
+ input:checked ~ ._2mA8e::after {
1983
+ opacity: 1;
1984
+ transform: rotate(45deg) scale(1);
1985
+ left: 4px;
1986
+ top: 1px;
1987
+ width: 4px;
1988
+ height: 8px;
1989
+ border: solid var(--color-white);
1990
+ border-width: 0 2px 2px 0;
1991
+ background-color: transparent;
1992
+ border-radius: 0;
1993
+ }
1994
+ input:focus-visible + ._2mA8e {
1995
+ outline: var(--color-eggplant-400) solid 1px;
1996
+ }
1997
+ input:disabled + ._2mA8e {
1998
+ background-color: var(--color-grey-100);
1999
+ border: 1px solid var(--color-grey-200);
2000
+ }
2001
+ input:disabled + ._2mA8e::after {
2002
+ box-shadow: none;
2003
+ border: solid #9f9f9f !important;
2004
+ border-width: 0 2px 2px 0 !important;
1946
2005
  }
1947
2006
  ._29ZIp {
1948
2007
  position: relative;
@@ -2018,6 +2077,275 @@ h5._3CIA3 {
2018
2077
  ._17aOG {
2019
2078
  max-width: 1000px;
2020
2079
  }
2080
+ ._3hZEG {
2081
+ box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
2082
+ border: 1px solid var(--color-grey-200);
2083
+ border-radius: 8px;
2084
+ background-color: var(--color-white);
2085
+ max-width: 446px;
2086
+ min-width: 390px;
2087
+ overflow: hidden;
2088
+ outline: none;
2089
+ transform: translateX(450px);
2090
+ opacity: 0;
2091
+ transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), opacity 0.2s linear;
2092
+ }
2093
+ ._JvGIZ {
2094
+ opacity: 1;
2095
+ transform: translateX(0);
2096
+ }
2097
+ ._2D_ak {
2098
+ opacity: 0;
2099
+ }
2100
+ ._1lmCk {
2101
+ position: fixed;
2102
+ bottom: 78px;
2103
+ right: 10px;
2104
+ }
2105
+ ._A6js8 {
2106
+ max-width: 100%;
2107
+ max-height: 100%;
2108
+ }
2109
+ ._24heZ {
2110
+ padding: 32px;
2111
+ }
2112
+ ._5M3XV {
2113
+ position: absolute;
2114
+ top: 10px;
2115
+ right: 10px;
2116
+ }
2117
+ ._qYNve {
2118
+ width: 100%;
2119
+ height: 100%;
2120
+ }
2121
+ ._qYNve > div, ._qYNve > div > div {
2122
+ height: 100%;
2123
+ }
2124
+ ._qYNve input {
2125
+ border: 1px solid transparent;
2126
+ display: flex;
2127
+ justify-content: flex-end;
2128
+ background: transparent;
2129
+ padding: 16px;
2130
+ width: 100%;
2131
+ font-size: 14px;
2132
+ font-family: "Proxima Nova", sans-serif;
2133
+ border-radius: 0;
2134
+ }
2135
+ ._qYNve input:focus {
2136
+ border-color: var(--color-eggplant-400);
2137
+ box-shadow: 0 0 8px var(--color-eggplant-300);
2138
+ outline: none;
2139
+ }
2140
+ ._qYNve input:hover {
2141
+ background: var(--color-grey-100);
2142
+ }
2143
+ ._3w6bw {
2144
+ text-align: right;
2145
+ }
2146
+ ._2y-_5 {
2147
+ /* Firefox */
2148
+ }
2149
+ ._2y-_5 input::-webkit-outer-spin-button,
2150
+ ._2y-_5 input::-webkit-inner-spin-button {
2151
+ -webkit-appearance: none;
2152
+ margin: 0;
2153
+ }
2154
+ ._2y-_5 input[type=number] {
2155
+ -moz-appearance: textfield;
2156
+ }
2157
+
2158
+ ._1Mx8j._1Mx8j,
2159
+ ._1Mx8j._1Mx8j:hover {
2160
+ border-color: var(--color-radish-400);
2161
+ background: var(--color-radish-100);
2162
+ }
2163
+
2164
+ ._2BlhN._2BlhN {
2165
+ border-top-left-radius: 8px;
2166
+ }
2167
+
2168
+ ._1qDoN._1qDoN {
2169
+ border-top-right-radius: 8px;
2170
+ }
2171
+
2172
+ ._2NUlb._2NUlb {
2173
+ border-bottom-left-radius: 8px;
2174
+ }
2175
+
2176
+ ._3Mm-v._3Mm-v {
2177
+ border-bottom-right-radius: 8px;
2178
+ }
2179
+ ._1cDCR {
2180
+ flex: 1;
2181
+ display: "flex";
2182
+ }
2183
+ ._2-zhH {
2184
+ box-sizing: border-box;
2185
+ width: 100%;
2186
+ }
2187
+
2188
+ ._3sdnK {
2189
+ border: solid var(--color-grey-200);
2190
+ border-width: 1px 0 0 0;
2191
+ margin: 0;
2192
+ }
2193
+
2194
+ ._2F1jP {
2195
+ padding: 8px 4px 8px 4px;
2196
+ }
2197
+ ._2X-yg {
2198
+ width: 272px;
2199
+ }
2200
+ ._3O5Kh {
2201
+ width: 336px;
2202
+ }
2203
+ ._23gnr {
2204
+ width: 200px;
2205
+ border-radius: 0px;
2206
+ font-family: "Proxima Nova", sans-serif;
2207
+ font-size: 14px;
2208
+ color: var(--color-grey-500);
2209
+ padding-left: 13px;
2210
+ height: 38px;
2211
+ background-color: var(--color-white);
2212
+ border: 1px solid var(--color-grey-200);
2213
+ }
2214
+ ._23gnr:not(._Zv1Se) {
2215
+ cursor: pointer;
2216
+ }
2217
+ ._23gnr:not(._Zv1Se):hover {
2218
+ background-color: var(--color-grey-100);
2219
+ }
2220
+ ._23gnr:not(._Zv1Se):focus {
2221
+ box-shadow: 0 0 8px var(--color-eggplant-300);
2222
+ outline: none;
2223
+ }
2224
+ ._18V8V {
2225
+ width: 264px;
2226
+ }
2227
+ ._2v9v_ {
2228
+ height: 18px;
2229
+ width: 18px;
2230
+ }
2231
+ ._s8MoI {
2232
+ height: 38px;
2233
+ background-color: var(--color-white);
2234
+ border: 1px solid var(--color-grey-200);
2235
+ cursor: pointer;
2236
+ }
2237
+ ._s8MoI:hover {
2238
+ background-color: var(--color-grey-100);
2239
+ }
2240
+ ._s8MoI:focus {
2241
+ box-shadow: 0 0 8px var(--color-eggplant-300);
2242
+ outline: none;
2243
+ }
2244
+ ._34Yoi, ._BeWpb {
2245
+ width: 36px;
2246
+ }
2247
+ ._34Yoi {
2248
+ border-radius: 4px 0px 0px 4px;
2249
+ border-right: 0;
2250
+ }
2251
+ ._BeWpb {
2252
+ border-radius: 0px 4px 4px 0px;
2253
+ border-left: 0;
2254
+ }
2255
+ ._J5ph7 {
2256
+ display: flex;
2257
+ }
2258
+ ._2xgv4 {
2259
+ font-family: "Proxima Nova", sans-serif;
2260
+ font-weight: 600;
2261
+ font-size: 14px;
2262
+ position: relative;
2263
+ background-color: var(--color-grey-100);
2264
+ color: var(--color-grey-500);
2265
+ border-style: solid;
2266
+ border-color: var(--color-grey-200);
2267
+ line-height: 20px;
2268
+ padding: 8px 12px;
2269
+ min-width: 38px;
2270
+ height: 38px;
2271
+ cursor: pointer;
2272
+ display: inline-flex;
2273
+ }
2274
+ ._2xgv4:not(._1vG3O):hover {
2275
+ background-color: var(--color-grey-200);
2276
+ border-color: var(--color-grey-300);
2277
+ }
2278
+ ._1vG3O {
2279
+ background-color: var(--color-tangerine-400);
2280
+ border-color: var(--color-tangerine-400);
2281
+ color: var(--color-white);
2282
+ }
2283
+ ._2xgv4:focus {
2284
+ box-shadow: 0 0 8px var(--color-eggplant-300);
2285
+ outline: none;
2286
+ text-decoration: none;
2287
+ }
2288
+ ._2xgv4:first-child {
2289
+ border-radius: 4px 0 0 4px;
2290
+ border-width: 1px 0px 1px 1px;
2291
+ }
2292
+ ._2xgv4:first-child:not(._1vG3O):hover::after {
2293
+ content: "";
2294
+ height: 36px;
2295
+ width: 1px;
2296
+ background-color: var(--color-grey-200);
2297
+ border-width: 1px 0px;
2298
+ border-color: var(--color-grey-300);
2299
+ border-style: solid;
2300
+ position: absolute;
2301
+ top: -1px;
2302
+ right: -1px;
2303
+ }
2304
+ ._2xgv4:not(:first-child):not(:last-child) {
2305
+ border-radius: 0;
2306
+ border-width: 1px 0px 1px 0px;
2307
+ }
2308
+ ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::after, ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::before {
2309
+ content: "";
2310
+ height: 36px;
2311
+ width: 1px;
2312
+ background-color: var(--color-grey-200);
2313
+ border-width: 1px 0px;
2314
+ border-color: var(--color-grey-300);
2315
+ border-style: solid;
2316
+ position: absolute;
2317
+ top: -1px;
2318
+ }
2319
+ ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::after {
2320
+ right: -1px;
2321
+ }
2322
+ ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::before {
2323
+ left: -1px;
2324
+ }
2325
+ ._2xgv4:last-child {
2326
+ border-radius: 0 4px 4px 0;
2327
+ border-width: 1px 1px 1px 0px;
2328
+ }
2329
+ ._2xgv4:last-child:not(._1vG3O):hover::before {
2330
+ content: "";
2331
+ height: 36px;
2332
+ width: 1px;
2333
+ background-color: var(--color-grey-200);
2334
+ border-width: 1px 0px;
2335
+ border-color: var(--color-grey-300);
2336
+ border-style: solid;
2337
+ position: absolute;
2338
+ top: -1px;
2339
+ left: -1px;
2340
+ }
2341
+ ._1uKNF {
2342
+ height: 38px;
2343
+ width: 1px;
2344
+ background-color: var(--color-grey-200);
2345
+ }
2346
+ ._3CaV0 {
2347
+ max-width: 500px;
2348
+ }
2021
2349
  ._7-5gD {
2022
2350
  margin-bottom: 12px;
2023
2351
  color: var(--color-grey-500);
@@ -2086,68 +2414,6 @@ h5._3CIA3 {
2086
2414
  ._rQqnL {
2087
2415
  margin-top: 5px;
2088
2416
  }
2089
- ._2sg0c {
2090
- position: relative;
2091
- }
2092
- ._2LdrP {
2093
- padding-left: 24px;
2094
- }
2095
- ._2sg0c input {
2096
- position: absolute;
2097
- opacity: 0;
2098
- cursor: pointer;
2099
- z-index: var(--z-index-base);
2100
- width: 16px;
2101
- height: 16px;
2102
- right: 0;
2103
- }
2104
- ._2mA8e {
2105
- display: block;
2106
- top: 0;
2107
- left: 0;
2108
- height: 14px;
2109
- width: 14px;
2110
- background-color: transparent;
2111
- border-radius: 4px;
2112
- border: 1px solid var(--color-grey-200);
2113
- box-shadow: inset 0 1px 4px -2px var(--color-grey-200);
2114
- }
2115
- ._2mA8e::after {
2116
- position: absolute;
2117
- content: "";
2118
- opacity: 0;
2119
- }
2120
- input:checked ~ ._2mA8e {
2121
- background-color: #4d89f5;
2122
- border-radius: 4px;
2123
- transform: rotate(0deg) scale(1);
2124
- opacity: 1;
2125
- border: 1px solid #8cb5f4;
2126
- }
2127
- input:checked ~ ._2mA8e::after {
2128
- opacity: 1;
2129
- transform: rotate(45deg) scale(1);
2130
- left: 4px;
2131
- top: 1px;
2132
- width: 4px;
2133
- height: 8px;
2134
- border: solid var(--color-white);
2135
- border-width: 0 2px 2px 0;
2136
- background-color: transparent;
2137
- border-radius: 0;
2138
- }
2139
- input:focus-visible + ._2mA8e {
2140
- outline: var(--color-eggplant-400) solid 1px;
2141
- }
2142
- input:disabled + ._2mA8e {
2143
- background-color: var(--color-grey-100);
2144
- border: 1px solid var(--color-grey-200);
2145
- }
2146
- input:disabled + ._2mA8e::after {
2147
- box-shadow: none;
2148
- border: solid #9f9f9f !important;
2149
- border-width: 0 2px 2px 0 !important;
2150
- }
2151
2417
  ._g6T-p {
2152
2418
  position: relative;
2153
2419
  }
@@ -2424,32 +2690,14 @@ input:disabled + ._1tMq-::after {
2424
2690
  right: 7px;
2425
2691
  top: 7px;
2426
2692
  }
2427
- ._U0krC {
2428
- color: var(--color-grey-200);
2429
- font-family: "Proxima Nova", sans-serif;
2430
- }
2431
-
2432
- ._2XIl4 {
2433
- color: var(--color-grey-400);
2434
- font-family: "Proxima Nova", sans-serif;
2435
- }
2436
- ._1cDCR {
2437
- flex: 1;
2438
- display: "flex";
2439
- }
2440
- ._2-zhH {
2441
- box-sizing: border-box;
2442
- width: 100%;
2443
- }
2444
-
2445
- ._3sdnK {
2446
- border: solid var(--color-grey-200);
2447
- border-width: 1px 0 0 0;
2448
- margin: 0;
2693
+ ._U0krC {
2694
+ color: var(--color-grey-200);
2695
+ font-family: "Proxima Nova", sans-serif;
2449
2696
  }
2450
2697
 
2451
- ._2F1jP {
2452
- padding: 8px 4px 8px 4px;
2698
+ ._2XIl4 {
2699
+ color: var(--color-grey-400);
2700
+ font-family: "Proxima Nova", sans-serif;
2453
2701
  }
2454
2702
  ._uC4zU {
2455
2703
  font-family: "Proxima Nova", sans-serif;
@@ -3925,254 +4173,6 @@ input:disabled + ._1tMq-::after {
3925
4173
  ._zXsKE {
3926
4174
  background-image: url(./flags/zw.svg);
3927
4175
  }
3928
- ._3hZEG {
3929
- box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.1);
3930
- border: 1px solid var(--color-grey-200);
3931
- border-radius: 8px;
3932
- background-color: var(--color-white);
3933
- max-width: 446px;
3934
- min-width: 390px;
3935
- overflow: hidden;
3936
- outline: none;
3937
- transform: translateX(450px);
3938
- opacity: 0;
3939
- transition: transform 0.2s cubic-bezier(0.17, 0.67, 0.16, 0.99), opacity 0.2s linear;
3940
- }
3941
- ._JvGIZ {
3942
- opacity: 1;
3943
- transform: translateX(0);
3944
- }
3945
- ._2D_ak {
3946
- opacity: 0;
3947
- }
3948
- ._1lmCk {
3949
- position: fixed;
3950
- bottom: 78px;
3951
- right: 10px;
3952
- }
3953
- ._A6js8 {
3954
- max-width: 100%;
3955
- max-height: 100%;
3956
- }
3957
- ._24heZ {
3958
- padding: 32px;
3959
- }
3960
- ._5M3XV {
3961
- position: absolute;
3962
- top: 10px;
3963
- right: 10px;
3964
- }
3965
- ._qYNve {
3966
- width: 100%;
3967
- height: 100%;
3968
- }
3969
- ._qYNve > div, ._qYNve > div > div {
3970
- height: 100%;
3971
- }
3972
- ._qYNve input {
3973
- border: 1px solid transparent;
3974
- display: flex;
3975
- justify-content: flex-end;
3976
- background: transparent;
3977
- padding: 16px;
3978
- width: 100%;
3979
- font-size: 14px;
3980
- font-family: "Proxima Nova", sans-serif;
3981
- border-radius: 0;
3982
- }
3983
- ._qYNve input:focus {
3984
- border-color: var(--color-eggplant-400);
3985
- box-shadow: 0 0 8px var(--color-eggplant-300);
3986
- outline: none;
3987
- }
3988
- ._qYNve input:hover {
3989
- background: var(--color-grey-100);
3990
- }
3991
- ._3w6bw {
3992
- text-align: right;
3993
- }
3994
- ._2y-_5 {
3995
- /* Firefox */
3996
- }
3997
- ._2y-_5 input::-webkit-outer-spin-button,
3998
- ._2y-_5 input::-webkit-inner-spin-button {
3999
- -webkit-appearance: none;
4000
- margin: 0;
4001
- }
4002
- ._2y-_5 input[type=number] {
4003
- -moz-appearance: textfield;
4004
- }
4005
-
4006
- ._1Mx8j._1Mx8j,
4007
- ._1Mx8j._1Mx8j:hover {
4008
- border-color: var(--color-radish-400);
4009
- background: var(--color-radish-100);
4010
- }
4011
-
4012
- ._2BlhN._2BlhN {
4013
- border-top-left-radius: 8px;
4014
- }
4015
-
4016
- ._1qDoN._1qDoN {
4017
- border-top-right-radius: 8px;
4018
- }
4019
-
4020
- ._2NUlb._2NUlb {
4021
- border-bottom-left-radius: 8px;
4022
- }
4023
-
4024
- ._3Mm-v._3Mm-v {
4025
- border-bottom-right-radius: 8px;
4026
- }
4027
- ._2X-yg {
4028
- width: 272px;
4029
- }
4030
- ._3O5Kh {
4031
- width: 336px;
4032
- }
4033
- ._23gnr {
4034
- width: 200px;
4035
- border-radius: 0px;
4036
- font-family: "Proxima Nova", sans-serif;
4037
- font-size: 14px;
4038
- color: var(--color-grey-500);
4039
- padding-left: 13px;
4040
- height: 38px;
4041
- background-color: var(--color-white);
4042
- border: 1px solid var(--color-grey-200);
4043
- }
4044
- ._23gnr:not(._Zv1Se) {
4045
- cursor: pointer;
4046
- }
4047
- ._23gnr:not(._Zv1Se):hover {
4048
- background-color: var(--color-grey-100);
4049
- }
4050
- ._23gnr:not(._Zv1Se):focus {
4051
- box-shadow: 0 0 8px var(--color-eggplant-300);
4052
- outline: none;
4053
- }
4054
- ._18V8V {
4055
- width: 264px;
4056
- }
4057
- ._2v9v_ {
4058
- height: 18px;
4059
- width: 18px;
4060
- }
4061
- ._s8MoI {
4062
- height: 38px;
4063
- background-color: var(--color-white);
4064
- border: 1px solid var(--color-grey-200);
4065
- cursor: pointer;
4066
- }
4067
- ._s8MoI:hover {
4068
- background-color: var(--color-grey-100);
4069
- }
4070
- ._s8MoI:focus {
4071
- box-shadow: 0 0 8px var(--color-eggplant-300);
4072
- outline: none;
4073
- }
4074
- ._34Yoi, ._BeWpb {
4075
- width: 36px;
4076
- }
4077
- ._34Yoi {
4078
- border-radius: 4px 0px 0px 4px;
4079
- border-right: 0;
4080
- }
4081
- ._BeWpb {
4082
- border-radius: 0px 4px 4px 0px;
4083
- border-left: 0;
4084
- }
4085
- ._J5ph7 {
4086
- display: flex;
4087
- }
4088
- ._2xgv4 {
4089
- font-family: "Proxima Nova", sans-serif;
4090
- font-weight: 600;
4091
- font-size: 14px;
4092
- position: relative;
4093
- background-color: var(--color-grey-100);
4094
- color: var(--color-grey-500);
4095
- border-style: solid;
4096
- border-color: var(--color-grey-200);
4097
- line-height: 20px;
4098
- padding: 8px 12px;
4099
- min-width: 38px;
4100
- height: 38px;
4101
- cursor: pointer;
4102
- display: inline-flex;
4103
- }
4104
- ._2xgv4:not(._1vG3O):hover {
4105
- background-color: var(--color-grey-200);
4106
- border-color: var(--color-grey-300);
4107
- }
4108
- ._1vG3O {
4109
- background-color: var(--color-tangerine-400);
4110
- border-color: var(--color-tangerine-400);
4111
- color: var(--color-white);
4112
- }
4113
- ._2xgv4:focus {
4114
- box-shadow: 0 0 8px var(--color-eggplant-300);
4115
- outline: none;
4116
- text-decoration: none;
4117
- }
4118
- ._2xgv4:first-child {
4119
- border-radius: 4px 0 0 4px;
4120
- border-width: 1px 0px 1px 1px;
4121
- }
4122
- ._2xgv4:first-child:not(._1vG3O):hover::after {
4123
- content: "";
4124
- height: 36px;
4125
- width: 1px;
4126
- background-color: var(--color-grey-200);
4127
- border-width: 1px 0px;
4128
- border-color: var(--color-grey-300);
4129
- border-style: solid;
4130
- position: absolute;
4131
- top: -1px;
4132
- right: -1px;
4133
- }
4134
- ._2xgv4:not(:first-child):not(:last-child) {
4135
- border-radius: 0;
4136
- border-width: 1px 0px 1px 0px;
4137
- }
4138
- ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::after, ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::before {
4139
- content: "";
4140
- height: 36px;
4141
- width: 1px;
4142
- background-color: var(--color-grey-200);
4143
- border-width: 1px 0px;
4144
- border-color: var(--color-grey-300);
4145
- border-style: solid;
4146
- position: absolute;
4147
- top: -1px;
4148
- }
4149
- ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::after {
4150
- right: -1px;
4151
- }
4152
- ._2xgv4:not(:first-child):not(:last-child):not(._1vG3O):hover::before {
4153
- left: -1px;
4154
- }
4155
- ._2xgv4:last-child {
4156
- border-radius: 0 4px 4px 0;
4157
- border-width: 1px 1px 1px 0px;
4158
- }
4159
- ._2xgv4:last-child:not(._1vG3O):hover::before {
4160
- content: "";
4161
- height: 36px;
4162
- width: 1px;
4163
- background-color: var(--color-grey-200);
4164
- border-width: 1px 0px;
4165
- border-color: var(--color-grey-300);
4166
- border-style: solid;
4167
- position: absolute;
4168
- top: -1px;
4169
- left: -1px;
4170
- }
4171
- ._1uKNF {
4172
- height: 38px;
4173
- width: 1px;
4174
- background-color: var(--color-grey-200);
4175
- }
4176
4176
  ._vgLin {
4177
4177
  padding: 16px 12px 16px 12px;
4178
4178
  background: var(--color-grey-100);