onejs-core 3.0.0 → 3.0.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.
@@ -71,6 +71,7 @@ type OverflowClipBox = CS.UnityEngine.UIElements.OverflowClipBox;
71
71
  type Visibility = CS.UnityEngine.UIElements.Visibility;
72
72
  type WhiteSpace = CS.UnityEngine.UIElements.WhiteSpace;
73
73
  type TextOverflowPosition = CS.UnityEngine.UIElements.TextOverflowPosition;
74
+ type FilterFunction = CS.UnityEngine.UIElements.FilterFunction;
74
75
 
75
76
  declare namespace CS.OneJS.Dom {
76
77
 
@@ -104,6 +105,7 @@ declare namespace CS.OneJS.Dom {
104
105
  color: StyleColor | Color | string | null | number[] | float4;
105
106
  cursor: StyleCursor | Cursor | null;
106
107
  display: StyleEnum<DisplayStyle> | DisplayStyle | string | null | number;
108
+ filter: StyleList<FilterFunction> | FilterFunction | string | null;
107
109
  flexBasis: StyleLength | Length | string | null | number;
108
110
  flexDirection: StyleEnum<FlexDirection> | FlexDirection | string | null | number;
109
111
  flexGrow: StyleFloat | number | string | null;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "onejs-core",
3
3
  "description": "The JS part of OneJS, a UI framework and Scripting Engine for Unity.",
4
- "version": "3.0.0",
4
+ "version": "3.0.1",
5
5
  "repository": {
6
6
  "type": "git",
7
7
  "url": "https://github.com/Singtaa/onejs-core"