@finema/core 1.4.79 → 1.4.80

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.
package/dist/module.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.79",
3
+ "version": "1.4.80",
4
4
  "configKey": "core",
5
5
  "compatibility": {
6
6
  "nuxt": "^3.7.4"
package/dist/module.mjs CHANGED
@@ -1,7 +1,7 @@
1
1
  import { defineNuxtModule, createResolver, installModule, addPlugin, addComponentsDir, addImportsDir } from '@nuxt/kit';
2
2
 
3
3
  const name = "@finema/core";
4
- const version = "1.4.79";
4
+ const version = "1.4.80";
5
5
 
6
6
  const colors = {
7
7
  black: "#20243E",
@@ -1,5 +1,5 @@
1
1
  import { type IFieldProps, type IFormFieldBase, type INPUT_TYPES } from '#core/components/Form/types';
2
- import type { MaskInputOptions, MaskTokens, MaskType } from 'maska';
2
+ import type { MaskInputOptions, MaskType } from 'maska';
3
3
  export interface ITextFieldProps extends IFieldProps {
4
4
  type?: 'text' | 'password' | 'email';
5
5
  leadingIcon?: any;
@@ -7,7 +7,7 @@ export interface ITextFieldProps extends IFieldProps {
7
7
  icon?: string;
8
8
  mask?: MaskType;
9
9
  maskOptions?: MaskInputOptions;
10
- maskTokens?: MaskTokens | string;
10
+ maskTokens?: string;
11
11
  maskEager?: boolean;
12
12
  maskTokensReplace?: boolean;
13
13
  maskReversed?: boolean;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@finema/core",
3
- "version": "1.4.79",
3
+ "version": "1.4.80",
4
4
  "repository": "https://gitlab.finema.co/finema/ui-kit",
5
5
  "license": "MIT",
6
6
  "author": "Finema Dev Core Team",