@liner-fe/prism 1.12.17 → 1.12.19

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.
@@ -0,0 +1,23 @@
1
+ import * as SelectPrimitive from '@radix-ui/react-select';
2
+ import { IconProps } from '../Icon';
3
+ import { ComponentProps, ComponentPropsWithoutRef } from 'react';
4
+ interface SelectProps extends ComponentPropsWithoutRef<typeof SelectPrimitive.Root> {
5
+ id?: string;
6
+ placeholder?: string;
7
+ label?: string;
8
+ labelChip?: string;
9
+ listLabel?: string;
10
+ popSide?: ComponentProps<typeof SelectPrimitive.Content>['side'];
11
+ sideOffset?: ComponentProps<typeof SelectPrimitive.Content>['sideOffset'];
12
+ isOverlay?: boolean;
13
+ openDirection?: 'slide-up' | 'slide-right';
14
+ }
15
+ export interface SelectItemProps {
16
+ value: string;
17
+ disabled?: boolean;
18
+ icon?: IconProps;
19
+ }
20
+ export declare const Select: import("react").ForwardRefExoticComponent<SelectProps & import("react").RefAttributes<never>> & {
21
+ Item: ({ value, disabled, icon }: SelectItemProps) => import("react/jsx-runtime").JSX.Element;
22
+ };
23
+ export {};
@@ -0,0 +1,15 @@
1
+ import { ComponentPropsWithoutRef } from 'react';
2
+ import * as SliderPrimitive from '@radix-ui/react-slider';
3
+ import { IconKey } from '../../type';
4
+ interface Range {
5
+ text: string;
6
+ icon: IconKey;
7
+ }
8
+ interface SliderRootProps extends ComponentPropsWithoutRef<typeof SliderPrimitive.Root> {
9
+ label?: string;
10
+ tooltip?: string;
11
+ rangeLeft: Range;
12
+ rangeRight: Range;
13
+ }
14
+ export declare const Slider: import("react").ForwardRefExoticComponent<SliderRootProps & import("react").RefAttributes<HTMLSpanElement>>;
15
+ export {};
@@ -16,6 +16,7 @@ interface LabelProps extends ComponentPropsWithoutRef<typeof LabelPrimitive.Root
16
16
  offset?: 'high' | 'medium' | 'low';
17
17
  disabled?: boolean;
18
18
  error?: boolean;
19
+ chip?: string;
19
20
  }
20
21
  export declare const Label: import("react").ForwardRefExoticComponent<LabelProps & import("react").RefAttributes<HTMLLabelElement>>;
21
22
  export {};
@@ -0,0 +1 @@
1
+ export declare const useMediaQuery: (query: string) => boolean | undefined;
package/lib/index.css CHANGED
@@ -802,97 +802,113 @@
802
802
  }
803
803
 
804
804
  /* esbuild-sass-plugin:css-chunk:src/components/_Label/style.module.scss */
805
- ._label_tblhc_1 {
805
+ ._label-wrapper_ayib1_1 {
806
+ display: flex;
807
+ align-items: flex-start;
808
+ gap: var(--lp-sys-gap-positive-200);
809
+ }
810
+ ._label_ayib1_1 {
811
+ position: relative;
806
812
  display: flex;
807
813
  flex-direction: column;
808
814
  align-items: flex-start;
809
815
  color: var(--neutral-label-primary);
810
816
  }
811
- ._label_tblhc_1:has([disabled]) {
817
+ ._label_ayib1_1:has([disabled]) {
812
818
  color: var(--neutral-label-tertiary);
813
819
  cursor: not-allowed;
814
820
  }
815
- ._label_tblhc_1:has([disabled]) > div > p {
821
+ ._label_ayib1_1:has([disabled]) > div > p {
816
822
  color: var(--neutral-label-tertiary);
817
823
  }
818
- ._label_tblhc_1._error_tblhc_14 {
824
+ ._label_ayib1_1._error_ayib1_21 {
819
825
  color: var(--function-label-negative);
820
826
  }
821
- ._primary_tblhc_18 {
827
+ ._primary_ayib1_25 {
822
828
  color: var(--neutral-label-primary);
823
829
  }
824
- ._primary_tblhc_18:has([disabled]) {
830
+ ._primary_ayib1_25:has([disabled]) {
825
831
  color: var(--neutral-label-tertiary);
826
832
  cursor: not-allowed;
827
833
  }
828
- ._primary_tblhc_18._error_tblhc_14 {
834
+ ._primary_ayib1_25._error_ayib1_21 {
829
835
  color: var(--function-label-negative);
830
836
  }
831
- ._secondary_tblhc_29 {
837
+ ._secondary_ayib1_36 {
832
838
  color: var(--neutral-label-secondary);
833
839
  }
834
- ._secondary_tblhc_29:has([disabled]) {
840
+ ._secondary_ayib1_36:has([disabled]) {
835
841
  color: var(--neutral-label-tertiary);
836
842
  cursor: not-allowed;
837
843
  }
838
- ._secondary_tblhc_29._error_tblhc_14 {
844
+ ._secondary_ayib1_36._error_ayib1_21 {
839
845
  color: var(--function-label-negative);
840
846
  }
841
- ._top_tblhc_40 {
847
+ ._top_ayib1_47 {
842
848
  flex-direction: column;
843
849
  }
844
- ._top_tblhc_40._l_tblhc_1._offset-high_tblhc_43 {
850
+ ._top_ayib1_47._l_ayib1_1._offset-high_ayib1_50 {
845
851
  gap: var(--lp-sys-padding-component-400);
846
852
  }
847
- ._top_tblhc_40._l_tblhc_1._offset-medium_tblhc_46 {
853
+ ._top_ayib1_47._l_ayib1_1._offset-medium_ayib1_53 {
848
854
  gap: var(--lp-sys-padding-component-300);
849
855
  }
850
- ._top_tblhc_40._l_tblhc_1._offset-low_tblhc_49 {
856
+ ._top_ayib1_47._l_ayib1_1._offset-low_ayib1_56 {
851
857
  gap: var(--lp-sys-padding-component-300);
852
858
  }
853
- ._top_tblhc_40._m_tblhc_52._offset-high_tblhc_43 {
859
+ ._top_ayib1_47._m_ayib1_59._offset-high_ayib1_50 {
854
860
  gap: var(--lp-sys-padding-component-300);
855
861
  }
856
- ._top_tblhc_40._m_tblhc_52._offset-medium_tblhc_46 {
862
+ ._top_ayib1_47._m_ayib1_59._offset-medium_ayib1_53 {
857
863
  gap: var(--lp-sys-padding-component-200);
858
864
  }
859
- ._top_tblhc_40._m_tblhc_52._offset-low_tblhc_49 {
865
+ ._top_ayib1_47._m_ayib1_59._offset-low_ayib1_56 {
860
866
  gap: var(--lp-sys-padding-component-150);
861
867
  }
862
- ._top_tblhc_40._s_tblhc_29._offset-high_tblhc_43 {
868
+ ._top_ayib1_47._s_ayib1_36._offset-high_ayib1_50 {
863
869
  gap: var(--lp-sys-padding-component-200);
864
870
  }
865
- ._top_tblhc_40._s_tblhc_29._offset-medium_tblhc_46 {
871
+ ._top_ayib1_47._s_ayib1_36._offset-medium_ayib1_53 {
866
872
  gap: var(--lp-sys-padding-component-150);
867
873
  }
868
- ._top_tblhc_40._s_tblhc_29._offset-low_tblhc_49 {
874
+ ._top_ayib1_47._s_ayib1_36._offset-low_ayib1_56 {
869
875
  gap: var(--lp-sys-padding-component-100);
870
876
  }
871
- ._right_tblhc_71 {
877
+ ._right_ayib1_78 {
872
878
  flex-direction: row-reverse;
873
879
  }
874
- ._right_tblhc_71._l_tblhc_1._offset-medium_tblhc_46 {
880
+ ._right_ayib1_78._l_ayib1_1._offset-medium_ayib1_53 {
875
881
  gap: var(--lp-sys-padding-component-300);
876
882
  }
877
- ._right_tblhc_71._l_tblhc_1._offset-low_tblhc_49 {
883
+ ._right_ayib1_78._l_ayib1_1._offset-low_ayib1_56 {
878
884
  gap: var(--lp-sys-padding-component-200);
879
885
  }
880
- ._right_tblhc_71._m_tblhc_52._offset-medium_tblhc_46 {
886
+ ._right_ayib1_78._m_ayib1_59._offset-medium_ayib1_53 {
881
887
  gap: var(--lp-sys-padding-component-200);
882
888
  }
883
- ._right_tblhc_71._m_tblhc_52._offset-low_tblhc_49 {
889
+ ._right_ayib1_78._m_ayib1_59._offset-low_ayib1_56 {
884
890
  gap: var(--lp-sys-padding-component-150);
885
891
  }
886
- ._right_tblhc_71._s_tblhc_29._offset-medium_tblhc_46 {
892
+ ._right_ayib1_78._s_ayib1_36._offset-medium_ayib1_53 {
887
893
  gap: var(--lp-sys-padding-component-150);
888
894
  }
889
- ._right_tblhc_71._s_tblhc_29._offset-low_tblhc_49 {
895
+ ._right_ayib1_78._s_ayib1_36._offset-low_ayib1_56 {
890
896
  gap: var(--lp-sys-padding-component-100);
891
897
  }
892
- ._disabled_tblhc_93 {
898
+ ._disabled_ayib1_100 {
893
899
  color: var(--neutral-label-tertiary);
894
900
  cursor: not-allowed;
895
901
  }
902
+ ._label-chip_ayib1_105 {
903
+ display: flex;
904
+ align-items: center;
905
+ justify-content: center;
906
+ color: var(--brand-label-primary);
907
+ padding: 0 var(--lp-sys-padding-component-150);
908
+ border: 1px solid var(--brand-label-primary);
909
+ border-radius: var(--lp-sys-radius-xs);
910
+ transform: translateY(-5%);
911
+ }
896
912
 
897
913
  /* esbuild-sass-plugin:css-chunk:src/components/Radio/style.module.scss */
898
914
  ._radio_xppn4_1 {
@@ -1097,5 +1113,362 @@
1097
1113
  ._character_ylsn9_157 {
1098
1114
  color: var(--neutral-label-secondary);
1099
1115
  }
1116
+
1117
+ /* esbuild-sass-plugin:css-chunk:src/components/Slider/style.module.scss */
1118
+ ._label_b1fp2_1 {
1119
+ color: var(--neutral-label-secondary);
1120
+ padding-bottom: var(--lp-sys-padding-component-300);
1121
+ }
1122
+ ._optionText_b1fp2_6 {
1123
+ color: var(--neutral-label-primary);
1124
+ }
1125
+ ._slider-wrapper_b1fp2_10 {
1126
+ display: flex;
1127
+ align-items: center;
1128
+ gap: var(--lp-sys-gap-positive-400);
1129
+ }
1130
+ ._slider-option-wrapper_b1fp2_16 {
1131
+ display: flex;
1132
+ align-items: flex-start;
1133
+ gap: var(--lp-sys-gap-positive-100);
1134
+ }
1135
+ ._slider-root_b1fp2_22 {
1136
+ position: relative;
1137
+ display: flex;
1138
+ align-items: center;
1139
+ -webkit-user-select: none;
1140
+ user-select: none;
1141
+ touch-action: none;
1142
+ width: 136px;
1143
+ height: 20px;
1144
+ padding: var(--lp-sys-padding-component-200) 0;
1145
+ }
1146
+ ._slider-track_b1fp2_33 {
1147
+ display: flex;
1148
+ align-items: center;
1149
+ justify-content: space-between;
1150
+ padding: 0 var(--lp-pri-size-2);
1151
+ background-color: var(--neutral-container-highest);
1152
+ position: relative;
1153
+ flex-grow: 1;
1154
+ border-radius: var(--lp-sys-radius-xs);
1155
+ height: 8px;
1156
+ z-index: 0;
1157
+ }
1158
+ ._slider-range_b1fp2_46 {
1159
+ position: absolute;
1160
+ background-color: none;
1161
+ border-radius: 9999px;
1162
+ height: 100%;
1163
+ }
1164
+ ._slider-thumb_b1fp2_53 {
1165
+ box-sizing: border-box;
1166
+ position: relative;
1167
+ display: block;
1168
+ width: 20px;
1169
+ height: 20px;
1170
+ background-color: var(--neutral-container-lowest);
1171
+ border: 2px solid var(--brand-border-opaque-normal);
1172
+ border-radius: 20px;
1173
+ }
1174
+ ._slider-thumb_b1fp2_53:hover {
1175
+ background-color: var(--function-container-selection);
1176
+ }
1177
+ ._slider-thumb_b1fp2_53:focus {
1178
+ outline: none;
1179
+ border: 2px solid var(--brand-border-opaque-normal);
1180
+ }
1181
+ ._slider-step_b1fp2_71 {
1182
+ width: var(--lp-pri-size-4);
1183
+ height: var(--lp-pri-size-4);
1184
+ border-radius: 9999px;
1185
+ background: var(--brand-container-mid);
1186
+ z-index: 1;
1187
+ }
1188
+
1189
+ /* esbuild-sass-plugin:css-chunk:src/components/Select/style.module.scss */
1190
+ @-webkit-keyframes _slide-up_105lv_218 {
1191
+ 0% {
1192
+ transform: translateY(3%);
1193
+ opacity: 0;
1194
+ }
1195
+ 100% {
1196
+ transform: translateY(0);
1197
+ opacity: 1;
1198
+ }
1199
+ }
1200
+ @keyframes _slide-up_105lv_218 {
1201
+ 0% {
1202
+ transform: translateY(3%);
1203
+ opacity: 0;
1204
+ }
1205
+ 100% {
1206
+ transform: translateY(0);
1207
+ opacity: 1;
1208
+ }
1209
+ }
1210
+ @-webkit-keyframes _slide-down_105lv_222 {
1211
+ 0% {
1212
+ transform: translateY(0);
1213
+ opacity: 1;
1214
+ }
1215
+ 100% {
1216
+ transform: translateY(50%);
1217
+ opacity: 0;
1218
+ }
1219
+ }
1220
+ @keyframes _slide-down_105lv_222 {
1221
+ 0% {
1222
+ transform: translateY(0);
1223
+ opacity: 1;
1224
+ }
1225
+ 100% {
1226
+ transform: translateY(50%);
1227
+ opacity: 0;
1228
+ }
1229
+ }
1230
+ @-webkit-keyframes _slide-in-right_105lv_226 {
1231
+ 0% {
1232
+ opacity: 0;
1233
+ -webkit-transform: translateX(1000px);
1234
+ transform: translateX(1000px);
1235
+ }
1236
+ 100% {
1237
+ opacity: 1;
1238
+ -webkit-transform: translateX(0);
1239
+ transform: translateX(0);
1240
+ }
1241
+ }
1242
+ @keyframes _slide-in-right_105lv_226 {
1243
+ 0% {
1244
+ opacity: 0;
1245
+ -webkit-transform: translateX(1000px);
1246
+ transform: translateX(1000px);
1247
+ }
1248
+ 100% {
1249
+ opacity: 1;
1250
+ -webkit-transform: translateX(0);
1251
+ transform: translateX(0);
1252
+ }
1253
+ }
1254
+ @-webkit-keyframes _slide-out-right_105lv_230 {
1255
+ 0% {
1256
+ opacity: 1;
1257
+ -webkit-transform: translateX(0);
1258
+ transform: translateX(0);
1259
+ }
1260
+ 100% {
1261
+ opacity: 0;
1262
+ -webkit-transform: translateX(1000px);
1263
+ transform: translateX(1000px);
1264
+ }
1265
+ }
1266
+ @keyframes _slide-out-right_105lv_230 {
1267
+ 0% {
1268
+ opacity: 1;
1269
+ -webkit-transform: translateX(0);
1270
+ transform: translateX(0);
1271
+ }
1272
+ 100% {
1273
+ opacity: 0;
1274
+ -webkit-transform: translateX(1000px);
1275
+ transform: translateX(1000px);
1276
+ }
1277
+ }
1278
+ ._select-label_105lv_101 {
1279
+ padding-bottom: var(--lp-sys-padding-component-300);
1280
+ }
1281
+ ._trigger_105lv_105 {
1282
+ display: flex;
1283
+ align-items: center;
1284
+ gap: var(--lp-sys-gap-positive-200);
1285
+ padding: 0 var(--lp-sys-padding-component-300);
1286
+ height: 52px;
1287
+ border-radius: var(--lp-sys-radius-s);
1288
+ border: 1px solid var(--neutral-border-overlay-normal);
1289
+ background: var(--neutral-fill-lowest);
1290
+ outline: none;
1291
+ min-width: 0;
1292
+ }
1293
+ ._trigger_105lv_105 > span:not([aria-hidden]) {
1294
+ text-align: left;
1295
+ width: 100%;
1296
+ overflow: hidden;
1297
+ white-space: nowrap;
1298
+ text-overflow: ellipsis;
1299
+ }
1300
+ ._trigger_105lv_105 > span[aria-hidden] {
1301
+ flex: 0 1 0;
1302
+ }
1303
+ ._trigger_105lv_105 > span > svg {
1304
+ transition: transform 0.2s cubic-bezier(0.075, 0.82, 0.165, 1);
1305
+ }
1306
+ ._trigger_105lv_105[data-state=open] {
1307
+ border-color: var(--neutral-border-opaque-strong);
1308
+ }
1309
+ ._trigger_105lv_105[data-state=open] > span > svg {
1310
+ transform: rotate(180deg);
1311
+ }
1312
+ ._placeholder_105lv_137 {
1313
+ width: 100%;
1314
+ }
1315
+ ._openIcon_105lv_141 {
1316
+ display: flex;
1317
+ align-items: center;
1318
+ justify-content: center;
1319
+ }
1320
+ @keyframes _slide-up_105lv_218 {
1321
+ 0% {
1322
+ transform: translateY(3%);
1323
+ opacity: 0;
1324
+ }
1325
+ 100% {
1326
+ transform: translateY(0);
1327
+ opacity: 1;
1328
+ }
1329
+ }
1330
+ ._desktop-content_105lv_157 {
1331
+ box-sizing: border-box;
1332
+ transform: translateX(-0.5%);
1333
+ padding: var(--lp-sys-padding-component-200);
1334
+ padding-bottom: 0;
1335
+ border-radius: var(--lp-sys-radius-m);
1336
+ border: 1px solid var(--neutral-border-overlay-subtle);
1337
+ background: var(--neutral-container-lowest);
1338
+ width: var(--radix-select-trigger-width);
1339
+ }
1340
+ ._desktop-content_105lv_157[data-state=open] {
1341
+ -webkit-animation: _slide-up_105lv_218 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
1342
+ animation: _slide-up_105lv_218 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
1343
+ }
1344
+ @media screen and (max-width: 600px) {
1345
+ ._desktop-content_105lv_157 {
1346
+ display: none !important;
1347
+ }
1348
+ }
1349
+ ._header_105lv_177 {
1350
+ display: flex;
1351
+ align-items: center;
1352
+ justify-content: space-between;
1353
+ gap: var(--lp-sys-gap-positive-200);
1354
+ padding-bottom: var(--lp-sys-padding-component-300);
1355
+ }
1356
+ ._mobile-overlay_105lv_185 {
1357
+ display: none;
1358
+ position: fixed;
1359
+ top: 0;
1360
+ left: 0;
1361
+ width: 100%;
1362
+ height: 100%;
1363
+ background: rgba(0, 0, 0, 0.5);
1364
+ z-index: -1;
1365
+ }
1366
+ @media screen and (max-width: 600px) {
1367
+ ._mobile-overlay_105lv_185[data-aria-hidden=true] {
1368
+ display: block;
1369
+ }
1370
+ }
1371
+ ._mobile-content_105lv_201 {
1372
+ display: none !important;
1373
+ position: fixed;
1374
+ width: 100%;
1375
+ left: 0;
1376
+ bottom: 0;
1377
+ padding: var(--lp-sys-padding-component-300) var(--lp-sys-padding-component-400);
1378
+ padding-bottom: 34px;
1379
+ border-radius: var(--lp-sys-radius-xl) var(--lp-sys-radius-xl) 0 0;
1380
+ background: var(--neutral-container-lowest);
1381
+ z-index: 1;
1382
+ }
1383
+ @media screen and (max-width: 600px) {
1384
+ ._mobile-content_105lv_201 {
1385
+ display: block !important;
1386
+ }
1387
+ }
1388
+ ._mobile-content_105lv_201._slide-up_105lv_218 {
1389
+ -webkit-animation: _slide-up_105lv_218 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
1390
+ animation: _slide-up_105lv_218 0.2s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
1391
+ }
1392
+ ._mobile-content_105lv_201._slide-down_105lv_222 {
1393
+ -webkit-animation: _slide-down_105lv_222 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
1394
+ animation: _slide-down_105lv_222 0.1s cubic-bezier(0.39, 0.575, 0.565, 1) 0s both;
1395
+ }
1396
+ ._mobile-content_105lv_201._slide-in-right_105lv_226 {
1397
+ -webkit-animation: _slide-in-right_105lv_226 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
1398
+ animation: _slide-in-right_105lv_226 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s both;
1399
+ }
1400
+ ._mobile-content_105lv_201._slide-out-right_105lv_230 {
1401
+ -webkit-animation: _slide-out-right_105lv_230 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s both;
1402
+ animation: _slide-out-right_105lv_230 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53) 0s both;
1403
+ }
1404
+ ._mobile-viewport_105lv_235 {
1405
+ max-height: 80vh;
1406
+ }
1407
+ ._scrollAreaRoot_105lv_239 {
1408
+ width: 100%;
1409
+ height: 100%;
1410
+ }
1411
+ ._scrollAreaViewport_105lv_244 {
1412
+ width: 100%;
1413
+ height: 100%;
1414
+ max-height: 290px;
1415
+ padding-bottom: var(--lp-sys-padding-component-150);
1416
+ }
1417
+ ._scrollAreaScrollbar_105lv_251 {
1418
+ width: var(--lp-pri-size-4);
1419
+ padding: 5px 2px;
1420
+ }
1421
+ ._scrollAreaThumb_105lv_256 {
1422
+ background: var(--neutral-fill-high);
1423
+ border-radius: var(--radius-xxl);
1424
+ }
1425
+ ._desktop-label_105lv_261 {
1426
+ padding: var(--lp-sys-padding-component-200);
1427
+ padding-bottom: var(--lp-sys-padding-component-150);
1428
+ }
1429
+ ._mobile-label_105lv_266 {
1430
+ transform: translateY(6%);
1431
+ text-align: center;
1432
+ font-weight: var(--lp-pri-font-weight-700) !important;
1433
+ font-size: var(--lp-pri-size-16) !important;
1434
+ line-height: var(--lp-pri-font-lineheight-150) !important;
1435
+ }
1436
+ ._item_105lv_274 {
1437
+ display: flex;
1438
+ align-items: center;
1439
+ overflow: hidden;
1440
+ white-space: nowrap;
1441
+ text-overflow: ellipsis;
1442
+ gap: var(--lp-sys-gap-positive-150);
1443
+ border-radius: var(--lp-sys-radius-s);
1444
+ padding: var(--lp-sys-padding-component-200);
1445
+ }
1446
+ ._item_105lv_274:focus {
1447
+ background: var(--neutral-fill-lowest-hover);
1448
+ outline: none;
1449
+ }
1450
+ ._item_105lv_274[data-state=checked] > span > p {
1451
+ color: var(--brand-label-primary);
1452
+ font-weight: var(--lp-pri-font-weight-700);
1453
+ }
1454
+ ._item_105lv_274[data-disabled] {
1455
+ pointer-events: none;
1456
+ }
1457
+ ._item_105lv_274 > span:nth-child(1) {
1458
+ overflow: hidden;
1459
+ white-space: nowrap;
1460
+ text-overflow: ellipsis;
1461
+ width: 100%;
1462
+ }
1463
+ ._icon_105lv_302 {
1464
+ display: flex;
1465
+ align-items: center;
1466
+ justify-content: center;
1467
+ }
1468
+ ._itemIndicator_105lv_308 {
1469
+ display: flex;
1470
+ align-items: center;
1471
+ justify-content: center;
1472
+ }
1100
1473
  /*! For license information please see index.css.LEGAL.txt */
1101
1474
  /*# sourceMappingURL=index.css.map */