@kaizen/components 2.3.1 → 2.3.3
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/src/TitleBlock/TitleBlock.cjs +1 -1
- package/dist/cjs/src/TitleBlock/TitleBlock.module.scss.cjs +1 -1
- package/dist/cjs/src/TitleBlock/subcomponents/Toolbar.module.scss.cjs +1 -3
- package/dist/esm/src/TitleBlock/TitleBlock.mjs +1 -1
- package/dist/esm/src/TitleBlock/TitleBlock.module.scss.mjs +1 -1
- package/dist/esm/src/TitleBlock/subcomponents/Toolbar.module.scss.mjs +1 -3
- package/dist/styles.css +142 -133
- package/package.json +1 -1
- package/src/Tabs/subcomponents/Tab/Tab.module.css +1 -1
- package/src/TitleBlock/TitleBlock.module.scss +127 -73
- package/src/TitleBlock/TitleBlock.tsx +4 -1
- package/src/TitleBlock/_docs/TitleBlock.stories.tsx +238 -4
- package/src/TitleBlock/_mixins.scss +29 -0
- package/src/TitleBlock/subcomponents/MainActions.module.scss +17 -24
- package/src/TitleBlock/subcomponents/Toolbar.module.scss +4 -36
|
@@ -284,7 +284,7 @@ var TitleBlock = function (_a) {
|
|
|
284
284
|
sectionTitleAutomationId: sectionTitleAutomationId,
|
|
285
285
|
sectionTitleDescription: sectionTitleDescription,
|
|
286
286
|
sectionTitleDescriptionAutomationId: sectionTitleDescriptionAutomationId
|
|
287
|
-
}) : defaultRenderSectionTitle(sectionTitle, sectionTitleDescription, variant, sectionTitleAutomationId, sectionTitleDescriptionAutomationId))), renderNavigationTabs(navigationTabs, collapseNavigationArea, title), (secondaryActions !== null && secondaryActions !== void 0 ? secondaryActions : secondaryOverflowMenuItems) && React__default.default.createElement(SecondaryActions.SecondaryActions, {
|
|
287
|
+
}) : defaultRenderSectionTitle(sectionTitle, sectionTitleDescription, variant, sectionTitleAutomationId, sectionTitleDescriptionAutomationId))), !sectionTitle && !sectionTitleDescription && !renderSectionTitle && renderNavigationTabs(navigationTabs, collapseNavigationArea, title), (secondaryActions !== null && secondaryActions !== void 0 ? secondaryActions : secondaryOverflowMenuItems) && React__default.default.createElement(SecondaryActions.SecondaryActions, {
|
|
288
288
|
secondaryActions: secondaryActions,
|
|
289
289
|
secondaryOverflowMenuItems: secondaryOverflowMenuItems,
|
|
290
290
|
reversed: utils.isReversed(variant)
|
|
@@ -25,9 +25,9 @@ var styles = {
|
|
|
25
25
|
"subtitle": "TitleBlock-module_subtitle__AI9tj",
|
|
26
26
|
"subtitleText": "TitleBlock-module_subtitleText__gpXET",
|
|
27
27
|
"sectionTitleContainer": "TitleBlock-module_sectionTitleContainer__LrDPV",
|
|
28
|
+
"sectionTitle": "TitleBlock-module_sectionTitle__b8daw",
|
|
28
29
|
"sectionTitleInner": "TitleBlock-module_sectionTitleInner__nJfOP",
|
|
29
30
|
"sectionTitleOverride": "TitleBlock-module_sectionTitleOverride__XcD8g",
|
|
30
|
-
"sectionTitle": "TitleBlock-module_sectionTitle__b8daw",
|
|
31
31
|
"sectionTitleDescription": "TitleBlock-module_sectionTitleDescription__wuVwm",
|
|
32
32
|
"dark": "TitleBlock-module_dark__KJexf",
|
|
33
33
|
"rowBelowSeparatorInnerContent": "TitleBlock-module_rowBelowSeparatorInnerContent__g5H9w",
|
|
@@ -276,7 +276,7 @@ const TitleBlock = /*#__PURE__*/function () {
|
|
|
276
276
|
sectionTitleAutomationId: sectionTitleAutomationId,
|
|
277
277
|
sectionTitleDescription: sectionTitleDescription,
|
|
278
278
|
sectionTitleDescriptionAutomationId: sectionTitleDescriptionAutomationId
|
|
279
|
-
}) : defaultRenderSectionTitle(sectionTitle, sectionTitleDescription, variant, sectionTitleAutomationId, sectionTitleDescriptionAutomationId)))), renderNavigationTabs(navigationTabs, collapseNavigationArea, title), (secondaryActions !== null && secondaryActions !== void 0 ? secondaryActions : secondaryOverflowMenuItems) && (/*#__PURE__*/React.createElement(SecondaryActions, {
|
|
279
|
+
}) : defaultRenderSectionTitle(sectionTitle, sectionTitleDescription, variant, sectionTitleAutomationId, sectionTitleDescriptionAutomationId)))), !sectionTitle && !sectionTitleDescription && !renderSectionTitle && renderNavigationTabs(navigationTabs, collapseNavigationArea, title), (secondaryActions !== null && secondaryActions !== void 0 ? secondaryActions : secondaryOverflowMenuItems) && (/*#__PURE__*/React.createElement(SecondaryActions, {
|
|
280
280
|
secondaryActions: secondaryActions,
|
|
281
281
|
secondaryOverflowMenuItems: secondaryOverflowMenuItems,
|
|
282
282
|
reversed: isReversed(variant)
|
|
@@ -23,9 +23,9 @@ var styles = {
|
|
|
23
23
|
"subtitle": "TitleBlock-module_subtitle__AI9tj",
|
|
24
24
|
"subtitleText": "TitleBlock-module_subtitleText__gpXET",
|
|
25
25
|
"sectionTitleContainer": "TitleBlock-module_sectionTitleContainer__LrDPV",
|
|
26
|
+
"sectionTitle": "TitleBlock-module_sectionTitle__b8daw",
|
|
26
27
|
"sectionTitleInner": "TitleBlock-module_sectionTitleInner__nJfOP",
|
|
27
28
|
"sectionTitleOverride": "TitleBlock-module_sectionTitleOverride__XcD8g",
|
|
28
|
-
"sectionTitle": "TitleBlock-module_sectionTitle__b8daw",
|
|
29
29
|
"sectionTitleDescription": "TitleBlock-module_sectionTitleDescription__wuVwm",
|
|
30
30
|
"dark": "TitleBlock-module_dark__KJexf",
|
|
31
31
|
"rowBelowSeparatorInnerContent": "TitleBlock-module_rowBelowSeparatorInnerContent__g5H9w",
|
package/dist/styles.css
CHANGED
|
@@ -9240,7 +9240,7 @@
|
|
|
9240
9240
|
border-bottom: 0;
|
|
9241
9241
|
border-top-left-radius: var(--border-borderless-border-radius);
|
|
9242
9242
|
border-top-right-radius: var(--border-borderless-border-radius);
|
|
9243
|
-
background:
|
|
9243
|
+
background: transparent;
|
|
9244
9244
|
white-space: nowrap;
|
|
9245
9245
|
text-decoration: none;
|
|
9246
9246
|
padding: var(--spacing-md) var(--spacing-md);
|
|
@@ -9954,43 +9954,7 @@
|
|
|
9954
9954
|
.Toolbar-module_toolbar__8T-NB {
|
|
9955
9955
|
display: flex;
|
|
9956
9956
|
align-items: center;
|
|
9957
|
-
|
|
9958
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ {
|
|
9959
|
-
margin: 0 calc(1.5rem / 4);
|
|
9960
|
-
}
|
|
9961
|
-
@container (max-width: 1023px) {
|
|
9962
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ {
|
|
9963
|
-
margin: 0 calc(1.5rem / 8);
|
|
9964
|
-
}
|
|
9965
|
-
}
|
|
9966
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ.Toolbar-module_noGap__X-W59 {
|
|
9967
|
-
margin: 0;
|
|
9968
|
-
}
|
|
9969
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ:first-of-type {
|
|
9970
|
-
margin-inline-end: calc(1.5rem / 4);
|
|
9971
|
-
margin-inline-start: 0;
|
|
9972
|
-
}
|
|
9973
|
-
@container (max-width: 1023px) {
|
|
9974
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ:first-of-type {
|
|
9975
|
-
margin-inline-end: calc(1.5rem / 8);
|
|
9976
|
-
margin-inline-start: 0;
|
|
9977
|
-
}
|
|
9978
|
-
}
|
|
9979
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ:first-of-type.Toolbar-module_noGap__X-W59 {
|
|
9980
|
-
margin: 0;
|
|
9981
|
-
}
|
|
9982
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ:last-of-type {
|
|
9983
|
-
margin-inline-end: 0;
|
|
9984
|
-
margin-inline-start: calc(1.5rem / 4);
|
|
9985
|
-
}
|
|
9986
|
-
@container (max-width: 1023px) {
|
|
9987
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ:last-of-type {
|
|
9988
|
-
margin-inline-end: 0;
|
|
9989
|
-
margin-inline-start: calc(1.5rem / 8);
|
|
9990
|
-
}
|
|
9991
|
-
}
|
|
9992
|
-
.Toolbar-module_toolbar__8T-NB .Toolbar-module_toolbarItem__-l3QZ:last-of-type.Toolbar-module_noGap__X-W59 {
|
|
9993
|
-
margin: 0;
|
|
9957
|
+
gap: inherit;
|
|
9994
9958
|
}
|
|
9995
9959
|
}
|
|
9996
9960
|
/* stylelint-disable scss/at-if-no-null, declaration-block-no-redundant-longhand-properties */
|
|
@@ -10011,39 +9975,29 @@
|
|
|
10011
9975
|
@layer kz-components {
|
|
10012
9976
|
.MainActions-module_mainActionsContainer__pk-78 {
|
|
10013
9977
|
display: flex;
|
|
10014
|
-
align-
|
|
10015
|
-
justify-content: flex-end;
|
|
10016
|
-
flex-grow: 1;
|
|
9978
|
+
align-self: flex-start;
|
|
10017
9979
|
flex-shrink: 0;
|
|
10018
|
-
|
|
10019
|
-
|
|
9980
|
+
gap: 4px;
|
|
9981
|
+
}
|
|
9982
|
+
@container (max-width: 576px) {
|
|
9983
|
+
.MainActions-module_mainActionsContainer__pk-78 {
|
|
9984
|
+
justify-content: flex-start;
|
|
9985
|
+
margin-inline-start: 48px;
|
|
9986
|
+
}
|
|
10020
9987
|
}
|
|
10021
9988
|
.MainActions-module_mainActionsContainer__pk-78 .MainActions-module_defaultActionButtonMinimized__XePRS {
|
|
10022
9989
|
display: none;
|
|
10023
|
-
margin-inline-end: 0;
|
|
10024
9990
|
}
|
|
10025
|
-
@
|
|
9991
|
+
@media (max-width: 360px) {
|
|
10026
9992
|
.MainActions-module_mainActionsContainer__pk-78 {
|
|
10027
|
-
|
|
10028
|
-
justify-content: flex-start;
|
|
10029
|
-
padding-left: 1.25rem;
|
|
9993
|
+
gap: 0;
|
|
10030
9994
|
}
|
|
10031
|
-
|
|
10032
|
-
|
|
10033
|
-
padding-top: 0;
|
|
10034
|
-
padding-left: 3.375rem;
|
|
10035
|
-
}
|
|
9995
|
+
.MainActions-module_mainActionsContainer__pk-78 .MainActions-module_defaultActionButton__VbER1 {
|
|
9996
|
+
display: none;
|
|
10036
9997
|
}
|
|
10037
|
-
|
|
10038
|
-
|
|
10039
|
-
|
|
10040
|
-
margin-inline-end: 0;
|
|
10041
|
-
}
|
|
10042
|
-
.MainActions-module_mainActionsContainer__pk-78 .MainActions-module_defaultActionButtonMinimized__XePRS {
|
|
10043
|
-
display: flex;
|
|
10044
|
-
margin-inline-end: 3px;
|
|
10045
|
-
margin-left: -0.5rem;
|
|
10046
|
-
}
|
|
9998
|
+
.MainActions-module_mainActionsContainer__pk-78 .MainActions-module_defaultActionButtonMinimized__XePRS {
|
|
9999
|
+
display: flex;
|
|
10000
|
+
margin-inline-end: 8px;
|
|
10047
10001
|
}
|
|
10048
10002
|
}
|
|
10049
10003
|
}
|
|
@@ -10094,6 +10048,7 @@
|
|
|
10094
10048
|
}
|
|
10095
10049
|
}
|
|
10096
10050
|
.TitleBlock-module_titleRow__Ifqiu {
|
|
10051
|
+
box-sizing: border-box;
|
|
10097
10052
|
display: flex;
|
|
10098
10053
|
width: 100%;
|
|
10099
10054
|
justify-content: center;
|
|
@@ -10103,11 +10058,6 @@
|
|
|
10103
10058
|
width: 100%;
|
|
10104
10059
|
justify-content: center;
|
|
10105
10060
|
}
|
|
10106
|
-
@container (max-width: calc(768px - 1px)) {
|
|
10107
|
-
.TitleBlock-module_rowBelowSeparator__H4E63 {
|
|
10108
|
-
height: 3.75rem;
|
|
10109
|
-
}
|
|
10110
|
-
}
|
|
10111
10061
|
.TitleBlock-module_lightVariant__1EeLV .TitleBlock-module_titleRow__Ifqiu {
|
|
10112
10062
|
background-color: var(--color-white, #ffffff);
|
|
10113
10063
|
margin-bottom: 0.063rem;
|
|
@@ -10117,37 +10067,40 @@
|
|
|
10117
10067
|
margin-bottom: 0.063rem;
|
|
10118
10068
|
}
|
|
10119
10069
|
.TitleBlock-module_rowBelowSeparatorInner__3gNec, .TitleBlock-module_titleRowInner__SlArS {
|
|
10070
|
+
box-sizing: border-box;
|
|
10120
10071
|
max-width: 1392px;
|
|
10121
|
-
margin: 0 72px;
|
|
10122
10072
|
display: flex;
|
|
10123
10073
|
flex-direction: column;
|
|
10124
10074
|
width: 100%;
|
|
10125
10075
|
min-width: 0;
|
|
10076
|
+
padding: 0 20px 0 0;
|
|
10126
10077
|
}
|
|
10127
|
-
@
|
|
10078
|
+
@media (min-width: 1080px) {
|
|
10128
10079
|
.TitleBlock-module_rowBelowSeparatorInner__3gNec, .TitleBlock-module_titleRowInner__SlArS {
|
|
10129
|
-
|
|
10080
|
+
padding: 0;
|
|
10081
|
+
margin-inline: 24px;
|
|
10130
10082
|
}
|
|
10131
10083
|
}
|
|
10132
10084
|
.TitleBlock-module_lightVariant__1EeLV .TitleBlock-module_titleRowInner__SlArS {
|
|
10133
10085
|
border-bottom: 1px solid var(--color-gray-300, #eaeaec);
|
|
10134
10086
|
}
|
|
10135
|
-
|
|
10136
|
-
|
|
10137
|
-
padding-bottom: 12px;
|
|
10138
|
-
}
|
|
10087
|
+
.TitleBlock-module_rowBelowSeparatorInner__3gNec {
|
|
10088
|
+
padding: 0 4px 0 12px;
|
|
10139
10089
|
}
|
|
10140
|
-
@
|
|
10090
|
+
@media (min-width: 1080px) {
|
|
10141
10091
|
.TitleBlock-module_rowBelowSeparatorInner__3gNec {
|
|
10142
|
-
|
|
10092
|
+
padding: 0;
|
|
10093
|
+
margin-inline: 24px;
|
|
10143
10094
|
}
|
|
10144
10095
|
}
|
|
10145
10096
|
.TitleBlock-module_titleRowInnerContent__NhTHV {
|
|
10097
|
+
box-sizing: border-box;
|
|
10146
10098
|
position: relative;
|
|
10147
10099
|
display: flex;
|
|
10148
10100
|
width: 100%;
|
|
10149
10101
|
align-items: center;
|
|
10150
|
-
|
|
10102
|
+
gap: 12px;
|
|
10103
|
+
padding-block: 20px 19px;
|
|
10151
10104
|
justify-content: space-between;
|
|
10152
10105
|
border-bottom: 0.063rem solid rgba(var(--color-white-rgb, 255, 255, 255), 0.1);
|
|
10153
10106
|
}
|
|
@@ -10162,15 +10115,21 @@
|
|
|
10162
10115
|
border-bottom: none;
|
|
10163
10116
|
}
|
|
10164
10117
|
}
|
|
10165
|
-
@container (max-width:
|
|
10118
|
+
@container (max-width: 576px) {
|
|
10166
10119
|
.TitleBlock-module_titleRowInnerContent__NhTHV {
|
|
10167
10120
|
flex-wrap: wrap;
|
|
10121
|
+
gap: 4px;
|
|
10168
10122
|
}
|
|
10169
10123
|
}
|
|
10170
10124
|
.TitleBlock-module_title__c5JWR {
|
|
10171
|
-
display: flex;
|
|
10172
10125
|
align-items: center;
|
|
10173
10126
|
min-width: 0;
|
|
10127
|
+
overflow: hidden;
|
|
10128
|
+
text-overflow: ellipsis;
|
|
10129
|
+
display: -webkit-box;
|
|
10130
|
+
line-clamp: 3;
|
|
10131
|
+
-webkit-line-clamp: 3;
|
|
10132
|
+
-webkit-box-orient: vertical;
|
|
10174
10133
|
}
|
|
10175
10134
|
@container (max-width: 1365px) {
|
|
10176
10135
|
.TitleBlock-module_title__c5JWR {
|
|
@@ -10185,7 +10144,7 @@
|
|
|
10185
10144
|
}
|
|
10186
10145
|
@container (max-width: 1365px) {
|
|
10187
10146
|
.TitleBlock-module_hasSubtitle__DQWKd .TitleBlock-module_titleAndSubtitle__-kLSn {
|
|
10188
|
-
transform: translateY(-
|
|
10147
|
+
transform: translateY(-12px);
|
|
10189
10148
|
}
|
|
10190
10149
|
}
|
|
10191
10150
|
.TitleBlock-module_titleAndSubtitleInner__TX8xw {
|
|
@@ -10229,34 +10188,65 @@
|
|
|
10229
10188
|
}
|
|
10230
10189
|
}
|
|
10231
10190
|
.TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10232
|
-
|
|
10191
|
+
font-size: var(--typography-heading-3-font-size, 1.375rem);
|
|
10192
|
+
line-height: var(--typography-heading-3-line-height, 1.875rem);
|
|
10193
|
+
letter-spacing: var(--typography-heading-3-letter-spacing, normal);
|
|
10194
|
+
margin: 8px 0;
|
|
10233
10195
|
}
|
|
10234
|
-
|
|
10196
|
+
.TitleBlock-module_hasSubtitle__DQWKd .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10197
|
+
margin-bottom: 0;
|
|
10198
|
+
}
|
|
10199
|
+
@media (min-width: 1080px) and (max-width: 1095px) {
|
|
10200
|
+
@container (min-width: 1065px) {
|
|
10201
|
+
.TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10202
|
+
font-size: var(--typography-heading-2-font-size, 1.75rem);
|
|
10203
|
+
line-height: var(--typography-heading-2-line-height, 2.25rem);
|
|
10204
|
+
letter-spacing: var(--typography-heading-2-letter-spacing, normal);
|
|
10205
|
+
margin: 2px 0;
|
|
10206
|
+
}
|
|
10207
|
+
.TitleBlock-module_hasSubtitle__DQWKd .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10208
|
+
margin-bottom: 0;
|
|
10209
|
+
}
|
|
10210
|
+
}
|
|
10211
|
+
}
|
|
10212
|
+
@container (min-width: 1080px) {
|
|
10235
10213
|
.TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10236
10214
|
font-size: var(--typography-heading-2-font-size, 1.75rem);
|
|
10237
10215
|
line-height: var(--typography-heading-2-line-height, 2.25rem);
|
|
10238
10216
|
letter-spacing: var(--typography-heading-2-letter-spacing, normal);
|
|
10239
|
-
|
|
10217
|
+
margin: 2px 0;
|
|
10218
|
+
}
|
|
10219
|
+
.TitleBlock-module_hasSubtitle__DQWKd .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10220
|
+
margin-bottom: 0;
|
|
10240
10221
|
}
|
|
10241
10222
|
}
|
|
10242
|
-
@
|
|
10243
|
-
|
|
10244
|
-
|
|
10245
|
-
|
|
10246
|
-
|
|
10247
|
-
|
|
10223
|
+
@media (min-width: 1080px) and (max-width: 1095px) {
|
|
10224
|
+
@container (min-width: 1065px) {
|
|
10225
|
+
.TitleBlock-module_hasLongTitle__L-6FV .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10226
|
+
font-size: var(--typography-heading-3-font-size, 1.375rem);
|
|
10227
|
+
line-height: var(--typography-heading-3-line-height, 1.875rem);
|
|
10228
|
+
letter-spacing: var(--typography-heading-3-letter-spacing, normal);
|
|
10229
|
+
margin: 2px 0;
|
|
10230
|
+
}
|
|
10231
|
+
.TitleBlock-module_hasSubtitle__DQWKd .TitleBlock-module_hasLongTitle__L-6FV .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10232
|
+
margin-bottom: 0;
|
|
10233
|
+
}
|
|
10248
10234
|
}
|
|
10249
10235
|
}
|
|
10250
|
-
@container (
|
|
10251
|
-
.TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10236
|
+
@container (min-width: 1080px) and (max-width: 1365px) {
|
|
10237
|
+
.TitleBlock-module_hasLongTitle__L-6FV .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10252
10238
|
font-size: var(--typography-heading-3-font-size, 1.375rem);
|
|
10253
10239
|
line-height: var(--typography-heading-3-line-height, 1.875rem);
|
|
10254
10240
|
letter-spacing: var(--typography-heading-3-letter-spacing, normal);
|
|
10255
|
-
|
|
10241
|
+
margin: 2px 0;
|
|
10242
|
+
}
|
|
10243
|
+
.TitleBlock-module_hasSubtitle__DQWKd .TitleBlock-module_hasLongTitle__L-6FV .TitleBlock-module_titleTextOverride__VhhQU.TitleBlock-module_titleTextOverride__VhhQU {
|
|
10244
|
+
margin-bottom: 0;
|
|
10256
10245
|
}
|
|
10257
10246
|
}
|
|
10258
10247
|
.TitleBlock-module_avatar__mEjJ8 {
|
|
10259
10248
|
display: none;
|
|
10249
|
+
align-self: self-start;
|
|
10260
10250
|
box-sizing: border-box;
|
|
10261
10251
|
overflow: hidden;
|
|
10262
10252
|
height: 3rem;
|
|
@@ -10267,11 +10257,6 @@
|
|
|
10267
10257
|
.TitleBlock-module_avatar__mEjJ8 > * {
|
|
10268
10258
|
max-width: 100%;
|
|
10269
10259
|
}
|
|
10270
|
-
@container (min-width: 1080px) {
|
|
10271
|
-
.TitleBlock-module_avatar__mEjJ8 {
|
|
10272
|
-
display: block;
|
|
10273
|
-
}
|
|
10274
|
-
}
|
|
10275
10260
|
.TitleBlock-module_avatar__mEjJ8.TitleBlock-module_withBorder__D8Mz2 {
|
|
10276
10261
|
border: 3px solid var(--color-white, #ffffff);
|
|
10277
10262
|
border-radius: 50%;
|
|
@@ -10279,14 +10264,25 @@
|
|
|
10279
10264
|
.TitleBlock-module_hasLongTitle__L-6FV .TitleBlock-module_avatar__mEjJ8 {
|
|
10280
10265
|
display: none;
|
|
10281
10266
|
}
|
|
10267
|
+
@media (min-width: 1080px) and (max-width: 1095px) {
|
|
10268
|
+
@container (min-width: 1065px) {
|
|
10269
|
+
.TitleBlock-module_avatar__mEjJ8 {
|
|
10270
|
+
display: block;
|
|
10271
|
+
}
|
|
10272
|
+
}
|
|
10273
|
+
}
|
|
10274
|
+
@container (min-width: 1080px) {
|
|
10275
|
+
.TitleBlock-module_avatar__mEjJ8 {
|
|
10276
|
+
display: block;
|
|
10277
|
+
}
|
|
10278
|
+
}
|
|
10282
10279
|
.TitleBlock-module_hamburger__qe4R0 {
|
|
10283
|
-
display:
|
|
10284
|
-
|
|
10285
|
-
margin-inline-start: 0;
|
|
10280
|
+
display: flex;
|
|
10281
|
+
align-self: self-start;
|
|
10286
10282
|
}
|
|
10287
|
-
@
|
|
10283
|
+
@media (min-width: 1080px) {
|
|
10288
10284
|
.TitleBlock-module_hamburger__qe4R0 {
|
|
10289
|
-
display:
|
|
10285
|
+
display: none;
|
|
10290
10286
|
}
|
|
10291
10287
|
}
|
|
10292
10288
|
.TitleBlock-module_subtitle__AI9tj {
|
|
@@ -10332,15 +10328,31 @@
|
|
|
10332
10328
|
.TitleBlock-module_sectionTitleContainer__LrDPV {
|
|
10333
10329
|
display: flex;
|
|
10334
10330
|
align-items: center;
|
|
10335
|
-
padding:
|
|
10331
|
+
padding-block: 9px;
|
|
10332
|
+
padding-inline-end: 8px;
|
|
10333
|
+
}
|
|
10334
|
+
@container (min-width: 1080px) {
|
|
10335
|
+
.TitleBlock-module_sectionTitleContainer__LrDPV {
|
|
10336
|
+
padding-block: 17px;
|
|
10337
|
+
}
|
|
10338
|
+
}
|
|
10339
|
+
.TitleBlock-module_sectionTitle__b8daw {
|
|
10340
|
+
display: block;
|
|
10336
10341
|
}
|
|
10337
10342
|
.TitleBlock-module_sectionTitleInner__nJfOP {
|
|
10338
10343
|
display: flex;
|
|
10339
10344
|
flex-direction: column;
|
|
10345
|
+
row-gap: 4px;
|
|
10346
|
+
}
|
|
10347
|
+
@container (min-width: 1080px) {
|
|
10348
|
+
.TitleBlock-module_sectionTitleInner__nJfOP {
|
|
10349
|
+
flex-direction: row;
|
|
10350
|
+
align-items: center;
|
|
10351
|
+
column-gap: 12px;
|
|
10352
|
+
}
|
|
10340
10353
|
}
|
|
10341
10354
|
.TitleBlock-module_sectionTitleOverride__XcD8g.TitleBlock-module_sectionTitleOverride__XcD8g {
|
|
10342
10355
|
white-space: nowrap;
|
|
10343
|
-
margin-inline: 0 var(--spacing-24);
|
|
10344
10356
|
font-family: var(--typography-heading-2-font-family, "Inter", "Noto Sans", Helvetica, Arial, sans-serif);
|
|
10345
10357
|
font-weight: var(--typography-heading-2-font-weight, 600);
|
|
10346
10358
|
font-size: var(--typography-heading-2-font-size, 1.75rem);
|
|
@@ -10365,9 +10377,6 @@
|
|
|
10365
10377
|
letter-spacing: var(--typography-heading-4-letter-spacing, normal);
|
|
10366
10378
|
}
|
|
10367
10379
|
}
|
|
10368
|
-
.TitleBlock-module_sectionTitle__b8daw {
|
|
10369
|
-
display: block;
|
|
10370
|
-
}
|
|
10371
10380
|
.TitleBlock-module_sectionTitleDescription__wuVwm {
|
|
10372
10381
|
color: var(--color-white, #ffffff);
|
|
10373
10382
|
max-width: 780px;
|
|
@@ -10377,9 +10386,6 @@
|
|
|
10377
10386
|
line-height: var(--typography-paragraph-small-line-height, 1.125rem);
|
|
10378
10387
|
letter-spacing: var(--typography-paragraph-small-letter-spacing, normal);
|
|
10379
10388
|
}
|
|
10380
|
-
.TitleBlock-module_sectionTitle__b8daw + .TitleBlock-module_sectionTitleDescription__wuVwm {
|
|
10381
|
-
margin-top: var(--spacing-6);
|
|
10382
|
-
}
|
|
10383
10389
|
.TitleBlock-module_sectionTitleDescription__wuVwm.TitleBlock-module_dark__KJexf {
|
|
10384
10390
|
color: rgba(var(--color-purple-800-rgb, 47, 36, 56), 0.7);
|
|
10385
10391
|
}
|
|
@@ -10389,11 +10395,6 @@
|
|
|
10389
10395
|
margin-top: -0.063rem;
|
|
10390
10396
|
justify-content: space-between;
|
|
10391
10397
|
}
|
|
10392
|
-
@container (max-width: calc(768px - 1px)) {
|
|
10393
|
-
.TitleBlock-module_rowBelowSeparatorInnerContent__g5H9w {
|
|
10394
|
-
height: 3.75rem;
|
|
10395
|
-
}
|
|
10396
|
-
}
|
|
10397
10398
|
.TitleBlock-module_titleAndAdjacent__Q7W-m {
|
|
10398
10399
|
display: flex;
|
|
10399
10400
|
min-width: 0;
|
|
@@ -10408,13 +10409,20 @@
|
|
|
10408
10409
|
opacity: 0%;
|
|
10409
10410
|
}
|
|
10410
10411
|
.TitleBlock-module_tag__GDzmQ {
|
|
10411
|
-
display:
|
|
10412
|
+
display: none;
|
|
10412
10413
|
align-items: center;
|
|
10413
10414
|
margin-inline: var(--spacing-12) 0;
|
|
10414
10415
|
}
|
|
10415
|
-
@
|
|
10416
|
+
@media (min-width: 1080px) and (max-width: 1095px) {
|
|
10417
|
+
@container (min-width: 1065px) {
|
|
10418
|
+
.TitleBlock-module_tag__GDzmQ {
|
|
10419
|
+
display: flex;
|
|
10420
|
+
}
|
|
10421
|
+
}
|
|
10422
|
+
}
|
|
10423
|
+
@container (min-width: 1080px) {
|
|
10416
10424
|
.TitleBlock-module_tag__GDzmQ {
|
|
10417
|
-
display:
|
|
10425
|
+
display: flex;
|
|
10418
10426
|
}
|
|
10419
10427
|
}
|
|
10420
10428
|
.TitleBlock-module_tag__GDzmQ + .TitleBlock-module_pageSwitcherSelectNextToTitle__KZ0Uc {
|
|
@@ -10520,11 +10528,6 @@
|
|
|
10520
10528
|
}
|
|
10521
10529
|
.TitleBlock-module_secondaryActionsContainer__-4q0l {
|
|
10522
10530
|
display: flex;
|
|
10523
|
-
align-items: flex-start;
|
|
10524
|
-
justify-content: flex-end;
|
|
10525
|
-
padding: calc(1.5rem / 2) 0;
|
|
10526
|
-
margin-inline-end: 0;
|
|
10527
|
-
margin-inline-start: 2.25rem;
|
|
10528
10531
|
}
|
|
10529
10532
|
.TitleBlock-module_lightVariant__1EeLV .TitleBlock-module_secondaryActionsContainer__-4q0l, .TitleBlock-module_educationVariant__YvpWa .TitleBlock-module_secondaryActionsContainer__-4q0l, .TitleBlock-module_adminVariant__s95nS .TitleBlock-module_secondaryActionsContainer__-4q0l {
|
|
10530
10533
|
color: var(--color-blue-500, #0168b3);
|
|
@@ -10551,7 +10554,6 @@
|
|
|
10551
10554
|
padding: 0;
|
|
10552
10555
|
border: none;
|
|
10553
10556
|
cursor: pointer;
|
|
10554
|
-
display: flex;
|
|
10555
10557
|
position: absolute;
|
|
10556
10558
|
align-items: center;
|
|
10557
10559
|
top: 50%;
|
|
@@ -10559,7 +10561,8 @@
|
|
|
10559
10561
|
text-decoration: none;
|
|
10560
10562
|
inset-inline-end: auto;
|
|
10561
10563
|
inset-inline-start: calc(-48px - 1.5rem);
|
|
10562
|
-
align-self:
|
|
10564
|
+
align-self: self-start;
|
|
10565
|
+
display: none;
|
|
10563
10566
|
}
|
|
10564
10567
|
.TitleBlock-module_breadcrumb__lVNKz:hover .TitleBlock-module_breadcrumbTextLink__ngx82 {
|
|
10565
10568
|
text-decoration: underline;
|
|
@@ -10577,9 +10580,10 @@
|
|
|
10577
10580
|
border-style: var(--border-focus-ring-border-style, solid);
|
|
10578
10581
|
inset: calc(-2 * var(--border-focus-ring-border-width, 2px) - var(--border-focus-ring-border-width, 2px));
|
|
10579
10582
|
}
|
|
10580
|
-
@media
|
|
10581
|
-
@container (
|
|
10583
|
+
@media (min-width: 1080px) and (max-width: 1095px) {
|
|
10584
|
+
@container (min-width: 1065px) {
|
|
10582
10585
|
.TitleBlock-module_breadcrumb__lVNKz {
|
|
10586
|
+
display: flex;
|
|
10583
10587
|
position: relative;
|
|
10584
10588
|
transform: translateY(0);
|
|
10585
10589
|
margin-inline: 0 var(--spacing-12);
|
|
@@ -10588,6 +10592,16 @@
|
|
|
10588
10592
|
}
|
|
10589
10593
|
}
|
|
10590
10594
|
}
|
|
10595
|
+
@container (min-width: 1080px) {
|
|
10596
|
+
.TitleBlock-module_breadcrumb__lVNKz {
|
|
10597
|
+
display: flex;
|
|
10598
|
+
position: relative;
|
|
10599
|
+
transform: translateY(0);
|
|
10600
|
+
margin-inline: 0 var(--spacing-12);
|
|
10601
|
+
inset-inline-end: auto;
|
|
10602
|
+
inset-inline-start: 0;
|
|
10603
|
+
}
|
|
10604
|
+
}
|
|
10591
10605
|
.TitleBlock-module_breadcrumbTextLink__ngx82 {
|
|
10592
10606
|
clip-path: rect(0 0 0 0);
|
|
10593
10607
|
height: 1px;
|
|
@@ -10681,11 +10695,6 @@
|
|
|
10681
10695
|
color: var(--color-blue-500, #0168b3);
|
|
10682
10696
|
background-color: rgba(var(--color-blue-500-rgb, 1, 104, 179), 0.1);
|
|
10683
10697
|
}
|
|
10684
|
-
@container (max-width: calc(1080px - 1px)) {
|
|
10685
|
-
.TitleBlock-module_circle__68z-T {
|
|
10686
|
-
display: none;
|
|
10687
|
-
}
|
|
10688
|
-
}
|
|
10689
10698
|
/* stylelint-enable no-descending-specificity */
|
|
10690
10699
|
}
|
|
10691
10700
|
@keyframes TitleBlock-module_slide-fade__o5TnP {
|
package/package.json
CHANGED
|
@@ -6,7 +6,7 @@
|
|
|
6
6
|
border-bottom: 0;
|
|
7
7
|
border-top-left-radius: var(--border-borderless-border-radius);
|
|
8
8
|
border-top-right-radius: var(--border-borderless-border-radius);
|
|
9
|
-
background:
|
|
9
|
+
background: transparent;
|
|
10
10
|
white-space: nowrap;
|
|
11
11
|
text-decoration: none;
|
|
12
12
|
padding: var(--spacing-md) var(--spacing-md);
|