@obvia/fonts 0.0.3 → 0.0.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.
package/dist/index.d.mts CHANGED
@@ -15,7 +15,7 @@ declare module "@obvia/fonts" {
15
15
  * - `800` - Black
16
16
  * - `900` - Ultra Black
17
17
  */
18
- export const ObviaSans: NextFontWithVariable
18
+ export const obviaSans: NextFontWithVariable
19
19
 
20
20
  /**
21
21
  * **Obvia Mono** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -31,7 +31,7 @@ declare module "@obvia/fonts" {
31
31
  * - `800` - Black
32
32
  * - `900` - Ultra Black
33
33
  */
34
- export const ObviaMono: NextFontWithVariable
34
+ export const obviaMono: NextFontWithVariable
35
35
 
36
36
  /**
37
37
  * **Obvia Pixel Square** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -39,7 +39,7 @@ declare module "@obvia/fonts" {
39
39
  * **Weights**
40
40
  * - `500` - Medium
41
41
  */
42
- export const ObviaPixelSquare: NextFontWithVariable
42
+ export const obviaPixelSquare: NextFontWithVariable
43
43
 
44
44
  /**
45
45
  * **Obvia Pixel Grid** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -47,7 +47,7 @@ declare module "@obvia/fonts" {
47
47
  * **Weights**
48
48
  * - `500` - Medium
49
49
  */
50
- export const ObviaPixelGrid: NextFontWithVariable
50
+ export const obviaPixelGrid: NextFontWithVariable
51
51
 
52
52
  /**
53
53
  * **Obvia Pixel Circle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -55,7 +55,7 @@ declare module "@obvia/fonts" {
55
55
  * **Weights**
56
56
  * - `500` - Medium
57
57
  */
58
- export const ObviaPixelCircle: NextFontWithVariable
58
+ export const obviaPixelCircle: NextFontWithVariable
59
59
 
60
60
  /**
61
61
  * **Obvia Pixel Triangle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -63,7 +63,7 @@ declare module "@obvia/fonts" {
63
63
  * **Weights**
64
64
  * - `500` - Medium
65
65
  */
66
- export const ObviaPixelTriangle: NextFontWithVariable
66
+ export const obviaPixelTriangle: NextFontWithVariable
67
67
 
68
68
  /**
69
69
  * **Obvia Pixel Line** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -71,5 +71,5 @@ declare module "@obvia/fonts" {
71
71
  * **Weights**
72
72
  * - `500` - Medium
73
73
  */
74
- export const ObviaPixelLine: NextFontWithVariable
74
+ export const obviaPixelLine: NextFontWithVariable
75
75
  }
package/dist/index.d.ts CHANGED
@@ -15,7 +15,7 @@ declare module "@obvia/fonts" {
15
15
  * - `800` - Black
16
16
  * - `900` - Ultra Black
17
17
  */
18
- export const ObviaSans: NextFontWithVariable
18
+ export const obviaSans: NextFontWithVariable
19
19
 
20
20
  /**
21
21
  * **Obvia Mono** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -31,7 +31,7 @@ declare module "@obvia/fonts" {
31
31
  * - `800` - Black
32
32
  * - `900` - Ultra Black
33
33
  */
34
- export const ObviaMono: NextFontWithVariable
34
+ export const obviaMono: NextFontWithVariable
35
35
 
36
36
  /**
37
37
  * **Obvia Pixel Square** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -39,7 +39,7 @@ declare module "@obvia/fonts" {
39
39
  * **Weights**
40
40
  * - `500` - Medium
41
41
  */
42
- export const ObviaPixelSquare: NextFontWithVariable
42
+ export const obviaPixelSquare: NextFontWithVariable
43
43
 
44
44
  /**
45
45
  * **Obvia Pixel Grid** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -47,7 +47,7 @@ declare module "@obvia/fonts" {
47
47
  * **Weights**
48
48
  * - `500` - Medium
49
49
  */
50
- export const ObviaPixelGrid: NextFontWithVariable
50
+ export const obviaPixelGrid: NextFontWithVariable
51
51
 
52
52
  /**
53
53
  * **Obvia Pixel Circle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -55,7 +55,7 @@ declare module "@obvia/fonts" {
55
55
  * **Weights**
56
56
  * - `500` - Medium
57
57
  */
58
- export const ObviaPixelCircle: NextFontWithVariable
58
+ export const obviaPixelCircle: NextFontWithVariable
59
59
 
60
60
  /**
61
61
  * **Obvia Pixel Triangle** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -63,7 +63,7 @@ declare module "@obvia/fonts" {
63
63
  * **Weights**
64
64
  * - `500` - Medium
65
65
  */
66
- export const ObviaPixelTriangle: NextFontWithVariable
66
+ export const obviaPixelTriangle: NextFontWithVariable
67
67
 
68
68
  /**
69
69
  * **Obvia Pixel Line** variable font, with `className` and `variable` properties, meant to be attached to DOM elements via `className`
@@ -71,5 +71,5 @@ declare module "@obvia/fonts" {
71
71
  * **Weights**
72
72
  * - `500` - Medium
73
73
  */
74
- export const ObviaPixelLine: NextFontWithVariable
74
+ export const obviaPixelLine: NextFontWithVariable
75
75
  }
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "keywords" : ["obvia","obvia mono","obvia sans","obvia pixel","typeface","fonts","obvia fonts","webfont","open-type","true-type","typography"],
5
5
  "license" : "SIL OPEN FONT LICENSE",
6
6
  "homepage" : "https://obvia.studio/fonts",
7
- "version" : "0.0.3",
7
+ "version" : "0.0.4",
8
8
 
9
9
  "author" : {
10
10
  "name" : "Selçuk Çukur",