@jtlan/csstype 3.1.3 → 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 +5 -5
  2. package/package.json +1 -1
package/index.d.ts CHANGED
@@ -5328,7 +5328,7 @@ export interface StandardShorthandProperties<TLength = (string & {}) | 0, TTime
5328
5328
  *
5329
5329
  * @see https://developer.mozilla.org/docs/Web/CSS/border-color
5330
5330
  */
5331
- borderColor?: Property.BorderColor | undefined;
5331
+ borderColor/*;框颜色*/?: Property.BorderColor | undefined;
5332
5332
  /**
5333
5333
  * The **`border-image`** CSS property draws an image around a given element. It replaces the element's regular border.
5334
5334
  *
@@ -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.3",
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",