@jtlan/csstype 3.1.4 → 3.1.5

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/index.d.ts +4 -4
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -19599,11 +19599,11 @@ export namespace Property {
19599
19599
  | "-moz-min-content"
19600
19600
  | "-webkit-fit-content"
19601
19601
  | "-webkit-max-content"
19602
- | "auto"
19603
- | "fit-content"
19602
+ | "auto"/*;自动*/
19603
+ | "fit-content"/*;适配内容*/
19604
19604
  | "intrinsic"
19605
- | "max-content"
19606
- | "min-content"
19605
+ | "max-content"/*;最大内容*/
19606
+ | "min-content"/*;最小内容*/
19607
19607
  | "min-intrinsic"
19608
19608
  | (string & {});
19609
19609
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtlan/csstype",
3
- "version": "3.1.4",
3
+ "version": "3.1.5",
4
4
  "oName": "csstype",
5
5
  "oVersion": "3.1.0",
6
6
  "description": "君土: Strict TypeScript and Flow types for style based on MDN data",