hrm_ui_lib 2.0.0-alpha.38 → 2.0.0-alpha.39
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/components/Alert/consts.d.ts +3 -4
- package/components/Alert/consts.js +1 -1
- package/components/Checkbox/consts.d.ts +3 -3
- package/components/Checkbox/consts.js +1 -1
- package/components/Snackbar/consts.d.ts +2 -3
- package/components/Snackbar/consts.js +1 -1
- package/helperComponents/ErrorMessage/consts.d.ts +3 -3
- package/helperComponents/ErrorMessage/consts.js +1 -1
- package/package.json +1 -1
|
@@ -1,7 +1,6 @@
|
|
|
1
|
-
import { TSVGIconType } from '../SVGIcons/types';
|
|
2
|
-
import
|
|
3
|
-
import { IconComponent } from '../SVGIcons/icon-registry';
|
|
1
|
+
import { ISVGIconProps, TSVGIconType } from '../SVGIcons/types';
|
|
2
|
+
import React from 'react';
|
|
4
3
|
export declare const TYPE_MAPPING: {
|
|
5
4
|
[key: string]: TSVGIconType;
|
|
6
5
|
};
|
|
7
|
-
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<
|
|
6
|
+
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<React.ComponentType<ISVGIconProps>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{lazy as r}from"react";const i={warning:"warning",success:"success",error:"danger",information:"information",discovery:"discovery"},n={warning:r(()=>import("../SVGIcons/IconWarningFilled.js")),success:r(()=>import("../SVGIcons/IconCheckmarkFilled.js")),error:r(()=>import("../SVGIcons/IconErrorCircleFilled.js")),information:r(()=>import("../SVGIcons/IconInfoFilled.js")),discovery:r(()=>import("../SVGIcons/IconInfoFilled.js"))};export{n as ICONS_MAPPING,i as TYPE_MAPPING};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ISVGIconProps } from '../SVGIcons/types';
|
|
3
|
+
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<React.ComponentType<ISVGIconProps>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{lazy as o}from"react";const m={checkmark:o(()=>import("../SVGIcons/IconCheckmark.js"))};export{m as ICONS_MAPPING};
|
|
@@ -1,8 +1,7 @@
|
|
|
1
|
-
import { TSVGIconType } from '../SVGIcons/types';
|
|
1
|
+
import { ISVGIconProps, TSVGIconType } from '../SVGIcons/types';
|
|
2
2
|
import React from 'react';
|
|
3
|
-
import { IconComponent } from '../SVGIcons/icon-registry';
|
|
4
3
|
export declare const TYPE_MAPPING: {
|
|
5
4
|
[key: string]: TSVGIconType;
|
|
6
5
|
};
|
|
7
|
-
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<
|
|
6
|
+
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<React.ComponentType<ISVGIconProps>>>;
|
|
8
7
|
export declare const DEFAULT_DURATION = 6000;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{lazy as r}from"react";const n={warning:"warning",success:"success",error:"danger",information:"information"},i={warning:r(()=>import("../SVGIcons/IconWarningFilled.js")),success:r(()=>import("../SVGIcons/IconCheckmarkFilled.js")),error:r(()=>import("../SVGIcons/IconErrorCircleFilled.js")),information:r(()=>import("../SVGIcons/IconInfoFilled.js"))},s=6e3;export{s as DEFAULT_DURATION,i as ICONS_MAPPING,n as TYPE_MAPPING};
|
|
@@ -1,3 +1,3 @@
|
|
|
1
|
-
import
|
|
2
|
-
import {
|
|
3
|
-
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<
|
|
1
|
+
import React from 'react';
|
|
2
|
+
import { ISVGIconProps } from '../../components/SVGIcons/types';
|
|
3
|
+
export declare const ICONS_MAPPING: Record<string, React.LazyExoticComponent<React.ComponentType<ISVGIconProps>>>;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
import{
|
|
1
|
+
import{lazy as o}from"react";const r={infoFilled:o(()=>import("../../components/SVGIcons/IconInfoFilled.js"))};export{r as ICONS_MAPPING};
|