Skip to content

Commit 77ab636

Browse files
eslintbotfasttime
andauthored
fix: update baseline data (#421)
Co-authored-by: fasttime <6367844+fasttime@users.noreply.github.com>
1 parent 638c6ee commit 77ab636

2 files changed

Lines changed: 12 additions & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@
9090
"prettier": "3.8.1",
9191
"tailwind-csstree": "^0.3.0",
9292
"typescript": "^5.9.3",
93-
"web-features": "^3.22.1",
93+
"web-features": "^3.23.0",
9494
"yorkie": "^2.0.0"
9595
},
9696
"engines": {

src/data/baseline-data.js

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,7 @@ export const properties = new Map([
5858
["border-radius", "10:2015"],
5959
["border-top-left-radius", "10:2015"],
6060
["border-top-right-radius", "10:2015"],
61+
["border-shape", "0:"],
6162
["border", "10:2015"],
6263
["border-bottom", "10:2015"],
6364
["border-bottom-color", "10:2015"],
@@ -124,6 +125,7 @@ export const properties = new Map([
124125
["custom-property", "10:2017"],
125126
["display", "10:2015"],
126127
["dominant-baseline", "10:2020"],
128+
["dynamic-range-limit", "0:"],
127129
["field-sizing", "0:"],
128130
["filter", "10:2016"],
129131
["align-content", "10:2015"],
@@ -1480,6 +1482,7 @@ export const propertyValues = new Map([
14801482
["border-radius", new Map([["percentages", "10:2015"]])],
14811483
["border-top-left-radius", new Map([["percentages", "10:2015"]])],
14821484
["border-top-right-radius", new Map([["percentages", "10:2015"]])],
1485+
["border-shape", new Map([["none", "0:"]])],
14831486
["border-bottom-color", new Map([["transparent", "10:2015"]])],
14841487
[
14851488
"border-bottom-style",
@@ -1943,6 +1946,14 @@ export const propertyValues = new Map([
19431946
["middle", "10:2020"],
19441947
]),
19451948
],
1949+
[
1950+
"dynamic-range-limit",
1951+
new Map([
1952+
["constrained", "0:"],
1953+
["no-limit", "0:"],
1954+
["standard", "0:"],
1955+
]),
1956+
],
19461957
[
19471958
"field-sizing",
19481959
new Map([

0 commit comments

Comments
 (0)