@jtlan/csstype 3.1.3 → 3.1.4

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 +1 -1
  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
  *
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@jtlan/csstype",
3
- "version": "3.1.3",
3
+ "version": "3.1.4",
4
4
  "oName": "csstype",
5
5
  "oVersion": "3.1.0",
6
6
  "description": "君土: Strict TypeScript and Flow types for style based on MDN data",