@antscorp/antsomi-ui 1.3.5-beta.949 → 1.3.5-beta.950

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
  export type TDisplayFormat = 'number' | 'percentage' | 'currency' | 'datetime';
3
4
  type DisplayFormatProps = {
@@ -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.5-beta.949",
3
+ "version": "1.3.5-beta.950",
4
4
  "description": "An enterprise-class UI design language and React UI library.",
5
5
  "sideEffects": [
6
6
  "dist/*",
@@ -137,10 +137,10 @@
137
137
  "use-context-selector": "^1.4.4",
138
138
  "use-image": "^1.1.1",
139
139
  "use-immer": "^0.4.1",
140
- "zustand": "^4.5.2"
140
+ "zustand": "^4.5.2",
141
+ "@ant-design/cssinjs": "^1.6.2"
141
142
  },
142
143
  "devDependencies": {
143
- "@ant-design/cssinjs": "^1.6.2",
144
144
  "@antscorp/eslint-config-antsomi": "1.0.4",
145
145
  "@babel/cli": "^7.23.4",
146
146
  "@babel/core": "^7.21.3",