@kyndryl-design-system/shidoka-applications 2.47.1 → 2.47.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/components/global/header/headerCategory.js +8 -8
- package/components/global/header/headerFlyout.js +4 -4
- package/components/global/localNav/localNavDivider.js +5 -5
- package/components/global/localNav/localNavLink.js +9 -9
- package/components/reusable/avatar/avatar.js +5 -5
- package/components/reusable/tabs/tabs.js +2 -2
- package/package.json +1 -1
|
@@ -43,6 +43,11 @@ import{_ as e,a as t,b as i,c as a,d as n}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
43
43
|
}
|
|
44
44
|
|
|
45
45
|
.heading {
|
|
46
|
+
font-family: var(--kd-font-family-secondary);
|
|
47
|
+
font-size: var(--kd-font-size-utility-3-sm);
|
|
48
|
+
line-height: var(--kd-line-height-utility-3-sm);
|
|
49
|
+
font-weight: var(--kd-font-weight-regular);
|
|
50
|
+
letter-spacing: var(--kd-letter-spacing-5);
|
|
46
51
|
display: flex;
|
|
47
52
|
align-items: center;
|
|
48
53
|
gap: 8px;
|
|
@@ -50,14 +55,6 @@ import{_ as e,a as t,b as i,c as a,d as n}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
50
55
|
font-weight: 500;
|
|
51
56
|
text-transform: uppercase;
|
|
52
57
|
padding: 20px 12px 0 12px;
|
|
53
|
-
font-family: var(--kd-font-family-secondary);
|
|
54
|
-
font-size: var(--kd-font-size-utility-3-sm);
|
|
55
|
-
line-height: var(--kd-line-height-utility-3-sm);
|
|
56
|
-
font-weight: var(--kd-font-weight-regular);
|
|
57
|
-
letter-spacing: var(--kd-letter-spacing-5);
|
|
58
|
-
}
|
|
59
|
-
.heading.left-padding {
|
|
60
|
-
padding-left: 36px;
|
|
61
58
|
}
|
|
62
59
|
@media (min-width: 42rem) {
|
|
63
60
|
.heading {
|
|
@@ -83,6 +80,9 @@ import{_ as e,a as t,b as i,c as a,d as n}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
83
80
|
line-height: var(--kd-line-height-utility-3-max);
|
|
84
81
|
}
|
|
85
82
|
}
|
|
83
|
+
.heading.left-padding {
|
|
84
|
+
padding-left: 36px;
|
|
85
|
+
}
|
|
86
86
|
|
|
87
87
|
slot[name=icon]::slotted(*) {
|
|
88
88
|
display: flex;
|
|
@@ -288,15 +288,15 @@ import{_ as t,a as e,b as i,c as a,d as n}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
288
288
|
}
|
|
289
289
|
|
|
290
290
|
.menu-label {
|
|
291
|
-
color: var(--kd-color-text-title-secondary);
|
|
292
|
-
font-weight: 500;
|
|
293
|
-
text-transform: uppercase;
|
|
294
|
-
padding: 12px 12px 0px 12px;
|
|
295
291
|
font-family: var(--kd-font-family-secondary);
|
|
296
292
|
font-size: var(--kd-font-size-utility-3-sm);
|
|
297
293
|
line-height: var(--kd-line-height-utility-3-sm);
|
|
298
294
|
font-weight: var(--kd-font-weight-regular);
|
|
299
295
|
letter-spacing: var(--kd-letter-spacing-5);
|
|
296
|
+
color: var(--kd-color-text-title-secondary);
|
|
297
|
+
font-weight: 500;
|
|
298
|
+
text-transform: uppercase;
|
|
299
|
+
padding: 12px 12px 0px 12px;
|
|
300
300
|
}
|
|
301
301
|
@media (min-width: 42rem) {
|
|
302
302
|
.menu-label {
|
|
@@ -46,6 +46,11 @@ import{_ as e,a as t,b as i,c as a,d as n}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
46
46
|
}
|
|
47
47
|
|
|
48
48
|
.heading {
|
|
49
|
+
font-family: var(--kd-font-family-secondary);
|
|
50
|
+
font-size: var(--kd-font-size-utility-3-sm);
|
|
51
|
+
line-height: var(--kd-line-height-utility-3-sm);
|
|
52
|
+
font-weight: var(--kd-font-weight-regular);
|
|
53
|
+
letter-spacing: var(--kd-letter-spacing-5);
|
|
49
54
|
color: var(--kd-color-text-title-secondary);
|
|
50
55
|
font-weight: 500;
|
|
51
56
|
text-transform: uppercase;
|
|
@@ -53,11 +58,6 @@ import{_ as e,a as t,b as i,c as a,d as n}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
53
58
|
overflow: hidden;
|
|
54
59
|
text-overflow: ellipsis;
|
|
55
60
|
white-space: nowrap;
|
|
56
|
-
font-family: var(--kd-font-family-secondary);
|
|
57
|
-
font-size: var(--kd-font-size-utility-3-sm);
|
|
58
|
-
line-height: var(--kd-line-height-utility-3-sm);
|
|
59
|
-
font-weight: var(--kd-font-weight-regular);
|
|
60
|
-
letter-spacing: var(--kd-letter-spacing-5);
|
|
61
61
|
}
|
|
62
62
|
@media (min-width: 42rem) {
|
|
63
63
|
.heading {
|
|
@@ -268,20 +268,15 @@ a:active {
|
|
|
268
268
|
}
|
|
269
269
|
|
|
270
270
|
.category {
|
|
271
|
-
font-weight: 500;
|
|
272
|
-
color: var(--kd-color-text-level-tertiary-bold);
|
|
273
|
-
text-transform: uppercase;
|
|
274
|
-
padding: 20px 8px 0;
|
|
275
271
|
font-family: var(--kd-font-family-secondary);
|
|
276
272
|
font-size: var(--kd-font-size-utility-3-sm);
|
|
277
273
|
line-height: var(--kd-line-height-utility-3-sm);
|
|
278
274
|
font-weight: var(--kd-font-weight-regular);
|
|
279
275
|
letter-spacing: var(--kd-letter-spacing-5);
|
|
280
|
-
|
|
281
|
-
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
}
|
|
276
|
+
font-weight: 500;
|
|
277
|
+
color: var(--kd-color-text-level-tertiary-bold);
|
|
278
|
+
text-transform: uppercase;
|
|
279
|
+
padding: 20px 8px 0;
|
|
285
280
|
}
|
|
286
281
|
@media (min-width: 42rem) {
|
|
287
282
|
.category {
|
|
@@ -307,6 +302,11 @@ a:active {
|
|
|
307
302
|
line-height: var(--kd-line-height-utility-3-max);
|
|
308
303
|
}
|
|
309
304
|
}
|
|
305
|
+
@media (min-width: 42rem) {
|
|
306
|
+
.category {
|
|
307
|
+
display: none;
|
|
308
|
+
}
|
|
309
|
+
}
|
|
310
310
|
|
|
311
311
|
.text {
|
|
312
312
|
min-width: 120px;
|
|
@@ -33,6 +33,11 @@ import{_ as t,a as e,b as i,c as a,d as r}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
.avatar-wrapper {
|
|
36
|
+
font-family: var(--kd-font-family-secondary);
|
|
37
|
+
font-size: var(--kd-font-size-utility-3-sm);
|
|
38
|
+
line-height: var(--kd-line-height-utility-3-sm);
|
|
39
|
+
font-weight: var(--kd-font-weight-regular);
|
|
40
|
+
letter-spacing: var(--kd-letter-spacing-5);
|
|
36
41
|
display: flex;
|
|
37
42
|
align-items: center;
|
|
38
43
|
justify-content: center;
|
|
@@ -44,11 +49,6 @@ import{_ as t,a as e,b as i,c as a,d as r}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
44
49
|
transition: color 150ms ease-out, background-color 150ms ease-out, border-color 150ms ease-out;
|
|
45
50
|
white-space: nowrap;
|
|
46
51
|
overflow: hidden;
|
|
47
|
-
font-family: var(--kd-font-family-secondary);
|
|
48
|
-
font-size: var(--kd-font-size-utility-3-sm);
|
|
49
|
-
line-height: var(--kd-line-height-utility-3-sm);
|
|
50
|
-
font-weight: var(--kd-font-weight-regular);
|
|
51
|
-
letter-spacing: var(--kd-letter-spacing-5);
|
|
52
52
|
}
|
|
53
53
|
@media (min-width: 42rem) {
|
|
54
54
|
.avatar-wrapper {
|
|
@@ -87,10 +87,10 @@ import{_ as e,a as t,b as a,c as s,d as i}from"../../../vendor/tslib-Ac8XvvSX.js
|
|
|
87
87
|
|
|
88
88
|
.panels {
|
|
89
89
|
flex-grow: 1;
|
|
90
|
-
overflow-y: auto;
|
|
91
|
-
height: 100%;
|
|
92
90
|
}
|
|
93
91
|
.scrollable .panels {
|
|
92
|
+
overflow-y: auto;
|
|
93
|
+
height: 100%;
|
|
94
94
|
transition: outline 150ms ease-out;
|
|
95
95
|
outline: 2px solid transparent;
|
|
96
96
|
}
|