@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.
- package/custom-elements.json +509 -0
- package/es/components/about-modal/about-modal.scss.js +1 -1
- package/es/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
- package/es/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
- package/es/components/notification-panel/date-time-context.d.ts +9 -0
- package/es/components/notification-panel/date-time-context.js +19 -0
- package/es/components/notification-panel/date-time-context.js.map +1 -0
- package/es/components/notification-panel/defs.d.ts +8 -0
- package/es/components/notification-panel/defs.js +8 -0
- package/es/components/notification-panel/defs.js.map +1 -0
- package/es/components/notification-panel/index.d.ts +11 -0
- package/es/components/notification-panel/index.js +11 -0
- package/es/components/notification-panel/index.js.map +1 -0
- package/es/components/notification-panel/notification-footer.d.ts +389 -0
- package/es/components/notification-panel/notification-footer.js +119 -0
- package/es/components/notification-panel/notification-footer.js.map +1 -0
- package/es/components/notification-panel/notification-footer.scss.js +13 -0
- package/es/components/notification-panel/notification-footer.scss.js.map +1 -0
- package/es/components/notification-panel/notification-panel.d.ts +458 -0
- package/es/components/notification-panel/notification-panel.js +414 -0
- package/es/components/notification-panel/notification-panel.js.map +1 -0
- package/es/components/notification-panel/notification-panel.scss.js +13 -0
- package/es/components/notification-panel/notification-panel.scss.js.map +1 -0
- package/es/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/es/components/notification-panel/notification-panel.test.js +30 -0
- package/es/components/notification-panel/notification-panel.test.js.map +1 -0
- package/es/components/notification-panel/notification.d.ts +405 -0
- package/es/components/notification-panel/notification.js +178 -0
- package/es/components/notification-panel/notification.js.map +1 -0
- package/es/components/notification-panel/notification.scss.js +13 -0
- package/es/components/notification-panel/notification.scss.js.map +1 -0
- package/es/components/page-header/index.d.ts +14 -0
- package/es/components/page-header/index.js +14 -0
- package/es/components/page-header/index.js.map +1 -0
- package/es/components/page-header/page-header-breadcrumb.d.ts +35 -0
- package/es/components/page-header/page-header-breadcrumb.js +94 -0
- package/es/components/page-header/page-header-breadcrumb.js.map +1 -0
- package/es/components/page-header/page-header-content-text.d.ts +22 -0
- package/es/components/page-header/page-header-content-text.js +56 -0
- package/es/components/page-header/page-header-content-text.js.map +1 -0
- package/es/components/page-header/page-header-content.d.ts +41 -0
- package/es/components/page-header/page-header-content.js +131 -0
- package/es/components/page-header/page-header-content.js.map +1 -0
- package/es/components/page-header/page-header-hero-image.d.ts +18 -0
- package/es/components/page-header/page-header-hero-image.js +38 -0
- package/es/components/page-header/page-header-hero-image.js.map +1 -0
- package/es/components/page-header/page-header-tabs.d.ts +18 -0
- package/es/components/page-header/page-header-tabs.js +47 -0
- package/es/components/page-header/page-header-tabs.js.map +1 -0
- package/es/components/page-header/page-header.d.ts +18 -0
- package/es/components/page-header/page-header.js +38 -0
- package/es/components/page-header/page-header.js.map +1 -0
- package/es/components/page-header/page-header.scss.js +13 -0
- package/es/components/page-header/page-header.scss.js.map +1 -0
- package/es/components/page-header/page-header.test.d.ts +1 -0
- package/es/components/page-header/page-header.test.js +207 -0
- package/es/components/page-header/page-header.test.js.map +1 -0
- package/es/components/side-panel/side-panel.d.ts +4 -0
- package/es/components/side-panel/side-panel.js +21 -12
- package/es/components/side-panel/side-panel.js.map +1 -1
- package/es/components/side-panel/side-panel.scss.js +1 -1
- package/es/components/side-panel/side-panel.test.js +21 -0
- package/es/components/side-panel/side-panel.test.js.map +1 -1
- package/es/components/tearsheet/tearsheet.scss.js +1 -1
- package/es/globals/internal/storybook-cdn.js +1 -1
- package/es/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/es/globals/js/utils/getSupportedLocale.js +35 -0
- package/es/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/es/index.d.ts +6 -0
- package/es/index.js +6 -0
- package/es/index.js.map +1 -1
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
- package/es/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
- package/es/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
- package/es/{package.json.js → packages/ibm-products-web-components/package.json.js} +1 -1
- package/es-custom/components/about-modal/about-modal.scss.js +1 -1
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js +45 -0
- package/es-custom/components/notification-panel/_story-assets/unread-notification-bell.js.map +1 -0
- package/es-custom/components/notification-panel/date-time-context.d.ts +9 -0
- package/es-custom/components/notification-panel/date-time-context.js +19 -0
- package/es-custom/components/notification-panel/date-time-context.js.map +1 -0
- package/es-custom/components/notification-panel/defs.d.ts +8 -0
- package/es-custom/components/notification-panel/defs.js +8 -0
- package/es-custom/components/notification-panel/defs.js.map +1 -0
- package/es-custom/components/notification-panel/index.d.ts +11 -0
- package/es-custom/components/notification-panel/index.js +11 -0
- package/es-custom/components/notification-panel/index.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.d.ts +389 -0
- package/es-custom/components/notification-panel/notification-footer.js +119 -0
- package/es-custom/components/notification-panel/notification-footer.js.map +1 -0
- package/es-custom/components/notification-panel/notification-footer.scss.js +13 -0
- package/es-custom/components/notification-panel/notification-footer.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.d.ts +458 -0
- package/es-custom/components/notification-panel/notification-panel.js +414 -0
- package/es-custom/components/notification-panel/notification-panel.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js +13 -0
- package/es-custom/components/notification-panel/notification-panel.scss.js.map +1 -0
- package/es-custom/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/es-custom/components/notification-panel/notification-panel.test.js +30 -0
- package/es-custom/components/notification-panel/notification-panel.test.js.map +1 -0
- package/es-custom/components/notification-panel/notification.d.ts +405 -0
- package/es-custom/components/notification-panel/notification.js +178 -0
- package/es-custom/components/notification-panel/notification.js.map +1 -0
- package/es-custom/components/notification-panel/notification.scss.js +13 -0
- package/es-custom/components/notification-panel/notification.scss.js.map +1 -0
- package/es-custom/components/page-header/index.d.ts +14 -0
- package/es-custom/components/page-header/index.js +14 -0
- package/es-custom/components/page-header/index.js.map +1 -0
- package/es-custom/components/page-header/page-header-breadcrumb.d.ts +35 -0
- package/es-custom/components/page-header/page-header-breadcrumb.js +94 -0
- package/es-custom/components/page-header/page-header-breadcrumb.js.map +1 -0
- package/es-custom/components/page-header/page-header-content-text.d.ts +22 -0
- package/es-custom/components/page-header/page-header-content-text.js +56 -0
- package/es-custom/components/page-header/page-header-content-text.js.map +1 -0
- package/es-custom/components/page-header/page-header-content.d.ts +41 -0
- package/es-custom/components/page-header/page-header-content.js +131 -0
- package/es-custom/components/page-header/page-header-content.js.map +1 -0
- package/es-custom/components/page-header/page-header-hero-image.d.ts +18 -0
- package/es-custom/components/page-header/page-header-hero-image.js +38 -0
- package/es-custom/components/page-header/page-header-hero-image.js.map +1 -0
- package/es-custom/components/page-header/page-header-tabs.d.ts +18 -0
- package/es-custom/components/page-header/page-header-tabs.js +47 -0
- package/es-custom/components/page-header/page-header-tabs.js.map +1 -0
- package/es-custom/components/page-header/page-header.d.ts +18 -0
- package/es-custom/components/page-header/page-header.js +38 -0
- package/es-custom/components/page-header/page-header.js.map +1 -0
- package/es-custom/components/page-header/page-header.scss.js +13 -0
- package/es-custom/components/page-header/page-header.scss.js.map +1 -0
- package/es-custom/components/page-header/page-header.test.d.ts +1 -0
- package/es-custom/components/page-header/page-header.test.js +207 -0
- package/es-custom/components/page-header/page-header.test.js.map +1 -0
- package/es-custom/components/side-panel/side-panel.d.ts +4 -0
- package/es-custom/components/side-panel/side-panel.js +21 -12
- package/es-custom/components/side-panel/side-panel.js.map +1 -1
- package/es-custom/components/side-panel/side-panel.scss.js +1 -1
- package/es-custom/components/side-panel/side-panel.test.js +21 -0
- package/es-custom/components/side-panel/side-panel.test.js.map +1 -1
- package/es-custom/components/tearsheet/tearsheet.scss.js +1 -1
- package/es-custom/globals/internal/storybook-cdn.js +1 -1
- package/es-custom/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/es-custom/globals/js/utils/getSupportedLocale.js +35 -0
- package/es-custom/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/es-custom/index.d.ts +6 -0
- package/es-custom/index.js +6 -0
- package/es-custom/index.js.map +1 -1
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js +13 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/index.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js +11 -0
- package/es-custom/node_modules/@carbon/utilities/es/dateTimeFormat/relative.js.map +1 -0
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js +9 -0
- package/es-custom/node_modules/@carbon/utilities/es/documentLang/documentLang.js.map +1 -0
- package/es-custom/{package.json.js → packages/ibm-products-web-components/package.json.js} +1 -1
- package/lib/components/notification-panel/_story-assets/unread-notification-bell.d.ts +3 -0
- package/lib/components/notification-panel/date-time-context.d.ts +9 -0
- package/lib/components/notification-panel/defs.d.ts +8 -0
- package/lib/components/notification-panel/defs.js +10 -0
- package/lib/components/notification-panel/defs.js.map +1 -0
- package/lib/components/notification-panel/index.d.ts +11 -0
- package/lib/components/notification-panel/notification-footer.d.ts +389 -0
- package/lib/components/notification-panel/notification-panel.d.ts +458 -0
- package/lib/components/notification-panel/notification-panel.test.d.ts +7 -0
- package/lib/components/notification-panel/notification.d.ts +405 -0
- package/lib/components/page-header/index.d.ts +14 -0
- package/lib/components/page-header/page-header-breadcrumb.d.ts +35 -0
- package/lib/components/page-header/page-header-content-text.d.ts +22 -0
- package/lib/components/page-header/page-header-content.d.ts +41 -0
- package/lib/components/page-header/page-header-hero-image.d.ts +18 -0
- package/lib/components/page-header/page-header-tabs.d.ts +18 -0
- package/lib/components/page-header/page-header.d.ts +18 -0
- package/lib/components/page-header/page-header.test.d.ts +1 -0
- package/lib/components/side-panel/side-panel.d.ts +4 -0
- package/lib/globals/js/utils/getSupportedLocale.d.ts +12 -0
- package/lib/globals/js/utils/getSupportedLocale.js +37 -0
- package/lib/globals/js/utils/getSupportedLocale.js.map +1 -0
- package/lib/index.d.ts +6 -0
- package/package.json +12 -11
- package/scss/components/notification-panel/notification-footer.scss +65 -0
- package/scss/components/notification-panel/notification-panel.scss +59 -0
- package/scss/components/notification-panel/notification.scss +147 -0
- package/scss/components/notification-panel/story-styles.scss +116 -0
- package/scss/components/page-header/page-header.scss +288 -0
- /package/es/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map} +0 -0
- /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
|
+
}
|
/package/es/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map}
RENAMED
File without changes
|
/package/es-custom/{package.json.js.map → packages/ibm-products-web-components/package.json.js.map}
RENAMED
File without changes
|