@flashist/appframework 0.0.194 → 0.0.195

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.
@@ -13,7 +13,7 @@ export declare class SimpleButtonView<DataType extends object = object> extends
13
13
  protected bg: Graphics;
14
14
  protected contentCont: FContainer;
15
15
  protected icon: Sprite;
16
- protected label: FLabel;
16
+ label: FLabel;
17
17
  protected viewCont: FContainer;
18
18
  constructor(config: SimpleButtonConfig);
19
19
  protected construction(config: SimpleButtonConfig): void;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flashist/appframework",
3
- "version": "0.0.194",
3
+ "version": "0.0.195",
4
4
  "scripts": {
5
5
  "build": "gulp",
6
6
  "publish:patch": "npm version patch && npm run build && cd ./dist && npm publish",