@clickhouse/click-ui 0.6.1-rc2 → 0.6.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/cjs/click-ui.css +623 -11
- package/dist/cjs/components/Accordion/Accordion.css +111 -0
- package/dist/cjs/components/Accordion/Accordion.module.css.cjs +33 -0
- package/dist/cjs/components/Accordion/Accordion.module.css.cjs.map +1 -0
- package/dist/cjs/components/Accordion/index.cjs +51 -54
- package/dist/cjs/components/Accordion/index.cjs.map +1 -1
- package/dist/cjs/components/Alert/Alert.css +169 -0
- package/dist/cjs/components/Alert/Alert.module.css.cjs +75 -0
- package/dist/cjs/components/Alert/Alert.module.css.cjs.map +1 -0
- package/dist/cjs/components/Alert/index.cjs +113 -69
- package/dist/cjs/components/Alert/index.cjs.map +1 -1
- package/dist/cjs/components/Assets/Icons/Check.cjs +1 -1
- package/dist/cjs/components/Assets/Icons/Check.cjs.map +1 -1
- package/dist/cjs/components/Assets/Icons/Dollar.cjs +10 -0
- package/dist/cjs/components/Assets/Icons/Dollar.cjs.map +1 -0
- package/dist/cjs/components/Assets/Icons/Pin.cjs +13 -0
- package/dist/cjs/components/Assets/Icons/Pin.cjs.map +1 -0
- package/dist/cjs/components/Assets/Icons/Unpin.cjs +17 -0
- package/dist/cjs/components/Assets/Icons/Unpin.cjs.map +1 -0
- package/dist/cjs/components/Assets/Icons/system/IconsLight.cjs +6 -0
- package/dist/cjs/components/Assets/Icons/system/IconsLight.cjs.map +1 -1
- package/dist/cjs/components/Button/index.cjs +2 -1
- package/dist/cjs/components/Button/index.cjs.map +1 -1
- package/dist/cjs/components/Checkbox/index.cjs +1 -11
- package/dist/cjs/components/Checkbox/index.cjs.map +1 -1
- package/dist/cjs/components/Collapsible/Collapsible.css +79 -0
- package/dist/cjs/components/Collapsible/Collapsible.module.css.cjs +31 -0
- package/dist/cjs/components/Collapsible/Collapsible.module.css.cjs.map +1 -0
- package/dist/cjs/components/Collapsible/IconWrapper.cjs +4 -11
- package/dist/cjs/components/Collapsible/IconWrapper.cjs.map +1 -1
- package/dist/cjs/components/Collapsible/index.cjs +36 -24
- package/dist/cjs/components/Collapsible/index.cjs.map +1 -1
- package/dist/cjs/components/Container/Container.css +3 -3
- package/dist/cjs/components/HoverCard/HoverCard.css +6 -0
- package/dist/cjs/components/HoverCard/HoverCard.module.css.cjs +10 -0
- package/dist/cjs/components/HoverCard/HoverCard.module.css.cjs.map +1 -0
- package/dist/cjs/components/HoverCard/index.cjs +5 -5
- package/dist/cjs/components/HoverCard/index.cjs.map +1 -1
- package/dist/cjs/components/Link/Link.css +12 -8
- package/dist/cjs/components/Link/Link.module.css.cjs +15 -4
- package/dist/cjs/components/Link/Link.module.css.cjs.map +1 -1
- package/dist/cjs/components/Link/index.cjs +6 -6
- package/dist/cjs/components/Link/index.cjs.map +1 -1
- package/dist/cjs/components/Select/common/InternalSelect.cjs +1 -1
- package/dist/cjs/components/Select/common/InternalSelect.cjs.map +1 -1
- package/dist/cjs/components/SidebarNavigationItem/SidebarNavigationItem.css +167 -0
- package/dist/cjs/components/SidebarNavigationItem/SidebarNavigationItem.module.css.cjs +23 -0
- package/dist/cjs/components/SidebarNavigationItem/SidebarNavigationItem.module.css.cjs.map +1 -0
- package/dist/cjs/components/SidebarNavigationItem/index.cjs +60 -69
- package/dist/cjs/components/SidebarNavigationItem/index.cjs.map +1 -1
- package/dist/cjs/components/SidebarNavigationTitle/SidebarNavigationTitle.css +76 -0
- package/dist/cjs/components/SidebarNavigationTitle/SidebarNavigationTitle.module.css.cjs +19 -0
- package/dist/cjs/components/SidebarNavigationTitle/SidebarNavigationTitle.module.css.cjs.map +1 -0
- package/dist/cjs/components/SidebarNavigationTitle/index.cjs +35 -23
- package/dist/cjs/components/SidebarNavigationTitle/index.cjs.map +1 -1
- package/dist/esm/click-ui.css +623 -11
- package/dist/esm/components/Accordion/Accordion.css +111 -0
- package/dist/esm/components/Accordion/Accordion.module.css.js +22 -0
- package/dist/esm/components/Accordion/Accordion.module.css.js.map +1 -0
- package/dist/esm/components/Accordion/index.js +51 -54
- package/dist/esm/components/Accordion/index.js.map +1 -1
- package/dist/esm/components/Alert/Alert.css +169 -0
- package/dist/esm/components/Alert/Alert.module.css.js +53 -0
- package/dist/esm/components/Alert/Alert.module.css.js.map +1 -0
- package/dist/esm/components/Alert/index.js +113 -69
- package/dist/esm/components/Alert/index.js.map +1 -1
- package/dist/esm/components/Assets/Icons/Check.js +1 -1
- package/dist/esm/components/Assets/Icons/Check.js.map +1 -1
- package/dist/esm/components/Assets/Icons/Dollar.js +6 -0
- package/dist/esm/components/Assets/Icons/Dollar.js.map +1 -0
- package/dist/esm/components/Assets/Icons/Pin.js +9 -0
- package/dist/esm/components/Assets/Icons/Pin.js.map +1 -0
- package/dist/esm/components/Assets/Icons/Unpin.js +13 -0
- package/dist/esm/components/Assets/Icons/Unpin.js.map +1 -0
- package/dist/esm/components/Assets/Icons/system/IconsLight.js +6 -0
- package/dist/esm/components/Assets/Icons/system/IconsLight.js.map +1 -1
- package/dist/esm/components/Button/index.js +2 -1
- package/dist/esm/components/Button/index.js.map +1 -1
- package/dist/esm/components/Checkbox/index.js +1 -11
- package/dist/esm/components/Checkbox/index.js.map +1 -1
- package/dist/esm/components/Collapsible/Collapsible.css +79 -0
- package/dist/esm/components/Collapsible/Collapsible.module.css.js +21 -0
- package/dist/esm/components/Collapsible/Collapsible.module.css.js.map +1 -0
- package/dist/esm/components/Collapsible/IconWrapper.js +4 -11
- package/dist/esm/components/Collapsible/IconWrapper.js.map +1 -1
- package/dist/esm/components/Collapsible/index.js +36 -24
- package/dist/esm/components/Collapsible/index.js.map +1 -1
- package/dist/esm/components/Container/Container.css +3 -3
- package/dist/esm/components/HoverCard/HoverCard.css +6 -0
- package/dist/esm/components/HoverCard/HoverCard.module.css.js +6 -0
- package/dist/esm/components/HoverCard/HoverCard.module.css.js.map +1 -0
- package/dist/esm/components/HoverCard/index.js +5 -5
- package/dist/esm/components/HoverCard/index.js.map +1 -1
- package/dist/esm/components/Link/Link.css +12 -8
- package/dist/esm/components/Link/Link.module.css.js +11 -5
- package/dist/esm/components/Link/Link.module.css.js.map +1 -1
- package/dist/esm/components/Link/index.js +6 -6
- package/dist/esm/components/Link/index.js.map +1 -1
- package/dist/esm/components/Select/common/InternalSelect.js +1 -1
- package/dist/esm/components/Select/common/InternalSelect.js.map +1 -1
- package/dist/esm/components/SidebarNavigationItem/SidebarNavigationItem.css +167 -0
- package/dist/esm/components/SidebarNavigationItem/SidebarNavigationItem.module.css.js +16 -0
- package/dist/esm/components/SidebarNavigationItem/SidebarNavigationItem.module.css.js.map +1 -0
- package/dist/esm/components/SidebarNavigationItem/index.js +60 -69
- package/dist/esm/components/SidebarNavigationItem/index.js.map +1 -1
- package/dist/esm/components/SidebarNavigationTitle/SidebarNavigationTitle.css +76 -0
- package/dist/esm/components/SidebarNavigationTitle/SidebarNavigationTitle.module.css.js +12 -0
- package/dist/esm/components/SidebarNavigationTitle/SidebarNavigationTitle.module.css.js.map +1 -0
- package/dist/esm/components/SidebarNavigationTitle/index.js +35 -23
- package/dist/esm/components/SidebarNavigationTitle/index.js.map +1 -1
- package/dist/types/components/Accordion/Accordion.d.ts +3 -3
- package/dist/types/components/Assets/Icons/Dollar.d.ts +3 -0
- package/dist/types/components/Assets/Icons/Pin.d.ts +3 -0
- package/dist/types/components/Assets/Icons/Unpin.d.ts +3 -0
- package/dist/types/components/Assets/Icons/system/types.d.ts +1 -1
- package/dist/types/components/Button/Button.d.ts +1 -24
- package/dist/types/components/Button/Button.types.d.ts +3 -0
- package/dist/types/components/Collapsible/Collapsible.d.ts +3 -3
- package/dist/types/components/HoverCard/HoverCard.d.ts +1 -1
- package/dist/types/components/SidebarNavigationItem/SidebarNavigationItem.d.ts +9 -5
- package/dist/types/components/SidebarNavigationTitle/SidebarNavigationTitle.d.ts +9 -4
- package/package.json +1 -1
package/dist/cjs/click-ui.css
CHANGED
|
@@ -171,9 +171,9 @@
|
|
|
171
171
|
this reset a nested Container would inherit an ancestor's value — e.g. a
|
|
172
172
|
parent with `fillHeight` would force `height: 100%` onto every descendant
|
|
173
173
|
Container, and a parent with `grow` would make children flex-grow too.
|
|
174
|
-
Resetting
|
|
175
|
-
|
|
176
|
-
|
|
174
|
+
Resetting the variables on `.container` prevents inheritance; using `initial`
|
|
175
|
+
makes the consuming declarations compute to their initial values when the prop
|
|
176
|
+
is unset (the `var()` fallbacks below are an extra guard). */
|
|
177
177
|
--container-height: initial;
|
|
178
178
|
--container-min-height: initial;
|
|
179
179
|
--container-max-height: initial;
|
|
@@ -980,6 +980,117 @@
|
|
|
980
980
|
animation: none;
|
|
981
981
|
}
|
|
982
982
|
}
|
|
983
|
+
/* stylelint-disable-next-line block-no-empty -- base block required by BEM */
|
|
984
|
+
.accordion__LVhhv {
|
|
985
|
+
}
|
|
986
|
+
|
|
987
|
+
.accordion_fill-width__65i1l {
|
|
988
|
+
width: 100%;
|
|
989
|
+
}
|
|
990
|
+
|
|
991
|
+
.accordion__trigger__DrpsZ {
|
|
992
|
+
display: flex;
|
|
993
|
+
padding: 0;
|
|
994
|
+
align-items: center;
|
|
995
|
+
gap: var(--accordion-gap);
|
|
996
|
+
border: none;
|
|
997
|
+
background-color: transparent;
|
|
998
|
+
color: var(--accordion-label-default);
|
|
999
|
+
font: var(--accordion-font-default);
|
|
1000
|
+
}
|
|
1001
|
+
|
|
1002
|
+
.accordion__trigger__DrpsZ:active {
|
|
1003
|
+
color: var(--accordion-label-active);
|
|
1004
|
+
font: var(--accordion-font-active);
|
|
1005
|
+
}
|
|
1006
|
+
|
|
1007
|
+
.accordion__trigger__DrpsZ:hover {
|
|
1008
|
+
color: var(--accordion-label-hover);
|
|
1009
|
+
font: var(--accordion-font-hover);
|
|
1010
|
+
cursor: pointer;
|
|
1011
|
+
}
|
|
1012
|
+
|
|
1013
|
+
.accordion__trigger_fill-width__b9tJk {
|
|
1014
|
+
width: 100%;
|
|
1015
|
+
}
|
|
1016
|
+
|
|
1017
|
+
.accordion__trigger_size_sm__kb6zW {
|
|
1018
|
+
--accordion-gap: var(--click-accordion-sm-space-gap);
|
|
1019
|
+
--accordion-font-default: var(--click-accordion-sm-typography-label-default);
|
|
1020
|
+
--accordion-font-hover: var(--click-accordion-sm-typography-label-hover);
|
|
1021
|
+
--accordion-font-active: var(--click-accordion-sm-typography-label-active);
|
|
1022
|
+
}
|
|
1023
|
+
|
|
1024
|
+
.accordion__trigger_size_md__IkAnv {
|
|
1025
|
+
--accordion-gap: var(--click-accordion-md-space-gap);
|
|
1026
|
+
--accordion-font-default: var(--click-accordion-md-typography-label-default);
|
|
1027
|
+
--accordion-font-hover: var(--click-accordion-md-typography-label-hover);
|
|
1028
|
+
--accordion-font-active: var(--click-accordion-md-typography-label-active);
|
|
1029
|
+
}
|
|
1030
|
+
|
|
1031
|
+
.accordion__trigger_size_lg__t3GzX {
|
|
1032
|
+
--accordion-gap: var(--click-accordion-lg-space-gap);
|
|
1033
|
+
--accordion-font-default: var(--click-accordion-lg-typography-label-default);
|
|
1034
|
+
--accordion-font-hover: var(--click-accordion-lg-typography-label-hover);
|
|
1035
|
+
--accordion-font-active: var(--click-accordion-lg-typography-label-active);
|
|
1036
|
+
}
|
|
1037
|
+
|
|
1038
|
+
.accordion__trigger_color_default__q9fX5 {
|
|
1039
|
+
--accordion-label-default: var(--click-accordion-color-default-label-default);
|
|
1040
|
+
--accordion-label-hover: var(--click-accordion-color-default-label-hover);
|
|
1041
|
+
--accordion-label-active: var(--click-accordion-color-default-label-active);
|
|
1042
|
+
}
|
|
1043
|
+
|
|
1044
|
+
.accordion__trigger_color_link__Fu45s {
|
|
1045
|
+
--accordion-label-default: var(--click-accordion-color-link-label-default);
|
|
1046
|
+
--accordion-label-hover: var(--click-accordion-color-link-label-hover);
|
|
1047
|
+
--accordion-label-active: var(--click-accordion-color-link-label-active);
|
|
1048
|
+
}
|
|
1049
|
+
|
|
1050
|
+
.accordion__icon-wrapper__DCanu {
|
|
1051
|
+
display: flex;
|
|
1052
|
+
justify-content: center;
|
|
1053
|
+
align-items: center;
|
|
1054
|
+
transition: transform 200ms cubic-bezier(0.87, 0, 0.13, 1);
|
|
1055
|
+
}
|
|
1056
|
+
|
|
1057
|
+
.accordion__trigger__DrpsZ[data-state='open'] .accordion__icon-wrapper__DCanu {
|
|
1058
|
+
transform: rotate(90deg);
|
|
1059
|
+
}
|
|
1060
|
+
|
|
1061
|
+
.accordion__icons-wrapper__qwRRg {
|
|
1062
|
+
display: flex;
|
|
1063
|
+
justify-content: center;
|
|
1064
|
+
align-items: center;
|
|
1065
|
+
}
|
|
1066
|
+
|
|
1067
|
+
/* stylelint-disable no-descending-specificity -- the SidebarAccordion overrides
|
|
1068
|
+
intentionally come last to mirror the original `styled(Accordion)` block, whose
|
|
1069
|
+
rules were emitted after the base trigger/icon-wrapper styles. */
|
|
1070
|
+
.accordion_sidebar__siNyk .accordion__trigger__DrpsZ {
|
|
1071
|
+
gap: var(--click-sidebar-navigation-item-default-space-gap);
|
|
1072
|
+
}
|
|
1073
|
+
|
|
1074
|
+
.accordion_sidebar__siNyk p {
|
|
1075
|
+
margin: 0;
|
|
1076
|
+
}
|
|
1077
|
+
|
|
1078
|
+
.accordion_sidebar__siNyk .accordion__icon-wrapper__DCanu {
|
|
1079
|
+
visibility: hidden;
|
|
1080
|
+
}
|
|
1081
|
+
|
|
1082
|
+
.accordion_sidebar__siNyk:hover .accordion__icon-wrapper__DCanu {
|
|
1083
|
+
visibility: revert;
|
|
1084
|
+
}
|
|
1085
|
+
|
|
1086
|
+
.accordion_sidebar__siNyk:active .accordion__icon-wrapper__DCanu {
|
|
1087
|
+
visibility: revert;
|
|
1088
|
+
}
|
|
1089
|
+
|
|
1090
|
+
.accordion_sidebar__siNyk .accordion__trigger__DrpsZ[data-state='open'] .accordion__icon-wrapper__DCanu {
|
|
1091
|
+
visibility: revert;
|
|
1092
|
+
}
|
|
1093
|
+
/* stylelint-enable no-descending-specificity */
|
|
983
1094
|
.spacer__okdOd {
|
|
984
1095
|
display: flex;
|
|
985
1096
|
background: transparent;
|
|
@@ -1008,6 +1119,175 @@
|
|
|
1008
1119
|
.spacer_size_xxl__upvXv {
|
|
1009
1120
|
padding: var(--click-spacer-horizontal-space-y-xxl) var(--click-spacer-horizontal-space-x-all);
|
|
1010
1121
|
}
|
|
1122
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. iconBackground) */
|
|
1123
|
+
|
|
1124
|
+
.alert__7cYyI {
|
|
1125
|
+
display: flex;
|
|
1126
|
+
width: 100%;
|
|
1127
|
+
overflow: hidden;
|
|
1128
|
+
justify-content: start;
|
|
1129
|
+
border-radius: var(--click-alert-radii-end);
|
|
1130
|
+
background-color: var(--click-alert-color-background-neutral);
|
|
1131
|
+
color: var(--click-alert-color-text-neutral);
|
|
1132
|
+
}
|
|
1133
|
+
|
|
1134
|
+
.alert_type_default__PnVyJ {
|
|
1135
|
+
justify-content: start;
|
|
1136
|
+
border-radius: var(--click-alert-radii-end);
|
|
1137
|
+
}
|
|
1138
|
+
|
|
1139
|
+
.alert_type_banner__NjYrK {
|
|
1140
|
+
justify-content: center;
|
|
1141
|
+
border-radius: 0;
|
|
1142
|
+
}
|
|
1143
|
+
|
|
1144
|
+
.alert_state_neutral__655E4 {
|
|
1145
|
+
background-color: var(--click-alert-color-background-neutral);
|
|
1146
|
+
color: var(--click-alert-color-text-neutral);
|
|
1147
|
+
}
|
|
1148
|
+
|
|
1149
|
+
.alert_state_success__VUtee {
|
|
1150
|
+
background-color: var(--click-alert-color-background-success);
|
|
1151
|
+
color: var(--click-alert-color-text-success);
|
|
1152
|
+
}
|
|
1153
|
+
|
|
1154
|
+
.alert_state_warning__kNUTL {
|
|
1155
|
+
background-color: var(--click-alert-color-background-warning);
|
|
1156
|
+
color: var(--click-alert-color-text-warning);
|
|
1157
|
+
}
|
|
1158
|
+
|
|
1159
|
+
.alert_state_danger__DLuZk {
|
|
1160
|
+
background-color: var(--click-alert-color-background-danger);
|
|
1161
|
+
color: var(--click-alert-color-text-danger);
|
|
1162
|
+
}
|
|
1163
|
+
|
|
1164
|
+
.alert_state_info__-2HHz {
|
|
1165
|
+
background-color: var(--click-alert-color-background-info);
|
|
1166
|
+
color: var(--click-alert-color-text-info);
|
|
1167
|
+
}
|
|
1168
|
+
|
|
1169
|
+
.alert__icon-wrapper__q9T-7 {
|
|
1170
|
+
display: flex;
|
|
1171
|
+
align-items: center;
|
|
1172
|
+
background-color: var(--click-alert-color-iconBackground-neutral);
|
|
1173
|
+
color: var(--click-alert-color-iconForeground-neutral);
|
|
1174
|
+
}
|
|
1175
|
+
|
|
1176
|
+
.alert__icon-wrapper_state_neutral__gIGl5 {
|
|
1177
|
+
background-color: var(--click-alert-color-iconBackground-neutral);
|
|
1178
|
+
color: var(--click-alert-color-iconForeground-neutral);
|
|
1179
|
+
}
|
|
1180
|
+
|
|
1181
|
+
.alert__icon-wrapper_state_success__9C1yD {
|
|
1182
|
+
background-color: var(--click-alert-color-iconBackground-success);
|
|
1183
|
+
color: var(--click-alert-color-iconForeground-success);
|
|
1184
|
+
}
|
|
1185
|
+
|
|
1186
|
+
.alert__icon-wrapper_state_warning__oJByv {
|
|
1187
|
+
background-color: var(--click-alert-color-iconBackground-warning);
|
|
1188
|
+
color: var(--click-alert-color-iconForeground-warning);
|
|
1189
|
+
}
|
|
1190
|
+
|
|
1191
|
+
.alert__icon-wrapper_state_danger__afPBa {
|
|
1192
|
+
background-color: var(--click-alert-color-iconBackground-danger);
|
|
1193
|
+
color: var(--click-alert-color-iconForeground-danger);
|
|
1194
|
+
}
|
|
1195
|
+
|
|
1196
|
+
.alert__icon-wrapper_state_info__YI3qz {
|
|
1197
|
+
background-color: var(--click-alert-color-iconBackground-info);
|
|
1198
|
+
color: var(--click-alert-color-iconForeground-info);
|
|
1199
|
+
}
|
|
1200
|
+
|
|
1201
|
+
.alert__icon-wrapper_size_small__E4NZL {
|
|
1202
|
+
padding: var(--click-alert-small-space-y) 0 var(--click-alert-small-space-y)
|
|
1203
|
+
var(--click-alert-small-space-x);
|
|
1204
|
+
}
|
|
1205
|
+
|
|
1206
|
+
.alert__icon-wrapper_size_medium__3bDZN {
|
|
1207
|
+
padding: var(--click-alert-medium-space-y) 0 var(--click-alert-medium-space-y)
|
|
1208
|
+
var(--click-alert-medium-space-x);
|
|
1209
|
+
}
|
|
1210
|
+
|
|
1211
|
+
/* The styled-components original emitted `background-color: none` for banners,
|
|
1212
|
+
which is an invalid value the browser drops, leaving the icon wrapper
|
|
1213
|
+
transparent. `transparent` reproduces that rendering exactly. */
|
|
1214
|
+
.alert__icon-wrapper_type_banner__4Zl-g {
|
|
1215
|
+
background-color: transparent;
|
|
1216
|
+
}
|
|
1217
|
+
|
|
1218
|
+
/* stylelint-disable-next-line block-no-empty -- base element required by BEM */
|
|
1219
|
+
.alert__icon__2dyva {
|
|
1220
|
+
}
|
|
1221
|
+
|
|
1222
|
+
.alert__icon_size_small__BGX9V {
|
|
1223
|
+
width: var(--click-alert-small-icon-width);
|
|
1224
|
+
height: var(--click-alert-small-icon-height);
|
|
1225
|
+
}
|
|
1226
|
+
|
|
1227
|
+
.alert__icon_size_medium__-9nLT {
|
|
1228
|
+
width: var(--click-alert-medium-icon-width);
|
|
1229
|
+
height: var(--click-alert-medium-icon-height);
|
|
1230
|
+
}
|
|
1231
|
+
|
|
1232
|
+
.alert__text-wrapper__-KJUV {
|
|
1233
|
+
display: flex;
|
|
1234
|
+
/* stylelint-disable-next-line declaration-property-value-keyword-no-deprecated -- preserves the styled-components original verbatim for byte-for-byte parity */
|
|
1235
|
+
word-break: break-word;
|
|
1236
|
+
flex-flow: column;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1239
|
+
.alert__text-wrapper_size_small__Ahm-8 {
|
|
1240
|
+
padding: var(--click-alert-small-space-y) var(--click-alert-small-space-x);
|
|
1241
|
+
gap: var(--click-alert-small-space-gap);
|
|
1242
|
+
}
|
|
1243
|
+
|
|
1244
|
+
.alert__text-wrapper_size_medium__FIX1N {
|
|
1245
|
+
padding: var(--click-alert-medium-space-y) var(--click-alert-medium-space-x);
|
|
1246
|
+
gap: var(--click-alert-medium-space-gap);
|
|
1247
|
+
}
|
|
1248
|
+
|
|
1249
|
+
.alert__text-wrapper__-KJUV a,
|
|
1250
|
+
.alert__text-wrapper__-KJUV a:focus,
|
|
1251
|
+
.alert__text-wrapper__-KJUV a:visited,
|
|
1252
|
+
.alert__text-wrapper__-KJUV a:hover {
|
|
1253
|
+
color: inherit;
|
|
1254
|
+
font: inherit;
|
|
1255
|
+
text-decoration: underline;
|
|
1256
|
+
}
|
|
1257
|
+
|
|
1258
|
+
.alert__title__R9v8v {
|
|
1259
|
+
margin: 0;
|
|
1260
|
+
}
|
|
1261
|
+
|
|
1262
|
+
.alert__title_size_small__UngXF {
|
|
1263
|
+
font: var(--click-alert-small-typography-title-default);
|
|
1264
|
+
}
|
|
1265
|
+
|
|
1266
|
+
.alert__title_size_medium__Uqu2N {
|
|
1267
|
+
font: var(--click-alert-medium-typography-title-default);
|
|
1268
|
+
}
|
|
1269
|
+
|
|
1270
|
+
.alert__text__-MlWp {
|
|
1271
|
+
margin: 0;
|
|
1272
|
+
}
|
|
1273
|
+
|
|
1274
|
+
.alert__text_size_small__7fH-5 {
|
|
1275
|
+
font: var(--click-alert-small-typography-text-default);
|
|
1276
|
+
}
|
|
1277
|
+
|
|
1278
|
+
.alert__text_size_medium__-2r2Z {
|
|
1279
|
+
font: var(--click-alert-medium-typography-text-default);
|
|
1280
|
+
}
|
|
1281
|
+
|
|
1282
|
+
.alert__dismiss__btduW {
|
|
1283
|
+
display: flex;
|
|
1284
|
+
margin-left: auto;
|
|
1285
|
+
align-items: center;
|
|
1286
|
+
border: none;
|
|
1287
|
+
background-color: transparent;
|
|
1288
|
+
color: inherit;
|
|
1289
|
+
cursor: pointer;
|
|
1290
|
+
}
|
|
1011
1291
|
.separator__mz39H[data-orientation='horizontal'] {
|
|
1012
1292
|
width: 100%;
|
|
1013
1293
|
border-top: 0.0625rem solid var(--click-separator-color-stroke-default);
|
|
@@ -2150,6 +2430,12 @@ div:active + .topbadge__E79OZ {
|
|
|
2150
2430
|
.progressclosebutton_dismissable__p5mDJ {
|
|
2151
2431
|
visibility: visible;
|
|
2152
2432
|
}
|
|
2433
|
+
.hover-card__trigger__tMcTR {
|
|
2434
|
+
/* stylelint-disable-next-line plugin/no-unsupported-browser-features -- `fit-content`
|
|
2435
|
+
keyword on `width` is widely supported on evergreen browsers; the original
|
|
2436
|
+
styled-components rule used the same value. */
|
|
2437
|
+
width: fit-content;
|
|
2438
|
+
}
|
|
2153
2439
|
.link__Ly-e3 {
|
|
2154
2440
|
display: inline-flex;
|
|
2155
2441
|
margin: 0;
|
|
@@ -2270,21 +2556,347 @@ div:active + .topbadge__E79OZ {
|
|
|
2270
2556
|
--link-font: var(--typography-styles-product-text-mono-lg);
|
|
2271
2557
|
}
|
|
2272
2558
|
|
|
2273
|
-
/* The inner Icon
|
|
2274
|
-
descendant selector inside IconWrapper; here we
|
|
2275
|
-
straight to the Icon so the selector stays a single
|
|
2276
|
-
effective specificity. */
|
|
2277
|
-
|
|
2278
|
-
.
|
|
2559
|
+
/* The inner Icon is a `link__icon` element — it receives the scoped class via
|
|
2560
|
+
className. The original used a descendant selector inside IconWrapper; here we
|
|
2561
|
+
pass the scoped class straight to the Icon so the selector stays a single
|
|
2562
|
+
class with the same effective specificity. */
|
|
2563
|
+
/* stylelint-disable-next-line block-no-empty -- base element required by BEM */
|
|
2564
|
+
.link__icon__El8JR {
|
|
2565
|
+
}
|
|
2566
|
+
|
|
2567
|
+
.link__icon_size_xs__qMUN-,
|
|
2568
|
+
.link__icon_size_sm__d2ZIU {
|
|
2279
2569
|
width: var(--click-link-icon-size-sm-width);
|
|
2280
2570
|
height: var(--click-link-icon-size-sm-height);
|
|
2281
2571
|
}
|
|
2282
2572
|
|
|
2283
|
-
.
|
|
2284
|
-
.
|
|
2573
|
+
.link__icon_size_md__-5EZ1,
|
|
2574
|
+
.link__icon_size_lg__RY5Y1 {
|
|
2285
2575
|
width: var(--click-link-icon-size-md-width);
|
|
2286
2576
|
height: var(--click-link-icon-size-md-height);
|
|
2287
2577
|
}
|
|
2578
|
+
.collapsible__8jmKP {
|
|
2579
|
+
width: 100%;
|
|
2580
|
+
}
|
|
2581
|
+
|
|
2582
|
+
.collapsible__8jmKP [data-trigger-icon] {
|
|
2583
|
+
visibility: hidden;
|
|
2584
|
+
transition: transform 150ms cubic-bezier(0.87, 0, 0.13, 1);
|
|
2585
|
+
}
|
|
2586
|
+
|
|
2587
|
+
.collapsible__8jmKP [data-trigger-icon][data-open='true'] {
|
|
2588
|
+
transform: rotate(90deg);
|
|
2589
|
+
}
|
|
2590
|
+
|
|
2591
|
+
.collapsible__8jmKP [data-collapsible-header]:hover [data-trigger-icon] {
|
|
2592
|
+
visibility: visible;
|
|
2593
|
+
}
|
|
2594
|
+
|
|
2595
|
+
.collapsible__header__pWkUS {
|
|
2596
|
+
user-select: none;
|
|
2597
|
+
}
|
|
2598
|
+
|
|
2599
|
+
.collapsible__header_indicator-dir_start__s-AUI {
|
|
2600
|
+
margin-left: 0;
|
|
2601
|
+
}
|
|
2602
|
+
|
|
2603
|
+
.collapsible__header_indicator-dir_end__EtDn0 {
|
|
2604
|
+
margin-left: var(--click-image-sm-size-width);
|
|
2605
|
+
}
|
|
2606
|
+
|
|
2607
|
+
.collapsible__trigger__ArZ-C {
|
|
2608
|
+
display: flex;
|
|
2609
|
+
align-items: center;
|
|
2610
|
+
color: inherit;
|
|
2611
|
+
font: inherit;
|
|
2612
|
+
cursor: inherit;
|
|
2613
|
+
}
|
|
2614
|
+
|
|
2615
|
+
/* stylelint-disable-next-line block-no-empty -- base element required by BEM */
|
|
2616
|
+
.collapsible__content__aT3ek {
|
|
2617
|
+
}
|
|
2618
|
+
|
|
2619
|
+
.collapsible__content_indicator-dir_start__8Gs37 {
|
|
2620
|
+
margin-left: var(--click-image-sm-size-width);
|
|
2621
|
+
}
|
|
2622
|
+
|
|
2623
|
+
.collapsible__content_indicator-dir_end__OoEfV {
|
|
2624
|
+
margin-right: var(--click-image-sm-size-width);
|
|
2625
|
+
}
|
|
2626
|
+
|
|
2627
|
+
.collapsible__label__RpPE- {
|
|
2628
|
+
display: flex;
|
|
2629
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original rule used this same
|
|
2630
|
+
width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
2631
|
+
stretch) so the label fills the available inline space. */
|
|
2632
|
+
width: 100%;
|
|
2633
|
+
width: -webkit-fill-available;
|
|
2634
|
+
width: fill-available;
|
|
2635
|
+
width: stretch;
|
|
2636
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
2637
|
+
overflow: hidden;
|
|
2638
|
+
flex: 1;
|
|
2639
|
+
justify-content: flex-start;
|
|
2640
|
+
align-items: center;
|
|
2641
|
+
gap: var(--click-sidebar-navigation-item-default-space-gap);
|
|
2642
|
+
}
|
|
2643
|
+
|
|
2644
|
+
.collapsible__ellipsis__huvdc {
|
|
2645
|
+
display: flex;
|
|
2646
|
+
overflow: hidden;
|
|
2647
|
+
flex: 1;
|
|
2648
|
+
justify-content: flex-start;
|
|
2649
|
+
gap: inherit;
|
|
2650
|
+
white-space: nowrap;
|
|
2651
|
+
}
|
|
2652
|
+
|
|
2653
|
+
.collapsible__ellipsis__huvdc > *:not(button) {
|
|
2654
|
+
overflow: hidden;
|
|
2655
|
+
text-overflow: ellipsis;
|
|
2656
|
+
}
|
|
2657
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. sqlSidebar) */
|
|
2658
|
+
.wrapper__klOWe {
|
|
2659
|
+
display: flex;
|
|
2660
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original styled rule used this
|
|
2661
|
+
same width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
2662
|
+
stretch) so the item fills the available inline space. */
|
|
2663
|
+
width: 100%;
|
|
2664
|
+
width: -webkit-fill-available;
|
|
2665
|
+
width: fill-available;
|
|
2666
|
+
width: stretch;
|
|
2667
|
+
padding: var(--item-space-y) var(--item-space-right) var(--item-space-y)
|
|
2668
|
+
var(--item-pad-left);
|
|
2669
|
+
overflow: hidden;
|
|
2670
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
2671
|
+
flex-wrap: nowrap;
|
|
2672
|
+
align-items: center;
|
|
2673
|
+
border: none;
|
|
2674
|
+
border-radius: var(--item-radii);
|
|
2675
|
+
background-color: var(--item-bg-default);
|
|
2676
|
+
color: var(--item-text-default);
|
|
2677
|
+
font: var(--item-font-default);
|
|
2678
|
+
white-space: nowrap;
|
|
2679
|
+
cursor: pointer;
|
|
2680
|
+
pointer-events: all;
|
|
2681
|
+
|
|
2682
|
+
/* Not collapsible by default: the padding-left reserves the icon-column width. */
|
|
2683
|
+
--item-pad-left: var(--click-image-sm-size-width);
|
|
2684
|
+
--item-mobile-pad-left: var(--click-image-sm-size-width);
|
|
2685
|
+
}
|
|
2686
|
+
|
|
2687
|
+
.wrapper__klOWe span a {
|
|
2688
|
+
color: var(--item-text-default);
|
|
2689
|
+
text-decoration: none;
|
|
2690
|
+
cursor: pointer;
|
|
2691
|
+
}
|
|
2692
|
+
|
|
2693
|
+
.wrapper__klOWe:hover,
|
|
2694
|
+
.wrapper__klOWe:focus {
|
|
2695
|
+
background-color: var(--item-bg-hover);
|
|
2696
|
+
color: var(--item-text-hover);
|
|
2697
|
+
font: var(--item-font-hover);
|
|
2698
|
+
pointer-events: auto;
|
|
2699
|
+
}
|
|
2700
|
+
|
|
2701
|
+
.wrapper__klOWe:active,
|
|
2702
|
+
.wrapper__klOWe[data-selected='true'] {
|
|
2703
|
+
background-color: var(--item-bg-active);
|
|
2704
|
+
color: var(--item-text-active);
|
|
2705
|
+
font: var(--item-font-active);
|
|
2706
|
+
pointer-events: all;
|
|
2707
|
+
}
|
|
2708
|
+
|
|
2709
|
+
.wrapper__klOWe[aria-disabled='true'],
|
|
2710
|
+
.wrapper__klOWe[aria-disabled='true']:hover,
|
|
2711
|
+
.wrapper__klOWe[aria-disabled='true']:focus,
|
|
2712
|
+
.wrapper__klOWe[aria-disabled='true']:active,
|
|
2713
|
+
.wrapper__klOWe[aria-disabled='true']:focus-within,
|
|
2714
|
+
.wrapper__klOWe[aria-disabled='true'][data-selected='true'] {
|
|
2715
|
+
color: var(--item-text-disabled);
|
|
2716
|
+
cursor: not-allowed;
|
|
2717
|
+
pointer-events: none;
|
|
2718
|
+
}
|
|
2719
|
+
|
|
2720
|
+
.wrapper__klOWe[aria-disabled='true'] span a {
|
|
2721
|
+
color: var(--item-text-disabled);
|
|
2722
|
+
text-decoration: none;
|
|
2723
|
+
cursor: not-allowed;
|
|
2724
|
+
}
|
|
2725
|
+
|
|
2726
|
+
/* stylelint-disable-next-line media-feature-range-notation -- prefix syntax matches the original styled rule and is more broadly supported than range syntax */
|
|
2727
|
+
@media (max-width: 640px) {
|
|
2728
|
+
.wrapper__klOWe {
|
|
2729
|
+
padding: var(--item-mobile-space-y) var(--item-mobile-space-right)
|
|
2730
|
+
var(--item-mobile-space-y) var(--item-mobile-pad-left);
|
|
2731
|
+
gap: var(--item-mobile-gap);
|
|
2732
|
+
font: var(--item-mobile-font-default);
|
|
2733
|
+
}
|
|
2734
|
+
|
|
2735
|
+
.wrapper__klOWe:hover,
|
|
2736
|
+
.wrapper__klOWe:focus {
|
|
2737
|
+
font: var(--item-mobile-font-hover);
|
|
2738
|
+
}
|
|
2739
|
+
|
|
2740
|
+
.wrapper__klOWe:active,
|
|
2741
|
+
.wrapper__klOWe[data-selected='true'] {
|
|
2742
|
+
font: var(--item-mobile-font-active);
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
|
|
2746
|
+
.wrapper_itemtype_item__4OyPQ {
|
|
2747
|
+
--item-space-y: var(--click-sidebar-navigation-item-default-space-y);
|
|
2748
|
+
--item-space-right: var(--click-sidebar-navigation-item-default-space-right);
|
|
2749
|
+
--item-space-left: var(--click-sidebar-navigation-item-default-space-left);
|
|
2750
|
+
--item-radii: var(--click-sidebar-navigation-item-radii-all);
|
|
2751
|
+
--item-font-default: var(--click-sidebar-navigation-item-typography-default);
|
|
2752
|
+
--item-font-hover: var(--click-sidebar-navigation-item-typography-hover);
|
|
2753
|
+
--item-font-active: var(--click-sidebar-navigation-item-typography-active);
|
|
2754
|
+
--item-mobile-gap: var(--click-sidebar-navigation-item-mobile-space-gap);
|
|
2755
|
+
--item-mobile-space-y: var(--click-sidebar-navigation-item-mobile-space-y);
|
|
2756
|
+
--item-mobile-space-right: var(--click-sidebar-navigation-item-mobile-space-right);
|
|
2757
|
+
--item-mobile-space-left: var(--click-sidebar-navigation-item-mobile-space-left);
|
|
2758
|
+
--item-mobile-font-default: var(--click-sidebar-navigation-item-mobile-typography-default);
|
|
2759
|
+
--item-mobile-font-hover: var(--click-sidebar-navigation-item-mobile-typography-hover);
|
|
2760
|
+
--item-mobile-font-active: var(--click-sidebar-navigation-item-mobile-typography-active);
|
|
2761
|
+
}
|
|
2762
|
+
|
|
2763
|
+
.wrapper_itemtype_sub-item__qv3-r {
|
|
2764
|
+
--item-space-y: var(--click-sidebar-navigation-subItem-default-space-y);
|
|
2765
|
+
--item-space-right: var(--click-sidebar-navigation-subItem-default-space-right);
|
|
2766
|
+
--item-space-left: var(--click-sidebar-navigation-subItem-default-space-left);
|
|
2767
|
+
--item-radii: var(--click-sidebar-navigation-subItem-radii-all);
|
|
2768
|
+
--item-font-default: var(--click-sidebar-navigation-subItem-typography-default);
|
|
2769
|
+
--item-font-hover: var(--click-sidebar-navigation-subItem-typography-hover);
|
|
2770
|
+
--item-font-active: var(--click-sidebar-navigation-subItem-typography-active);
|
|
2771
|
+
--item-mobile-gap: var(--click-sidebar-navigation-subItem-mobile-space-gap);
|
|
2772
|
+
--item-mobile-space-y: var(--click-sidebar-navigation-subItem-mobile-space-y);
|
|
2773
|
+
--item-mobile-space-right: var(--click-sidebar-navigation-subItem-mobile-space-right);
|
|
2774
|
+
--item-mobile-space-left: var(--click-sidebar-navigation-subItem-mobile-space-left);
|
|
2775
|
+
--item-mobile-font-default: var(--click-sidebar-navigation-subItem-mobile-typography-default);
|
|
2776
|
+
--item-mobile-font-hover: var(--click-sidebar-navigation-subItem-mobile-typography-hover);
|
|
2777
|
+
--item-mobile-font-active: var(--click-sidebar-navigation-subItem-mobile-typography-active);
|
|
2778
|
+
}
|
|
2779
|
+
|
|
2780
|
+
.wrapper_collapsible_true__mZMo2 {
|
|
2781
|
+
--item-pad-left: var(--item-space-left);
|
|
2782
|
+
--item-mobile-pad-left: var(--item-mobile-space-left);
|
|
2783
|
+
}
|
|
2784
|
+
|
|
2785
|
+
.wrapper_color_main-item__7C9Lq {
|
|
2786
|
+
--item-bg-default: var(--click-sidebar-main-navigation-item-color-background-default);
|
|
2787
|
+
--item-bg-hover: var(--click-sidebar-main-navigation-item-color-background-hover);
|
|
2788
|
+
--item-bg-active: var(--click-sidebar-main-navigation-item-color-background-active);
|
|
2789
|
+
--item-text-default: var(--click-sidebar-main-navigation-item-color-text-default);
|
|
2790
|
+
--item-text-hover: var(--click-sidebar-main-navigation-item-color-text-hover);
|
|
2791
|
+
--item-text-active: var(--click-sidebar-main-navigation-item-color-text-active);
|
|
2792
|
+
--item-text-disabled: var(--click-sidebar-main-navigation-item-color-text-disabled);
|
|
2793
|
+
}
|
|
2794
|
+
|
|
2795
|
+
.wrapper_color_main-sub-item__d9MJG {
|
|
2796
|
+
--item-bg-default: var(--click-sidebar-main-navigation-subItem-color-background-default);
|
|
2797
|
+
--item-bg-hover: var(--click-sidebar-main-navigation-subItem-color-background-hover);
|
|
2798
|
+
--item-bg-active: var(--click-sidebar-main-navigation-subItem-color-background-active);
|
|
2799
|
+
--item-text-default: var(--click-sidebar-main-navigation-subItem-color-text-default);
|
|
2800
|
+
--item-text-hover: var(--click-sidebar-main-navigation-subItem-color-text-hover);
|
|
2801
|
+
--item-text-active: var(--click-sidebar-main-navigation-subItem-color-text-active);
|
|
2802
|
+
--item-text-disabled: var(--click-sidebar-main-navigation-subItem-color-text-disabled);
|
|
2803
|
+
}
|
|
2804
|
+
|
|
2805
|
+
.wrapper_color_sql-sidebar-item__UxUec {
|
|
2806
|
+
--item-bg-default: var(--click-sidebar-sqlSidebar-navigation-item-color-background-default);
|
|
2807
|
+
--item-bg-hover: var(--click-sidebar-sqlSidebar-navigation-item-color-background-hover);
|
|
2808
|
+
--item-bg-active: var(--click-sidebar-sqlSidebar-navigation-item-color-background-active);
|
|
2809
|
+
--item-text-default: var(--click-sidebar-sqlSidebar-navigation-item-color-text-default);
|
|
2810
|
+
--item-text-hover: var(--click-sidebar-sqlSidebar-navigation-item-color-text-hover);
|
|
2811
|
+
--item-text-active: var(--click-sidebar-sqlSidebar-navigation-item-color-text-active);
|
|
2812
|
+
--item-text-disabled: var(--click-sidebar-sqlSidebar-navigation-item-color-text-disabled);
|
|
2813
|
+
}
|
|
2814
|
+
|
|
2815
|
+
.wrapper_color_sql-sidebar-sub-item__AyRy0 {
|
|
2816
|
+
--item-bg-default: var(--click-sidebar-sqlSidebar-navigation-subItem-color-background-default);
|
|
2817
|
+
--item-bg-hover: var(--click-sidebar-sqlSidebar-navigation-subItem-color-background-hover);
|
|
2818
|
+
--item-bg-active: var(--click-sidebar-sqlSidebar-navigation-subItem-color-background-active);
|
|
2819
|
+
--item-text-default: var(--click-sidebar-sqlSidebar-navigation-subItem-color-text-default);
|
|
2820
|
+
--item-text-hover: var(--click-sidebar-sqlSidebar-navigation-subItem-color-text-hover);
|
|
2821
|
+
--item-text-active: var(--click-sidebar-sqlSidebar-navigation-subItem-color-text-active);
|
|
2822
|
+
--item-text-disabled: var(--click-sidebar-sqlSidebar-navigation-subItem-color-text-disabled);
|
|
2823
|
+
}
|
|
2824
|
+
/* stylelint-disable custom-property-pattern -- design tokens use camelCase (e.g. sqlSidebar) */
|
|
2825
|
+
.wrapper__ey0v7 {
|
|
2826
|
+
/* stylelint-disable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown -- the original styled rule used this
|
|
2827
|
+
same width fallback chain (100% → -webkit-fill-available → fill-available →
|
|
2828
|
+
stretch) so the title fills the available inline space. */
|
|
2829
|
+
width: 100%;
|
|
2830
|
+
width: -webkit-fill-available;
|
|
2831
|
+
width: fill-available;
|
|
2832
|
+
width: stretch;
|
|
2833
|
+
/* stylelint-enable plugin/no-unsupported-browser-features, declaration-property-value-no-unknown */
|
|
2834
|
+
padding: 0;
|
|
2835
|
+
padding-left: var(--title-pad-left);
|
|
2836
|
+
overflow: hidden;
|
|
2837
|
+
border: none;
|
|
2838
|
+
background: transparent;
|
|
2839
|
+
white-space: nowrap;
|
|
2840
|
+
|
|
2841
|
+
/* Not collapsible by default: reserve the icon-column width on the left.
|
|
2842
|
+
The single-class modifiers below override this; keep these defaults at
|
|
2843
|
+
single-class specificity so they can. */
|
|
2844
|
+
--title-pad-left: var(--click-image-sm-size-width);
|
|
2845
|
+
}
|
|
2846
|
+
|
|
2847
|
+
/* Doubled class → specificity (0,2,0). SidebarCollapsibleTitle renders this
|
|
2848
|
+
wrapper `as={Collapsible.Trigger}`, so the element also carries
|
|
2849
|
+
`.collapsible__trigger`, whose `display/align-items/color/font/cursor`
|
|
2850
|
+
resets would otherwise win on CSS-module bundle order and strip the title's
|
|
2851
|
+
own typography. The original styled-components cascade resolved in the
|
|
2852
|
+
title's favour; the doubled class makes that deterministic. Only the
|
|
2853
|
+
properties that actually conflict with the trigger live here — box metrics
|
|
2854
|
+
and the `--title-*` custom properties stay single-class above/below so the
|
|
2855
|
+
`type`/`collapsible` modifiers still override them. */
|
|
2856
|
+
.wrapper__ey0v7.wrapper__ey0v7 {
|
|
2857
|
+
display: inline-flex;
|
|
2858
|
+
align-items: center;
|
|
2859
|
+
color: var(--title-color-default);
|
|
2860
|
+
font: var(--click-sidebar-navigation-title-typography-default);
|
|
2861
|
+
cursor: pointer;
|
|
2862
|
+
}
|
|
2863
|
+
|
|
2864
|
+
.wrapper__ey0v7.wrapper__ey0v7:hover {
|
|
2865
|
+
color: var(--title-color-hover);
|
|
2866
|
+
font: var(--click-sidebar-navigation-title-typography-hover);
|
|
2867
|
+
}
|
|
2868
|
+
|
|
2869
|
+
.wrapper__ey0v7.wrapper__ey0v7:active,
|
|
2870
|
+
.wrapper__ey0v7.wrapper__ey0v7[data-state='open'],
|
|
2871
|
+
.wrapper__ey0v7.wrapper__ey0v7[data-selected='true'] {
|
|
2872
|
+
color: var(--title-color-active);
|
|
2873
|
+
font: var(--click-sidebar-navigation-title-typography-active);
|
|
2874
|
+
}
|
|
2875
|
+
|
|
2876
|
+
.wrapper__ey0v7 a {
|
|
2877
|
+
color: inherit;
|
|
2878
|
+
text-decoration: none;
|
|
2879
|
+
}
|
|
2880
|
+
|
|
2881
|
+
.wrapper__ey0v7 a:active {
|
|
2882
|
+
color: inherit;
|
|
2883
|
+
}
|
|
2884
|
+
|
|
2885
|
+
.wrapper_type_main__wvTIv {
|
|
2886
|
+
--title-color-default: var(--click-sidebar-main-navigation-title-color-default);
|
|
2887
|
+
--title-color-hover: var(--click-sidebar-main-navigation-title-color-hover);
|
|
2888
|
+
--title-color-active: var(--click-sidebar-main-navigation-title-color-active);
|
|
2889
|
+
}
|
|
2890
|
+
|
|
2891
|
+
.wrapper_type_sql-sidebar__J-qle {
|
|
2892
|
+
--title-color-default: var(--click-sidebar-sqlSidebar-navigation-title-color-default);
|
|
2893
|
+
--title-color-hover: var(--click-sidebar-sqlSidebar-navigation-title-color-hover);
|
|
2894
|
+
--title-color-active: var(--click-sidebar-sqlSidebar-navigation-title-color-active);
|
|
2895
|
+
}
|
|
2896
|
+
|
|
2897
|
+
.wrapper_collapsible_true__8ANnP {
|
|
2898
|
+
--title-pad-left: 0;
|
|
2899
|
+
}
|
|
2288
2900
|
/* The wrapper class is applied alongside FormRoot's styled-components class.
|
|
2289
2901
|
The .wrapper.wrapper double-class boost matches the specificity behavior of
|
|
2290
2902
|
the original `styled(FormRoot)` chain so these overrides reliably beat
|