@brandup/ui 1.0.31 → 1.0.32

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/dist/types.d.ts +4 -2
  2. package/package.json +1 -1
package/dist/types.d.ts CHANGED
@@ -80,7 +80,9 @@ declare const constants: UiConstants;
80
80
 
81
81
  type constants$1_UiConstants = UiConstants;
82
82
  declare namespace constants$1 {
83
- export { type constants$1_UiConstants as UiConstants, constants as default };
83
+ export { constants as default };
84
+ export type { constants$1_UiConstants as UiConstants };
84
85
  }
85
86
 
86
- export { type CommandCanExecuteFunction, type CommandContext, type CommandEventArgs, type CommandExecStatus, type CommandExecuteFunction, type CommandResult, type EventCallbackFunc, type EventContextInit, EventEmitter, type EventName, constants$1 as UICONSTANTS, UIElement };
87
+ export { EventEmitter, constants$1 as UICONSTANTS, UIElement };
88
+ export type { CommandCanExecuteFunction, CommandContext, CommandEventArgs, CommandExecStatus, CommandExecuteFunction, CommandResult, EventCallbackFunc, EventContextInit, EventName };
package/package.json CHANGED
@@ -22,7 +22,7 @@
22
22
  "email": "it@brandup.online"
23
23
  },
24
24
  "license": "Apache-2.0",
25
- "version": "1.0.31",
25
+ "version": "1.0.32",
26
26
  "main": "dist/cjs/index.js",
27
27
  "module": "dist/mjs/index.js",
28
28
  "types": "dist/types.d.ts",