@plumeria/core 10.1.0 → 10.1.1

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/lib/csstype.d.ts +5 -3
  2. package/package.json +1 -1
package/lib/csstype.d.ts CHANGED
@@ -1,7 +1,9 @@
1
1
  /**
2
- * Based on Meta's StyleX CSS type definitions (MIT License)
3
- * https://github.com/facebook/stylex
4
- * Extended from src/types/StyleXCSSTypes.js
2
+ * Based on Meta's StyleX CSS type definitions.
3
+ * Extended from src/types/StyleXCSSTypes.js (https://github.com/facebook/stylex)
4
+ * Copyright (c) Meta Platforms, Inc. and affiliates.
5
+ * This source code is licensed under the MIT license found in the
6
+ * LICENSE file in the root directory of this source tree.
5
7
  */
6
8
 
7
9
  type CSSCursor =
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@plumeria/core",
3
- "version": "10.1.0",
3
+ "version": "10.1.1",
4
4
  "description": "A styling system that disappears.",
5
5
  "author": "Refirst 11",
6
6
  "license": "MIT",