Skip to content

Commit f3fe825

Browse files
chore(build): update API [Manual Force]
1 parent 8ca7cb5 commit f3fe825

File tree

8 files changed

+49528
-41162
lines changed

8 files changed

+49528
-41162
lines changed

data/api-response.json

Lines changed: 196 additions & 132 deletions
Large diffs are not rendered by default.

data/axis-registry.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -119,14 +119,6 @@
119119
"default": 0,
120120
"precision": 0
121121
},
122-
{
123-
"name": "Mutation",
124-
"tag": "MUTA",
125-
"min": 0,
126-
"max": 60,
127-
"default": 0,
128-
"precision": 0
129-
},
130122
{
131123
"name": "Optical Size",
132124
"tag": "opsz",
@@ -143,6 +135,14 @@
143135
"default": 0,
144136
"precision": 0
145137
},
138+
{
139+
"name": "Sharpness",
140+
"tag": "SHRP",
141+
"min": 0,
142+
"max": 100,
143+
"default": 0,
144+
"precision": 0
145+
},
146146
{
147147
"name": "Slant",
148148
"tag": "slnt",

data/google-fonts-v1.json

Lines changed: 5499 additions & 4894 deletions
Large diffs are not rendered by default.

data/google-fonts-v2.json

Lines changed: 41315 additions & 34633 deletions
Large diffs are not rendered by default.

data/icon-response.json

Lines changed: 84 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,84 @@
1+
[
2+
{
3+
"family": "Material Icons",
4+
"variants": ["regular"],
5+
"subsets": ["latin"],
6+
"version": "v140",
7+
"lastModified": "2023-03-08",
8+
"category": "icons"
9+
},
10+
{
11+
"family": "Material Icons Outlined",
12+
"variants": ["regular"],
13+
"subsets": ["latin"],
14+
"version": "v109",
15+
"lastModified": "2023-03-08",
16+
"category": "icons"
17+
},
18+
{
19+
"family": "Material Icons Round",
20+
"variants": ["regular"],
21+
"subsets": ["latin"],
22+
"version": "v108",
23+
"lastModified": "2023-03-21",
24+
"category": "icons"
25+
},
26+
{
27+
"family": "Material Icons Sharp",
28+
"variants": ["regular"],
29+
"subsets": ["latin"],
30+
"version": "v109",
31+
"lastModified": "2023-03-08",
32+
"category": "icons"
33+
},
34+
{
35+
"family": "Material Icons Two Tone",
36+
"variants": ["regular"],
37+
"subsets": ["latin"],
38+
"version": "v112",
39+
"lastModified": "2023-03-08",
40+
"category": "icons"
41+
},
42+
{
43+
"family": "Material Symbols Outlined",
44+
"variants": ["100", "200", "300", "regular", "500", "600", "700"],
45+
"subsets": ["latin"],
46+
"version": "v108",
47+
"lastModified": "2023-04-27",
48+
"category": "icons",
49+
"axes": {
50+
"FILL": {"min": "0", "max": "1", "default": "0", "step": "1"},
51+
"wght": {"min": "100", "max": "700", "default": "400", "step": "1"},
52+
"GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"},
53+
"opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"}
54+
}
55+
},
56+
{
57+
"family": "Material Symbols Rounded",
58+
"variants": ["100", "200", "300", "regular", "500", "600", "700"],
59+
"subsets": ["latin"],
60+
"version": "v107",
61+
"lastModified": "2023-04-27",
62+
"category": "icons",
63+
"axes": {
64+
"FILL": {"min": "0", "max": "1", "default": "0", "step": "1"},
65+
"wght": {"min": "100", "max": "700", "default": "400", "step": "1"},
66+
"GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"},
67+
"opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"}
68+
}
69+
},
70+
{
71+
"family": "Material Symbols Sharp",
72+
"variants": ["100", "200", "300", "regular", "500", "600", "700"],
73+
"subsets": ["latin"],
74+
"version": "v104",
75+
"lastModified": "2023-04-27",
76+
"category": "icons",
77+
"axes": {
78+
"FILL": {"min": "0", "max": "1", "default": "0", "step": "1"},
79+
"wght": {"min": "100", "max": "700", "default": "400", "step": "1"},
80+
"GRAD": {"min": "-25", "max": "200", "default": "0", "step": "1"},
81+
"opsz": {"default": "48", "min": "30", "max": "48", "step": "0.1"}
82+
}
83+
}
84+
]

0 commit comments

Comments
 (0)