@bi-digital/css 0.6.7 → 0.7.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/dist/baseline.css +1 -5
- package/dist/components/alert.css +0 -1
- package/dist/components/badge.css +0 -2
- package/dist/components/button.css +19 -35
- package/dist/components/card.css +24 -126
- package/dist/components/chip.css +8 -73
- package/dist/components/details.css +10 -5
- package/dist/components/dialog.css +5 -19
- package/dist/components/drawer.css +4 -19
- package/dist/components/dropdown.css +4 -13
- package/dist/components/field.css +37 -125
- package/dist/components/fieldset.css +2 -6
- package/dist/components/filter-group.css +10 -6
- package/dist/components/footer.css +7 -23
- package/dist/components/input.css +33 -148
- package/dist/components/label.css +1 -12
- package/dist/components/link.css +0 -6
- package/dist/components/logo.css +2 -2
- package/dist/components/navbar.css +1 -1
- package/dist/components/pagination.css +0 -29
- package/dist/components/popover.css +5 -6
- package/dist/components/search.css +0 -4
- package/dist/components/spinner.css +2 -1
- package/dist/components/sticky-header.css +0 -1
- package/dist/components/tabs.css +0 -1
- package/dist/components/validation-message.css +2 -10
- package/dist/components.css +178 -680
- package/dist/index.css +30 -34
- package/dist/salesforce.css +207 -709
- package/dist/tokens.css +29 -29
- package/package.json +7 -8
package/dist/index.css
CHANGED
|
@@ -194,35 +194,35 @@
|
|
|
194
194
|
--bi-font-color-primary-dark-background: var(--bi-basic-white);
|
|
195
195
|
--bi-font-color-accent-dark-background: var(--bi-primary-20);
|
|
196
196
|
--bi-layout-navbar-height: var(--bi-scale-16x);
|
|
197
|
-
--bi-font-display-large: var(--bi-font-weight-regular) 4rem
|
|
198
|
-
--bi-font-display-medium: var(--bi-font-weight-regular) 3rem
|
|
199
|
-
--bi-font-headline-large: var(--bi-font-weight-regular) 2.5rem
|
|
200
|
-
--bi-font-headline-medium: var(--bi-font-weight-regular) 2.25rem
|
|
201
|
-
--bi-font-headline-small: var(--bi-font-weight-regular) 1.75rem
|
|
202
|
-
--bi-font-title-bold-xxl: var(--bi-font-weight-bold) 2rem
|
|
203
|
-
--bi-font-title-bold-xl: var(--bi-font-weight-bold) 1.75rem
|
|
204
|
-
--bi-font-title-bold-large: var(--bi-font-weight-bold) 1.5rem
|
|
205
|
-
--bi-font-title-bold-medium: var(--bi-font-weight-bold) 1.25rem
|
|
206
|
-
--bi-font-title-bold-small: var(--bi-font-weight-bold) 1.125rem
|
|
207
|
-
--bi-font-title-bold-xs: var(--bi-font-weight-bold) 1rem
|
|
208
|
-
--bi-font-title-bold-xxs: var(--bi-font-weight-bold) .875rem
|
|
209
|
-
--bi-font-title-regular-xxl: var(--bi-font-weight-regular) 2rem
|
|
210
|
-
--bi-font-title-regular-xl: var(--bi-font-weight-regular) 1.75rem
|
|
211
|
-
--bi-font-title-regular-large: var(--bi-font-weight-regular) 1.5rem
|
|
212
|
-
--bi-font-title-regular-medium: var(--bi-font-weight-regular) 1.25rem
|
|
213
|
-
--bi-font-title-regular-small: var(--bi-font-weight-regular) 1.125rem
|
|
214
|
-
--bi-font-title-regular-xs: var(--bi-font-weight-regular) 1rem
|
|
215
|
-
--bi-font-title-regular-xxs: var(--bi-font-weight-regular) .875rem
|
|
216
|
-
--bi-font-label-xl: var(--bi-font-weight-bold) 1.125rem
|
|
217
|
-
--bi-font-label-large: var(--bi-font-weight-bold) 1rem
|
|
218
|
-
--bi-font-label-medium: var(--bi-font-weight-bold) .875rem
|
|
219
|
-
--bi-font-label-small: var(--bi-font-weight-bold) .8125rem
|
|
220
|
-
--bi-font-label-xs: var(--bi-font-weight-bold) .75rem
|
|
221
|
-
--bi-font-body-xl: var(--bi-font-weight-regular) 1.125rem
|
|
222
|
-
--bi-font-body-large: var(--bi-font-weight-regular) 1rem
|
|
223
|
-
--bi-font-body-medium: var(--bi-font-weight-regular) .875rem
|
|
224
|
-
--bi-font-body-small: var(--bi-font-weight-regular) .8125rem
|
|
225
|
-
--bi-font-body-xs: var(--bi-font-weight-regular) .75rem
|
|
197
|
+
--bi-font-display-large: var(--bi-font-weight-regular) 4rem/4.5rem var(--bi-font-family-brand);
|
|
198
|
+
--bi-font-display-medium: var(--bi-font-weight-regular) 3rem/3.5rem var(--bi-font-family-brand);
|
|
199
|
+
--bi-font-headline-large: var(--bi-font-weight-regular) 2.5rem/2.875rem var(--bi-font-family-brand);
|
|
200
|
+
--bi-font-headline-medium: var(--bi-font-weight-regular) 2.25rem/2.5rem var(--bi-font-family-brand);
|
|
201
|
+
--bi-font-headline-small: var(--bi-font-weight-regular) 1.75rem/2rem var(--bi-font-family-brand);
|
|
202
|
+
--bi-font-title-bold-xxl: var(--bi-font-weight-bold) 2rem/2.25rem var(--bi-font-family-plain);
|
|
203
|
+
--bi-font-title-bold-xl: var(--bi-font-weight-bold) 1.75rem/2rem var(--bi-font-family-plain);
|
|
204
|
+
--bi-font-title-bold-large: var(--bi-font-weight-bold) 1.5rem/1.6875rem var(--bi-font-family-plain);
|
|
205
|
+
--bi-font-title-bold-medium: var(--bi-font-weight-bold) 1.25rem/1.4375rem var(--bi-font-family-plain);
|
|
206
|
+
--bi-font-title-bold-small: var(--bi-font-weight-bold) 1.125rem/1.25rem var(--bi-font-family-plain);
|
|
207
|
+
--bi-font-title-bold-xs: var(--bi-font-weight-bold) 1rem/1.125rem var(--bi-font-family-plain);
|
|
208
|
+
--bi-font-title-bold-xxs: var(--bi-font-weight-bold) .875rem/1rem var(--bi-font-family-plain);
|
|
209
|
+
--bi-font-title-regular-xxl: var(--bi-font-weight-regular) 2rem/2.25rem var(--bi-font-family-plain);
|
|
210
|
+
--bi-font-title-regular-xl: var(--bi-font-weight-regular) 1.75rem/2rem var(--bi-font-family-plain);
|
|
211
|
+
--bi-font-title-regular-large: var(--bi-font-weight-regular) 1.5rem/1.6875rem var(--bi-font-family-plain);
|
|
212
|
+
--bi-font-title-regular-medium: var(--bi-font-weight-regular) 1.25rem/1.4375rem var(--bi-font-family-plain);
|
|
213
|
+
--bi-font-title-regular-small: var(--bi-font-weight-regular) 1.125rem/1.25rem var(--bi-font-family-plain);
|
|
214
|
+
--bi-font-title-regular-xs: var(--bi-font-weight-regular) 1rem/1.125rem var(--bi-font-family-plain);
|
|
215
|
+
--bi-font-title-regular-xxs: var(--bi-font-weight-regular) .875rem/1rem var(--bi-font-family-plain);
|
|
216
|
+
--bi-font-label-xl: var(--bi-font-weight-bold) 1.125rem/1.6875rem var(--bi-font-family-plain);
|
|
217
|
+
--bi-font-label-large: var(--bi-font-weight-bold) 1rem/1.5rem var(--bi-font-family-plain);
|
|
218
|
+
--bi-font-label-medium: var(--bi-font-weight-bold) .875rem/1.25rem var(--bi-font-family-plain);
|
|
219
|
+
--bi-font-label-small: var(--bi-font-weight-bold) .8125rem/1.25rem var(--bi-font-family-plain);
|
|
220
|
+
--bi-font-label-xs: var(--bi-font-weight-bold) .75rem/1.125rem var(--bi-font-family-plain);
|
|
221
|
+
--bi-font-body-xl: var(--bi-font-weight-regular) 1.125rem/1.6875rem var(--bi-font-family-plain);
|
|
222
|
+
--bi-font-body-large: var(--bi-font-weight-regular) 1rem/1.5rem var(--bi-font-family-plain);
|
|
223
|
+
--bi-font-body-medium: var(--bi-font-weight-regular) .875rem/1.3125rem var(--bi-font-family-plain);
|
|
224
|
+
--bi-font-body-small: var(--bi-font-weight-regular) .8125rem/1.25rem var(--bi-font-family-plain);
|
|
225
|
+
--bi-font-body-xs: var(--bi-font-weight-regular) .75rem/1.125rem var(--bi-font-family-plain);
|
|
226
226
|
}
|
|
227
227
|
|
|
228
228
|
*, :before, :after {
|
|
@@ -429,10 +429,6 @@ body, :host {
|
|
|
429
429
|
line-height: 1.5;
|
|
430
430
|
}
|
|
431
431
|
|
|
432
|
-
html:has(bi-navbar) {
|
|
433
|
-
scroll-padding-top: var(--bi-layout-navbar-height);
|
|
434
|
-
}
|
|
435
|
-
|
|
436
|
-
html:has(bi-in-page-links) {
|
|
432
|
+
:is(html:has(bi-navbar), html:has(bi-in-page-links)) {
|
|
437
433
|
scroll-padding-top: var(--bi-layout-navbar-height);
|
|
438
434
|
}
|