dirk-cfx-react 1.0.25 → 1.0.26

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.
@@ -2,60 +2,62 @@
2
2
  font-family: 'Akrobat Regular';
3
3
  font-style: normal;
4
4
  font-weight: normal;
5
- src: local('Akrobat Regular'), url('./fonts/Akrobat-Regular.woff') format('woff');
5
+ src: local('Akrobat Regular'),
6
+ url('../fonts/Akrobat-Regular.woff') format('woff');
6
7
  }
7
8
 
8
-
9
9
  @font-face {
10
10
  font-family: 'Akrobat Light';
11
11
  font-style: normal;
12
12
  font-weight: normal;
13
- src: local('Akrobat Light'), url('./fonts/Akrobat-Light.woff') format('woff');
13
+ src: local('Akrobat Light'),
14
+ url('../fonts/Akrobat-Light.woff') format('woff');
14
15
  }
15
16
 
16
-
17
17
  @font-face {
18
18
  font-family: 'Akrobat ExtraLight';
19
19
  font-style: normal;
20
20
  font-weight: normal;
21
- src: local('Akrobat ExtraLight'), url('./fonts/Akrobat-ExtraLight.woff') format('woff');
21
+ src: local('Akrobat ExtraLight'),
22
+ url('../fonts/Akrobat-ExtraLight.woff') format('woff');
22
23
  }
23
24
 
24
-
25
25
  @font-face {
26
26
  font-family: 'Akrobat SemiBold';
27
27
  font-style: normal;
28
28
  font-weight: normal;
29
- src: local('Akrobat SemiBold'), url('./fonts/Akrobat-SemiBold.woff') format('woff');
29
+ src: local('Akrobat SemiBold'),
30
+ url('../fonts/Akrobat-SemiBold.woff') format('woff');
30
31
  }
31
32
 
32
-
33
33
  @font-face {
34
34
  font-family: 'Akrobat Bold';
35
35
  font-style: normal;
36
36
  font-weight: normal;
37
- src: local('Akrobat Bold'), url('./fonts/Akrobat-Bold.woff') format('woff');
37
+ src: local('Akrobat Bold'),
38
+ url('../fonts/Akrobat-Bold.woff') format('woff');
38
39
  }
39
40
 
40
-
41
41
  @font-face {
42
42
  font-family: 'Akrobat ExtraBold Regular';
43
43
  font-style: normal;
44
44
  font-weight: normal;
45
- src: local('Akrobat ExtraBold Regular'), url('./fonts/akrobat-extrabold-webfont.woff') format('woff');
45
+ src: local('Akrobat ExtraBold Regular'),
46
+ url('../fonts/akrobat-extrabold-webfont.woff') format('woff');
46
47
  }
47
48
 
48
-
49
49
  @font-face {
50
50
  font-family: 'Akrobat Black';
51
51
  font-style: normal;
52
52
  font-weight: normal;
53
- src: local('Akrobat Black'), url('./fonts/Akrobat-Black.woff') format('woff');
53
+ src: local('Akrobat Black'),
54
+ url('../fonts/Akrobat-Black.woff') format('woff');
54
55
  }
55
56
 
56
57
  @font-face {
57
58
  font-family: 'Red Dead';
58
59
  font-style: normal;
59
60
  font-weight: 400;
60
- src: local('Red Dead'), url('./fonts/RedDead.otf') format('opentype');
61
- }
61
+ src: local('Red Dead'),
62
+ url('../fonts/RedDead.otf') format('opentype');
63
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dirk-cfx-react",
3
- "version": "1.0.25",
3
+ "version": "1.0.26",
4
4
  "type": "module",
5
5
  "main": "./dist/index.cjs",
6
6
  "module": "./dist/index.js",
@@ -2,60 +2,62 @@
2
2
  font-family: 'Akrobat Regular';
3
3
  font-style: normal;
4
4
  font-weight: normal;
5
- src: local('Akrobat Regular'), url('./fonts/Akrobat-Regular.woff') format('woff');
5
+ src: local('Akrobat Regular'),
6
+ url('../fonts/Akrobat-Regular.woff') format('woff');
6
7
  }
7
8
 
8
-
9
9
  @font-face {
10
10
  font-family: 'Akrobat Light';
11
11
  font-style: normal;
12
12
  font-weight: normal;
13
- src: local('Akrobat Light'), url('./fonts/Akrobat-Light.woff') format('woff');
13
+ src: local('Akrobat Light'),
14
+ url('../fonts/Akrobat-Light.woff') format('woff');
14
15
  }
15
16
 
16
-
17
17
  @font-face {
18
18
  font-family: 'Akrobat ExtraLight';
19
19
  font-style: normal;
20
20
  font-weight: normal;
21
- src: local('Akrobat ExtraLight'), url('./fonts/Akrobat-ExtraLight.woff') format('woff');
21
+ src: local('Akrobat ExtraLight'),
22
+ url('../fonts/Akrobat-ExtraLight.woff') format('woff');
22
23
  }
23
24
 
24
-
25
25
  @font-face {
26
26
  font-family: 'Akrobat SemiBold';
27
27
  font-style: normal;
28
28
  font-weight: normal;
29
- src: local('Akrobat SemiBold'), url('./fonts/Akrobat-SemiBold.woff') format('woff');
29
+ src: local('Akrobat SemiBold'),
30
+ url('../fonts/Akrobat-SemiBold.woff') format('woff');
30
31
  }
31
32
 
32
-
33
33
  @font-face {
34
34
  font-family: 'Akrobat Bold';
35
35
  font-style: normal;
36
36
  font-weight: normal;
37
- src: local('Akrobat Bold'), url('./fonts/Akrobat-Bold.woff') format('woff');
37
+ src: local('Akrobat Bold'),
38
+ url('../fonts/Akrobat-Bold.woff') format('woff');
38
39
  }
39
40
 
40
-
41
41
  @font-face {
42
42
  font-family: 'Akrobat ExtraBold Regular';
43
43
  font-style: normal;
44
44
  font-weight: normal;
45
- src: local('Akrobat ExtraBold Regular'), url('./fonts/akrobat-extrabold-webfont.woff') format('woff');
45
+ src: local('Akrobat ExtraBold Regular'),
46
+ url('../fonts/akrobat-extrabold-webfont.woff') format('woff');
46
47
  }
47
48
 
48
-
49
49
  @font-face {
50
50
  font-family: 'Akrobat Black';
51
51
  font-style: normal;
52
52
  font-weight: normal;
53
- src: local('Akrobat Black'), url('./fonts/Akrobat-Black.woff') format('woff');
53
+ src: local('Akrobat Black'),
54
+ url('../fonts/Akrobat-Black.woff') format('woff');
54
55
  }
55
56
 
56
57
  @font-face {
57
58
  font-family: 'Red Dead';
58
59
  font-style: normal;
59
60
  font-weight: 400;
60
- src: local('Red Dead'), url('./fonts/RedDead.otf') format('opentype');
61
- }
61
+ src: local('Red Dead'),
62
+ url('../fonts/RedDead.otf') format('opentype');
63
+ }