csstype-extra 0.1.13 → 0.1.17

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/src/index.d.ts +2 -0
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "csstype-extra",
3
3
  "type": "module",
4
- "version": "0.1.13",
4
+ "version": "0.1.17",
5
5
  "description": "Strict TypeScript types for style based on MDN data",
6
6
  "repository": "https://github.com/dev-five-git/csstypes",
7
7
  "author": "devfive",
package/src/index.d.ts CHANGED
@@ -4349,6 +4349,7 @@ export type TPredefinedRgb =
4349
4349
  | 'srgb'
4350
4350
  | 'srgb-linear'
4351
4351
  | 'display-p3'
4352
+ | 'display-p3-linear'
4352
4353
  | 'a98-rgb'
4353
4354
  | 'prophoto-rgb'
4354
4355
  | 'rec2020'
@@ -4398,6 +4399,7 @@ export type TRectangularColorSpace =
4398
4399
  | 'srgb'
4399
4400
  | 'srgb-linear'
4400
4401
  | 'display-p3'
4402
+ | 'display-p3-linear'
4401
4403
  | 'a98-rgb'
4402
4404
  | 'prophoto-rgb'
4403
4405
  | 'rec2020'