@omnia/fx-models 8.0.486-dev → 8.0.488-dev

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.
@@ -109,6 +109,7 @@ export interface ICssRules {
109
109
  backgroundColor(backgroundColor: string, important?: boolean): StylexValue;
110
110
  boxShadow(boxShadow: string): StylexValue;
111
111
  textDecoration(textDecoration: TextDecoration, important?: boolean): StylexValue;
112
+ textFillColor(textFillColor: string): StylexValue;
112
113
  };
113
114
  nest: {
114
115
  iframe: {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@omnia/fx-models",
3
3
  "license": "MIT",
4
- "version": "8.0.486-dev",
4
+ "version": "8.0.488-dev",
5
5
  "description": "Provide Omnia Fx Models Stuffs.",
6
6
  "scripts": {
7
7
  "test": "echo \"Error: no test specified\" && exit 1"