@pzh-ui/css 0.0.17 → 0.0.18

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.
File without changes
File without changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -19,7 +19,7 @@
19
19
  "@tailwindcss/line-clamp": "^0.3.1",
20
20
  "react-datepicker": "^4.7.0"
21
21
  },
22
- "gitHead": "8dc2a9aa4ea3a425ac7d0b2f384570032f6af27b",
22
+ "gitHead": "42e164138d5c6f636e0cd988b6c3f683d73a6f99",
23
23
  "devDependencies": {
24
24
  "tailwindcss": "^3.0.23"
25
25
  }
package/src/tailwind.css CHANGED
@@ -1312,7 +1312,7 @@ select{
1312
1312
  @font-face {
1313
1313
  font-family: 'Karbon Regular';
1314
1314
 
1315
- src: url('../assets/Karbon-Regular.woff2') format('woff2');
1315
+ src: url('./../fonts/Karbon-Regular.woff2') format('woff2');
1316
1316
 
1317
1317
  font-weight: normal;
1318
1318
 
@@ -1322,7 +1322,7 @@ select{
1322
1322
  @font-face {
1323
1323
  font-family: 'Karbon Medium';
1324
1324
 
1325
- src: url('../assets/Karbon-Medium.woff2') format('woff2');
1325
+ src: url('./../fonts/Karbon-Medium.woff2') format('woff2');
1326
1326
 
1327
1327
  font-weight: bold;
1328
1328
 
@@ -6,14 +6,14 @@
6
6
 
7
7
  @font-face {
8
8
  font-family: 'Karbon Regular';
9
- src: url('../assets/Karbon-Regular.woff2') format('woff2');
9
+ src: url('./../fonts/Karbon-Regular.woff2') format('woff2');
10
10
  font-weight: normal;
11
11
  font-display: swap;
12
12
  }
13
13
 
14
14
  @font-face {
15
15
  font-family: 'Karbon Medium';
16
- src: url('../assets/Karbon-Medium.woff2') format('woff2');
16
+ src: url('./../fonts/Karbon-Medium.woff2') format('woff2');
17
17
  font-weight: bold;
18
18
  font-display: swap;
19
19
  }