@bi-digital/css 0.3.3 → 0.3.4

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.
@@ -87,13 +87,14 @@
87
87
  justify-content: center;
88
88
  align-items: center;
89
89
  gap: var(--bi-scale-12x);
90
- height: 58px;
90
+ flex-wrap: wrap;
91
+ min-height: 58px;
91
92
  display: flex;
92
93
  }
93
94
 
94
95
  @media not (min-width: 600px) {
95
96
  .bi-footer .bi-footer--accreditations {
96
- gap: var(--bi-scale-1x);
97
+ gap: var(--bi-scale-2x) var(--bi-scale-1x);
97
98
  }
98
99
  }
99
100
 
@@ -152,9 +153,16 @@
152
153
  justify-content: center;
153
154
  align-items: center;
154
155
  gap: var(--bi-scale-8x);
156
+ flex-wrap: wrap;
155
157
  display: flex;
156
158
  }
157
159
 
160
+ @media not (min-width: 600px) {
161
+ .bi-footer .bi-footer--socials {
162
+ gap: var(--bi-scale-2x);
163
+ }
164
+ }
165
+
158
166
  .bi-footer .bi-footer--copyright {
159
167
  text-align: center;
160
168
  margin: 0;
@@ -1933,13 +1933,14 @@ body:has(.bi-dialog:modal) {
1933
1933
  justify-content: center;
1934
1934
  align-items: center;
1935
1935
  gap: var(--bi-scale-12x);
1936
- height: 58px;
1936
+ flex-wrap: wrap;
1937
+ min-height: 58px;
1937
1938
  display: flex;
1938
1939
  }
1939
1940
 
1940
1941
  @media not (min-width: 600px) {
1941
1942
  .bi-footer .bi-footer--accreditations {
1942
- gap: var(--bi-scale-1x);
1943
+ gap: var(--bi-scale-2x) var(--bi-scale-1x);
1943
1944
  }
1944
1945
  }
1945
1946
 
@@ -1998,9 +1999,16 @@ body:has(.bi-dialog:modal) {
1998
1999
  justify-content: center;
1999
2000
  align-items: center;
2000
2001
  gap: var(--bi-scale-8x);
2002
+ flex-wrap: wrap;
2001
2003
  display: flex;
2002
2004
  }
2003
2005
 
2006
+ @media not (min-width: 600px) {
2007
+ .bi-footer .bi-footer--socials {
2008
+ gap: var(--bi-scale-2x);
2009
+ }
2010
+ }
2011
+
2004
2012
  .bi-footer .bi-footer--copyright {
2005
2013
  text-align: center;
2006
2014
  margin: 0;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@bi-digital/css",
3
3
  "type": "module",
4
- "version": "0.3.3",
4
+ "version": "0.3.4",
5
5
  "engines": {
6
6
  "node": "^20.19.0 || >=22.12.0"
7
7
  },
@@ -9,6 +9,14 @@
9
9
  "author": "BI Digital",
10
10
  "homepage": "https://designsystem.bi.no/",
11
11
  "license": "ISC",
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git+https://github.com/bi-norwegian-business-school/bino-designsystem.git",
15
+ "directory": "packages/css"
16
+ },
17
+ "bugs": {
18
+ "url": "https://github.com/bi-norwegian-business-school/bino-designsystem/issues"
19
+ },
12
20
  "publishConfig": {
13
21
  "access": "public"
14
22
  },
@@ -22,12 +30,12 @@
22
30
  "/dist"
23
31
  ],
24
32
  "devDependencies": {
25
- "browserslist": "^4.25.2",
33
+ "browserslist": "^4.26.2",
26
34
  "glob": "^11.0.3",
27
35
  "lightningcss": "^1.30.1",
28
36
  "modern-normalize": "^3.0.1",
29
37
  "rimraf": "^6.0.1",
30
- "@bi-digital/tokens": "0.3.3"
38
+ "@bi-digital/tokens": "0.3.4"
31
39
  },
32
40
  "scripts": {
33
41
  "build": "rimraf dist && node config.js",