diff --git a/package.json b/package.json index 317a7a9..42ef167 100644 --- a/package.json +++ b/package.json @@ -106,7 +106,7 @@ "rollup-plugin-delete": "^3.0.1", "tailwind-csstree": "^0.1.0", "typescript": "^5.9.2", - "web-features": "^3.4.0", + "web-features": "^3.5.0", "yorkie": "^2.0.0" }, "engines": { diff --git a/src/data/baseline-data.js b/src/data/baseline-data.js index e714952..88ce9f8 100644 --- a/src/data/baseline-data.js +++ b/src/data/baseline-data.js @@ -83,6 +83,7 @@ export const properties = new Map([ ["box-shadow", "10:2015"], ["box-sizing", "10:2015"], ["caret-color", "10:2020"], + ["caret-shape", "0:"], ["clip", "0:"], ["clip-path", "10:2020"], ["color", "10:2015"], @@ -503,8 +504,8 @@ export const properties = new Map([ ["transition-timing-function", "10:2015"], ["user-select", "0:"], ["vertical-align", "10:2015"], - ["view-transition-class", "0:"], - ["view-transition-name", "0:"], + ["view-transition-class", "5:2025"], + ["view-transition-name", "5:2025"], ["visibility", "10:2015"], ["white-space", "10:2015"], ["white-space-collapse", "5:2024"], @@ -676,7 +677,7 @@ export const types = new Map([ ["tan", "10:2023"], ]); export const selectors = new Map([ - ["active-view-transition", "0:"], + ["active-view-transition", "5:2025"], ["active-view-transition-type", "0:"], ["autofill", "10:2023"], ["defined", "10:2020"], @@ -688,7 +689,7 @@ export const selectors = new Map([ ["picker", "0:"], ["picker-icon", "0:"], ["default", "10:2020"], - ["details-content", "0:"], + ["details-content", "5:2025"], ["dir", "5:2023"], ["empty", "10:2015"], ["file-selector-button", "10:2021"], @@ -782,11 +783,11 @@ export const selectors = new Map([ ["hover", "10:2015"], ["user-invalid", "5:2023"], ["user-valid", "5:2023"], - ["view-transition", "0:"], - ["view-transition-group", "0:"], - ["view-transition-image-pair", "0:"], - ["view-transition-new", "0:"], - ["view-transition-old", "0:"], + ["view-transition", "5:2025"], + ["view-transition-group", "5:2025"], + ["view-transition-image-pair", "5:2025"], + ["view-transition-new", "5:2025"], + ["view-transition-old", "5:2025"], ["cue", "10:2020"], ["xr-overlay", "0:"], ["where", "10:2021"], @@ -1378,6 +1379,15 @@ export const propertyValues = new Map([ ["content-box", "10:2015"], ]), ], + [ + "caret-shape", + new Map([ + ["auto", "0:"], + ["bar", "0:"], + ["block", "0:"], + ["underscore", "0:"], + ]), + ], ["clip", new Map([["auto", "0:"]])], [ "clip-path", @@ -2891,12 +2901,12 @@ export const propertyValues = new Map([ ["top", "10:2015"], ]), ], - ["view-transition-class", new Map([["none", "0:"]])], + ["view-transition-class", new Map([["none", "5:2025"]])], [ "view-transition-name", new Map([ - ["match-element", "0:"], - ["none", "0:"], + ["match-element", "5:2025"], + ["none", "5:2025"], ]), ], [