@carbon/ibm-products-web-components 0.18.0 → 0.19.0-rc.0

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.
Files changed (188) hide show
  1. package/custom-elements.json +509 -0
  2. package/es/components/about-modal/about-modal.scss.js +1 -1
  3. package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  4. package/es/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
  5. package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
  6. package/es/components/notification-panel/date-time-context.d.ts +9 -0
  7. package/es/components/notification-panel/date-time-context.js +19 -0
  8. package/es/components/notification-panel/date-time-context.js.map +1 -0
  9. package/es/components/notification-panel/defs.d.ts +8 -0
  10. package/es/components/notification-panel/defs.js +8 -0
  11. package/es/components/notification-panel/defs.js.map +1 -0
  12. package/es/components/notification-panel/index.d.ts +11 -0
  13. package/es/components/notification-panel/index.js +11 -0
  14. package/es/components/notification-panel/index.js.map +1 -0
  15. package/es/components/notification-panel/notification-footer.d.ts +389 -0
  16. package/es/components/notification-panel/notification-footer.js +119 -0
  17. package/es/components/notification-panel/notification-footer.js.map +1 -0
  18. package/es/components/notification-panel/notification-footer.scss.js +13 -0
  19. package/es/components/notification-panel/notification-footer.scss.js.map +1 -0
  20. package/es/components/notification-panel/notification-panel.d.ts +458 -0
  21. package/es/components/notification-panel/notification-panel.js +414 -0
  22. package/es/components/notification-panel/notification-panel.js.map +1 -0
  23. package/es/components/notification-panel/notification-panel.scss.js +13 -0
  24. package/es/components/notification-panel/notification-panel.scss.js.map +1 -0
  25. package/es/components/notification-panel/notification-panel.test.d.ts +7 -0
  26. package/es/components/notification-panel/notification-panel.test.js +30 -0
  27. package/es/components/notification-panel/notification-panel.test.js.map +1 -0
  28. package/es/components/notification-panel/notification.d.ts +405 -0
  29. package/es/components/notification-panel/notification.js +178 -0
  30. package/es/components/notification-panel/notification.js.map +1 -0
  31. package/es/components/notification-panel/notification.scss.js +13 -0
  32. package/es/components/notification-panel/notification.scss.js.map +1 -0
  33. package/es/components/page-header/index.d.ts +14 -0
  34. package/es/components/page-header/index.js +14 -0
  35. package/es/components/page-header/index.js.map +1 -0
  36. package/es/components/page-header/page-header-breadcrumb.d.ts +35 -0
  37. package/es/components/page-header/page-header-breadcrumb.js +94 -0
  38. package/es/components/page-header/page-header-breadcrumb.js.map +1 -0
  39. package/es/components/page-header/page-header-content-text.d.ts +22 -0
  40. package/es/components/page-header/page-header-content-text.js +56 -0
  41. package/es/components/page-header/page-header-content-text.js.map +1 -0
  42. package/es/components/page-header/page-header-content.d.ts +41 -0
  43. package/es/components/page-header/page-header-content.js +131 -0
  44. package/es/components/page-header/page-header-content.js.map +1 -0
  45. package/es/components/page-header/page-header-hero-image.d.ts +18 -0
  46. package/es/components/page-header/page-header-hero-image.js +38 -0
  47. package/es/components/page-header/page-header-hero-image.js.map +1 -0
  48. package/es/components/page-header/page-header-tabs.d.ts +18 -0
  49. package/es/components/page-header/page-header-tabs.js +47 -0
  50. package/es/components/page-header/page-header-tabs.js.map +1 -0
  51. package/es/components/page-header/page-header.d.ts +18 -0
  52. package/es/components/page-header/page-header.js +38 -0
  53. package/es/components/page-header/page-header.js.map +1 -0
  54. package/es/components/page-header/page-header.scss.js +13 -0
  55. package/es/components/page-header/page-header.scss.js.map +1 -0
  56. package/es/components/page-header/page-header.test.d.ts +1 -0
  57. package/es/components/page-header/page-header.test.js +207 -0
  58. package/es/components/page-header/page-header.test.js.map +1 -0
  59. package/es/components/side-panel/side-panel.d.ts +4 -0
  60. package/es/components/side-panel/side-panel.js +21 -12
  61. package/es/components/side-panel/side-panel.js.map +1 -1
  62. package/es/components/side-panel/side-panel.scss.js +1 -1
  63. package/es/components/side-panel/side-panel.test.js +21 -0
  64. package/es/components/side-panel/side-panel.test.js.map +1 -1
  65. package/es/components/tearsheet/tearsheet.scss.js +1 -1
  66. package/es/globals/internal/storybook-cdn.js +1 -1
  67. package/es/globals/js/utils/getSupportedLocale.d.ts +12 -0
  68. package/es/globals/js/utils/getSupportedLocale.js +35 -0
  69. package/es/globals/js/utils/getSupportedLocale.js.map +1 -0
  70. package/es/index.d.ts +6 -0
  71. package/es/index.js +6 -0
  72. package/es/index.js.map +1 -1
  73. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
  74. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
  75. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
  76. package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
  77. package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
  78. package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
  79. package/es/{package.json.js → packages/ibm-products-web-components/package.json.js} +1 -1
  80. package/es-custom/components/about-modal/about-modal.scss.js +1 -1
  81. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  82. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
  83. package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
  84. package/es-custom/components/notification-panel/date-time-context.d.ts +9 -0
  85. package/es-custom/components/notification-panel/date-time-context.js +19 -0
  86. package/es-custom/components/notification-panel/date-time-context.js.map +1 -0
  87. package/es-custom/components/notification-panel/defs.d.ts +8 -0
  88. package/es-custom/components/notification-panel/defs.js +8 -0
  89. package/es-custom/components/notification-panel/defs.js.map +1 -0
  90. package/es-custom/components/notification-panel/index.d.ts +11 -0
  91. package/es-custom/components/notification-panel/index.js +11 -0
  92. package/es-custom/components/notification-panel/index.js.map +1 -0
  93. package/es-custom/components/notification-panel/notification-footer.d.ts +389 -0
  94. package/es-custom/components/notification-panel/notification-footer.js +119 -0
  95. package/es-custom/components/notification-panel/notification-footer.js.map +1 -0
  96. package/es-custom/components/notification-panel/notification-footer.scss.js +13 -0
  97. package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -0
  98. package/es-custom/components/notification-panel/notification-panel.d.ts +458 -0
  99. package/es-custom/components/notification-panel/notification-panel.js +414 -0
  100. package/es-custom/components/notification-panel/notification-panel.js.map +1 -0
  101. package/es-custom/components/notification-panel/notification-panel.scss.js +13 -0
  102. package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -0
  103. package/es-custom/components/notification-panel/notification-panel.test.d.ts +7 -0
  104. package/es-custom/components/notification-panel/notification-panel.test.js +30 -0
  105. package/es-custom/components/notification-panel/notification-panel.test.js.map +1 -0
  106. package/es-custom/components/notification-panel/notification.d.ts +405 -0
  107. package/es-custom/components/notification-panel/notification.js +178 -0
  108. package/es-custom/components/notification-panel/notification.js.map +1 -0
  109. package/es-custom/components/notification-panel/notification.scss.js +13 -0
  110. package/es-custom/components/notification-panel/notification.scss.js.map +1 -0
  111. package/es-custom/components/page-header/index.d.ts +14 -0
  112. package/es-custom/components/page-header/index.js +14 -0
  113. package/es-custom/components/page-header/index.js.map +1 -0
  114. package/es-custom/components/page-header/page-header-breadcrumb.d.ts +35 -0
  115. package/es-custom/components/page-header/page-header-breadcrumb.js +94 -0
  116. package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -0
  117. package/es-custom/components/page-header/page-header-content-text.d.ts +22 -0
  118. package/es-custom/components/page-header/page-header-content-text.js +56 -0
  119. package/es-custom/components/page-header/page-header-content-text.js.map +1 -0
  120. package/es-custom/components/page-header/page-header-content.d.ts +41 -0
  121. package/es-custom/components/page-header/page-header-content.js +131 -0
  122. package/es-custom/components/page-header/page-header-content.js.map +1 -0
  123. package/es-custom/components/page-header/page-header-hero-image.d.ts +18 -0
  124. package/es-custom/components/page-header/page-header-hero-image.js +38 -0
  125. package/es-custom/components/page-header/page-header-hero-image.js.map +1 -0
  126. package/es-custom/components/page-header/page-header-tabs.d.ts +18 -0
  127. package/es-custom/components/page-header/page-header-tabs.js +47 -0
  128. package/es-custom/components/page-header/page-header-tabs.js.map +1 -0
  129. package/es-custom/components/page-header/page-header.d.ts +18 -0
  130. package/es-custom/components/page-header/page-header.js +38 -0
  131. package/es-custom/components/page-header/page-header.js.map +1 -0
  132. package/es-custom/components/page-header/page-header.scss.js +13 -0
  133. package/es-custom/components/page-header/page-header.scss.js.map +1 -0
  134. package/es-custom/components/page-header/page-header.test.d.ts +1 -0
  135. package/es-custom/components/page-header/page-header.test.js +207 -0
  136. package/es-custom/components/page-header/page-header.test.js.map +1 -0
  137. package/es-custom/components/side-panel/side-panel.d.ts +4 -0
  138. package/es-custom/components/side-panel/side-panel.js +21 -12
  139. package/es-custom/components/side-panel/side-panel.js.map +1 -1
  140. package/es-custom/components/side-panel/side-panel.scss.js +1 -1
  141. package/es-custom/components/side-panel/side-panel.test.js +21 -0
  142. package/es-custom/components/side-panel/side-panel.test.js.map +1 -1
  143. package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
  144. package/es-custom/globals/internal/storybook-cdn.js +1 -1
  145. package/es-custom/globals/js/utils/getSupportedLocale.d.ts +12 -0
  146. package/es-custom/globals/js/utils/getSupportedLocale.js +35 -0
  147. package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -0
  148. package/es-custom/index.d.ts +6 -0
  149. package/es-custom/index.js +6 -0
  150. package/es-custom/index.js.map +1 -1
  151. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
  152. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
  153. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
  154. package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
  155. package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
  156. package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
  157. package/es-custom/{package.json.js → packages/ibm-products-web-components/package.json.js} +1 -1
  158. package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
  159. package/lib/components/notification-panel/date-time-context.d.ts +9 -0
  160. package/lib/components/notification-panel/defs.d.ts +8 -0
  161. package/lib/components/notification-panel/defs.js +10 -0
  162. package/lib/components/notification-panel/defs.js.map +1 -0
  163. package/lib/components/notification-panel/index.d.ts +11 -0
  164. package/lib/components/notification-panel/notification-footer.d.ts +389 -0
  165. package/lib/components/notification-panel/notification-panel.d.ts +458 -0
  166. package/lib/components/notification-panel/notification-panel.test.d.ts +7 -0
  167. package/lib/components/notification-panel/notification.d.ts +405 -0
  168. package/lib/components/page-header/index.d.ts +14 -0
  169. package/lib/components/page-header/page-header-breadcrumb.d.ts +35 -0
  170. package/lib/components/page-header/page-header-content-text.d.ts +22 -0
  171. package/lib/components/page-header/page-header-content.d.ts +41 -0
  172. package/lib/components/page-header/page-header-hero-image.d.ts +18 -0
  173. package/lib/components/page-header/page-header-tabs.d.ts +18 -0
  174. package/lib/components/page-header/page-header.d.ts +18 -0
  175. package/lib/components/page-header/page-header.test.d.ts +1 -0
  176. package/lib/components/side-panel/side-panel.d.ts +4 -0
  177. package/lib/globals/js/utils/getSupportedLocale.d.ts +12 -0
  178. package/lib/globals/js/utils/getSupportedLocale.js +37 -0
  179. package/lib/globals/js/utils/getSupportedLocale.js.map +1 -0
  180. package/lib/index.d.ts +6 -0
  181. package/package.json +12 -11
  182. package/scss/components/notification-panel/notification-footer.scss +65 -0
  183. package/scss/components/notification-panel/notification-panel.scss +59 -0
  184. package/scss/components/notification-panel/notification.scss +147 -0
  185. package/scss/components/notification-panel/story-styles.scss +116 -0
  186. package/scss/components/page-header/page-header.scss +288 -0
  187. /package/es/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map} +0 -0
  188. /package/es-custom/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map} +0 -0
@@ -0,0 +1,288 @@
1
+ //
2
+ // Copyright IBM Corp. 2025, 2025
3
+ //
4
+ // This source code is licensed under the Apache-2.0 license found in the
5
+ // LICENSE file in the root directory of this source tree.
6
+ //
7
+
8
+ @use 'sass:math';
9
+
10
+ $css--plex: true !default;
11
+
12
+ @use '@carbon/styles/scss/config' as *;
13
+ @use '@carbon/styles/scss/theme' as *;
14
+ @use '@carbon/styles/scss/type' as *;
15
+ @use '@carbon/styles/scss/spacing' as *;
16
+ @use '@carbon/styles/scss/breakpoint' as *;
17
+ @use '@carbon/styles/scss/utilities/convert';
18
+ @use '@carbon/grid';
19
+ @use '@carbon/styles/scss/components/page-header/index' as *;
20
+ @use 'sass:map';
21
+
22
+ $prefix: 'c4p';
23
+ $carbon-prefix: 'cds';
24
+
25
+ :host(#{$prefix}-page-header) {
26
+ // TODO: remove above styles when styles from React have been migrated
27
+ // and use the extend below
28
+ // @extend .#{$prefix}--page-header;
29
+ display: block;
30
+ background-color: $layer-01;
31
+ border-block-end: 1px solid $border-subtle-01;
32
+ }
33
+
34
+ :host(#{$prefix}-page-header-breadcrumb),
35
+ :host(#{$prefix}-page-header-content),
36
+ :host(#{$prefix}-page-header-tabs) {
37
+ @include grid.css-grid();
38
+
39
+ display: block;
40
+ }
41
+
42
+ :host(#{$prefix}-page-header-breadcrumb) {
43
+ block-size: convert.to-rem(40px);
44
+ // TODO: remove above styles when styles from React have been migrated
45
+ // and use the extend below
46
+ // @extend .#{$prefix}--page-header__breadcrumb-bar;
47
+ ::slotted([slot='icon']) {
48
+ margin-inline-end: $spacing-03;
49
+ // TODO: remove above styles when styles from React have been migrated
50
+ // and use the extend below
51
+ // @extend .#{$prefix}--page-header__breadcrumb__icon;
52
+ }
53
+
54
+ .#{$carbon-prefix}--subgrid {
55
+ block-size: 100%;
56
+ }
57
+
58
+ // TODO: remove this section when styles from React have been migrated
59
+ .#{$prefix}--page-header__breadcrumb-container {
60
+ display: inline-flex;
61
+ align-items: center;
62
+ justify-content: space-between;
63
+ block-size: 100%;
64
+ inline-size: 100%;
65
+ }
66
+
67
+ .#{$prefix}--page-header__breadcrumb-wrapper {
68
+ display: inline-flex;
69
+ }
70
+
71
+ .#{$prefix}--page-header__breadcrumb__actions {
72
+ display: inline-flex;
73
+ }
74
+ ///////////////////////////////
75
+ }
76
+
77
+ :host(#{$prefix}-page-header-breadcrumb:not([content-actions-flush]))
78
+ ::slotted([slot='content-actions']) {
79
+ //stylelint-disable declaration-no-important
80
+ margin-inline-end: $spacing-04 !important;
81
+ }
82
+
83
+ :host(#{$prefix}-page-header-breadcrumb[page-actions-flush]) {
84
+ .#{$carbon-prefix}--css-grid {
85
+ margin-inline-end: 0;
86
+ padding-inline-end: 0;
87
+ }
88
+
89
+ .#{$carbon-prefix}--css-grid-column {
90
+ margin-inline-end: 0;
91
+ }
92
+ }
93
+
94
+ :host(#{$prefix}-page-header-breadcrumb[border='true']) {
95
+ border-block-end: 1px solid $border-subtle-01;
96
+ // TODO: remove above styles when styles from React have been migrated
97
+ // and use the extend below
98
+
99
+ // @extend .#{$prefix}--page-header__breadcrumb-bar-border;
100
+ }
101
+
102
+ :host(#{$prefix}-page-header-content) {
103
+ padding: $spacing-06 0;
104
+ // TODO: remove above styles when styles from React have been migrated
105
+ // and use the extend below
106
+ // @extend .#{$prefix}--page-header__content;
107
+
108
+ .#{$prefix}--page-header__content__title {
109
+ @include type-style('productive-heading-04');
110
+
111
+ display: -webkit-box;
112
+ overflow: hidden;
113
+ // TODO: remove above styles when styles from React have been migrated
114
+ // and use the extend below
115
+ // @extend .#{$prefix}--page-header__content__title;
116
+ margin: 0;
117
+ -webkit-box-orient: vertical;
118
+ -webkit-line-clamp: 2;
119
+ max-inline-size: convert.to-rem(640px);
120
+ text-overflow: ellipsis;
121
+ white-space: normal;
122
+ }
123
+
124
+ .#{$prefix}--page-header__content__title-wrapper {
125
+ // TODO: remove this section
126
+ @include breakpoint-down(md) {
127
+ display: flex;
128
+ flex-direction: column;
129
+ grid-gap: $spacing-05;
130
+ }
131
+
132
+ display: grid;
133
+ gap: $spacing-05;
134
+ ///////////////////////////////
135
+
136
+ // overriding until the responsive behavior is implemented
137
+ grid-template-columns: auto minmax(auto, auto);
138
+ margin-block-end: $spacing-05;
139
+ min-block-size: convert.to-rem(40px);
140
+ }
141
+
142
+ // TODO: remove this section
143
+ .#{$prefix}--page-header__content__start {
144
+ display: flex;
145
+ flex-wrap: wrap;
146
+ gap: $spacing-05;
147
+ }
148
+
149
+ .#{$prefix}--page-header__content__page-actions {
150
+ display: flex;
151
+ justify-content: right;
152
+
153
+ @include breakpoint-down('md') {
154
+ justify-content: left;
155
+ margin-block-start: 0;
156
+ }
157
+ }
158
+
159
+ .#{$prefix}--page-header__content__title-container {
160
+ display: flex;
161
+ }
162
+ ///////////////////////////////
163
+ ::slotted([slot='icon']) {
164
+ margin-inline-end: $spacing-05;
165
+ // TODO: remove above styles when styles from React have been migrated
166
+ // and use the extend below
167
+ // @extend .#{$prefix}--page-header__content__icon;
168
+ }
169
+
170
+ ::slotted([slot='contextual-actions']) {
171
+ display: flex;
172
+ // TODO: remove above styles when styles from React have been migrated
173
+ // and use the extend below
174
+ // @extend .#{$prefix}--page-header__content__contextual-actions;
175
+ }
176
+ }
177
+
178
+ :host(#{$prefix}-page-header-content[contextual-actions]) {
179
+ .#{$prefix}--page-header__content__title {
180
+ -webkit-line-clamp: 1;
181
+ }
182
+ }
183
+
184
+ :host(#{$prefix}-page-header-content[contextual-actions]) {
185
+ .#{$prefix}--page-header__content__title {
186
+ -webkit-line-clamp: 1;
187
+ }
188
+ }
189
+
190
+ :host(#{$prefix}-page-header-content-text) {
191
+ @include type-style('body-01');
192
+ // TODO: remove above styles when styles from React have been migrated
193
+ // and use the extend below
194
+ // @extend .#{$prefix}--page-header__content__body;
195
+ display: block;
196
+ margin-block-start: $spacing-05;
197
+ max-inline-size: convert.to-rem(640px);
198
+
199
+ .#{$prefix}--page-header__content__subtitle {
200
+ @include type-style('productive-heading-03');
201
+
202
+ margin-block-end: $spacing-03;
203
+ // TODO: remove above styles when styles from React have been migrated
204
+ margin-block-start: 0;
205
+ }
206
+ }
207
+
208
+ :host(#{$prefix}-page-header-hero-image) {
209
+ // TODO: remove above styles when styles from React have been migrated
210
+ // and use the extend below
211
+ // @extend .#{$prefix}--page-header__hero-image;
212
+ position: relative;
213
+ display: flex;
214
+ overflow: hidden;
215
+ align-items: center;
216
+ justify-content: flex-end;
217
+ block-size: 100%;
218
+ }
219
+
220
+ :host(#{$prefix}-page-header-hero-image)::before {
221
+ block-size: 0;
222
+ content: '';
223
+ float: inline-start;
224
+ inline-size: 1px;
225
+ margin-inline-start: -1px;
226
+
227
+ padding-block-start: math.percentage(math.div(2, 3));
228
+
229
+ @include grid.breakpoint-up('lg') {
230
+ padding-block-start: math.percentage(math.div(1, 2));
231
+ }
232
+ }
233
+
234
+ :host(#{$prefix}-page-header-hero-image)::after {
235
+ display: table;
236
+ clear: both;
237
+ content: '';
238
+ }
239
+
240
+ :host(#{$prefix}-page-header-tabs) {
241
+ margin-inline-start: -$spacing-05;
242
+ // TODO: remove above styles when styles from React have been migrated
243
+ // and use the extend below
244
+ // @extend .#{$prefix}--page-header__tab-bar;
245
+ }
246
+
247
+ :host(#{$prefix}-page-header-tabs) .#{$prefix}--page-header__tab-bar--tablist {
248
+ display: flex;
249
+ justify-content: space-between;
250
+ inline-size: 100%;
251
+
252
+ // TODO: remove once responsive logic for tags is implemented
253
+ @include breakpoint-down(md) {
254
+ flex-direction: column-reverse;
255
+ grid-gap: $spacing-05;
256
+ }
257
+ }
258
+
259
+ :host(#{$prefix}-page-header-tabs) ::slotted([slot='tags']) {
260
+ display: flex;
261
+ align-items: center;
262
+ justify-content: right;
263
+ // TODO: remove above styles when styles from React have been migrated
264
+ // and use the extend below
265
+ // @extend .#{$prefix}--page-header__tags;
266
+ inline-size: 100%;
267
+
268
+ // TODO: remove once responsive logic for tags is implemented
269
+ @include breakpoint-down(md) {
270
+ justify-content: left;
271
+ }
272
+ }
273
+
274
+ :host(#{$prefix}-page-header-breadcrumb),
275
+ :host(#{$prefix}-page-header-content),
276
+ :host(#{$prefix}-page-header-tabs) {
277
+ .#{$carbon-prefix}--css-grid {
278
+ inline-size: initial;
279
+ }
280
+ }
281
+
282
+ #{$carbon-prefix}-definition-tooltip::part(definition-term) {
283
+ border: none;
284
+ }
285
+
286
+ :host(#{$prefix}-page-header-tabs) ::slotted(#{$carbon-prefix}-tabs) {
287
+ --tabs-overflow-button-background: $layer-01;
288
+ }