@gooddata/sdk-ui-kit 11.57.0-alpha.3 → 11.57.0-alpha.5
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/esm/@ui/@utils/keyboardNavigation.d.ts +10 -0
- package/esm/@ui/@utils/keyboardNavigation.d.ts.map +1 -1
- package/esm/@ui/@utils/keyboardNavigation.js +9 -0
- package/esm/@ui/UiAddGranteeDialog/UiAddGranteeDialogCard.d.ts +4 -6
- package/esm/@ui/UiAddGranteeDialog/UiAddGranteeDialogCard.d.ts.map +1 -1
- package/esm/@ui/UiAddGranteeDialog/UiAddGranteeDialogCard.js +10 -8
- package/esm/@ui/UiAutocomplete/useAsyncListSource.js +1 -1
- package/esm/@ui/UiGranteeAsyncPicker/UiGranteeAsyncPicker.d.ts +8 -1
- package/esm/@ui/UiGranteeAsyncPicker/UiGranteeAsyncPicker.d.ts.map +1 -1
- package/esm/@ui/UiGranteeAsyncPicker/UiGranteeAsyncPicker.js +10 -6
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxInteractiveItemComponent.d.ts.map +1 -1
- package/esm/@ui/UiListbox/defaults/DefaultUiListboxInteractiveItemComponent.js +6 -2
- package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.d.ts.map +1 -1
- package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuContentItem.js +7 -2
- package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuInteractiveItem.d.ts.map +1 -1
- package/esm/@ui/UiMenu/components/defaults/DefaultUiMenuInteractiveItem.js +7 -2
- package/esm/@ui/UiModalDialog/UiDialogHeader.d.ts.map +1 -1
- package/esm/@ui/UiModalDialog/UiDialogHeader.js +6 -3
- package/esm/@ui/UiObjectShareDialog/UiObjectShareDialogCard.d.ts +16 -3
- package/esm/@ui/UiObjectShareDialog/UiObjectShareDialogCard.d.ts.map +1 -1
- package/esm/@ui/UiObjectShareDialog/UiObjectShareDialogCard.js +2 -3
- package/esm/@ui/UiPermissionMenu/UiPermissionMenu.d.ts +9 -4
- package/esm/@ui/UiPermissionMenu/UiPermissionMenu.d.ts.map +1 -1
- package/esm/@ui/UiPermissionMenu/UiPermissionMenu.js +20 -29
- package/esm/@ui/UiTags/hooks/useResponsiveTags.js +1 -1
- package/esm/@ui/UiToolbar/UiToolbar.d.ts +52 -0
- package/esm/@ui/UiToolbar/UiToolbar.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/UiToolbar.js +44 -0
- package/esm/@ui/UiToolbar/UiToolbarChevron.d.ts +8 -0
- package/esm/@ui/UiToolbar/UiToolbarChevron.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/UiToolbarChevron.js +12 -0
- package/esm/@ui/UiToolbar/UiToolbarItemTooltip.d.ts +14 -0
- package/esm/@ui/UiToolbar/UiToolbarItemTooltip.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/UiToolbarItemTooltip.js +11 -0
- package/esm/@ui/UiToolbar/constants.d.ts +5 -0
- package/esm/@ui/UiToolbar/constants.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/constants.js +6 -0
- package/esm/@ui/UiToolbar/context.d.ts +23 -0
- package/esm/@ui/UiToolbar/context.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/context.js +6 -0
- package/esm/@ui/UiToolbar/rovingFocusUtils.d.ts +55 -0
- package/esm/@ui/UiToolbar/rovingFocusUtils.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/rovingFocusUtils.js +220 -0
- package/esm/@ui/UiToolbar/toolbarItemProps.d.ts +35 -0
- package/esm/@ui/UiToolbar/toolbarItemProps.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/toolbarItemProps.js +2 -0
- package/esm/@ui/UiToolbar/useToolbarRovingFocus.d.ts +19 -0
- package/esm/@ui/UiToolbar/useToolbarRovingFocus.d.ts.map +1 -0
- package/esm/@ui/UiToolbar/useToolbarRovingFocus.js +172 -0
- package/esm/@ui/UiToolbarButton/UiToolbarButton.d.ts +19 -0
- package/esm/@ui/UiToolbarButton/UiToolbarButton.d.ts.map +1 -0
- package/esm/@ui/UiToolbarButton/UiToolbarButton.js +29 -0
- package/esm/@ui/UiToolbarButton/useToolbarItemRole.d.ts +38 -0
- package/esm/@ui/UiToolbarButton/useToolbarItemRole.d.ts.map +1 -0
- package/esm/@ui/UiToolbarButton/useToolbarItemRole.js +67 -0
- package/esm/@ui/UiToolbarColorSwatch/UiToolbarColorSwatch.d.ts +38 -0
- package/esm/@ui/UiToolbarColorSwatch/UiToolbarColorSwatch.d.ts.map +1 -0
- package/esm/@ui/UiToolbarColorSwatch/UiToolbarColorSwatch.js +13 -0
- package/esm/@ui/UiToolbarDivider/UiToolbarDivider.d.ts +7 -0
- package/esm/@ui/UiToolbarDivider/UiToolbarDivider.d.ts.map +1 -0
- package/esm/@ui/UiToolbarDivider/UiToolbarDivider.js +12 -0
- package/esm/@ui/UiToolbarIconButton/UiToolbarIconButton.d.ts +34 -0
- package/esm/@ui/UiToolbarIconButton/UiToolbarIconButton.d.ts.map +1 -0
- package/esm/@ui/UiToolbarIconButton/UiToolbarIconButton.js +34 -0
- package/esm/@ui/UiToolbarIconSelect/UiToolbarIconSelect.d.ts +54 -0
- package/esm/@ui/UiToolbarIconSelect/UiToolbarIconSelect.d.ts.map +1 -0
- package/esm/@ui/UiToolbarIconSelect/UiToolbarIconSelect.js +26 -0
- package/esm/@ui/UiToolbarMoreButton/UiToolbarMoreButton.d.ts +41 -0
- package/esm/@ui/UiToolbarMoreButton/UiToolbarMoreButton.d.ts.map +1 -0
- package/esm/@ui/UiToolbarMoreButton/UiToolbarMoreButton.js +12 -0
- package/esm/@ui/UiToolbarSegmentedControl/UiToolbarSegmentedControl.d.ts +37 -0
- package/esm/@ui/UiToolbarSegmentedControl/UiToolbarSegmentedControl.d.ts.map +1 -0
- package/esm/@ui/UiToolbarSegmentedControl/UiToolbarSegmentedControl.js +145 -0
- package/esm/@ui/UiToolbarSegmentedControl/context.d.ts +12 -0
- package/esm/@ui/UiToolbarSegmentedControl/context.d.ts.map +1 -0
- package/esm/@ui/UiToolbarSegmentedControl/context.js +3 -0
- package/esm/@ui/UiToolbarSelect/UiToolbarSelect.d.ts +51 -0
- package/esm/@ui/UiToolbarSelect/UiToolbarSelect.d.ts.map +1 -0
- package/esm/@ui/UiToolbarSelect/UiToolbarSelect.js +24 -0
- package/esm/@ui/UiToolbarStepper/UiToolbarStepper.d.ts +75 -0
- package/esm/@ui/UiToolbarStepper/UiToolbarStepper.d.ts.map +1 -0
- package/esm/@ui/UiToolbarStepper/UiToolbarStepper.js +85 -0
- package/esm/@ui/UiTooltip/UiTooltip.d.ts +1 -1
- package/esm/@ui/UiTooltip/UiTooltip.d.ts.map +1 -1
- package/esm/@ui/UiTooltip/UiTooltip.js +26 -8
- package/esm/@ui/UiTooltip/types.d.ts +12 -0
- package/esm/@ui/UiTooltip/types.d.ts.map +1 -1
- package/esm/@ui/hooks/useElementSize.d.ts.map +1 -1
- package/esm/@ui/hooks/useElementSize.js +2 -1
- package/esm/@ui/hooks/useIsTextTruncated.d.ts +12 -0
- package/esm/@ui/hooks/useIsTextTruncated.d.ts.map +1 -0
- package/esm/@ui/hooks/useIsTextTruncated.js +29 -0
- package/esm/Dropdown/Dropdown.js +1 -1
- package/esm/EditableLabel/EditableLabel.js +1 -1
- package/esm/List/LegacyList.js +1 -1
- package/esm/List/List.js +1 -1
- package/esm/Messages/toasts/NonContextToastsInterop.js +1 -1
- package/esm/Messages/toasts/ToastsCenterMessage.d.ts.map +1 -1
- package/esm/Messages/toasts/ToastsCenterMessage.js +1 -1
- package/esm/ResponsiveText/ResponsiveText.js +3 -3
- package/esm/ShortenedText/ShortenedText.js +1 -1
- package/esm/index.d.ts +15 -1
- package/esm/index.d.ts.map +1 -1
- package/esm/index.js +12 -1
- package/esm/locales.d.ts +4 -16
- package/esm/locales.d.ts.map +1 -1
- package/esm/locales.js +2 -6
- package/esm/sdk-ui-kit.d.ts +513 -15
- package/esm/syntaxHighlightingInput/hooks/useCodemirror.js +1 -1
- package/esm/utils/domUtilities.d.ts +4 -0
- package/esm/utils/domUtilities.d.ts.map +1 -1
- package/esm/utils/domUtilities.js +4 -1
- package/esm/utils/events.d.ts +3 -0
- package/esm/utils/events.d.ts.map +1 -1
- package/esm/utils/events.js +4 -1
- package/package.json +13 -14
- package/src/@ui/UiAddGranteeDialog/UiAddGranteeDialog.scss +8 -0
- package/src/@ui/UiGranteeAsyncPicker/UiGranteeAsyncPicker.scss +0 -6
- package/src/@ui/UiGranteeRow/UiGranteeRow.scss +5 -0
- package/src/@ui/UiListbox/UiListbox.scss +4 -0
- package/src/@ui/UiMenu/UiMenu.scss +3 -0
- package/src/@ui/UiModalDialog/UiModalDialog.scss +16 -3
- package/src/@ui/UiObjectShareDialog/UiObjectShareDialog.scss +40 -1
- package/src/@ui/UiPermissionMenu/UiPermissionMenu.scss +7 -3
- package/src/@ui/UiToolbar/UiToolbar.scss +15 -0
- package/src/@ui/UiToolbar/UiToolbarChevron.scss +11 -0
- package/src/@ui/UiToolbar/toolbarItem.scss +133 -0
- package/src/@ui/UiToolbarButton/UiToolbarButton.scss +15 -0
- package/src/@ui/UiToolbarColorSwatch/UiToolbarColorSwatch.scss +66 -0
- package/src/@ui/UiToolbarDivider/UiToolbarDivider.scss +11 -0
- package/src/@ui/UiToolbarIconButton/UiToolbarIconButton.scss +30 -0
- package/src/@ui/UiToolbarIconSelect/UiToolbarIconSelect.scss +12 -0
- package/src/@ui/UiToolbarSegmentedControl/UiToolbarSegmentedControl.scss +10 -0
- package/src/@ui/UiToolbarSelect/UiToolbarSelect.scss +29 -0
- package/src/@ui/UiToolbarStepper/UiToolbarStepper.scss +53 -0
- package/src/@ui/defaultTheme.scss +1 -0
- package/src/@ui/index.scss +10 -0
- package/styles/css/main.css +563 -9
- package/styles/css/main.css.map +1 -1
package/styles/css/main.css
CHANGED
|
@@ -316,6 +316,7 @@
|
|
|
316
316
|
--gd-table-multi-line-line-height-large: 23px;
|
|
317
317
|
--gd-table-dropdown-item-height: 28px;
|
|
318
318
|
--gd-table-title-font-size: 24px;
|
|
319
|
+
--gd-toolbar-borderRadius: 2px;
|
|
319
320
|
--gd-tooltip-maxWidth: 300px;
|
|
320
321
|
}
|
|
321
322
|
|
|
@@ -1927,7 +1928,11 @@
|
|
|
1927
1928
|
padding: 5px 10px;
|
|
1928
1929
|
}
|
|
1929
1930
|
.gd-ui-kit-listbox__item-title {
|
|
1931
|
+
display: block;
|
|
1930
1932
|
width: 100%;
|
|
1933
|
+
min-width: 0;
|
|
1934
|
+
overflow: hidden;
|
|
1935
|
+
text-overflow: ellipsis;
|
|
1931
1936
|
white-space: nowrap;
|
|
1932
1937
|
}
|
|
1933
1938
|
.gd-ui-kit-listbox__item-explanation {
|
|
@@ -2188,8 +2193,11 @@
|
|
|
2188
2193
|
color: var(--gd-palette-complementary-5);
|
|
2189
2194
|
}
|
|
2190
2195
|
.gd-ui-kit-menu__item-title {
|
|
2196
|
+
display: block;
|
|
2191
2197
|
width: 100%;
|
|
2192
2198
|
min-width: 0;
|
|
2199
|
+
overflow: hidden;
|
|
2200
|
+
text-overflow: ellipsis;
|
|
2193
2201
|
white-space: nowrap;
|
|
2194
2202
|
}
|
|
2195
2203
|
|
|
@@ -4007,6 +4015,9 @@
|
|
|
4007
4015
|
padding: var(--gd-spacing-5px) 0;
|
|
4008
4016
|
box-sizing: border-box;
|
|
4009
4017
|
}
|
|
4018
|
+
.gd-ui-kit-grantee-row:hover {
|
|
4019
|
+
background: var(--gd-palette-complementary-2);
|
|
4020
|
+
}
|
|
4010
4021
|
.gd-ui-kit-grantee-row--pending {
|
|
4011
4022
|
opacity: 0.6;
|
|
4012
4023
|
}
|
|
@@ -4061,7 +4072,7 @@
|
|
|
4061
4072
|
.gd-ui-kit-dialog-header {
|
|
4062
4073
|
display: flex;
|
|
4063
4074
|
align-items: center;
|
|
4064
|
-
gap: var(--gd-spacing-
|
|
4075
|
+
gap: var(--gd-spacing-10px);
|
|
4065
4076
|
margin-bottom: var(--gd-spacing-20px);
|
|
4066
4077
|
}
|
|
4067
4078
|
.gd-ui-kit-dialog-header__leading {
|
|
@@ -4069,6 +4080,12 @@
|
|
|
4069
4080
|
align-items: center;
|
|
4070
4081
|
flex-shrink: 0;
|
|
4071
4082
|
}
|
|
4083
|
+
.gd-ui-kit-dialog-header__close {
|
|
4084
|
+
display: inline-flex;
|
|
4085
|
+
align-items: center;
|
|
4086
|
+
flex-shrink: 0;
|
|
4087
|
+
margin-block: -4.5px;
|
|
4088
|
+
}
|
|
4072
4089
|
.gd-ui-kit-dialog-header__title {
|
|
4073
4090
|
flex: 1 1 auto;
|
|
4074
4091
|
min-width: 0;
|
|
@@ -4080,8 +4097,8 @@
|
|
|
4080
4097
|
white-space: nowrap;
|
|
4081
4098
|
}
|
|
4082
4099
|
.gd-ui-kit-dialog-header__title--size-default {
|
|
4083
|
-
font-size:
|
|
4084
|
-
line-height:
|
|
4100
|
+
font-size: 17px;
|
|
4101
|
+
line-height: 23px;
|
|
4085
4102
|
}
|
|
4086
4103
|
.gd-ui-kit-dialog-header__title--size-large {
|
|
4087
4104
|
font-size: 20px;
|
|
@@ -4111,13 +4128,39 @@
|
|
|
4111
4128
|
flex-direction: column;
|
|
4112
4129
|
gap: var(--gd-spacing-10px);
|
|
4113
4130
|
}
|
|
4131
|
+
.gd-ui-kit-object-share-dialog .gd-ui-kit-dialog-header {
|
|
4132
|
+
margin-bottom: var(--gd-spacing-10px);
|
|
4133
|
+
}
|
|
4134
|
+
.gd-ui-kit-object-share-dialog__note {
|
|
4135
|
+
margin-bottom: var(--gd-spacing-10px);
|
|
4136
|
+
padding: var(--gd-spacing-5px) var(--gd-spacing-10px);
|
|
4137
|
+
border-radius: 3px;
|
|
4138
|
+
background: var(--gd-palette-primary-dimmed);
|
|
4139
|
+
color: var(--gd-palette-primary-base);
|
|
4140
|
+
font-size: 14px;
|
|
4141
|
+
line-height: 20px;
|
|
4142
|
+
}
|
|
4143
|
+
.gd-ui-kit-object-share-dialog__note-prefix {
|
|
4144
|
+
font-weight: 700;
|
|
4145
|
+
}
|
|
4114
4146
|
.gd-ui-kit-object-share-dialog__grantees {
|
|
4115
4147
|
display: flex;
|
|
4116
4148
|
flex-direction: column;
|
|
4149
|
+
padding-bottom: var(--gd-spacing-10px);
|
|
4150
|
+
}
|
|
4151
|
+
.gd-ui-kit-object-share-dialog__empty {
|
|
4152
|
+
padding-block: var(--gd-spacing-10px);
|
|
4153
|
+
color: var(--gd-palette-complementary-6);
|
|
4154
|
+
font-size: 14px;
|
|
4155
|
+
line-height: 20px;
|
|
4156
|
+
text-align: center;
|
|
4157
|
+
}
|
|
4158
|
+
.gd-ui-kit-object-share-dialog__empty p {
|
|
4159
|
+
margin: 0;
|
|
4117
4160
|
}
|
|
4118
4161
|
.gd-ui-kit-object-share-dialog__error {
|
|
4119
4162
|
padding-block: var(--gd-spacing-20px);
|
|
4120
|
-
color: var(--gd-palette-complementary-6
|
|
4163
|
+
color: var(--gd-palette-complementary-6);
|
|
4121
4164
|
font-size: 14px;
|
|
4122
4165
|
text-align: center;
|
|
4123
4166
|
}
|
|
@@ -4126,6 +4169,11 @@
|
|
|
4126
4169
|
display: flex;
|
|
4127
4170
|
flex-direction: column;
|
|
4128
4171
|
gap: var(--gd-spacing-10px);
|
|
4172
|
+
}
|
|
4173
|
+
.gd-ui-kit-add-grantee-dialog .gd-ui-kit-dialog-header {
|
|
4174
|
+
margin-bottom: var(--gd-spacing-10px);
|
|
4175
|
+
}
|
|
4176
|
+
.gd-ui-kit-add-grantee-dialog {
|
|
4129
4177
|
padding-bottom: var(--gd-spacing-5px);
|
|
4130
4178
|
}
|
|
4131
4179
|
|
|
@@ -4139,11 +4187,6 @@
|
|
|
4139
4187
|
flex-direction: column;
|
|
4140
4188
|
gap: var(--gd-spacing-5px);
|
|
4141
4189
|
}
|
|
4142
|
-
.gd-ui-kit-grantee-async-picker__field-label {
|
|
4143
|
-
font-size: 14px;
|
|
4144
|
-
line-height: 21px;
|
|
4145
|
-
color: var(--gd-palette-complementary-7);
|
|
4146
|
-
}
|
|
4147
4190
|
.gd-ui-kit-grantee-async-picker__empty-state {
|
|
4148
4191
|
min-height: 50px;
|
|
4149
4192
|
display: flex;
|
|
@@ -4303,6 +4346,9 @@
|
|
|
4303
4346
|
color: var(--gd-palette-complementary-5);
|
|
4304
4347
|
cursor: default;
|
|
4305
4348
|
}
|
|
4349
|
+
.gd-ui-kit-permission-menu__item-tooltip {
|
|
4350
|
+
max-width: 220px;
|
|
4351
|
+
}
|
|
4306
4352
|
.gd-ui-kit-permission-menu__item-label {
|
|
4307
4353
|
flex: 1 1 auto;
|
|
4308
4354
|
min-width: 0;
|
|
@@ -4553,6 +4599,514 @@
|
|
|
4553
4599
|
opacity: 0.7;
|
|
4554
4600
|
}
|
|
4555
4601
|
|
|
4602
|
+
.gd-ui-kit-toolbar {
|
|
4603
|
+
display: inline-flex;
|
|
4604
|
+
align-items: center;
|
|
4605
|
+
gap: 8px;
|
|
4606
|
+
box-sizing: border-box;
|
|
4607
|
+
padding: 8px;
|
|
4608
|
+
border: 1px solid var(--gd-palette-complementary-3);
|
|
4609
|
+
border-radius: var(--gd-button-borderRadius);
|
|
4610
|
+
background-color: var(--gd-palette-complementary-0);
|
|
4611
|
+
box-shadow: 0 2px 10px var(--gd-shadow-color);
|
|
4612
|
+
}
|
|
4613
|
+
|
|
4614
|
+
.gd-ui-kit-toolbar-chevron {
|
|
4615
|
+
display: inline-flex;
|
|
4616
|
+
flex-shrink: 0;
|
|
4617
|
+
transition: var(--gd-transition-all);
|
|
4618
|
+
}
|
|
4619
|
+
.gd-ui-kit-toolbar-chevron--isOpen {
|
|
4620
|
+
transform: rotate(180deg);
|
|
4621
|
+
}
|
|
4622
|
+
|
|
4623
|
+
.gd-ui-kit-toolbar-button {
|
|
4624
|
+
display: inline-flex;
|
|
4625
|
+
align-items: center;
|
|
4626
|
+
justify-content: center;
|
|
4627
|
+
gap: 4px;
|
|
4628
|
+
box-sizing: border-box;
|
|
4629
|
+
height: 28px;
|
|
4630
|
+
margin: 0;
|
|
4631
|
+
padding: 0 4px;
|
|
4632
|
+
border: 0;
|
|
4633
|
+
border-radius: var(--gd-toolbar-borderRadius);
|
|
4634
|
+
background-color: transparent;
|
|
4635
|
+
font-family: var(--gd-font-family);
|
|
4636
|
+
font-size: 14px;
|
|
4637
|
+
line-height: normal;
|
|
4638
|
+
white-space: nowrap;
|
|
4639
|
+
cursor: pointer;
|
|
4640
|
+
outline: none;
|
|
4641
|
+
transition: var(--gd-transition-all);
|
|
4642
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-7);
|
|
4643
|
+
color: var(--gd-palette-complementary-7);
|
|
4644
|
+
}
|
|
4645
|
+
.gd-ui-kit-toolbar-button:focus-visible {
|
|
4646
|
+
box-shadow: inset 0 0 0 2px var(--gd-palette-primary-base);
|
|
4647
|
+
}
|
|
4648
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]):hover {
|
|
4649
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4650
|
+
color: var(--gd-palette-complementary-8);
|
|
4651
|
+
background-color: var(--gd-palette-complementary-2);
|
|
4652
|
+
}
|
|
4653
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]):active, .gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isActive {
|
|
4654
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4655
|
+
color: var(--gd-palette-complementary-8);
|
|
4656
|
+
background-color: var(--gd-palette-complementary-4);
|
|
4657
|
+
}
|
|
4658
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isSelected {
|
|
4659
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
4660
|
+
color: var(--gd-palette-primary-base);
|
|
4661
|
+
background-color: transparent;
|
|
4662
|
+
}
|
|
4663
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isSelected:hover {
|
|
4664
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4665
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4666
|
+
background-color: var(--gd-palette-primary-dimmed);
|
|
4667
|
+
}
|
|
4668
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isSelected:active, .gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isSelected.gd-ui-kit-toolbar-button--isActive {
|
|
4669
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4670
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4671
|
+
background-color: var(--gd-palette-primary-base-dimmed-darken03);
|
|
4672
|
+
}
|
|
4673
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive:hover {
|
|
4674
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4675
|
+
color: var(--gd-palette-error-base);
|
|
4676
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4677
|
+
}
|
|
4678
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive:active, .gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive.gd-ui-kit-toolbar-button--isActive {
|
|
4679
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4680
|
+
color: var(--gd-palette-error-base-d10);
|
|
4681
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4682
|
+
}
|
|
4683
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive.gd-ui-kit-toolbar-button--isSelected {
|
|
4684
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4685
|
+
color: var(--gd-palette-error-base);
|
|
4686
|
+
background-color: transparent;
|
|
4687
|
+
}
|
|
4688
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive.gd-ui-kit-toolbar-button--isSelected:hover {
|
|
4689
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4690
|
+
color: var(--gd-palette-error-base);
|
|
4691
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4692
|
+
}
|
|
4693
|
+
.gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive.gd-ui-kit-toolbar-button--isSelected:active, .gd-ui-kit-toolbar-button:not([aria-disabled=true]).gd-ui-kit-toolbar-button--isDestructive.gd-ui-kit-toolbar-button--isSelected.gd-ui-kit-toolbar-button--isActive {
|
|
4694
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4695
|
+
color: var(--gd-palette-error-base-d10);
|
|
4696
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4697
|
+
}
|
|
4698
|
+
.gd-ui-kit-toolbar-button[aria-disabled=true] {
|
|
4699
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-4);
|
|
4700
|
+
color: var(--gd-palette-complementary-5);
|
|
4701
|
+
background-color: transparent;
|
|
4702
|
+
cursor: default;
|
|
4703
|
+
}
|
|
4704
|
+
.gd-ui-kit-toolbar-button__label {
|
|
4705
|
+
overflow: hidden;
|
|
4706
|
+
text-overflow: ellipsis;
|
|
4707
|
+
}
|
|
4708
|
+
|
|
4709
|
+
.gd-ui-kit-toolbar-icon-button {
|
|
4710
|
+
display: inline-flex;
|
|
4711
|
+
align-items: center;
|
|
4712
|
+
justify-content: center;
|
|
4713
|
+
gap: 4px;
|
|
4714
|
+
box-sizing: border-box;
|
|
4715
|
+
height: 28px;
|
|
4716
|
+
margin: 0;
|
|
4717
|
+
padding: 0 4px;
|
|
4718
|
+
border: 0;
|
|
4719
|
+
border-radius: var(--gd-toolbar-borderRadius);
|
|
4720
|
+
background-color: transparent;
|
|
4721
|
+
font-family: var(--gd-font-family);
|
|
4722
|
+
font-size: 14px;
|
|
4723
|
+
line-height: normal;
|
|
4724
|
+
white-space: nowrap;
|
|
4725
|
+
cursor: pointer;
|
|
4726
|
+
outline: none;
|
|
4727
|
+
transition: var(--gd-transition-all);
|
|
4728
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-7);
|
|
4729
|
+
color: var(--gd-palette-complementary-7);
|
|
4730
|
+
}
|
|
4731
|
+
.gd-ui-kit-toolbar-icon-button:focus-visible {
|
|
4732
|
+
box-shadow: inset 0 0 0 2px var(--gd-palette-primary-base);
|
|
4733
|
+
}
|
|
4734
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]):hover {
|
|
4735
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4736
|
+
color: var(--gd-palette-complementary-8);
|
|
4737
|
+
background-color: var(--gd-palette-complementary-2);
|
|
4738
|
+
}
|
|
4739
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]):active, .gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isActive {
|
|
4740
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4741
|
+
color: var(--gd-palette-complementary-8);
|
|
4742
|
+
background-color: var(--gd-palette-complementary-4);
|
|
4743
|
+
}
|
|
4744
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isSelected {
|
|
4745
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
4746
|
+
color: var(--gd-palette-primary-base);
|
|
4747
|
+
background-color: transparent;
|
|
4748
|
+
}
|
|
4749
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isSelected:hover {
|
|
4750
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4751
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4752
|
+
background-color: var(--gd-palette-primary-dimmed);
|
|
4753
|
+
}
|
|
4754
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isSelected:active, .gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isSelected.gd-ui-kit-toolbar-icon-button--isActive {
|
|
4755
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4756
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4757
|
+
background-color: var(--gd-palette-primary-base-dimmed-darken03);
|
|
4758
|
+
}
|
|
4759
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive:hover {
|
|
4760
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4761
|
+
color: var(--gd-palette-error-base);
|
|
4762
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4763
|
+
}
|
|
4764
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive:active, .gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive.gd-ui-kit-toolbar-icon-button--isActive {
|
|
4765
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4766
|
+
color: var(--gd-palette-error-base-d10);
|
|
4767
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4768
|
+
}
|
|
4769
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive.gd-ui-kit-toolbar-icon-button--isSelected {
|
|
4770
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4771
|
+
color: var(--gd-palette-error-base);
|
|
4772
|
+
background-color: transparent;
|
|
4773
|
+
}
|
|
4774
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive.gd-ui-kit-toolbar-icon-button--isSelected:hover {
|
|
4775
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4776
|
+
color: var(--gd-palette-error-base);
|
|
4777
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4778
|
+
}
|
|
4779
|
+
.gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive.gd-ui-kit-toolbar-icon-button--isSelected:active, .gd-ui-kit-toolbar-icon-button:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-button--isDestructive.gd-ui-kit-toolbar-icon-button--isSelected.gd-ui-kit-toolbar-icon-button--isActive {
|
|
4780
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4781
|
+
color: var(--gd-palette-error-base-d10);
|
|
4782
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4783
|
+
}
|
|
4784
|
+
.gd-ui-kit-toolbar-icon-button[aria-disabled=true] {
|
|
4785
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-4);
|
|
4786
|
+
color: var(--gd-palette-complementary-5);
|
|
4787
|
+
background-color: transparent;
|
|
4788
|
+
cursor: default;
|
|
4789
|
+
}
|
|
4790
|
+
.gd-ui-kit-toolbar-icon-button {
|
|
4791
|
+
position: relative;
|
|
4792
|
+
flex-shrink: 0;
|
|
4793
|
+
}
|
|
4794
|
+
.gd-ui-kit-toolbar-icon-button--size-medium {
|
|
4795
|
+
width: 28px;
|
|
4796
|
+
}
|
|
4797
|
+
.gd-ui-kit-toolbar-icon-button--size-small {
|
|
4798
|
+
width: 14px;
|
|
4799
|
+
height: 14px;
|
|
4800
|
+
padding: 0;
|
|
4801
|
+
}
|
|
4802
|
+
.gd-ui-kit-toolbar-icon-button--size-small::before {
|
|
4803
|
+
content: "";
|
|
4804
|
+
position: absolute;
|
|
4805
|
+
inset: -5px;
|
|
4806
|
+
}
|
|
4807
|
+
|
|
4808
|
+
.gd-ui-kit-toolbar-icon-select {
|
|
4809
|
+
display: inline-flex;
|
|
4810
|
+
align-items: center;
|
|
4811
|
+
justify-content: center;
|
|
4812
|
+
gap: 4px;
|
|
4813
|
+
box-sizing: border-box;
|
|
4814
|
+
height: 28px;
|
|
4815
|
+
margin: 0;
|
|
4816
|
+
padding: 0 4px;
|
|
4817
|
+
border: 0;
|
|
4818
|
+
border-radius: var(--gd-toolbar-borderRadius);
|
|
4819
|
+
background-color: transparent;
|
|
4820
|
+
font-family: var(--gd-font-family);
|
|
4821
|
+
font-size: 14px;
|
|
4822
|
+
line-height: normal;
|
|
4823
|
+
white-space: nowrap;
|
|
4824
|
+
cursor: pointer;
|
|
4825
|
+
outline: none;
|
|
4826
|
+
transition: var(--gd-transition-all);
|
|
4827
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-7);
|
|
4828
|
+
color: var(--gd-palette-complementary-7);
|
|
4829
|
+
}
|
|
4830
|
+
.gd-ui-kit-toolbar-icon-select:focus-visible {
|
|
4831
|
+
box-shadow: inset 0 0 0 2px var(--gd-palette-primary-base);
|
|
4832
|
+
}
|
|
4833
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]):hover {
|
|
4834
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4835
|
+
color: var(--gd-palette-complementary-8);
|
|
4836
|
+
background-color: var(--gd-palette-complementary-2);
|
|
4837
|
+
}
|
|
4838
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]):active, .gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isActive {
|
|
4839
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4840
|
+
color: var(--gd-palette-complementary-8);
|
|
4841
|
+
background-color: var(--gd-palette-complementary-4);
|
|
4842
|
+
}
|
|
4843
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isSelected {
|
|
4844
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
4845
|
+
color: var(--gd-palette-primary-base);
|
|
4846
|
+
background-color: transparent;
|
|
4847
|
+
}
|
|
4848
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isSelected:hover {
|
|
4849
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4850
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4851
|
+
background-color: var(--gd-palette-primary-dimmed);
|
|
4852
|
+
}
|
|
4853
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isSelected:active, .gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isSelected.gd-ui-kit-toolbar-icon-select--isActive {
|
|
4854
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4855
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4856
|
+
background-color: var(--gd-palette-primary-base-dimmed-darken03);
|
|
4857
|
+
}
|
|
4858
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive:hover {
|
|
4859
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4860
|
+
color: var(--gd-palette-error-base);
|
|
4861
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4862
|
+
}
|
|
4863
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive:active, .gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive.gd-ui-kit-toolbar-icon-select--isActive {
|
|
4864
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4865
|
+
color: var(--gd-palette-error-base-d10);
|
|
4866
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4867
|
+
}
|
|
4868
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive.gd-ui-kit-toolbar-icon-select--isSelected {
|
|
4869
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4870
|
+
color: var(--gd-palette-error-base);
|
|
4871
|
+
background-color: transparent;
|
|
4872
|
+
}
|
|
4873
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive.gd-ui-kit-toolbar-icon-select--isSelected:hover {
|
|
4874
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4875
|
+
color: var(--gd-palette-error-base);
|
|
4876
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4877
|
+
}
|
|
4878
|
+
.gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive.gd-ui-kit-toolbar-icon-select--isSelected:active, .gd-ui-kit-toolbar-icon-select:not([aria-disabled=true]).gd-ui-kit-toolbar-icon-select--isDestructive.gd-ui-kit-toolbar-icon-select--isSelected.gd-ui-kit-toolbar-icon-select--isActive {
|
|
4879
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4880
|
+
color: var(--gd-palette-error-base-d10);
|
|
4881
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4882
|
+
}
|
|
4883
|
+
.gd-ui-kit-toolbar-icon-select[aria-disabled=true] {
|
|
4884
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-4);
|
|
4885
|
+
color: var(--gd-palette-complementary-5);
|
|
4886
|
+
background-color: transparent;
|
|
4887
|
+
cursor: default;
|
|
4888
|
+
}
|
|
4889
|
+
.gd-ui-kit-toolbar-icon-select {
|
|
4890
|
+
flex-shrink: 0;
|
|
4891
|
+
}
|
|
4892
|
+
|
|
4893
|
+
.gd-ui-kit-toolbar-select {
|
|
4894
|
+
display: inline-flex;
|
|
4895
|
+
align-items: center;
|
|
4896
|
+
justify-content: center;
|
|
4897
|
+
gap: 4px;
|
|
4898
|
+
box-sizing: border-box;
|
|
4899
|
+
height: 28px;
|
|
4900
|
+
margin: 0;
|
|
4901
|
+
padding: 0 4px;
|
|
4902
|
+
border: 0;
|
|
4903
|
+
border-radius: var(--gd-toolbar-borderRadius);
|
|
4904
|
+
background-color: transparent;
|
|
4905
|
+
font-family: var(--gd-font-family);
|
|
4906
|
+
font-size: 14px;
|
|
4907
|
+
line-height: normal;
|
|
4908
|
+
white-space: nowrap;
|
|
4909
|
+
cursor: pointer;
|
|
4910
|
+
outline: none;
|
|
4911
|
+
transition: var(--gd-transition-all);
|
|
4912
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-7);
|
|
4913
|
+
color: var(--gd-palette-complementary-7);
|
|
4914
|
+
}
|
|
4915
|
+
.gd-ui-kit-toolbar-select:focus-visible {
|
|
4916
|
+
box-shadow: inset 0 0 0 2px var(--gd-palette-primary-base);
|
|
4917
|
+
}
|
|
4918
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]):hover {
|
|
4919
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4920
|
+
color: var(--gd-palette-complementary-8);
|
|
4921
|
+
background-color: var(--gd-palette-complementary-2);
|
|
4922
|
+
}
|
|
4923
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]):active, .gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isActive {
|
|
4924
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-8);
|
|
4925
|
+
color: var(--gd-palette-complementary-8);
|
|
4926
|
+
background-color: var(--gd-palette-complementary-4);
|
|
4927
|
+
}
|
|
4928
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isSelected {
|
|
4929
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base);
|
|
4930
|
+
color: var(--gd-palette-primary-base);
|
|
4931
|
+
background-color: transparent;
|
|
4932
|
+
}
|
|
4933
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isSelected:hover {
|
|
4934
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4935
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4936
|
+
background-color: var(--gd-palette-primary-dimmed);
|
|
4937
|
+
}
|
|
4938
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isSelected:active, .gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isSelected.gd-ui-kit-toolbar-select--isActive {
|
|
4939
|
+
--gd-icon-fill-color: var(--gd-palette-primary-base-d12);
|
|
4940
|
+
color: var(--gd-palette-primary-base-d12);
|
|
4941
|
+
background-color: var(--gd-palette-primary-base-dimmed-darken03);
|
|
4942
|
+
}
|
|
4943
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive:hover {
|
|
4944
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4945
|
+
color: var(--gd-palette-error-base);
|
|
4946
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4947
|
+
}
|
|
4948
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive:active, .gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive.gd-ui-kit-toolbar-select--isActive {
|
|
4949
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4950
|
+
color: var(--gd-palette-error-base-d10);
|
|
4951
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4952
|
+
}
|
|
4953
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive.gd-ui-kit-toolbar-select--isSelected {
|
|
4954
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4955
|
+
color: var(--gd-palette-error-base);
|
|
4956
|
+
background-color: transparent;
|
|
4957
|
+
}
|
|
4958
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive.gd-ui-kit-toolbar-select--isSelected:hover {
|
|
4959
|
+
--gd-icon-fill-color: var(--gd-palette-error-base);
|
|
4960
|
+
color: var(--gd-palette-error-base);
|
|
4961
|
+
background-color: var(--gd-palette-error-dimmed);
|
|
4962
|
+
}
|
|
4963
|
+
.gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive.gd-ui-kit-toolbar-select--isSelected:active, .gd-ui-kit-toolbar-select:not([aria-disabled=true]).gd-ui-kit-toolbar-select--isDestructive.gd-ui-kit-toolbar-select--isSelected.gd-ui-kit-toolbar-select--isActive {
|
|
4964
|
+
--gd-icon-fill-color: var(--gd-palette-error-base-d10);
|
|
4965
|
+
color: var(--gd-palette-error-base-d10);
|
|
4966
|
+
background-color: var(--gd-palette-error-disabled);
|
|
4967
|
+
}
|
|
4968
|
+
.gd-ui-kit-toolbar-select[aria-disabled=true] {
|
|
4969
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-4);
|
|
4970
|
+
color: var(--gd-palette-complementary-5);
|
|
4971
|
+
background-color: transparent;
|
|
4972
|
+
cursor: default;
|
|
4973
|
+
}
|
|
4974
|
+
.gd-ui-kit-toolbar-select {
|
|
4975
|
+
justify-content: flex-start;
|
|
4976
|
+
}
|
|
4977
|
+
.gd-ui-kit-toolbar-select--width-fixed {
|
|
4978
|
+
width: 240px;
|
|
4979
|
+
}
|
|
4980
|
+
.gd-ui-kit-toolbar-select__label {
|
|
4981
|
+
flex: 1 1 auto;
|
|
4982
|
+
min-width: 0;
|
|
4983
|
+
overflow: hidden;
|
|
4984
|
+
text-overflow: ellipsis;
|
|
4985
|
+
text-align: left;
|
|
4986
|
+
}
|
|
4987
|
+
.gd-ui-kit-toolbar-select--isPlaceholder:not([aria-disabled=true]) .gd-ui-kit-toolbar-select__label {
|
|
4988
|
+
color: var(--gd-palette-complementary-6);
|
|
4989
|
+
}
|
|
4990
|
+
|
|
4991
|
+
.gd-ui-kit-toolbar-stepper {
|
|
4992
|
+
display: inline-flex;
|
|
4993
|
+
align-items: center;
|
|
4994
|
+
gap: 4px;
|
|
4995
|
+
box-sizing: border-box;
|
|
4996
|
+
height: 28px;
|
|
4997
|
+
padding: 0 4px;
|
|
4998
|
+
}
|
|
4999
|
+
.gd-ui-kit-toolbar-stepper__value {
|
|
5000
|
+
display: inline-flex;
|
|
5001
|
+
align-items: center;
|
|
5002
|
+
justify-content: center;
|
|
5003
|
+
gap: 4px;
|
|
5004
|
+
box-sizing: border-box;
|
|
5005
|
+
height: 28px;
|
|
5006
|
+
margin: 0;
|
|
5007
|
+
padding: 0 4px;
|
|
5008
|
+
border: 0;
|
|
5009
|
+
border-radius: var(--gd-toolbar-borderRadius);
|
|
5010
|
+
background-color: transparent;
|
|
5011
|
+
font-family: var(--gd-font-family);
|
|
5012
|
+
font-size: 14px;
|
|
5013
|
+
line-height: normal;
|
|
5014
|
+
white-space: nowrap;
|
|
5015
|
+
cursor: pointer;
|
|
5016
|
+
outline: none;
|
|
5017
|
+
transition: var(--gd-transition-all);
|
|
5018
|
+
--gd-icon-fill-color: var(--gd-palette-complementary-7);
|
|
5019
|
+
min-width: 0;
|
|
5020
|
+
color: var(--gd-palette-complementary-7);
|
|
5021
|
+
text-align: center;
|
|
5022
|
+
cursor: default;
|
|
5023
|
+
}
|
|
5024
|
+
.gd-ui-kit-toolbar-stepper__value--isEditable {
|
|
5025
|
+
width: calc(4.5ch + 2 * 4px);
|
|
5026
|
+
text-align: center;
|
|
5027
|
+
cursor: text;
|
|
5028
|
+
}
|
|
5029
|
+
.gd-ui-kit-toolbar-stepper__value--isEditable:focus-visible {
|
|
5030
|
+
box-shadow: inset 0 0 0 2px var(--gd-palette-primary-base);
|
|
5031
|
+
}
|
|
5032
|
+
.gd-ui-kit-toolbar-stepper__value--isEditable:not([aria-disabled=true]):hover {
|
|
5033
|
+
color: var(--gd-palette-complementary-8);
|
|
5034
|
+
background-color: var(--gd-palette-complementary-2);
|
|
5035
|
+
}
|
|
5036
|
+
.gd-ui-kit-toolbar-stepper__value--isEditable:not([aria-disabled=true]):active, .gd-ui-kit-toolbar-stepper__value--isEditable:not([aria-disabled=true]).gd-ui-kit-toolbar-stepper__value--isActive {
|
|
5037
|
+
color: var(--gd-palette-complementary-8);
|
|
5038
|
+
background-color: var(--gd-palette-complementary-4);
|
|
5039
|
+
}
|
|
5040
|
+
.gd-ui-kit-toolbar-stepper__value--isEditable[aria-disabled=true] {
|
|
5041
|
+
color: var(--gd-palette-complementary-4);
|
|
5042
|
+
cursor: default;
|
|
5043
|
+
}
|
|
5044
|
+
|
|
5045
|
+
.gd-ui-kit-toolbar-segmented-control {
|
|
5046
|
+
display: inline-flex;
|
|
5047
|
+
align-items: center;
|
|
5048
|
+
gap: 0;
|
|
5049
|
+
height: 28px;
|
|
5050
|
+
}
|
|
5051
|
+
|
|
5052
|
+
.gd-ui-kit-toolbar-divider {
|
|
5053
|
+
flex-shrink: 0;
|
|
5054
|
+
box-sizing: border-box;
|
|
5055
|
+
width: 1px;
|
|
5056
|
+
height: 28px;
|
|
5057
|
+
background-color: var(--gd-palette-complementary-3);
|
|
5058
|
+
}
|
|
5059
|
+
|
|
5060
|
+
.gd-ui-kit-toolbar-color-swatch {
|
|
5061
|
+
display: inline-flex;
|
|
5062
|
+
flex-direction: column;
|
|
5063
|
+
align-items: center;
|
|
5064
|
+
justify-content: center;
|
|
5065
|
+
gap: 2px;
|
|
5066
|
+
flex-shrink: 0;
|
|
5067
|
+
box-sizing: border-box;
|
|
5068
|
+
width: 20px;
|
|
5069
|
+
height: 20px;
|
|
5070
|
+
overflow: hidden;
|
|
5071
|
+
}
|
|
5072
|
+
.gd-ui-kit-toolbar-color-swatch__fill {
|
|
5073
|
+
position: relative;
|
|
5074
|
+
box-sizing: border-box;
|
|
5075
|
+
width: 100%;
|
|
5076
|
+
height: 100%;
|
|
5077
|
+
background-color: var(--gd-palette-complementary-0);
|
|
5078
|
+
}
|
|
5079
|
+
.gd-ui-kit-toolbar-color-swatch__transparent {
|
|
5080
|
+
position: absolute;
|
|
5081
|
+
inset: 0;
|
|
5082
|
+
background: repeating-conic-gradient(var(--gd-palette-complementary-3) 0 25%, transparent 0 50%) 0 0/6px 6px;
|
|
5083
|
+
}
|
|
5084
|
+
.gd-ui-kit-toolbar-color-swatch__glyph {
|
|
5085
|
+
display: inline-flex;
|
|
5086
|
+
align-items: center;
|
|
5087
|
+
justify-content: center;
|
|
5088
|
+
width: 12px;
|
|
5089
|
+
height: 12px;
|
|
5090
|
+
font-family: var(--gd-font-family);
|
|
5091
|
+
font-size: 12px;
|
|
5092
|
+
font-weight: 700;
|
|
5093
|
+
line-height: 1;
|
|
5094
|
+
color: currentColor;
|
|
5095
|
+
}
|
|
5096
|
+
.gd-ui-kit-toolbar-color-swatch__bar {
|
|
5097
|
+
box-sizing: border-box;
|
|
5098
|
+
width: 100%;
|
|
5099
|
+
height: 5px;
|
|
5100
|
+
border-radius: var(--gd-button-borderRadius);
|
|
5101
|
+
background-color: var(--gd-palette-primary-base);
|
|
5102
|
+
}
|
|
5103
|
+
.gd-ui-kit-toolbar-color-swatch--hasBorder.gd-ui-kit-toolbar-color-swatch--variant-fill .gd-ui-kit-toolbar-color-swatch__fill {
|
|
5104
|
+
box-shadow: inset 0 0 0 1px var(--gd-palette-complementary-5);
|
|
5105
|
+
}
|
|
5106
|
+
.gd-ui-kit-toolbar-color-swatch--hasBorder.gd-ui-kit-toolbar-color-swatch--variant-text .gd-ui-kit-toolbar-color-swatch__bar {
|
|
5107
|
+
box-shadow: inset 0 0 0 1px var(--gd-palette-complementary-4);
|
|
5108
|
+
}
|
|
5109
|
+
|
|
4556
5110
|
[class^=gd-ui-kit-],
|
|
4557
5111
|
[class*=" gd-ui-kit-"] {
|
|
4558
5112
|
font-family: var(--gd-font-family);
|