@gooddata/sdk-ui-dashboard 11.29.0-alpha.0 → 11.29.0-alpha.10
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/NOTICE +101 -33
- package/esm/__version.d.ts +1 -1
- package/esm/__version.d.ts.map +1 -1
- package/esm/__version.js +1 -1
- package/esm/__version.js.map +1 -1
- package/esm/index.d.ts +2 -2
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +1 -1
- package/esm/index.js.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.d.ts +14 -1
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.d.ts.map +1 -1
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.js +19 -0
- package/esm/model/commandHandlers/dashboard/common/attributeFilterSelectionTypeCompatibility.js.map +1 -1
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.d.ts +5 -1
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.d.ts.map +1 -1
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js +51 -12
- package/esm/model/commandHandlers/drill/resolveDrillToCustomUrl.js.map +1 -1
- package/esm/model/commandHandlers/filterContext/attributeFilter/addTextAttributeFilterHandler.d.ts +5 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/addTextAttributeFilterHandler.d.ts.map +1 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/addTextAttributeFilterHandler.js +66 -0
- package/esm/model/commandHandlers/filterContext/attributeFilter/addTextAttributeFilterHandler.js.map +1 -0
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js +120 -69
- package/esm/model/commandHandlers/filterContext/changeFilterContextSelectionHandler.js.map +1 -1
- package/esm/model/commandHandlers/index.d.ts.map +1 -1
- package/esm/model/commandHandlers/index.js +2 -0
- package/esm/model/commandHandlers/index.js.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.d.ts.map +1 -1
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js +49 -8
- package/esm/model/commandHandlers/scheduledEmail/initializeAutomationsHandler.js.map +1 -1
- package/esm/model/commands/base.d.ts +1 -1
- package/esm/model/commands/base.d.ts.map +1 -1
- package/esm/model/commands/filters.d.ts +40 -1
- package/esm/model/commands/filters.d.ts.map +1 -1
- package/esm/model/commands/filters.js +23 -0
- package/esm/model/commands/filters.js.map +1 -1
- package/esm/model/commands/index.d.ts +2 -2
- package/esm/model/commands/index.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts +12 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.d.ts.map +1 -1
- package/esm/model/store/tabs/filterContext/filterContextReducers.js +39 -0
- package/esm/model/store/tabs/filterContext/filterContextReducers.js.map +1 -1
- package/esm/model/store/tabs/index.d.ts +4 -0
- package/esm/model/store/tabs/index.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.d.ts.map +1 -1
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js +4 -3
- package/esm/presentation/alerting/DefaultAlertingDialog/DefaultAlertingDialogNew.js.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts +6 -3
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.d.ts.map +1 -1
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js +38 -4
- package/esm/presentation/automationFilters/hooks/useValidateExistingAutomationFilters.js.map +1 -1
- package/esm/presentation/constants/automations.d.ts +1 -0
- package/esm/presentation/constants/automations.d.ts.map +1 -1
- package/esm/presentation/constants/automations.js +2 -1
- package/esm/presentation/constants/automations.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js +2 -2
- package/esm/presentation/filterBar/attributeFilter/AttributeFilterParentFilteringContext.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js +2 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/AttributeFilterConfiguration.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useOriginalConfigurationState.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useOriginalConfigurationState.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useOriginalConfigurationState.js +5 -4
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useOriginalConfigurationState.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useParentsConfiguration.d.ts +2 -2
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useParentsConfiguration.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/dashboardDropdownBody/configuration/hooks/useParentsConfiguration.js.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.d.ts.map +1 -1
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js +18 -13
- package/esm/presentation/filterBar/attributeFilter/useParentFilters.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js +8 -5
- package/esm/presentation/filterBar/filterBar/DefaultFilterBarContainer.js.map +1 -1
- package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.d.ts.map +1 -1
- package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.js +2 -2
- package/esm/presentation/filterBar/filterBar/ShowAllFiltersButton.js.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/de-DE.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/en-AU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/en-GB.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts +8 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js +8 -0
- package/esm/presentation/localization/bundles/en-US.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/es-419.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/es-ES.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/fi-FI.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/fr-CA.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/fr-FR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/id-ID.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/it-IT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js +16 -14
- package/esm/presentation/localization/bundles/ja-JP.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/ko-KR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/nl-NL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/pl-PL.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/pt-BR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/pt-PT.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/ru-RU.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/sl-Sl.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/th-TH.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/tr-TR.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/vi-VN.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/zh-HK.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/zh-Hans.localization-bundle.js.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts +2 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.d.ts.map +1 -1
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js +2 -0
- package/esm/presentation/localization/bundles/zh-Hant.localization-bundle.js.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts +1 -0
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.d.ts.map +1 -1
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js +2 -2
- package/esm/presentation/presentationComponents/DashboardItems/DashboardItem.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.js +4 -2
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentSettings.js.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.d.ts.map +1 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js +2 -1
- package/esm/presentation/scheduledEmail/DefaultScheduledEmailDialog/components/Attachments/AttachmentsSelect.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/TargetDashboardFiltersContext.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/TargetDashboardFiltersContext.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/TargetDashboardFiltersContext.js +3 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/TargetDashboardFiltersContext.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.d.ts +31 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js +148 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/drillFiltersConfigUtils.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.d.ts +3 -0
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.js +3 -0
- package/esm/presentation/widget/insight/configuration/DrillFilters/messages.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.d.ts +3 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js +11 -27
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapDashboardFilterToOption.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceInsightFilterToOption.d.ts +4 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceInsightFilterToOption.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceInsightFilterToOption.js +6 -5
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceInsightFilterToOption.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceMeasureFilterToOption.d.ts +4 -2
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceMeasureFilterToOption.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceMeasureFilterToOption.js +6 -4
- package/esm/presentation/widget/insight/configuration/DrillFilters/optionMappings/mapSourceMeasureFilterToOption.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js +11 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useDrillFiltersConfig.js.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useFetchTargetDashboardFilters.d.ts +2 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useFetchTargetDashboardFilters.d.ts.map +1 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useFetchTargetDashboardFilters.js +4 -1
- package/esm/presentation/widget/insight/configuration/DrillFilters/useFetchTargetDashboardFilters.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.js +1 -1
- package/esm/presentation/widget/visualizationSwitcher/EditModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.d.ts.map +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js +1 -1
- package/esm/presentation/widget/visualizationSwitcher/ViewModeDashboardVisualizationSwitcher.js.map +1 -1
- package/esm/sdk-ui-dashboard.d.ts +57 -2
- package/package.json +24 -24
- package/styles/css/main.css +403 -34
- package/styles/css/main.css.map +1 -1
package/styles/css/main.css
CHANGED
|
@@ -4218,6 +4218,7 @@ button.gd-list-item {
|
|
|
4218
4218
|
}
|
|
4219
4219
|
|
|
4220
4220
|
.gd-list-title {
|
|
4221
|
+
margin: 0;
|
|
4221
4222
|
padding: 10px;
|
|
4222
4223
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
4223
4224
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
@@ -5956,7 +5957,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
5956
5957
|
|
|
5957
5958
|
.gd-invertable-select-search-input {
|
|
5958
5959
|
margin: 10px;
|
|
5959
|
-
width: 100
|
|
5960
|
+
width: calc(100% - 20px);
|
|
5960
5961
|
min-width: 0;
|
|
5961
5962
|
}
|
|
5962
5963
|
|
|
@@ -5981,7 +5982,6 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
5981
5982
|
flex-shrink: 1;
|
|
5982
5983
|
}
|
|
5983
5984
|
|
|
5984
|
-
.gd-invertable-select-list .gd-invertable-select-all-checkbox:focus-visible,
|
|
5985
5985
|
.gd-invertable-select-list .gd-list-item:focus-visible {
|
|
5986
5986
|
outline-offset: -2px;
|
|
5987
5987
|
}
|
|
@@ -5990,13 +5990,21 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
5990
5990
|
display: flex;
|
|
5991
5991
|
justify-content: flex-start;
|
|
5992
5992
|
align-items: center;
|
|
5993
|
-
|
|
5993
|
+
position: relative;
|
|
5994
|
+
margin: 0 10px 10px;
|
|
5994
5995
|
font-size: 12px;
|
|
5995
|
-
padding-bottom: 5px;
|
|
5996
|
-
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
5997
5996
|
cursor: pointer;
|
|
5998
5997
|
}
|
|
5999
5998
|
|
|
5999
|
+
.gd-invertable-select-all-checkbox::after {
|
|
6000
|
+
content: "";
|
|
6001
|
+
position: absolute;
|
|
6002
|
+
left: 0;
|
|
6003
|
+
right: 0;
|
|
6004
|
+
bottom: -6px;
|
|
6005
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
6006
|
+
}
|
|
6007
|
+
|
|
6000
6008
|
.gd-invertable-select-all-checkbox .input-checkbox-label {
|
|
6001
6009
|
cursor: pointer;
|
|
6002
6010
|
}
|
|
@@ -6039,12 +6047,6 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6039
6047
|
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
6040
6048
|
}
|
|
6041
6049
|
|
|
6042
|
-
.gd-invertable-select-all-checkbox[role=checkbox]:focus-visible .input-label-text::before {
|
|
6043
|
-
outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
|
|
6044
|
-
outline-offset: 2px;
|
|
6045
|
-
transition: none;
|
|
6046
|
-
}
|
|
6047
|
-
|
|
6048
6050
|
.gd-invertable-list-limitExceeded {
|
|
6049
6051
|
margin: 0 10px 10px;
|
|
6050
6052
|
}
|
|
@@ -6223,9 +6225,12 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6223
6225
|
|
|
6224
6226
|
.gd-is-mobile .gd-invertable-select-all-checkbox {
|
|
6225
6227
|
font-size: 14px;
|
|
6226
|
-
height:
|
|
6227
|
-
|
|
6228
|
-
|
|
6228
|
+
height: 21px;
|
|
6229
|
+
margin-bottom: 10px;
|
|
6230
|
+
}
|
|
6231
|
+
|
|
6232
|
+
.gd-is-mobile .gd-invertable-select-all-checkbox::after {
|
|
6233
|
+
bottom: -10px;
|
|
6229
6234
|
}
|
|
6230
6235
|
|
|
6231
6236
|
.gd-is-mobile .gd-invertable-list-limitExceeded {
|
|
@@ -6427,6 +6432,42 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6427
6432
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
6428
6433
|
}
|
|
6429
6434
|
|
|
6435
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-header {
|
|
6436
|
+
display: none;
|
|
6437
|
+
}
|
|
6438
|
+
|
|
6439
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu {
|
|
6440
|
+
display: flex;
|
|
6441
|
+
align-items: center;
|
|
6442
|
+
align-self: stretch;
|
|
6443
|
+
flex-shrink: 0;
|
|
6444
|
+
}
|
|
6445
|
+
|
|
6446
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu::before {
|
|
6447
|
+
content: "";
|
|
6448
|
+
display: block;
|
|
6449
|
+
width: 1px;
|
|
6450
|
+
height: 25px;
|
|
6451
|
+
background-color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
6452
|
+
}
|
|
6453
|
+
|
|
6454
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon {
|
|
6455
|
+
width: 44px;
|
|
6456
|
+
height: 100%;
|
|
6457
|
+
}
|
|
6458
|
+
|
|
6459
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon .gd-ui-kit-icon-button {
|
|
6460
|
+
width: 44px;
|
|
6461
|
+
height: 100%;
|
|
6462
|
+
min-width: 44px;
|
|
6463
|
+
border-radius: 0;
|
|
6464
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
6465
|
+
}
|
|
6466
|
+
|
|
6467
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
|
|
6468
|
+
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
6469
|
+
}
|
|
6470
|
+
|
|
6430
6471
|
.gd-attribute-filter-dropdown-button__next {
|
|
6431
6472
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
6432
6473
|
font-weight: 400;
|
|
@@ -6549,6 +6590,11 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6549
6590
|
line-height: 15px;
|
|
6550
6591
|
}
|
|
6551
6592
|
|
|
6593
|
+
.gd-attribute-filter-mobile-button-wrapper {
|
|
6594
|
+
display: flex;
|
|
6595
|
+
align-items: center;
|
|
6596
|
+
}
|
|
6597
|
+
|
|
6552
6598
|
.gd-is-mobile .gd-attribute-filter-dropdown-button-content__next {
|
|
6553
6599
|
padding-right: 20px;
|
|
6554
6600
|
flex-direction: row;
|
|
@@ -6556,7 +6602,8 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6556
6602
|
}
|
|
6557
6603
|
|
|
6558
6604
|
.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active {
|
|
6559
|
-
|
|
6605
|
+
flex: 1;
|
|
6606
|
+
min-width: 0;
|
|
6560
6607
|
height: 47px;
|
|
6561
6608
|
max-width: none;
|
|
6562
6609
|
margin: 0;
|
|
@@ -6572,6 +6619,22 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
6572
6619
|
right: 0;
|
|
6573
6620
|
}
|
|
6574
6621
|
|
|
6622
|
+
.gd-is-mobile--with-menu {
|
|
6623
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
6624
|
+
border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
6625
|
+
}
|
|
6626
|
+
|
|
6627
|
+
.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active {
|
|
6628
|
+
height: 45px;
|
|
6629
|
+
padding: 0 10px;
|
|
6630
|
+
border-radius: 0;
|
|
6631
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
6632
|
+
}
|
|
6633
|
+
|
|
6634
|
+
.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active::after {
|
|
6635
|
+
display: none;
|
|
6636
|
+
}
|
|
6637
|
+
|
|
6575
6638
|
.gd-mobile-dropdown-overlay .gd-attribute-filter-button-mobile__next {
|
|
6576
6639
|
display: none;
|
|
6577
6640
|
}
|
|
@@ -7100,6 +7163,10 @@ div.gd-empty-item-bubble {
|
|
|
7100
7163
|
opacity: 1;
|
|
7101
7164
|
}
|
|
7102
7165
|
|
|
7166
|
+
.overlay.dropdown-body:has(.gd-filter-menu__dropdown) {
|
|
7167
|
+
width: max-content;
|
|
7168
|
+
}
|
|
7169
|
+
|
|
7103
7170
|
.gd-filter-menu__button {
|
|
7104
7171
|
display: flex;
|
|
7105
7172
|
align-items: center;
|
|
@@ -7141,6 +7208,7 @@ div.gd-empty-item-bubble {
|
|
|
7141
7208
|
}
|
|
7142
7209
|
|
|
7143
7210
|
.gd-filter-menu__dropdown .gd-ui-kit-listbox {
|
|
7211
|
+
width: 100%;
|
|
7144
7212
|
min-width: 100%;
|
|
7145
7213
|
max-height: none;
|
|
7146
7214
|
overflow-y: hidden;
|
|
@@ -7345,7 +7413,7 @@ div.gd-empty-item-bubble {
|
|
|
7345
7413
|
|
|
7346
7414
|
.gd-text-filter-state-summary__text .gd-ui-kit-tooltip__anchor {
|
|
7347
7415
|
display: flex;
|
|
7348
|
-
flex:
|
|
7416
|
+
flex: 0 1 auto;
|
|
7349
7417
|
min-width: 0;
|
|
7350
7418
|
overflow: hidden;
|
|
7351
7419
|
width: auto;
|
|
@@ -7368,6 +7436,12 @@ div.gd-empty-item-bubble {
|
|
|
7368
7436
|
white-space: nowrap;
|
|
7369
7437
|
}
|
|
7370
7438
|
|
|
7439
|
+
.gd-text-filter-state-summary__tooltip {
|
|
7440
|
+
display: block;
|
|
7441
|
+
max-width: 300px;
|
|
7442
|
+
word-wrap: break-word;
|
|
7443
|
+
}
|
|
7444
|
+
|
|
7371
7445
|
.gd-text-filter-operator-dropdown__button {
|
|
7372
7446
|
display: flex;
|
|
7373
7447
|
align-items: center;
|
|
@@ -7451,6 +7525,61 @@ div.gd-empty-item-bubble {
|
|
|
7451
7525
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
7452
7526
|
}
|
|
7453
7527
|
|
|
7528
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body {
|
|
7529
|
+
flex: 1;
|
|
7530
|
+
min-height: 0;
|
|
7531
|
+
}
|
|
7532
|
+
|
|
7533
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__values {
|
|
7534
|
+
flex: 1;
|
|
7535
|
+
min-height: 0;
|
|
7536
|
+
overflow-y: auto;
|
|
7537
|
+
overscroll-behavior: contain;
|
|
7538
|
+
}
|
|
7539
|
+
|
|
7540
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__values {
|
|
7541
|
+
flex: 0 0 auto;
|
|
7542
|
+
overflow-y: visible;
|
|
7543
|
+
}
|
|
7544
|
+
|
|
7545
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__options {
|
|
7546
|
+
flex: 1;
|
|
7547
|
+
}
|
|
7548
|
+
|
|
7549
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__operator {
|
|
7550
|
+
flex-shrink: 0;
|
|
7551
|
+
}
|
|
7552
|
+
|
|
7553
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-state-summary {
|
|
7554
|
+
flex-shrink: 0;
|
|
7555
|
+
}
|
|
7556
|
+
|
|
7557
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__label {
|
|
7558
|
+
font-size: 14px;
|
|
7559
|
+
}
|
|
7560
|
+
|
|
7561
|
+
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
|
|
7562
|
+
.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
|
|
7563
|
+
display: none;
|
|
7564
|
+
}
|
|
7565
|
+
.gd-text-filter-operator-dropdown__item {
|
|
7566
|
+
min-height: 40px;
|
|
7567
|
+
line-height: 40px;
|
|
7568
|
+
font-size: 14px;
|
|
7569
|
+
padding: 0 10px;
|
|
7570
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
7571
|
+
}
|
|
7572
|
+
.gd-text-filter-operator-dropdown__item:first-child {
|
|
7573
|
+
margin-top: 0;
|
|
7574
|
+
}
|
|
7575
|
+
.gd-text-filter-operator-dropdown__button {
|
|
7576
|
+
height: 32px;
|
|
7577
|
+
font-size: 14px;
|
|
7578
|
+
}
|
|
7579
|
+
.gd-text-filter-state-summary__text {
|
|
7580
|
+
font-size: 14px;
|
|
7581
|
+
}
|
|
7582
|
+
}
|
|
7454
7583
|
.gd-chips-input {
|
|
7455
7584
|
display: flex;
|
|
7456
7585
|
flex-direction: column;
|
|
@@ -7500,6 +7629,14 @@ div.gd-empty-item-bubble {
|
|
|
7500
7629
|
border-bottom-color: var(--gd-palette-warning-base, #f18600);
|
|
7501
7630
|
}
|
|
7502
7631
|
|
|
7632
|
+
.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
7633
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
7634
|
+
}
|
|
7635
|
+
|
|
7636
|
+
.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
7637
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
7638
|
+
}
|
|
7639
|
+
|
|
7503
7640
|
.gd-chips-input__container--error {
|
|
7504
7641
|
border-color: var(--gd-palette-error-base, #e54d42);
|
|
7505
7642
|
}
|
|
@@ -7512,6 +7649,14 @@ div.gd-empty-item-bubble {
|
|
|
7512
7649
|
border-bottom-color: var(--gd-palette-error-base, #e54d42);
|
|
7513
7650
|
}
|
|
7514
7651
|
|
|
7652
|
+
.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
7653
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
7654
|
+
}
|
|
7655
|
+
|
|
7656
|
+
.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
7657
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
7658
|
+
}
|
|
7659
|
+
|
|
7515
7660
|
.gd-chips-input__chips {
|
|
7516
7661
|
display: flex;
|
|
7517
7662
|
flex-wrap: wrap;
|
|
@@ -7520,7 +7665,7 @@ div.gd-empty-item-bubble {
|
|
|
7520
7665
|
}
|
|
7521
7666
|
|
|
7522
7667
|
.gd-chips-input__input-frame--standalone {
|
|
7523
|
-
padding:
|
|
7668
|
+
padding: 0;
|
|
7524
7669
|
}
|
|
7525
7670
|
|
|
7526
7671
|
.gd-chips-input__input {
|
|
@@ -7550,6 +7695,45 @@ div.gd-empty-item-bubble {
|
|
|
7550
7695
|
cursor: not-allowed;
|
|
7551
7696
|
}
|
|
7552
7697
|
|
|
7698
|
+
.gd-chips-input__container--empty {
|
|
7699
|
+
border: none;
|
|
7700
|
+
min-height: auto;
|
|
7701
|
+
background: transparent;
|
|
7702
|
+
}
|
|
7703
|
+
|
|
7704
|
+
.gd-chips-input__container--empty:focus-within {
|
|
7705
|
+
border-color: transparent;
|
|
7706
|
+
}
|
|
7707
|
+
|
|
7708
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
7709
|
+
box-sizing: border-box;
|
|
7710
|
+
margin: 0;
|
|
7711
|
+
padding: 6px 7px 5px;
|
|
7712
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
7713
|
+
line-height: normal;
|
|
7714
|
+
vertical-align: middle;
|
|
7715
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
7716
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
7717
|
+
font-size: 14px;
|
|
7718
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
7719
|
+
font-weight: 200;
|
|
7720
|
+
height: 27.1px;
|
|
7721
|
+
padding: 5px 7px;
|
|
7722
|
+
font-size: 13px;
|
|
7723
|
+
border-radius: 3px;
|
|
7724
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
7725
|
+
box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.15);
|
|
7726
|
+
}
|
|
7727
|
+
|
|
7728
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
7729
|
+
outline: none;
|
|
7730
|
+
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
7731
|
+
}
|
|
7732
|
+
|
|
7733
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field::placeholder {
|
|
7734
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
7735
|
+
}
|
|
7736
|
+
|
|
7553
7737
|
.gd-chips-input__autocomplete {
|
|
7554
7738
|
position: absolute;
|
|
7555
7739
|
top: 100%;
|
|
@@ -8562,6 +8746,7 @@ div.gd-empty-item-bubble {
|
|
|
8562
8746
|
}
|
|
8563
8747
|
|
|
8564
8748
|
.gd-list-title {
|
|
8749
|
+
margin: 0;
|
|
8565
8750
|
padding: 10px;
|
|
8566
8751
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
8567
8752
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
@@ -14343,7 +14528,7 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
14343
14528
|
|
|
14344
14529
|
.gd-invertable-select-search-input {
|
|
14345
14530
|
margin: 10px;
|
|
14346
|
-
width: 100
|
|
14531
|
+
width: calc(100% - 20px);
|
|
14347
14532
|
min-width: 0;
|
|
14348
14533
|
}
|
|
14349
14534
|
|
|
@@ -14368,7 +14553,6 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
14368
14553
|
flex-shrink: 1;
|
|
14369
14554
|
}
|
|
14370
14555
|
|
|
14371
|
-
.gd-invertable-select-list .gd-invertable-select-all-checkbox:focus-visible,
|
|
14372
14556
|
.gd-invertable-select-list .gd-list-item:focus-visible {
|
|
14373
14557
|
outline-offset: -2px;
|
|
14374
14558
|
}
|
|
@@ -14377,13 +14561,21 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
14377
14561
|
display: flex;
|
|
14378
14562
|
justify-content: flex-start;
|
|
14379
14563
|
align-items: center;
|
|
14380
|
-
|
|
14564
|
+
position: relative;
|
|
14565
|
+
margin: 0 10px 10px;
|
|
14381
14566
|
font-size: 12px;
|
|
14382
|
-
padding-bottom: 5px;
|
|
14383
|
-
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
14384
14567
|
cursor: pointer;
|
|
14385
14568
|
}
|
|
14386
14569
|
|
|
14570
|
+
.gd-invertable-select-all-checkbox::after {
|
|
14571
|
+
content: "";
|
|
14572
|
+
position: absolute;
|
|
14573
|
+
left: 0;
|
|
14574
|
+
right: 0;
|
|
14575
|
+
bottom: -6px;
|
|
14576
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
14577
|
+
}
|
|
14578
|
+
|
|
14387
14579
|
.gd-invertable-select-all-checkbox .input-checkbox-label {
|
|
14388
14580
|
cursor: pointer;
|
|
14389
14581
|
}
|
|
@@ -14426,12 +14618,6 @@ input[type=search]::-webkit-search-cancel-button {
|
|
|
14426
14618
|
background-color: var(--gd-palette-primary-dimmed, #e8f7fc);
|
|
14427
14619
|
}
|
|
14428
14620
|
|
|
14429
|
-
.gd-invertable-select-all-checkbox[role=checkbox]:focus-visible .input-label-text::before {
|
|
14430
|
-
outline: 2px solid var(--gd-palette-primary-base, #14b2e2);
|
|
14431
|
-
outline-offset: 2px;
|
|
14432
|
-
transition: none;
|
|
14433
|
-
}
|
|
14434
|
-
|
|
14435
14621
|
.gd-invertable-list-limitExceeded {
|
|
14436
14622
|
margin: 0 10px 10px;
|
|
14437
14623
|
}
|
|
@@ -16421,6 +16607,7 @@ button.gd-list-item {
|
|
|
16421
16607
|
}
|
|
16422
16608
|
|
|
16423
16609
|
.gd-list-title {
|
|
16610
|
+
margin: 0;
|
|
16424
16611
|
padding: 10px;
|
|
16425
16612
|
background: var(--gd-palette-complementary-2, #ebeff4);
|
|
16426
16613
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
@@ -18175,9 +18362,12 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18175
18362
|
|
|
18176
18363
|
.gd-is-mobile .gd-invertable-select-all-checkbox {
|
|
18177
18364
|
font-size: 14px;
|
|
18178
|
-
height:
|
|
18179
|
-
|
|
18180
|
-
|
|
18365
|
+
height: 21px;
|
|
18366
|
+
margin-bottom: 10px;
|
|
18367
|
+
}
|
|
18368
|
+
|
|
18369
|
+
.gd-is-mobile .gd-invertable-select-all-checkbox::after {
|
|
18370
|
+
bottom: -10px;
|
|
18181
18371
|
}
|
|
18182
18372
|
|
|
18183
18373
|
.gd-is-mobile .gd-invertable-list-limitExceeded {
|
|
@@ -18379,6 +18569,42 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18379
18569
|
color: var(--gd-palette-complementary-6, #94a1ad);
|
|
18380
18570
|
}
|
|
18381
18571
|
|
|
18572
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-header {
|
|
18573
|
+
display: none;
|
|
18574
|
+
}
|
|
18575
|
+
|
|
18576
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu {
|
|
18577
|
+
display: flex;
|
|
18578
|
+
align-items: center;
|
|
18579
|
+
align-self: stretch;
|
|
18580
|
+
flex-shrink: 0;
|
|
18581
|
+
}
|
|
18582
|
+
|
|
18583
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu::before {
|
|
18584
|
+
content: "";
|
|
18585
|
+
display: block;
|
|
18586
|
+
width: 1px;
|
|
18587
|
+
height: 25px;
|
|
18588
|
+
background-color: var(--gd-palette-complementary-4, #ccd8e2);
|
|
18589
|
+
}
|
|
18590
|
+
|
|
18591
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon {
|
|
18592
|
+
width: 44px;
|
|
18593
|
+
height: 100%;
|
|
18594
|
+
}
|
|
18595
|
+
|
|
18596
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon .gd-ui-kit-icon-button {
|
|
18597
|
+
width: 44px;
|
|
18598
|
+
height: 100%;
|
|
18599
|
+
min-width: 44px;
|
|
18600
|
+
border-radius: 0;
|
|
18601
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
18602
|
+
}
|
|
18603
|
+
|
|
18604
|
+
.gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:hover .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon.is-active .gd-ui-kit-icon-button, .gd-is-mobile .gd-attribute-filter-mobile-menu .gd-filter-menu__button--icon:active .gd-ui-kit-icon-button {
|
|
18605
|
+
background-color: var(--gd-palette-complementary-2, #ebeff4);
|
|
18606
|
+
}
|
|
18607
|
+
|
|
18382
18608
|
.gd-attribute-filter-dropdown-button__next {
|
|
18383
18609
|
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
18384
18610
|
font-weight: 400;
|
|
@@ -18501,6 +18727,11 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18501
18727
|
line-height: 15px;
|
|
18502
18728
|
}
|
|
18503
18729
|
|
|
18730
|
+
.gd-attribute-filter-mobile-button-wrapper {
|
|
18731
|
+
display: flex;
|
|
18732
|
+
align-items: center;
|
|
18733
|
+
}
|
|
18734
|
+
|
|
18504
18735
|
.gd-is-mobile .gd-attribute-filter-dropdown-button-content__next {
|
|
18505
18736
|
padding-right: 20px;
|
|
18506
18737
|
flex-direction: row;
|
|
@@ -18508,7 +18739,8 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18508
18739
|
}
|
|
18509
18740
|
|
|
18510
18741
|
.gd-is-mobile .gd-attribute-filter-dropdown-button__next.gd-is-active {
|
|
18511
|
-
|
|
18742
|
+
flex: 1;
|
|
18743
|
+
min-width: 0;
|
|
18512
18744
|
height: 47px;
|
|
18513
18745
|
max-width: none;
|
|
18514
18746
|
margin: 0;
|
|
@@ -18524,6 +18756,22 @@ a.gd-button-link:hover .gd-button-text, a.gd-button-link-dimmed:hover .gd-button
|
|
|
18524
18756
|
right: 0;
|
|
18525
18757
|
}
|
|
18526
18758
|
|
|
18759
|
+
.gd-is-mobile--with-menu {
|
|
18760
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
18761
|
+
border-bottom: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
18762
|
+
}
|
|
18763
|
+
|
|
18764
|
+
.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active {
|
|
18765
|
+
height: 45px;
|
|
18766
|
+
padding: 0 10px;
|
|
18767
|
+
border-radius: 0;
|
|
18768
|
+
background-color: var(--gd-palette-complementary-0, #fff);
|
|
18769
|
+
}
|
|
18770
|
+
|
|
18771
|
+
.gd-is-mobile--with-menu .gd-attribute-filter-dropdown-button__next.gd-is-active::after {
|
|
18772
|
+
display: none;
|
|
18773
|
+
}
|
|
18774
|
+
|
|
18527
18775
|
.gd-mobile-dropdown-overlay .gd-attribute-filter-button-mobile__next {
|
|
18528
18776
|
display: none;
|
|
18529
18777
|
}
|
|
@@ -19052,6 +19300,10 @@ div.gd-empty-item-bubble {
|
|
|
19052
19300
|
opacity: 1;
|
|
19053
19301
|
}
|
|
19054
19302
|
|
|
19303
|
+
.overlay.dropdown-body:has(.gd-filter-menu__dropdown) {
|
|
19304
|
+
width: max-content;
|
|
19305
|
+
}
|
|
19306
|
+
|
|
19055
19307
|
.gd-filter-menu__button {
|
|
19056
19308
|
display: flex;
|
|
19057
19309
|
align-items: center;
|
|
@@ -19093,6 +19345,7 @@ div.gd-empty-item-bubble {
|
|
|
19093
19345
|
}
|
|
19094
19346
|
|
|
19095
19347
|
.gd-filter-menu__dropdown .gd-ui-kit-listbox {
|
|
19348
|
+
width: 100%;
|
|
19096
19349
|
min-width: 100%;
|
|
19097
19350
|
max-height: none;
|
|
19098
19351
|
overflow-y: hidden;
|
|
@@ -19297,7 +19550,7 @@ div.gd-empty-item-bubble {
|
|
|
19297
19550
|
|
|
19298
19551
|
.gd-text-filter-state-summary__text .gd-ui-kit-tooltip__anchor {
|
|
19299
19552
|
display: flex;
|
|
19300
|
-
flex:
|
|
19553
|
+
flex: 0 1 auto;
|
|
19301
19554
|
min-width: 0;
|
|
19302
19555
|
overflow: hidden;
|
|
19303
19556
|
width: auto;
|
|
@@ -19320,6 +19573,12 @@ div.gd-empty-item-bubble {
|
|
|
19320
19573
|
white-space: nowrap;
|
|
19321
19574
|
}
|
|
19322
19575
|
|
|
19576
|
+
.gd-text-filter-state-summary__tooltip {
|
|
19577
|
+
display: block;
|
|
19578
|
+
max-width: 300px;
|
|
19579
|
+
word-wrap: break-word;
|
|
19580
|
+
}
|
|
19581
|
+
|
|
19323
19582
|
.gd-text-filter-operator-dropdown__button {
|
|
19324
19583
|
display: flex;
|
|
19325
19584
|
align-items: center;
|
|
@@ -19403,6 +19662,61 @@ div.gd-empty-item-bubble {
|
|
|
19403
19662
|
background-color: var(--gd-palette-complementary-3, #dde4eb);
|
|
19404
19663
|
}
|
|
19405
19664
|
|
|
19665
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body {
|
|
19666
|
+
flex: 1;
|
|
19667
|
+
min-height: 0;
|
|
19668
|
+
}
|
|
19669
|
+
|
|
19670
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__values {
|
|
19671
|
+
flex: 1;
|
|
19672
|
+
min-height: 0;
|
|
19673
|
+
overflow-y: auto;
|
|
19674
|
+
overscroll-behavior: contain;
|
|
19675
|
+
}
|
|
19676
|
+
|
|
19677
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__values {
|
|
19678
|
+
flex: 0 0 auto;
|
|
19679
|
+
overflow-y: visible;
|
|
19680
|
+
}
|
|
19681
|
+
|
|
19682
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body--has-options .gd-text-filter-body__options {
|
|
19683
|
+
flex: 1;
|
|
19684
|
+
}
|
|
19685
|
+
|
|
19686
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__operator {
|
|
19687
|
+
flex-shrink: 0;
|
|
19688
|
+
}
|
|
19689
|
+
|
|
19690
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-state-summary {
|
|
19691
|
+
flex-shrink: 0;
|
|
19692
|
+
}
|
|
19693
|
+
|
|
19694
|
+
.gd-is-mobile .gd-attribute-filter-dropdown-body--text-mode .gd-text-filter-body__label {
|
|
19695
|
+
font-size: 14px;
|
|
19696
|
+
}
|
|
19697
|
+
|
|
19698
|
+
@media only screen and (max-width: 320px), only screen and (max-width: 640px) {
|
|
19699
|
+
.gd-text-filter-operator-dropdown__divider.gd-list-item.gd-list-item-separator {
|
|
19700
|
+
display: none;
|
|
19701
|
+
}
|
|
19702
|
+
.gd-text-filter-operator-dropdown__item {
|
|
19703
|
+
min-height: 40px;
|
|
19704
|
+
line-height: 40px;
|
|
19705
|
+
font-size: 14px;
|
|
19706
|
+
padding: 0 10px;
|
|
19707
|
+
border-bottom: 1px solid var(--gd-palette-complementary-3, #dde4eb);
|
|
19708
|
+
}
|
|
19709
|
+
.gd-text-filter-operator-dropdown__item:first-child {
|
|
19710
|
+
margin-top: 0;
|
|
19711
|
+
}
|
|
19712
|
+
.gd-text-filter-operator-dropdown__button {
|
|
19713
|
+
height: 32px;
|
|
19714
|
+
font-size: 14px;
|
|
19715
|
+
}
|
|
19716
|
+
.gd-text-filter-state-summary__text {
|
|
19717
|
+
font-size: 14px;
|
|
19718
|
+
}
|
|
19719
|
+
}
|
|
19406
19720
|
.gd-chips-input {
|
|
19407
19721
|
display: flex;
|
|
19408
19722
|
flex-direction: column;
|
|
@@ -19452,6 +19766,14 @@ div.gd-empty-item-bubble {
|
|
|
19452
19766
|
border-bottom-color: var(--gd-palette-warning-base, #f18600);
|
|
19453
19767
|
}
|
|
19454
19768
|
|
|
19769
|
+
.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
19770
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
19771
|
+
}
|
|
19772
|
+
|
|
19773
|
+
.gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--warning.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
19774
|
+
border-color: var(--gd-palette-warning-base, #f18600);
|
|
19775
|
+
}
|
|
19776
|
+
|
|
19455
19777
|
.gd-chips-input__container--error {
|
|
19456
19778
|
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19457
19779
|
}
|
|
@@ -19464,6 +19786,14 @@ div.gd-empty-item-bubble {
|
|
|
19464
19786
|
border-bottom-color: var(--gd-palette-error-base, #e54d42);
|
|
19465
19787
|
}
|
|
19466
19788
|
|
|
19789
|
+
.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
19790
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19791
|
+
}
|
|
19792
|
+
|
|
19793
|
+
.gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--error.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
19794
|
+
border-color: var(--gd-palette-error-base, #e54d42);
|
|
19795
|
+
}
|
|
19796
|
+
|
|
19467
19797
|
.gd-chips-input__chips {
|
|
19468
19798
|
display: flex;
|
|
19469
19799
|
flex-wrap: wrap;
|
|
@@ -19472,7 +19802,7 @@ div.gd-empty-item-bubble {
|
|
|
19472
19802
|
}
|
|
19473
19803
|
|
|
19474
19804
|
.gd-chips-input__input-frame--standalone {
|
|
19475
|
-
padding:
|
|
19805
|
+
padding: 0;
|
|
19476
19806
|
}
|
|
19477
19807
|
|
|
19478
19808
|
.gd-chips-input__input {
|
|
@@ -19502,6 +19832,45 @@ div.gd-empty-item-bubble {
|
|
|
19502
19832
|
cursor: not-allowed;
|
|
19503
19833
|
}
|
|
19504
19834
|
|
|
19835
|
+
.gd-chips-input__container--empty {
|
|
19836
|
+
border: none;
|
|
19837
|
+
min-height: auto;
|
|
19838
|
+
background: transparent;
|
|
19839
|
+
}
|
|
19840
|
+
|
|
19841
|
+
.gd-chips-input__container--empty:focus-within {
|
|
19842
|
+
border-color: transparent;
|
|
19843
|
+
}
|
|
19844
|
+
|
|
19845
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field {
|
|
19846
|
+
box-sizing: border-box;
|
|
19847
|
+
margin: 0;
|
|
19848
|
+
padding: 6px 7px 5px;
|
|
19849
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
19850
|
+
line-height: normal;
|
|
19851
|
+
vertical-align: middle;
|
|
19852
|
+
color: var(--gd-palette-complementary-8, #464e56);
|
|
19853
|
+
background: var(--gd-palette-complementary-0, #fff);
|
|
19854
|
+
font-size: 14px;
|
|
19855
|
+
font-family: var(--gd-font-family, gdcustomfont, Avenir, "Helvetica Neue", arial, sans-serif);
|
|
19856
|
+
font-weight: 200;
|
|
19857
|
+
height: 27.1px;
|
|
19858
|
+
padding: 5px 7px;
|
|
19859
|
+
font-size: 13px;
|
|
19860
|
+
border-radius: 3px;
|
|
19861
|
+
border: 1px solid var(--gd-palette-complementary-4, #ccd8e2);
|
|
19862
|
+
box-shadow: inset 0 1px 2px 0 rgba(31, 53, 74, 0.15);
|
|
19863
|
+
}
|
|
19864
|
+
|
|
19865
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus, .gd-chips-input__container--empty .gd-chips-input__input .gd-input-field:focus-visible {
|
|
19866
|
+
outline: none;
|
|
19867
|
+
border-color: var(--gd-palette-primary-base, #14b2e2);
|
|
19868
|
+
}
|
|
19869
|
+
|
|
19870
|
+
.gd-chips-input__container--empty .gd-chips-input__input .gd-input-field::placeholder {
|
|
19871
|
+
color: var(--gd-palette-complementary-5, #b0beca);
|
|
19872
|
+
}
|
|
19873
|
+
|
|
19505
19874
|
.gd-chips-input__autocomplete {
|
|
19506
19875
|
position: absolute;
|
|
19507
19876
|
top: 100%;
|