Skip to content

Commit d75e7b9

Browse files
csstools/postcss-system-ui-font-family-2.0.0 (#2608)
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent e469e5b commit d75e7b9

1 file changed

Lines changed: 16 additions & 24 deletions

File tree

directory/@csstools/postcss-system-ui-font-family.json

Lines changed: 16 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@csstools/postcss-system-ui-font-family",
33
"description": "Use the `system-ui` keyword",
4-
"version": "1.0.0",
4+
"version": "2.0.0",
55
"contributors": [
66
{
77
"name": "Antonio Laguna",
@@ -25,25 +25,18 @@
2525
}
2626
],
2727
"engines": {
28-
"node": ">=18"
28+
"node": ">=20.19.0"
2929
},
3030
"type": "module",
31-
"main": "dist/index.cjs",
32-
"module": "dist/index.mjs",
3331
"exports": {
3432
".": {
35-
"import": {
36-
"types": "./dist/index.d.ts",
37-
"default": "./dist/index.mjs"
38-
},
39-
"require": {
40-
"default": "./dist/index.cjs"
41-
}
33+
"types": "./dist/index.d.ts",
34+
"default": "./dist/index.mjs"
4235
}
4336
},
4437
"dependencies": {
45-
"@csstools/css-parser-algorithms": "^3.0.5",
46-
"@csstools/css-tokenizer": "^3.0.4"
38+
"@csstools/css-parser-algorithms": "^4.0.0",
39+
"@csstools/css-tokenizer": "^4.0.0"
4740
},
4841
"peerDependencies": {
4942
"postcss": "^8.4"
@@ -61,21 +54,20 @@
6154
"keywords": [
6255
"postcss-plugin"
6356
],
64-
"gitHead": "2833beb1da4317a3725c81527bbdb7e2374f8ed8",
65-
"types": "./dist/index.d.ts",
66-
"_id": "@csstools/[email protected]",
57+
"gitHead": "ee54ca0997c46db4d2907ddafa773ebaf1e0d54a",
58+
"_id": "@csstools/[email protected]",
6759
"_nodeVersion": "25.1.0",
6860
"_npmVersion": "11.6.2",
6961
"dist": {
70-
"integrity": "sha512-s3xdBvfWYfoPSBsikDXbuorcMG1nN1M6GdU0qBsGfcmNR0A/qhloQZpTxjA3Xsyrk1VJvwb2pOfiOT3at/DuIQ==",
71-
"shasum": "bd65b79078debf6f67b318dc9b71a8f9fa16f8c8",
72-
"tarball": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-1.0.0.tgz",
73-
"fileCount": 7,
74-
"unpackedSize": 7372,
62+
"integrity": "sha512-FyGZCgchFImFyiHS2x3rD5trAqatf/x23veBLTIgbaqyFfna6RNBD+Qf8HRSjt6HGMXOLhAjxJ3OoZg0bbn7Qw==",
63+
"shasum": "aef79f3cc9293a1586dadb9d5b79918be4f61ab4",
64+
"tarball": "https://registry.npmjs.org/@csstools/postcss-system-ui-font-family/-/postcss-system-ui-font-family-2.0.0.tgz",
65+
"fileCount": 6,
66+
"unpackedSize": 6878,
7567
"signatures": [
7668
{
7769
"keyid": "SHA256:DhQ8wR5APBvFHLF/+Tc+AYvPOdTpcIDqOhxsBHRwC7U",
78-
"sig": "MEQCIEyilkUP/zJLVTT4MdqE2lJiawSvzWmeT+dejFsPsCNcAiAdeAKPbyK/z0IYhz2lzng+taG/KxrkPN8Yvm6t7egblA=="
70+
"sig": "MEUCIEaLYZaENsoPaV8EnG3WgsFCqI5OTEakdfJhinOC7XBfAiEA8gtiE84mUYbgr7oE42upl2EQbUZ56nU9/Uj4PBo8hC0="
7971
}
8072
]
8173
},
@@ -100,8 +92,8 @@
10092
],
10193
"_npmOperationalInternal": {
10294
"host": "s3://npm-registry-packages-npm-production",
103-
"tmp": "tmp/postcss-system-ui-font-family_1.0.0_1764875090717_0.7968991359118558"
95+
"tmp": "tmp/postcss-system-ui-font-family_2.0.0_1768375776528_0.8390084059267662"
10496
},
10597
"_hasShrinkwrap": false,
106-
"_time": "2025-12-04T19:04:50.853Z"
98+
"_time": "2026-01-14T07:29:36.679Z"
10799
}

0 commit comments

Comments
 (0)