📦 deps(thirdparty): update snapshots
This commit is contained in:
@@ -0,0 +1,36 @@
|
||||
{
|
||||
"kind": "webfonts#webfontList",
|
||||
"items": [
|
||||
{
|
||||
"family": "Zeta Serif",
|
||||
"variants": ["700italic", "regular", "700"],
|
||||
"subsets": ["latin-ext", "latin"],
|
||||
"version": "v2",
|
||||
"lastModified": "2025-06-02",
|
||||
"files": {
|
||||
"regular": "https://fonts.gstatic.com/zeta-regular.ttf",
|
||||
"700": "https://fonts.gstatic.com/zeta-700.ttf",
|
||||
"700italic": "https://fonts.gstatic.com/zeta-700-italic.ttf"
|
||||
},
|
||||
"category": "serif",
|
||||
"kind": "webfonts#webfont"
|
||||
},
|
||||
{
|
||||
"family": "Alpha Sans",
|
||||
"variants": ["regular", "italic", "500"],
|
||||
"subsets": ["vietnamese", "latin", "latin"],
|
||||
"version": "v4",
|
||||
"lastModified": "2025-01-03",
|
||||
"files": {
|
||||
"regular": "https://fonts.gstatic.com/alpha-regular.ttf",
|
||||
"italic": "https://fonts.gstatic.com/alpha-italic.ttf",
|
||||
"500": "https://fonts.gstatic.com/alpha-500.ttf"
|
||||
},
|
||||
"category": "sans-serif",
|
||||
"kind": "webfonts#webfont",
|
||||
"axes": [
|
||||
{"tag": "wght", "start": 100, "end": 900}
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
@@ -0,0 +1,33 @@
|
||||
{
|
||||
"axisRegistry": [],
|
||||
"familyMetadataList": [
|
||||
{
|
||||
"family": "Zeta Serif", "displayName": null, "category": "Serif", "stroke": "Serif",
|
||||
"classifications": ["Display"], "size": 1000, "subsets": ["menu", "latin-ext", "latin"],
|
||||
"fonts": {
|
||||
"400": {"thickness": 5, "slant": 1, "width": 7, "lineHeight": 1.2},
|
||||
"700": {"thickness": 7, "slant": 1, "width": 7, "lineHeight": 1.2},
|
||||
"700i": {"thickness": 7, "slant": 4, "width": 7, "lineHeight": 1.2}
|
||||
}, "axes": [], "designers": ["Zeta Studio"],
|
||||
"lastModified": "2025-06-02", "dateAdded": "2018-04-09", "popularity": 90,
|
||||
"trending": 11, "defaultSort": 9, "androidFragment": null, "isNoto": false,
|
||||
"colorCapabilities": [], "primaryScript": "", "primaryLanguage": "", "isOpenSource": true,
|
||||
"isBrandFont": false, "languages": []
|
||||
},
|
||||
{
|
||||
"family": "Alpha Sans", "displayName": null, "category": "Sans Serif", "stroke": "Sans Serif",
|
||||
"classifications": ["Geometric"], "size": 2000, "subsets": ["menu", "vietnamese", "latin"],
|
||||
"fonts": {
|
||||
"400": {"thickness": 5, "slant": 1, "width": 7, "lineHeight": 1.2},
|
||||
"400i": {"thickness": 5, "slant": 4, "width": 7, "lineHeight": 1.2},
|
||||
"500": {"thickness": 6, "slant": 1, "width": 7, "lineHeight": 1.2}
|
||||
},
|
||||
"axes": [{"tag": "wght", "min": 100.0, "max": 900.0, "defaultValue": 400.0}],
|
||||
"designers": ["Ada Type", "Binh Fonts"], "lastModified": "2025-01-03",
|
||||
"dateAdded": "2020-02-20", "popularity": 42, "trending": 7, "defaultSort": 4,
|
||||
"androidFragment": null, "isNoto": false, "colorCapabilities": [], "primaryScript": "",
|
||||
"primaryLanguage": "", "isOpenSource": true, "isBrandFont": false, "languages": []
|
||||
}
|
||||
],
|
||||
"promotedScript": []
|
||||
}
|
||||
@@ -0,0 +1,3 @@
|
||||
Family,Category,Stroke,Classifications,Keywords,Styles,Variable Axes,Subsets,Designers,Popularity Rank,Trending Rank,Is Noto,Date Added,Last Modified,Google Fonts URL
|
||||
Alpha Sans,Sans Serif,Sans Serif,Geometric,reviewed clean keywords,400,,,Old Designer,42,7,No,2020-02-20,2024-01-01,https://fonts.google.com/specimen/Alpha+Sans
|
||||
Zeta Serif,Serif,Serif,Display,reviewed editorial keywords,400,,,Old Studio,90,11,No,2018-04-09,2024-01-01,https://fonts.google.com/specimen/Zeta+Serif
|
||||
|
+17
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"families": [
|
||||
{
|
||||
"name": "Zeta Serif",
|
||||
"designer": "Zeta Studio",
|
||||
"license": "APACHE2",
|
||||
"date_added": "2018-04-09"
|
||||
},
|
||||
{
|
||||
"name": "Alpha Sans",
|
||||
"designer": ["Ada Type", "Binh Fonts"],
|
||||
"license": "OFL",
|
||||
"date_added": "2020-02-20"
|
||||
}
|
||||
],
|
||||
"excludedFamilies": []
|
||||
}
|
||||
+7
@@ -0,0 +1,7 @@
|
||||
{
|
||||
"families": {
|
||||
"Alpha Sans": {
|
||||
"Keywords": "approved override keywords"
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
No,Category,Icon Name,Keywords,Library,Import Code,Usage,Best For,Style,Semantic Role,Allowed Contexts
|
||||
1,Navigation,arrow-left,back,Phosphor,import { ArrowLeft } from '@phosphor-icons/react',Example,Back,Outline,interactive,interactive
|
||||
2,Nature,acorn,nut,Phosphor,import { Acorn } from '@phosphor-icons/react',Example,Acorn,Outline,meaningful,meaningful
|
||||
3,Guideline,example,guidance,Heroicons,import { BeakerIcon } from '@heroicons/react/24/outline',Example,Example,Outline,guideline,meaningful
|
||||
|
@@ -0,0 +1,23 @@
|
||||
[
|
||||
{
|
||||
"name": "acorn",
|
||||
"pascal_name": "Acorn",
|
||||
"codepoint": 62002,
|
||||
"categories": ["animals", "nature"],
|
||||
"figma_category": "weather & nature",
|
||||
"tags": ["savings", "food"],
|
||||
"published_in": 1.2,
|
||||
"updated_in": 2.0
|
||||
},
|
||||
{
|
||||
"name": "arrow-left",
|
||||
"pascal_name": "ArrowLeft",
|
||||
"alias": {"name": "back-arrow", "pascal_name": "BackArrow"},
|
||||
"codepoint": 62000,
|
||||
"categories": ["arrows", "navigation", "arrows"],
|
||||
"figma_category": "arrows",
|
||||
"tags": ["previous", "back"],
|
||||
"published_in": 1.0,
|
||||
"updated_in": 2.1
|
||||
}
|
||||
]
|
||||
+13
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"name": "@phosphor-icons/core",
|
||||
"version": "2.1.1",
|
||||
"license": "MIT",
|
||||
"exports": {
|
||||
"./thin/*.svg": "./assets/thin/*.svg",
|
||||
"./light/*.svg": "./assets/light/*.svg",
|
||||
"./regular/*.svg": "./assets/regular/*.svg",
|
||||
"./bold/*.svg": "./assets/bold/*.svg",
|
||||
"./fill/*.svg": "./assets/fill/*.svg",
|
||||
"./duotone/*.svg": "./assets/duotone/*.svg"
|
||||
}
|
||||
}
|
||||
+4
@@ -0,0 +1,4 @@
|
||||
{
|
||||
"client": ["Acorn", "ArrowLeft", "IconContext"],
|
||||
"ssr": ["Acorn", "ArrowLeft"]
|
||||
}
|
||||
+5
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "@phosphor-icons/react",
|
||||
"version": "2.1.10",
|
||||
"license": "MIT"
|
||||
}
|
||||
Reference in New Issue
Block a user