onejs-core 0.3.37 → 0.3.39

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.
@@ -31,4 +31,5 @@ declare const onejs: {
31
31
 
32
32
  declare function require(name: string): any
33
33
 
34
- declare const resource: CS.OneJS.Resource
34
+ declare const resource: CS.OneJS.Resource
35
+ declare const ___workingDir: string
@@ -271,7 +271,7 @@ declare global {
271
271
  }
272
272
 
273
273
  interface RadioButtonGroup extends BaseField<number> {
274
- label?: string
274
+
275
275
  }
276
276
 
277
277
  interface RepeatButton extends TextElement {
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": "0.3.37",
4
+ "version": "0.3.39",
5
5
  "main": "./dist/index.js",
6
6
  "types": "./typings.d.ts",
7
7
  "dependencies": {
@@ -162,7 +162,7 @@ exports.corePlugins = [
162
162
  "fontFamily", "fontSize", "fontStyle",
163
163
  "width", "height", "maxWidth", "maxHeight", "minWidth", "minHeight",
164
164
  "margin", "padding",
165
- "opacity", "overflow", "display",
165
+ "opacity", "overflow", "display", "visibility",
166
166
  "position", "inset"
167
167
  ]
168
168