@kyndryl-design-system/shidoka-applications 2.47.1 → 2.47.2

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.
@@ -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;
@@ -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
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kyndryl-design-system/shidoka-applications",
3
- "version": "2.47.1",
3
+ "version": "2.47.2",
4
4
  "description": "Shidoka Web Components for Applications",
5
5
  "license": "MIT",
6
6
  "main": "index.js",