@wwtdev/bsds-css 3.0.1 → 3.0.3
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/wwt-bsds-components.css +31 -17
- package/dist/wwt-bsds-components.min.css +1 -1
- package/dist/wwt-bsds-preset.js +3 -2
- package/dist/wwt-bsds-tokens.css +4 -1
- package/dist/wwt-bsds-tokens.min.css +1 -1
- package/dist/wwt-bsds-utilities.css +7 -0
- package/dist/wwt-bsds-utilities.min.css +1 -1
- package/dist/wwt-bsds.css +50 -18
- package/dist/wwt-bsds.min.css +1 -1
- package/package.json +1 -1
|
@@ -767,7 +767,7 @@ Custom properties:
|
|
|
767
767
|
.bs-toast-deprecated {
|
|
768
768
|
--toast-transform: translate(0, calc(100% + 1.5rem));
|
|
769
769
|
|
|
770
|
-
background-color: var(--bs-bg-base-
|
|
770
|
+
background-color: var(--bs-bg-base-to-light);
|
|
771
771
|
border-top: 4px solid var(--bs-primary-base);
|
|
772
772
|
bottom: 1.5rem;
|
|
773
773
|
box-shadow: var(--bs-shadow-contentMedium);
|
|
@@ -4097,13 +4097,13 @@ label:where(.bs-label) {
|
|
|
4097
4097
|
}
|
|
4098
4098
|
/* Deprecated; use "data-status positive" instead */
|
|
4099
4099
|
.bs-pill:where([data-status^="complete"]) {
|
|
4100
|
-
--status-color: var(--bs-purple-
|
|
4100
|
+
--status-color: var(--bs-purple-400);
|
|
4101
4101
|
--pill-background: var(--bs-purple-100);
|
|
4102
4102
|
}
|
|
4103
4103
|
/* Dark mode selector for complete */
|
|
4104
4104
|
:where(.dark) .bs-pill:where([data-status^="complete"]) {
|
|
4105
4105
|
--status-color: var(--bs-purple-100);
|
|
4106
|
-
--pill-background: var(--bs-purple-
|
|
4106
|
+
--pill-background: var(--bs-purple-400);
|
|
4107
4107
|
}
|
|
4108
4108
|
/* ------------------------------ Filter Styles ------------------------------ */
|
|
4109
4109
|
.bs-pill:where([data-variant^="filter"]) {
|
|
@@ -5183,27 +5183,22 @@ a.bs-text-button {
|
|
|
5183
5183
|
--toggle-color: var(--bs-white);
|
|
5184
5184
|
--top-offset: 48px;
|
|
5185
5185
|
}
|
|
5186
|
-
.bs-vertical-nav-wrapper
|
|
5186
|
+
.dark :where(.bs-vertical-nav-wrapper) {
|
|
5187
|
+
--bg-color: var(--bs-bg-base);
|
|
5188
|
+
--border-color: var(--bs-border-medium);
|
|
5189
|
+
}
|
|
5190
|
+
.bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"]),
|
|
5191
|
+
.dark :where(.bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"])) {
|
|
5187
5192
|
--active-color: var(--bs-blue-10);
|
|
5188
5193
|
--bg-color: var(--bs-bg-base);
|
|
5189
5194
|
--border-color: var(--bs-border-medium);
|
|
5190
5195
|
--text-color: var(--bs-ink-medium);
|
|
5191
5196
|
--link-color: var(--bs-ink-medium);
|
|
5192
|
-
--link-hover-color: var(--bs-ink-
|
|
5193
|
-
--link-active-color: var(--bs-ink-
|
|
5197
|
+
--link-hover-color: var(--bs-ink-primary);
|
|
5198
|
+
--link-active-color: var(--bs-ink-primary);
|
|
5194
5199
|
--toggle-bg-color: var(--bs-bg-base);
|
|
5195
5200
|
--toggle-color: var(--bs-ink-medium);
|
|
5196
5201
|
}
|
|
5197
|
-
.dark :where(.bs-vertical-nav-wrapper),
|
|
5198
|
-
.dark :where(.bs-vertical-nav-wrapper:where([data-bg-variant="bg-base"])) {
|
|
5199
|
-
--active-color: rgba(255, 255, 255, 0.25);
|
|
5200
|
-
--bg-color: var(--bs-bg-base);
|
|
5201
|
-
--border-color: var(--bs-border-medium);
|
|
5202
|
-
--text-color: var(--bs-white);
|
|
5203
|
-
--link-color: var(--bs-white);
|
|
5204
|
-
--link-hover-color: var(--bs-white);
|
|
5205
|
-
--link-active-color: var(--bs-white);
|
|
5206
|
-
}
|
|
5207
5202
|
.bs-vertical-nav {
|
|
5208
5203
|
-ms-overflow-style: none; /* Internet Explorer 10+ */
|
|
5209
5204
|
background-color: var(--bg-color);
|
|
@@ -5247,6 +5242,11 @@ a.bs-text-button {
|
|
|
5247
5242
|
visibility: visible;
|
|
5248
5243
|
pointer-events: auto;
|
|
5249
5244
|
width: var(--bs-vertical-nav-width);
|
|
5245
|
+
position: fixed;
|
|
5246
|
+
}
|
|
5247
|
+
|
|
5248
|
+
.bs-vertical-nav:where([data-sticky="true"]) {
|
|
5249
|
+
position: sticky;
|
|
5250
5250
|
}
|
|
5251
5251
|
|
|
5252
5252
|
.bs-vertical-nav:where([data-narrow="true"]) {
|
|
@@ -5468,7 +5468,7 @@ a.bs-text-button {
|
|
|
5468
5468
|
font-weight: 600;
|
|
5469
5469
|
}
|
|
5470
5470
|
.bs-vertical-nav-section:where([data-app-links="true"]) :where(ul li a:hover) {
|
|
5471
|
-
color: var(--bs-ink-
|
|
5471
|
+
color: var(--bs-ink-primary);
|
|
5472
5472
|
}
|
|
5473
5473
|
.bs-vertical-nav :where(ul li a[data-active="true"]) {
|
|
5474
5474
|
background-color: var(--active-color);
|
|
@@ -6059,6 +6059,20 @@ a.bs-text-button {
|
|
|
6059
6059
|
height: var(--bs-space-4);
|
|
6060
6060
|
width: var(--bs-space-4);
|
|
6061
6061
|
}
|
|
6062
|
+
/* turn off auto-added icon if consumer adds their own BsIcon to the html */
|
|
6063
|
+
.bs-toast :where(.bs-pop-header:has(.bs-icon), .bs-pop-title:has(.bs-icon)) {
|
|
6064
|
+
|
|
6065
|
+
&::before {
|
|
6066
|
+
display: none;
|
|
6067
|
+
}
|
|
6068
|
+
|
|
6069
|
+
:where(.bs-icon) {
|
|
6070
|
+
color: var(--toast-icon-color);
|
|
6071
|
+
flex-shrink: 0;
|
|
6072
|
+
height: var(--bs-space-4);
|
|
6073
|
+
width: var(--bs-space-4);
|
|
6074
|
+
}
|
|
6075
|
+
}
|
|
6062
6076
|
/* Toast Body */
|
|
6063
6077
|
.bs-toast :where(.bs-pop-body) {
|
|
6064
6078
|
color: var(--bs-ink-light);
|