@atlaskit/datetime-picker 16.2.3 → 17.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.
- package/CHANGELOG.md +18 -0
- package/dist/cjs/components/date-picker-class.compiled.css +16 -0
- package/dist/cjs/components/date-picker-class.js +118 -144
- package/dist/cjs/components/date-picker-fc.compiled.css +16 -0
- package/dist/cjs/components/date-picker-fc.js +115 -142
- package/dist/cjs/components/date-time-picker-class.compiled.css +19 -0
- package/dist/cjs/components/date-time-picker-class.js +22 -47
- package/dist/cjs/components/date-time-picker-fc.compiled.css +6 -0
- package/dist/cjs/components/date-time-picker-fc.js +22 -27
- package/dist/cjs/components/time-picker.js +1 -1
- package/dist/cjs/internal/date-time-picker-container.compiled.css +21 -0
- package/dist/cjs/internal/date-time-picker-container.js +26 -71
- package/dist/cjs/internal/fixed-layer-menu.js +8 -8
- package/dist/cjs/internal/fixed-layer.compiled.css +4 -0
- package/dist/cjs/internal/fixed-layer.js +14 -13
- package/dist/cjs/internal/indicators-container.compiled.css +2 -0
- package/dist/cjs/internal/indicators-container.js +14 -15
- package/dist/cjs/internal/menu.compiled.css +6 -0
- package/dist/cjs/internal/menu.js +15 -32
- package/dist/es2019/components/date-picker-class.compiled.css +16 -0
- package/dist/es2019/components/date-picker-class.js +113 -142
- package/dist/es2019/components/date-picker-fc.compiled.css +16 -0
- package/dist/es2019/components/date-picker-fc.js +112 -140
- package/dist/es2019/components/date-time-picker-class.compiled.css +19 -0
- package/dist/es2019/components/date-time-picker-class.js +21 -49
- package/dist/es2019/components/date-time-picker-fc.compiled.css +6 -0
- package/dist/es2019/components/date-time-picker-fc.js +19 -24
- package/dist/es2019/components/time-picker.js +1 -1
- package/dist/es2019/internal/date-time-picker-container.compiled.css +21 -0
- package/dist/es2019/internal/date-time-picker-container.js +18 -69
- package/dist/es2019/internal/fixed-layer-menu.js +5 -8
- package/dist/es2019/internal/fixed-layer.compiled.css +4 -0
- package/dist/es2019/internal/fixed-layer.js +13 -12
- package/dist/es2019/internal/indicators-container.compiled.css +2 -0
- package/dist/es2019/internal/indicators-container.js +11 -16
- package/dist/es2019/internal/menu.compiled.css +6 -0
- package/dist/es2019/internal/menu.js +11 -30
- package/dist/esm/components/date-picker-class.compiled.css +16 -0
- package/dist/esm/components/date-picker-class.js +116 -145
- package/dist/esm/components/date-picker-fc.compiled.css +16 -0
- package/dist/esm/components/date-picker-fc.js +114 -142
- package/dist/esm/components/date-time-picker-class.compiled.css +19 -0
- package/dist/esm/components/date-time-picker-class.js +21 -49
- package/dist/esm/components/date-time-picker-fc.compiled.css +6 -0
- package/dist/esm/components/date-time-picker-fc.js +19 -24
- package/dist/esm/components/time-picker.js +1 -1
- package/dist/esm/internal/date-time-picker-container.compiled.css +21 -0
- package/dist/esm/internal/date-time-picker-container.js +22 -69
- package/dist/esm/internal/fixed-layer-menu.js +5 -8
- package/dist/esm/internal/fixed-layer.compiled.css +4 -0
- package/dist/esm/internal/fixed-layer.js +13 -13
- package/dist/esm/internal/indicators-container.compiled.css +2 -0
- package/dist/esm/internal/indicators-container.js +11 -16
- package/dist/esm/internal/menu.compiled.css +6 -0
- package/dist/esm/internal/menu.js +11 -30
- package/dist/types/components/date-picker-class.d.ts +2 -3
- package/dist/types/components/date-picker.d.ts +1 -1
- package/dist/types/components/date-time-picker-class.d.ts +4 -5
- package/dist/types/components/date-time-picker.d.ts +3 -3
- package/dist/types/internal/date-time-picker-container.d.ts +4 -0
- package/dist/types/internal/fixed-layer-menu.d.ts +2 -6
- package/dist/types/internal/fixed-layer.d.ts +5 -1
- package/dist/types/internal/indicators-container.d.ts +2 -2
- package/dist/types/internal/menu.d.ts +6 -2
- package/dist/types-ts4.5/components/date-picker-class.d.ts +2 -3
- package/dist/types-ts4.5/components/date-picker.d.ts +1 -1
- package/dist/types-ts4.5/components/date-time-picker-class.d.ts +4 -5
- package/dist/types-ts4.5/components/date-time-picker.d.ts +3 -3
- package/dist/types-ts4.5/internal/date-time-picker-container.d.ts +4 -0
- package/dist/types-ts4.5/internal/fixed-layer-menu.d.ts +2 -6
- package/dist/types-ts4.5/internal/fixed-layer.d.ts +5 -1
- package/dist/types-ts4.5/internal/indicators-container.d.ts +2 -2
- package/dist/types-ts4.5/internal/menu.d.ts +6 -2
- package/package.json +10 -10
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
/* date-picker-class.tsx generated by @compiled/babel-plugin v0.36.1 */
|
|
1
2
|
import _extends from "@babel/runtime/helpers/extends";
|
|
2
3
|
import _classCallCheck from "@babel/runtime/helpers/classCallCheck";
|
|
3
4
|
import _createClass from "@babel/runtime/helpers/createClass";
|
|
@@ -5,26 +6,23 @@ import _possibleConstructorReturn from "@babel/runtime/helpers/possibleConstruct
|
|
|
5
6
|
import _getPrototypeOf from "@babel/runtime/helpers/getPrototypeOf";
|
|
6
7
|
import _inherits from "@babel/runtime/helpers/inherits";
|
|
7
8
|
import _defineProperty from "@babel/runtime/helpers/defineProperty";
|
|
9
|
+
import "./date-picker-class.compiled.css";
|
|
10
|
+
import * as React from 'react';
|
|
11
|
+
import { ax, ix } from "@compiled/react/runtime";
|
|
8
12
|
function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
|
|
9
13
|
function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
|
|
10
14
|
function _callSuper(t, o, e) { return o = _getPrototypeOf(o), _possibleConstructorReturn(t, _isNativeReflectConstruct() ? Reflect.construct(o, e || [], _getPrototypeOf(t).constructor) : o.apply(t, e)); }
|
|
11
15
|
function _isNativeReflectConstruct() { try { var t = !Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); } catch (t) {} return (_isNativeReflectConstruct = function _isNativeReflectConstruct() { return !!t; })(); }
|
|
12
|
-
/**
|
|
13
|
-
* @jsxRuntime classic
|
|
14
|
-
* @jsx jsx
|
|
15
|
-
*/
|
|
16
16
|
import { Component, createRef } from 'react';
|
|
17
|
-
|
|
18
|
-
// eslint-disable-next-line @atlaskit/ui-styling-standard/use-compiled -- Ignored via go/DSP-18766
|
|
19
|
-
import { css, jsx } from '@emotion/react';
|
|
20
17
|
import { isValid, parseISO } from 'date-fns';
|
|
21
18
|
import { createAndFireEvent, withAnalyticsContext, withAnalyticsEvents } from '@atlaskit/analytics-next';
|
|
22
19
|
import { IconButton } from '@atlaskit/button/new';
|
|
20
|
+
import { cx } from '@atlaskit/css';
|
|
23
21
|
import { IdProvider } from '@atlaskit/ds-lib/use-id';
|
|
24
22
|
import CalendarIcon from '@atlaskit/icon/core/migration/calendar';
|
|
25
23
|
import { createLocalizationProvider } from '@atlaskit/locale';
|
|
26
24
|
import { fg } from '@atlaskit/platform-feature-flags';
|
|
27
|
-
import { Box
|
|
25
|
+
import { Box } from '@atlaskit/primitives/compiled';
|
|
28
26
|
import Select, { mergeStyles } from '@atlaskit/select';
|
|
29
27
|
import { EmptyComponent } from '../internal';
|
|
30
28
|
import { formatDate, getParsedISO, getPlaceholder, isDateDisabled, parseDate } from '../internal/date-picker-migration';
|
|
@@ -33,14 +31,7 @@ import { Menu } from '../internal/menu';
|
|
|
33
31
|
import { getSafeCalendarValue, getShortISOString } from '../internal/parse-date';
|
|
34
32
|
import { makeSingleValue } from '../internal/single-value';
|
|
35
33
|
var packageName = "@atlaskit/datetime-picker";
|
|
36
|
-
var packageVersion = "
|
|
37
|
-
var dropdownIndicatorStyles = xcss({
|
|
38
|
-
minWidth: "var(--ds-space-300, 24px)",
|
|
39
|
-
minHeight: "var(--ds-space-300, 24px)",
|
|
40
|
-
display: 'flex',
|
|
41
|
-
alignItems: 'center',
|
|
42
|
-
justifyContent: 'center'
|
|
43
|
-
});
|
|
34
|
+
var packageVersion = "17.0.0";
|
|
44
35
|
var datePickerDefaultProps = {
|
|
45
36
|
defaultIsOpen: false,
|
|
46
37
|
defaultValue: '',
|
|
@@ -59,29 +50,13 @@ var datePickerDefaultProps = {
|
|
|
59
50
|
// Not including a default prop for value as it will
|
|
60
51
|
// Make the component a controlled component
|
|
61
52
|
};
|
|
62
|
-
var
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
69
|
-
alignItems: 'center',
|
|
70
|
-
flexBasis: 'inherit',
|
|
71
|
-
color: 'color.text.subtlest',
|
|
72
|
-
insetBlockStart: 'space.0',
|
|
73
|
-
insetInlineEnd: 'space.0',
|
|
74
|
-
transition: "color 150ms",
|
|
75
|
-
':hover': {
|
|
76
|
-
color: 'color.text.subtle'
|
|
77
|
-
}
|
|
78
|
-
});
|
|
79
|
-
var iconSpacingWithClearButtonStyles = xcss({
|
|
80
|
-
marginInlineEnd: 'space.400'
|
|
81
|
-
});
|
|
82
|
-
var iconSpacingWithoutClearButtonStyles = xcss({
|
|
83
|
-
marginInlineEnd: 'space.050'
|
|
84
|
-
});
|
|
53
|
+
var styles = {
|
|
54
|
+
pickerContainerStyles: "_kqswh2mm",
|
|
55
|
+
iconContainerStyles: "_v564vrg3 _1e0c1txw _4t3i1osq _kqswstnw _4cvr1h6o _i0dl1kw7 _syaz131l _152tze3t _rjxpze3t _30l31gjq",
|
|
56
|
+
iconSpacingWithClearButtonStyles: "_12l2xy5q",
|
|
57
|
+
iconSpacingWithoutClearButtonStyles: "_12l21b66",
|
|
58
|
+
dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o"
|
|
59
|
+
};
|
|
85
60
|
|
|
86
61
|
// eslint-disable-next-line @repo/internal/react/no-class-components
|
|
87
62
|
var DatePickerComponent = /*#__PURE__*/function (_Component) {
|
|
@@ -463,12 +438,12 @@ var DatePickerComponent = /*#__PURE__*/function (_Component) {
|
|
|
463
438
|
var showClearIndicator = Boolean((value || selectInputValue) && !hideIcon);
|
|
464
439
|
var clearIndicator = Icon;
|
|
465
440
|
|
|
466
|
-
// eslint-disable-next-line @atlaskit/platform/no-preconditioning
|
|
441
|
+
// eslint-disable-next-line @atlaskit/platform/no-preconditioning, @atlaskit/platform/ensure-feature-flag-prefix
|
|
467
442
|
if (fg('platform-visual-refresh-icons')) {
|
|
468
443
|
clearIndicator = function clearIndicator(props) {
|
|
469
|
-
return
|
|
470
|
-
xcss: dropdownIndicatorStyles
|
|
471
|
-
},
|
|
444
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
445
|
+
xcss: styles.dropdownIndicatorStyles
|
|
446
|
+
}, /*#__PURE__*/React.createElement(Icon, props));
|
|
472
447
|
};
|
|
473
448
|
}
|
|
474
449
|
var dropDownIcon = appearance === 'subtle' || hideIcon || showClearIndicator ? null : clearIndicator;
|
|
@@ -479,7 +454,7 @@ var DatePickerComponent = /*#__PURE__*/function (_Component) {
|
|
|
479
454
|
DropdownIndicator: shouldShowCalendarButton ? EmptyComponent : dropDownIcon
|
|
480
455
|
}, shouldShowCalendarButton ? {
|
|
481
456
|
IndicatorsContainer: function IndicatorsContainer(props) {
|
|
482
|
-
return
|
|
457
|
+
return /*#__PURE__*/React.createElement(_IndicatorsContainer, _extends({}, props, {
|
|
483
458
|
showClearIndicator: showClearIndicator
|
|
484
459
|
}));
|
|
485
460
|
}
|
|
@@ -536,107 +511,103 @@ var DatePickerComponent = /*#__PURE__*/function (_Component) {
|
|
|
536
511
|
|
|
537
512
|
// `label` takes precedence of the `inputLabel`
|
|
538
513
|
var fullopenCalendarLabel = label || inputLabel ? "".concat(label || inputLabel, ", ").concat(openCalendarLabel) : openCalendarLabel;
|
|
539
|
-
return (
|
|
540
|
-
//
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
|
|
544
|
-
|
|
545
|
-
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
|
|
553
|
-
|
|
554
|
-
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
|
|
562
|
-
|
|
563
|
-
|
|
564
|
-
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
|
|
568
|
-
|
|
569
|
-
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
|
|
577
|
-
|
|
578
|
-
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
|
|
586
|
-
|
|
587
|
-
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
|
|
595
|
-
|
|
596
|
-
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
|
|
600
|
-
|
|
601
|
-
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
|
|
609
|
-
|
|
610
|
-
|
|
611
|
-
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
|
|
620
|
-
|
|
621
|
-
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
|
|
629
|
-
|
|
630
|
-
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
|
|
635
|
-
|
|
636
|
-
testId: testId && "".concat(testId, "--open-calendar-button")
|
|
637
|
-
}));
|
|
638
|
-
}) : null)
|
|
639
|
-
);
|
|
514
|
+
return /*#__PURE__*/React.createElement("div", _extends({}, innerProps, {
|
|
515
|
+
// Since the onclick, onfocus are passed down, adding role="presentation" prevents typecheck errors.
|
|
516
|
+
role: "presentation",
|
|
517
|
+
onBlur: this.onContainerBlur,
|
|
518
|
+
onFocus: this.onContainerFocus,
|
|
519
|
+
onClick: this.onInputClick,
|
|
520
|
+
onInput: this.onTextInput,
|
|
521
|
+
onKeyDown: this.onInputKeyDown,
|
|
522
|
+
ref: this.getContainerRef,
|
|
523
|
+
"data-testid": testId && "".concat(testId, "--container"),
|
|
524
|
+
className: ax([styles.pickerContainerStyles])
|
|
525
|
+
}), /*#__PURE__*/React.createElement("input", {
|
|
526
|
+
name: name,
|
|
527
|
+
type: "hidden",
|
|
528
|
+
value: value,
|
|
529
|
+
"data-testid": testId && "".concat(testId, "--input")
|
|
530
|
+
}), /*#__PURE__*/React.createElement(Select, _extends({
|
|
531
|
+
appearance: this.props.appearance,
|
|
532
|
+
"aria-describedby": ariaDescribedBy,
|
|
533
|
+
label: label || undefined
|
|
534
|
+
// eslint-disable-next-line jsx-a11y/no-autofocus
|
|
535
|
+
,
|
|
536
|
+
autoFocus: autoFocus,
|
|
537
|
+
clearControlLabel: clearControlLabel,
|
|
538
|
+
closeMenuOnSelect: true
|
|
539
|
+
// FOr some reason, this and the below `styles` type error _only_ show
|
|
540
|
+
// up when you alter some of the properties in the `selectComponents`
|
|
541
|
+
// object. These errors are still present, and I suspect have always
|
|
542
|
+
// been present, without changing the unrelated code. Ignoring as the
|
|
543
|
+
// component still works as expected despite this error. And also
|
|
544
|
+
// because the select refresh team may solve it later.
|
|
545
|
+
,
|
|
546
|
+
components: selectComponents,
|
|
547
|
+
enableAnimation: false,
|
|
548
|
+
inputId: id,
|
|
549
|
+
inputValue: actualSelectInputValue,
|
|
550
|
+
isDisabled: isDisabled,
|
|
551
|
+
isRequired: isRequired,
|
|
552
|
+
menuIsOpen: menuIsOpen,
|
|
553
|
+
onBlur: this.onSelectBlur,
|
|
554
|
+
onChange: this.onSelectChange,
|
|
555
|
+
onFocus: this.onSelectFocus,
|
|
556
|
+
onInputChange: this.handleSelectInputChange,
|
|
557
|
+
placeholder: getPlaceholder({
|
|
558
|
+
placeholder: this.props.placeholder,
|
|
559
|
+
l10n: this.state.l10n
|
|
560
|
+
}),
|
|
561
|
+
styles: mergedStyles,
|
|
562
|
+
value: initialValue
|
|
563
|
+
}, selectProps, {
|
|
564
|
+
// These are below the spread because I don't know what is in
|
|
565
|
+
// selectProps or not and what wil be overwritten
|
|
566
|
+
isClearable: true,
|
|
567
|
+
isInvalid: isInvalid,
|
|
568
|
+
spacing: spacing,
|
|
569
|
+
testId: testId
|
|
570
|
+
// These aren't part of `Select`'s API, but we're using them here.
|
|
571
|
+
// @ts-ignore -- Property 'calendarContainerRef' does not exist on type 'IntrinsicAttributes & LibraryManagedAttributes<(<Option extends unknown = OptionType, IsMulti extends boolean = false>(props: AtlaskitSelectProps<Option, IsMulti> & { ...; }) => Element), AtlaskitSelectProps<...> & { ...; }>'.
|
|
572
|
+
,
|
|
573
|
+
calendarContainerRef: calendarProps.calendarContainerRef,
|
|
574
|
+
calendarDisabled: calendarProps.calendarDisabled,
|
|
575
|
+
calendarDisabledDateFilter: calendarProps.calendarDisabledDateFilter,
|
|
576
|
+
calendarLocale: calendarProps.calendarLocale,
|
|
577
|
+
calendarMaxDate: calendarProps.calendarMaxDate,
|
|
578
|
+
calendarMinDate: calendarProps.calendarMinDate,
|
|
579
|
+
calendarRef: calendarProps.calendarRef,
|
|
580
|
+
calendarValue: calendarProps.calendarValue,
|
|
581
|
+
calendarView: calendarProps.calendarView,
|
|
582
|
+
calendarWeekStartDay: calendarProps.calendarWeekStartDay,
|
|
583
|
+
nextMonthLabel: nextMonthLabel,
|
|
584
|
+
onCalendarChange: calendarProps.onCalendarChange,
|
|
585
|
+
onCalendarSelect: calendarProps.onCalendarSelect,
|
|
586
|
+
previousMonthLabel: previousMonthLabel,
|
|
587
|
+
shouldSetFocusOnCurrentDay: calendarProps.shouldSetFocusOnCurrentDay,
|
|
588
|
+
menuInnerWrapper: calendarProps.menuInnerWrapper
|
|
589
|
+
})), shouldShowCalendarButton && !isDisabled ? /*#__PURE__*/React.createElement(IdProvider, {
|
|
590
|
+
prefix: "open-calendar-label--"
|
|
591
|
+
}, function (_ref3) {
|
|
592
|
+
var openCalendarLabelId = _ref3.id;
|
|
593
|
+
return /*#__PURE__*/React.createElement(Box, {
|
|
594
|
+
xcss: cx(styles.iconContainerStyles, value && !hideIcon ? styles.iconSpacingWithClearButtonStyles : styles.iconSpacingWithoutClearButtonStyles)
|
|
595
|
+
}, /*#__PURE__*/React.createElement(IconButton, {
|
|
596
|
+
appearance: "subtle",
|
|
597
|
+
label: !inputLabelId ? fullopenCalendarLabel : openCalendarLabel,
|
|
598
|
+
"aria-labelledby": inputLabelId ? "".concat(inputLabelId, " ").concat(openCalendarLabelId) : undefined,
|
|
599
|
+
id: openCalendarLabelId,
|
|
600
|
+
icon: function icon(iconProps) {
|
|
601
|
+
return /*#__PURE__*/React.createElement(CalendarIcon, _extends({}, iconProps, {
|
|
602
|
+
color: "var(--ds-icon, #44546F)"
|
|
603
|
+
}));
|
|
604
|
+
},
|
|
605
|
+
onClick: _this2.onCalendarButtonClick,
|
|
606
|
+
onKeyDown: _this2.onCalendarButtonKeyDown,
|
|
607
|
+
ref: _this2.calendarButtonRef,
|
|
608
|
+
testId: testId && "".concat(testId, "--open-calendar-button")
|
|
609
|
+
}));
|
|
610
|
+
}) : null);
|
|
640
611
|
}
|
|
641
612
|
}], [{
|
|
642
613
|
key: "getDerivedStateFromProps",
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
|
|
2
|
+
._v564vrg3{transition:color .15s}._12l21b66{margin-inline-end:var(--ds-space-050,4px)}
|
|
3
|
+
._12l2xy5q{margin-inline-end:var(--ds-space-400,2pc)}
|
|
4
|
+
._152tze3t{inset-block-start:var(--ds-space-0,0)}
|
|
5
|
+
._1bah1h6o{justify-content:center}
|
|
6
|
+
._1e0c1txw{display:flex}
|
|
7
|
+
._1tke1k8s{min-height:1.5rem}
|
|
8
|
+
._1ul91k8s{min-width:1.5rem}
|
|
9
|
+
._4cvr1h6o{align-items:center}
|
|
10
|
+
._4t3i1osq{height:100%}
|
|
11
|
+
._i0dl1kw7{flex-basis:inherit}
|
|
12
|
+
._kqswh2mm{position:relative}
|
|
13
|
+
._kqswstnw{position:absolute}
|
|
14
|
+
._rjxpze3t{inset-inline-end:var(--ds-space-0,0)}
|
|
15
|
+
._syaz131l{color:var(--ds-text-subtlest,#626f86)}
|
|
16
|
+
._30l31gjq:hover{color:var(--ds-text-subtle,#44546f)}
|