@antscorp/antsomi-ui 1.3.6-beta.78 → 1.3.6-beta.79

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.
@@ -1,3 +1,4 @@
1
+ /// <reference types="react" />
1
2
  import type { PayloadInfo } from '@antscorp/antsomi-ui/es/types';
2
3
  import { TDisplayFormat } from '../../types';
3
4
  export type DisplayFormatProps = {
@@ -35,7 +35,7 @@ export const styleContainer = {
35
35
  top: 'unset',
36
36
  bottom: '20px',
37
37
  right: '50%',
38
- zIndex: 999,
38
+ zIndex: 9999,
39
39
  };
40
40
  export var DRAW_KEYS;
41
41
  (function (DRAW_KEYS) {
@@ -3,4 +3,5 @@
3
3
  * Asynchronously loads the component for TemplateListing
4
4
  *
5
5
  */
6
+ /// <reference types="react" />
6
7
  export declare const TemplateListing: (props: import("./types").TemplateListingProps<{}>) => JSX.Element;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@antscorp/antsomi-ui",
3
- "version": "1.3.6-beta.78",
3
+ "version": "1.3.6-beta.79",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",