extension-develop 2.0.0-rc.1 → 2.0.0-rc.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/module.js +23 -23
- package/dist/node_modules/.package-lock.json +2529 -0
- package/dist/node_modules/@babel/code-frame/LICENSE +22 -0
- package/dist/node_modules/@babel/code-frame/README.md +19 -0
- package/dist/node_modules/@babel/code-frame/lib/index.js +216 -0
- package/dist/node_modules/@babel/code-frame/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/code-frame/package.json +31 -0
- package/dist/node_modules/@babel/helper-validator-identifier/LICENSE +22 -0
- package/dist/node_modules/@babel/helper-validator-identifier/README.md +19 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js +70 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/identifier.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js +57 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/index.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js +35 -0
- package/dist/node_modules/@babel/helper-validator-identifier/lib/keyword.js.map +1 -0
- package/dist/node_modules/@babel/helper-validator-identifier/package.json +31 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/README.md +32 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.d.ts +35 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/cascade-layer-name-parser/package.json +67 -0
- package/dist/node_modules/@csstools/color-helpers/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/color-helpers/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/color-helpers/README.md +32 -0
- package/dist/node_modules/@csstools/color-helpers/dist/index.cjs +263 -0
- package/dist/node_modules/@csstools/color-helpers/dist/index.d.ts +408 -0
- package/dist/node_modules/@csstools/color-helpers/dist/index.mjs +263 -0
- package/dist/node_modules/@csstools/color-helpers/package.json +62 -0
- package/dist/node_modules/@csstools/css-calc/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/css-calc/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-calc/README.md +132 -0
- package/dist/node_modules/@csstools/css-calc/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-calc/dist/index.d.ts +52 -0
- package/dist/node_modules/@csstools/css-calc/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-calc/package.json +66 -0
- package/dist/node_modules/@csstools/css-color-parser/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/css-color-parser/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-color-parser/README.md +37 -0
- package/dist/node_modules/@csstools/css-color-parser/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-color-parser/dist/index.d.ts +162 -0
- package/dist/node_modules/@csstools/css-color-parser/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-color-parser/package.json +71 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/README.md +119 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.d.ts +604 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-parser-algorithms/package.json +65 -0
- package/dist/node_modules/@csstools/css-tokenizer/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/css-tokenizer/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/css-tokenizer/README.md +111 -0
- package/dist/node_modules/@csstools/css-tokenizer/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/css-tokenizer/dist/index.d.ts +593 -0
- package/dist/node_modules/@csstools/css-tokenizer/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/css-tokenizer/package.json +62 -0
- package/dist/node_modules/@csstools/media-query-list-parser/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/media-query-list-parser/LICENSE.md +20 -0
- package/dist/node_modules/@csstools/media-query-list-parser/README.md +61 -0
- package/dist/node_modules/@csstools/media-query-list-parser/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/media-query-list-parser/dist/index.d.ts +775 -0
- package/dist/node_modules/@csstools/media-query-list-parser/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/media-query-list-parser/package.json +67 -0
- package/dist/node_modules/@csstools/normalize.css/LICENSE.md +108 -0
- package/dist/node_modules/@csstools/normalize.css/README.md +107 -0
- package/dist/node_modules/@csstools/normalize.css/normalize.css +257 -0
- package/dist/node_modules/@csstools/normalize.css/opinionated.css +265 -0
- package/dist/node_modules/@csstools/normalize.css/package.json +30 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/README.md +194 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.d.ts +16 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-cascade-layers/package.json +82 -0
- package/dist/node_modules/@csstools/postcss-color-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-color-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-color-function/README.md +151 -0
- package/dist/node_modules/@csstools/postcss-color-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-function/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-color-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-function/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/README.md +74 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-color-mix-function/package.json +82 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/README.md +122 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.d.ts +24 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-content-alt-text/package.json +77 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/README.md +91 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-exponential-functions/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/README.md +88 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-font-format-keywords/package.json +66 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/README.md +71 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.d.ts +9 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-gamut-mapping/package.json +78 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/README.md +160 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-gradients-interpolation-method/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/README.md +88 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.d.ts +21 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-hwb-function/package.json +78 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/README.md +96 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-ic-unit/package.json +65 -0
- package/dist/node_modules/@csstools/postcss-initial/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-initial/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-initial/README.md +74 -0
- package/dist/node_modules/@csstools/postcss-initial/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-initial/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-initial/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-initial/package.json +64 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/README.md +253 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.d.ts +27 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-is-pseudo-class/package.json +65 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/README.md +174 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.d.ts +14 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-light-dark-function/package.json +70 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/README.md +86 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-float-and-clear/package.json +71 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/README.md +96 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overflow/package.json +67 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/README.md +96 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-overscroll-behavior/package.json +67 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/README.md +99 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.d.ts +21 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-resize/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/README.md +105 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.d.ts +21 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-logical-viewport-units/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/LICENSE.md +21 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/README.md +54 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.d.ts +9 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-minmax/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/CHANGELOG.md +11 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/README.md +62 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-media-queries-aspect-ratio-number-values/package.json +71 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/README.md +71 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-nested-calc/package.json +72 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/README.md +88 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-normalize-display-values/package.json +75 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/README.md +173 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-oklab-function/package.json +69 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/README.md +122 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.d.ts +6 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-progressive-custom-properties/package.json +64 -0
- package/dist/node_modules/@csstools/postcss-random-function/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-random-function/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-random-function/README.md +121 -0
- package/dist/node_modules/@csstools/postcss-random-function/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-random-function/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-random-function/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-random-function/package.json +71 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/README.md +74 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.d.ts +19 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-relative-color-syntax/package.json +73 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/README.md +73 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-scope-pseudo-class/package.json +70 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/README.md +184 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-sign-functions/package.json +72 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/README.md +107 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-stepped-value-functions/package.json +74 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/README.md +75 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-text-decoration-shorthand/package.json +72 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/README.md +149 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-trigonometric-functions/package.json +78 -0
- package/dist/node_modules/@csstools/postcss-unset-value/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/postcss-unset-value/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/postcss-unset-value/README.md +120 -0
- package/dist/node_modules/@csstools/postcss-unset-value/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/postcss-unset-value/dist/index.d.ts +12 -0
- package/dist/node_modules/@csstools/postcss-unset-value/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/postcss-unset-value/package.json +67 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/CHANGELOG.md +10 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/README.md +33 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.d.ts +47 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/selector-resolve-nested/package.json +66 -0
- package/dist/node_modules/@csstools/selector-specificity/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/selector-specificity/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/selector-specificity/README.md +57 -0
- package/dist/node_modules/@csstools/selector-specificity/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/selector-specificity/dist/index.d.ts +58 -0
- package/dist/node_modules/@csstools/selector-specificity/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/selector-specificity/package.json +66 -0
- package/dist/node_modules/@csstools/utilities/CHANGELOG.md +9 -0
- package/dist/node_modules/@csstools/utilities/LICENSE.md +18 -0
- package/dist/node_modules/@csstools/utilities/README.md +25 -0
- package/dist/node_modules/@csstools/utilities/dist/index.cjs +1 -0
- package/dist/node_modules/@csstools/utilities/dist/index.d.ts +24 -0
- package/dist/node_modules/@csstools/utilities/dist/index.mjs +1 -0
- package/dist/node_modules/@csstools/utilities/package.json +66 -0
- package/dist/node_modules/argparse/CHANGELOG.md +216 -0
- package/dist/node_modules/argparse/LICENSE +254 -0
- package/dist/node_modules/argparse/README.md +84 -0
- package/dist/node_modules/argparse/argparse.js +3707 -0
- package/dist/node_modules/argparse/lib/sub.js +67 -0
- package/dist/node_modules/argparse/lib/textwrap.js +440 -0
- package/dist/node_modules/argparse/package.json +31 -0
- package/dist/node_modules/autoprefixer/LICENSE +20 -0
- package/dist/node_modules/autoprefixer/README.md +66 -0
- package/dist/node_modules/autoprefixer/bin/autoprefixer +22 -0
- package/dist/node_modules/autoprefixer/data/prefixes.js +1136 -0
- package/dist/node_modules/autoprefixer/lib/at-rule.js +35 -0
- package/dist/node_modules/autoprefixer/lib/autoprefixer.d.ts +95 -0
- package/dist/node_modules/autoprefixer/lib/autoprefixer.js +164 -0
- package/dist/node_modules/autoprefixer/lib/brackets.js +51 -0
- package/dist/node_modules/autoprefixer/lib/browsers.js +79 -0
- package/dist/node_modules/autoprefixer/lib/declaration.js +187 -0
- package/dist/node_modules/autoprefixer/lib/hacks/align-content.js +49 -0
- package/dist/node_modules/autoprefixer/lib/hacks/align-items.js +46 -0
- package/dist/node_modules/autoprefixer/lib/hacks/align-self.js +56 -0
- package/dist/node_modules/autoprefixer/lib/hacks/animation.js +17 -0
- package/dist/node_modules/autoprefixer/lib/hacks/appearance.js +23 -0
- package/dist/node_modules/autoprefixer/lib/hacks/autofill.js +26 -0
- package/dist/node_modules/autoprefixer/lib/hacks/backdrop-filter.js +20 -0
- package/dist/node_modules/autoprefixer/lib/hacks/background-clip.js +24 -0
- package/dist/node_modules/autoprefixer/lib/hacks/background-size.js +23 -0
- package/dist/node_modules/autoprefixer/lib/hacks/block-logical.js +40 -0
- package/dist/node_modules/autoprefixer/lib/hacks/border-image.js +15 -0
- package/dist/node_modules/autoprefixer/lib/hacks/border-radius.js +40 -0
- package/dist/node_modules/autoprefixer/lib/hacks/break-props.js +63 -0
- package/dist/node_modules/autoprefixer/lib/hacks/cross-fade.js +35 -0
- package/dist/node_modules/autoprefixer/lib/hacks/display-flex.js +65 -0
- package/dist/node_modules/autoprefixer/lib/hacks/display-grid.js +21 -0
- package/dist/node_modules/autoprefixer/lib/hacks/file-selector-button.js +26 -0
- package/dist/node_modules/autoprefixer/lib/hacks/filter-value.js +14 -0
- package/dist/node_modules/autoprefixer/lib/hacks/filter.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-basis.js +39 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-direction.js +72 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-flow.js +53 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-grow.js +30 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-shrink.js +39 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-spec.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex-wrap.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/flex.js +54 -0
- package/dist/node_modules/autoprefixer/lib/hacks/fullscreen.js +20 -0
- package/dist/node_modules/autoprefixer/lib/hacks/gradient.js +448 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-area.js +34 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-column-align.js +28 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-end.js +52 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-row-align.js +28 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-row-column.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-rows-columns.js +125 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-start.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-template-areas.js +84 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-template.js +69 -0
- package/dist/node_modules/autoprefixer/lib/hacks/grid-utils.js +1113 -0
- package/dist/node_modules/autoprefixer/lib/hacks/image-rendering.js +48 -0
- package/dist/node_modules/autoprefixer/lib/hacks/image-set.js +18 -0
- package/dist/node_modules/autoprefixer/lib/hacks/inline-logical.js +34 -0
- package/dist/node_modules/autoprefixer/lib/hacks/intrinsic.js +61 -0
- package/dist/node_modules/autoprefixer/lib/hacks/justify-content.js +54 -0
- package/dist/node_modules/autoprefixer/lib/hacks/mask-border.js +38 -0
- package/dist/node_modules/autoprefixer/lib/hacks/mask-composite.js +88 -0
- package/dist/node_modules/autoprefixer/lib/hacks/order.js +42 -0
- package/dist/node_modules/autoprefixer/lib/hacks/overscroll-behavior.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/pixelated.js +34 -0
- package/dist/node_modules/autoprefixer/lib/hacks/place-self.js +32 -0
- package/dist/node_modules/autoprefixer/lib/hacks/placeholder-shown.js +19 -0
- package/dist/node_modules/autoprefixer/lib/hacks/placeholder.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/print-color-adjust.js +25 -0
- package/dist/node_modules/autoprefixer/lib/hacks/text-decoration-skip-ink.js +23 -0
- package/dist/node_modules/autoprefixer/lib/hacks/text-decoration.js +25 -0
- package/dist/node_modules/autoprefixer/lib/hacks/text-emphasis-position.js +14 -0
- package/dist/node_modules/autoprefixer/lib/hacks/transform-decl.js +79 -0
- package/dist/node_modules/autoprefixer/lib/hacks/user-select.js +33 -0
- package/dist/node_modules/autoprefixer/lib/hacks/writing-mode.js +42 -0
- package/dist/node_modules/autoprefixer/lib/info.js +123 -0
- package/dist/node_modules/autoprefixer/lib/old-selector.js +67 -0
- package/dist/node_modules/autoprefixer/lib/old-value.js +22 -0
- package/dist/node_modules/autoprefixer/lib/prefixer.js +144 -0
- package/dist/node_modules/autoprefixer/lib/prefixes.js +428 -0
- package/dist/node_modules/autoprefixer/lib/processor.js +709 -0
- package/dist/node_modules/autoprefixer/lib/resolution.js +97 -0
- package/dist/node_modules/autoprefixer/lib/selector.js +150 -0
- package/dist/node_modules/autoprefixer/lib/supports.js +302 -0
- package/dist/node_modules/autoprefixer/lib/transition.js +329 -0
- package/dist/node_modules/autoprefixer/lib/utils.js +93 -0
- package/dist/node_modules/autoprefixer/lib/value.js +125 -0
- package/dist/node_modules/autoprefixer/lib/vendor.js +14 -0
- package/dist/node_modules/autoprefixer/package.json +49 -0
- package/dist/node_modules/browserslist/LICENSE +20 -0
- package/dist/node_modules/browserslist/README.md +67 -0
- package/dist/node_modules/browserslist/browser.js +54 -0
- package/dist/node_modules/browserslist/cli.js +156 -0
- package/dist/node_modules/browserslist/error.d.ts +7 -0
- package/dist/node_modules/browserslist/error.js +12 -0
- package/dist/node_modules/browserslist/index.d.ts +224 -0
- package/dist/node_modules/browserslist/index.js +1235 -0
- package/dist/node_modules/browserslist/node.js +457 -0
- package/dist/node_modules/browserslist/package.json +44 -0
- package/dist/node_modules/browserslist/parse.js +78 -0
- package/dist/node_modules/callsites/index.d.ts +96 -0
- package/dist/node_modules/callsites/index.js +13 -0
- package/dist/node_modules/callsites/license +9 -0
- package/dist/node_modules/callsites/package.json +39 -0
- package/dist/node_modules/callsites/readme.md +48 -0
- package/dist/node_modules/caniuse-lite/LICENSE +395 -0
- package/dist/node_modules/caniuse-lite/README.md +6 -0
- package/dist/node_modules/caniuse-lite/data/agents.js +1 -0
- package/dist/node_modules/caniuse-lite/data/browserVersions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/browsers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/aac.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/abortcontroller.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ac3-ec3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/accelerometer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/addeventlistener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/alternate-stylesheet.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ambient-light.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/apng.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-find-index.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-find.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-flat.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/array-includes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/arrow-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/asmjs.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/async-clipboard.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/async-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/atob-btoa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audio-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audio.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/audiotracks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/autofocus.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/auxclick.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/av1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/avif.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-attachment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-clip-text.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-img-opts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-position-x-y.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-repeat-round-space.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/background-sync.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/battery-status.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/beacon.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/beforeafterprint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/bigint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/blobbuilder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/bloburls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/border-image.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/border-radius.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/broadcastchannel.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/brotli.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/calc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas-blending.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas-text.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/canvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ch-unit.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/chacha20-poly1305.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/channel-messaging.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/childnode-remove.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/classlist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/client-hints-dpr-width-viewport.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/clipboard.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/colr-v1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/colr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/comparedocumentposition.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/console-basic.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/console-time.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/const.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/constraint-validation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contenteditable.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/contentsecuritypolicy2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cookie-store-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/createimagebitmap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/credential-management.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cross-document-view-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/cryptography.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-all.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-anchor-positioning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-any-link.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-appearance.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-at-counter-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-autofill.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-backdrop-filter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-background-offsets.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-backgroundblendmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-boxdecorationbreak.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-boxshadow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-canvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-caret-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cascade-layers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cascade-scope.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-case-insensitive.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-clip-path.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-color-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-color-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-conic-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-queries-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-queries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-container-query-units.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-containment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-content-visibility.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-counters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-crisp-edges.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-cross-fade.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-default-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-descendant-gtgt.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-deviceadaptation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-dir-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-display-contents.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-element-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-env-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-exclusions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-featurequeries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-file-selector-button.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-filter-function.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-filters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-first-letter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-first-line.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-fixed.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-focus-visible.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-focus-within.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-palette.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-rendering-controls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-font-stretch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-gencontent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-grid-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-grid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-hanging-punctuation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-has.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-hyphens.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-image-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-image-set.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-in-out-of-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-indeterminate-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-initial-letter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-initial-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-lch-lab.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-letter-spacing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-line-clamp.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-logical-props.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-marker-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-masks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-matches-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-math-functions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-interaction.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-range-syntax.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-resolution.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-media-scripting.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-mediaqueries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-mixblendmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-module-scripts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-motion-paths.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-namespaces.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-nesting.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-not-sel-list.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-nth-child-of.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-opacity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-optional-pseudo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow-anchor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow-overlay.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overflow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-overscroll-behavior.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-page-break.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-paged-media.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-paint-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-placeholder-shown.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-placeholder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-print-color-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-read-only-write.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-rebeccapurple.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-reflections.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-regions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-relative-colors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-repeating-gradients.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-resize.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-revert-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-rrggbbaa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scroll-behavior.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-scrollbar.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sel2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sel3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-selection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-shapes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-snappoints.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-sticky.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-subgrid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-supports-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-table.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-align-last.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-box-trim.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-indent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-justify.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-spacing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-text-wrap-balance.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-textshadow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-touch-action.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-unicode-bidi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-unset-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-variables.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-when-else.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-widows-orphans.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-width-stretch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-writing-mode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css-zoom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-boxsizing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-colors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors-grab.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors-newer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-cursors.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/css3-tabsize.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/currentcolor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/custom-elements.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/custom-elementsv1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/customevent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/datalist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dataset.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/datauri.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/date-tolocaledatestring.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/declarative-shadow-dom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/decorators.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/details.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/deviceorientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/devicepixelratio.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dialog.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dispatchevent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dnssec.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/do-not-track.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-currentscript.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-evaluate-xpath.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-execcommand.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/document-scrollingelement.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/documenthead.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dom-manip-convenience.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dom-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/domcontentloaded.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dommatrix.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/download.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/dragndrop.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-closest.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-from-point.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/element-scroll-methods.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eme.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eot.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es5.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-class.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-generators.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-module-dynamic-import.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-module.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-number.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6-string-includes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/es6.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/eventsource.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/extended-system-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/feature-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fieldset-disabled.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fileapi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filereader.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filereadersync.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/filesystem.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flac.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flexbox-gap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flexbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/flow-root.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/focusin-focusout-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-family-system-ui.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-feature.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-kerning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-loading.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-size-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-smooth.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-unicode-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-variant-alternates.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/font-variant-numeric.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fontface.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-submit-attributes.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/form-validation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/forms.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/fullscreen.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/gamepad.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/geolocation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getboundingclientrect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getcomputedstyle.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getelementsbyclassname.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/getrandomvalues.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/gyroscope.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hardwareconcurrency.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hashchange.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/heif.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hevc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/hidden.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/high-resolution-time.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/history.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/html-media-capture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/html5semantic.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http-live-streaming.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/http3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-sandbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-seamless.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/iframe-srcdoc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/imagecapture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ime.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/img-naturalwidth-naturalheight.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/import-maps.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/imports.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indeterminate-checkbox.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indexeddb.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/indexeddb2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/inline-block.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/innertext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-autocomplete-onoff.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-datetime.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-email-tel-url.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-event.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-accept.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-directory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-file-multiple.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-inputmode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-minlength.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-number.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-pattern.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-placeholder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-range.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-search.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/input-selection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/insert-adjacent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/insertadjacenthtml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/internationalization.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intersectionobserver-v2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intersectionobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intl-pluralrules.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/intrinsic-width.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpeg2000.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpegxl.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/jpegxr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/js-regexp-lookbehind.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/json.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/justify-content-space-evenly.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/kerning-pairs-ligatures.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-charcode.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-code.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-getmodifierstate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-key.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-location.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/keyboardevent-which.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/lazyload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/let.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-icon-png.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-icon-svg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-dns-prefetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-modulepreload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-preconnect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-prefetch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-preload.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/link-rel-prerender.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/loading-lazy-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/localecompare.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/magnetometer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/matchesselector.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/matchmedia.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mathml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/maxlength.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-backdrop-pseudo-element.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate-override.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-isolate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-css-unicode-bidi-plaintext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-line.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-shorthand.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mdn-text-decoration-style.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/media-fragments.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediacapture-fromelement.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediarecorder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mediasource.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/menu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/meta-theme-color.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/meter.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/midi.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/minmaxwh.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mp3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mpeg-dash.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mpeg4.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/multibackgrounds.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/multicolumn.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mutation-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/mutationobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/namevalue-storage.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/native-filesystem-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/nav-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/netinfo.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/notifications.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-entries.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-fit.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-observe.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/object-values.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/objectrtc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/offline-apps.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/offscreencanvas.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ogg-vorbis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ogv.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ol-reversed.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/once-event-listener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/online-status.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/opus.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/orientation-sensor.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/outline.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pad-start-end.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/page-transition-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pagevisibility.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passive-event-listener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passkeys.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/passwordrules.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/path2d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/payment-request.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pdf-viewer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/permissions-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/permissions-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/picture-in-picture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/picture.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ping.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/png-alpha.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointer-events.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/pointerlock.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/portals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/prefers-color-scheme.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/prefers-reduced-motion.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/progress.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/promise-finally.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/promises.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/proximity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/proxy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/publickeypinning.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/push-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/queryselector.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/readonly-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/referrer-policy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/registerprotocolhandler.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rel-noopener.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rel-noreferrer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rellist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rem.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/requestanimationframe.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/requestidlecallback.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/resizeobserver.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/resource-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rest-parameters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/rtcpeerconnection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ruby.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/run-in.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/same-site-cookie-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/screen-orientation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/script-async.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/script-defer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/scrollintoview.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/scrollintoviewifneeded.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sdch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/selection-api.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/selectlist.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/server-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/serviceworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/setimmediate.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/shadowdom.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/shadowdomv1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sharedarraybuffer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sharedworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sni.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/spdy.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/speech-recognition.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/speech-synthesis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/spellcheck-attribute.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sql-storage.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/srcset.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/stream.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/streams.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/stricttransportsecurity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/style-scoped.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/subresource-bundling.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/subresource-integrity.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-css.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-filters.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-fragment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-html.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-html5.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-img.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg-smil.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/svg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/sxg.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tabindex-attr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/template-literals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/template.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/temporal.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/testfeat.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-decoration.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-emphasis.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-overflow.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-size-adjust.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/text-stroke.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/textcontent.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/textencoder.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-1.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/tls1-3.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/touch.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/transforms2d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/transforms3d.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/trusted-types.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/ttf.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/typedarrays.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/u2f.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/unhandledrejection.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/upgradeinsecurerequests.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/url-scroll-to-text-fragment.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/url.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/urlsearchparams.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/use-strict.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/user-select-none.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/user-timing.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/variable-fonts.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/vector-effect.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/vibration.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/video.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/videotracks.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/view-transitions.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/viewport-unit-variants.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/viewport-units.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wai-aria.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wake-lock.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-bigint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-bulk-memory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-extended-const.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-gc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-multi-memory.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-multi-value.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-mutable-globals.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-nontrapping-fptoint.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-reference-types.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-relaxed-simd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-signext.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-simd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-tail-calls.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm-threads.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wasm.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wav.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wbr-element.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-animation.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-app-manifest.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-bluetooth.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-serial.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/web-share.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webauthn.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webcodecs.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgl.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgl2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webgpu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webhid.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webkit-user-drag.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webm.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webnfc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webp.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/websockets.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webtransport.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webusb.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webvr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webvtt.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webworkers.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/webxr.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/will-change.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/woff.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/woff2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/word-break.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/wordwrap.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/x-doc-messaging.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/x-frame-options.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhr2.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhtml.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xhtmlsmil.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/xml-serializer.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features/zstd.js +1 -0
- package/dist/node_modules/caniuse-lite/data/features.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/AZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/BZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/CZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/DZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/EG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ER.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ES.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ET.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/FR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/GY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/HU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ID.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/IT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/JP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/KZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/LY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ME.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ML.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MQ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MX.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/MZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NP.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/NZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/OM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/PY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/QA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/RW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SB.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SK.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ST.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/SZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TD.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TH.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TJ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TL.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TO.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TR.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TV.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/TZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/US.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UY.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/UZ.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VC.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VG.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VI.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VN.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/VU.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/WF.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/WS.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/YE.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/YT.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZA.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZM.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/ZW.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-af.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-an.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-as.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-eu.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-na.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-oc.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-sa.js +1 -0
- package/dist/node_modules/caniuse-lite/data/regions/alt-ww.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/lib/statuses.js +9 -0
- package/dist/node_modules/caniuse-lite/dist/lib/supported.js +9 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/agents.js +47 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/browserVersions.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/browsers.js +1 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/feature.js +52 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/features.js +6 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/index.js +4 -0
- package/dist/node_modules/caniuse-lite/dist/unpacker/region.js +22 -0
- package/dist/node_modules/caniuse-lite/package.json +34 -0
- package/dist/node_modules/cosmiconfig/LICENSE +22 -0
- package/dist/node_modules/cosmiconfig/README.md +782 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.js +170 -0
- package/dist/node_modules/cosmiconfig/dist/Explorer.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.js +126 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerBase.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.js +184 -0
- package/dist/node_modules/cosmiconfig/dist/ExplorerSync.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.d.ts +5 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.js +32 -0
- package/dist/node_modules/cosmiconfig/dist/cacheWrapper.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.d.ts +3 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.js +23 -0
- package/dist/node_modules/cosmiconfig/dist/canUseDynamicImport.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.d.ts +25 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.js +105 -0
- package/dist/node_modules/cosmiconfig/dist/defaults.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.d.ts +4 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.js +38 -0
- package/dist/node_modules/cosmiconfig/dist/getDirectory.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts +5 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.js +28 -0
- package/dist/node_modules/cosmiconfig/dist/getPropertyByPath.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/index.d.ts +6 -0
- package/dist/node_modules/cosmiconfig/dist/index.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/index.js +148 -0
- package/dist/node_modules/cosmiconfig/dist/index.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.d.ts +8 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.js +148 -0
- package/dist/node_modules/cosmiconfig/dist/loaders.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/merge.d.ts +9 -0
- package/dist/node_modules/cosmiconfig/dist/merge.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/merge.js +40 -0
- package/dist/node_modules/cosmiconfig/dist/merge.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.d.ts +7 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.js +56 -0
- package/dist/node_modules/cosmiconfig/dist/readFile.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/types.d.ts +98 -0
- package/dist/node_modules/cosmiconfig/dist/types.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/types.js +3 -0
- package/dist/node_modules/cosmiconfig/dist/types.js.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/util.d.ts +2 -0
- package/dist/node_modules/cosmiconfig/dist/util.d.ts.map +1 -0
- package/dist/node_modules/cosmiconfig/dist/util.js +99 -0
- package/dist/node_modules/cosmiconfig/dist/util.js.map +1 -0
- package/dist/node_modules/cosmiconfig/package.json +102 -0
- package/dist/node_modules/css-blank-pseudo/CHANGELOG.md +9 -0
- package/dist/node_modules/css-blank-pseudo/LICENSE.md +18 -0
- package/dist/node_modules/css-blank-pseudo/README.md +205 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser-global.js +2 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser-global.js.map +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.cjs +2 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.cjs.map +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.mjs +2 -0
- package/dist/node_modules/css-blank-pseudo/dist/browser.mjs.map +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/index.cjs +1 -0
- package/dist/node_modules/css-blank-pseudo/dist/index.d.ts +16 -0
- package/dist/node_modules/css-blank-pseudo/dist/index.mjs +1 -0
- package/dist/node_modules/css-blank-pseudo/package.json +93 -0
- package/dist/node_modules/css-has-pseudo/CHANGELOG.md +9 -0
- package/dist/node_modules/css-has-pseudo/LICENSE.md +18 -0
- package/dist/node_modules/css-has-pseudo/README.md +331 -0
- package/dist/node_modules/css-has-pseudo/dist/browser-global.js +2 -0
- package/dist/node_modules/css-has-pseudo/dist/browser-global.js.map +1 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.cjs +2 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.cjs.map +1 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.mjs +2 -0
- package/dist/node_modules/css-has-pseudo/dist/browser.mjs.map +1 -0
- package/dist/node_modules/css-has-pseudo/dist/index.cjs +1 -0
- package/dist/node_modules/css-has-pseudo/dist/index.d.ts +14 -0
- package/dist/node_modules/css-has-pseudo/dist/index.mjs +1 -0
- package/dist/node_modules/css-has-pseudo/package.json +91 -0
- package/dist/node_modules/css-prefers-color-scheme/CHANGELOG.md +9 -0
- package/dist/node_modules/css-prefers-color-scheme/LICENSE.md +18 -0
- package/dist/node_modules/css-prefers-color-scheme/README.md +341 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser-global.js +2 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser-global.js.map +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.cjs +2 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.cjs.map +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.mjs +2 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/browser.mjs.map +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/index.cjs +1 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/index.d.ts +12 -0
- package/dist/node_modules/css-prefers-color-scheme/dist/index.mjs +1 -0
- package/dist/node_modules/css-prefers-color-scheme/package.json +89 -0
- package/dist/node_modules/cssdb/LICENSE.md +18 -0
- package/dist/node_modules/cssdb/README.md +35 -0
- package/dist/node_modules/cssdb/cssdb.json +2296 -0
- package/dist/node_modules/cssdb/cssdb.mjs +2296 -0
- package/dist/node_modules/cssdb/package.json +101 -0
- package/dist/node_modules/cssesc/LICENSE-MIT.txt +20 -0
- package/dist/node_modules/cssesc/README.md +201 -0
- package/dist/node_modules/cssesc/bin/cssesc +116 -0
- package/dist/node_modules/cssesc/cssesc.js +110 -0
- package/dist/node_modules/cssesc/man/cssesc.1 +70 -0
- package/dist/node_modules/cssesc/package.json +51 -0
- package/dist/node_modules/electron-to-chromium/LICENSE +5 -0
- package/dist/node_modules/electron-to-chromium/README.md +186 -0
- package/dist/node_modules/electron-to-chromium/chromium-versions.js +76 -0
- package/dist/node_modules/electron-to-chromium/chromium-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/full-chromium-versions.js +2342 -0
- package/dist/node_modules/electron-to-chromium/full-chromium-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/full-versions.js +1518 -0
- package/dist/node_modules/electron-to-chromium/full-versions.json +1 -0
- package/dist/node_modules/electron-to-chromium/index.js +36 -0
- package/dist/node_modules/electron-to-chromium/package.json +44 -0
- package/dist/node_modules/electron-to-chromium/versions.js +186 -0
- package/dist/node_modules/electron-to-chromium/versions.json +1 -0
- package/dist/node_modules/env-paths/index.d.ts +101 -0
- package/dist/node_modules/env-paths/index.js +74 -0
- package/dist/node_modules/env-paths/license +9 -0
- package/dist/node_modules/env-paths/package.json +45 -0
- package/dist/node_modules/env-paths/readme.md +115 -0
- package/dist/node_modules/error-ex/LICENSE +21 -0
- package/dist/node_modules/error-ex/README.md +144 -0
- package/dist/node_modules/error-ex/index.js +141 -0
- package/dist/node_modules/error-ex/package.json +46 -0
- package/dist/node_modules/escalade/dist/index.js +22 -0
- package/dist/node_modules/escalade/dist/index.mjs +22 -0
- package/dist/node_modules/escalade/index.d.mts +11 -0
- package/dist/node_modules/escalade/index.d.ts +15 -0
- package/dist/node_modules/escalade/license +9 -0
- package/dist/node_modules/escalade/package.json +74 -0
- package/dist/node_modules/escalade/readme.md +211 -0
- package/dist/node_modules/escalade/sync/index.d.mts +9 -0
- package/dist/node_modules/escalade/sync/index.d.ts +13 -0
- package/dist/node_modules/escalade/sync/index.js +18 -0
- package/dist/node_modules/escalade/sync/index.mjs +18 -0
- package/dist/node_modules/fraction.js/LICENSE +21 -0
- package/dist/node_modules/fraction.js/README.md +466 -0
- package/dist/node_modules/fraction.js/bigfraction.js +899 -0
- package/dist/node_modules/fraction.js/fraction.cjs +904 -0
- package/dist/node_modules/fraction.js/fraction.d.ts +60 -0
- package/dist/node_modules/fraction.js/fraction.js +891 -0
- package/dist/node_modules/fraction.js/fraction.min.js +18 -0
- package/dist/node_modules/fraction.js/package.json +55 -0
- package/dist/node_modules/import-fresh/index.d.ts +30 -0
- package/dist/node_modules/import-fresh/index.js +34 -0
- package/dist/node_modules/import-fresh/license +9 -0
- package/dist/node_modules/import-fresh/package.json +48 -0
- package/dist/node_modules/import-fresh/readme.md +54 -0
- package/dist/node_modules/is-arrayish/.editorconfig +18 -0
- package/dist/node_modules/is-arrayish/.istanbul.yml +4 -0
- package/dist/node_modules/is-arrayish/.travis.yml +17 -0
- package/dist/node_modules/is-arrayish/LICENSE +21 -0
- package/dist/node_modules/is-arrayish/README.md +16 -0
- package/dist/node_modules/is-arrayish/index.js +10 -0
- package/dist/node_modules/is-arrayish/package.json +34 -0
- package/dist/node_modules/jiti/LICENSE +21 -0
- package/dist/node_modules/jiti/README.md +164 -0
- package/dist/node_modules/jiti/bin/jiti.js +16 -0
- package/dist/node_modules/jiti/dist/babel.d.ts +2 -0
- package/dist/node_modules/jiti/dist/babel.js +227 -0
- package/dist/node_modules/jiti/dist/jiti.d.ts +20 -0
- package/dist/node_modules/jiti/dist/jiti.js +1 -0
- package/dist/node_modules/jiti/dist/plugins/babel-plugin-transform-import-meta.d.ts +4 -0
- package/dist/node_modules/jiti/dist/plugins/import-meta-env.d.ts +5 -0
- package/dist/node_modules/jiti/dist/types.d.ts +35 -0
- package/dist/node_modules/jiti/dist/utils.d.ts +8 -0
- package/dist/node_modules/jiti/lib/index.js +15 -0
- package/dist/node_modules/jiti/package.json +81 -0
- package/dist/node_modules/jiti/register.js +3 -0
- package/dist/node_modules/js-tokens/CHANGELOG.md +151 -0
- package/dist/node_modules/js-tokens/LICENSE +21 -0
- package/dist/node_modules/js-tokens/README.md +240 -0
- package/dist/node_modules/js-tokens/index.js +23 -0
- package/dist/node_modules/js-tokens/package.json +30 -0
- package/dist/node_modules/js-yaml/CHANGELOG.md +616 -0
- package/dist/node_modules/js-yaml/LICENSE +21 -0
- package/dist/node_modules/js-yaml/README.md +246 -0
- package/dist/node_modules/js-yaml/bin/js-yaml.js +126 -0
- package/dist/node_modules/js-yaml/dist/js-yaml.js +3874 -0
- package/dist/node_modules/js-yaml/dist/js-yaml.min.js +2 -0
- package/dist/node_modules/js-yaml/dist/js-yaml.mjs +3851 -0
- package/dist/node_modules/js-yaml/index.js +47 -0
- package/dist/node_modules/js-yaml/lib/common.js +59 -0
- package/dist/node_modules/js-yaml/lib/dumper.js +965 -0
- package/dist/node_modules/js-yaml/lib/exception.js +55 -0
- package/dist/node_modules/js-yaml/lib/loader.js +1727 -0
- package/dist/node_modules/js-yaml/lib/schema/core.js +11 -0
- package/dist/node_modules/js-yaml/lib/schema/default.js +22 -0
- package/dist/node_modules/js-yaml/lib/schema/failsafe.js +17 -0
- package/dist/node_modules/js-yaml/lib/schema/json.js +19 -0
- package/dist/node_modules/js-yaml/lib/schema.js +121 -0
- package/dist/node_modules/js-yaml/lib/snippet.js +101 -0
- package/dist/node_modules/js-yaml/lib/type/binary.js +125 -0
- package/dist/node_modules/js-yaml/lib/type/bool.js +35 -0
- package/dist/node_modules/js-yaml/lib/type/float.js +97 -0
- package/dist/node_modules/js-yaml/lib/type/int.js +156 -0
- package/dist/node_modules/js-yaml/lib/type/map.js +8 -0
- package/dist/node_modules/js-yaml/lib/type/merge.js +12 -0
- package/dist/node_modules/js-yaml/lib/type/null.js +35 -0
- package/dist/node_modules/js-yaml/lib/type/omap.js +44 -0
- package/dist/node_modules/js-yaml/lib/type/pairs.js +53 -0
- package/dist/node_modules/js-yaml/lib/type/seq.js +8 -0
- package/dist/node_modules/js-yaml/lib/type/set.js +29 -0
- package/dist/node_modules/js-yaml/lib/type/str.js +8 -0
- package/dist/node_modules/js-yaml/lib/type/timestamp.js +88 -0
- package/dist/node_modules/js-yaml/lib/type.js +66 -0
- package/dist/node_modules/js-yaml/package.json +66 -0
- package/dist/node_modules/json-parse-even-better-errors/CHANGELOG.md +50 -0
- package/dist/node_modules/json-parse-even-better-errors/LICENSE.md +25 -0
- package/dist/node_modules/json-parse-even-better-errors/README.md +96 -0
- package/dist/node_modules/json-parse-even-better-errors/index.js +121 -0
- package/dist/node_modules/json-parse-even-better-errors/package.json +33 -0
- package/dist/node_modules/lines-and-columns/LICENSE +21 -0
- package/dist/node_modules/lines-and-columns/README.md +33 -0
- package/dist/node_modules/lines-and-columns/build/index.d.ts +13 -0
- package/dist/node_modules/lines-and-columns/build/index.js +62 -0
- package/dist/node_modules/lines-and-columns/package.json +49 -0
- package/dist/node_modules/nanoid/LICENSE +20 -0
- package/dist/node_modules/nanoid/README.md +39 -0
- package/dist/node_modules/nanoid/async/index.browser.cjs +69 -0
- package/dist/node_modules/nanoid/async/index.browser.js +34 -0
- package/dist/node_modules/nanoid/async/index.cjs +71 -0
- package/dist/node_modules/nanoid/async/index.d.ts +56 -0
- package/dist/node_modules/nanoid/async/index.js +35 -0
- package/dist/node_modules/nanoid/async/index.native.js +26 -0
- package/dist/node_modules/nanoid/async/package.json +12 -0
- package/dist/node_modules/nanoid/bin/nanoid.cjs +55 -0
- package/dist/node_modules/nanoid/index.browser.cjs +72 -0
- package/dist/node_modules/nanoid/index.browser.js +34 -0
- package/dist/node_modules/nanoid/index.cjs +85 -0
- package/dist/node_modules/nanoid/index.d.cts +91 -0
- package/dist/node_modules/nanoid/index.d.ts +91 -0
- package/dist/node_modules/nanoid/index.js +45 -0
- package/dist/node_modules/nanoid/nanoid.js +1 -0
- package/dist/node_modules/nanoid/non-secure/index.cjs +34 -0
- package/dist/node_modules/nanoid/non-secure/index.d.ts +33 -0
- package/dist/node_modules/nanoid/non-secure/index.js +21 -0
- package/dist/node_modules/nanoid/non-secure/package.json +6 -0
- package/dist/node_modules/nanoid/package.json +89 -0
- package/dist/node_modules/nanoid/url-alphabet/index.cjs +7 -0
- package/dist/node_modules/nanoid/url-alphabet/index.js +3 -0
- package/dist/node_modules/nanoid/url-alphabet/package.json +6 -0
- package/dist/node_modules/node-releases/LICENSE +21 -0
- package/dist/node_modules/node-releases/README.md +12 -0
- package/dist/node_modules/node-releases/data/processed/envs.json +1 -0
- package/dist/node_modules/node-releases/data/release-schedule/release-schedule.json +1 -0
- package/dist/node_modules/node-releases/package.json +22 -0
- package/dist/node_modules/normalize-range/index.js +54 -0
- package/dist/node_modules/normalize-range/license +21 -0
- package/dist/node_modules/normalize-range/package.json +46 -0
- package/dist/node_modules/normalize-range/readme.md +148 -0
- package/dist/node_modules/parent-module/index.js +37 -0
- package/dist/node_modules/parent-module/license +9 -0
- package/dist/node_modules/parent-module/package.json +46 -0
- package/dist/node_modules/parent-module/readme.md +67 -0
- package/dist/node_modules/parse-json/index.js +54 -0
- package/dist/node_modules/parse-json/license +9 -0
- package/dist/node_modules/parse-json/package.json +45 -0
- package/dist/node_modules/parse-json/readme.md +119 -0
- package/dist/node_modules/picocolors/LICENSE +15 -0
- package/dist/node_modules/picocolors/README.md +21 -0
- package/dist/node_modules/picocolors/package.json +25 -0
- package/dist/node_modules/picocolors/picocolors.browser.js +4 -0
- package/dist/node_modules/picocolors/picocolors.d.ts +5 -0
- package/dist/node_modules/picocolors/picocolors.js +75 -0
- package/dist/node_modules/picocolors/types.d.ts +51 -0
- package/dist/node_modules/postcss/LICENSE +20 -0
- package/dist/node_modules/postcss/README.md +28 -0
- package/dist/node_modules/postcss/lib/at-rule.d.ts +140 -0
- package/dist/node_modules/postcss/lib/at-rule.js +25 -0
- package/dist/node_modules/postcss/lib/comment.d.ts +68 -0
- package/dist/node_modules/postcss/lib/comment.js +13 -0
- package/dist/node_modules/postcss/lib/container.d.ts +480 -0
- package/dist/node_modules/postcss/lib/container.js +447 -0
- package/dist/node_modules/postcss/lib/css-syntax-error.d.ts +248 -0
- package/dist/node_modules/postcss/lib/css-syntax-error.js +133 -0
- package/dist/node_modules/postcss/lib/declaration.d.ts +151 -0
- package/dist/node_modules/postcss/lib/declaration.js +24 -0
- package/dist/node_modules/postcss/lib/document.d.ts +69 -0
- package/dist/node_modules/postcss/lib/document.js +33 -0
- package/dist/node_modules/postcss/lib/fromJSON.d.ts +9 -0
- package/dist/node_modules/postcss/lib/fromJSON.js +54 -0
- package/dist/node_modules/postcss/lib/input.d.ts +206 -0
- package/dist/node_modules/postcss/lib/input.js +251 -0
- package/dist/node_modules/postcss/lib/lazy-result.d.ts +190 -0
- package/dist/node_modules/postcss/lib/lazy-result.js +550 -0
- package/dist/node_modules/postcss/lib/list.d.ts +60 -0
- package/dist/node_modules/postcss/lib/list.js +58 -0
- package/dist/node_modules/postcss/lib/map-generator.js +368 -0
- package/dist/node_modules/postcss/lib/no-work-result.d.ts +46 -0
- package/dist/node_modules/postcss/lib/no-work-result.js +138 -0
- package/dist/node_modules/postcss/lib/node.d.ts +541 -0
- package/dist/node_modules/postcss/lib/node.js +434 -0
- package/dist/node_modules/postcss/lib/parse.d.ts +9 -0
- package/dist/node_modules/postcss/lib/parse.js +42 -0
- package/dist/node_modules/postcss/lib/parser.js +611 -0
- package/dist/node_modules/postcss/lib/postcss.d.mts +69 -0
- package/dist/node_modules/postcss/lib/postcss.d.ts +458 -0
- package/dist/node_modules/postcss/lib/postcss.js +101 -0
- package/dist/node_modules/postcss/lib/postcss.mjs +30 -0
- package/dist/node_modules/postcss/lib/previous-map.d.ts +81 -0
- package/dist/node_modules/postcss/lib/previous-map.js +144 -0
- package/dist/node_modules/postcss/lib/processor.d.ts +115 -0
- package/dist/node_modules/postcss/lib/processor.js +67 -0
- package/dist/node_modules/postcss/lib/result.d.ts +205 -0
- package/dist/node_modules/postcss/lib/result.js +42 -0
- package/dist/node_modules/postcss/lib/root.d.ts +87 -0
- package/dist/node_modules/postcss/lib/root.js +61 -0
- package/dist/node_modules/postcss/lib/rule.d.ts +126 -0
- package/dist/node_modules/postcss/lib/rule.js +27 -0
- package/dist/node_modules/postcss/lib/stringifier.d.ts +46 -0
- package/dist/node_modules/postcss/lib/stringifier.js +353 -0
- package/dist/node_modules/postcss/lib/stringify.d.ts +9 -0
- package/dist/node_modules/postcss/lib/stringify.js +11 -0
- package/dist/node_modules/postcss/lib/symbols.js +5 -0
- package/dist/node_modules/postcss/lib/terminal-highlight.js +70 -0
- package/dist/node_modules/postcss/lib/tokenize.js +266 -0
- package/dist/node_modules/postcss/lib/warn-once.js +13 -0
- package/dist/node_modules/postcss/lib/warning.d.ts +147 -0
- package/dist/node_modules/postcss/lib/warning.js +37 -0
- package/dist/node_modules/postcss/package.json +88 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/LICENSE.md +20 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/README.md +73 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-attribute-case-insensitive/package.json +76 -0
- package/dist/node_modules/postcss-browser-comments/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-browser-comments/LICENSE.md +18 -0
- package/dist/node_modules/postcss-browser-comments/README.md +94 -0
- package/dist/node_modules/postcss-browser-comments/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-browser-comments/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-browser-comments/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-browser-comments/package.json +78 -0
- package/dist/node_modules/postcss-clamp/INSTALL.md +162 -0
- package/dist/node_modules/postcss-clamp/LICENSE +21 -0
- package/dist/node_modules/postcss-clamp/README.md +118 -0
- package/dist/node_modules/postcss-clamp/index.js +126 -0
- package/dist/node_modules/postcss-clamp/index.test.js +221 -0
- package/dist/node_modules/postcss-clamp/package.json +26 -0
- package/dist/node_modules/postcss-color-functional-notation/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-color-functional-notation/LICENSE.md +18 -0
- package/dist/node_modules/postcss-color-functional-notation/README.md +134 -0
- package/dist/node_modules/postcss-color-functional-notation/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-color-functional-notation/dist/index.d.ts +14 -0
- package/dist/node_modules/postcss-color-functional-notation/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-color-functional-notation/package.json +75 -0
- package/dist/node_modules/postcss-color-hex-alpha/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-color-hex-alpha/LICENSE.md +21 -0
- package/dist/node_modules/postcss-color-hex-alpha/README.md +72 -0
- package/dist/node_modules/postcss-color-hex-alpha/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-color-hex-alpha/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-color-hex-alpha/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-color-hex-alpha/package.json +88 -0
- package/dist/node_modules/postcss-color-rebeccapurple/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-color-rebeccapurple/LICENSE.md +18 -0
- package/dist/node_modules/postcss-color-rebeccapurple/README.md +76 -0
- package/dist/node_modules/postcss-color-rebeccapurple/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-color-rebeccapurple/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-color-rebeccapurple/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-color-rebeccapurple/package.json +87 -0
- package/dist/node_modules/postcss-custom-media/CHANGELOG.md +12 -0
- package/dist/node_modules/postcss-custom-media/LICENSE.md +21 -0
- package/dist/node_modules/postcss-custom-media/README.md +183 -0
- package/dist/node_modules/postcss-custom-media/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-custom-media/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-custom-media/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-custom-media/package.json +88 -0
- package/dist/node_modules/postcss-custom-properties/CHANGELOG.md +11 -0
- package/dist/node_modules/postcss-custom-properties/LICENSE.md +21 -0
- package/dist/node_modules/postcss-custom-properties/README.md +173 -0
- package/dist/node_modules/postcss-custom-properties/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-custom-properties/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-custom-properties/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-custom-properties/package.json +75 -0
- package/dist/node_modules/postcss-custom-selectors/CHANGELOG.md +11 -0
- package/dist/node_modules/postcss-custom-selectors/LICENSE.md +21 -0
- package/dist/node_modules/postcss-custom-selectors/README.md +107 -0
- package/dist/node_modules/postcss-custom-selectors/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-custom-selectors/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-custom-selectors/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-custom-selectors/package.json +92 -0
- package/dist/node_modules/postcss-dir-pseudo-class/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-dir-pseudo-class/LICENSE.md +18 -0
- package/dist/node_modules/postcss-dir-pseudo-class/README.md +193 -0
- package/dist/node_modules/postcss-dir-pseudo-class/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-dir-pseudo-class/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-dir-pseudo-class/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-dir-pseudo-class/package.json +84 -0
- package/dist/node_modules/postcss-double-position-gradients/CHANGELOG.md +11 -0
- package/dist/node_modules/postcss-double-position-gradients/LICENSE.md +18 -0
- package/dist/node_modules/postcss-double-position-gradients/README.md +129 -0
- package/dist/node_modules/postcss-double-position-gradients/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-double-position-gradients/dist/index.d.ts +14 -0
- package/dist/node_modules/postcss-double-position-gradients/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-double-position-gradients/package.json +71 -0
- package/dist/node_modules/postcss-flexbugs-fixes/CHANGELOG.md +48 -0
- package/dist/node_modules/postcss-flexbugs-fixes/LICENSE +20 -0
- package/dist/node_modules/postcss-flexbugs-fixes/README.md +76 -0
- package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug4.js +44 -0
- package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug6.js +16 -0
- package/dist/node_modules/postcss-flexbugs-fixes/bugs/bug81a.js +27 -0
- package/dist/node_modules/postcss-flexbugs-fixes/index.js +45 -0
- package/dist/node_modules/postcss-flexbugs-fixes/package.json +36 -0
- package/dist/node_modules/postcss-focus-visible/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-focus-visible/LICENSE.md +18 -0
- package/dist/node_modules/postcss-focus-visible/README.md +137 -0
- package/dist/node_modules/postcss-focus-visible/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-focus-visible/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-focus-visible/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-focus-visible/package.json +90 -0
- package/dist/node_modules/postcss-focus-within/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-focus-within/LICENSE.md +18 -0
- package/dist/node_modules/postcss-focus-within/README.md +196 -0
- package/dist/node_modules/postcss-focus-within/dist/browser-global.js +2 -0
- package/dist/node_modules/postcss-focus-within/dist/browser-global.js.map +1 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.cjs +2 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.cjs.map +1 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.mjs +2 -0
- package/dist/node_modules/postcss-focus-within/dist/browser.mjs.map +1 -0
- package/dist/node_modules/postcss-focus-within/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-focus-within/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-focus-within/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-focus-within/package.json +90 -0
- package/dist/node_modules/postcss-font-variant/CHANGELOG.md +48 -0
- package/dist/node_modules/postcss-font-variant/LICENSE +20 -0
- package/dist/node_modules/postcss-font-variant/README.md +74 -0
- package/dist/node_modules/postcss-font-variant/index.js +126 -0
- package/dist/node_modules/postcss-font-variant/package.json +36 -0
- package/dist/node_modules/postcss-gap-properties/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-gap-properties/LICENSE.md +18 -0
- package/dist/node_modules/postcss-gap-properties/README.md +102 -0
- package/dist/node_modules/postcss-gap-properties/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-gap-properties/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-gap-properties/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-gap-properties/package.json +77 -0
- package/dist/node_modules/postcss-image-set-function/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-image-set-function/LICENSE.md +18 -0
- package/dist/node_modules/postcss-image-set-function/README.md +164 -0
- package/dist/node_modules/postcss-image-set-function/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-image-set-function/dist/index.d.ts +19 -0
- package/dist/node_modules/postcss-image-set-function/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-image-set-function/package.json +67 -0
- package/dist/node_modules/postcss-lab-function/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-lab-function/LICENSE.md +18 -0
- package/dist/node_modules/postcss-lab-function/README.md +156 -0
- package/dist/node_modules/postcss-lab-function/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-lab-function/dist/index.d.ts +19 -0
- package/dist/node_modules/postcss-lab-function/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-lab-function/package.json +74 -0
- package/dist/node_modules/postcss-loader/LICENSE +20 -0
- package/dist/node_modules/postcss-loader/README.md +1175 -0
- package/dist/node_modules/postcss-loader/dist/cjs.js +3 -0
- package/dist/node_modules/postcss-loader/dist/config.d.ts +16 -0
- package/dist/node_modules/postcss-loader/dist/index.js +172 -0
- package/dist/node_modules/postcss-loader/dist/options.json +58 -0
- package/dist/node_modules/postcss-loader/dist/utils.js +465 -0
- package/dist/node_modules/postcss-loader/package.json +109 -0
- package/dist/node_modules/postcss-logical/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-logical/LICENSE.md +18 -0
- package/dist/node_modules/postcss-logical/README.md +204 -0
- package/dist/node_modules/postcss-logical/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-logical/dist/index.d.ts +23 -0
- package/dist/node_modules/postcss-logical/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-logical/package.json +94 -0
- package/dist/node_modules/postcss-nesting/CHANGELOG.md +12 -0
- package/dist/node_modules/postcss-nesting/LICENSE.md +18 -0
- package/dist/node_modules/postcss-nesting/README.md +255 -0
- package/dist/node_modules/postcss-nesting/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-nesting/dist/index.d.ts +26 -0
- package/dist/node_modules/postcss-nesting/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-nesting/package.json +90 -0
- package/dist/node_modules/postcss-normalize/LICENSE.md +108 -0
- package/dist/node_modules/postcss-normalize/README.md +210 -0
- package/dist/node_modules/postcss-normalize/index.cjs +252 -0
- package/dist/node_modules/postcss-normalize/index.mjs +251 -0
- package/dist/node_modules/postcss-normalize/package.json +67 -0
- package/dist/node_modules/postcss-opacity-percentage/LICENSE.md +9 -0
- package/dist/node_modules/postcss-opacity-percentage/README.md +85 -0
- package/dist/node_modules/postcss-opacity-percentage/index.js +27 -0
- package/dist/node_modules/postcss-opacity-percentage/package.json +61 -0
- package/dist/node_modules/postcss-overflow-shorthand/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-overflow-shorthand/LICENSE.md +18 -0
- package/dist/node_modules/postcss-overflow-shorthand/README.md +74 -0
- package/dist/node_modules/postcss-overflow-shorthand/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-overflow-shorthand/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-overflow-shorthand/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-overflow-shorthand/package.json +77 -0
- package/dist/node_modules/postcss-page-break/CHANGELOG.md +17 -0
- package/dist/node_modules/postcss-page-break/LICENSE +20 -0
- package/dist/node_modules/postcss-page-break/README.md +83 -0
- package/dist/node_modules/postcss-page-break/index.js +35 -0
- package/dist/node_modules/postcss-page-break/package.json +44 -0
- package/dist/node_modules/postcss-place/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-place/LICENSE.md +18 -0
- package/dist/node_modules/postcss-place/README.md +81 -0
- package/dist/node_modules/postcss-place/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-place/dist/index.d.ts +12 -0
- package/dist/node_modules/postcss-place/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-place/package.json +80 -0
- package/dist/node_modules/postcss-preset-env/CHANGELOG.md +12 -0
- package/dist/node_modules/postcss-preset-env/LICENSE.md +18 -0
- package/dist/node_modules/postcss-preset-env/README.md +496 -0
- package/dist/node_modules/postcss-preset-env/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-preset-env/dist/index.d.ts +310 -0
- package/dist/node_modules/postcss-preset-env/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-preset-env/package.json +144 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/LICENSE.md +18 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/README.md +106 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.d.ts +16 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-pseudo-class-any-link/package.json +80 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/CHANGELOG.md +10 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/LICENSE +20 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/README.md +56 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/index.js +19 -0
- package/dist/node_modules/postcss-replace-overflow-wrap/package.json +56 -0
- package/dist/node_modules/postcss-scss/LICENSE +20 -0
- package/dist/node_modules/postcss-scss/README.md +23 -0
- package/dist/node_modules/postcss-scss/lib/nested-declaration.js +12 -0
- package/dist/node_modules/postcss-scss/lib/scss-parse.js +12 -0
- package/dist/node_modules/postcss-scss/lib/scss-parser.js +213 -0
- package/dist/node_modules/postcss-scss/lib/scss-stringifier.js +51 -0
- package/dist/node_modules/postcss-scss/lib/scss-stringify.js +6 -0
- package/dist/node_modules/postcss-scss/lib/scss-syntax.d.ts +4 -0
- package/dist/node_modules/postcss-scss/lib/scss-syntax.js +4 -0
- package/dist/node_modules/postcss-scss/lib/scss-syntax.mjs +6 -0
- package/dist/node_modules/postcss-scss/lib/scss-tokenize.js +335 -0
- package/dist/node_modules/postcss-scss/package.json +52 -0
- package/dist/node_modules/postcss-selector-not/CHANGELOG.md +9 -0
- package/dist/node_modules/postcss-selector-not/LICENSE.md +20 -0
- package/dist/node_modules/postcss-selector-not/README.md +51 -0
- package/dist/node_modules/postcss-selector-not/dist/index.cjs +1 -0
- package/dist/node_modules/postcss-selector-not/dist/index.d.ts +9 -0
- package/dist/node_modules/postcss-selector-not/dist/index.mjs +1 -0
- package/dist/node_modules/postcss-selector-not/package.json +73 -0
- package/dist/node_modules/postcss-selector-parser/API.md +874 -0
- package/dist/node_modules/postcss-selector-parser/CHANGELOG.md +557 -0
- package/dist/node_modules/postcss-selector-parser/LICENSE-MIT +22 -0
- package/dist/node_modules/postcss-selector-parser/README.md +49 -0
- package/dist/node_modules/postcss-selector-parser/dist/index.js +17 -0
- package/dist/node_modules/postcss-selector-parser/dist/parser.js +1015 -0
- package/dist/node_modules/postcss-selector-parser/dist/processor.js +170 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/attribute.js +448 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/className.js +50 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/combinator.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/comment.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/constructors.js +65 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/container.js +321 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/guards.js +58 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/id.js +25 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/index.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/namespace.js +80 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/nesting.js +22 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/node.js +192 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/pseudo.js +26 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/root.js +44 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/selector.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/string.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/tag.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/types.js +28 -0
- package/dist/node_modules/postcss-selector-parser/dist/selectors/universal.js +22 -0
- package/dist/node_modules/postcss-selector-parser/dist/sortAscending.js +11 -0
- package/dist/node_modules/postcss-selector-parser/dist/tokenTypes.js +70 -0
- package/dist/node_modules/postcss-selector-parser/dist/tokenize.js +239 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/ensureObject.js +17 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/getProp.js +18 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/index.js +13 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/stripComments.js +21 -0
- package/dist/node_modules/postcss-selector-parser/dist/util/unesc.js +76 -0
- package/dist/node_modules/postcss-selector-parser/package.json +80 -0
- package/dist/node_modules/postcss-selector-parser/postcss-selector-parser.d.ts +555 -0
- package/dist/node_modules/postcss-value-parser/LICENSE +22 -0
- package/dist/node_modules/postcss-value-parser/README.md +263 -0
- package/dist/node_modules/postcss-value-parser/lib/index.d.ts +177 -0
- package/dist/node_modules/postcss-value-parser/lib/index.js +28 -0
- package/dist/node_modules/postcss-value-parser/lib/parse.js +321 -0
- package/dist/node_modules/postcss-value-parser/lib/stringify.js +48 -0
- package/dist/node_modules/postcss-value-parser/lib/unit.js +120 -0
- package/dist/node_modules/postcss-value-parser/lib/walk.js +22 -0
- package/dist/node_modules/postcss-value-parser/package.json +58 -0
- package/dist/node_modules/resolve-from/index.js +47 -0
- package/dist/node_modules/resolve-from/license +9 -0
- package/dist/node_modules/resolve-from/package.json +34 -0
- package/dist/node_modules/resolve-from/readme.md +72 -0
- package/dist/node_modules/sanitize.css/LICENSE.md +108 -0
- package/dist/node_modules/sanitize.css/README.md +470 -0
- package/dist/node_modules/sanitize.css/assets.css +8 -0
- package/dist/node_modules/sanitize.css/forms.css +41 -0
- package/dist/node_modules/sanitize.css/package.json +56 -0
- package/dist/node_modules/sanitize.css/reduce-motion.css +20 -0
- package/dist/node_modules/sanitize.css/sanitize.css +363 -0
- package/dist/node_modules/sanitize.css/system-ui.css +27 -0
- package/dist/node_modules/sanitize.css/typography.css +43 -0
- package/dist/node_modules/sanitize.css/ui-monospace.css +27 -0
- package/dist/node_modules/semver/LICENSE +15 -0
- package/dist/node_modules/semver/README.md +664 -0
- package/dist/node_modules/semver/bin/semver.js +189 -0
- package/dist/node_modules/semver/classes/comparator.js +141 -0
- package/dist/node_modules/semver/classes/index.js +5 -0
- package/dist/node_modules/semver/classes/range.js +554 -0
- package/dist/node_modules/semver/classes/semver.js +318 -0
- package/dist/node_modules/semver/functions/clean.js +6 -0
- package/dist/node_modules/semver/functions/cmp.js +52 -0
- package/dist/node_modules/semver/functions/coerce.js +60 -0
- package/dist/node_modules/semver/functions/compare-build.js +7 -0
- package/dist/node_modules/semver/functions/compare-loose.js +3 -0
- package/dist/node_modules/semver/functions/compare.js +5 -0
- package/dist/node_modules/semver/functions/diff.js +58 -0
- package/dist/node_modules/semver/functions/eq.js +3 -0
- package/dist/node_modules/semver/functions/gt.js +3 -0
- package/dist/node_modules/semver/functions/gte.js +3 -0
- package/dist/node_modules/semver/functions/inc.js +19 -0
- package/dist/node_modules/semver/functions/lt.js +3 -0
- package/dist/node_modules/semver/functions/lte.js +3 -0
- package/dist/node_modules/semver/functions/major.js +3 -0
- package/dist/node_modules/semver/functions/minor.js +3 -0
- package/dist/node_modules/semver/functions/neq.js +3 -0
- package/dist/node_modules/semver/functions/parse.js +16 -0
- package/dist/node_modules/semver/functions/patch.js +3 -0
- package/dist/node_modules/semver/functions/prerelease.js +6 -0
- package/dist/node_modules/semver/functions/rcompare.js +3 -0
- package/dist/node_modules/semver/functions/rsort.js +3 -0
- package/dist/node_modules/semver/functions/satisfies.js +10 -0
- package/dist/node_modules/semver/functions/sort.js +3 -0
- package/dist/node_modules/semver/functions/valid.js +6 -0
- package/dist/node_modules/semver/index.js +89 -0
- package/dist/node_modules/semver/internal/constants.js +35 -0
- package/dist/node_modules/semver/internal/debug.js +9 -0
- package/dist/node_modules/semver/internal/identifiers.js +23 -0
- package/dist/node_modules/semver/internal/lrucache.js +40 -0
- package/dist/node_modules/semver/internal/parse-options.js +15 -0
- package/dist/node_modules/semver/internal/re.js +219 -0
- package/dist/node_modules/semver/package.json +78 -0
- package/dist/node_modules/semver/preload.js +2 -0
- package/dist/node_modules/semver/range.bnf +16 -0
- package/dist/node_modules/semver/ranges/gtr.js +4 -0
- package/dist/node_modules/semver/ranges/intersects.js +7 -0
- package/dist/node_modules/semver/ranges/ltr.js +4 -0
- package/dist/node_modules/semver/ranges/max-satisfying.js +25 -0
- package/dist/node_modules/semver/ranges/min-satisfying.js +24 -0
- package/dist/node_modules/semver/ranges/min-version.js +61 -0
- package/dist/node_modules/semver/ranges/outside.js +80 -0
- package/dist/node_modules/semver/ranges/simplify.js +47 -0
- package/dist/node_modules/semver/ranges/subset.js +247 -0
- package/dist/node_modules/semver/ranges/to-comparators.js +8 -0
- package/dist/node_modules/semver/ranges/valid.js +11 -0
- package/dist/node_modules/source-map-js/LICENSE +28 -0
- package/dist/node_modules/source-map-js/README.md +765 -0
- package/dist/node_modules/source-map-js/lib/array-set.js +121 -0
- package/dist/node_modules/source-map-js/lib/base64-vlq.js +140 -0
- package/dist/node_modules/source-map-js/lib/base64.js +67 -0
- package/dist/node_modules/source-map-js/lib/binary-search.js +111 -0
- package/dist/node_modules/source-map-js/lib/mapping-list.js +79 -0
- package/dist/node_modules/source-map-js/lib/quick-sort.js +132 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.d.ts +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-consumer.js +1188 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.d.ts +1 -0
- package/dist/node_modules/source-map-js/lib/source-map-generator.js +444 -0
- package/dist/node_modules/source-map-js/lib/source-node.d.ts +1 -0
- package/dist/node_modules/source-map-js/lib/source-node.js +413 -0
- package/dist/node_modules/source-map-js/lib/util.js +594 -0
- package/dist/node_modules/source-map-js/package.json +71 -0
- package/dist/node_modules/source-map-js/source-map.d.ts +104 -0
- package/dist/node_modules/source-map-js/source-map.js +8 -0
- package/dist/node_modules/tailwindcss/LICENSE +21 -0
- package/dist/node_modules/tailwindcss/README.md +40 -0
- package/dist/node_modules/tailwindcss/dist/chunk-3NGYYP5F.mjs +36 -0
- package/dist/node_modules/tailwindcss/dist/chunk-HTB5LLOP.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/chunk-P5FH2LZE.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/colors-b_6i0Oi7.d.ts +295 -0
- package/dist/node_modules/tailwindcss/dist/colors.d.mts +295 -0
- package/dist/node_modules/tailwindcss/dist/colors.d.ts +5 -0
- package/dist/node_modules/tailwindcss/dist/colors.js +1 -0
- package/dist/node_modules/tailwindcss/dist/colors.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.d.mts +1147 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.d.ts +1147 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.js +1 -0
- package/dist/node_modules/tailwindcss/dist/default-theme.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.d.mts +6 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.d.ts +6 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.js +3 -0
- package/dist/node_modules/tailwindcss/dist/flatten-color-palette.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/lib.d.mts +273 -0
- package/dist/node_modules/tailwindcss/dist/lib.d.ts +3 -0
- package/dist/node_modules/tailwindcss/dist/lib.js +36 -0
- package/dist/node_modules/tailwindcss/dist/lib.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/plugin.d.mts +11 -0
- package/dist/node_modules/tailwindcss/dist/plugin.d.ts +104 -0
- package/dist/node_modules/tailwindcss/dist/plugin.js +1 -0
- package/dist/node_modules/tailwindcss/dist/plugin.mjs +1 -0
- package/dist/node_modules/tailwindcss/dist/resolve-config-BIFUA2FY.d.ts +29 -0
- package/dist/node_modules/tailwindcss/dist/resolve-config-QUZ9b-Gn.d.mts +190 -0
- package/dist/node_modules/tailwindcss/dist/types-B254mqw1.d.mts +98 -0
- package/dist/node_modules/tailwindcss/index.css +888 -0
- package/dist/node_modules/tailwindcss/package.json +86 -0
- package/dist/node_modules/tailwindcss/preflight.css +385 -0
- package/dist/node_modules/tailwindcss/theme.css +462 -0
- package/dist/node_modules/tailwindcss/utilities.css +1 -0
- package/dist/node_modules/update-browserslist-db/LICENSE +20 -0
- package/dist/node_modules/update-browserslist-db/README.md +22 -0
- package/dist/node_modules/update-browserslist-db/check-npm-version.js +17 -0
- package/dist/node_modules/update-browserslist-db/cli.js +42 -0
- package/dist/node_modules/update-browserslist-db/index.d.ts +6 -0
- package/dist/node_modules/update-browserslist-db/index.js +341 -0
- package/dist/node_modules/update-browserslist-db/package.json +40 -0
- package/dist/node_modules/update-browserslist-db/utils.js +25 -0
- package/dist/node_modules/util-deprecate/History.md +16 -0
- package/dist/node_modules/util-deprecate/LICENSE +24 -0
- package/dist/node_modules/util-deprecate/README.md +53 -0
- package/dist/node_modules/util-deprecate/browser.js +67 -0
- package/dist/node_modules/util-deprecate/node.js +6 -0
- package/dist/node_modules/util-deprecate/package.json +27 -0
- package/dist/package-lock.json +2542 -0
- package/dist/package.json +10 -0
- package/dist/run-chrome-profile/ChromeFeatureState +1 -0
- package/dist/run-chrome-profile/Default/Affiliation Database +0 -0
- package/dist/run-chrome-profile/Default/Affiliation Database-journal +0 -0
- package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOCK +0 -0
- package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOG +0 -0
- package/dist/run-chrome-profile/Default/AutofillStrikeDatabase/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData +0 -0
- package/dist/run-chrome-profile/Default/BrowsingTopicsSiteData-journal +0 -0
- package/dist/run-chrome-profile/Default/BrowsingTopicsState +12 -0
- package/dist/run-chrome-profile/Default/BudgetDatabase/LOCK +0 -0
- package/dist/run-chrome-profile/Default/BudgetDatabase/LOG +0 -0
- package/dist/run-chrome-profile/Default/BudgetDatabase/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0168148b2ae8b26c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/023c853b6a819924_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/025191c01cb9560a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/028755f5c57452bb_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/04bc0608c8fd0149_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/05b7af632a0788c4_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/065bffc49cf7b611_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/066b3d5e002d45c3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/06d18b346a40f753_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/070c243247333ae8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/09442a94267e5d1b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a484965a71a3c47_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a4b42c98cd95502_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0a659b2fa80f7d18_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0ab8ccc359e17f54_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0b1b54c59d86820e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0c5ece120a4aa9c4_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0cdc924621bfdaa3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0d50017ef20e5f50_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0df08bba9fc5fdac_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/0e8a3492dc4515d9_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/12606f898579d450_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/127f9df091691951_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ab24d8a01ec5af_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/13ffa2b4ceebe804_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/14383641564a06dd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/14eba7e2816c0570_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/15145040f7f12f31_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/16ee279d6f1c8395_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/18cae013af62500a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/19f675cfe7f5267e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1addba6edada2e9a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1af6f73e89e50f41_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1d1ac5085a224b02_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1deb67aebc431f45_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e3db76b924e693b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1e88f258e3680439_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/1f4ccb3050b595ee_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2015f0da22a88925_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/207a53d3f4a4c4bc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/20e4b0fcb00f9dd5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/22b58fcf518f5674_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/22cf8b278ea33fdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/24066a0b5fd21082_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/24111eb856fec6e6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/257b9ada9582cd59_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/275fd93a285332c0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/27be01069ada1058_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/28ba4e36caef53fd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/29ff2668f549cdb5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2bd215b1cc3c8643_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d658284fe26dae9_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2d6ffdfbd670a4e8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e27a1ed2b4a696e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2e2b6739a69fd0a3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f14eda0cc666f86_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/2f899538adf5bae8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/304e5a8852b16c20_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/30a7fd0752f0c20d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3164cf42e96b9664_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/31907c8cd5dbb0d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/33f8a8eeda6e7841_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3405d1653639c199_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3695acda012e6f6c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/378470234e1889fb_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/37d6bb98dfdad071_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/37e0528cb11f3703_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3970c09b77560574_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/39b962857089ba5e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3bfc2bcb2b9b08ed_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3e10fdac988d26f3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fb3b062de8f8809_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/3fd23a31de1aa9b5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/422e08989ed37358_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/42833c75aedbe4e5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4496d0a64b8e2ff1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/44e2691176dfaada_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/459aacad64df1a20_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/45f9ab2e41d4c78f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/46e79cec1cf5707a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4829c45107a55442_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/492ed577e4693e3f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4b0439dad7e11fb9_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4cb485a7a714929a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ff29ec24ac18d79_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/4ffa70f43271c724_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/53022c316783857f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/53899c486fe75590_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5439955c1fba6b45_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/544232310d1a0a06_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5568062b850bbed3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/55ed72b0b4c0b90e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/57569d79c996e150_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/57c911b58ffc1b31_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/58ffe42bbf649829_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/593b2c5ddeaf2239_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5c3aa27826d095b2_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5cf224eb78664c23_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5d7b131758930690_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5e9381f913d21eda_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/5f883d2c96d94f47_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6060781ff50be050_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/60dd1e31f5698aa5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/60f6b8574f845336_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/65bd88b6cfac0360_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/663eed8f0b3263b5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/668471e493562a86_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/669f9cc804c906dc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/686b16113c27b51c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6995a7c799490d3d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/69d1851b6f926501_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6c315c24643d2312_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6d89e754b1f713d1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6e974763e22212a3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f2e4773cf00120f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/6f7f729885fc6405_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/70f5010b6251d3d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/71238386a6c9a397_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/718a6bd3261b1f0c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/72dde8735713a41e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/736fa535f638b855_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/73fee60194c1a3ad_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/75fcdd0b6f65bd28_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/76b0593eac2d2d73_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/76d45343c81bc5bd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/77f2f61eb9046a27_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/78295be598deb4f7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/78cc5d6f5d38e89d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/78ed79bc5487503a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/79ef8a938b90c350_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/7aed8ae99b589d1c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/7d542df377268c15_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8212aed81c3ee4a1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8365e09e400ee1fc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/83b94ec24cdf46e1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/84e415bdea6bf983_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/85aedd2200d384ed_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/86a5bb3a5f36544a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/86d6ad63d489e18d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8702a043a57d3522_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/87ab6e7889d43581_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/88f89ac1fad12137_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8bc98d6f98dd6ca1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/8e12e6ef77258f52_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/9046ef8fa437e5d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/93d81321f8c35eab_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/949c213ef980ae58_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/94a5260219485fdf_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/94f671a650b89d66_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/95939c8a3eb5768a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/961c7a9dcf1d5fe3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/963f816968a47709_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/9754e94edd482054_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/97902336e38f1700_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/97e08502f043033d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/97eb05d149fa8180_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/986ab8bff47a984e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/996b82133802ae10_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/9d08967f7ba110ea_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a0061e50ed0ea145_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a36d754622d84b47_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a534891105b3e625_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a54fc271588d9d41_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a7ec2678f15b2b6d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/a91789341ea91d1f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ab7368be61d71212_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac7d751ceae3a02f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ac8983237c918a96_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ada4a3246231b3de_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ae6228174fe30c59_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/afb2d770d7999101_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/afe1ed6a163ca728_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b2ae8808413e89c0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b3095246000ea960_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b4ca1d6d0f1ec58c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8b895a3f2a1be32_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b8c1f8ff87d72de8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/b9b9254eaa6d7961_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ba3f88b58ae6c933_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/bbde820c1fee5c3c_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf5945304ded8ca6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/bf759a3da730d049_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c2d56f537e34c311_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c6ab0b187752f069_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c72489dc54bddeff_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c894826beba9fc11_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/c9fbee2a7d3a094f_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ca05d8588c6eda81_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/caca5541d401cf41_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/cbf47e6d8a15d7d3_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/cc3d7750e8aa09a1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/cf1aa47f35237847_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d24c9bd4e97205f5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d37667786125d0b6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d3c2a489bef951de_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d493186355a4b445_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d4cdad2db913d09a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9a190d1d7d66bdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/d9d9fe0a0f8883f0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/da104e24aca267da_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/da5600d748a3d40d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/dac9af4b21f194e1_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/dc41537c41bbc9c8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/dcc9d182eada13bf_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/df2471fed7015ffa_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e1211117d5218257_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2073b3ff8da7966_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e2fbeb70759b0860_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32d83849acbcc78_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e32ff760e1b4ec46_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e49a56cebb1bd701_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e4fc6d1edd80e88d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e5c658ea95c0a29a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e76a247701c1354a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/e85ac8952d7783d7_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ea75bd91e54a494a_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/eb41a78379534cdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebadaa36379fd994_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ebbfbbc332854937_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec4c7c205aa9bc71_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ec605132cd3e8d5e_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/eca8c1f18c539b98_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ee0d7a7986dd76e5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/eea6285a9ea71b86_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ef96ddfba1f2c2d2_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f1ab938a154fbaab_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a443b4d8db944d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3a70b90dcd40113_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f3c026a9dc680c06_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f43451adccba0ea4_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4dba657e1857320_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f4f5420fc5a9003d_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e3f9054cc9c3c6_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f5e6e74e25c85d6b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f7be5fd113dc69f5_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f932d48a828248a0_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9981a8e9c8781cc_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/f9e143e57946c84b_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/ff7b35a077b033a8_0 +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/index +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Cache/Cache_Data/todelete_07dfe380d0a4bac8_0_1 +0 -0
- package/dist/run-chrome-profile/Default/ClientCertificates/LOCK +0 -0
- package/dist/run-chrome-profile/Default/ClientCertificates/LOG +0 -0
- package/dist/run-chrome-profile/Default/ClientCertificates/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0587842c7942e87a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0592c61bd9d3053d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0861135386d2c738_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0898e3ed2eda3eb7_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/09a7b9084a99801e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/0e586947a8aa23e1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/106d786c1813fd96_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/11f0273b1a24823c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/12e2c4b18dbb728d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/14c7b4fbbd6e0749_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/160dc9336b994b01_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/172b237bc017862d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/19f6466fb9b618ce_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1b5a04a8f66ab70c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1b6753ef78015a7c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1d04bef2abfa72c6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/1fea22350ffb4a61_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/20a1d4f1d64a6e4a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/218fe828c74bdb99_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/21c21c5d6a3777cf_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/22510e6f41637f30_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/25d24c50d6908129_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/2b3892f5db1614c8_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/2ed71b58ef1bc80c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/3c878b9c6b2711ba_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/3d7a6b9ba7b8e97d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/3e8051f002d949e2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/41d8a1078bf6d6f5_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/421ce781bb1ceb5c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/426fe3cc7f9b4f7f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/44d5079ad5841b25_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/476e356260f818d6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/47a4811439b25efc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/4ade40caa2a85163_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/52648138c13cdad2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/52d4fec1241d1282_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/56204ae624861bc2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/56560d269952a184_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/592c52eae03ef125_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/5b217ff9b78b30de_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/5f36256b41411f6f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6106cc3cf0508822_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/617885bb170208d2_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6237ab24b47ae5c0_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/632d05ee66c9abd6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/64849f954a94216e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/64d1fa56dcdb9237_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/65070d99886440c7_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6580147029871082_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/68f6d50d7c196b98_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6aec1e7616284cdd_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6d0b78a7984afdac_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/6d46ad6ea661eb81_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/73a475dbc6ba7093_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/753519a982b7ae5c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/777dd155fe2a955b_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/77961bdc2429b753_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/78657db0e3838ffd_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/7d53e29663da0b76_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/820d5c605988b1ad_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/838d85c38184d753_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/86f57b3af810b421_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/88555a582271a82e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8a97abef9c409a22_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8ac82e7d6d31f44a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8c99c923d9fb3de9_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8cd3b22c62befc2e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/8d41487cd646b738_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/90003fa4cdfd16ef_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/95a62562b95ac9f9_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/986a45c42ca5deb3_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9b6ef7d7a65e720d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9bba43a9e2358d9f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9e384c2b2f26947a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/9e5e8d385e4531af_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a096196665df2f44_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a34198895135067c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a572b6bb234d4a65_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a69226eb7e1fcb4a_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a8bfd7ab3bf7adbd_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/a92fc2d2b9d9f0a4_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/aa7c7f8c5a389837_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/aec4d08996b946ca_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/af7a1a649ae2ab76_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b190a9e98a3382ef_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b45f5c2e8ed788a3_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b5664876c81ccdff_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b5d00710776b3b78_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b709b3e74b142af8_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b74aebd1906c50c5_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/b97c948285070cc1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ba446f34fd660131_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/bb73c6570251aa2d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/bc1ea834c2eb1073_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/bd25d8bae4a347fb_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/c2b4e8597e4738ff_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/c4d55d3209764edb_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/c95eaa23d6f3eba3_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ca8e2bdf658dce8d_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ccd60987c6a7b9cc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/d833cd33af1db7c6_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/d876d0d7d35cd53f_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/d91fc36c8dfd76dc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/db1dd4e4c444cffc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/db80d672a14a2d79_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/dce3001693bfcf17_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/df9da550ea6d3003_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/dfeac1d0c35d1523_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/e1435a1865ecedae_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/e1a42690fdd6ca1c_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/e7412d338f3c2ecc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/ee08c28427b16c56_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f0572c9ab2f19dd1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f29fc4182015cd04_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f36943988045e4d1_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/f735b670a4f7a234_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fb06edfe8bead3fc_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fc69a509c3d58d04_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fd557caf7be39251_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/fd7cf0b9dd81c15e_0 +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/index +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/js/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/wasm/index +0 -0
- package/dist/run-chrome-profile/Default/Code Cache/wasm/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Cookies +0 -0
- package/dist/run-chrome-profile/Default/Cookies-journal +0 -0
- package/dist/run-chrome-profile/Default/DIPS +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_0 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_1 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_2 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/data_3 +0 -0
- package/dist/run-chrome-profile/Default/DawnGraphiteCache/index +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_0 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_1 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_2 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/data_3 +0 -0
- package/dist/run-chrome-profile/Default/DawnWebGPUCache/index +0 -0
- package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Download Service/EntryDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Extension Rules/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Extension Rules/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Extension Rules/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Extension Rules/LOG +3 -0
- package/dist/run-chrome-profile/Default/Extension Rules/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Extension Rules/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/LOG +3 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Extension Scripts/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Extension State/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Extension State/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Extension State/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Extension State/LOG +3 -0
- package/dist/run-chrome-profile/Default/Extension State/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Extension State/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Favicons +0 -0
- package/dist/run-chrome-profile/Default/Favicons-journal +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/AvailabilityDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Feature Engagement Tracker/EventDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_0 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_1 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_2 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/data_3 +0 -0
- package/dist/run-chrome-profile/Default/GPUCache/index +0 -0
- package/dist/run-chrome-profile/Default/History +0 -0
- package/dist/run-chrome-profile/Default/History-journal +0 -0
- package/dist/run-chrome-profile/Default/LOCK +0 -0
- package/dist/run-chrome-profile/Default/LOG +0 -0
- package/dist/run-chrome-profile/Default/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG +3 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Local Extension Settings/pbpgonifamlpcahjkkkfelffkegofkgg/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG +3 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Local Storage/leveldb/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Login Data +0 -0
- package/dist/run-chrome-profile/Default/Login Data For Account +0 -0
- package/dist/run-chrome-profile/Default/Login Data For Account-journal +0 -0
- package/dist/run-chrome-profile/Default/Login Data-journal +0 -0
- package/dist/run-chrome-profile/Default/Network Action Predictor +0 -0
- package/dist/run-chrome-profile/Default/Network Action Predictor-journal +0 -0
- package/dist/run-chrome-profile/Default/Network Persistent State +1 -0
- package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOCK +0 -0
- package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG +0 -0
- package/dist/run-chrome-profile/Default/PersistentOriginTrials/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/LOG +3 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Platform Notifications/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Preferences +1 -0
- package/dist/run-chrome-profile/Default/PreferredApps +1 -0
- package/dist/run-chrome-profile/Default/README +1 -0
- NEL +0 -0
- package/dist/run-chrome-profile/Default/Reporting and NEL-journal +0 -0
- package/dist/run-chrome-profile/Default/Safe Browsing Cookies +0 -0
- package/dist/run-chrome-profile/Default/Safe Browsing Cookies-journal +0 -0
- package/dist/run-chrome-profile/Default/Secure Preferences +1 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SegmentInfoDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG +0 -0
- package/dist/run-chrome-profile/Default/Segmentation Platform/SignalStorageConfigDB/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/LOG +3 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Service Worker/Database/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/013888a1cda32b90_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/013888a1cda32b90_1 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/4cb013792b196a35_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7b4fd8111178d5b1_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/7b4fd8111178d5b1_1 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/ba23d8ecda68de77_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/d0757ff92c7cde0a_1 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/f1cdccba37924bda_0 +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index +0 -0
- package/dist/run-chrome-profile/Default/Service Worker/ScriptCache/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Session Storage/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Session Storage/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Session Storage/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Session Storage/LOG +3 -0
- package/dist/run-chrome-profile/Default/Session Storage/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Session Storage/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388299920642351 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388299940186801 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388299992540146 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388372501612998 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Session_13388372524790246 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299920843248 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299940373404 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388299992731279 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388372501808161 +0 -0
- package/dist/run-chrome-profile/Default/Sessions/Tabs_13388372525017486 +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/cache/index-dir/the-real-index +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/db +0 -0
- package/dist/run-chrome-profile/Default/Shared Dictionary/db-journal +0 -0
- package/dist/run-chrome-profile/Default/SharedStorage +0 -0
- package/dist/run-chrome-profile/Default/Shortcuts +0 -0
- package/dist/run-chrome-profile/Default/Shortcuts-journal +0 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG +3 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Site Characteristics Database/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/000003.log +0 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOCK +0 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG +3 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/Sync Data/LevelDB/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/Top Sites +0 -0
- package/dist/run-chrome-profile/Default/Top Sites-journal +0 -0
- package/dist/run-chrome-profile/Default/TransportSecurity +1 -0
- package/dist/run-chrome-profile/Default/Trust Tokens +0 -0
- package/dist/run-chrome-profile/Default/Trust Tokens-journal +0 -0
- package/dist/run-chrome-profile/Default/Visited Links +0 -0
- package/dist/run-chrome-profile/Default/Web Data +0 -0
- package/dist/run-chrome-profile/Default/Web Data-journal +0 -0
- package/dist/run-chrome-profile/Default/WebStorage/QuotaManager +0 -0
- package/dist/run-chrome-profile/Default/WebStorage/QuotaManager-journal +0 -0
- package/dist/run-chrome-profile/Default/chrome_cart_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/chrome_cart_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/chrome_cart_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/commerce_subscription_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/commerce_subscription_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/discounts_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/discounts_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/discounts_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db +0 -0
- package/dist/run-chrome-profile/Default/heavy_ad_intervention_opt_out.db-journal +0 -0
- package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOCK +0 -0
- package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG +0 -0
- package/dist/run-chrome-profile/Default/optimization_guide_hint_cache_store/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/parcel_tracking_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG +0 -0
- package/dist/run-chrome-profile/Default/parcel_tracking_db/LOG.old +0 -0
- package/dist/run-chrome-profile/Default/passkey_enclave_state +1 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/000003.log +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/LOCK +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/LOG +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/000003.log +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/CURRENT +1 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOCK +0 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/LOG.old +3 -0
- package/dist/run-chrome-profile/Default/shared_proto_db/metadata/MANIFEST-000001 +0 -0
- package/dist/run-chrome-profile/Default/trusted_vault.pb +2 -0
- package/dist/run-chrome-profile/GrShaderCache/data_0 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/data_1 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/data_2 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/data_3 +0 -0
- package/dist/run-chrome-profile/GrShaderCache/index +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_0 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_1 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_2 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/data_3 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000001 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000002 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000003 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/f_000004 +0 -0
- package/dist/run-chrome-profile/GraphiteDawnCache/index +0 -0
- package/dist/run-chrome-profile/Last Version +1 -0
- package/dist/run-chrome-profile/Local State +1 -0
- package/dist/run-chrome-profile/ShaderCache/data_0 +0 -0
- package/dist/run-chrome-profile/ShaderCache/data_1 +0 -0
- package/dist/run-chrome-profile/ShaderCache/data_2 +0 -0
- package/dist/run-chrome-profile/ShaderCache/data_3 +0 -0
- package/dist/run-chrome-profile/ShaderCache/index +0 -0
- package/dist/run-chrome-profile/Variations +1 -0
- package/dist/run-chrome-profile/first_party_sets.db +0 -0
- package/dist/run-chrome-profile/first_party_sets.db-journal +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model-info.pb +1 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/13/E6DC4029A1E4B4C1/3CF18F0F16C8CE09/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/VERSION.txt +4 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/15/E6DC4029A1E4B4C1/D5BCEC4E5AAF74EA/override_list.pb.gz +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model-info.pb +1 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/2/E6DC4029A1E4B4C1/52963069BD02697B/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/20/E6DC4029A1E4B4C1/AEDAEAFE1BA40A26/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/enus_denylist_encoded_241007.txt +580 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model-info.pb +5 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/24/E6DC4029A1E4B4C1/7C893FFC02F661B8/vocab_en-us.txt +303 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/25/E6DC4029A1E4B4C1/F87CF299C0E14D75/visual_model_desktop.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/26/E6DC4029A1E4B4C1/92C138FC1F6BC7A5/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/45/E6DC4029A1E4B4C1/99FA23F9C3B6B1E9/model.tflite +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model-info.pb +0 -0
- package/dist/run-chrome-profile/optimization_guide_model_store/9/E6DC4029A1E4B4C1/201FE93993560CC9/model.tflite +0 -0
- package/dist/run-chrome-profile/segmentation_platform/ukm_db +0 -0
- package/dist/run-chrome-profile/segmentation_platform/ukm_db-wal +0 -0
- package/package.json +2 -6
|
@@ -0,0 +1,2296 @@
|
|
|
1
|
+
[
|
|
2
|
+
{
|
|
3
|
+
"id": "all-property",
|
|
4
|
+
"title": "`all` Property",
|
|
5
|
+
"description": "A property for defining the reset of all properties of an element",
|
|
6
|
+
"specification": "https://www.w3.org/TR/css-cascade-3/#all-shorthand",
|
|
7
|
+
"stage": 4,
|
|
8
|
+
"browser_support": {
|
|
9
|
+
"and_chr": "37",
|
|
10
|
+
"and_ff": "27",
|
|
11
|
+
"android": "37",
|
|
12
|
+
"chrome": "37",
|
|
13
|
+
"edge": "79",
|
|
14
|
+
"firefox": "27",
|
|
15
|
+
"ios_saf": "9.3",
|
|
16
|
+
"oculus": "5.0",
|
|
17
|
+
"op_mob": "24",
|
|
18
|
+
"opera": "24",
|
|
19
|
+
"safari": "9.1",
|
|
20
|
+
"samsung": "3.0",
|
|
21
|
+
"webview_ios": "9.3"
|
|
22
|
+
},
|
|
23
|
+
"docs": {
|
|
24
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/all"
|
|
25
|
+
},
|
|
26
|
+
"example": "a {\n all: initial;\n}",
|
|
27
|
+
"interoperable_at": 1579046400,
|
|
28
|
+
"polyfills": [
|
|
29
|
+
{
|
|
30
|
+
"type": "PostCSS Plugin",
|
|
31
|
+
"link": "https://github.com/maximkoretskiy/postcss-initial"
|
|
32
|
+
}
|
|
33
|
+
],
|
|
34
|
+
"vendors_implementations": 3
|
|
35
|
+
},
|
|
36
|
+
{
|
|
37
|
+
"id": "any-link-pseudo-class",
|
|
38
|
+
"title": "`:any-link` Hyperlink Pseudo-Class",
|
|
39
|
+
"description": "A pseudo-class for matching anchor elements independent of whether they have been visited",
|
|
40
|
+
"specification": "https://www.w3.org/TR/selectors-4/#any-link-pseudo",
|
|
41
|
+
"stage": 2,
|
|
42
|
+
"browser_support": {
|
|
43
|
+
"and_chr": "18",
|
|
44
|
+
"and_ff": "4",
|
|
45
|
+
"android": "37",
|
|
46
|
+
"chrome": "1",
|
|
47
|
+
"edge": "79",
|
|
48
|
+
"firefox": "1",
|
|
49
|
+
"ios_saf": "1",
|
|
50
|
+
"oculus": "5.0",
|
|
51
|
+
"op_mob": "14",
|
|
52
|
+
"opera": "15",
|
|
53
|
+
"safari": "3",
|
|
54
|
+
"samsung": "1.0",
|
|
55
|
+
"webview_ios": "1"
|
|
56
|
+
},
|
|
57
|
+
"docs": {
|
|
58
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:any-link"
|
|
59
|
+
},
|
|
60
|
+
"example": "nav :any-link > span {\n background-color: yellow;\n}",
|
|
61
|
+
"interoperable_at": 1579046400,
|
|
62
|
+
"polyfills": [
|
|
63
|
+
{
|
|
64
|
+
"type": "PostCSS Plugin",
|
|
65
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-pseudo-class-any-link"
|
|
66
|
+
}
|
|
67
|
+
],
|
|
68
|
+
"vendors_implementations": 3
|
|
69
|
+
},
|
|
70
|
+
{
|
|
71
|
+
"id": "blank-pseudo-class",
|
|
72
|
+
"title": "`:blank` Empty-Value Pseudo-Class",
|
|
73
|
+
"description": "A pseudo-class for matching form elements when they are empty",
|
|
74
|
+
"specification": "https://www.w3.org/TR/selectors-4/#blank",
|
|
75
|
+
"stage": 2,
|
|
76
|
+
"browser_support": {},
|
|
77
|
+
"docs": {
|
|
78
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:blank"
|
|
79
|
+
},
|
|
80
|
+
"example": "input:blank {\n background-color: yellow;\n}",
|
|
81
|
+
"polyfills": [
|
|
82
|
+
{
|
|
83
|
+
"type": "JavaScript Library",
|
|
84
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo"
|
|
85
|
+
},
|
|
86
|
+
{
|
|
87
|
+
"type": "PostCSS Plugin",
|
|
88
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-blank-pseudo"
|
|
89
|
+
}
|
|
90
|
+
],
|
|
91
|
+
"vendors_implementations": 0
|
|
92
|
+
},
|
|
93
|
+
{
|
|
94
|
+
"id": "break-properties",
|
|
95
|
+
"title": "Break Properties",
|
|
96
|
+
"description": "Properties for defining the break behavior between and within boxes",
|
|
97
|
+
"specification": "https://www.w3.org/TR/css-break-3/#breaking-controls",
|
|
98
|
+
"stage": 3,
|
|
99
|
+
"browser_support": {
|
|
100
|
+
"and_chr": "51",
|
|
101
|
+
"and_ff": "92",
|
|
102
|
+
"android": "51",
|
|
103
|
+
"chrome": "51",
|
|
104
|
+
"edge": "12",
|
|
105
|
+
"firefox": "92",
|
|
106
|
+
"oculus": "5.0",
|
|
107
|
+
"op_mob": "37",
|
|
108
|
+
"opera": "11.1",
|
|
109
|
+
"samsung": "5.0"
|
|
110
|
+
},
|
|
111
|
+
"docs": {
|
|
112
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/break-after"
|
|
113
|
+
},
|
|
114
|
+
"example": "a {\n break-inside: avoid;\n break-before: avoid-column;\n break-after: always;\n}",
|
|
115
|
+
"polyfills": [
|
|
116
|
+
{
|
|
117
|
+
"type": "PostCSS Plugin",
|
|
118
|
+
"link": "https://github.com/shrpne/postcss-page-break"
|
|
119
|
+
}
|
|
120
|
+
],
|
|
121
|
+
"vendors_implementations": 2
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
"id": "calc-constants",
|
|
125
|
+
"title": "`e`, `pi`, `infinity`, `-infinity` and `NaN` constants for calculation",
|
|
126
|
+
"description": "Constants for calculation simplification",
|
|
127
|
+
"specification": "https://drafts.csswg.org/css-values-4/#calc-keywords",
|
|
128
|
+
"stage": 2,
|
|
129
|
+
"browser_support": {
|
|
130
|
+
"and_chr": "110",
|
|
131
|
+
"and_ff": "114",
|
|
132
|
+
"android": "110",
|
|
133
|
+
"chrome": "110",
|
|
134
|
+
"edge": "110",
|
|
135
|
+
"firefox": "114",
|
|
136
|
+
"ios_saf": "16",
|
|
137
|
+
"op_mob": "74",
|
|
138
|
+
"opera": "96",
|
|
139
|
+
"safari": "16",
|
|
140
|
+
"samsung": "21.0",
|
|
141
|
+
"webview_ios": "16"
|
|
142
|
+
},
|
|
143
|
+
"docs": {
|
|
144
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/calc-keyword"
|
|
145
|
+
},
|
|
146
|
+
"example": "p {\n font-size: calc(pow(e, pi) * 1rem);\n}",
|
|
147
|
+
"interoperable_at": 1686009600,
|
|
148
|
+
"vendors_implementations": 3
|
|
149
|
+
},
|
|
150
|
+
{
|
|
151
|
+
"id": "cascade-layers",
|
|
152
|
+
"title": "CSS Cascade Layers",
|
|
153
|
+
"description": "The `@layer` at-rule allows authors to explicitly layer their styles in the cascade, before specificity and order of appearance are considered.",
|
|
154
|
+
"specification": "https://www.w3.org/TR/css-cascade-5/#layering",
|
|
155
|
+
"stage": 2,
|
|
156
|
+
"browser_support": {
|
|
157
|
+
"and_chr": "99",
|
|
158
|
+
"and_ff": "97",
|
|
159
|
+
"android": "99",
|
|
160
|
+
"chrome": "99",
|
|
161
|
+
"edge": "99",
|
|
162
|
+
"firefox": "97",
|
|
163
|
+
"ios_saf": "15.4",
|
|
164
|
+
"oculus": "21.0",
|
|
165
|
+
"op_mob": "68",
|
|
166
|
+
"opera": "85",
|
|
167
|
+
"safari": "15.4",
|
|
168
|
+
"samsung": "18.0",
|
|
169
|
+
"webview_ios": "15.4"
|
|
170
|
+
},
|
|
171
|
+
"docs": {
|
|
172
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/@layer"
|
|
173
|
+
},
|
|
174
|
+
"example": "/* Un-layered styles have the highest priority */\na {\n color: mediumvioletred;\n}\n\n@layer defaults {\n a { color: maroon; }\n}",
|
|
175
|
+
"interoperable_at": 1647216000,
|
|
176
|
+
"polyfills": [
|
|
177
|
+
{
|
|
178
|
+
"type": "PostCSS Plugin",
|
|
179
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-cascade-layers"
|
|
180
|
+
}
|
|
181
|
+
],
|
|
182
|
+
"vendors_implementations": 3,
|
|
183
|
+
"web-feature": "cascade-layers"
|
|
184
|
+
},
|
|
185
|
+
{
|
|
186
|
+
"id": "case-insensitive-attributes",
|
|
187
|
+
"title": "Case-Insensitive Attributes",
|
|
188
|
+
"description": "An attribute selector matching attribute values case-insensitively",
|
|
189
|
+
"specification": "https://www.w3.org/TR/selectors-4/#attribute-case",
|
|
190
|
+
"stage": 2,
|
|
191
|
+
"browser_support": {
|
|
192
|
+
"and_chr": "49",
|
|
193
|
+
"and_ff": "47",
|
|
194
|
+
"android": "49",
|
|
195
|
+
"chrome": "49",
|
|
196
|
+
"edge": "79",
|
|
197
|
+
"firefox": "47",
|
|
198
|
+
"ios_saf": "9",
|
|
199
|
+
"oculus": "5.0",
|
|
200
|
+
"op_mob": "36",
|
|
201
|
+
"opera": "36",
|
|
202
|
+
"safari": "9",
|
|
203
|
+
"samsung": "5.0",
|
|
204
|
+
"webview_ios": "9"
|
|
205
|
+
},
|
|
206
|
+
"docs": {
|
|
207
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Attribute_selectors"
|
|
208
|
+
},
|
|
209
|
+
"example": "[frame=hsides i] {\n border-style: solid none;\n}",
|
|
210
|
+
"interoperable_at": 1579046400,
|
|
211
|
+
"polyfills": [
|
|
212
|
+
{
|
|
213
|
+
"type": "PostCSS Plugin",
|
|
214
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-attribute-case-insensitive"
|
|
215
|
+
}
|
|
216
|
+
],
|
|
217
|
+
"vendors_implementations": 3
|
|
218
|
+
},
|
|
219
|
+
{
|
|
220
|
+
"id": "clamp",
|
|
221
|
+
"title": "`clamp` Function",
|
|
222
|
+
"description": "The clamp() CSS function clamps a value between an upper and lower bound. It enables selecting a middle value within a range of values between a defined minimum and maximum.",
|
|
223
|
+
"specification": "https://www.w3.org/TR/css-values-4/#funcdef-clamp",
|
|
224
|
+
"stage": 2,
|
|
225
|
+
"browser_support": {
|
|
226
|
+
"and_chr": "79",
|
|
227
|
+
"and_ff": "79",
|
|
228
|
+
"android": "79",
|
|
229
|
+
"chrome": "79",
|
|
230
|
+
"edge": "79",
|
|
231
|
+
"firefox": "75",
|
|
232
|
+
"ios_saf": "13.4",
|
|
233
|
+
"oculus": "8.0",
|
|
234
|
+
"op_mob": "57",
|
|
235
|
+
"opera": "66",
|
|
236
|
+
"safari": "13.1",
|
|
237
|
+
"samsung": "12.0",
|
|
238
|
+
"webview_ios": "13.4"
|
|
239
|
+
},
|
|
240
|
+
"docs": {
|
|
241
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/clamp"
|
|
242
|
+
},
|
|
243
|
+
"example": "button {\n font-size: clamp(1rem, 2.5vw, 2rem);\n}",
|
|
244
|
+
"interoperable_at": 1595894400,
|
|
245
|
+
"polyfills": [
|
|
246
|
+
{
|
|
247
|
+
"type": "PostCSS Plugin",
|
|
248
|
+
"link": "https://github.com/polemius/postcss-clamp"
|
|
249
|
+
}
|
|
250
|
+
],
|
|
251
|
+
"vendors_implementations": 3
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
"id": "color-adjust",
|
|
255
|
+
"title": "`color-adjust` Property",
|
|
256
|
+
"description": "The color-adjust property is a non-standard CSS extension that can be used to force printing of background colors and images",
|
|
257
|
+
"specification": "https://www.w3.org/TR/css-color-4/#color-adjust",
|
|
258
|
+
"stage": 2,
|
|
259
|
+
"browser_support": {
|
|
260
|
+
"and_ff": "97",
|
|
261
|
+
"firefox": "97",
|
|
262
|
+
"ios_saf": "15.4",
|
|
263
|
+
"safari": "15.4",
|
|
264
|
+
"webview_ios": "15.4"
|
|
265
|
+
},
|
|
266
|
+
"docs": {
|
|
267
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/print-color-adjust"
|
|
268
|
+
},
|
|
269
|
+
"example": ".background {\n background-color:#ccc;\n}\n.background.color-adjust {\n color-adjust: economy;\n}\n.background.color-adjust-exact {\n color-adjust: exact;\n}",
|
|
270
|
+
"vendors_implementations": 2
|
|
271
|
+
},
|
|
272
|
+
{
|
|
273
|
+
"id": "color-function",
|
|
274
|
+
"title": "`color()` Function",
|
|
275
|
+
"description": "A function that allows a color to be specified in a particular, specified color space rather than the implicit sRGB color space that most of the other color functions operate in.",
|
|
276
|
+
"specification": "https://www.w3.org/TR/css-color-4/#funcdef-color",
|
|
277
|
+
"stage": 2,
|
|
278
|
+
"browser_support": {
|
|
279
|
+
"and_chr": "111",
|
|
280
|
+
"and_ff": "113",
|
|
281
|
+
"android": "111",
|
|
282
|
+
"chrome": "111",
|
|
283
|
+
"edge": "111",
|
|
284
|
+
"firefox": "113",
|
|
285
|
+
"ios_saf": "15",
|
|
286
|
+
"op_mob": "75",
|
|
287
|
+
"opera": "97",
|
|
288
|
+
"safari": "15",
|
|
289
|
+
"samsung": "22.0",
|
|
290
|
+
"webview_ios": "15"
|
|
291
|
+
},
|
|
292
|
+
"docs": {
|
|
293
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color"
|
|
294
|
+
},
|
|
295
|
+
"example": "p {\n color: color(display-p3 1 0.5 0);\n color: color(display-p3 1 0.5 0 / .5);\n}",
|
|
296
|
+
"interoperable_at": 1683590400,
|
|
297
|
+
"polyfills": [
|
|
298
|
+
{
|
|
299
|
+
"type": "PostCSS Plugin",
|
|
300
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-function"
|
|
301
|
+
}
|
|
302
|
+
],
|
|
303
|
+
"vendors_implementations": 3,
|
|
304
|
+
"web-feature": "color-function"
|
|
305
|
+
},
|
|
306
|
+
{
|
|
307
|
+
"id": "color-functional-notation",
|
|
308
|
+
"title": "Color Functional Notation",
|
|
309
|
+
"description": "A space and slash separated notation for specifying colors",
|
|
310
|
+
"specification": "https://www.w3.org/TR/css-color-4/#funcdef-rgb",
|
|
311
|
+
"stage": 2,
|
|
312
|
+
"browser_support": {
|
|
313
|
+
"and_chr": "65",
|
|
314
|
+
"and_ff": "52",
|
|
315
|
+
"android": "65",
|
|
316
|
+
"chrome": "65",
|
|
317
|
+
"edge": "79",
|
|
318
|
+
"firefox": "52",
|
|
319
|
+
"ios_saf": "12.2",
|
|
320
|
+
"oculus": "5.0",
|
|
321
|
+
"op_mob": "47",
|
|
322
|
+
"opera": "52",
|
|
323
|
+
"safari": "12.1",
|
|
324
|
+
"samsung": "9.0",
|
|
325
|
+
"webview_ios": "12.2"
|
|
326
|
+
},
|
|
327
|
+
"docs": {
|
|
328
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/rgb#syntax"
|
|
329
|
+
},
|
|
330
|
+
"example": "em {\n background-color: hsl(120deg 100% 25%);\n color: rgb(0 255 0);\n}",
|
|
331
|
+
"interoperable_at": 1579046400,
|
|
332
|
+
"polyfills": [
|
|
333
|
+
{
|
|
334
|
+
"type": "PostCSS Plugin",
|
|
335
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-functional-notation"
|
|
336
|
+
}
|
|
337
|
+
],
|
|
338
|
+
"vendors_implementations": 3
|
|
339
|
+
},
|
|
340
|
+
{
|
|
341
|
+
"id": "color-mix",
|
|
342
|
+
"title": "`color-mix()` Function",
|
|
343
|
+
"description": "A function for mixing colors",
|
|
344
|
+
"specification": "https://www.w3.org/TR/css-color-5/#color-mix",
|
|
345
|
+
"stage": 2,
|
|
346
|
+
"browser_support": {
|
|
347
|
+
"and_chr": "111",
|
|
348
|
+
"and_ff": "113",
|
|
349
|
+
"android": "111",
|
|
350
|
+
"chrome": "111",
|
|
351
|
+
"edge": "111",
|
|
352
|
+
"firefox": "113",
|
|
353
|
+
"ios_saf": "16.2",
|
|
354
|
+
"op_mob": "75",
|
|
355
|
+
"opera": "97",
|
|
356
|
+
"safari": "16.2",
|
|
357
|
+
"samsung": "22.0",
|
|
358
|
+
"webview_ios": "16.2"
|
|
359
|
+
},
|
|
360
|
+
"docs": {
|
|
361
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/color-mix"
|
|
362
|
+
},
|
|
363
|
+
"example": "p {\n color: color-mix(in lch, purple 50%, plum 50%);\n}",
|
|
364
|
+
"interoperable_at": 1683590400,
|
|
365
|
+
"polyfills": [
|
|
366
|
+
{
|
|
367
|
+
"type": "PostCSS Plugin",
|
|
368
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-mix-function"
|
|
369
|
+
}
|
|
370
|
+
],
|
|
371
|
+
"vendors_implementations": 3,
|
|
372
|
+
"web-feature": "color-mix"
|
|
373
|
+
},
|
|
374
|
+
{
|
|
375
|
+
"id": "container-queries",
|
|
376
|
+
"title": "Container Queries",
|
|
377
|
+
"description": "New container property and container at rule to make changes depending on the container's size",
|
|
378
|
+
"specification": "https://www.w3.org/TR/css-contain-3/#container-queries",
|
|
379
|
+
"stage": 2,
|
|
380
|
+
"browser_support": {
|
|
381
|
+
"and_chr": "105",
|
|
382
|
+
"and_ff": "110",
|
|
383
|
+
"android": "105",
|
|
384
|
+
"chrome": "105",
|
|
385
|
+
"edge": "105",
|
|
386
|
+
"firefox": "110",
|
|
387
|
+
"ios_saf": "16",
|
|
388
|
+
"op_mob": "72",
|
|
389
|
+
"opera": "91",
|
|
390
|
+
"safari": "16",
|
|
391
|
+
"samsung": "20.0",
|
|
392
|
+
"webview_ios": "16"
|
|
393
|
+
},
|
|
394
|
+
"docs": {
|
|
395
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_containment/Container_queries"
|
|
396
|
+
},
|
|
397
|
+
"example": ".container {\n contain: layout inline-size;\n}\n\n@container (min-width: 700px) {\n .container {\n /* styles applied when a container is at least 700px */\n }\n}",
|
|
398
|
+
"interoperable_at": 1676332800,
|
|
399
|
+
"polyfills": [
|
|
400
|
+
{
|
|
401
|
+
"type": "JavaScript Library",
|
|
402
|
+
"link": "https://www.npmjs.com/package/container-query-polyfill"
|
|
403
|
+
}
|
|
404
|
+
],
|
|
405
|
+
"vendors_implementations": 3,
|
|
406
|
+
"web-feature": "container-queries"
|
|
407
|
+
},
|
|
408
|
+
{
|
|
409
|
+
"id": "content-alt-text",
|
|
410
|
+
"title": "Alt text for `content`",
|
|
411
|
+
"description": "Syntax that allows setting alternative text",
|
|
412
|
+
"specification": "https://drafts.csswg.org/css-content/#content-property",
|
|
413
|
+
"stage": 2,
|
|
414
|
+
"browser_support": {
|
|
415
|
+
"and_chr": "77",
|
|
416
|
+
"and_ff": "128",
|
|
417
|
+
"android": "77",
|
|
418
|
+
"chrome": "77",
|
|
419
|
+
"edge": "79",
|
|
420
|
+
"firefox": "128",
|
|
421
|
+
"ios_saf": "17.4",
|
|
422
|
+
"oculus": "7.0",
|
|
423
|
+
"op_mob": "55",
|
|
424
|
+
"opera": "64",
|
|
425
|
+
"safari": "17.4",
|
|
426
|
+
"samsung": "12.0",
|
|
427
|
+
"webview_ios": "17.4"
|
|
428
|
+
},
|
|
429
|
+
"docs": {
|
|
430
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/content#adding_an_image_with_alternative_text"
|
|
431
|
+
},
|
|
432
|
+
"example": ".element {\n content: url(tree.jpg) / \"image with a tree\";\n}",
|
|
433
|
+
"interoperable_at": 1720483200,
|
|
434
|
+
"polyfills": [
|
|
435
|
+
{
|
|
436
|
+
"type": "PostCSS Plugin",
|
|
437
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-content-alt-text"
|
|
438
|
+
}
|
|
439
|
+
],
|
|
440
|
+
"vendors_implementations": 3
|
|
441
|
+
},
|
|
442
|
+
{
|
|
443
|
+
"id": "contrast-color-function",
|
|
444
|
+
"title": "`contrast-color()` Function",
|
|
445
|
+
"description": "Dynamically specifying a text color with adequate contrast.",
|
|
446
|
+
"specification": "https://drafts.csswg.org/css-color-5/#contrast-color",
|
|
447
|
+
"stage": 2,
|
|
448
|
+
"browser_support": {},
|
|
449
|
+
"docs": {},
|
|
450
|
+
"example": "p {\n color: contrast-color( purple max );\n}",
|
|
451
|
+
"polyfills": [],
|
|
452
|
+
"vendors_implementations": 0
|
|
453
|
+
},
|
|
454
|
+
{
|
|
455
|
+
"id": "custom-media-queries",
|
|
456
|
+
"title": "Custom Media Queries",
|
|
457
|
+
"description": "An at-rule for defining aliases that represent media queries",
|
|
458
|
+
"specification": "https://www.w3.org/TR/mediaqueries-5/#at-ruledef-custom-media",
|
|
459
|
+
"stage": 2,
|
|
460
|
+
"browser_support": {},
|
|
461
|
+
"example": "@custom-media --narrow-window (max-width: 30em);\n\n@media (--narrow-window) {}",
|
|
462
|
+
"polyfills": [
|
|
463
|
+
{
|
|
464
|
+
"type": "PostCSS Plugin",
|
|
465
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-media"
|
|
466
|
+
}
|
|
467
|
+
],
|
|
468
|
+
"vendors_implementations": 0
|
|
469
|
+
},
|
|
470
|
+
{
|
|
471
|
+
"id": "custom-properties",
|
|
472
|
+
"title": "Custom Properties",
|
|
473
|
+
"description": "A syntax for defining custom values accepted by all CSS properties",
|
|
474
|
+
"specification": "https://www.w3.org/TR/css-variables-1/",
|
|
475
|
+
"stage": 3,
|
|
476
|
+
"browser_support": {
|
|
477
|
+
"and_chr": "49",
|
|
478
|
+
"and_ff": "31",
|
|
479
|
+
"android": "50",
|
|
480
|
+
"chrome": "49",
|
|
481
|
+
"edge": "15",
|
|
482
|
+
"firefox": "31",
|
|
483
|
+
"ios_saf": "9.3",
|
|
484
|
+
"oculus": "5.0",
|
|
485
|
+
"op_mob": "36",
|
|
486
|
+
"opera": "36",
|
|
487
|
+
"safari": "9.1",
|
|
488
|
+
"samsung": "5.0",
|
|
489
|
+
"webview_ios": "9.3"
|
|
490
|
+
},
|
|
491
|
+
"docs": {
|
|
492
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/var"
|
|
493
|
+
},
|
|
494
|
+
"example": ":root {\n --some-length: 32px;\n\n height: var(--some-length);\n width: var(--some-length);\n}",
|
|
495
|
+
"interoperable_at": 1491350400,
|
|
496
|
+
"polyfills": [
|
|
497
|
+
{
|
|
498
|
+
"type": "PostCSS Plugin",
|
|
499
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-properties"
|
|
500
|
+
}
|
|
501
|
+
],
|
|
502
|
+
"vendors_implementations": 3,
|
|
503
|
+
"web-feature": "custom-properties"
|
|
504
|
+
},
|
|
505
|
+
{
|
|
506
|
+
"id": "custom-selectors",
|
|
507
|
+
"title": "Custom Selectors",
|
|
508
|
+
"description": "An at-rule for defining aliases that represent selectors",
|
|
509
|
+
"specification": "https://drafts.csswg.org/css-extensions/#custom-selectors",
|
|
510
|
+
"stage": 1,
|
|
511
|
+
"browser_support": {},
|
|
512
|
+
"example": "@custom-selector :--heading h1, h2, h3, h4, h5, h6;\n\narticle :--heading + p {}",
|
|
513
|
+
"polyfills": [
|
|
514
|
+
{
|
|
515
|
+
"type": "PostCSS Plugin",
|
|
516
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-custom-selectors"
|
|
517
|
+
}
|
|
518
|
+
],
|
|
519
|
+
"vendors_implementations": 0
|
|
520
|
+
},
|
|
521
|
+
{
|
|
522
|
+
"id": "dir-pseudo-class",
|
|
523
|
+
"title": "`:dir` Directionality Pseudo-Class",
|
|
524
|
+
"description": "A pseudo-class for matching elements based on their directionality",
|
|
525
|
+
"specification": "https://www.w3.org/TR/selectors-4/#dir-pseudo",
|
|
526
|
+
"stage": 2,
|
|
527
|
+
"browser_support": {
|
|
528
|
+
"and_chr": "120",
|
|
529
|
+
"and_ff": "49",
|
|
530
|
+
"android": "120",
|
|
531
|
+
"chrome": "120",
|
|
532
|
+
"edge": "120",
|
|
533
|
+
"firefox": "49",
|
|
534
|
+
"ios_saf": "16.4",
|
|
535
|
+
"op_mob": "80",
|
|
536
|
+
"opera": "106",
|
|
537
|
+
"safari": "16.4",
|
|
538
|
+
"samsung": "25.0",
|
|
539
|
+
"webview_ios": "16.4"
|
|
540
|
+
},
|
|
541
|
+
"docs": {
|
|
542
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:dir"
|
|
543
|
+
},
|
|
544
|
+
"example": "blockquote:dir(rtl) {\n margin-right: 10px;\n}\n\nblockquote:dir(ltr) {\n margin-left: 10px;\n}",
|
|
545
|
+
"interoperable_at": 1701907200,
|
|
546
|
+
"polyfills": [
|
|
547
|
+
{
|
|
548
|
+
"type": "PostCSS Plugin",
|
|
549
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-dir-pseudo-class"
|
|
550
|
+
}
|
|
551
|
+
],
|
|
552
|
+
"vendors_implementations": 3
|
|
553
|
+
},
|
|
554
|
+
{
|
|
555
|
+
"id": "display-two-values",
|
|
556
|
+
"title": "Two values syntax for `display`",
|
|
557
|
+
"description": "Syntax that allows definition of outer and inner displays types for an element",
|
|
558
|
+
"specification": "https://www.w3.org/TR/css-display-3/#the-display-properties",
|
|
559
|
+
"stage": 2,
|
|
560
|
+
"browser_support": {
|
|
561
|
+
"and_chr": "115",
|
|
562
|
+
"and_ff": "79",
|
|
563
|
+
"android": "115",
|
|
564
|
+
"chrome": "115",
|
|
565
|
+
"edge": "115",
|
|
566
|
+
"firefox": "70",
|
|
567
|
+
"ios_saf": "15",
|
|
568
|
+
"op_mob": "77",
|
|
569
|
+
"opera": "101",
|
|
570
|
+
"safari": "15",
|
|
571
|
+
"samsung": "23.0",
|
|
572
|
+
"webview_ios": "15"
|
|
573
|
+
},
|
|
574
|
+
"docs": {
|
|
575
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_display/multi-keyword_syntax_of_display"
|
|
576
|
+
},
|
|
577
|
+
"example": ".element {\n display: inline flow-root;\n display: inline flex;\n display: block grid;\n}",
|
|
578
|
+
"interoperable_at": 1689897600,
|
|
579
|
+
"polyfills": [
|
|
580
|
+
{
|
|
581
|
+
"type": "PostCSS Plugin",
|
|
582
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-normalize-display-values"
|
|
583
|
+
}
|
|
584
|
+
],
|
|
585
|
+
"vendors_implementations": 3
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
"id": "double-position-gradients",
|
|
589
|
+
"title": "Double Position Gradients",
|
|
590
|
+
"description": "A syntax for using two positions in a gradient.",
|
|
591
|
+
"specification": "https://www.w3.org/TR/css-images-4/#color-stop-syntax",
|
|
592
|
+
"stage": 2,
|
|
593
|
+
"browser_support": {
|
|
594
|
+
"and_chr": "72",
|
|
595
|
+
"and_ff": "83",
|
|
596
|
+
"android": "72",
|
|
597
|
+
"chrome": "72",
|
|
598
|
+
"edge": "79",
|
|
599
|
+
"firefox": "83",
|
|
600
|
+
"ios_saf": "12.2",
|
|
601
|
+
"oculus": "6.0",
|
|
602
|
+
"op_mob": "51",
|
|
603
|
+
"opera": "60",
|
|
604
|
+
"safari": "12.1",
|
|
605
|
+
"samsung": "11.0",
|
|
606
|
+
"webview_ios": "12.2"
|
|
607
|
+
},
|
|
608
|
+
"docs": {
|
|
609
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient"
|
|
610
|
+
},
|
|
611
|
+
"example": ".pie_chart {\n background-image: conic-gradient(yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
|
|
612
|
+
"interoperable_at": 1605571200,
|
|
613
|
+
"polyfills": [
|
|
614
|
+
{
|
|
615
|
+
"type": "PostCSS Plugin",
|
|
616
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-double-position-gradients"
|
|
617
|
+
}
|
|
618
|
+
],
|
|
619
|
+
"vendors_implementations": 3
|
|
620
|
+
},
|
|
621
|
+
{
|
|
622
|
+
"id": "environment-variables",
|
|
623
|
+
"title": "Custom Environment Variables",
|
|
624
|
+
"description": "A syntax for using custom values accepted by CSS globally",
|
|
625
|
+
"specification": "https://drafts.csswg.org/css-env-1/",
|
|
626
|
+
"stage": 0,
|
|
627
|
+
"browser_support": {},
|
|
628
|
+
"docs": {
|
|
629
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/env"
|
|
630
|
+
},
|
|
631
|
+
"example": "@media (max-width: env(--brand-small)) {\n body {\n padding: env(--brand-spacing);\n }\n}",
|
|
632
|
+
"polyfills": [
|
|
633
|
+
{
|
|
634
|
+
"type": "PostCSS Plugin",
|
|
635
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-env-function"
|
|
636
|
+
}
|
|
637
|
+
],
|
|
638
|
+
"vendors_implementations": 0
|
|
639
|
+
},
|
|
640
|
+
{
|
|
641
|
+
"id": "exponential-functions",
|
|
642
|
+
"title": "`pow()`, `sqrt()`, `hypot()`, `log()`, `exp()` exponential functions",
|
|
643
|
+
"description": "Compute various exponential functions with their arguments",
|
|
644
|
+
"specification": "https://www.w3.org/TR/css-values-4/#exponent-funcs",
|
|
645
|
+
"stage": 2,
|
|
646
|
+
"browser_support": {
|
|
647
|
+
"and_chr": "120",
|
|
648
|
+
"and_ff": "118",
|
|
649
|
+
"android": "120",
|
|
650
|
+
"chrome": "120",
|
|
651
|
+
"edge": "120",
|
|
652
|
+
"firefox": "118",
|
|
653
|
+
"ios_saf": "15.4",
|
|
654
|
+
"op_mob": "80",
|
|
655
|
+
"opera": "106",
|
|
656
|
+
"safari": "15.4",
|
|
657
|
+
"samsung": "25.0",
|
|
658
|
+
"webview_ios": "15.4"
|
|
659
|
+
},
|
|
660
|
+
"docs": {
|
|
661
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/exp"
|
|
662
|
+
},
|
|
663
|
+
"example": "p {\n font-size: calc(pow(10, 12) * 1rem);\n font-size: calc(sqrt(100) * 1rem);\n font-size: calc(hypot(3, 4) * 1rem);\n font-size: calc(log(10) * 1rem);\n font-size: calc(exp(10) * 1rem);\n}",
|
|
664
|
+
"interoperable_at": 1701907200,
|
|
665
|
+
"polyfills": [
|
|
666
|
+
{
|
|
667
|
+
"type": "PostCSS Plugin",
|
|
668
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-exponential-functions"
|
|
669
|
+
}
|
|
670
|
+
],
|
|
671
|
+
"vendors_implementations": 3
|
|
672
|
+
},
|
|
673
|
+
{
|
|
674
|
+
"id": "fangsong-font-family",
|
|
675
|
+
"title": "`fangsong` Font Family",
|
|
676
|
+
"description": "A generic font used for Fang Song (仿宋) typefaces in Chinese",
|
|
677
|
+
"specification": "https://www.w3.org/TR/css-fonts-4/#fangsong-def",
|
|
678
|
+
"stage": 2,
|
|
679
|
+
"browser_support": {},
|
|
680
|
+
"docs": {
|
|
681
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#Syntax"
|
|
682
|
+
},
|
|
683
|
+
"example": "body {\n font-family: fangsong;\n}",
|
|
684
|
+
"polyfills": [
|
|
685
|
+
{
|
|
686
|
+
"type": "PostCSS Plugin",
|
|
687
|
+
"link": "https://github.com/JLHwung/postcss-font-family-fangsong"
|
|
688
|
+
}
|
|
689
|
+
],
|
|
690
|
+
"vendors_implementations": 0
|
|
691
|
+
},
|
|
692
|
+
{
|
|
693
|
+
"id": "float-clear-logical-values",
|
|
694
|
+
"title": "Logical Values in float and clear",
|
|
695
|
+
"description": "Flow-relative (inline-start and inline-end) values for float and clear",
|
|
696
|
+
"specification": "https://www.w3.org/TR/css-logical-1/",
|
|
697
|
+
"stage": 2,
|
|
698
|
+
"browser_support": {
|
|
699
|
+
"and_chr": "118",
|
|
700
|
+
"and_ff": "55",
|
|
701
|
+
"android": "118",
|
|
702
|
+
"chrome": "118",
|
|
703
|
+
"edge": "118",
|
|
704
|
+
"firefox": "55",
|
|
705
|
+
"ios_saf": "15",
|
|
706
|
+
"op_mob": "79",
|
|
707
|
+
"opera": "104",
|
|
708
|
+
"safari": "15",
|
|
709
|
+
"samsung": "25.0",
|
|
710
|
+
"webview_ios": "15"
|
|
711
|
+
},
|
|
712
|
+
"docs": {
|
|
713
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/float"
|
|
714
|
+
},
|
|
715
|
+
"example": "span:first-child {\n float: inline-start;\n}",
|
|
716
|
+
"interoperable_at": 1697155200,
|
|
717
|
+
"polyfills": [
|
|
718
|
+
{
|
|
719
|
+
"type": "PostCSS Plugin",
|
|
720
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-float-and-clear"
|
|
721
|
+
}
|
|
722
|
+
],
|
|
723
|
+
"vendors_implementations": 3
|
|
724
|
+
},
|
|
725
|
+
{
|
|
726
|
+
"id": "focus-visible-pseudo-class",
|
|
727
|
+
"title": "`:focus-visible` Focus-Indicated Pseudo-Class",
|
|
728
|
+
"description": "A pseudo-class for matching focused elements that indicate that focus to a user",
|
|
729
|
+
"specification": "https://www.w3.org/TR/selectors-4/#focus-visible-pseudo",
|
|
730
|
+
"stage": 2,
|
|
731
|
+
"browser_support": {
|
|
732
|
+
"and_chr": "86",
|
|
733
|
+
"and_ff": "85",
|
|
734
|
+
"android": "86",
|
|
735
|
+
"chrome": "86",
|
|
736
|
+
"edge": "86",
|
|
737
|
+
"firefox": "85",
|
|
738
|
+
"ios_saf": "15.4",
|
|
739
|
+
"oculus": "12.0",
|
|
740
|
+
"op_mob": "61",
|
|
741
|
+
"opera": "72",
|
|
742
|
+
"safari": "15.4",
|
|
743
|
+
"samsung": "14.0",
|
|
744
|
+
"webview_ios": "15.4"
|
|
745
|
+
},
|
|
746
|
+
"docs": {
|
|
747
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-visible"
|
|
748
|
+
},
|
|
749
|
+
"example": ":focus:not(:focus-visible) {\n outline: 0;\n}",
|
|
750
|
+
"interoperable_at": 1647216000,
|
|
751
|
+
"polyfills": [
|
|
752
|
+
{
|
|
753
|
+
"type": "JavaScript Library",
|
|
754
|
+
"link": "https://github.com/WICG/focus-visible"
|
|
755
|
+
},
|
|
756
|
+
{
|
|
757
|
+
"type": "PostCSS Plugin",
|
|
758
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-visible"
|
|
759
|
+
}
|
|
760
|
+
],
|
|
761
|
+
"vendors_implementations": 3,
|
|
762
|
+
"web-feature": "focus-visible"
|
|
763
|
+
},
|
|
764
|
+
{
|
|
765
|
+
"id": "focus-within-pseudo-class",
|
|
766
|
+
"title": "`:focus-within` Focus Container Pseudo-Class",
|
|
767
|
+
"description": "A pseudo-class for matching elements that are either focused or that have focused descendants",
|
|
768
|
+
"specification": "https://www.w3.org/TR/selectors-4/#focus-within-pseudo",
|
|
769
|
+
"stage": 2,
|
|
770
|
+
"browser_support": {
|
|
771
|
+
"and_chr": "60",
|
|
772
|
+
"and_ff": "52",
|
|
773
|
+
"android": "60",
|
|
774
|
+
"chrome": "60",
|
|
775
|
+
"edge": "79",
|
|
776
|
+
"firefox": "52",
|
|
777
|
+
"ios_saf": "10.3",
|
|
778
|
+
"oculus": "5.0",
|
|
779
|
+
"op_mob": "44",
|
|
780
|
+
"opera": "47",
|
|
781
|
+
"safari": "10.1",
|
|
782
|
+
"samsung": "8.0",
|
|
783
|
+
"webview_ios": "10.3"
|
|
784
|
+
},
|
|
785
|
+
"docs": {
|
|
786
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:focus-within"
|
|
787
|
+
},
|
|
788
|
+
"example": "form:focus-within {\n background: rgb(0 128 0);\n}",
|
|
789
|
+
"interoperable_at": 1579046400,
|
|
790
|
+
"polyfills": [
|
|
791
|
+
{
|
|
792
|
+
"type": "JavaScript Library",
|
|
793
|
+
"link": "https://github.com/jsxtools/focus-within"
|
|
794
|
+
},
|
|
795
|
+
{
|
|
796
|
+
"type": "PostCSS Plugin",
|
|
797
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-focus-within"
|
|
798
|
+
}
|
|
799
|
+
],
|
|
800
|
+
"vendors_implementations": 3
|
|
801
|
+
},
|
|
802
|
+
{
|
|
803
|
+
"id": "font-format-keywords",
|
|
804
|
+
"title": "Font `format()` Keywords",
|
|
805
|
+
"description": "A syntax for specifying font format as a keyword in `@font-face` rule’s `format()` function",
|
|
806
|
+
"specification": "https://www.w3.org/TR/css-fonts-4/#font-format-values",
|
|
807
|
+
"stage": 2,
|
|
808
|
+
"browser_support": {
|
|
809
|
+
"and_chr": "108",
|
|
810
|
+
"android": "108",
|
|
811
|
+
"chrome": "108",
|
|
812
|
+
"edge": "108",
|
|
813
|
+
"ios_saf": "5",
|
|
814
|
+
"op_mob": "73",
|
|
815
|
+
"opera": "94",
|
|
816
|
+
"safari": "4",
|
|
817
|
+
"samsung": "21.0",
|
|
818
|
+
"webview_ios": "5"
|
|
819
|
+
},
|
|
820
|
+
"docs": {
|
|
821
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face"
|
|
822
|
+
},
|
|
823
|
+
"example": "@font-face {\n src: url(file.woff2) format(woff2);\n}",
|
|
824
|
+
"polyfills": [
|
|
825
|
+
{
|
|
826
|
+
"type": "PostCSS Plugin",
|
|
827
|
+
"link": "https://github.com/valtlai/postcss-font-format-keywords"
|
|
828
|
+
}
|
|
829
|
+
],
|
|
830
|
+
"vendors_implementations": 2
|
|
831
|
+
},
|
|
832
|
+
{
|
|
833
|
+
"id": "font-variant-property",
|
|
834
|
+
"title": "`font-variant` Property",
|
|
835
|
+
"description": "A property for defining the usage of alternate glyphs in a font",
|
|
836
|
+
"specification": "https://www.w3.org/TR/css-fonts-3/#propdef-font-variant",
|
|
837
|
+
"stage": 4,
|
|
838
|
+
"browser_support": {
|
|
839
|
+
"and_ff": "34",
|
|
840
|
+
"firefox": "34",
|
|
841
|
+
"ios_saf": "9.3",
|
|
842
|
+
"safari": "9.1",
|
|
843
|
+
"webview_ios": "9.3"
|
|
844
|
+
},
|
|
845
|
+
"docs": {
|
|
846
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-variant"
|
|
847
|
+
},
|
|
848
|
+
"example": "h2 {\n font-variant: small-caps;\n}",
|
|
849
|
+
"polyfills": [
|
|
850
|
+
{
|
|
851
|
+
"type": "PostCSS Plugin",
|
|
852
|
+
"link": "https://github.com/postcss/postcss-font-variant"
|
|
853
|
+
}
|
|
854
|
+
],
|
|
855
|
+
"vendors_implementations": 2
|
|
856
|
+
},
|
|
857
|
+
{
|
|
858
|
+
"id": "gamut-mapping",
|
|
859
|
+
"title": "Gamut mapping for CSS color functions",
|
|
860
|
+
"description": "Gamut map css colors to fit display specific gamuts.",
|
|
861
|
+
"specification": "https://www.w3.org/TR/css-color-4/#gamut-mapping",
|
|
862
|
+
"stage": 2,
|
|
863
|
+
"browser_support": {},
|
|
864
|
+
"example": "@media (color-gamut: rec2020) {\n\tp {\n\t\tcolor: oklch(40% 0.234 0.39 / 0.5);\n\t}\n}",
|
|
865
|
+
"polyfills": [
|
|
866
|
+
{
|
|
867
|
+
"type": "PostCSS Plugin",
|
|
868
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gamut-mapping"
|
|
869
|
+
}
|
|
870
|
+
],
|
|
871
|
+
"vendors_implementations": 0
|
|
872
|
+
},
|
|
873
|
+
{
|
|
874
|
+
"id": "gap-properties",
|
|
875
|
+
"title": "Gap Properties",
|
|
876
|
+
"description": "Properties for defining gutters within a layout",
|
|
877
|
+
"specification": "https://www.w3.org/TR/css-grid-1/#gutters",
|
|
878
|
+
"stage": 3,
|
|
879
|
+
"browser_support": {
|
|
880
|
+
"and_chr": "66",
|
|
881
|
+
"and_ff": "61",
|
|
882
|
+
"android": "66",
|
|
883
|
+
"chrome": "66",
|
|
884
|
+
"edge": "16",
|
|
885
|
+
"firefox": "61",
|
|
886
|
+
"ios_saf": "12",
|
|
887
|
+
"oculus": "5.0",
|
|
888
|
+
"op_mob": "47",
|
|
889
|
+
"opera": "53",
|
|
890
|
+
"safari": "12",
|
|
891
|
+
"samsung": "9.0",
|
|
892
|
+
"webview_ios": "12"
|
|
893
|
+
},
|
|
894
|
+
"docs": {
|
|
895
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/gap"
|
|
896
|
+
},
|
|
897
|
+
"example": ".grid-1 {\n gap: 20px;\n}\n\n.grid-2 {\n column-gap: 40px;\n row-gap: 20px;\n}",
|
|
898
|
+
"interoperable_at": 1537142400,
|
|
899
|
+
"polyfills": [
|
|
900
|
+
{
|
|
901
|
+
"type": "PostCSS Plugin",
|
|
902
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gap-properties"
|
|
903
|
+
}
|
|
904
|
+
],
|
|
905
|
+
"vendors_implementations": 3
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"id": "gradients-interpolation-method",
|
|
909
|
+
"title": "Gradients Interpolation Method",
|
|
910
|
+
"description": "Define the interpolation method for gradients",
|
|
911
|
+
"specification": "https://www.w3.org/TR/css-images-4/#color-interpolation",
|
|
912
|
+
"stage": 2,
|
|
913
|
+
"browser_support": {
|
|
914
|
+
"and_chr": "111",
|
|
915
|
+
"and_ff": "127",
|
|
916
|
+
"android": "111",
|
|
917
|
+
"chrome": "111",
|
|
918
|
+
"edge": "111",
|
|
919
|
+
"firefox": "127",
|
|
920
|
+
"ios_saf": "16.2",
|
|
921
|
+
"op_mob": "75",
|
|
922
|
+
"opera": "97",
|
|
923
|
+
"safari": "16.2",
|
|
924
|
+
"samsung": "22.0",
|
|
925
|
+
"webview_ios": "16.2"
|
|
926
|
+
},
|
|
927
|
+
"docs": {
|
|
928
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/gradient/linear-gradient#syntax"
|
|
929
|
+
},
|
|
930
|
+
"example": ".pie_chart {\n background-image: conic-gradient(in oklch, yellowgreen 40%, gold 0deg 75%, #f06 0deg);\n}",
|
|
931
|
+
"interoperable_at": 1718064000,
|
|
932
|
+
"polyfills": [
|
|
933
|
+
{
|
|
934
|
+
"type": "PostCSS Plugin",
|
|
935
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-gradients-interpolation-method"
|
|
936
|
+
}
|
|
937
|
+
],
|
|
938
|
+
"vendors_implementations": 3
|
|
939
|
+
},
|
|
940
|
+
{
|
|
941
|
+
"id": "grid-layout",
|
|
942
|
+
"title": "Grid Layout",
|
|
943
|
+
"description": "A syntax for using a grid concept to lay out content",
|
|
944
|
+
"specification": "https://www.w3.org/TR/css-grid-1/",
|
|
945
|
+
"stage": 3,
|
|
946
|
+
"browser_support": {
|
|
947
|
+
"and_chr": "57",
|
|
948
|
+
"and_ff": "52",
|
|
949
|
+
"android": "57",
|
|
950
|
+
"chrome": "57",
|
|
951
|
+
"edge": "16",
|
|
952
|
+
"firefox": "52",
|
|
953
|
+
"ios_saf": "10.3",
|
|
954
|
+
"oculus": "5.0",
|
|
955
|
+
"op_mob": "43",
|
|
956
|
+
"opera": "44",
|
|
957
|
+
"safari": "10.1",
|
|
958
|
+
"samsung": "6.0",
|
|
959
|
+
"webview_ios": "10.3"
|
|
960
|
+
},
|
|
961
|
+
"docs": {
|
|
962
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/grid"
|
|
963
|
+
},
|
|
964
|
+
"example": "section {\n display: grid;\n grid-template-columns: 100px 100px 100px;\n grid-gap: 10px;\n}",
|
|
965
|
+
"interoperable_at": 1508198400,
|
|
966
|
+
"polyfills": [
|
|
967
|
+
{
|
|
968
|
+
"type": "PostCSS Plugin",
|
|
969
|
+
"link": "https://github.com/postcss/autoprefixer"
|
|
970
|
+
}
|
|
971
|
+
],
|
|
972
|
+
"vendors_implementations": 3
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"id": "has-pseudo-class",
|
|
976
|
+
"title": "`:has()` Relational Pseudo-Class",
|
|
977
|
+
"description": "A pseudo-class for matching ancestor and sibling elements",
|
|
978
|
+
"specification": "https://www.w3.org/TR/selectors-4/#has-pseudo",
|
|
979
|
+
"stage": 2,
|
|
980
|
+
"browser_support": {
|
|
981
|
+
"and_chr": "105",
|
|
982
|
+
"and_ff": "121",
|
|
983
|
+
"android": "105",
|
|
984
|
+
"chrome": "105",
|
|
985
|
+
"edge": "105",
|
|
986
|
+
"firefox": "121",
|
|
987
|
+
"ios_saf": "15.4",
|
|
988
|
+
"op_mob": "72",
|
|
989
|
+
"opera": "91",
|
|
990
|
+
"safari": "15.4",
|
|
991
|
+
"samsung": "20.0",
|
|
992
|
+
"webview_ios": "15.4"
|
|
993
|
+
},
|
|
994
|
+
"docs": {
|
|
995
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:has"
|
|
996
|
+
},
|
|
997
|
+
"example": "a:has(> img) {\n display: block;\n}",
|
|
998
|
+
"interoperable_at": 1702944000,
|
|
999
|
+
"polyfills": [
|
|
1000
|
+
{
|
|
1001
|
+
"type": "JavaScript Library",
|
|
1002
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"
|
|
1003
|
+
},
|
|
1004
|
+
{
|
|
1005
|
+
"type": "PostCSS Plugin",
|
|
1006
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-has-pseudo"
|
|
1007
|
+
}
|
|
1008
|
+
],
|
|
1009
|
+
"vendors_implementations": 3,
|
|
1010
|
+
"web-feature": "has"
|
|
1011
|
+
},
|
|
1012
|
+
{
|
|
1013
|
+
"id": "hexadecimal-alpha-notation",
|
|
1014
|
+
"title": "Hexadecimal Alpha Notation",
|
|
1015
|
+
"description": "A 4 & 8 character hex color notation for specifying the opacity level",
|
|
1016
|
+
"specification": "https://www.w3.org/TR/css-color-4/#hex-notation",
|
|
1017
|
+
"stage": 2,
|
|
1018
|
+
"browser_support": {
|
|
1019
|
+
"and_chr": "62",
|
|
1020
|
+
"and_ff": "49",
|
|
1021
|
+
"android": "62",
|
|
1022
|
+
"chrome": "62",
|
|
1023
|
+
"edge": "79",
|
|
1024
|
+
"firefox": "49",
|
|
1025
|
+
"ios_saf": "9.3",
|
|
1026
|
+
"oculus": "5.0",
|
|
1027
|
+
"op_mob": "47",
|
|
1028
|
+
"opera": "49",
|
|
1029
|
+
"safari": "10",
|
|
1030
|
+
"samsung": "8.0",
|
|
1031
|
+
"webview_ios": "9.3"
|
|
1032
|
+
},
|
|
1033
|
+
"docs": {
|
|
1034
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value#Syntax_2"
|
|
1035
|
+
},
|
|
1036
|
+
"example": "section {\n background-color: #f3f3f3f3;\n color: #0003;\n}",
|
|
1037
|
+
"interoperable_at": 1579046400,
|
|
1038
|
+
"polyfills": [
|
|
1039
|
+
{
|
|
1040
|
+
"type": "PostCSS Plugin",
|
|
1041
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-hex-alpha"
|
|
1042
|
+
}
|
|
1043
|
+
],
|
|
1044
|
+
"vendors_implementations": 3
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"id": "hwb-function",
|
|
1048
|
+
"title": "`hwb()` Function",
|
|
1049
|
+
"description": "A function for specifying colors by hue and then a degree of whiteness and blackness to mix into it",
|
|
1050
|
+
"specification": "https://www.w3.org/TR/css-color-4/#funcdef-hwb",
|
|
1051
|
+
"stage": 2,
|
|
1052
|
+
"browser_support": {
|
|
1053
|
+
"and_chr": "101",
|
|
1054
|
+
"and_ff": "96",
|
|
1055
|
+
"android": "101",
|
|
1056
|
+
"chrome": "101",
|
|
1057
|
+
"edge": "101",
|
|
1058
|
+
"firefox": "96",
|
|
1059
|
+
"ios_saf": "15",
|
|
1060
|
+
"oculus": "22.0",
|
|
1061
|
+
"op_mob": "70",
|
|
1062
|
+
"opera": "87",
|
|
1063
|
+
"safari": "15",
|
|
1064
|
+
"samsung": "19.0",
|
|
1065
|
+
"webview_ios": "15"
|
|
1066
|
+
},
|
|
1067
|
+
"docs": {
|
|
1068
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/hwb"
|
|
1069
|
+
},
|
|
1070
|
+
"example": "p {\n color: hwb(120 44% 50%);\n}",
|
|
1071
|
+
"interoperable_at": 1651104000,
|
|
1072
|
+
"polyfills": [
|
|
1073
|
+
{
|
|
1074
|
+
"type": "PostCSS Plugin",
|
|
1075
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-hwb-function"
|
|
1076
|
+
}
|
|
1077
|
+
],
|
|
1078
|
+
"vendors_implementations": 3
|
|
1079
|
+
},
|
|
1080
|
+
{
|
|
1081
|
+
"id": "ic-unit",
|
|
1082
|
+
"title": "`ic` length unit",
|
|
1083
|
+
"description": "Equal to the used advance measure of the \"水\" (CJK water ideograph, U+6C34) glyph found in the font used to render it",
|
|
1084
|
+
"specification": "https://www.w3.org/TR/css-values-4/#ic",
|
|
1085
|
+
"stage": 2,
|
|
1086
|
+
"browser_support": {
|
|
1087
|
+
"and_chr": "106",
|
|
1088
|
+
"and_ff": "97",
|
|
1089
|
+
"android": "106",
|
|
1090
|
+
"chrome": "106",
|
|
1091
|
+
"edge": "106",
|
|
1092
|
+
"firefox": "97",
|
|
1093
|
+
"ios_saf": "15.4",
|
|
1094
|
+
"op_mob": "72",
|
|
1095
|
+
"opera": "92",
|
|
1096
|
+
"safari": "15.4",
|
|
1097
|
+
"samsung": "20.0",
|
|
1098
|
+
"webview_ios": "15.4"
|
|
1099
|
+
},
|
|
1100
|
+
"docs": {
|
|
1101
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Values_and_Units#dimensions"
|
|
1102
|
+
},
|
|
1103
|
+
"example": "p {\n text-indent: 2ic;\n}",
|
|
1104
|
+
"interoperable_at": 1664755200,
|
|
1105
|
+
"polyfills": [
|
|
1106
|
+
{
|
|
1107
|
+
"type": "PostCSS Plugin",
|
|
1108
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-ic-unit"
|
|
1109
|
+
}
|
|
1110
|
+
],
|
|
1111
|
+
"vendors_implementations": 3,
|
|
1112
|
+
"web-feature": "ic"
|
|
1113
|
+
},
|
|
1114
|
+
{
|
|
1115
|
+
"id": "image-set-function",
|
|
1116
|
+
"title": "`image-set()` Function",
|
|
1117
|
+
"description": "A function for specifying image sources based on the user’s resolution",
|
|
1118
|
+
"specification": "https://www.w3.org/TR/css-images-4/#image-set-notation",
|
|
1119
|
+
"stage": 2,
|
|
1120
|
+
"browser_support": {
|
|
1121
|
+
"and_chr": "25",
|
|
1122
|
+
"and_ff": "89",
|
|
1123
|
+
"android": "4.4",
|
|
1124
|
+
"chrome": "21",
|
|
1125
|
+
"edge": "79",
|
|
1126
|
+
"firefox": "89",
|
|
1127
|
+
"ios_saf": "14",
|
|
1128
|
+
"oculus": "5.0",
|
|
1129
|
+
"op_mob": "14",
|
|
1130
|
+
"opera": "15",
|
|
1131
|
+
"safari": "14",
|
|
1132
|
+
"samsung": "1.5",
|
|
1133
|
+
"webview_ios": "17"
|
|
1134
|
+
},
|
|
1135
|
+
"docs": {
|
|
1136
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/image/image-set"
|
|
1137
|
+
},
|
|
1138
|
+
"example": "p {\n background-image: image-set(\n \"foo.png\" 1x,\n \"foo-2x.png\" 2x,\n \"foo-print.png\" 600dpi\n );\n}",
|
|
1139
|
+
"interoperable_at": 1622505600,
|
|
1140
|
+
"polyfills": [
|
|
1141
|
+
{
|
|
1142
|
+
"type": "PostCSS Plugin",
|
|
1143
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-image-set-function"
|
|
1144
|
+
}
|
|
1145
|
+
],
|
|
1146
|
+
"vendors_implementations": 3
|
|
1147
|
+
},
|
|
1148
|
+
{
|
|
1149
|
+
"id": "in-out-of-range-pseudo-class",
|
|
1150
|
+
"title": "`:in-range` and `:out-of-range` Pseudo-Classes",
|
|
1151
|
+
"description": "A pseudo-class for matching elements that have range limitations",
|
|
1152
|
+
"specification": "https://www.w3.org/TR/selectors-4/#range-pseudos",
|
|
1153
|
+
"stage": 2,
|
|
1154
|
+
"browser_support": {
|
|
1155
|
+
"and_chr": "18",
|
|
1156
|
+
"and_ff": "16",
|
|
1157
|
+
"android": "2.2",
|
|
1158
|
+
"chrome": "10",
|
|
1159
|
+
"edge": "13",
|
|
1160
|
+
"firefox": "29",
|
|
1161
|
+
"ios_saf": "5",
|
|
1162
|
+
"oculus": "5.0",
|
|
1163
|
+
"op_mob": "11",
|
|
1164
|
+
"opera": "11",
|
|
1165
|
+
"safari": "5.1",
|
|
1166
|
+
"samsung": "1.0",
|
|
1167
|
+
"webview_ios": "5"
|
|
1168
|
+
},
|
|
1169
|
+
"docs": {
|
|
1170
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:in-range"
|
|
1171
|
+
},
|
|
1172
|
+
"example": "input:in-range {\n background-color: rgb(0 255 0 / 0.25);\n}\ninput:out-of-range {\n background-color: rgb(255 0 0 / 0.25);\n border: 2px solid red;\n}",
|
|
1173
|
+
"interoperable_at": 1447286400,
|
|
1174
|
+
"vendors_implementations": 3
|
|
1175
|
+
},
|
|
1176
|
+
{
|
|
1177
|
+
"id": "is-pseudo-class",
|
|
1178
|
+
"title": "`:is()` Matches-Any Pseudo-Class",
|
|
1179
|
+
"description": "A pseudo-class for matching elements in a selector list",
|
|
1180
|
+
"specification": "https://www.w3.org/TR/selectors-4/#matches-pseudo",
|
|
1181
|
+
"stage": 2,
|
|
1182
|
+
"browser_support": {
|
|
1183
|
+
"and_chr": "88",
|
|
1184
|
+
"and_ff": "82",
|
|
1185
|
+
"android": "88",
|
|
1186
|
+
"chrome": "88",
|
|
1187
|
+
"edge": "88",
|
|
1188
|
+
"firefox": "82",
|
|
1189
|
+
"ios_saf": "14",
|
|
1190
|
+
"oculus": "14.0",
|
|
1191
|
+
"op_mob": "63",
|
|
1192
|
+
"opera": "74",
|
|
1193
|
+
"safari": "14",
|
|
1194
|
+
"samsung": "15.0",
|
|
1195
|
+
"webview_ios": "14"
|
|
1196
|
+
},
|
|
1197
|
+
"docs": {
|
|
1198
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:is"
|
|
1199
|
+
},
|
|
1200
|
+
"example": "p:is(:first-child, .special) {\n margin-top: 1em;\n}",
|
|
1201
|
+
"interoperable_at": 1611187200,
|
|
1202
|
+
"polyfills": [
|
|
1203
|
+
{
|
|
1204
|
+
"type": "PostCSS Plugin",
|
|
1205
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-is-pseudo-class"
|
|
1206
|
+
}
|
|
1207
|
+
],
|
|
1208
|
+
"vendors_implementations": 3,
|
|
1209
|
+
"web-feature": "is"
|
|
1210
|
+
},
|
|
1211
|
+
{
|
|
1212
|
+
"id": "lab-function",
|
|
1213
|
+
"title": "`lab()` Function",
|
|
1214
|
+
"description": "A function for specifying colors expressed in the CIE Lab color space",
|
|
1215
|
+
"specification": "https://www.w3.org/TR/css-color-4/#funcdef-lab",
|
|
1216
|
+
"stage": 2,
|
|
1217
|
+
"browser_support": {
|
|
1218
|
+
"and_chr": "116",
|
|
1219
|
+
"and_ff": "113",
|
|
1220
|
+
"android": "116",
|
|
1221
|
+
"chrome": "116",
|
|
1222
|
+
"edge": "116",
|
|
1223
|
+
"firefox": "113",
|
|
1224
|
+
"ios_saf": "16.2",
|
|
1225
|
+
"op_mob": "78",
|
|
1226
|
+
"opera": "102",
|
|
1227
|
+
"safari": "16.2",
|
|
1228
|
+
"samsung": "24.0",
|
|
1229
|
+
"webview_ios": "16.2"
|
|
1230
|
+
},
|
|
1231
|
+
"docs": {
|
|
1232
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/lab"
|
|
1233
|
+
},
|
|
1234
|
+
"example": "body {\n color: lab(80% 50 20);\n}",
|
|
1235
|
+
"interoperable_at": 1692576000,
|
|
1236
|
+
"polyfills": [
|
|
1237
|
+
{
|
|
1238
|
+
"type": "PostCSS Plugin",
|
|
1239
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"
|
|
1240
|
+
}
|
|
1241
|
+
],
|
|
1242
|
+
"vendors_implementations": 3,
|
|
1243
|
+
"web-feature": "lab"
|
|
1244
|
+
},
|
|
1245
|
+
{
|
|
1246
|
+
"id": "lch-function",
|
|
1247
|
+
"title": "`lch()` Function",
|
|
1248
|
+
"description": "A function for specifying colors expressed in the CIE Lab color space with chroma and hue",
|
|
1249
|
+
"specification": "https://www.w3.org/TR/css-color-4/#funcdef-lch",
|
|
1250
|
+
"stage": 2,
|
|
1251
|
+
"browser_support": {
|
|
1252
|
+
"and_chr": "116",
|
|
1253
|
+
"and_ff": "113",
|
|
1254
|
+
"android": "116",
|
|
1255
|
+
"chrome": "116",
|
|
1256
|
+
"edge": "116",
|
|
1257
|
+
"firefox": "113",
|
|
1258
|
+
"ios_saf": "16.2",
|
|
1259
|
+
"op_mob": "78",
|
|
1260
|
+
"opera": "102",
|
|
1261
|
+
"safari": "16.2",
|
|
1262
|
+
"samsung": "24.0",
|
|
1263
|
+
"webview_ios": "16.2"
|
|
1264
|
+
},
|
|
1265
|
+
"docs": {
|
|
1266
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/lch"
|
|
1267
|
+
},
|
|
1268
|
+
"example": "body {\n color: lch(53% 105 40);\n}",
|
|
1269
|
+
"interoperable_at": 1692576000,
|
|
1270
|
+
"polyfills": [
|
|
1271
|
+
{
|
|
1272
|
+
"type": "PostCSS Plugin",
|
|
1273
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-lab-function"
|
|
1274
|
+
}
|
|
1275
|
+
],
|
|
1276
|
+
"vendors_implementations": 3,
|
|
1277
|
+
"web-feature": "lab"
|
|
1278
|
+
},
|
|
1279
|
+
{
|
|
1280
|
+
"id": "light-dark-function",
|
|
1281
|
+
"title": "`light-dark()` Function",
|
|
1282
|
+
"description": "React to the current used `color-scheme` value",
|
|
1283
|
+
"specification": "https://drafts.csswg.org/css-color-5/#light-dark",
|
|
1284
|
+
"stage": 2,
|
|
1285
|
+
"browser_support": {
|
|
1286
|
+
"and_chr": "123",
|
|
1287
|
+
"and_ff": "120",
|
|
1288
|
+
"android": "123",
|
|
1289
|
+
"chrome": "123",
|
|
1290
|
+
"edge": "123",
|
|
1291
|
+
"firefox": "120",
|
|
1292
|
+
"ios_saf": "17.5",
|
|
1293
|
+
"op_mob": "82",
|
|
1294
|
+
"opera": "109",
|
|
1295
|
+
"safari": "17.5",
|
|
1296
|
+
"samsung": "27.0",
|
|
1297
|
+
"webview_ios": "17.5"
|
|
1298
|
+
},
|
|
1299
|
+
"docs": {
|
|
1300
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/light-dark"
|
|
1301
|
+
},
|
|
1302
|
+
"example": "body {\n color: light-dark(cyan, magenta);\n}",
|
|
1303
|
+
"interoperable_at": 1715558400,
|
|
1304
|
+
"polyfills": [
|
|
1305
|
+
{
|
|
1306
|
+
"type": "PostCSS Plugin",
|
|
1307
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-light-dark-function"
|
|
1308
|
+
}
|
|
1309
|
+
],
|
|
1310
|
+
"vendors_implementations": 3
|
|
1311
|
+
},
|
|
1312
|
+
{
|
|
1313
|
+
"id": "logical-overflow",
|
|
1314
|
+
"title": "Logical Overflow",
|
|
1315
|
+
"description": "Flow-relative `overflow` properties",
|
|
1316
|
+
"specification": "https://www.w3.org/TR/css-overflow-3/#overflow-control",
|
|
1317
|
+
"stage": 2,
|
|
1318
|
+
"browser_support": {
|
|
1319
|
+
"and_chr": "135",
|
|
1320
|
+
"and_ff": "79",
|
|
1321
|
+
"android": "135",
|
|
1322
|
+
"chrome": "135",
|
|
1323
|
+
"edge": "135",
|
|
1324
|
+
"firefox": "69"
|
|
1325
|
+
},
|
|
1326
|
+
"docs": {
|
|
1327
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-block"
|
|
1328
|
+
},
|
|
1329
|
+
"example": "div {\n overflow-block: scroll;\n}",
|
|
1330
|
+
"polyfills": [
|
|
1331
|
+
{
|
|
1332
|
+
"type": "PostCSS Plugin",
|
|
1333
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overflow"
|
|
1334
|
+
}
|
|
1335
|
+
],
|
|
1336
|
+
"vendors_implementations": 2
|
|
1337
|
+
},
|
|
1338
|
+
{
|
|
1339
|
+
"id": "logical-overscroll-behavior",
|
|
1340
|
+
"title": "Logical Overscroll Behavior",
|
|
1341
|
+
"description": "Flow-relative `overscroll-behavior` properties",
|
|
1342
|
+
"specification": "https://www.w3.org/TR/css-overscroll-1/#overscroll-behavior-longhands-logical",
|
|
1343
|
+
"stage": 2,
|
|
1344
|
+
"browser_support": {
|
|
1345
|
+
"and_chr": "77",
|
|
1346
|
+
"and_ff": "79",
|
|
1347
|
+
"android": "77",
|
|
1348
|
+
"chrome": "77",
|
|
1349
|
+
"edge": "79",
|
|
1350
|
+
"firefox": "73",
|
|
1351
|
+
"ios_saf": "16",
|
|
1352
|
+
"oculus": "7.0",
|
|
1353
|
+
"op_mob": "55",
|
|
1354
|
+
"opera": "64",
|
|
1355
|
+
"safari": "16",
|
|
1356
|
+
"samsung": "12.0",
|
|
1357
|
+
"webview_ios": "16"
|
|
1358
|
+
},
|
|
1359
|
+
"docs": {
|
|
1360
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior-block"
|
|
1361
|
+
},
|
|
1362
|
+
"example": "div {\n overscroll-behavior-block: scroll;\n}",
|
|
1363
|
+
"interoperable_at": 1662940800,
|
|
1364
|
+
"polyfills": [
|
|
1365
|
+
{
|
|
1366
|
+
"type": "PostCSS Plugin",
|
|
1367
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-overscroll-behavior"
|
|
1368
|
+
}
|
|
1369
|
+
],
|
|
1370
|
+
"vendors_implementations": 3
|
|
1371
|
+
},
|
|
1372
|
+
{
|
|
1373
|
+
"id": "logical-properties-and-values",
|
|
1374
|
+
"title": "Logical Properties and Values",
|
|
1375
|
+
"description": "Flow-relative (left-to-right or right-to-left) properties and values",
|
|
1376
|
+
"specification": "https://www.w3.org/TR/css-logical-1/",
|
|
1377
|
+
"stage": 2,
|
|
1378
|
+
"browser_support": {
|
|
1379
|
+
"and_chr": "89",
|
|
1380
|
+
"and_ff": "66",
|
|
1381
|
+
"android": "89",
|
|
1382
|
+
"chrome": "89",
|
|
1383
|
+
"edge": "89",
|
|
1384
|
+
"firefox": "66",
|
|
1385
|
+
"ios_saf": "15",
|
|
1386
|
+
"oculus": "15.0",
|
|
1387
|
+
"op_mob": "63",
|
|
1388
|
+
"opera": "75",
|
|
1389
|
+
"safari": "15",
|
|
1390
|
+
"samsung": "15.0",
|
|
1391
|
+
"webview_ios": "15"
|
|
1392
|
+
},
|
|
1393
|
+
"docs": {
|
|
1394
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_logical_properties_and_values"
|
|
1395
|
+
},
|
|
1396
|
+
"example": "span:first-child {\n margin-inline-start: 10px;\n}",
|
|
1397
|
+
"interoperable_at": 1632096000,
|
|
1398
|
+
"polyfills": [
|
|
1399
|
+
{
|
|
1400
|
+
"type": "PostCSS Plugin",
|
|
1401
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical"
|
|
1402
|
+
}
|
|
1403
|
+
],
|
|
1404
|
+
"vendors_implementations": 3
|
|
1405
|
+
},
|
|
1406
|
+
{
|
|
1407
|
+
"id": "logical-resize",
|
|
1408
|
+
"title": "Logical values in the `resize` property",
|
|
1409
|
+
"description": "Flow-relative (block or inline) values in resize",
|
|
1410
|
+
"specification": "https://www.w3.org/TR/css-logical-1/",
|
|
1411
|
+
"stage": 2,
|
|
1412
|
+
"browser_support": {
|
|
1413
|
+
"and_chr": "118",
|
|
1414
|
+
"and_ff": "63",
|
|
1415
|
+
"android": "118",
|
|
1416
|
+
"chrome": "118",
|
|
1417
|
+
"edge": "118",
|
|
1418
|
+
"firefox": "63",
|
|
1419
|
+
"op_mob": "79",
|
|
1420
|
+
"opera": "104",
|
|
1421
|
+
"safari": "16",
|
|
1422
|
+
"samsung": "25.0"
|
|
1423
|
+
},
|
|
1424
|
+
"docs": {
|
|
1425
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/resize"
|
|
1426
|
+
},
|
|
1427
|
+
"example": "area {\n resize: inline;\n}",
|
|
1428
|
+
"polyfills": [
|
|
1429
|
+
{
|
|
1430
|
+
"type": "PostCSS Plugin",
|
|
1431
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-resize"
|
|
1432
|
+
}
|
|
1433
|
+
],
|
|
1434
|
+
"vendors_implementations": 2
|
|
1435
|
+
},
|
|
1436
|
+
{
|
|
1437
|
+
"id": "logical-viewport-units",
|
|
1438
|
+
"title": "Logical Viewport Units",
|
|
1439
|
+
"description": "Flow-relative (horizontal or vertical) Viewport Units",
|
|
1440
|
+
"specification": "https://www.w3.org/TR/css-values-4/#viewport-relative-units",
|
|
1441
|
+
"stage": 2,
|
|
1442
|
+
"browser_support": {
|
|
1443
|
+
"and_chr": "108",
|
|
1444
|
+
"and_ff": "101",
|
|
1445
|
+
"android": "108",
|
|
1446
|
+
"chrome": "108",
|
|
1447
|
+
"edge": "108",
|
|
1448
|
+
"firefox": "101",
|
|
1449
|
+
"ios_saf": "15.4",
|
|
1450
|
+
"op_mob": "73",
|
|
1451
|
+
"opera": "94",
|
|
1452
|
+
"safari": "15.4",
|
|
1453
|
+
"samsung": "21.0",
|
|
1454
|
+
"webview_ios": "15.4"
|
|
1455
|
+
},
|
|
1456
|
+
"docs": {
|
|
1457
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/length#vb"
|
|
1458
|
+
},
|
|
1459
|
+
"example": "span:first-child {\n width: 5vi; height: 10vb; \n}",
|
|
1460
|
+
"interoperable_at": 1670198400,
|
|
1461
|
+
"polyfills": [
|
|
1462
|
+
{
|
|
1463
|
+
"type": "PostCSS Plugin",
|
|
1464
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-logical-viewport-units"
|
|
1465
|
+
}
|
|
1466
|
+
],
|
|
1467
|
+
"vendors_implementations": 3,
|
|
1468
|
+
"web-feature": "viewport-unit-variants"
|
|
1469
|
+
},
|
|
1470
|
+
{
|
|
1471
|
+
"id": "media-queries-aspect-ratio-number-values",
|
|
1472
|
+
"title": "Aspect-Ratio number values",
|
|
1473
|
+
"description": "Support `<ratio>` values with `<number>` components in `@media`",
|
|
1474
|
+
"specification": "https://www.w3.org/TR/css-values-4/#ratio-value",
|
|
1475
|
+
"stage": 2,
|
|
1476
|
+
"browser_support": {
|
|
1477
|
+
"and_chr": "110",
|
|
1478
|
+
"and_ff": "79",
|
|
1479
|
+
"android": "110",
|
|
1480
|
+
"chrome": "110",
|
|
1481
|
+
"edge": "110",
|
|
1482
|
+
"firefox": "78",
|
|
1483
|
+
"ios_saf": "16.4",
|
|
1484
|
+
"safari": "16.4"
|
|
1485
|
+
},
|
|
1486
|
+
"docs": {
|
|
1487
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/ratio"
|
|
1488
|
+
},
|
|
1489
|
+
"example": "@media (aspect-ratio: 1.77) {\n html {\n background-color: cyan;\n }\n}",
|
|
1490
|
+
"interoperable_at": 1679875200,
|
|
1491
|
+
"polyfills": [
|
|
1492
|
+
{
|
|
1493
|
+
"type": "PostCSS Plugin",
|
|
1494
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-queries-aspect-ratio-number-values"
|
|
1495
|
+
}
|
|
1496
|
+
],
|
|
1497
|
+
"vendors_implementations": 3
|
|
1498
|
+
},
|
|
1499
|
+
{
|
|
1500
|
+
"id": "media-query-ranges",
|
|
1501
|
+
"title": "Media Query Ranges",
|
|
1502
|
+
"description": "A syntax for defining media query ranges using ordinary comparison operators",
|
|
1503
|
+
"specification": "https://www.w3.org/TR/mediaqueries-4/#range-context",
|
|
1504
|
+
"stage": 3,
|
|
1505
|
+
"browser_support": {
|
|
1506
|
+
"and_chr": "104",
|
|
1507
|
+
"and_ff": "102",
|
|
1508
|
+
"android": "104",
|
|
1509
|
+
"chrome": "104",
|
|
1510
|
+
"edge": "104",
|
|
1511
|
+
"firefox": "102",
|
|
1512
|
+
"ios_saf": "16.4",
|
|
1513
|
+
"oculus": "23.0",
|
|
1514
|
+
"op_mob": "71",
|
|
1515
|
+
"opera": "90",
|
|
1516
|
+
"safari": "16.4",
|
|
1517
|
+
"samsung": "20.0",
|
|
1518
|
+
"webview_ios": "16.4"
|
|
1519
|
+
},
|
|
1520
|
+
"docs": {
|
|
1521
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_media_queries/Using_media_queries#Syntax_improvements_in_Level_4"
|
|
1522
|
+
},
|
|
1523
|
+
"example": "@media (width < 480px) {}\n\n@media (480px <= width < 768px) {}\n\n@media (width >= 768px) {}",
|
|
1524
|
+
"interoperable_at": 1679875200,
|
|
1525
|
+
"polyfills": [
|
|
1526
|
+
{
|
|
1527
|
+
"type": "PostCSS Plugin",
|
|
1528
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-media-minmax"
|
|
1529
|
+
}
|
|
1530
|
+
],
|
|
1531
|
+
"vendors_implementations": 3,
|
|
1532
|
+
"web-feature": "media-query-range-syntax"
|
|
1533
|
+
},
|
|
1534
|
+
{
|
|
1535
|
+
"id": "nested-calc",
|
|
1536
|
+
"title": "Nested `calc()`",
|
|
1537
|
+
"description": "Nest calc functions with the calc function name",
|
|
1538
|
+
"specification": "https://www.w3.org/TR/css-values-4/#calc-func",
|
|
1539
|
+
"stage": 2,
|
|
1540
|
+
"browser_support": {
|
|
1541
|
+
"and_chr": "51",
|
|
1542
|
+
"and_ff": "48",
|
|
1543
|
+
"android": "51",
|
|
1544
|
+
"chrome": "51",
|
|
1545
|
+
"edge": "16",
|
|
1546
|
+
"firefox": "48",
|
|
1547
|
+
"ios_saf": "11",
|
|
1548
|
+
"oculus": "5.0",
|
|
1549
|
+
"op_mob": "41",
|
|
1550
|
+
"opera": "38",
|
|
1551
|
+
"safari": "11",
|
|
1552
|
+
"samsung": "5.0",
|
|
1553
|
+
"webview_ios": "11"
|
|
1554
|
+
},
|
|
1555
|
+
"docs": {
|
|
1556
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/calc"
|
|
1557
|
+
},
|
|
1558
|
+
"example": "p {\n padding: calc(1px + calc(4 / 3));\n}",
|
|
1559
|
+
"interoperable_at": 1508198400,
|
|
1560
|
+
"polyfills": [
|
|
1561
|
+
{
|
|
1562
|
+
"type": "PostCSS Plugin",
|
|
1563
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nested-calc"
|
|
1564
|
+
}
|
|
1565
|
+
],
|
|
1566
|
+
"vendors_implementations": 3
|
|
1567
|
+
},
|
|
1568
|
+
{
|
|
1569
|
+
"id": "nesting-rules",
|
|
1570
|
+
"title": "Nesting Rules",
|
|
1571
|
+
"description": "A syntax for nesting relative rules within rules",
|
|
1572
|
+
"specification": "https://www.w3.org/TR/css-nesting-1/",
|
|
1573
|
+
"stage": 2,
|
|
1574
|
+
"browser_support": {
|
|
1575
|
+
"and_chr": "120",
|
|
1576
|
+
"and_ff": "117",
|
|
1577
|
+
"android": "120",
|
|
1578
|
+
"chrome": "120",
|
|
1579
|
+
"edge": "120",
|
|
1580
|
+
"firefox": "117",
|
|
1581
|
+
"ios_saf": "17.2",
|
|
1582
|
+
"op_mob": "80",
|
|
1583
|
+
"opera": "106",
|
|
1584
|
+
"safari": "17.2",
|
|
1585
|
+
"samsung": "25.0",
|
|
1586
|
+
"webview_ios": "17.2"
|
|
1587
|
+
},
|
|
1588
|
+
"docs": {
|
|
1589
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/Nesting_selector"
|
|
1590
|
+
},
|
|
1591
|
+
"example": "article {\n & p {\n color: #333;\n }\n}",
|
|
1592
|
+
"interoperable_at": 1702252800,
|
|
1593
|
+
"polyfills": [
|
|
1594
|
+
{
|
|
1595
|
+
"type": "PostCSS Plugin",
|
|
1596
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-nesting"
|
|
1597
|
+
}
|
|
1598
|
+
],
|
|
1599
|
+
"vendors_implementations": 3,
|
|
1600
|
+
"web-feature": "nesting"
|
|
1601
|
+
},
|
|
1602
|
+
{
|
|
1603
|
+
"id": "not-pseudo-class",
|
|
1604
|
+
"title": "`:not()` Negation List Pseudo-Class",
|
|
1605
|
+
"description": "A pseudo-class for ignoring elements in a selector list",
|
|
1606
|
+
"specification": "https://www.w3.org/TR/selectors-4/#negation-pseudo",
|
|
1607
|
+
"stage": 2,
|
|
1608
|
+
"browser_support": {
|
|
1609
|
+
"and_chr": "88",
|
|
1610
|
+
"and_ff": "84",
|
|
1611
|
+
"android": "88",
|
|
1612
|
+
"chrome": "88",
|
|
1613
|
+
"edge": "88",
|
|
1614
|
+
"firefox": "84",
|
|
1615
|
+
"ios_saf": "9",
|
|
1616
|
+
"oculus": "14.0",
|
|
1617
|
+
"opera": "74",
|
|
1618
|
+
"safari": "9",
|
|
1619
|
+
"samsung": "15.0",
|
|
1620
|
+
"webview_ios": "9"
|
|
1621
|
+
},
|
|
1622
|
+
"docs": {
|
|
1623
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:not"
|
|
1624
|
+
},
|
|
1625
|
+
"example": "p:not(:first-child, .special) {\n margin-top: 1em;\n}",
|
|
1626
|
+
"interoperable_at": 1611187200,
|
|
1627
|
+
"polyfills": [
|
|
1628
|
+
{
|
|
1629
|
+
"type": "PostCSS Plugin",
|
|
1630
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-selector-not"
|
|
1631
|
+
}
|
|
1632
|
+
],
|
|
1633
|
+
"vendors_implementations": 3
|
|
1634
|
+
},
|
|
1635
|
+
{
|
|
1636
|
+
"id": "oklab-function",
|
|
1637
|
+
"title": "`oklab` and `oklch` color functions",
|
|
1638
|
+
"description": "Functions that allow colors to be expressed in OKLab and OKLCH.",
|
|
1639
|
+
"specification": "https://www.w3.org/TR/css-color-4/#specifying-oklab-oklch",
|
|
1640
|
+
"stage": 2,
|
|
1641
|
+
"browser_support": {
|
|
1642
|
+
"and_chr": "116",
|
|
1643
|
+
"and_ff": "113",
|
|
1644
|
+
"android": "116",
|
|
1645
|
+
"chrome": "116",
|
|
1646
|
+
"edge": "116",
|
|
1647
|
+
"firefox": "113",
|
|
1648
|
+
"ios_saf": "16.2",
|
|
1649
|
+
"op_mob": "78",
|
|
1650
|
+
"opera": "102",
|
|
1651
|
+
"safari": "16.2",
|
|
1652
|
+
"samsung": "24.0",
|
|
1653
|
+
"webview_ios": "16.2"
|
|
1654
|
+
},
|
|
1655
|
+
"docs": {
|
|
1656
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value/oklab"
|
|
1657
|
+
},
|
|
1658
|
+
"example": "p {\n color: oklab(72.322% -0.0465 -0.1150);\n color: oklch(72.322% 0.12403 247.996);\n}",
|
|
1659
|
+
"interoperable_at": 1692576000,
|
|
1660
|
+
"polyfills": [
|
|
1661
|
+
{
|
|
1662
|
+
"type": "PostCSS Plugin",
|
|
1663
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-oklab-function"
|
|
1664
|
+
}
|
|
1665
|
+
],
|
|
1666
|
+
"vendors_implementations": 3,
|
|
1667
|
+
"web-feature": "oklab"
|
|
1668
|
+
},
|
|
1669
|
+
{
|
|
1670
|
+
"id": "opacity-percentage",
|
|
1671
|
+
"title": "Support for percentages for `opacity`",
|
|
1672
|
+
"description": "Syntactic sugar to use percentages instead of a float between 0 and 1.",
|
|
1673
|
+
"specification": "https://www.w3.org/TR/css-color-4/#transparency",
|
|
1674
|
+
"stage": 2,
|
|
1675
|
+
"browser_support": {
|
|
1676
|
+
"and_chr": "78",
|
|
1677
|
+
"and_ff": "79",
|
|
1678
|
+
"android": "78",
|
|
1679
|
+
"chrome": "78",
|
|
1680
|
+
"edge": "79",
|
|
1681
|
+
"firefox": "70",
|
|
1682
|
+
"ios_saf": "13.4",
|
|
1683
|
+
"oculus": "8.0",
|
|
1684
|
+
"op_mob": "56",
|
|
1685
|
+
"opera": "65",
|
|
1686
|
+
"safari": "13.1",
|
|
1687
|
+
"samsung": "12.0",
|
|
1688
|
+
"webview_ios": "13.4"
|
|
1689
|
+
},
|
|
1690
|
+
"docs": {
|
|
1691
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/opacity"
|
|
1692
|
+
},
|
|
1693
|
+
"example": "img {\n opacity: 90%;\n}",
|
|
1694
|
+
"interoperable_at": 1595894400,
|
|
1695
|
+
"polyfills": [
|
|
1696
|
+
{
|
|
1697
|
+
"type": "PostCSS Plugin",
|
|
1698
|
+
"link": "https://github.com/mrcgrtz/postcss-opacity-percentage"
|
|
1699
|
+
}
|
|
1700
|
+
],
|
|
1701
|
+
"vendors_implementations": 3
|
|
1702
|
+
},
|
|
1703
|
+
{
|
|
1704
|
+
"id": "overflow-property",
|
|
1705
|
+
"title": "`overflow` Shorthand Property",
|
|
1706
|
+
"description": "A property for defining `overflow-x` and `overflow-y`",
|
|
1707
|
+
"specification": "https://www.w3.org/TR/css-overflow-3/#propdef-overflow",
|
|
1708
|
+
"stage": 2,
|
|
1709
|
+
"browser_support": {
|
|
1710
|
+
"and_chr": "68",
|
|
1711
|
+
"and_ff": "61",
|
|
1712
|
+
"android": "68",
|
|
1713
|
+
"chrome": "68",
|
|
1714
|
+
"edge": "79",
|
|
1715
|
+
"firefox": "61",
|
|
1716
|
+
"ios_saf": "13.4",
|
|
1717
|
+
"oculus": "6.0",
|
|
1718
|
+
"op_mob": "48",
|
|
1719
|
+
"opera": "55",
|
|
1720
|
+
"safari": "13.1",
|
|
1721
|
+
"samsung": "10.0",
|
|
1722
|
+
"webview_ios": "13.4"
|
|
1723
|
+
},
|
|
1724
|
+
"docs": {
|
|
1725
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow"
|
|
1726
|
+
},
|
|
1727
|
+
"example": "html {\n overflow: hidden auto;\n}",
|
|
1728
|
+
"interoperable_at": 1585008000,
|
|
1729
|
+
"polyfills": [
|
|
1730
|
+
{
|
|
1731
|
+
"type": "PostCSS Plugin",
|
|
1732
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-overflow-shorthand"
|
|
1733
|
+
}
|
|
1734
|
+
],
|
|
1735
|
+
"vendors_implementations": 3
|
|
1736
|
+
},
|
|
1737
|
+
{
|
|
1738
|
+
"id": "overflow-wrap-property",
|
|
1739
|
+
"title": "`overflow-wrap` Property",
|
|
1740
|
+
"description": "A property for defining whether to insert line breaks within words to prevent overflowing",
|
|
1741
|
+
"specification": "https://www.w3.org/TR/css-text-3/#overflow-wrap-property",
|
|
1742
|
+
"stage": 2,
|
|
1743
|
+
"browser_support": {
|
|
1744
|
+
"and_chr": "25",
|
|
1745
|
+
"and_ff": "49",
|
|
1746
|
+
"android": "4.4",
|
|
1747
|
+
"chrome": "23",
|
|
1748
|
+
"edge": "18",
|
|
1749
|
+
"firefox": "49",
|
|
1750
|
+
"ios_saf": "7",
|
|
1751
|
+
"oculus": "5.0",
|
|
1752
|
+
"op_mob": "12.1",
|
|
1753
|
+
"opera": "12.1",
|
|
1754
|
+
"safari": "7",
|
|
1755
|
+
"samsung": "1.5",
|
|
1756
|
+
"webview_ios": "7"
|
|
1757
|
+
},
|
|
1758
|
+
"docs": {
|
|
1759
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overflow-wrap"
|
|
1760
|
+
},
|
|
1761
|
+
"example": "p {\n overflow-wrap: break-word;\n}",
|
|
1762
|
+
"interoperable_at": 1538438400,
|
|
1763
|
+
"polyfills": [
|
|
1764
|
+
{
|
|
1765
|
+
"type": "PostCSS Plugin",
|
|
1766
|
+
"link": "https://github.com/mattdimu/postcss-replace-overflow-wrap"
|
|
1767
|
+
}
|
|
1768
|
+
],
|
|
1769
|
+
"vendors_implementations": 3
|
|
1770
|
+
},
|
|
1771
|
+
{
|
|
1772
|
+
"id": "overscroll-behavior-property",
|
|
1773
|
+
"title": "`overscroll-behavior` Property",
|
|
1774
|
+
"description": "Properties for controlling when the scroll position of a scroll container reaches the edge of a scrollport",
|
|
1775
|
+
"specification": "https://www.w3.org/TR/css-overscroll-1/",
|
|
1776
|
+
"stage": 2,
|
|
1777
|
+
"browser_support": {
|
|
1778
|
+
"and_chr": "63",
|
|
1779
|
+
"and_ff": "59",
|
|
1780
|
+
"android": "63",
|
|
1781
|
+
"chrome": "63",
|
|
1782
|
+
"edge": "18",
|
|
1783
|
+
"firefox": "59",
|
|
1784
|
+
"ios_saf": "16",
|
|
1785
|
+
"oculus": "5.0",
|
|
1786
|
+
"op_mob": "46",
|
|
1787
|
+
"opera": "50",
|
|
1788
|
+
"safari": "16",
|
|
1789
|
+
"samsung": "8.0",
|
|
1790
|
+
"webview_ios": "16"
|
|
1791
|
+
},
|
|
1792
|
+
"docs": {
|
|
1793
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/overscroll-behavior"
|
|
1794
|
+
},
|
|
1795
|
+
"example": ".messages {\n height: 220px;\n overflow: auto;\n overscroll-behavior-y: contain;\n}\n\nbody {\n margin: 0;\n overscroll-behavior: none;\n}",
|
|
1796
|
+
"interoperable_at": 1662940800,
|
|
1797
|
+
"vendors_implementations": 3
|
|
1798
|
+
},
|
|
1799
|
+
{
|
|
1800
|
+
"id": "place-properties",
|
|
1801
|
+
"title": "Place Properties",
|
|
1802
|
+
"description": "Properties for defining alignment within a layout",
|
|
1803
|
+
"specification": "https://www.w3.org/TR/css-align-3/#place-items-property",
|
|
1804
|
+
"stage": 2,
|
|
1805
|
+
"browser_support": {
|
|
1806
|
+
"and_chr": "59",
|
|
1807
|
+
"and_ff": "53",
|
|
1808
|
+
"android": "59",
|
|
1809
|
+
"chrome": "59",
|
|
1810
|
+
"edge": "79",
|
|
1811
|
+
"firefox": "53",
|
|
1812
|
+
"ios_saf": "11",
|
|
1813
|
+
"oculus": "5.0",
|
|
1814
|
+
"op_mob": "43",
|
|
1815
|
+
"opera": "46",
|
|
1816
|
+
"safari": "11",
|
|
1817
|
+
"samsung": "7.0",
|
|
1818
|
+
"webview_ios": "11"
|
|
1819
|
+
},
|
|
1820
|
+
"docs": {
|
|
1821
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/place-content"
|
|
1822
|
+
},
|
|
1823
|
+
"example": ".example {\n place-content: flex-end;\n place-items: center / space-between;\n place-self: flex-start / center;\n}",
|
|
1824
|
+
"interoperable_at": 1579046400,
|
|
1825
|
+
"polyfills": [
|
|
1826
|
+
{
|
|
1827
|
+
"type": "PostCSS Plugin",
|
|
1828
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-place"
|
|
1829
|
+
}
|
|
1830
|
+
],
|
|
1831
|
+
"vendors_implementations": 3
|
|
1832
|
+
},
|
|
1833
|
+
{
|
|
1834
|
+
"id": "prefers-color-scheme-query",
|
|
1835
|
+
"title": "`prefers-color-scheme` Media Query",
|
|
1836
|
+
"description": "A media query to detect if the user has requested the system use a light or dark color theme",
|
|
1837
|
+
"specification": "https://www.w3.org/TR/mediaqueries-5/#prefers-color-scheme",
|
|
1838
|
+
"stage": 2,
|
|
1839
|
+
"browser_support": {
|
|
1840
|
+
"and_chr": "76",
|
|
1841
|
+
"and_ff": "67",
|
|
1842
|
+
"android": "76",
|
|
1843
|
+
"chrome": "76",
|
|
1844
|
+
"edge": "79",
|
|
1845
|
+
"firefox": "67",
|
|
1846
|
+
"ios_saf": "13",
|
|
1847
|
+
"oculus": "7.0",
|
|
1848
|
+
"op_mob": "54",
|
|
1849
|
+
"opera": "62",
|
|
1850
|
+
"safari": "12.1",
|
|
1851
|
+
"samsung": "14.2",
|
|
1852
|
+
"webview_ios": "13"
|
|
1853
|
+
},
|
|
1854
|
+
"docs": {
|
|
1855
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-color-scheme"
|
|
1856
|
+
},
|
|
1857
|
+
"example": "body {\n background-color: white;\n color: black;\n}\n\n@media (prefers-color-scheme: dark) {\n body {\n background-color: black;\n color: white;\n }\n}",
|
|
1858
|
+
"interoperable_at": 1579046400,
|
|
1859
|
+
"polyfills": [
|
|
1860
|
+
{
|
|
1861
|
+
"type": "JavaScript Library",
|
|
1862
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme"
|
|
1863
|
+
},
|
|
1864
|
+
{
|
|
1865
|
+
"type": "PostCSS Plugin",
|
|
1866
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/css-prefers-color-scheme"
|
|
1867
|
+
}
|
|
1868
|
+
],
|
|
1869
|
+
"vendors_implementations": 3
|
|
1870
|
+
},
|
|
1871
|
+
{
|
|
1872
|
+
"id": "prefers-reduced-motion-query",
|
|
1873
|
+
"title": "`prefers-reduced-motion` Media Query",
|
|
1874
|
+
"description": "A media query to detect if the user has requested less animation and general motion on the page",
|
|
1875
|
+
"specification": "https://www.w3.org/TR/mediaqueries-5/#prefers-reduced-motion",
|
|
1876
|
+
"stage": 2,
|
|
1877
|
+
"browser_support": {
|
|
1878
|
+
"and_chr": "74",
|
|
1879
|
+
"and_ff": "64",
|
|
1880
|
+
"android": "74",
|
|
1881
|
+
"chrome": "74",
|
|
1882
|
+
"edge": "79",
|
|
1883
|
+
"firefox": "63",
|
|
1884
|
+
"ios_saf": "10.3",
|
|
1885
|
+
"oculus": "6.0",
|
|
1886
|
+
"op_mob": "53",
|
|
1887
|
+
"opera": "62",
|
|
1888
|
+
"safari": "10.1",
|
|
1889
|
+
"samsung": "11.0",
|
|
1890
|
+
"webview_ios": "10.3"
|
|
1891
|
+
},
|
|
1892
|
+
"docs": {
|
|
1893
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/@media/prefers-reduced-motion"
|
|
1894
|
+
},
|
|
1895
|
+
"example": ".animation {\n animation: vibrate 0.3s linear infinite both; \n}\n\n@media (prefers-reduced-motion: reduce) {\n .animation {\n animation: none;\n }\n}",
|
|
1896
|
+
"interoperable_at": 1579046400,
|
|
1897
|
+
"vendors_implementations": 3
|
|
1898
|
+
},
|
|
1899
|
+
{
|
|
1900
|
+
"id": "random-function",
|
|
1901
|
+
"title": "`random()` function",
|
|
1902
|
+
"description": "Represents a random value between a minimum and maximum value, drawn from a uniform distribution, optionally limiting the possible values to a step between those limits",
|
|
1903
|
+
"specification": "https://drafts.csswg.org/css-values-5/#random",
|
|
1904
|
+
"stage": 2,
|
|
1905
|
+
"browser_support": {},
|
|
1906
|
+
"docs": {},
|
|
1907
|
+
"example": "div {\n color: oklch(0.7, 0.2, random(120deg, 240deg));\n}",
|
|
1908
|
+
"polyfills": [
|
|
1909
|
+
{
|
|
1910
|
+
"type": "PostCSS Plugin",
|
|
1911
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-random-function"
|
|
1912
|
+
}
|
|
1913
|
+
],
|
|
1914
|
+
"vendors_implementations": 0
|
|
1915
|
+
},
|
|
1916
|
+
{
|
|
1917
|
+
"id": "read-only-write-pseudo-class",
|
|
1918
|
+
"title": "`:read-only` and `:read-write` selectors",
|
|
1919
|
+
"description": "Pseudo-classes to match elements which are considered user-alterable",
|
|
1920
|
+
"specification": "https://www.w3.org/TR/selectors-4/#rw-pseudos",
|
|
1921
|
+
"stage": 2,
|
|
1922
|
+
"browser_support": {
|
|
1923
|
+
"and_chr": "18",
|
|
1924
|
+
"and_ff": "79",
|
|
1925
|
+
"android": "37",
|
|
1926
|
+
"chrome": "1",
|
|
1927
|
+
"edge": "13",
|
|
1928
|
+
"firefox": "78",
|
|
1929
|
+
"ios_saf": "3.2",
|
|
1930
|
+
"oculus": "5.0",
|
|
1931
|
+
"op_mob": "10.1",
|
|
1932
|
+
"opera": "9",
|
|
1933
|
+
"safari": "4",
|
|
1934
|
+
"samsung": "1.0",
|
|
1935
|
+
"webview_ios": "3.2"
|
|
1936
|
+
},
|
|
1937
|
+
"docs": {
|
|
1938
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:read-only"
|
|
1939
|
+
},
|
|
1940
|
+
"example": "input:read-only {\n background-color: #ccc;\n}",
|
|
1941
|
+
"interoperable_at": 1595894400,
|
|
1942
|
+
"vendors_implementations": 3,
|
|
1943
|
+
"web-feature": "read-write-pseudos"
|
|
1944
|
+
},
|
|
1945
|
+
{
|
|
1946
|
+
"id": "rebeccapurple-color",
|
|
1947
|
+
"title": "`rebeccapurple` Color",
|
|
1948
|
+
"description": "A particularly lovely shade of purple in memory of Rebecca Alison Meyer",
|
|
1949
|
+
"specification": "https://www.w3.org/TR/css-color-4/#valdef-color-rebeccapurple",
|
|
1950
|
+
"stage": 2,
|
|
1951
|
+
"browser_support": {
|
|
1952
|
+
"and_chr": "38",
|
|
1953
|
+
"and_ff": "33",
|
|
1954
|
+
"android": "38",
|
|
1955
|
+
"chrome": "38",
|
|
1956
|
+
"edge": "12",
|
|
1957
|
+
"firefox": "33",
|
|
1958
|
+
"ie": "11",
|
|
1959
|
+
"ios_saf": "8",
|
|
1960
|
+
"oculus": "5.0",
|
|
1961
|
+
"op_mob": "25",
|
|
1962
|
+
"opera": "25",
|
|
1963
|
+
"safari": "9",
|
|
1964
|
+
"samsung": "3.0",
|
|
1965
|
+
"webview_ios": "8"
|
|
1966
|
+
},
|
|
1967
|
+
"docs": {
|
|
1968
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/color_value"
|
|
1969
|
+
},
|
|
1970
|
+
"example": "html {\n color: rebeccapurple;\n}",
|
|
1971
|
+
"interoperable_at": 1443571200,
|
|
1972
|
+
"polyfills": [
|
|
1973
|
+
{
|
|
1974
|
+
"type": "PostCSS Plugin",
|
|
1975
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-color-rebeccapurple"
|
|
1976
|
+
}
|
|
1977
|
+
],
|
|
1978
|
+
"vendors_implementations": 3
|
|
1979
|
+
},
|
|
1980
|
+
{
|
|
1981
|
+
"id": "relative-color-syntax",
|
|
1982
|
+
"title": "Relative Colors",
|
|
1983
|
+
"description": "Modify existing colors using color functions",
|
|
1984
|
+
"specification": "https://www.w3.org/TR/css-color-5/#relative-colors",
|
|
1985
|
+
"stage": 2,
|
|
1986
|
+
"browser_support": {
|
|
1987
|
+
"and_chr": "125",
|
|
1988
|
+
"and_ff": "128",
|
|
1989
|
+
"android": "125",
|
|
1990
|
+
"chrome": "125",
|
|
1991
|
+
"edge": "125",
|
|
1992
|
+
"firefox": "128",
|
|
1993
|
+
"ios_saf": "18",
|
|
1994
|
+
"op_mob": "83",
|
|
1995
|
+
"opera": "111",
|
|
1996
|
+
"safari": "18",
|
|
1997
|
+
"samsung": "27.0",
|
|
1998
|
+
"webview_ios": "18"
|
|
1999
|
+
},
|
|
2000
|
+
"docs": {
|
|
2001
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_colors/Relative_colors"
|
|
2002
|
+
},
|
|
2003
|
+
"example": "p {\n color: lch(from peru calc(l * 0.8) c h);\n}",
|
|
2004
|
+
"interoperable_at": 1726444800,
|
|
2005
|
+
"polyfills": [
|
|
2006
|
+
{
|
|
2007
|
+
"type": "PostCSS Plugin",
|
|
2008
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-relative-color-syntax"
|
|
2009
|
+
}
|
|
2010
|
+
],
|
|
2011
|
+
"vendors_implementations": 3,
|
|
2012
|
+
"web-feature": "relative-color"
|
|
2013
|
+
},
|
|
2014
|
+
{
|
|
2015
|
+
"id": "scope-pseudo-class",
|
|
2016
|
+
"title": "`:scope()` Reference Element Pseudo-class",
|
|
2017
|
+
"description": "A pseudo-class for matching one or more scoping roots",
|
|
2018
|
+
"specification": "https://www.w3.org/TR/selectors-4/#the-scope-pseudo",
|
|
2019
|
+
"stage": 2,
|
|
2020
|
+
"browser_support": {
|
|
2021
|
+
"and_chr": "27",
|
|
2022
|
+
"and_ff": "32",
|
|
2023
|
+
"android": "4.4",
|
|
2024
|
+
"chrome": "27",
|
|
2025
|
+
"edge": "79",
|
|
2026
|
+
"firefox": "32",
|
|
2027
|
+
"ios_saf": "7",
|
|
2028
|
+
"oculus": "5.0",
|
|
2029
|
+
"op_mob": "15",
|
|
2030
|
+
"opera": "15",
|
|
2031
|
+
"safari": "7",
|
|
2032
|
+
"samsung": "1.5",
|
|
2033
|
+
"webview_ios": "7"
|
|
2034
|
+
},
|
|
2035
|
+
"docs": {
|
|
2036
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:scope"
|
|
2037
|
+
},
|
|
2038
|
+
"example": ":scope {\n background-color: pink;\n}",
|
|
2039
|
+
"interoperable_at": 1579046400,
|
|
2040
|
+
"polyfills": [
|
|
2041
|
+
{
|
|
2042
|
+
"type": "PostCSS Plugin",
|
|
2043
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-scope-pseudo-class"
|
|
2044
|
+
}
|
|
2045
|
+
],
|
|
2046
|
+
"vendors_implementations": 3
|
|
2047
|
+
},
|
|
2048
|
+
{
|
|
2049
|
+
"id": "sign-functions",
|
|
2050
|
+
"title": "`abs()` and `sign()` functions",
|
|
2051
|
+
"description": "The sign-related functions—abs() and sign()—compute various functions related to the sign of their argument",
|
|
2052
|
+
"specification": "https://www.w3.org/TR/css-values-4/#sign-funcs",
|
|
2053
|
+
"stage": 2,
|
|
2054
|
+
"browser_support": {
|
|
2055
|
+
"and_chr": "135",
|
|
2056
|
+
"and_ff": "118",
|
|
2057
|
+
"android": "135",
|
|
2058
|
+
"chrome": "135",
|
|
2059
|
+
"edge": "135",
|
|
2060
|
+
"firefox": "118",
|
|
2061
|
+
"ios_saf": "15.4",
|
|
2062
|
+
"safari": "15.4"
|
|
2063
|
+
},
|
|
2064
|
+
"docs": {
|
|
2065
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sign"
|
|
2066
|
+
},
|
|
2067
|
+
"example": "div {\n order: abs(-10);\n order: sign(-10);\n}",
|
|
2068
|
+
"interoperable_at": 1743638400,
|
|
2069
|
+
"polyfills": [
|
|
2070
|
+
{
|
|
2071
|
+
"type": "PostCSS Plugin",
|
|
2072
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-sign-functions"
|
|
2073
|
+
}
|
|
2074
|
+
],
|
|
2075
|
+
"vendors_implementations": 3
|
|
2076
|
+
},
|
|
2077
|
+
{
|
|
2078
|
+
"id": "src-function",
|
|
2079
|
+
"title": "`src()` function",
|
|
2080
|
+
"description": "The argument of `src()` can be provided by functions, such as var(). Otherwise this behaves the same as `url()`",
|
|
2081
|
+
"specification": "https://www.w3.org/TR/css-values-4/#funcdef-src",
|
|
2082
|
+
"stage": 2,
|
|
2083
|
+
"browser_support": {},
|
|
2084
|
+
"example": "div {\n background: src('./image.jpg');\n}",
|
|
2085
|
+
"polyfills": [
|
|
2086
|
+
{
|
|
2087
|
+
"type": "PostCSS Plugin",
|
|
2088
|
+
"link": "https://github.com/google/postcss-src"
|
|
2089
|
+
}
|
|
2090
|
+
],
|
|
2091
|
+
"vendors_implementations": 0
|
|
2092
|
+
},
|
|
2093
|
+
{
|
|
2094
|
+
"id": "stepped-value-functions",
|
|
2095
|
+
"title": "`round()`, `mod()` and `rem()` functions",
|
|
2096
|
+
"description": "The stepped-value functions, `round()`, `mod()`, and `rem()`, all transform a given value according to another \"step value\", in different ways",
|
|
2097
|
+
"specification": "https://www.w3.org/TR/css-values-4/#round-func",
|
|
2098
|
+
"stage": 2,
|
|
2099
|
+
"browser_support": {
|
|
2100
|
+
"and_chr": "125",
|
|
2101
|
+
"and_ff": "118",
|
|
2102
|
+
"android": "125",
|
|
2103
|
+
"chrome": "125",
|
|
2104
|
+
"edge": "125",
|
|
2105
|
+
"firefox": "118",
|
|
2106
|
+
"ios_saf": "15.4",
|
|
2107
|
+
"op_mob": "83",
|
|
2108
|
+
"opera": "111",
|
|
2109
|
+
"safari": "15.4",
|
|
2110
|
+
"samsung": "27.0",
|
|
2111
|
+
"webview_ios": "15.4"
|
|
2112
|
+
},
|
|
2113
|
+
"docs": {
|
|
2114
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/round"
|
|
2115
|
+
},
|
|
2116
|
+
"example": "div {\n left: mod(18px, 5px);\n top: rem(18px, 5px);\n right: round(2.5px, 1px);\n bottom: round(up, 15px, 7px);\n}",
|
|
2117
|
+
"interoperable_at": 1715904000,
|
|
2118
|
+
"polyfills": [
|
|
2119
|
+
{
|
|
2120
|
+
"type": "PostCSS Plugin",
|
|
2121
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-stepped-value-functions"
|
|
2122
|
+
}
|
|
2123
|
+
],
|
|
2124
|
+
"vendors_implementations": 3
|
|
2125
|
+
},
|
|
2126
|
+
{
|
|
2127
|
+
"id": "system-ui-font-family",
|
|
2128
|
+
"title": "`system-ui` Font Family",
|
|
2129
|
+
"description": "A generic font used to match the user’s interface",
|
|
2130
|
+
"specification": "https://www.w3.org/TR/css-fonts-4/#system-ui-def",
|
|
2131
|
+
"stage": 2,
|
|
2132
|
+
"browser_support": {
|
|
2133
|
+
"and_chr": "56",
|
|
2134
|
+
"and_ff": "92",
|
|
2135
|
+
"android": "56",
|
|
2136
|
+
"chrome": "56",
|
|
2137
|
+
"edge": "79",
|
|
2138
|
+
"firefox": "92",
|
|
2139
|
+
"ios_saf": "11",
|
|
2140
|
+
"oculus": "5.0",
|
|
2141
|
+
"op_mob": "43",
|
|
2142
|
+
"opera": "43",
|
|
2143
|
+
"safari": "11",
|
|
2144
|
+
"samsung": "6.0",
|
|
2145
|
+
"webview_ios": "11"
|
|
2146
|
+
},
|
|
2147
|
+
"docs": {
|
|
2148
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/font-family#Syntax"
|
|
2149
|
+
},
|
|
2150
|
+
"example": "body {\n font-family: system-ui;\n}",
|
|
2151
|
+
"interoperable_at": 1630972800,
|
|
2152
|
+
"polyfills": [
|
|
2153
|
+
{
|
|
2154
|
+
"type": "PostCSS Plugin",
|
|
2155
|
+
"link": "https://github.com/JLHwung/postcss-font-family-system-ui"
|
|
2156
|
+
}
|
|
2157
|
+
],
|
|
2158
|
+
"vendors_implementations": 3
|
|
2159
|
+
},
|
|
2160
|
+
{
|
|
2161
|
+
"id": "text-decoration-shorthand",
|
|
2162
|
+
"title": "`text-decoration` shorthand",
|
|
2163
|
+
"description": "A property for defining `text-decoration-line`, `text-decoration-thickness`, `text-decoration-style` and `text-decoration-color`",
|
|
2164
|
+
"specification": "https://www.w3.org/TR/css-text-decor-4/#text-decoration-property",
|
|
2165
|
+
"stage": 2,
|
|
2166
|
+
"browser_support": {
|
|
2167
|
+
"and_chr": "87",
|
|
2168
|
+
"and_ff": "79",
|
|
2169
|
+
"android": "87",
|
|
2170
|
+
"chrome": "87",
|
|
2171
|
+
"edge": "87",
|
|
2172
|
+
"firefox": "70",
|
|
2173
|
+
"oculus": "13.0",
|
|
2174
|
+
"op_mob": "62",
|
|
2175
|
+
"opera": "73",
|
|
2176
|
+
"samsung": "14.0"
|
|
2177
|
+
},
|
|
2178
|
+
"docs": {
|
|
2179
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/text-decoration"
|
|
2180
|
+
},
|
|
2181
|
+
"example": "p {\n text-decoration: green wavy underline 2px;\n}",
|
|
2182
|
+
"polyfills": [
|
|
2183
|
+
{
|
|
2184
|
+
"type": "PostCSS Plugin",
|
|
2185
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-text-decoration-shorthand"
|
|
2186
|
+
}
|
|
2187
|
+
],
|
|
2188
|
+
"vendors_implementations": 2
|
|
2189
|
+
},
|
|
2190
|
+
{
|
|
2191
|
+
"id": "trigonometric-functions",
|
|
2192
|
+
"title": "`sin()`, `cos()`, `tan()`, `asin()`, `acos()`, `atan()` and `atan2()` functions",
|
|
2193
|
+
"description": "Functions to calculate various basic trigonometric relationships",
|
|
2194
|
+
"specification": "https://www.w3.org/TR/css-values-4/#trig-funcs",
|
|
2195
|
+
"stage": 2,
|
|
2196
|
+
"browser_support": {
|
|
2197
|
+
"and_chr": "111",
|
|
2198
|
+
"and_ff": "108",
|
|
2199
|
+
"android": "111",
|
|
2200
|
+
"chrome": "111",
|
|
2201
|
+
"edge": "111",
|
|
2202
|
+
"firefox": "108",
|
|
2203
|
+
"ios_saf": "15.4",
|
|
2204
|
+
"op_mob": "75",
|
|
2205
|
+
"opera": "97",
|
|
2206
|
+
"safari": "15.4",
|
|
2207
|
+
"samsung": "22.0",
|
|
2208
|
+
"webview_ios": "15.4"
|
|
2209
|
+
},
|
|
2210
|
+
"docs": {
|
|
2211
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/sin"
|
|
2212
|
+
},
|
|
2213
|
+
"example": "body {\n left: sin(45deg);\n left: cos(45deg);\n left: tan(45deg);\n left: asin(0.5);\n left: acos(0.5);\n left: atan(10);\n left: atan2(-1, 1);\n}",
|
|
2214
|
+
"interoperable_at": 1678665600,
|
|
2215
|
+
"polyfills": [
|
|
2216
|
+
{
|
|
2217
|
+
"type": "PostCSS Plugin",
|
|
2218
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-trigonometric-functions"
|
|
2219
|
+
}
|
|
2220
|
+
],
|
|
2221
|
+
"vendors_implementations": 3
|
|
2222
|
+
},
|
|
2223
|
+
{
|
|
2224
|
+
"id": "unset-value",
|
|
2225
|
+
"title": "`unset` Keyword",
|
|
2226
|
+
"description": "The unset CSS keyword resets a property to its inherited value if the property naturally inherits from its parent, and to its initial value if not.",
|
|
2227
|
+
"specification": "https://www.w3.org/TR/css-cascade-4/#inherit-initial",
|
|
2228
|
+
"stage": 3,
|
|
2229
|
+
"browser_support": {
|
|
2230
|
+
"and_chr": "41",
|
|
2231
|
+
"and_ff": "27",
|
|
2232
|
+
"android": "41",
|
|
2233
|
+
"chrome": "41",
|
|
2234
|
+
"edge": "13",
|
|
2235
|
+
"firefox": "27",
|
|
2236
|
+
"ios_saf": "9.3",
|
|
2237
|
+
"oculus": "5.0",
|
|
2238
|
+
"op_mob": "28",
|
|
2239
|
+
"opera": "28",
|
|
2240
|
+
"safari": "9.1",
|
|
2241
|
+
"samsung": "4.0",
|
|
2242
|
+
"webview_ios": "9.3"
|
|
2243
|
+
},
|
|
2244
|
+
"docs": {
|
|
2245
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/unset"
|
|
2246
|
+
},
|
|
2247
|
+
"example": "div {\n border-color: unset;\n color: unset;\n}",
|
|
2248
|
+
"interoperable_at": 1458518400,
|
|
2249
|
+
"polyfills": [
|
|
2250
|
+
{
|
|
2251
|
+
"type": "PostCSS Plugin",
|
|
2252
|
+
"link": "https://github.com/csstools/postcss-plugins/tree/main/plugins/postcss-unset-value"
|
|
2253
|
+
}
|
|
2254
|
+
],
|
|
2255
|
+
"vendors_implementations": 3
|
|
2256
|
+
},
|
|
2257
|
+
{
|
|
2258
|
+
"id": "when-else-rules",
|
|
2259
|
+
"title": "When/Else Rules",
|
|
2260
|
+
"description": "At-rules for specifying media queries and support queries in a single grammar",
|
|
2261
|
+
"specification": "https://www.w3.org/TR/2021/WD-css-conditional-5-20211221/",
|
|
2262
|
+
"stage": 2,
|
|
2263
|
+
"browser_support": {},
|
|
2264
|
+
"example": "@when media(width >= 640px) and (supports(display: flex) or supports(display: grid)) {\n /* A */\n} @else media(pointer: coarse) {\n /* B */\n} @else {\n /* C */\n}",
|
|
2265
|
+
"vendors_implementations": 0
|
|
2266
|
+
},
|
|
2267
|
+
{
|
|
2268
|
+
"id": "where-pseudo-class",
|
|
2269
|
+
"title": "`:where()` Zero-Specificity Pseudo-Class",
|
|
2270
|
+
"description": "A pseudo-class for matching elements in a selector list without contributing specificity",
|
|
2271
|
+
"specification": "https://www.w3.org/TR/selectors-4/#where-pseudo",
|
|
2272
|
+
"stage": 2,
|
|
2273
|
+
"browser_support": {
|
|
2274
|
+
"and_chr": "88",
|
|
2275
|
+
"and_ff": "82",
|
|
2276
|
+
"android": "88",
|
|
2277
|
+
"chrome": "88",
|
|
2278
|
+
"edge": "88",
|
|
2279
|
+
"firefox": "82",
|
|
2280
|
+
"ios_saf": "14",
|
|
2281
|
+
"oculus": "14.0",
|
|
2282
|
+
"op_mob": "63",
|
|
2283
|
+
"opera": "74",
|
|
2284
|
+
"safari": "14",
|
|
2285
|
+
"samsung": "15.0",
|
|
2286
|
+
"webview_ios": "14"
|
|
2287
|
+
},
|
|
2288
|
+
"docs": {
|
|
2289
|
+
"mdn": "https://developer.mozilla.org/en-US/docs/Web/CSS/:where"
|
|
2290
|
+
},
|
|
2291
|
+
"example": "a:where(:not(:hover)) {\n text-decoration: none;\n}",
|
|
2292
|
+
"interoperable_at": 1611187200,
|
|
2293
|
+
"vendors_implementations": 3,
|
|
2294
|
+
"web-feature": "where"
|
|
2295
|
+
}
|
|
2296
|
+
]
|