@bi-digital/css 0.2.19 → 0.2.20

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.
@@ -38,9 +38,9 @@
38
38
  }
39
39
 
40
40
  .bi-alert > .bi-button {
41
- margin-right: calc(var(--bic-alert-padding) * -1);
42
- margin-top: calc(var(--bic-alert-padding) * -1);
41
+ margin: calc(var(--bic-alert-padding) * -1);
43
42
  grid-area: 1 / 3;
43
+ margin-left: 0;
44
44
  }
45
45
 
46
46
  .bi-alert[data-size="small"] {
@@ -74,6 +74,10 @@
74
74
  --bic-field-toggle-background: var(--bic-field-disabled-color);
75
75
  }
76
76
 
77
+ .bi-field[data-fullwidth="true"] {
78
+ width: 100%;
79
+ }
80
+
77
81
  .bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])) {
78
82
  border-radius: var(--bi-radius-medium);
79
83
  grid-template-areas: "input content";
@@ -91,6 +91,12 @@
91
91
  display: flex;
92
92
  }
93
93
 
94
+ @media not (min-width: 600px) {
95
+ .bi-footer .bi-footer--accreditations {
96
+ gap: var(--bi-scale-1x);
97
+ }
98
+ }
99
+
94
100
  .bi-footer .bi-footer--accreditations .bi-footer--aacsb {
95
101
  background-position: center;
96
102
  background-repeat: no-repeat;
@@ -44,6 +44,10 @@
44
44
  --bic-link-color: var(--bi-neutral-5);
45
45
  }
46
46
 
47
+ .bi-link[data-underline="hover"]:not(:hover) {
48
+ text-decoration: none;
49
+ }
50
+
47
51
  .bi-link:visited {
48
52
  color: var(--bic-link-color);
49
53
  }
@@ -38,9 +38,9 @@
38
38
  }
39
39
 
40
40
  .bi-alert > .bi-button {
41
- margin-right: calc(var(--bic-alert-padding) * -1);
42
- margin-top: calc(var(--bic-alert-padding) * -1);
41
+ margin: calc(var(--bic-alert-padding) * -1);
43
42
  grid-area: 1 / 3;
43
+ margin-left: 0;
44
44
  }
45
45
 
46
46
  .bi-alert[data-size="small"] {
@@ -1430,6 +1430,10 @@ body:has(.bi-dialog:modal) {
1430
1430
  --bic-field-toggle-background: var(--bic-field-disabled-color);
1431
1431
  }
1432
1432
 
1433
+ .bi-field[data-fullwidth="true"] {
1434
+ width: 100%;
1435
+ }
1436
+
1433
1437
  .bi-field:has(.bi-input:-webkit-any([type="radio"], [type="checkbox"])) {
1434
1438
  border-radius: var(--bi-radius-medium);
1435
1439
  grid-template-areas: "input content";
@@ -1911,6 +1915,12 @@ body:has(.bi-dialog:modal) {
1911
1915
  display: flex;
1912
1916
  }
1913
1917
 
1918
+ @media not (min-width: 600px) {
1919
+ .bi-footer .bi-footer--accreditations {
1920
+ gap: var(--bi-scale-1x);
1921
+ }
1922
+ }
1923
+
1914
1924
  .bi-footer .bi-footer--accreditations .bi-footer--aacsb {
1915
1925
  background-position: center;
1916
1926
  background-repeat: no-repeat;
@@ -2395,6 +2405,10 @@ body:has(.bi-dialog:modal) {
2395
2405
  --bic-link-color: var(--bi-neutral-5);
2396
2406
  }
2397
2407
 
2408
+ .bi-link[data-underline="hover"]:not(:hover) {
2409
+ text-decoration: none;
2410
+ }
2411
+
2398
2412
  .bi-link:visited {
2399
2413
  color: var(--bic-link-color);
2400
2414
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
- "version": "0.2.19",
3
+ "version": "0.2.20",
4
4
  "description": "CSS for the BI Design System",
5
5
  "author": "BI Digital",
6
6
  "license": "ISC",
@@ -23,7 +23,7 @@
23
23
  "lightningcss": "^1.30.1",
24
24
  "modern-normalize": "^3.0.1",
25
25
  "rimraf": "^6.0.1",
26
- "@bi-digital/tokens": "0.2.19"
26
+ "@bi-digital/tokens": "0.2.20"
27
27
  },
28
28
  "scripts": {
29
29
  "build": "rimraf dist && node config.js",