@elliemae/ds-basic 3.50.1-next.9 → 3.51.0-next.1
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/dist/css/dimsum.css +532 -1020
- package/dist/css/dimsum.min.css +3 -3
- package/dist/css/dimsum.min.css.map +1 -1
- package/dist/styles/components/index.scss +1 -0
- package/dist/styles/components/packages/ds-basic/index.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/_generic/_generic-dir.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/border.scss +14 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/color.scss +7 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/depth.scss +64 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/fonts/font-base.scss +16 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/_grid-var-styles.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_contain.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_purge.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_replace.scss +3 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_to-list.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/helpers/_missing-dependencies.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/helpers/_true.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_color.scss +0 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_direction.scss +1 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_flex.scss +4 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_math.scss +3 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_mixins.scss +14 -36
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_selector.scss +2 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_unit.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_value.scss +32 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_cell.scss +20 -35
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_classes.scss +25 -41
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_collapse.scss +3 -6
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_frame.scss +3 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_grid.scss +2 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_gutters.scss +3 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_layout.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_position.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_xy-grid.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/grid.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/iconography.scss +36 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/index.scss +1 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/motion.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/spacing.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/typography.scss +21 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/_functions-base.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/border-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/color-functions.scss +8 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/iconography-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/motion-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/spacing-functions.scss +6 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/typography-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/_mixins-base.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/arrow-mixins.scss +10 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/basic-mixins.scss +9 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/color-mixins.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/depth-mixins.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/font-weight.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/iconography-mixins.scss +4 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/media-query-mixins.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/motion-mixins.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/spacing-mixins.scss +1 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/target-ie.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/typography-mixins.scss +15 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/index.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/index.scss +47 -47
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/_generic/_generic-dir.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/border.scss +14 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/color.scss +7 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/depth.scss +64 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +16 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/_grid-var-styles.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_contain.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_purge.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_replace.scss +3 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_to-list.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/helpers/_missing-dependencies.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/helpers/_true.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_color.scss +0 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_direction.scss +1 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_flex.scss +4 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_math.scss +3 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_mixins.scss +14 -36
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_selector.scss +2 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_unit.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_value.scss +32 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_cell.scss +20 -35
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_classes.scss +25 -41
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_collapse.scss +3 -6
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_frame.scss +3 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_grid.scss +2 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_gutters.scss +3 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_layout.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_position.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_xy-grid.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/iconography.scss +36 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/index.scss +1 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/motion.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/spacing.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/typography.scss +21 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/_functions-base.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/border-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/color-functions.scss +8 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/iconography-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/motion-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/spacing-functions.scss +6 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/typography-functions.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/_mixins-base.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/arrow-mixins.scss +10 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/basic-mixins.scss +9 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/color-mixins.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/depth-mixins.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/font-weight.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/iconography-mixins.scss +4 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/media-query-mixins.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/motion-mixins.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/spacing-mixins.scss +1 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/target-ie.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/typography-mixins.scss +15 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/components/index.scss +20 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/dimsum.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/themes/theme-demo.scss +24 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-button-group/DSButtonGroup.scss +35 -20
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-button-v1/DSButton.scss +15 -23
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-card/DSCard.scss +1 -0
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-card-array/DSCardArray.scss +6 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-codeeditor/DSCodeEditor.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-codeeditor/components/DSCodeEditorImpl.scss +30 -30
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Checkbox/DSCheckbox.scss +8 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Checkbox/elements/CheckMark.scss +5 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/DSComboBox.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v1/DSComboBox.scss +9 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/container.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/customOptions.scss +6 -6
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/dropdownIndicator.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/menu.scss +16 -17
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/optionMultiple.scss +11 -11
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Input/InputAddonWrapper.scss +10 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/Menu.scss +7 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/MenuCombobox.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/MenuItems/MenuItem.scss +17 -18
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/MenuItems/SearchableGroup.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-datagrids/plugins/grouping-grid/GroupingPlugin.scss +12 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DSDatePickerImpl.scss +7 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerDay/DatePickerDay.scss +5 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerHeader/DatePickerHeader.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerNavigation/DatePickerNavigation.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerRange/DatePickerRange.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerRangeHeader/DatePickerRangeHeader.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerSingleDate/DatePickerSingleDate.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/SingleRangeDateSwitcher/SingleRangeDateSwitcher.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/helpers/clean.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/DSDateRangePicker.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/components/DSDateRangePickerImpl.scss +10 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/components/DatePickerLabel/DatePickerLabel.scss +6 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/components/DatePickerRangeHeader/DatePickerRangeHeader.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-picker/components/DateTimePickerImpl.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/DSDateTimeRecurrenceSelector.scss +3 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DateTimeRecurrenceSelectorImpl.scss +4 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DayOfMonthPicker/DayOfMonthPicker.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DayOfYearPicker/DayOfYearPicker.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DaysOfWeekPicker/DaysOfWeekPicker.scss +18 -21
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/EndDate/EndDate.scss +7 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/FieldWrapper/FieldWrapper.scss +12 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/Forms/Forms.scss +27 -29
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/LabelWrapper/LabelWrapper.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/RepeatPickerInput/RepeatPickerInput.scss +2 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/StartDateTime/StartDateTime.scss +11 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/TimeZonePicker/TimeZonePicker.scss +4 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/ValidationMessage/ValidationMessage.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/CheckboxGroup/DSCheckboxGroup.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/DateInput/DSDateInput.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/ExpandableInput/DSExpandableInput.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FloatingLabelInput/DSFloatingLabelInput.scss +36 -27
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FormItem/Error/DSError.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FormItem/Label/DSLabel.scss +3 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Input/InputAddonWrapper.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/InputGroup/DSInputGroup.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/InputMask/DSInputMask.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/LargeInputText/DSLargeInputText.scss +8 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Radio/DSRadio.scss +6 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/RadioGroup/DSRadioGroup.scss +3 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/RequiredMark/RequiredMark.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Toggle/DSToggle.scss +64 -65
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/DSGroupBox.scss +4 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/group.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/label.scss +2 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/tree.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/wrapper.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-imagelibrarymodal/DSImageLibraryModal.scss +4 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-label-value/DSLabelValue.scss +25 -25
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/Menu.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/MenuCombobox.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/MenuItems/MenuItem.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/MenuItems/SearchableGroup.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/DSModal.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/v1/DSModal.scss +11 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/v1/ModalFeedBack/ModalFeedBack.scss +14 -14
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-number-range-field/DSNumberRangeField.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-number-range-field/impl/NumberRangeFieldImpl.scss +6 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-overlay/DSOverlay.scss +0 -3
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-page-number/DSPageNumber.scss +8 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-pills/DSPills.scss +58 -44
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-popover/DSPopover.scss +3 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-portal/DSPortal.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-search-field/DSSearchField.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-search-field/impl/DSSeachFieldImpl.scss +8 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-spinner/DSSpinner.scss +14 -15
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-text-wrapper/DSTextWrapper.scss +13 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-time-picker/DSTimePicker.scss +5 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wysiwygeditor/DSWYSIWYGEditor.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wysiwygeditor/components/DSWYSIWYGEditorImpl.scss +83 -82
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wysiwygeditor/components/InsertFieldModal.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-zoom/DSZoom.scss +8 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/dimsum.scss +1 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/themes/theme-demo.scss +24 -26
- package/dist/styles/components/packages/ds-basic/styles/components/index.scss +3 -898
- package/dist/styles/components/packages/ds-basic/styles/dist-index.scss +1 -0
- package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-card → ds-card}/DSCard.scss +0 -1
- package/dist/styles/components/packages/ds-codeeditor/DSCodeEditor.scss +1 -0
- package/dist/styles/components/packages/ds-codeeditor/components/DSCodeEditorImpl.scss +69 -0
- package/dist/styles/components/packages/ds-dropdownmenu/DSDropdownMenu.scss +11 -8
- package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-imagelibrarymodal → ds-imagelibrarymodal}/DSImageLibraryModal.scss +2 -4
- package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-portal → ds-portal}/DSPortal.scss +1 -1
- package/dist/styles/dist-index.scss +1 -0
- package/package.json +6 -6
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/_elements/_elements.scss +0 -65
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/_generic/_general-functions.scss +0 -210
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/_generic/_generic-dir.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/_generic/_normalize.scss +0 -353
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/border.scss +0 -21
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/color.scss +0 -77
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/depth.scss +0 -71
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/fonts/font-base.scss +0 -100
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/_grid-var-styles.scss +0 -55
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_contain.scss +0 -31
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_purge.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_remove.scss +0 -31
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_replace.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/functions/_to-list.scss +0 -27
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/grid.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/helpers/_missing-dependencies.scss +0 -25
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/helpers/_true.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_color.scss +0 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_direction.scss +0 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_flex.scss +0 -86
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_math.scss +0 -70
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_mixins.scss +0 -291
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_selector.scss +0 -27
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_unit.scss +0 -151
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_util.scss +0 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/util/_value.scss +0 -164
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_cell.scss +0 -158
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_classes.scss +0 -460
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_collapse.scss +0 -71
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_frame.scss +0 -76
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_grid.scss +0 -29
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_gutters.scss +0 -44
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_layout.scss +0 -33
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_position.scss +0 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid/xy-grid/_xy-grid.scss +0 -51
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/grid.scss +0 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/iconography.scss +0 -39
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/index.scss +0 -22
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/motion.scss +0 -18
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/spacing.scss +0 -71
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/typography.scss +0 -37
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/_functions-base.scss +0 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/border-functions.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/color-functions.scss +0 -171
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/depth-functions.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/iconography-functions.scss +0 -14
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/motion-functions.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/spacing-functions.scss +0 -351
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-functions/typography-functions.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/_mixins-base.scss +0 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/arrow-mixins.scss +0 -65
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/basic-mixins.scss +0 -132
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/color-mixins.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/depth-mixins.scss +0 -6
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/dimsum-mixins.scss +0 -96
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/font-weight.scss +0 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/iconography-mixins.scss +0 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/media-query-mixins.scss +0 -20
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/motion-mixins.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/spacing-mixins.scss +0 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/target-ie.scss +0 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/base/utility-mixins/typography-mixins.scss +0 -73
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/index.scss +0 -72
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/index.scss +0 -49
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/_elements/_elements.scss +0 -65
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/_generic/_general-functions.scss +0 -210
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/_generic/_generic-dir.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/_generic/_normalize.scss +0 -353
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/border.scss +0 -21
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/color.scss +0 -77
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/depth.scss +0 -71
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/fonts/font-base.scss +0 -100
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/_grid-var-styles.scss +0 -55
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_contain.scss +0 -31
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_purge.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_remove.scss +0 -31
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_replace.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/functions/_to-list.scss +0 -27
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/grid.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/helpers/_missing-dependencies.scss +0 -25
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/helpers/_true.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_color.scss +0 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_direction.scss +0 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_flex.scss +0 -86
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_math.scss +0 -70
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_mixins.scss +0 -291
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_selector.scss +0 -27
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_unit.scss +0 -151
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_util.scss +0 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/util/_value.scss +0 -164
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_cell.scss +0 -158
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_classes.scss +0 -460
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_collapse.scss +0 -71
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_frame.scss +0 -76
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_grid.scss +0 -29
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_gutters.scss +0 -44
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_layout.scss +0 -33
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_position.scss +0 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid/xy-grid/_xy-grid.scss +0 -51
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/grid.scss +0 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/iconography.scss +0 -39
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/index.scss +0 -22
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/motion.scss +0 -18
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/spacing.scss +0 -71
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/typography.scss +0 -37
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/_functions-base.scss +0 -7
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/border-functions.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/color-functions.scss +0 -171
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/depth-functions.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/iconography-functions.scss +0 -14
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/motion-functions.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/spacing-functions.scss +0 -351
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-functions/typography-functions.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/_mixins-base.scss +0 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/arrow-mixins.scss +0 -65
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/basic-mixins.scss +0 -132
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/color-mixins.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/depth-mixins.scss +0 -6
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/dimsum-mixins.scss +0 -96
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/font-weight.scss +0 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/iconography-mixins.scss +0 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/media-query-mixins.scss +0 -20
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/motion-mixins.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/spacing-mixins.scss +0 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/target-ie.scss +0 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/base/utility-mixins/typography-mixins.scss +0 -73
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/components/index.scss +0 -29
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/dimsum-base.scss +0 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/dimsum.scss +0 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/dist-index.scss +0 -72
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/themes/theme-default.scss +0 -101
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/styles/themes/theme-demo.scss +0 -96
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-button-group/DSButtonGroup.scss +0 -74
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-button-v1/DSButton.scss +0 -483
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-card-array/DSCardArray.scss +0 -49
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-codeeditor/DSCodeEditor.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-codeeditor/components/DSCodeEditorImpl.scss +0 -69
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Checkbox/DSCheckbox.scss +0 -94
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Checkbox/elements/CheckMark.scss +0 -222
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/DSComboBox.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v1/DSComboBox.scss +0 -267
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/DSComboBox.scss +0 -22
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/container.scss +0 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/customOptions.scss +0 -39
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/dropdownIndicator.scss +0 -15
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/indicatorSeparator.scss +0 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/menu.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/optionMultiple.scss +0 -16
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/placeholder.scss +0 -12
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/valueContainer.scss +0 -24
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/ComboBox/v2/styles/wrapper.scss +0 -43
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Input/DSInput.scss +0 -280
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Input/InputAddonWrapper.scss +0 -127
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/Menu.scss +0 -75
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/MenuCombobox.scss +0 -20
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/MenuItems/MenuItem.scss +0 -150
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/Menu/MenuItems/SearchableGroup.scss +0 -14
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-common/SearchBox/DSSearchBox.scss +0 -38
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-datagrids/DataGrids.scss +0 -992
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-datagrids/plugins/grouping-grid/GroupingPlugin.scss +0 -14
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/DSDatePicker.scss +0 -22
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DSDatePickerImpl.scss +0 -246
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerDay/DatePickerDay.scss +0 -35
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerHeader/DatePickerHeader.scss +0 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerNavigation/DatePickerNavigation.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerPicker/DatePickerPicker.scss +0 -13
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerRange/DatePickerRange.scss +0 -18
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerRangeHeader/DatePickerRangeHeader.scss +0 -24
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/DatePickerSingleDate/DatePickerSingleDate.scss +0 -15
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/SingleRangeDateSwitcher/SingleRangeDateSwitcher.scss +0 -21
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-picker/components/helpers/clean.scss +0 -46
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/DSDateRangePicker.scss +0 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/components/DSDateRangePickerImpl.scss +0 -296
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/components/DatePickerLabel/DatePickerLabel.scss +0 -31
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-picker/components/DatePickerRangeHeader/DatePickerRangeHeader.scss +0 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-selector/DSDateRangeSelector.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-range-selector/components/DateRangeSelectorImpl.scss +0 -0
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-picker/DSDateTimePicker.scss +0 -20
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-picker/components/DateTimePickerImpl.scss +0 -43
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/DSDateTimeRecurrenceSelector.scss +0 -20
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DateTimeRecurrenceSelectorImpl.scss +0 -31
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DayOfMonthPicker/DayOfMonthPicker.scss +0 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DayOfYearPicker/DayOfYearPicker.scss +0 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/DaysOfWeekPicker/DaysOfWeekPicker.scss +0 -131
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/EndDate/EndDate.scss +0 -32
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/FieldWrapper/FieldWrapper.scss +0 -33
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/Forms/Forms.scss +0 -42
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/LabelWrapper/LabelWrapper.scss +0 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/RepeatPickerInput/RepeatPickerInput.scss +0 -11
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/StartDateTime/StartDateTime.scss +0 -46
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/TimeZonePicker/TimeZonePicker.scss +0 -18
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-date-time-recurrence-picker/components/ValidationMessage/ValidationMessage.scss +0 -4
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-dropdownmenu/DSDropdownMenu.scss +0 -131
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-filterbar/DSFilterBar.scss +0 -24
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/CheckboxGroup/DSCheckboxGroup.scss +0 -46
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/DateInput/DSDateInput.scss +0 -52
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/ExpandableInput/DSExpandableInput.scss +0 -88
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FloatingLabelInput/DSFloatingLabelInput.scss +0 -253
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FormItem/DSFormItemLayout.scss +0 -130
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FormItem/Error/DSError.scss +0 -5
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/FormItem/Label/DSLabel.scss +0 -23
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Input/DSInput.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Input/InputAddonWrapper.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/InputGroup/DSInputGroup.scss +0 -70
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/InputMask/DSInputMask.scss +0 -133
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/InputProtected/DSInputProtected.scss +0 -0
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/LargeInputText/DSLargeInputText.scss +0 -133
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Radio/DSRadio.scss +0 -248
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/RadioGroup/DSRadioGroup.scss +0 -44
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/RequiredMark/RequiredMark.scss +0 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/TimeInput/DSTimeInput.scss +0 -73
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-form/Toggle/DSToggle.scss +0 -332
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/DSGroupBox.scss +0 -11
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/group.scss +0 -59
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/label.scss +0 -28
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/tree.scss +0 -55
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-group-box/styles/wrapper.scss +0 -17
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-label-value/DSLabelValue.scss +0 -132
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-loading-indicator/DSLoadingIndicator.scss +0 -11
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/Menu.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/MenuCombobox.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/MenuItems/MenuItem.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-menu/MenuItems/SearchableGroup.scss +0 -1
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/DSModal.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/v1/DSModal.scss +0 -179
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/v1/ModalFeedBack/ModalFeedBack.scss +0 -42
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal/v2/DSModal.scss +0 -291
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-number-range-field/DSNumberRangeField.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-number-range-field/impl/NumberRangeFieldImpl.scss +0 -19
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-overlay/DSOverlay.scss +0 -27
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-page-number/DSPageNumber.scss +0 -56
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-pills/DSPills.scss +0 -293
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-popover/DSPopover.scss +0 -64
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-search-field/DSSearchField.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-search-field/impl/DSSeachFieldImpl.scss +0 -44
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-shuttle/DSShuttle.scss +0 -352
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-spinner/DSSpinner.scss +0 -103
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-text-wrapper/DSTextWrapper.scss +0 -51
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-time-picker/DSTimePicker.scss +0 -217
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-truncated-tooltip-text/DSTruncatedTooltipText.scss +0 -15
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wysiwygeditor/DSWYSIWYGEditor.scss +0 -2
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wysiwygeditor/components/DSWYSIWYGEditorImpl.scss +0 -1308
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wysiwygeditor/components/InsertFieldModal.scss +0 -62
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-zipcode-search/DSZipCodeSearch.scss +0 -8
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-zoom/DSZoom.scss +0 -26
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/dimsum-base.scss +0 -9
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/dimsum.scss +0 -10
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/dist-index.scss +0 -72
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/themes/theme-default.scss +0 -101
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/themes/theme-demo.scss +0 -96
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-page-header-v1/DSPageHeader.scss +0 -120
- package/dist/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-toolbar-v1/DSToolbar.scss +0 -68
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-circular-progress-indicator → ds-circular-progress-indicator}/DSCircularProgressIndicator.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-indeterminate-progress-indicator → ds-indeterminate-progress-indicator}/DSIndeterminateProgressIndicator.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-modal-slide → ds-modal-slide}/DSModalSlide.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-page-header → ds-page-header}/DSPageHeader.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-page-header → ds-page-header}/v1/DSPageHeader.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-progress-indicator → ds-progress-indicator}/DSProgressIndicator.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/DSQueryBuilder.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/AndOrController/AndOrController.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/ConditionController/ConditionController.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/DisplayOutput/DisplayOutput.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/DragContainerController/DragContainerController.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/DragControllerRow/DragControllerRow.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/FieldControllerRow/FieldControllerRow.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/Nestable/Nestable.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/QueryBuilderItem/QueryBuilderItem.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-query-builder → ds-query-builder}/components/QueryBuilderRow/QueryBuilderRow.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-ribbon → ds-ribbon}/DSRibbon.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-separator → ds-separator}/DSSeparator.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-toolbar → ds-toolbar}/DSToolbar.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-tooltip → ds-tooltip}/v1/DSTooltip.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-treeview → ds-treeview}/Tree.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-uploader → ds-uploader}/DSUploader.scss +0 -0
- /package/dist/styles/components/packages/{ds-basic/static-build/styles/components/packages/ds-basic/static-build/styles/components/packages/ds-wizard → ds-wizard}/DSWizard.scss +0 -0
package/dist/css/dimsum.css
CHANGED
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@import url(~react-dates/lib/css/_datepicker.css);
|
|
1
2
|
@font-face {
|
|
2
3
|
font-family: 'proxima-nova';
|
|
3
4
|
src: url("~@elliemae/ds-basic/styles/base/fonts/ProximaNovaThin.woff") format("woff");
|
|
@@ -178,8 +179,7 @@ abbr[title] {
|
|
|
178
179
|
/* 1 */
|
|
179
180
|
text-decoration: underline;
|
|
180
181
|
/* 2 */
|
|
181
|
-
|
|
182
|
-
text-decoration: underline dotted;
|
|
182
|
+
text-decoration: underline dotted;
|
|
183
183
|
/* 2 */ }
|
|
184
184
|
|
|
185
185
|
/**
|
|
@@ -1830,6 +1830,8 @@ a {
|
|
|
1830
1830
|
cursor: pointer; }
|
|
1831
1831
|
|
|
1832
1832
|
.em-ds-selectbox__control {
|
|
1833
|
+
-moz-border-radius: 2px;
|
|
1834
|
+
-webkit-border-radius: 2px;
|
|
1833
1835
|
border-radius: 2px;
|
|
1834
1836
|
border: solid 1px #8c93a6;
|
|
1835
1837
|
transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
@@ -2029,6 +2031,8 @@ VARIANTS
|
|
|
2029
2031
|
color: #25292f !important; }
|
|
2030
2032
|
|
|
2031
2033
|
.em-ds-combobox__control {
|
|
2034
|
+
-moz-border-radius: 2px;
|
|
2035
|
+
-webkit-border-radius: 2px;
|
|
2032
2036
|
border-radius: 2px;
|
|
2033
2037
|
outline: none;
|
|
2034
2038
|
position: relative;
|
|
@@ -2143,6 +2147,8 @@ VARIANTS
|
|
|
2143
2147
|
.combobox-v2-value-container {
|
|
2144
2148
|
width: calc(100% - 2.21538rem);
|
|
2145
2149
|
margin-right: auto;
|
|
2150
|
+
-moz-border-radius: 2px;
|
|
2151
|
+
-webkit-border-radius: 2px;
|
|
2146
2152
|
border-radius: 2px; }
|
|
2147
2153
|
.combobox-v2-value-container.has-value {
|
|
2148
2154
|
width: calc(100% - 4.06154rem); }
|
|
@@ -2160,8 +2166,12 @@ VARIANTS
|
|
|
2160
2166
|
margin: 0;
|
|
2161
2167
|
top: 100%;
|
|
2162
2168
|
background: #ffffff;
|
|
2169
|
+
-moz-border-radius: 2px;
|
|
2170
|
+
-webkit-border-radius: 2px;
|
|
2163
2171
|
border-radius: 2px;
|
|
2164
2172
|
border: solid 1px #8c93a6;
|
|
2173
|
+
-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2174
|
+
-moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2165
2175
|
-ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2166
2176
|
-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
2167
2177
|
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
@@ -2253,6 +2263,8 @@ VARIANTS
|
|
|
2253
2263
|
background: #ffffff;
|
|
2254
2264
|
transition: all 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
2255
2265
|
width: 2.4rem;
|
|
2266
|
+
-moz-border-radius: 2px;
|
|
2267
|
+
-webkit-border-radius: 2px;
|
|
2256
2268
|
border-radius: 2px; }
|
|
2257
2269
|
.em-ds-expandable-input .em-ds-input:focus, .em-ds-expandable-input .em-ds-button:focus {
|
|
2258
2270
|
box-shadow: none; }
|
|
@@ -2336,8 +2348,7 @@ VARIANTS
|
|
|
2336
2348
|
width: 25px;
|
|
2337
2349
|
outline: none;
|
|
2338
2350
|
background: none;
|
|
2339
|
-
|
|
2340
|
-
user-select: none; }
|
|
2351
|
+
user-select: none; }
|
|
2341
2352
|
.em-ds-input-times-group__input::-webkit-input-placeholder {
|
|
2342
2353
|
color: #697489;
|
|
2343
2354
|
font-style: italic; }
|
|
@@ -2486,6 +2497,8 @@ VARIANTS
|
|
|
2486
2497
|
content: '';
|
|
2487
2498
|
border-right: solid 1px transparent;
|
|
2488
2499
|
border-bottom: solid 1px transparent;
|
|
2500
|
+
-webkit-transform: rotate(45deg);
|
|
2501
|
+
-ms-transform: rotate(45deg);
|
|
2489
2502
|
transform: rotate(45deg);
|
|
2490
2503
|
position: absolute;
|
|
2491
2504
|
top: 0.15385rem;
|
|
@@ -3058,6 +3071,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3058
3071
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3059
3072
|
padding: 0 0.61538rem;
|
|
3060
3073
|
z-index: 1;
|
|
3074
|
+
-moz-border-radius: 2px;
|
|
3075
|
+
-webkit-border-radius: 2px;
|
|
3061
3076
|
border-radius: 2px;
|
|
3062
3077
|
border: solid 1px #8c93a6;
|
|
3063
3078
|
text-overflow: ellipsis; }
|
|
@@ -3323,8 +3338,7 @@ fieldset.em-ds-form-item-content {
|
|
|
3323
3338
|
max-width: 2.03077rem;
|
|
3324
3339
|
outline: none;
|
|
3325
3340
|
background: none;
|
|
3326
|
-
|
|
3327
|
-
user-select: none; }
|
|
3341
|
+
user-select: none; }
|
|
3328
3342
|
.em-ds-input-date-group__input::-webkit-input-placeholder {
|
|
3329
3343
|
color: #697489;
|
|
3330
3344
|
font-style: italic; }
|
|
@@ -3348,6 +3362,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3348
3362
|
border-radius: 2px; }
|
|
3349
3363
|
|
|
3350
3364
|
.em-ds-input-addon-wrapper {
|
|
3365
|
+
-moz-border-radius: 2px;
|
|
3366
|
+
-webkit-border-radius: 2px;
|
|
3351
3367
|
border-radius: 2px;
|
|
3352
3368
|
display: flex;
|
|
3353
3369
|
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
@@ -3447,14 +3463,15 @@ fieldset.em-ds-form-item-content {
|
|
|
3447
3463
|
opacity: 1; } }
|
|
3448
3464
|
|
|
3449
3465
|
.em-ds-form-element-toggle {
|
|
3466
|
+
-moz-border-radius: 0.61538rem;
|
|
3467
|
+
-webkit-border-radius: 0.61538rem;
|
|
3450
3468
|
border-radius: 0.61538rem;
|
|
3451
3469
|
position: relative;
|
|
3452
3470
|
display: inline-block;
|
|
3453
3471
|
opacity: 1;
|
|
3454
3472
|
outline: none;
|
|
3455
3473
|
touch-action: none;
|
|
3456
|
-
|
|
3457
|
-
user-select: none;
|
|
3474
|
+
user-select: none;
|
|
3458
3475
|
transition: background-color 0.1s ease 0s, box-shadow 0.1s ease 0s, opacity 0.1s ease 0s;
|
|
3459
3476
|
height: 1.23077rem;
|
|
3460
3477
|
width: calc((1.84615rem * 0.9166) * 2);
|
|
@@ -3489,9 +3506,13 @@ fieldset.em-ds-form-item-content {
|
|
|
3489
3506
|
pointer-events: none;
|
|
3490
3507
|
border: solid 1px #a3d6ff; }
|
|
3491
3508
|
.em-ds-form-element-toggle:after, .em-ds-form-element-toggle:before {
|
|
3509
|
+
-moz-border-radius: 1.23077rem;
|
|
3510
|
+
-webkit-border-radius: 1.23077rem;
|
|
3492
3511
|
border-radius: 1.23077rem; }
|
|
3493
3512
|
|
|
3494
3513
|
.em-ds-form-element-toggle-box {
|
|
3514
|
+
-moz-border-radius: 0.61538rem;
|
|
3515
|
+
-webkit-border-radius: 0.61538rem;
|
|
3495
3516
|
border-radius: 0.61538rem;
|
|
3496
3517
|
border: solid 1px #353c46;
|
|
3497
3518
|
height: 1.23077rem;
|
|
@@ -3507,6 +3528,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3507
3528
|
background: #464f5c; }
|
|
3508
3529
|
|
|
3509
3530
|
.em-ds-form-element-toggle__input {
|
|
3531
|
+
-moz-border-radius: 50%;
|
|
3532
|
+
-webkit-border-radius: 50%;
|
|
3510
3533
|
border-radius: 50%;
|
|
3511
3534
|
height: calc(1.23077rem - (0.30769rem * 0.5));
|
|
3512
3535
|
width: calc(1.23077rem - (0.30769rem * 0.5));
|
|
@@ -3541,10 +3564,14 @@ fieldset.em-ds-form-item-content {
|
|
|
3541
3564
|
display: none; }
|
|
3542
3565
|
|
|
3543
3566
|
.em-ds-form-element-toggle--m {
|
|
3567
|
+
-moz-border-radius: 1.84615rem;
|
|
3568
|
+
-webkit-border-radius: 1.84615rem;
|
|
3544
3569
|
border-radius: 1.84615rem;
|
|
3545
3570
|
width: calc((1.84615rem * 0.9166) * 3);
|
|
3546
3571
|
height: 1.84615rem; }
|
|
3547
3572
|
.em-ds-form-element-toggle--m .em-ds-form-element-toggle-box {
|
|
3573
|
+
-moz-border-radius: 1.84615rem;
|
|
3574
|
+
-webkit-border-radius: 1.84615rem;
|
|
3548
3575
|
border-radius: 1.84615rem;
|
|
3549
3576
|
height: 1.84615rem;
|
|
3550
3577
|
width: calc((1.84615rem * 0.9166) * 3); }
|
|
@@ -3563,13 +3590,19 @@ fieldset.em-ds-form-item-content {
|
|
|
3563
3590
|
.em-ds-form-element-toggle--m .em-ds-form-element-toggle__icon-off {
|
|
3564
3591
|
padding: 0 0.30769rem 0 calc(1.84615rem - (0.30769rem * 0.5)); }
|
|
3565
3592
|
.em-ds-form-element-toggle--m:after, .em-ds-form-element-toggle--m:before {
|
|
3593
|
+
-moz-border-radius: 1.84615rem;
|
|
3594
|
+
-webkit-border-radius: 1.84615rem;
|
|
3566
3595
|
border-radius: 1.84615rem; }
|
|
3567
3596
|
|
|
3568
3597
|
.em-ds-form-element-toggle--l {
|
|
3598
|
+
-moz-border-radius: 2.46154rem;
|
|
3599
|
+
-webkit-border-radius: 2.46154rem;
|
|
3569
3600
|
border-radius: 2.46154rem;
|
|
3570
3601
|
width: calc((1.84615rem * 0.9166) * 4);
|
|
3571
3602
|
height: 2.46154rem; }
|
|
3572
3603
|
.em-ds-form-element-toggle--l .em-ds-form-element-toggle-box {
|
|
3604
|
+
-moz-border-radius: 2.46154rem;
|
|
3605
|
+
-webkit-border-radius: 2.46154rem;
|
|
3573
3606
|
border-radius: 2.46154rem;
|
|
3574
3607
|
height: 2.46154rem;
|
|
3575
3608
|
width: calc((1.84615rem * 0.9166) * 4); }
|
|
@@ -3590,6 +3623,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3590
3623
|
.em-ds-form-element-toggle--l .em-ds-form-element-toggle__icon-off {
|
|
3591
3624
|
padding: 0 0.61538rem 0 calc(2.46154rem - (0.30769rem * 0.5)); }
|
|
3592
3625
|
.em-ds-form-element-toggle--l:after, .em-ds-form-element-toggle--l:before {
|
|
3626
|
+
-moz-border-radius: 2.46154rem;
|
|
3627
|
+
-webkit-border-radius: 2.46154rem;
|
|
3593
3628
|
border-radius: 2.46154rem; }
|
|
3594
3629
|
|
|
3595
3630
|
.em-ds-form-element-toggle--checked .em-ds-form-element-toggle-box {
|
|
@@ -3641,6 +3676,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3641
3676
|
background: #697489; }
|
|
3642
3677
|
|
|
3643
3678
|
.em-ds-form-element-toggle--readonly:focus {
|
|
3679
|
+
-webkit-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
|
|
3680
|
+
-moz-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
|
|
3644
3681
|
-ms-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
|
|
3645
3682
|
-o-box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5);
|
|
3646
3683
|
box-shadow: 0 0 3px 2px rgba(105, 116, 137, 0.5); }
|
|
@@ -3792,6 +3829,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3792
3829
|
height: 100%; }
|
|
3793
3830
|
|
|
3794
3831
|
.em-ds-labeled-outline__idle {
|
|
3832
|
+
-moz-border-radius: 2px;
|
|
3833
|
+
-webkit-border-radius: 2px;
|
|
3795
3834
|
border-radius: 2px;
|
|
3796
3835
|
position: absolute;
|
|
3797
3836
|
z-index: -1;
|
|
@@ -3861,8 +3900,12 @@ fieldset.em-ds-form-item-content {
|
|
|
3861
3900
|
border: solid 1px #cbcfd7;
|
|
3862
3901
|
background: #ffffff;
|
|
3863
3902
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3903
|
+
-moz-border-radius: 2px;
|
|
3904
|
+
-webkit-border-radius: 2px;
|
|
3864
3905
|
border-radius: 2px; }
|
|
3865
3906
|
.em-ds-input-mask:focus-within {
|
|
3907
|
+
-webkit-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
3908
|
+
-moz-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
3866
3909
|
-ms-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
3867
3910
|
-o-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
3868
3911
|
box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7); }
|
|
@@ -3948,6 +3991,8 @@ fieldset.em-ds-form-item-content {
|
|
|
3948
3991
|
display: flex;
|
|
3949
3992
|
background: #ffffff;
|
|
3950
3993
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
3994
|
+
-moz-border-radius: 2px;
|
|
3995
|
+
-webkit-border-radius: 2px;
|
|
3951
3996
|
border-radius: 2px;
|
|
3952
3997
|
box-shadow: inset 0 0 0 1px #8c93a6;
|
|
3953
3998
|
padding: 1px; }
|
|
@@ -4652,6 +4697,8 @@ _:-ms-fullscreen,
|
|
|
4652
4697
|
.em-ds-toolbar {
|
|
4653
4698
|
display: inline-block;
|
|
4654
4699
|
background: #ffffff;
|
|
4700
|
+
-moz-border-radius: 2px;
|
|
4701
|
+
-webkit-border-radius: 2px;
|
|
4655
4702
|
border-radius: 2px;
|
|
4656
4703
|
display: flex;
|
|
4657
4704
|
justify-content: center;
|
|
@@ -4659,6 +4706,8 @@ _:-ms-fullscreen,
|
|
|
4659
4706
|
height: 2.76923rem;
|
|
4660
4707
|
padding: 0 0.61538rem; }
|
|
4661
4708
|
.em-ds-toolbar:not(.em-ds-toolbar--without-depth) {
|
|
4709
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4710
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4662
4711
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4663
4712
|
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4664
4713
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
|
|
@@ -4702,7 +4751,11 @@ _:-ms-fullscreen,
|
|
|
4702
4751
|
position: relative;
|
|
4703
4752
|
flex-direction: column;
|
|
4704
4753
|
display: flex;
|
|
4754
|
+
-moz-border-radius: 2px;
|
|
4755
|
+
-webkit-border-radius: 2px;
|
|
4705
4756
|
border-radius: 2px;
|
|
4757
|
+
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
4758
|
+
-moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
4706
4759
|
-ms-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
4707
4760
|
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
4708
4761
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19); }
|
|
@@ -4736,6 +4789,8 @@ _:-ms-fullscreen,
|
|
|
4736
4789
|
background: #ffffff;
|
|
4737
4790
|
border-right: 0.07692rem solid #b0b9c8; }
|
|
4738
4791
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel:focus {
|
|
4792
|
+
-webkit-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
4793
|
+
-moz-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
4739
4794
|
-ms-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
4740
4795
|
-o-box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
4741
4796
|
box-shadow: 0 0 4px 0 rgba(19, 148, 229, 0.7);
|
|
@@ -4759,8 +4814,7 @@ _:-ms-fullscreen,
|
|
|
4759
4814
|
vertical-align: center;
|
|
4760
4815
|
text-align: center;
|
|
4761
4816
|
border-radius: 50%;
|
|
4762
|
-
|
|
4763
|
-
user-select: none;
|
|
4817
|
+
user-select: none;
|
|
4764
4818
|
padding-top: 0.24615rem; }
|
|
4765
4819
|
.em-ds-time-picker-panel__wrapper .em-ds-time-picker-panel__item--disabled {
|
|
4766
4820
|
position: relative;
|
|
@@ -4969,10 +5023,15 @@ _:-ms-fullscreen,
|
|
|
4969
5023
|
padding: 0.30769rem 1.23077rem;
|
|
4970
5024
|
position: relative;
|
|
4971
5025
|
background-color: #ffffff;
|
|
5026
|
+
-moz-border-radius: 2px;
|
|
5027
|
+
-webkit-border-radius: 2px;
|
|
4972
5028
|
border-radius: 2px;
|
|
5029
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
5030
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4973
5031
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4974
5032
|
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
4975
5033
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
5034
|
+
-webkit-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
|
|
4976
5035
|
-moz-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
|
|
4977
5036
|
-ms-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
|
|
4978
5037
|
-o-filter: drop-shadow(0 0px 2px rgba(0, 0, 0, 0.3));
|
|
@@ -4989,15 +5048,15 @@ _:-ms-fullscreen,
|
|
|
4989
5048
|
fill: #ffffff; }
|
|
4990
5049
|
.em-ds-tooltip__arrow .fill {
|
|
4991
5050
|
fill: #ffffff; }
|
|
4992
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5051
|
+
.em-ds-tooltip__arrow[data-placement^="top"] {
|
|
4993
5052
|
transform: rotateZ(180deg); }
|
|
4994
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5053
|
+
.em-ds-tooltip__arrow[data-placement^="right"] {
|
|
4995
5054
|
transform: rotateZ(-90deg);
|
|
4996
5055
|
height: 1.47692rem; }
|
|
4997
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5056
|
+
.em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
4998
5057
|
transform: rotateZ(360deg);
|
|
4999
5058
|
height: 1.84615rem; }
|
|
5000
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5059
|
+
.em-ds-tooltip__arrow[data-placement^="left"] {
|
|
5001
5060
|
transform: rotateZ(90deg);
|
|
5002
5061
|
height: 1.47692rem; }
|
|
5003
5062
|
|
|
@@ -5024,7 +5083,7 @@ _:-ms-fullscreen,
|
|
|
5024
5083
|
vertical-align: middle; }
|
|
5025
5084
|
.em-ds-tooltip__text {
|
|
5026
5085
|
color: #25292f; }
|
|
5027
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5086
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5028
5087
|
height: 1.47692rem; } }
|
|
5029
5088
|
|
|
5030
5089
|
@media only screen and (max-device-width: 667px) and (-webkit-min-device-pixel-ratio: 2) {
|
|
@@ -5040,7 +5099,7 @@ _:-ms-fullscreen,
|
|
|
5040
5099
|
vertical-align: middle; }
|
|
5041
5100
|
.em-ds-tooltip__text {
|
|
5042
5101
|
color: #25292f; }
|
|
5043
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5102
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5044
5103
|
height: 1.47692rem; } }
|
|
5045
5104
|
|
|
5046
5105
|
@media only screen and (max-device-width: 812px) and (-webkit-min-device-pixel-ratio: 3) {
|
|
@@ -5056,7 +5115,7 @@ _:-ms-fullscreen,
|
|
|
5056
5115
|
vertical-align: middle; }
|
|
5057
5116
|
.em-ds-tooltip__text {
|
|
5058
5117
|
color: #25292f; }
|
|
5059
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5118
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5060
5119
|
height: 1.47692rem; } }
|
|
5061
5120
|
|
|
5062
5121
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 2) {
|
|
@@ -5072,7 +5131,7 @@ _:-ms-fullscreen,
|
|
|
5072
5131
|
vertical-align: middle; }
|
|
5073
5132
|
.em-ds-tooltip__text {
|
|
5074
5133
|
color: #25292f; }
|
|
5075
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5134
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5076
5135
|
height: 1.47692rem; } }
|
|
5077
5136
|
|
|
5078
5137
|
@media screen and (device-width: 320px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
@@ -5088,7 +5147,7 @@ _:-ms-fullscreen,
|
|
|
5088
5147
|
vertical-align: middle; }
|
|
5089
5148
|
.em-ds-tooltip__text {
|
|
5090
5149
|
color: #25292f; }
|
|
5091
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5150
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5092
5151
|
height: 1.47692rem; } }
|
|
5093
5152
|
|
|
5094
5153
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
@@ -5104,7 +5163,7 @@ _:-ms-fullscreen,
|
|
|
5104
5163
|
vertical-align: middle; }
|
|
5105
5164
|
.em-ds-tooltip__text {
|
|
5106
5165
|
color: #25292f; }
|
|
5107
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5166
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5108
5167
|
height: 1.47692rem; } }
|
|
5109
5168
|
|
|
5110
5169
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 3) {
|
|
@@ -5120,7 +5179,7 @@ _:-ms-fullscreen,
|
|
|
5120
5179
|
vertical-align: middle; }
|
|
5121
5180
|
.em-ds-tooltip__text {
|
|
5122
5181
|
color: #25292f; }
|
|
5123
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5182
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5124
5183
|
height: 1.47692rem; } }
|
|
5125
5184
|
|
|
5126
5185
|
@media screen and (device-width: 360px) and (device-height: 640px) and (-webkit-device-pixel-ratio: 4) {
|
|
@@ -5136,7 +5195,7 @@ _:-ms-fullscreen,
|
|
|
5136
5195
|
vertical-align: middle; }
|
|
5137
5196
|
.em-ds-tooltip__text {
|
|
5138
5197
|
color: #25292f; }
|
|
5139
|
-
.em-ds-tooltip__arrow[data-placement^=
|
|
5198
|
+
.em-ds-tooltip__arrow[data-placement^="top"], .em-ds-tooltip__arrow[data-placement^="bottom"] {
|
|
5140
5199
|
height: 1.47692rem; } }
|
|
5141
5200
|
|
|
5142
5201
|
.em-ds-popover {
|
|
@@ -5150,7 +5209,11 @@ _:-ms-fullscreen,
|
|
|
5150
5209
|
word-wrap: break-word;
|
|
5151
5210
|
display: inline-block;
|
|
5152
5211
|
color: #464f5c;
|
|
5212
|
+
-moz-border-radius: 2px;
|
|
5213
|
+
-webkit-border-radius: 2px;
|
|
5153
5214
|
border-radius: 2px;
|
|
5215
|
+
-webkit-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
5216
|
+
-moz-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
5154
5217
|
-ms-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
5155
5218
|
-o-box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
5156
5219
|
box-shadow: 0 0 0 1px rgba(16, 22, 26, 0.1), 0 2px 4px rgba(16, 22, 26, 0.2), 0 8px 24px rgba(16, 22, 26, 0.2);
|
|
@@ -5900,7 +5963,11 @@ div.em-ds-button {
|
|
|
5900
5963
|
|
|
5901
5964
|
.em-ds-card {
|
|
5902
5965
|
border: 1px solid #f6f7f9;
|
|
5966
|
+
-moz-border-radius: 0;
|
|
5967
|
+
-webkit-border-radius: 0;
|
|
5903
5968
|
border-radius: 0;
|
|
5969
|
+
-webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
5970
|
+
-moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
5904
5971
|
-ms-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
5905
5972
|
-o-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3);
|
|
5906
5973
|
box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.3); }
|
|
@@ -5908,6 +5975,8 @@ div.em-ds-button {
|
|
|
5908
5975
|
color: #464f5c;
|
|
5909
5976
|
padding: 6px 15px;
|
|
5910
5977
|
border-bottom: 1px solid transparent;
|
|
5978
|
+
-moz-border-radius: 0;
|
|
5979
|
+
-webkit-border-radius: 0;
|
|
5911
5980
|
border-radius: 0; }
|
|
5912
5981
|
.em-ds-card .em-ds-card-header .em-ds-card-header__heading {
|
|
5913
5982
|
color: #464f5c;
|
|
@@ -5964,7 +6033,11 @@ div.em-ds-button {
|
|
|
5964
6033
|
list-style: none;
|
|
5965
6034
|
width: 100%;
|
|
5966
6035
|
min-width: 9.84615rem;
|
|
6036
|
+
-moz-border-radius: 2px;
|
|
6037
|
+
-webkit-border-radius: 2px;
|
|
5967
6038
|
border-radius: 2px;
|
|
6039
|
+
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
6040
|
+
-moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
5968
6041
|
-ms-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
5969
6042
|
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
5970
6043
|
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19); }
|
|
@@ -6030,8 +6103,7 @@ div.em-ds-button {
|
|
|
6030
6103
|
.em-ds-menu-items__label {
|
|
6031
6104
|
white-space: nowrap;
|
|
6032
6105
|
text-overflow: ellipsis;
|
|
6033
|
-
|
|
6034
|
-
user-select: none;
|
|
6106
|
+
user-select: none;
|
|
6035
6107
|
margin-right: 1.23077rem;
|
|
6036
6108
|
margin-top: 0.15385rem;
|
|
6037
6109
|
flex: 1; }
|
|
@@ -6081,7 +6153,11 @@ div.em-ds-button {
|
|
|
6081
6153
|
color: #25292f;
|
|
6082
6154
|
list-style: none;
|
|
6083
6155
|
min-width: 9.84615rem;
|
|
6156
|
+
-moz-border-radius: 2px;
|
|
6157
|
+
-webkit-border-radius: 2px;
|
|
6084
6158
|
border-radius: 2px;
|
|
6159
|
+
-webkit-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
6160
|
+
-moz-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
6085
6161
|
-ms-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
6086
6162
|
-o-box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19);
|
|
6087
6163
|
box-shadow: 0 12px 15px 0 rgba(0, 0, 0, 0.24), 0 17px 50px 0 rgba(0, 0, 0, 0.19); }
|
|
@@ -6115,8 +6191,7 @@ div.em-ds-button {
|
|
|
6115
6191
|
.em-ds-menu-item .em-ds-menu-item__content {
|
|
6116
6192
|
white-space: nowrap;
|
|
6117
6193
|
text-overflow: ellipsis;
|
|
6118
|
-
|
|
6119
|
-
user-select: none;
|
|
6194
|
+
user-select: none;
|
|
6120
6195
|
height: 1.84615rem;
|
|
6121
6196
|
margin-left: 0.92308rem;
|
|
6122
6197
|
margin-right: 0.61538rem;
|
|
@@ -6544,11 +6619,162 @@ div.em-ds-button {
|
|
|
6544
6619
|
.em-ds-zoom-resize .em-ds-selectbox__control--is-focused .em-ds-selectbox__value-container--has-value span {
|
|
6545
6620
|
display: none; }
|
|
6546
6621
|
|
|
6622
|
+
.em-ds-indeterminate-progress-indicator__bar {
|
|
6623
|
+
background-color: #e0e3e8;
|
|
6624
|
+
overflow: hidden; }
|
|
6625
|
+
|
|
6626
|
+
.em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6627
|
+
height: 0.30769rem; }
|
|
6628
|
+
|
|
6629
|
+
@keyframes indeterminateAnimation {
|
|
6630
|
+
0% {
|
|
6631
|
+
transform: scaleX(0.015);
|
|
6632
|
+
transform-origin: 0% 0%;
|
|
6633
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
6634
|
+
25% {
|
|
6635
|
+
transform: scaleX(0.4); }
|
|
6636
|
+
50% {
|
|
6637
|
+
transform: scaleX(0.015);
|
|
6638
|
+
transform-origin: 100% 0%;
|
|
6639
|
+
background-image: linear-gradient(to right, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
6640
|
+
50.1% {
|
|
6641
|
+
transform: scaleX(0.015);
|
|
6642
|
+
transform-origin: 100% 0%;
|
|
6643
|
+
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5); }
|
|
6644
|
+
75% {
|
|
6645
|
+
transform: scaleX(0.4); }
|
|
6646
|
+
100% {
|
|
6647
|
+
transform: scaleX(0.015);
|
|
6648
|
+
transform-origin: 0% 0%;
|
|
6649
|
+
background-image: linear-gradient(to left, rgba(255, 255, 255, 0.8) 10%, #1394e5); } }
|
|
6650
|
+
|
|
6651
|
+
@keyframes processingSuccess {
|
|
6652
|
+
0%, 30% {
|
|
6653
|
+
transform: translateX(-50%);
|
|
6654
|
+
width: 50%; }
|
|
6655
|
+
15% {
|
|
6656
|
+
transform: translateX(150%);
|
|
6657
|
+
width: 50%; }
|
|
6658
|
+
0%, 60% {
|
|
6659
|
+
transform: translateX(-50%);
|
|
6660
|
+
width: 50%; }
|
|
6661
|
+
45% {
|
|
6662
|
+
transform: translateX(150%);
|
|
6663
|
+
width: 50%; }
|
|
6664
|
+
0%, 90% {
|
|
6665
|
+
transform: translateX(-50%);
|
|
6666
|
+
width: 50%; }
|
|
6667
|
+
75% {
|
|
6668
|
+
transform: translateX(150%);
|
|
6669
|
+
width: 50%; }
|
|
6670
|
+
100% {
|
|
6671
|
+
transform: translateX(0%); } }
|
|
6672
|
+
|
|
6673
|
+
@keyframes processingSuccessEnd {
|
|
6674
|
+
0% {
|
|
6675
|
+
transform: translateX(-50%);
|
|
6676
|
+
width: 50%; }
|
|
6677
|
+
45% {
|
|
6678
|
+
transform: translateX(150%);
|
|
6679
|
+
width: 50%; }
|
|
6680
|
+
100% {
|
|
6681
|
+
transform: translateX(0%);
|
|
6682
|
+
background-color: #207e56; } }
|
|
6683
|
+
|
|
6684
|
+
@keyframes processingFail {
|
|
6685
|
+
0%, 30% {
|
|
6686
|
+
transform: translateX(-50%);
|
|
6687
|
+
width: 50%; }
|
|
6688
|
+
15% {
|
|
6689
|
+
transform: translateX(150%);
|
|
6690
|
+
width: 50%; }
|
|
6691
|
+
0%, 60% {
|
|
6692
|
+
transform: translateX(-50%);
|
|
6693
|
+
width: 50%; }
|
|
6694
|
+
45% {
|
|
6695
|
+
transform: translateX(150%);
|
|
6696
|
+
width: 50%; }
|
|
6697
|
+
0%, 90% {
|
|
6698
|
+
transform: translateX(-50%);
|
|
6699
|
+
width: 50%; }
|
|
6700
|
+
75% {
|
|
6701
|
+
transform: translateX(150%);
|
|
6702
|
+
width: 50%; }
|
|
6703
|
+
100% {
|
|
6704
|
+
transform: translateX(0%); } }
|
|
6705
|
+
|
|
6706
|
+
@keyframes processingFailEnd {
|
|
6707
|
+
0% {
|
|
6708
|
+
transform: translateX(-50%);
|
|
6709
|
+
width: 50%; }
|
|
6710
|
+
45% {
|
|
6711
|
+
transform: translateX(150%);
|
|
6712
|
+
width: 50%; }
|
|
6713
|
+
100% {
|
|
6714
|
+
transform: translateX(0%);
|
|
6715
|
+
background-color: #e34256; } }
|
|
6716
|
+
|
|
6717
|
+
@keyframes labelAnimation {
|
|
6718
|
+
0% {
|
|
6719
|
+
opacity: 1; }
|
|
6720
|
+
92% {
|
|
6721
|
+
opacity: 1; }
|
|
6722
|
+
95% {
|
|
6723
|
+
opacity: 0; }
|
|
6724
|
+
100% {
|
|
6725
|
+
opacity: 1; } }
|
|
6726
|
+
|
|
6727
|
+
.em-ds-indeterminate-progress-indicator {
|
|
6728
|
+
width: 100%;
|
|
6729
|
+
padding: 0.61538rem 1.84615rem; }
|
|
6730
|
+
.em-ds-indeterminate-progress-indicator-default .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6731
|
+
background-color: #697489;
|
|
6732
|
+
width: 50%; }
|
|
6733
|
+
.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6734
|
+
background-color: #207e56; }
|
|
6735
|
+
.em-ds-indeterminate-progress-indicator-failed .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6736
|
+
background-color: #e34256; }
|
|
6737
|
+
.em-ds-indeterminate-progress-indicator-processing .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6738
|
+
background-color: #1394e5;
|
|
6739
|
+
width: 50%; }
|
|
6740
|
+
.em-ds-indeterminate-progress-indicator-processing.animated .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6741
|
+
width: 100%;
|
|
6742
|
+
animation: indeterminateAnimation 2s cubic-bezier(0.645, 0.045, 0.355, 1) infinite; }
|
|
6743
|
+
.em-ds-indeterminate-progress-indicator-processing.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6744
|
+
animation: processingSuccessEnd 1s ease-in-out;
|
|
6745
|
+
animation-fill-mode: forwards; }
|
|
6746
|
+
.em-ds-indeterminate-progress-indicator-processing.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
6747
|
+
animation: labelAnimation 1s ease-in-out; }
|
|
6748
|
+
.em-ds-indeterminate-progress-indicator-processing-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6749
|
+
background-color: #1394e5;
|
|
6750
|
+
width: 50%;
|
|
6751
|
+
animation: processingSuccess 4s infinite;
|
|
6752
|
+
animation-fill-mode: forwards; }
|
|
6753
|
+
.em-ds-indeterminate-progress-indicator-processing-complete.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6754
|
+
animation: processingSuccessEnd 1s ease-in-out;
|
|
6755
|
+
animation-fill-mode: forwards; }
|
|
6756
|
+
.em-ds-indeterminate-progress-indicator-processing-complete.em-ds-indeterminate-progress-indicator-complete .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
6757
|
+
animation: labelAnimation 1s ease-in-out; }
|
|
6758
|
+
.em-ds-indeterminate-progress-indicator-processing-fail .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6759
|
+
background-color: #1394e5;
|
|
6760
|
+
width: 50%;
|
|
6761
|
+
animation: processingFail 4s infinite;
|
|
6762
|
+
animation-fill-mode: forwards; }
|
|
6763
|
+
.em-ds-indeterminate-progress-indicator-processing-fail.em-ds-indeterminate-progress-indicator-failed .em-ds-indeterminate-progress-indicator__bar-indicator {
|
|
6764
|
+
animation: processingFailEnd 1s ease-in-out;
|
|
6765
|
+
animation-fill-mode: forwards; }
|
|
6766
|
+
.em-ds-indeterminate-progress-indicator-processing-fail.em-ds-indeterminate-progress-indicator-failed .em-ds-indeterminate-progress-indicator-tooltip-text {
|
|
6767
|
+
animation: labelAnimation 1s ease-in-out; }
|
|
6768
|
+
.em-ds-indeterminate-progress-indicator.line-only {
|
|
6769
|
+
padding: 0; }
|
|
6770
|
+
|
|
6547
6771
|
.em-ds-page-number {
|
|
6548
6772
|
position: relative;
|
|
6549
6773
|
display: inline-flex;
|
|
6550
6774
|
border: 0.07692rem solid #cbcfd7;
|
|
6551
6775
|
margin: 0.61538rem 0;
|
|
6776
|
+
-moz-border-radius: 2px;
|
|
6777
|
+
-webkit-border-radius: 2px;
|
|
6552
6778
|
border-radius: 2px; }
|
|
6553
6779
|
.em-ds-page-number .em-ds-time-picker-panel:not(:last-child) {
|
|
6554
6780
|
border-right: 0.07692rem solid #cbcfd7; }
|
|
@@ -6639,1000 +6865,125 @@ div.em-ds-button {
|
|
|
6639
6865
|
100% {
|
|
6640
6866
|
transform: rotate(0deg); } }
|
|
6641
6867
|
|
|
6642
|
-
|
|
6643
|
-
|
|
6644
|
-
|
|
6645
|
-
|
|
6646
|
-
|
|
6647
|
-
|
|
6648
|
-
|
|
6649
|
-
|
|
6650
|
-
.PresetDateRangePicker_button {
|
|
6651
|
-
position: relative;
|
|
6652
|
-
height: 100%;
|
|
6653
|
-
text-align: center;
|
|
6654
|
-
background: 0 0;
|
|
6655
|
-
border: 2px solid #00a699;
|
|
6656
|
-
color: #00a699;
|
|
6657
|
-
padding: 4px 12px;
|
|
6658
|
-
margin-right: 8px;
|
|
6659
|
-
font: inherit;
|
|
6660
|
-
font-weight: 700;
|
|
6661
|
-
line-height: normal;
|
|
6662
|
-
overflow: visible;
|
|
6663
|
-
box-sizing: border-box;
|
|
6664
|
-
cursor: pointer; }
|
|
6665
|
-
|
|
6666
|
-
.PresetDateRangePicker_button:active {
|
|
6667
|
-
outline: 0; }
|
|
6668
|
-
|
|
6669
|
-
.PresetDateRangePicker_button__selected {
|
|
6670
|
-
color: #fff;
|
|
6671
|
-
background: #00a699; }
|
|
6672
|
-
|
|
6673
|
-
.SingleDatePickerInput {
|
|
6674
|
-
display: inline-block;
|
|
6675
|
-
background-color: #fff; }
|
|
6676
|
-
|
|
6677
|
-
.SingleDatePickerInput__withBorder {
|
|
6678
|
-
border-radius: 2px;
|
|
6679
|
-
border: 1px solid #dbdbdb; }
|
|
6680
|
-
|
|
6681
|
-
.SingleDatePickerInput__rtl {
|
|
6682
|
-
direction: rtl; }
|
|
6683
|
-
|
|
6684
|
-
.SingleDatePickerInput__disabled {
|
|
6685
|
-
background-color: #f2f2f2; }
|
|
6686
|
-
|
|
6687
|
-
.SingleDatePickerInput__block {
|
|
6688
|
-
display: block; }
|
|
6689
|
-
|
|
6690
|
-
.SingleDatePickerInput__showClearDate {
|
|
6691
|
-
padding-right: 30px; }
|
|
6692
|
-
|
|
6693
|
-
.SingleDatePickerInput_clearDate {
|
|
6694
|
-
background: 0 0;
|
|
6695
|
-
border: 0;
|
|
6696
|
-
color: inherit;
|
|
6697
|
-
font: inherit;
|
|
6698
|
-
line-height: normal;
|
|
6699
|
-
overflow: visible;
|
|
6700
|
-
cursor: pointer;
|
|
6701
|
-
padding: 10px;
|
|
6702
|
-
margin: 0 10px 0 5px;
|
|
6703
|
-
position: absolute;
|
|
6704
|
-
right: 0;
|
|
6705
|
-
top: 50%;
|
|
6706
|
-
transform: translateY(-50%); }
|
|
6707
|
-
|
|
6708
|
-
.SingleDatePickerInput_clearDate__default:focus,
|
|
6709
|
-
.SingleDatePickerInput_clearDate__default:hover {
|
|
6710
|
-
background: #dbdbdb;
|
|
6711
|
-
border-radius: 50%; }
|
|
6712
|
-
|
|
6713
|
-
.SingleDatePickerInput_clearDate__small {
|
|
6714
|
-
padding: 6px; }
|
|
6715
|
-
|
|
6716
|
-
.SingleDatePickerInput_clearDate__hide {
|
|
6717
|
-
visibility: hidden; }
|
|
6718
|
-
|
|
6719
|
-
.SingleDatePickerInput_clearDate_svg {
|
|
6720
|
-
fill: #82888a;
|
|
6721
|
-
height: 12px;
|
|
6722
|
-
width: 15px;
|
|
6723
|
-
vertical-align: middle; }
|
|
6724
|
-
|
|
6725
|
-
.SingleDatePickerInput_clearDate_svg__small {
|
|
6726
|
-
height: 9px; }
|
|
6868
|
+
@keyframes pulse {
|
|
6869
|
+
0% {
|
|
6870
|
+
box-shadow: 0 0 0 0 #1e79c2; }
|
|
6871
|
+
50% {
|
|
6872
|
+
box-shadow: 0 0 5px 0 #1e79c2; }
|
|
6873
|
+
100% {
|
|
6874
|
+
box-shadow: 0 0 0 0 #1e79c2; } }
|
|
6727
6875
|
|
|
6728
|
-
.
|
|
6729
|
-
|
|
6730
|
-
|
|
6731
|
-
|
|
6732
|
-
|
|
6733
|
-
|
|
6734
|
-
|
|
6735
|
-
|
|
6736
|
-
|
|
6737
|
-
vertical-align: middle;
|
|
6738
|
-
padding: 10px;
|
|
6739
|
-
margin: 0 5px 0 10px; }
|
|
6876
|
+
.em-ds-shuttle {
|
|
6877
|
+
display: flex;
|
|
6878
|
+
justify-content: center;
|
|
6879
|
+
align-items: center;
|
|
6880
|
+
display: flex;
|
|
6881
|
+
align-items: center;
|
|
6882
|
+
justify-content: center;
|
|
6883
|
+
margin: 4em 0;
|
|
6884
|
+
height: 100%; }
|
|
6740
6885
|
|
|
6741
|
-
.
|
|
6742
|
-
|
|
6743
|
-
|
|
6744
|
-
|
|
6745
|
-
|
|
6886
|
+
.em-ds-shuttle__empty-container {
|
|
6887
|
+
height: 100%;
|
|
6888
|
+
display: flex;
|
|
6889
|
+
justify-content: center;
|
|
6890
|
+
align-items: center; }
|
|
6891
|
+
.em-ds-shuttle__empty-container span {
|
|
6892
|
+
color: #b0b9c8; }
|
|
6746
6893
|
|
|
6747
|
-
.
|
|
6894
|
+
.em-ds-shuttle-wrapper {
|
|
6748
6895
|
position: relative;
|
|
6749
|
-
|
|
6750
|
-
|
|
6751
|
-
.SingleDatePicker__block {
|
|
6752
|
-
display: block; }
|
|
6753
|
-
|
|
6754
|
-
.SingleDatePicker_picker {
|
|
6755
|
-
z-index: 1;
|
|
6756
|
-
background-color: #fff;
|
|
6757
|
-
position: absolute; }
|
|
6758
|
-
|
|
6759
|
-
.SingleDatePicker_picker__rtl {
|
|
6760
|
-
direction: rtl; }
|
|
6761
|
-
|
|
6762
|
-
.SingleDatePicker_picker__directionLeft {
|
|
6763
|
-
left: 0; }
|
|
6764
|
-
|
|
6765
|
-
.SingleDatePicker_picker__directionRight {
|
|
6766
|
-
right: 0; }
|
|
6767
|
-
|
|
6768
|
-
.SingleDatePicker_picker__portal {
|
|
6769
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
6770
|
-
position: fixed;
|
|
6771
|
-
top: 0;
|
|
6772
|
-
left: 0;
|
|
6896
|
+
min-width: 14.76923rem;
|
|
6897
|
+
width: 100%;
|
|
6773
6898
|
height: 100%;
|
|
6774
|
-
width:
|
|
6775
|
-
|
|
6776
|
-
.
|
|
6777
|
-
|
|
6778
|
-
|
|
6779
|
-
|
|
6780
|
-
|
|
6781
|
-
|
|
6782
|
-
|
|
6783
|
-
|
|
6784
|
-
|
|
6785
|
-
|
|
6786
|
-
|
|
6787
|
-
|
|
6788
|
-
|
|
6789
|
-
|
|
6790
|
-
|
|
6791
|
-
|
|
6792
|
-
|
|
6793
|
-
|
|
6794
|
-
|
|
6795
|
-
|
|
6796
|
-
|
|
6797
|
-
|
|
6798
|
-
|
|
6799
|
-
|
|
6800
|
-
|
|
6801
|
-
|
|
6802
|
-
|
|
6803
|
-
.
|
|
6804
|
-
|
|
6805
|
-
|
|
6806
|
-
|
|
6807
|
-
|
|
6808
|
-
|
|
6809
|
-
|
|
6810
|
-
|
|
6811
|
-
|
|
6812
|
-
|
|
6813
|
-
|
|
6814
|
-
|
|
6815
|
-
|
|
6816
|
-
|
|
6899
|
+
max-width: 23.07692rem; }
|
|
6900
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-header {
|
|
6901
|
+
height: 2.30769rem;
|
|
6902
|
+
display: flex; }
|
|
6903
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb {
|
|
6904
|
+
overflow: hidden;
|
|
6905
|
+
align-self: center;
|
|
6906
|
+
flex: 1;
|
|
6907
|
+
padding: 4px 0; }
|
|
6908
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb .em-ds-breadcrumb {
|
|
6909
|
+
width: 100%; }
|
|
6910
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb .em-ds-breadcrumb ol {
|
|
6911
|
+
margin: 0; }
|
|
6912
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list {
|
|
6913
|
+
flex: 1 1 50%;
|
|
6914
|
+
position: relative;
|
|
6915
|
+
border: 1px solid #cbcfd7;
|
|
6916
|
+
padding: 0;
|
|
6917
|
+
min-height: 22.89231rem;
|
|
6918
|
+
height: 100%;
|
|
6919
|
+
overflow: hidden;
|
|
6920
|
+
width: 100%;
|
|
6921
|
+
margin: 0 0 0.30769rem 0; }
|
|
6922
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow {
|
|
6923
|
+
top: 0;
|
|
6924
|
+
position: absolute;
|
|
6925
|
+
width: 100%;
|
|
6926
|
+
height: 100%;
|
|
6927
|
+
transition: top 200ms cubic-bezier(0.64, 0, 0.35, 1), height 200ms cubic-bezier(0.64, 0, 0.35, 1); }
|
|
6928
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow--searching {
|
|
6929
|
+
top: 2.21538rem;
|
|
6930
|
+
height: calc(100% - 2.21538rem); }
|
|
6931
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow--empty {
|
|
6932
|
+
top: 0; }
|
|
6933
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel {
|
|
6934
|
+
width: 3.93846rem;
|
|
6935
|
+
background-color: #ffffff;
|
|
6936
|
+
position: absolute;
|
|
6937
|
+
top: 0;
|
|
6938
|
+
right: 0;
|
|
6939
|
+
bottom: 1px;
|
|
6940
|
+
transition: transform 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
6941
|
+
transform: translateX(4.92308rem);
|
|
6942
|
+
z-index: 1;
|
|
6943
|
+
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
|
|
6944
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel .em-ds-button {
|
|
6945
|
+
width: 100%;
|
|
6946
|
+
height: 100%; }
|
|
6947
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel--open {
|
|
6948
|
+
transform: translateX(0px); }
|
|
6949
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__loading-list, .em-ds-shuttle-wrapper .em-ds-shuttle-list__empty-message {
|
|
6950
|
+
animation: fadeIn ease 1s;
|
|
6951
|
+
-webkit-animation: fadeIn ease 1s;
|
|
6952
|
+
-moz-animation: fadeIn ease 1s;
|
|
6953
|
+
-o-animation: fadeIn ease 1s;
|
|
6954
|
+
-ms-animation: fadeIn ease 1s; }
|
|
6955
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__loading-list {
|
|
6956
|
+
top: 0;
|
|
6957
|
+
position: absolute;
|
|
6958
|
+
width: 100%;
|
|
6959
|
+
height: 100%;
|
|
6960
|
+
pointer-events: none; }
|
|
6961
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list__empty-message {
|
|
6962
|
+
height: 100%;
|
|
6963
|
+
display: flex;
|
|
6964
|
+
justify-content: center;
|
|
6965
|
+
align-items: center;
|
|
6966
|
+
color: #697489; }
|
|
6967
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-list--show-pulse {
|
|
6968
|
+
animation: pulse 0.5s infinite;
|
|
6969
|
+
animation-iteration-count: 1; }
|
|
6817
6970
|
|
|
6818
|
-
|
|
6819
|
-
|
|
6820
|
-
|
|
6821
|
-
|
|
6822
|
-
|
|
6823
|
-
|
|
6824
|
-
|
|
6825
|
-
|
|
6826
|
-
|
|
6827
|
-
|
|
6828
|
-
|
|
6829
|
-
.
|
|
6830
|
-
|
|
6831
|
-
|
|
6832
|
-
|
|
6833
|
-
|
|
6834
|
-
border-top: 26px solid transparent;
|
|
6835
|
-
border-right: 33px solid #00a699;
|
|
6836
|
-
bottom: 0;
|
|
6837
|
-
right: 0; }
|
|
6838
|
-
|
|
6839
|
-
.DayPickerKeyboardShortcuts_show__bottomRight:hover::before {
|
|
6840
|
-
border-right: 33px solid #008489; }
|
|
6841
|
-
|
|
6842
|
-
.DayPickerKeyboardShortcuts_show__topRight {
|
|
6843
|
-
top: 0;
|
|
6844
|
-
right: 0; }
|
|
6845
|
-
|
|
6846
|
-
.DayPickerKeyboardShortcuts_show__topRight::before {
|
|
6847
|
-
border-bottom: 26px solid transparent;
|
|
6848
|
-
border-right: 33px solid #00a699;
|
|
6849
|
-
top: 0;
|
|
6850
|
-
right: 0; }
|
|
6851
|
-
|
|
6852
|
-
.DayPickerKeyboardShortcuts_show__topRight:hover::before {
|
|
6853
|
-
border-right: 33px solid #008489; }
|
|
6854
|
-
|
|
6855
|
-
.DayPickerKeyboardShortcuts_show__topLeft {
|
|
6856
|
-
top: 0;
|
|
6857
|
-
left: 0; }
|
|
6858
|
-
|
|
6859
|
-
.DayPickerKeyboardShortcuts_show__topLeft::before {
|
|
6860
|
-
border-bottom: 26px solid transparent;
|
|
6861
|
-
border-left: 33px solid #00a699;
|
|
6862
|
-
top: 0;
|
|
6863
|
-
left: 0; }
|
|
6864
|
-
|
|
6865
|
-
.DayPickerKeyboardShortcuts_show__topLeft:hover::before {
|
|
6866
|
-
border-left: 33px solid #008489; }
|
|
6867
|
-
|
|
6868
|
-
.DayPickerKeyboardShortcuts_showSpan {
|
|
6869
|
-
color: #fff;
|
|
6870
|
-
position: absolute; }
|
|
6871
|
-
|
|
6872
|
-
.DayPickerKeyboardShortcuts_showSpan__bottomRight {
|
|
6873
|
-
bottom: 0;
|
|
6874
|
-
right: 5px; }
|
|
6875
|
-
|
|
6876
|
-
.DayPickerKeyboardShortcuts_showSpan__topRight {
|
|
6877
|
-
top: 1px;
|
|
6878
|
-
right: 5px; }
|
|
6879
|
-
|
|
6880
|
-
.DayPickerKeyboardShortcuts_showSpan__topLeft {
|
|
6881
|
-
top: 1px;
|
|
6882
|
-
left: 5px; }
|
|
6883
|
-
|
|
6884
|
-
.DayPickerKeyboardShortcuts_panel {
|
|
6885
|
-
overflow: auto;
|
|
6886
|
-
background: #fff;
|
|
6887
|
-
border: 1px solid #dbdbdb;
|
|
6888
|
-
border-radius: 2px;
|
|
6889
|
-
position: absolute;
|
|
6890
|
-
top: 0;
|
|
6891
|
-
bottom: 0;
|
|
6892
|
-
right: 0;
|
|
6893
|
-
left: 0;
|
|
6894
|
-
z-index: 2;
|
|
6895
|
-
padding: 22px;
|
|
6896
|
-
margin: 33px;
|
|
6897
|
-
text-align: left; }
|
|
6898
|
-
|
|
6899
|
-
.DayPickerKeyboardShortcuts_title {
|
|
6900
|
-
font-size: 16px;
|
|
6901
|
-
font-weight: 700;
|
|
6902
|
-
margin: 0; }
|
|
6903
|
-
|
|
6904
|
-
.DayPickerKeyboardShortcuts_list {
|
|
6905
|
-
list-style: none;
|
|
6906
|
-
padding: 0;
|
|
6907
|
-
font-size: 14px; }
|
|
6908
|
-
|
|
6909
|
-
.DayPickerKeyboardShortcuts_close {
|
|
6910
|
-
position: absolute;
|
|
6911
|
-
right: 22px;
|
|
6912
|
-
top: 22px;
|
|
6913
|
-
z-index: 2; }
|
|
6914
|
-
|
|
6915
|
-
.DayPickerKeyboardShortcuts_close:active {
|
|
6916
|
-
outline: 0; }
|
|
6917
|
-
|
|
6918
|
-
.DayPickerKeyboardShortcuts_closeSvg {
|
|
6919
|
-
height: 15px;
|
|
6920
|
-
width: 15px;
|
|
6921
|
-
fill: #cacccd; }
|
|
6922
|
-
|
|
6923
|
-
.DayPickerKeyboardShortcuts_closeSvg:focus,
|
|
6924
|
-
.DayPickerKeyboardShortcuts_closeSvg:hover {
|
|
6925
|
-
fill: #82888a; }
|
|
6926
|
-
|
|
6927
|
-
.CalendarDay {
|
|
6928
|
-
box-sizing: border-box;
|
|
6929
|
-
cursor: pointer;
|
|
6930
|
-
font-size: 14px;
|
|
6931
|
-
text-align: center; }
|
|
6932
|
-
|
|
6933
|
-
.CalendarDay:active {
|
|
6934
|
-
outline: 0; }
|
|
6935
|
-
|
|
6936
|
-
.CalendarDay__defaultCursor {
|
|
6937
|
-
cursor: default; }
|
|
6938
|
-
|
|
6939
|
-
.CalendarDay__default {
|
|
6940
|
-
border: 1px solid #e4e7e7;
|
|
6941
|
-
color: #484848;
|
|
6942
|
-
background: #fff; }
|
|
6943
|
-
|
|
6944
|
-
.CalendarDay__default:hover {
|
|
6945
|
-
background: #e4e7e7;
|
|
6946
|
-
border: 1px solid #e4e7e7;
|
|
6947
|
-
color: inherit; }
|
|
6948
|
-
|
|
6949
|
-
.CalendarDay__hovered_offset {
|
|
6950
|
-
background: #f4f5f5;
|
|
6951
|
-
border: 1px double #e4e7e7;
|
|
6952
|
-
color: inherit; }
|
|
6953
|
-
|
|
6954
|
-
.CalendarDay__outside {
|
|
6955
|
-
border: 0;
|
|
6956
|
-
background: #fff;
|
|
6957
|
-
color: #484848; }
|
|
6958
|
-
|
|
6959
|
-
.CalendarDay__outside:hover {
|
|
6960
|
-
border: 0; }
|
|
6961
|
-
|
|
6962
|
-
.CalendarDay__blocked_minimum_nights {
|
|
6963
|
-
background: #fff;
|
|
6964
|
-
border: 1px solid #eceeee;
|
|
6965
|
-
color: #cacccd; }
|
|
6966
|
-
|
|
6967
|
-
.CalendarDay__blocked_minimum_nights:active,
|
|
6968
|
-
.CalendarDay__blocked_minimum_nights:hover {
|
|
6969
|
-
background: #fff;
|
|
6970
|
-
color: #cacccd; }
|
|
6971
|
-
|
|
6972
|
-
.CalendarDay__highlighted_calendar {
|
|
6973
|
-
background: #ffe8bc;
|
|
6974
|
-
color: #484848; }
|
|
6975
|
-
|
|
6976
|
-
.CalendarDay__highlighted_calendar:active,
|
|
6977
|
-
.CalendarDay__highlighted_calendar:hover {
|
|
6978
|
-
background: #ffce71;
|
|
6979
|
-
color: #484848; }
|
|
6980
|
-
|
|
6981
|
-
.CalendarDay__selected_span {
|
|
6982
|
-
background: #66e2da;
|
|
6983
|
-
border: 1px double #33dacd;
|
|
6984
|
-
color: #fff; }
|
|
6985
|
-
|
|
6986
|
-
.CalendarDay__selected_span:active,
|
|
6987
|
-
.CalendarDay__selected_span:hover {
|
|
6988
|
-
background: #33dacd;
|
|
6989
|
-
border: 1px double #33dacd;
|
|
6990
|
-
color: #fff; }
|
|
6991
|
-
|
|
6992
|
-
.CalendarDay__selected,
|
|
6993
|
-
.CalendarDay__selected:active,
|
|
6994
|
-
.CalendarDay__selected:hover {
|
|
6995
|
-
background: #00a699;
|
|
6996
|
-
border: 1px double #00a699;
|
|
6997
|
-
color: #fff; }
|
|
6998
|
-
|
|
6999
|
-
.CalendarDay__hovered_span,
|
|
7000
|
-
.CalendarDay__hovered_span:hover {
|
|
7001
|
-
background: #b2f1ec;
|
|
7002
|
-
border: 1px double #80e8e0;
|
|
7003
|
-
color: #007a87; }
|
|
7004
|
-
|
|
7005
|
-
.CalendarDay__hovered_span:active {
|
|
7006
|
-
background: #80e8e0;
|
|
7007
|
-
border: 1px double #80e8e0;
|
|
7008
|
-
color: #007a87; }
|
|
7009
|
-
|
|
7010
|
-
.CalendarDay__blocked_calendar,
|
|
7011
|
-
.CalendarDay__blocked_calendar:active,
|
|
7012
|
-
.CalendarDay__blocked_calendar:hover {
|
|
7013
|
-
background: #cacccd;
|
|
7014
|
-
border: 1px solid #cacccd;
|
|
7015
|
-
color: #82888a; }
|
|
7016
|
-
|
|
7017
|
-
.CalendarDay__blocked_out_of_range,
|
|
7018
|
-
.CalendarDay__blocked_out_of_range:active,
|
|
7019
|
-
.CalendarDay__blocked_out_of_range:hover {
|
|
7020
|
-
background: #fff;
|
|
7021
|
-
border: 1px solid #e4e7e7;
|
|
7022
|
-
color: #cacccd; }
|
|
7023
|
-
|
|
7024
|
-
.CalendarDay__hovered_start_first_possible_end {
|
|
7025
|
-
background: #eceeee;
|
|
7026
|
-
border: 1px double #eceeee; }
|
|
7027
|
-
|
|
7028
|
-
.CalendarDay__hovered_start_blocked_min_nights {
|
|
7029
|
-
background: #eceeee;
|
|
7030
|
-
border: 1px double #e4e7e7; }
|
|
7031
|
-
|
|
7032
|
-
.CalendarMonth {
|
|
7033
|
-
background: #fff;
|
|
7034
|
-
text-align: center;
|
|
7035
|
-
vertical-align: top;
|
|
7036
|
-
-webkit-user-select: none;
|
|
7037
|
-
user-select: none; }
|
|
7038
|
-
|
|
7039
|
-
.CalendarMonth_table {
|
|
7040
|
-
border-collapse: collapse;
|
|
7041
|
-
border-spacing: 0; }
|
|
7042
|
-
|
|
7043
|
-
.CalendarMonth_verticalSpacing {
|
|
7044
|
-
border-collapse: separate; }
|
|
7045
|
-
|
|
7046
|
-
.CalendarMonth_caption {
|
|
7047
|
-
color: #484848;
|
|
7048
|
-
font-size: 18px;
|
|
7049
|
-
text-align: center;
|
|
7050
|
-
padding-top: 22px;
|
|
7051
|
-
padding-bottom: 37px;
|
|
7052
|
-
caption-side: initial; }
|
|
7053
|
-
|
|
7054
|
-
.CalendarMonth_caption__verticalScrollable {
|
|
7055
|
-
padding-top: 12px;
|
|
7056
|
-
padding-bottom: 7px; }
|
|
7057
|
-
|
|
7058
|
-
.CalendarMonthGrid {
|
|
7059
|
-
background: #fff;
|
|
7060
|
-
text-align: left;
|
|
7061
|
-
z-index: 0; }
|
|
7062
|
-
|
|
7063
|
-
.CalendarMonthGrid__animating {
|
|
7064
|
-
z-index: 1; }
|
|
7065
|
-
|
|
7066
|
-
.CalendarMonthGrid__horizontal {
|
|
7067
|
-
position: absolute;
|
|
7068
|
-
left: 9px; }
|
|
7069
|
-
|
|
7070
|
-
.CalendarMonthGrid__vertical,
|
|
7071
|
-
.CalendarMonthGrid__vertical_scrollable {
|
|
7072
|
-
margin: 0 auto; }
|
|
7073
|
-
|
|
7074
|
-
.CalendarMonthGrid_month__horizontal {
|
|
7075
|
-
display: inline-block;
|
|
7076
|
-
vertical-align: top;
|
|
7077
|
-
min-height: 100%; }
|
|
7078
|
-
|
|
7079
|
-
.CalendarMonthGrid_month__hideForAnimation {
|
|
7080
|
-
position: absolute;
|
|
7081
|
-
z-index: -1;
|
|
7082
|
-
opacity: 0;
|
|
7083
|
-
pointer-events: none; }
|
|
7084
|
-
|
|
7085
|
-
.CalendarMonthGrid_month__hidden {
|
|
7086
|
-
visibility: hidden; }
|
|
7087
|
-
|
|
7088
|
-
.DayPickerNavigation {
|
|
7089
|
-
position: relative;
|
|
7090
|
-
z-index: 2; }
|
|
7091
|
-
|
|
7092
|
-
.DayPickerNavigation__horizontal {
|
|
7093
|
-
height: 0; }
|
|
7094
|
-
|
|
7095
|
-
.DayPickerNavigation__verticalScrollable_prevNav {
|
|
7096
|
-
z-index: 1; }
|
|
7097
|
-
|
|
7098
|
-
.DayPickerNavigation__verticalDefault {
|
|
7099
|
-
position: absolute;
|
|
7100
|
-
width: 100%;
|
|
7101
|
-
height: 52px;
|
|
7102
|
-
bottom: 0;
|
|
7103
|
-
left: 0; }
|
|
7104
|
-
|
|
7105
|
-
.DayPickerNavigation__verticalScrollableDefault {
|
|
7106
|
-
position: relative; }
|
|
7107
|
-
|
|
7108
|
-
.DayPickerNavigation__bottom {
|
|
7109
|
-
height: auto; }
|
|
7110
|
-
|
|
7111
|
-
.DayPickerNavigation__bottomDefault {
|
|
7112
|
-
-webkit-box-pack: justify;
|
|
7113
|
-
-ms-flex-pack: justify;
|
|
7114
|
-
display: flex;
|
|
7115
|
-
justify-content: space-between; }
|
|
7116
|
-
|
|
7117
|
-
.DayPickerNavigation_button {
|
|
7118
|
-
cursor: pointer;
|
|
7119
|
-
-webkit-user-select: none;
|
|
7120
|
-
user-select: none;
|
|
7121
|
-
border: 0;
|
|
7122
|
-
padding: 0;
|
|
7123
|
-
margin: 0; }
|
|
7124
|
-
|
|
7125
|
-
.DayPickerNavigation_button__default {
|
|
7126
|
-
border: 1px solid #e4e7e7;
|
|
7127
|
-
background-color: #fff;
|
|
7128
|
-
color: #757575; }
|
|
7129
|
-
|
|
7130
|
-
.DayPickerNavigation_button__default:focus,
|
|
7131
|
-
.DayPickerNavigation_button__default:hover {
|
|
7132
|
-
border: 1px solid #c4c4c4; }
|
|
7133
|
-
|
|
7134
|
-
.DayPickerNavigation_button__default:active {
|
|
7135
|
-
background: #f2f2f2; }
|
|
7136
|
-
|
|
7137
|
-
.DayPickerNavigation_button__disabled {
|
|
7138
|
-
cursor: default;
|
|
7139
|
-
border: 1px solid #f2f2f2; }
|
|
7140
|
-
|
|
7141
|
-
.DayPickerNavigation_button__disabled:focus,
|
|
7142
|
-
.DayPickerNavigation_button__disabled:hover {
|
|
7143
|
-
border: 1px solid #f2f2f2; }
|
|
7144
|
-
|
|
7145
|
-
.DayPickerNavigation_button__disabled:active {
|
|
7146
|
-
background: 0 0; }
|
|
7147
|
-
|
|
7148
|
-
.DayPickerNavigation_button__horizontalDefault {
|
|
7149
|
-
position: absolute;
|
|
7150
|
-
top: 18px;
|
|
7151
|
-
line-height: 0.78;
|
|
7152
|
-
border-radius: 3px;
|
|
7153
|
-
padding: 6px 9px; }
|
|
7154
|
-
|
|
7155
|
-
.DayPickerNavigation_bottomButton__horizontalDefault {
|
|
7156
|
-
position: static;
|
|
7157
|
-
margin: -10px 22px 30px; }
|
|
7158
|
-
|
|
7159
|
-
.DayPickerNavigation_leftButton__horizontalDefault {
|
|
7160
|
-
left: 22px; }
|
|
7161
|
-
|
|
7162
|
-
.DayPickerNavigation_rightButton__horizontalDefault {
|
|
7163
|
-
right: 22px; }
|
|
7164
|
-
|
|
7165
|
-
.DayPickerNavigation_button__verticalDefault {
|
|
7166
|
-
padding: 5px;
|
|
7167
|
-
background: #fff;
|
|
7168
|
-
box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
|
|
7169
|
-
position: relative;
|
|
7170
|
-
display: inline-block;
|
|
7171
|
-
text-align: center;
|
|
7172
|
-
height: 100%;
|
|
7173
|
-
width: 50%; }
|
|
7174
|
-
|
|
7175
|
-
.DayPickerNavigation_nextButton__verticalDefault {
|
|
7176
|
-
border-left: 0; }
|
|
7177
|
-
|
|
7178
|
-
.DayPickerNavigation_nextButton__verticalScrollableDefault,
|
|
7179
|
-
.DayPickerNavigation_prevButton__verticalScrollableDefault {
|
|
7180
|
-
width: 100%; }
|
|
7181
|
-
|
|
7182
|
-
.DayPickerNavigation_svg__horizontal {
|
|
7183
|
-
height: 19px;
|
|
7184
|
-
width: 19px;
|
|
7185
|
-
fill: #82888a;
|
|
7186
|
-
display: block; }
|
|
7187
|
-
|
|
7188
|
-
.DayPickerNavigation_svg__vertical {
|
|
7189
|
-
height: 42px;
|
|
7190
|
-
width: 42px;
|
|
7191
|
-
fill: #484848; }
|
|
7192
|
-
|
|
7193
|
-
.DayPickerNavigation_svg__disabled {
|
|
7194
|
-
fill: #f2f2f2; }
|
|
7195
|
-
|
|
7196
|
-
.DayPicker {
|
|
7197
|
-
background: #fff;
|
|
7198
|
-
position: relative;
|
|
7199
|
-
text-align: left; }
|
|
7200
|
-
|
|
7201
|
-
.DayPicker__horizontal {
|
|
7202
|
-
background: #fff; }
|
|
7203
|
-
|
|
7204
|
-
.DayPicker__verticalScrollable {
|
|
7205
|
-
height: 100%; }
|
|
7206
|
-
|
|
7207
|
-
.DayPicker__hidden {
|
|
7208
|
-
visibility: hidden; }
|
|
7209
|
-
|
|
7210
|
-
.DayPicker__withBorder {
|
|
7211
|
-
box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(0, 0, 0, 0.07);
|
|
7212
|
-
border-radius: 3px; }
|
|
7213
|
-
|
|
7214
|
-
.DayPicker_portal__horizontal {
|
|
7215
|
-
box-shadow: none;
|
|
7216
|
-
position: absolute;
|
|
7217
|
-
left: 50%;
|
|
7218
|
-
top: 50%; }
|
|
7219
|
-
|
|
7220
|
-
.DayPicker_portal__vertical {
|
|
7221
|
-
position: initial; }
|
|
7222
|
-
|
|
7223
|
-
.DayPicker_focusRegion {
|
|
7224
|
-
outline: 0; }
|
|
7225
|
-
|
|
7226
|
-
.DayPicker_calendarInfo__horizontal,
|
|
7227
|
-
.DayPicker_wrapper__horizontal {
|
|
7228
|
-
display: inline-block;
|
|
7229
|
-
vertical-align: top; }
|
|
7230
|
-
|
|
7231
|
-
.DayPicker_weekHeaders {
|
|
7232
|
-
position: relative; }
|
|
7233
|
-
|
|
7234
|
-
.DayPicker_weekHeaders__horizontal {
|
|
7235
|
-
margin-left: 9px; }
|
|
7236
|
-
|
|
7237
|
-
.DayPicker_weekHeader {
|
|
7238
|
-
color: #757575;
|
|
7239
|
-
position: absolute;
|
|
7240
|
-
top: 62px;
|
|
7241
|
-
z-index: 2;
|
|
7242
|
-
text-align: left; }
|
|
7243
|
-
|
|
7244
|
-
.DayPicker_weekHeader__vertical {
|
|
7245
|
-
left: 50%; }
|
|
7246
|
-
|
|
7247
|
-
.DayPicker_weekHeader__verticalScrollable {
|
|
7248
|
-
top: 0;
|
|
7249
|
-
display: table-row;
|
|
7250
|
-
border-bottom: 1px solid #dbdbdb;
|
|
7251
|
-
background: #fff;
|
|
7252
|
-
margin-left: 0;
|
|
7253
|
-
left: 0;
|
|
7254
|
-
width: 100%;
|
|
7255
|
-
text-align: center; }
|
|
7256
|
-
|
|
7257
|
-
.DayPicker_weekHeader_ul {
|
|
7258
|
-
list-style: none;
|
|
7259
|
-
margin: 1px 0;
|
|
7260
|
-
padding-left: 0;
|
|
7261
|
-
padding-right: 0;
|
|
7262
|
-
font-size: 14px; }
|
|
7263
|
-
|
|
7264
|
-
.DayPicker_weekHeader_li {
|
|
7265
|
-
display: inline-block;
|
|
7266
|
-
text-align: center; }
|
|
7267
|
-
|
|
7268
|
-
.DayPicker_transitionContainer {
|
|
7269
|
-
position: relative;
|
|
7270
|
-
overflow: hidden;
|
|
7271
|
-
border-radius: 3px; }
|
|
7272
|
-
|
|
7273
|
-
.DayPicker_transitionContainer__horizontal {
|
|
7274
|
-
transition: height 0.2s ease-in-out; }
|
|
7275
|
-
|
|
7276
|
-
.DayPicker_transitionContainer__vertical {
|
|
7277
|
-
width: 100%; }
|
|
7278
|
-
|
|
7279
|
-
.DayPicker_transitionContainer__verticalScrollable {
|
|
7280
|
-
padding-top: 20px;
|
|
7281
|
-
height: 100%;
|
|
7282
|
-
position: absolute;
|
|
7283
|
-
top: 0;
|
|
7284
|
-
bottom: 0;
|
|
7285
|
-
right: 0;
|
|
7286
|
-
left: 0;
|
|
7287
|
-
overflow-y: scroll; }
|
|
7288
|
-
|
|
7289
|
-
.DateInput {
|
|
7290
|
-
margin: 0;
|
|
7291
|
-
padding: 0;
|
|
7292
|
-
background: #fff;
|
|
7293
|
-
position: relative;
|
|
7294
|
-
display: inline-block;
|
|
7295
|
-
width: 130px;
|
|
7296
|
-
vertical-align: middle; }
|
|
7297
|
-
|
|
7298
|
-
.DateInput__small {
|
|
7299
|
-
width: 97px; }
|
|
7300
|
-
|
|
7301
|
-
.DateInput__block {
|
|
7302
|
-
width: 100%; }
|
|
7303
|
-
|
|
7304
|
-
.DateInput__disabled {
|
|
7305
|
-
background: #f2f2f2;
|
|
7306
|
-
color: #dbdbdb; }
|
|
7307
|
-
|
|
7308
|
-
.DateInput_input {
|
|
7309
|
-
font-weight: 200;
|
|
7310
|
-
font-size: 19px;
|
|
7311
|
-
line-height: 24px;
|
|
7312
|
-
color: #484848;
|
|
7313
|
-
background-color: #fff;
|
|
7314
|
-
width: 100%;
|
|
7315
|
-
padding: 11px 11px 9px;
|
|
7316
|
-
border: 0;
|
|
7317
|
-
border-top: 0;
|
|
7318
|
-
border-right: 0;
|
|
7319
|
-
border-bottom: 2px solid transparent;
|
|
7320
|
-
border-left: 0;
|
|
7321
|
-
border-radius: 0; }
|
|
7322
|
-
|
|
7323
|
-
.DateInput_input__small {
|
|
7324
|
-
font-size: 15px;
|
|
7325
|
-
line-height: 18px;
|
|
7326
|
-
letter-spacing: 0.2px;
|
|
7327
|
-
padding: 7px 7px 5px; }
|
|
7328
|
-
|
|
7329
|
-
.DateInput_input__regular {
|
|
7330
|
-
font-weight: auto; }
|
|
7331
|
-
|
|
7332
|
-
.DateInput_input__readOnly {
|
|
7333
|
-
-webkit-user-select: none;
|
|
7334
|
-
user-select: none; }
|
|
7335
|
-
|
|
7336
|
-
.DateInput_input__focused {
|
|
7337
|
-
outline: 0;
|
|
7338
|
-
background: #fff;
|
|
7339
|
-
border: 0;
|
|
7340
|
-
border-top: 0;
|
|
7341
|
-
border-right: 0;
|
|
7342
|
-
border-bottom: 2px solid #008489;
|
|
7343
|
-
border-left: 0; }
|
|
7344
|
-
|
|
7345
|
-
.DateInput_input__disabled {
|
|
7346
|
-
background: #f2f2f2;
|
|
7347
|
-
font-style: italic; }
|
|
7348
|
-
|
|
7349
|
-
.DateInput_screenReaderMessage {
|
|
7350
|
-
border: 0;
|
|
7351
|
-
clip: rect(0, 0, 0, 0);
|
|
7352
|
-
height: 1px;
|
|
7353
|
-
margin: -1px;
|
|
7354
|
-
overflow: hidden;
|
|
7355
|
-
padding: 0;
|
|
7356
|
-
position: absolute;
|
|
7357
|
-
width: 1px; }
|
|
7358
|
-
|
|
7359
|
-
.DateInput_fang {
|
|
7360
|
-
position: absolute;
|
|
7361
|
-
width: 20px;
|
|
7362
|
-
height: 10px;
|
|
7363
|
-
left: 22px;
|
|
7364
|
-
z-index: 2; }
|
|
7365
|
-
|
|
7366
|
-
.DateInput_fangShape {
|
|
7367
|
-
fill: #fff; }
|
|
7368
|
-
|
|
7369
|
-
.DateInput_fangStroke {
|
|
7370
|
-
stroke: #dbdbdb;
|
|
7371
|
-
fill: transparent; }
|
|
7372
|
-
|
|
7373
|
-
.DateRangePickerInput {
|
|
7374
|
-
background-color: #fff;
|
|
7375
|
-
display: inline-block; }
|
|
7376
|
-
|
|
7377
|
-
.DateRangePickerInput__disabled {
|
|
7378
|
-
background: #f2f2f2; }
|
|
7379
|
-
|
|
7380
|
-
.DateRangePickerInput__withBorder {
|
|
7381
|
-
border-radius: 2px;
|
|
7382
|
-
border: 1px solid #dbdbdb; }
|
|
7383
|
-
|
|
7384
|
-
.DateRangePickerInput__rtl {
|
|
7385
|
-
direction: rtl; }
|
|
7386
|
-
|
|
7387
|
-
.DateRangePickerInput__block {
|
|
7388
|
-
display: block; }
|
|
7389
|
-
|
|
7390
|
-
.DateRangePickerInput__showClearDates {
|
|
7391
|
-
padding-right: 30px; }
|
|
7392
|
-
|
|
7393
|
-
.DateRangePickerInput_arrow {
|
|
7394
|
-
display: inline-block;
|
|
7395
|
-
vertical-align: middle;
|
|
7396
|
-
color: #484848; }
|
|
7397
|
-
|
|
7398
|
-
.DateRangePickerInput_arrow_svg {
|
|
7399
|
-
vertical-align: middle;
|
|
7400
|
-
fill: #484848;
|
|
7401
|
-
height: 24px;
|
|
7402
|
-
width: 24px; }
|
|
7403
|
-
|
|
7404
|
-
.DateRangePickerInput_clearDates {
|
|
7405
|
-
background: 0 0;
|
|
7406
|
-
border: 0;
|
|
7407
|
-
color: inherit;
|
|
7408
|
-
font: inherit;
|
|
7409
|
-
line-height: normal;
|
|
7410
|
-
overflow: visible;
|
|
7411
|
-
cursor: pointer;
|
|
7412
|
-
padding: 10px;
|
|
7413
|
-
margin: 0 10px 0 5px;
|
|
7414
|
-
position: absolute;
|
|
7415
|
-
right: 0;
|
|
7416
|
-
top: 50%;
|
|
7417
|
-
transform: translateY(-50%); }
|
|
7418
|
-
|
|
7419
|
-
.DateRangePickerInput_clearDates__small {
|
|
7420
|
-
padding: 6px; }
|
|
7421
|
-
|
|
7422
|
-
.DateRangePickerInput_clearDates_default:focus,
|
|
7423
|
-
.DateRangePickerInput_clearDates_default:hover {
|
|
7424
|
-
background: #dbdbdb;
|
|
7425
|
-
border-radius: 50%; }
|
|
7426
|
-
|
|
7427
|
-
.DateRangePickerInput_clearDates__hide {
|
|
7428
|
-
visibility: hidden; }
|
|
7429
|
-
|
|
7430
|
-
.DateRangePickerInput_clearDates_svg {
|
|
7431
|
-
fill: #82888a;
|
|
7432
|
-
height: 12px;
|
|
7433
|
-
width: 15px;
|
|
7434
|
-
vertical-align: middle; }
|
|
7435
|
-
|
|
7436
|
-
.DateRangePickerInput_clearDates_svg__small {
|
|
7437
|
-
height: 9px; }
|
|
7438
|
-
|
|
7439
|
-
.DateRangePickerInput_calendarIcon {
|
|
7440
|
-
background: 0 0;
|
|
7441
|
-
border: 0;
|
|
7442
|
-
color: inherit;
|
|
7443
|
-
font: inherit;
|
|
7444
|
-
line-height: normal;
|
|
7445
|
-
overflow: visible;
|
|
7446
|
-
cursor: pointer;
|
|
7447
|
-
display: inline-block;
|
|
7448
|
-
vertical-align: middle;
|
|
7449
|
-
padding: 10px;
|
|
7450
|
-
margin: 0 5px 0 10px; }
|
|
7451
|
-
|
|
7452
|
-
.DateRangePickerInput_calendarIcon_svg {
|
|
7453
|
-
fill: #82888a;
|
|
7454
|
-
height: 15px;
|
|
7455
|
-
width: 14px;
|
|
7456
|
-
vertical-align: middle; }
|
|
7457
|
-
|
|
7458
|
-
.DateRangePicker {
|
|
7459
|
-
position: relative;
|
|
7460
|
-
display: inline-block; }
|
|
7461
|
-
|
|
7462
|
-
.DateRangePicker__block {
|
|
7463
|
-
display: block; }
|
|
7464
|
-
|
|
7465
|
-
.DateRangePicker_picker {
|
|
7466
|
-
z-index: 1;
|
|
7467
|
-
background-color: #fff;
|
|
7468
|
-
position: absolute; }
|
|
7469
|
-
|
|
7470
|
-
.DateRangePicker_picker__rtl {
|
|
7471
|
-
direction: rtl; }
|
|
7472
|
-
|
|
7473
|
-
.DateRangePicker_picker__directionLeft {
|
|
7474
|
-
left: 0; }
|
|
7475
|
-
|
|
7476
|
-
.DateRangePicker_picker__directionRight {
|
|
7477
|
-
right: 0; }
|
|
7478
|
-
|
|
7479
|
-
.DateRangePicker_picker__portal {
|
|
7480
|
-
background-color: rgba(0, 0, 0, 0.3);
|
|
7481
|
-
position: fixed;
|
|
7482
|
-
top: 0;
|
|
7483
|
-
left: 0;
|
|
7484
|
-
height: 100%;
|
|
7485
|
-
width: 100%; }
|
|
7486
|
-
|
|
7487
|
-
.DateRangePicker_picker__fullScreenPortal {
|
|
7488
|
-
background-color: #fff; }
|
|
7489
|
-
|
|
7490
|
-
.DateRangePicker_closeButton {
|
|
7491
|
-
background: 0 0;
|
|
7492
|
-
border: 0;
|
|
7493
|
-
color: inherit;
|
|
7494
|
-
font: inherit;
|
|
7495
|
-
line-height: normal;
|
|
7496
|
-
overflow: visible;
|
|
7497
|
-
cursor: pointer;
|
|
7498
|
-
position: absolute;
|
|
7499
|
-
top: 0;
|
|
7500
|
-
right: 0;
|
|
7501
|
-
padding: 15px;
|
|
7502
|
-
z-index: 2; }
|
|
7503
|
-
|
|
7504
|
-
.DateRangePicker_closeButton:focus,
|
|
7505
|
-
.DateRangePicker_closeButton:hover {
|
|
7506
|
-
color: #b0b3b4;
|
|
7507
|
-
text-decoration: none; }
|
|
7508
|
-
|
|
7509
|
-
.DateRangePicker_closeButton_svg {
|
|
7510
|
-
height: 15px;
|
|
7511
|
-
width: 15px;
|
|
7512
|
-
fill: #cacccd; }
|
|
7513
|
-
|
|
7514
|
-
/* ********************************************************************
|
|
7515
|
-
* react-dates end *
|
|
7516
|
-
********************************************************************* */
|
|
7517
|
-
@keyframes pulse {
|
|
7518
|
-
0% {
|
|
7519
|
-
box-shadow: 0 0 0 0 #1e79c2; }
|
|
7520
|
-
50% {
|
|
7521
|
-
box-shadow: 0 0 5px 0 #1e79c2; }
|
|
7522
|
-
100% {
|
|
7523
|
-
box-shadow: 0 0 0 0 #1e79c2; } }
|
|
7524
|
-
|
|
7525
|
-
.em-ds-shuttle {
|
|
7526
|
-
display: flex;
|
|
7527
|
-
justify-content: center;
|
|
7528
|
-
align-items: center;
|
|
7529
|
-
display: flex;
|
|
7530
|
-
align-items: center;
|
|
7531
|
-
justify-content: center;
|
|
7532
|
-
margin: 4em 0;
|
|
7533
|
-
height: 100%; }
|
|
7534
|
-
|
|
7535
|
-
.em-ds-shuttle__empty-container {
|
|
7536
|
-
height: 100%;
|
|
7537
|
-
display: flex;
|
|
7538
|
-
justify-content: center;
|
|
7539
|
-
align-items: center; }
|
|
7540
|
-
.em-ds-shuttle__empty-container span {
|
|
7541
|
-
color: #b0b9c8; }
|
|
7542
|
-
|
|
7543
|
-
.em-ds-shuttle-wrapper {
|
|
7544
|
-
position: relative;
|
|
7545
|
-
min-width: 14.76923rem;
|
|
7546
|
-
width: 100%;
|
|
7547
|
-
height: 100%;
|
|
7548
|
-
max-width: 23.07692rem; }
|
|
7549
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-header {
|
|
7550
|
-
height: 2.30769rem;
|
|
7551
|
-
display: flex; }
|
|
7552
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb {
|
|
7553
|
-
overflow: hidden;
|
|
7554
|
-
align-self: center;
|
|
7555
|
-
flex: 1;
|
|
7556
|
-
padding: 4px 0; }
|
|
7557
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb .em-ds-breadcrumb {
|
|
7558
|
-
width: 100%; }
|
|
7559
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-header__breadcrumb .em-ds-breadcrumb ol {
|
|
7560
|
-
margin: 0; }
|
|
7561
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list {
|
|
7562
|
-
flex: 1 1 50%;
|
|
7563
|
-
position: relative;
|
|
7564
|
-
border: 1px solid #cbcfd7;
|
|
7565
|
-
padding: 0;
|
|
7566
|
-
min-height: 22.89231rem;
|
|
7567
|
-
height: 100%;
|
|
7568
|
-
overflow: hidden;
|
|
7569
|
-
width: 100%;
|
|
7570
|
-
margin: 0 0 0.30769rem 0; }
|
|
7571
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow {
|
|
7572
|
-
top: 0;
|
|
7573
|
-
position: absolute;
|
|
7574
|
-
width: 100%;
|
|
7575
|
-
height: 100%;
|
|
7576
|
-
transition: top 200ms cubic-bezier(0.64, 0, 0.35, 1), height 200ms cubic-bezier(0.64, 0, 0.35, 1); }
|
|
7577
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow--searching {
|
|
7578
|
-
top: 2.21538rem;
|
|
7579
|
-
height: calc(100% - 2.21538rem); }
|
|
7580
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__overflow--empty {
|
|
7581
|
-
top: 0; }
|
|
7582
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel {
|
|
7583
|
-
width: 3.93846rem;
|
|
7584
|
-
background-color: #ffffff;
|
|
7585
|
-
position: absolute;
|
|
7586
|
-
top: 0;
|
|
7587
|
-
right: 0;
|
|
7588
|
-
bottom: 1px;
|
|
7589
|
-
transition: transform 100ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
7590
|
-
transform: translateX(4.92308rem);
|
|
7591
|
-
z-index: 1;
|
|
7592
|
-
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2); }
|
|
7593
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel .em-ds-button {
|
|
7594
|
-
width: 100%;
|
|
7595
|
-
height: 100%; }
|
|
7596
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__panel--open {
|
|
7597
|
-
transform: translateX(0px); }
|
|
7598
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__loading-list, .em-ds-shuttle-wrapper .em-ds-shuttle-list__empty-message {
|
|
7599
|
-
animation: fadeIn ease 1s;
|
|
7600
|
-
-webkit-animation: fadeIn ease 1s;
|
|
7601
|
-
-moz-animation: fadeIn ease 1s;
|
|
7602
|
-
-o-animation: fadeIn ease 1s;
|
|
7603
|
-
-ms-animation: fadeIn ease 1s; }
|
|
7604
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__loading-list {
|
|
7605
|
-
top: 0;
|
|
7606
|
-
position: absolute;
|
|
7607
|
-
width: 100%;
|
|
7608
|
-
height: 100%;
|
|
7609
|
-
pointer-events: none; }
|
|
7610
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list__empty-message {
|
|
7611
|
-
height: 100%;
|
|
7612
|
-
display: flex;
|
|
7613
|
-
justify-content: center;
|
|
7614
|
-
align-items: center;
|
|
7615
|
-
color: #697489; }
|
|
7616
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-list--show-pulse {
|
|
7617
|
-
animation: pulse 0.5s infinite;
|
|
7618
|
-
animation-iteration-count: 1; }
|
|
7619
|
-
|
|
7620
|
-
@keyframes fadeIn {
|
|
7621
|
-
0% {
|
|
7622
|
-
opacity: 0; }
|
|
7623
|
-
100% {
|
|
7624
|
-
opacity: 1; } }
|
|
7625
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-footer {
|
|
7626
|
-
display: flex;
|
|
7627
|
-
height: 1.53785rem;
|
|
7628
|
-
align-items: center; }
|
|
7629
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-footer__actions {
|
|
7630
|
-
flex: 1; }
|
|
7631
|
-
.em-ds-shuttle-wrapper .em-ds-shuttle-footer__counter {
|
|
7632
|
-
flex: 1;
|
|
7633
|
-
text-align: right; }
|
|
7634
|
-
.em-ds-shuttle-wrapper:first-child {
|
|
7635
|
-
margin-right: 16px; }
|
|
6971
|
+
@keyframes fadeIn {
|
|
6972
|
+
0% {
|
|
6973
|
+
opacity: 0; }
|
|
6974
|
+
100% {
|
|
6975
|
+
opacity: 1; } }
|
|
6976
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-footer {
|
|
6977
|
+
display: flex;
|
|
6978
|
+
height: 1.53785rem;
|
|
6979
|
+
align-items: center; }
|
|
6980
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-footer__actions {
|
|
6981
|
+
flex: 1; }
|
|
6982
|
+
.em-ds-shuttle-wrapper .em-ds-shuttle-footer__counter {
|
|
6983
|
+
flex: 1;
|
|
6984
|
+
text-align: right; }
|
|
6985
|
+
.em-ds-shuttle-wrapper:first-child {
|
|
6986
|
+
margin-right: 16px; }
|
|
7636
6987
|
|
|
7637
6988
|
.em-ds-shuttle-list-item {
|
|
7638
6989
|
display: grid;
|
|
@@ -7755,6 +7106,9 @@ body.ReactModal__Body--open {
|
|
|
7755
7106
|
outline: 0;
|
|
7756
7107
|
background-color: rgba(37, 41, 47, 0.5);
|
|
7757
7108
|
overflow: auto;
|
|
7109
|
+
-webkit-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
|
|
7110
|
+
-moz-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
|
|
7111
|
+
-o-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
|
|
7758
7112
|
transition: 400ms cubic-bezier(0, 0, 0.42, 1); }
|
|
7759
7113
|
.em-ds-modal-overlay[class*='after-open'] {
|
|
7760
7114
|
opacity: 1; }
|
|
@@ -7927,6 +7281,9 @@ body.ReactModal__Body--open {
|
|
|
7927
7281
|
outline: 0;
|
|
7928
7282
|
background-color: rgba(37, 41, 47, 0.5);
|
|
7929
7283
|
overflow: auto;
|
|
7284
|
+
-webkit-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
|
|
7285
|
+
-moz-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
|
|
7286
|
+
-o-transition: 400ms cubic-bezier(0, 0, 0.42, 1);
|
|
7930
7287
|
transition: 400ms cubic-bezier(0, 0, 0.42, 1); }
|
|
7931
7288
|
.em-ds-modal-v2-overlay[class*='after-open'] {
|
|
7932
7289
|
opacity: 1; }
|
|
@@ -8038,6 +7395,119 @@ body.ReactModal__Body--open {
|
|
|
8038
7395
|
.em-ds-modal-v2__modal-footer-actions .action-confirm {
|
|
8039
7396
|
margin-left: 0.61538rem; }
|
|
8040
7397
|
|
|
7398
|
+
@keyframes overlayAnimation {
|
|
7399
|
+
0% {
|
|
7400
|
+
background: rgba(37, 41, 47, 0); }
|
|
7401
|
+
100% {
|
|
7402
|
+
background: rgba(37, 41, 47, 0.25); } }
|
|
7403
|
+
|
|
7404
|
+
@keyframes overlayAnimationOut {
|
|
7405
|
+
0% {
|
|
7406
|
+
background: rgba(37, 41, 47, 0.25); }
|
|
7407
|
+
100% {
|
|
7408
|
+
background: rgba(37, 41, 47, 0); } }
|
|
7409
|
+
|
|
7410
|
+
@keyframes contentAnimationOut {
|
|
7411
|
+
0% {
|
|
7412
|
+
transform: translateX(0); }
|
|
7413
|
+
100% {
|
|
7414
|
+
transform: translateX(100%); } }
|
|
7415
|
+
|
|
7416
|
+
@keyframes contentAnimationIn {
|
|
7417
|
+
0% {
|
|
7418
|
+
transform: translateX(100%); }
|
|
7419
|
+
100% {
|
|
7420
|
+
transform: translateX(0); } }
|
|
7421
|
+
|
|
7422
|
+
.em-ds-modal-slide__wrapper {
|
|
7423
|
+
position: absolute;
|
|
7424
|
+
display: flex;
|
|
7425
|
+
height: calc(var(--height, 100%) * 1px);
|
|
7426
|
+
width: 100%;
|
|
7427
|
+
overflow: hidden;
|
|
7428
|
+
top: 0;
|
|
7429
|
+
z-index: 10; }
|
|
7430
|
+
|
|
7431
|
+
.em-ds-modal-slide__overlay {
|
|
7432
|
+
height: 100%;
|
|
7433
|
+
width: 100%;
|
|
7434
|
+
background: rgba(37, 41, 47, 0.25);
|
|
7435
|
+
display: flex;
|
|
7436
|
+
animation: overlayAnimation calc(var(--fade-in, 500) * 1ms) linear; }
|
|
7437
|
+
.em-ds-modal-slide__overlay--disappearing {
|
|
7438
|
+
animation: overlayAnimationOut calc(var(--fade-out, 500) * 1ms) linear; }
|
|
7439
|
+
|
|
7440
|
+
.em-ds-modal-slide__overlay--showing {
|
|
7441
|
+
display: flex;
|
|
7442
|
+
height: 100%; }
|
|
7443
|
+
|
|
7444
|
+
.em-ds-modal-slide__content {
|
|
7445
|
+
height: calc(var(--height, 100%) * 1px);
|
|
7446
|
+
background: #ffffff;
|
|
7447
|
+
-webkit-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7448
|
+
-moz-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7449
|
+
-ms-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7450
|
+
-o-box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7451
|
+
box-shadow: 0 6px 20px 0 rgba(0, 0, 0, 0.24), 0 8px 17px 0 rgba(0, 0, 0, 0.19);
|
|
7452
|
+
width: calc(var(--width, 50) * 1%);
|
|
7453
|
+
margin-left: auto;
|
|
7454
|
+
align-items: center;
|
|
7455
|
+
flex-direction: column;
|
|
7456
|
+
display: flex;
|
|
7457
|
+
overflow-y: auto;
|
|
7458
|
+
border: 1px solid #b0b9c8;
|
|
7459
|
+
border-left: 2px solid #b0b9c8;
|
|
7460
|
+
animation: contentAnimationIn calc(var(--fade-in, 500) * 0.5ms) linear; }
|
|
7461
|
+
.em-ds-modal-slide__content--disappearing {
|
|
7462
|
+
animation: contentAnimationOut calc(var(--fade-out, 500) * 1ms) linear; }
|
|
7463
|
+
.em-ds-modal-slide__content .em-ds-separator-wrapper {
|
|
7464
|
+
margin-top: unset; }
|
|
7465
|
+
|
|
7466
|
+
.em-ds-modal-slide__actual-content {
|
|
7467
|
+
display: flex;
|
|
7468
|
+
flex-direction: column; }
|
|
7469
|
+
|
|
7470
|
+
.em-ds-modal-slide__header-left-side {
|
|
7471
|
+
width: 100%;
|
|
7472
|
+
display: flex;
|
|
7473
|
+
flex-direction: row;
|
|
7474
|
+
text-align: left;
|
|
7475
|
+
padding: 0.61538rem 1.23077rem 0.61538rem 0;
|
|
7476
|
+
height: 3.69231rem; }
|
|
7477
|
+
.em-ds-modal-slide__header-left-side .em-ds-button .em-ds-icon {
|
|
7478
|
+
fill: #1e79c2; }
|
|
7479
|
+
.em-ds-modal-slide__header-left-side .close-button {
|
|
7480
|
+
padding-left: 18px; }
|
|
7481
|
+
|
|
7482
|
+
.em-ds-modal-slide__footer-wrapper {
|
|
7483
|
+
width: 100%;
|
|
7484
|
+
display: flex;
|
|
7485
|
+
flex-direction: row;
|
|
7486
|
+
text-align: left;
|
|
7487
|
+
align-items: center;
|
|
7488
|
+
justify-content: flex-end;
|
|
7489
|
+
padding: 0.61538rem 1.23077rem 0.61538rem 0;
|
|
7490
|
+
height: 3.69231rem; }
|
|
7491
|
+
.em-ds-modal-slide__footer-wrapper .em-ds-button {
|
|
7492
|
+
margin-left: 1.23077rem; }
|
|
7493
|
+
|
|
7494
|
+
.em-ds-modal-slide__header {
|
|
7495
|
+
padding: 0 1.23077rem;
|
|
7496
|
+
display: flex;
|
|
7497
|
+
flex-direction: column;
|
|
7498
|
+
justify-content: center; }
|
|
7499
|
+
.em-ds-modal-slide__header .em-ds-modal-slide__title {
|
|
7500
|
+
font-size: 1.3846rem;
|
|
7501
|
+
color: #353c46; }
|
|
7502
|
+
|
|
7503
|
+
.em-ds-modal-slide__wrapper .em-ds-modal-v2__modal-wrapper {
|
|
7504
|
+
flex: 1;
|
|
7505
|
+
padding: 1.84615rem 0; }
|
|
7506
|
+
|
|
7507
|
+
.em-ds-modal-slide__wrapper .em-ds-modal-v2__modal-title {
|
|
7508
|
+
max-width: 80%;
|
|
7509
|
+
margin: 0 auto; }
|
|
7510
|
+
|
|
8041
7511
|
.em-ds-modal-v2 .em-ds-modal-slide__content .em-ds-modal-v2__modal-wrapper {
|
|
8042
7512
|
display: flex;
|
|
8043
7513
|
flex-direction: column; }
|
|
@@ -8157,6 +7627,8 @@ _:-ms-fullscreen,
|
|
|
8157
7627
|
position: absolute !important; }
|
|
8158
7628
|
.virtualized-body .row-drag-helper .em-ds-data-grid-body__row {
|
|
8159
7629
|
opacity: 0.99;
|
|
7630
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
7631
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8160
7632
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8161
7633
|
z-index: 1;
|
|
8162
7634
|
top: -36px !important;
|
|
@@ -8166,6 +7638,8 @@ _:-ms-fullscreen,
|
|
|
8166
7638
|
|
|
8167
7639
|
.virtualized-body .row-drag-helper.em-ds-data-grid-body__row {
|
|
8168
7640
|
opacity: 0.99;
|
|
7641
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
7642
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8169
7643
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8170
7644
|
z-index: 1;
|
|
8171
7645
|
margin-top: -36px !important; }
|
|
@@ -8192,6 +7666,8 @@ _:-ms-fullscreen,
|
|
|
8192
7666
|
box-sizing: border-box; }
|
|
8193
7667
|
.em-ds-data-grid-body__row.row-drag-helper {
|
|
8194
7668
|
opacity: 0.99;
|
|
7669
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
7670
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8195
7671
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8196
7672
|
z-index: 1; }
|
|
8197
7673
|
.em-ds-data-grid-body__row:not(:last-child) {
|
|
@@ -8200,6 +7676,8 @@ _:-ms-fullscreen,
|
|
|
8200
7676
|
margin-bottom: 0.61538rem; }
|
|
8201
7677
|
.em-ds-data-grid-body__row:hover:not(.expanded-row), .em-ds-data-grid-body__row[aria-expanded='true'] {
|
|
8202
7678
|
opacity: 0.99;
|
|
7679
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
7680
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8203
7681
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8204
7682
|
z-index: 1; }
|
|
8205
7683
|
|
|
@@ -8295,8 +7773,7 @@ _:-ms-fullscreen,
|
|
|
8295
7773
|
|
|
8296
7774
|
.em-ds-data-grid .em-ds-data-grid-body.dragging {
|
|
8297
7775
|
pointer-events: none;
|
|
8298
|
-
|
|
8299
|
-
user-select: none; }
|
|
7776
|
+
user-select: none; }
|
|
8300
7777
|
|
|
8301
7778
|
.em-ds-data-grid .em-ds-data-grid-body__row.select-highlight {
|
|
8302
7779
|
background-color: #f6fbff; }
|
|
@@ -8333,6 +7810,8 @@ _:-ms-fullscreen,
|
|
|
8333
7810
|
|
|
8334
7811
|
.em-ds-data-grid .em-ds-data-grid-body__row.with-datagrid-toolbar {
|
|
8335
7812
|
opacity: 0.99;
|
|
7813
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
7814
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8336
7815
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8337
7816
|
z-index: 1; }
|
|
8338
7817
|
|
|
@@ -8665,6 +8144,8 @@ _:-ms-fullscreen,
|
|
|
8665
8144
|
|
|
8666
8145
|
.em-ds-data-grid-body.expandable .em-ds-data-grid-body__row.expanded {
|
|
8667
8146
|
opacity: 0.99;
|
|
8147
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8148
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8668
8149
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
8669
8150
|
z-index: 1;
|
|
8670
8151
|
width: auto; }
|
|
@@ -8933,10 +8414,7 @@ body > .em-ds-tree-item {
|
|
|
8933
8414
|
display: inline-block; }
|
|
8934
8415
|
|
|
8935
8416
|
.em-ds-query-builder-row__input-controller {
|
|
8936
|
-
height: 2.46154rem;
|
|
8937
|
-
display: grid;
|
|
8938
|
-
align-items: center;
|
|
8939
|
-
grid-template-columns: 100%; }
|
|
8417
|
+
height: 2.46154rem; }
|
|
8940
8418
|
.em-ds-query-builder-row__input-controller .em-ds-datepicker-range-inputs .em-ds-input {
|
|
8941
8419
|
width: 100%; }
|
|
8942
8420
|
.em-ds-query-builder-row__input-controller .em-ds-datepicker-range {
|
|
@@ -8983,6 +8461,8 @@ body > .em-ds-tree-item {
|
|
|
8983
8461
|
cursor: move; }
|
|
8984
8462
|
|
|
8985
8463
|
.em-ds-query-builder-row {
|
|
8464
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8465
|
+
-moz-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8986
8466
|
-ms-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8987
8467
|
-o-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8988
8468
|
box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
@@ -9074,6 +8554,8 @@ body > .em-ds-tree-item {
|
|
|
9074
8554
|
fill: #005181; }
|
|
9075
8555
|
|
|
9076
8556
|
.em-ds-query-builder-and-or-controller {
|
|
8557
|
+
-webkit-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
8558
|
+
-moz-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
9077
8559
|
-ms-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
9078
8560
|
-o-box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
9079
8561
|
box-shadow: 0 1px 2px 0 rgba(105, 116, 137, 0.5);
|
|
@@ -9222,6 +8704,8 @@ body > .em-ds-tree-item {
|
|
|
9222
8704
|
order: 1; }
|
|
9223
8705
|
|
|
9224
8706
|
.nestable-item.is-dragging .em-ds-query-builder-row {
|
|
8707
|
+
-webkit-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
8708
|
+
-moz-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
9225
8709
|
-ms-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
9226
8710
|
-o-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
9227
8711
|
box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75); }
|
|
@@ -9240,6 +8724,8 @@ body > .em-ds-tree-item {
|
|
|
9240
8724
|
.nestable-item > .nestable-list.nestable-child-count-single .nestable-item-name--filter {
|
|
9241
8725
|
padding: 1px;
|
|
9242
8726
|
padding-bottom: 20px;
|
|
8727
|
+
-webkit-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
8728
|
+
-moz-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
9243
8729
|
-ms-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
9244
8730
|
-o-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
9245
8731
|
box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5); }
|
|
@@ -9253,6 +8739,8 @@ body > .em-ds-tree-item {
|
|
|
9253
8739
|
.nested-main-group > .nestable > .nestable-child-count-single .nestable-item-name--filter {
|
|
9254
8740
|
padding: 1px;
|
|
9255
8741
|
padding-bottom: 20px;
|
|
8742
|
+
-webkit-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
8743
|
+
-moz-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
9256
8744
|
-ms-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
9257
8745
|
-o-box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5);
|
|
9258
8746
|
box-shadow: -1px 1px 1px 0 rgba(105, 116, 137, 0.5); }
|
|
@@ -9321,6 +8809,8 @@ body > .em-ds-tree-item {
|
|
|
9321
8809
|
top: 0;
|
|
9322
8810
|
left: 0;
|
|
9323
8811
|
padding: 0;
|
|
8812
|
+
-webkit-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
8813
|
+
-moz-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
9324
8814
|
-ms-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
9325
8815
|
-o-box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
9326
8816
|
box-shadow: 0 1px 4px 0 rgba(105, 116, 137, 0.75);
|
|
@@ -9567,6 +9057,8 @@ body > .em-ds-tree-item {
|
|
|
9567
9057
|
border: calc(0.30769rem * 0.25) solid #1e79c2;
|
|
9568
9058
|
box-shadow: inset 0 0 0 1px #8cc2ed;
|
|
9569
9059
|
border-radius: 2px;
|
|
9060
|
+
-moz-border-radius: 50%;
|
|
9061
|
+
-webkit-border-radius: 50%;
|
|
9570
9062
|
border-radius: 50%; }
|
|
9571
9063
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-radio__input-button,
|
|
9572
9064
|
.em-ds-week-days-week-days-picker .em-ds-radio-group .em-ds-form-element-radio .em-ds-form-element-radio__input:checked + .em-ds-form-element-checkbox__input-button,
|
|
@@ -9647,6 +9139,8 @@ body > .em-ds-tree-item {
|
|
|
9647
9139
|
display: block; }
|
|
9648
9140
|
.em-ds-week-days-week-days-picker .em-ds-form-element-radio__input-button,
|
|
9649
9141
|
.em-ds-week-days-week-days-picker .em-ds-form-element-checkbox__input-button {
|
|
9142
|
+
-moz-border-radius: 50%;
|
|
9143
|
+
-webkit-border-radius: 50%;
|
|
9650
9144
|
border-radius: 50%;
|
|
9651
9145
|
transition: 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
9652
9146
|
width: 2.95385rem;
|
|
@@ -9774,6 +9268,8 @@ body > .em-ds-tree-item {
|
|
|
9774
9268
|
text-align: center;
|
|
9775
9269
|
vertical-align: top;
|
|
9776
9270
|
-webkit-user-select: none;
|
|
9271
|
+
-moz-user-select: none;
|
|
9272
|
+
-ms-user-select: none;
|
|
9777
9273
|
user-select: none; }
|
|
9778
9274
|
|
|
9779
9275
|
.CalendarMonthGrid__horizontal {
|
|
@@ -9852,6 +9348,8 @@ body > .em-ds-tree-item {
|
|
|
9852
9348
|
align-items: flex-end; }
|
|
9853
9349
|
|
|
9854
9350
|
.DateInput_input {
|
|
9351
|
+
-moz-border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
|
|
9352
|
+
-webkit-border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
|
|
9855
9353
|
border-radius: calc(0.30769rem * 0.5) 0 0 calc(0.30769rem * 0.5);
|
|
9856
9354
|
transition: border 200ms cubic-bezier(0.64, 0, 0.35, 1);
|
|
9857
9355
|
border: solid 1px #cbcfd7;
|
|
@@ -10152,6 +9650,8 @@ body > .em-ds-tree-item {
|
|
|
10152
9650
|
|
|
10153
9651
|
.em-ds-datepicker--focused .DateInput_input {
|
|
10154
9652
|
border-color: #1e79c2;
|
|
9653
|
+
-webkit-box-shadow: none;
|
|
9654
|
+
-moz-box-shadow: none;
|
|
10155
9655
|
-ms-box-shadow: none;
|
|
10156
9656
|
-o-box-shadow: none;
|
|
10157
9657
|
box-shadow: none; }
|
|
@@ -10160,6 +9660,8 @@ body > .em-ds-tree-item {
|
|
|
10160
9660
|
border-right-color: #1e79c2;
|
|
10161
9661
|
border-top-color: #1e79c2;
|
|
10162
9662
|
border-bottom-color: #1e79c2;
|
|
9663
|
+
-webkit-box-shadow: none;
|
|
9664
|
+
-moz-box-shadow: none;
|
|
10163
9665
|
-ms-box-shadow: none;
|
|
10164
9666
|
-o-box-shadow: none;
|
|
10165
9667
|
box-shadow: none; }
|
|
@@ -10217,6 +9719,8 @@ body > .em-ds-tree-item {
|
|
|
10217
9719
|
top: 1px; }
|
|
10218
9720
|
|
|
10219
9721
|
.em-ds-datepicker__picker {
|
|
9722
|
+
-moz-border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
|
|
9723
|
+
-webkit-border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
|
|
10220
9724
|
border-radius: 0 calc(0.30769rem * 0.5) calc(0.30769rem * 0.5) 0;
|
|
10221
9725
|
padding: 0 calc(0.30769rem * 0.5); }
|
|
10222
9726
|
.em-ds-datepicker__picker:hover:not([disabled]) {
|
|
@@ -10296,6 +9800,8 @@ body > .em-ds-tree-item {
|
|
|
10296
9800
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input,
|
|
10297
9801
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateInput_input {
|
|
10298
9802
|
border: solid 1px #cbcfd7;
|
|
9803
|
+
-moz-border-radius: calc(0.30769rem * 0.5);
|
|
9804
|
+
-webkit-border-radius: calc(0.30769rem * 0.5);
|
|
10299
9805
|
border-radius: calc(0.30769rem * 0.5); }
|
|
10300
9806
|
.em-ds-datepicker-range .DateInput_input:disabled,
|
|
10301
9807
|
.em-ds-date-range-selector-wrap-day-picker .DateInput_input:disabled,
|
|
@@ -10524,6 +10030,8 @@ body > .em-ds-tree-item {
|
|
|
10524
10030
|
.em-ds-datepicker-range .DateRangePicker + .em-ds-datepicker__picker,
|
|
10525
10031
|
.em-ds-date-range-selector-wrap-day-picker .DateRangePicker + .em-ds-datepicker__picker,
|
|
10526
10032
|
.em-ds-datepicker-range-wrapper-day-picker-single-date-controller .DateRangePicker + .em-ds-datepicker__picker {
|
|
10033
|
+
-moz-border-radius: calc(0.30769rem * 0.5);
|
|
10034
|
+
-webkit-border-radius: calc(0.30769rem * 0.5);
|
|
10527
10035
|
border-radius: calc(0.30769rem * 0.5); }
|
|
10528
10036
|
|
|
10529
10037
|
.em-ds-datepicker-range .CalendarMonth,
|
|
@@ -10533,6 +10041,8 @@ body > .em-ds-tree-item {
|
|
|
10533
10041
|
text-align: center;
|
|
10534
10042
|
vertical-align: top;
|
|
10535
10043
|
-webkit-user-select: none;
|
|
10044
|
+
-moz-user-select: none;
|
|
10045
|
+
-ms-user-select: none;
|
|
10536
10046
|
user-select: none; }
|
|
10537
10047
|
|
|
10538
10048
|
.em-ds-datepicker-range .CalendarMonth_table,
|
|
@@ -11841,6 +11351,8 @@ body > .em-ds-tree-item {
|
|
|
11841
11351
|
.em-ds-card-array__box {
|
|
11842
11352
|
margin: 1.23077rem;
|
|
11843
11353
|
width: calc(33.33% - (1.23077rem * 2));
|
|
11354
|
+
-webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11355
|
+
-moz-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11844
11356
|
-ms-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11845
11357
|
-o-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|
|
11846
11358
|
box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.13), 0 2px 4px 0 rgba(0, 0, 0, 0.2);
|