aquasis-fe-components 1.0.3 → 1.2.0-a

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,4 +1,3 @@
1
- import { ColorsThemeKey } from '../themes';
2
1
  import { FlagType } from '../types/app';
3
2
  import { RcFile } from 'antd/es/upload';
4
3
  export declare const getInitLanguage: () => FlagType;
@@ -10,7 +9,6 @@ export declare const getBase64: (img: RcFile, callback: (url: string) => void) =
10
9
  export declare const beforeUpload: (file: RcFile) => boolean;
11
10
  export declare const formatBase642render: (base64url?: string) => string | undefined;
12
11
  export declare const prepareBase64File: (base64url?: string) => string | undefined;
13
- export declare const getColor: (attribute: keyof ColorsThemeKey) => string;
14
12
  export declare const getSelectOptions: (list: any[], labelKey: string, valueKey: string) => {
15
13
  label: any;
16
14
  value: any;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "aquasis-fe-components",
3
3
  "private": false,
4
- "version": "1.0.3",
4
+ "version": "1.2.0-a",
5
5
  "type": "module",
6
6
  "license": "ISC",
7
7
  "author": "Ewerton Souza",
@@ -11,8 +11,8 @@
11
11
  "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0",
12
12
  "preview": "vite preview",
13
13
  "upd-version": "npm version patch --no-git-tag-version",
14
- "prepublishOnly": "yarn upd-version && yarn build",
15
- "publish-beta": "yarn build && npm publish --tag beta"
14
+ "prepublishOnly": "npm run build",
15
+ "publish-beta": "npm publish --tag beta"
16
16
  },
17
17
  "peerDependencies": {
18
18
  "react": "18.x",