baseline-foundry 0.1.4 → 0.1.6
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/README.md +17 -9
- package/config/experiments/ibm-plex-engine-smoke.json +1 -1
- package/config/experiments/ubuntu-engine-smoke.json +1 -1
- package/config/foundation-theme.json +1 -1
- package/config/tiers/app.json +6 -6
- package/config/tiers/documentation.json +2 -2
- package/config/tiers/editorial.json +1 -1
- package/config/tiers/os.json +6 -6
- package/dist/baseline-grid-overlay.js +2 -2
- package/dist/build.js +4 -4
- package/dist/code-snippet.js +1 -1
- package/dist/css-app-tier.js +16 -5
- package/dist/css-components/article-pagination.js +9 -8
- package/dist/css-components/button-actions.js +24 -4
- package/dist/css-components/cards-options.js +8 -8
- package/dist/css-components/chip-badge-status.d.ts +0 -3
- package/dist/css-components/chip-badge-status.js +57 -10
- package/dist/css-components/content-card.d.ts +7 -7
- package/dist/css-components/content-card.js +17 -16
- package/dist/css-components/control-row.d.ts +1 -1
- package/dist/css-components/control-row.js +1 -1
- package/dist/css-components/document-navigation.js +66 -29
- package/dist/css-components/editorial-content.js +1 -1
- package/dist/css-components/interactive-feedback.js +50 -28
- package/dist/css-components/interactive-tables.js +13 -8
- package/dist/css-components/legacy-navigation.d.ts +0 -1
- package/dist/css-components/legacy-navigation.js +108 -32
- package/dist/css-components/linked-logo-site-layout.d.ts +3 -3
- package/dist/css-components/linked-logo-site-layout.js +17 -20
- package/dist/css-components/list-tree.js +21 -19
- package/dist/css-components/list.js +9 -7
- package/dist/css-components/logo-media.d.ts +6 -6
- package/dist/css-components/logo-media.js +38 -27
- package/dist/css-components/navigation-layout.js +6 -8
- package/dist/css-components/panel.js +12 -12
- package/dist/css-components/search-box-and-filter.d.ts +0 -1
- package/dist/css-components/search-box-and-filter.js +18 -19
- package/dist/css-components/sites-editorial-ports.d.ts +3 -4
- package/dist/css-components/sites-editorial-ports.js +61 -29
- package/dist/css-components/sites-foundation.js +15 -19
- package/dist/css-components/sites-rich-lists.d.ts +5 -5
- package/dist/css-components/sites-rich-lists.js +26 -36
- package/dist/css-components/static-content-ports.d.ts +3 -3
- package/dist/css-components/static-content-ports.js +51 -37
- package/dist/css-components/tab-section.d.ts +3 -3
- package/dist/css-components/tab-section.js +34 -26
- package/dist/css-components/table.js +4 -7
- package/dist/css-components/tabs-choice-breadcrumbs.js +25 -21
- package/dist/css-components/tiered-list-equal-height-row.js +10 -10
- package/dist/css-components.js +243 -124
- package/dist/css-grid.d.ts +1 -1
- package/dist/css-grid.js +18 -8
- package/dist/css.js +94 -18
- package/dist/experiments/ibm-plex-engine-smoke/styles.css +1005 -563
- package/dist/experiments/ibm-plex-engine-smoke/surfaces.json +2 -2
- package/dist/experiments/ibm-plex-engine-smoke/tokens.json +1 -1
- package/dist/in-page-navigation.js +1 -1
- package/dist/presets/app-tier/styles.css +1046 -593
- package/dist/presets/app-tier/surfaces.json +17 -17
- package/dist/presets/app-tier/tokens.json +7 -7
- package/dist/presets/prose/styles.css +1036 -587
- package/dist/presets/prose/surfaces.json +17 -17
- package/dist/presets/prose/tokens.json +1 -1
- package/dist/resizable-aside.js +12 -4
- package/dist/styles.css +1036 -587
- package/dist/surfaces.json +17 -17
- package/dist/tiers/app/styles.css +1046 -593
- package/dist/tiers/app/surfaces.json +17 -17
- package/dist/tiers/app/tokens.json +7 -7
- package/dist/tiers/documentation/styles.css +1037 -588
- package/dist/tiers/documentation/surfaces.json +17 -17
- package/dist/tiers/documentation/tokens.json +2 -2
- package/dist/tiers/editorial/styles.css +1036 -587
- package/dist/tiers/editorial/surfaces.json +17 -17
- package/dist/tiers/editorial/tokens.json +1 -1
- package/dist/tiers/os/styles.css +1042 -593
- package/dist/tiers/os/surfaces.json +17 -17
- package/dist/tiers/os/tokens.json +7 -7
- package/dist/tokens.json +1 -1
- package/dist/types.d.ts +1 -1
- package/docs/publishing.md +1 -1
- package/package.json +2 -2
|
@@ -60,9 +60,9 @@ export function tieredListEqualHeightRowCss() {
|
|
|
60
60
|
padding: 0;
|
|
61
61
|
}
|
|
62
62
|
|
|
63
|
-
:where(.bf-theme) :where(.bf-tiered-list-header) >
|
|
64
|
-
:where(.bf-theme) :where(.bf-tiered-list-item) >
|
|
65
|
-
:where(.bf-theme) :where(.bf-tiered-list-cta) >
|
|
63
|
+
:where(.bf-theme) :where(.bf-tiered-list-header) > hr,
|
|
64
|
+
:where(.bf-theme) :where(.bf-tiered-list-item) > hr,
|
|
65
|
+
:where(.bf-theme) :where(.bf-tiered-list-cta) > hr {
|
|
66
66
|
grid-column: 1 / -1;
|
|
67
67
|
}
|
|
68
68
|
|
|
@@ -77,8 +77,8 @@ export function tieredListEqualHeightRowCss() {
|
|
|
77
77
|
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
78
78
|
}
|
|
79
79
|
|
|
80
|
-
:where(.bf-theme) :where(.bf-tiered-list:not(.is-list-full-width):not(.is-flush):not(.is-triple)) :where(.bf-tiered-list-item) >
|
|
81
|
-
:where(.bf-theme) :where(.bf-tiered-list:not(.is-list-full-width):not(.is-flush):not(.is-triple)) :where(.bf-tiered-list-cta) >
|
|
80
|
+
:where(.bf-theme) :where(.bf-tiered-list:not(.is-list-full-width):not(.is-flush):not(.is-triple)) :where(.bf-tiered-list-item) > hr,
|
|
81
|
+
:where(.bf-theme) :where(.bf-tiered-list:not(.is-list-full-width):not(.is-flush):not(.is-triple)) :where(.bf-tiered-list-cta) > hr {
|
|
82
82
|
grid-column: 3 / span 6;
|
|
83
83
|
}
|
|
84
84
|
|
|
@@ -93,9 +93,9 @@ export function tieredListEqualHeightRowCss() {
|
|
|
93
93
|
}
|
|
94
94
|
|
|
95
95
|
/* ------------------------------------------------------------------ */
|
|
96
|
-
/* Header split (≥
|
|
96
|
+
/* Header split (≥ 45rem): the shared readable 50/50 title/content split. */
|
|
97
97
|
/* ------------------------------------------------------------------ */
|
|
98
|
-
@container (width >=
|
|
98
|
+
@container (width >= 45rem) {
|
|
99
99
|
:where(.bf-theme) :where(.bf-tiered-list:not(.is-description-full-width)) :where(.bf-tiered-list-header) {
|
|
100
100
|
grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
|
|
101
101
|
}
|
|
@@ -119,7 +119,7 @@ export function tieredListEqualHeightRowCss() {
|
|
|
119
119
|
queries cannot style their own container, so responsive descendants span
|
|
120
120
|
these tracks instead of relying on an ineligible self-query. */
|
|
121
121
|
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
122
|
-
margin
|
|
122
|
+
margin: 0;
|
|
123
123
|
position: relative;
|
|
124
124
|
}
|
|
125
125
|
|
|
@@ -136,7 +136,7 @@ export function tieredListEqualHeightRowCss() {
|
|
|
136
136
|
/* Responsive aspect media can make a shared subgrid track land between
|
|
137
137
|
baselines. Snap that media box itself; the surrounding composition still
|
|
138
138
|
does not own or erase any child's semantic margins. */
|
|
139
|
-
@supports (block-size: calc-size(auto, round(up, size,
|
|
139
|
+
@supports (block-size: calc-size(auto, round(up, size, 0.0625rem))) {
|
|
140
140
|
:where(.bf-theme) :where(.bf-equal-height-row-item) > :where(.bf-aspect) {
|
|
141
141
|
block-size: calc-size(auto, round(up, size, var(--bf-baseline)));
|
|
142
142
|
}
|
|
@@ -215,7 +215,7 @@ export function tieredListEqualHeightRowCss() {
|
|
|
215
215
|
:where(.bf-theme) :where(.bf-equal-height-row.is-divider-3:not(.is-divider-1))::before,
|
|
216
216
|
:where(.bf-theme) :where(.bf-equal-height-row.is-divider-3:not(.is-divider-2))::after {
|
|
217
217
|
background-color: var(--bf-color-border-low-contrast);
|
|
218
|
-
block-size:
|
|
218
|
+
block-size: 0.0625rem;
|
|
219
219
|
content: "";
|
|
220
220
|
display: none;
|
|
221
221
|
grid-column: 1 / -1;
|