hrm_ui_lib 4.0.1 → 4.0.3

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.
@@ -4,5 +4,5 @@ const IconCode = ({ size, type, className = '', onClick, refHandler, id, dataTes
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("polyline", { points: "18,16 22,12 18,8" }), _jsx("polyline", { points: "6,8 2,12 6,16" }), _jsx("line", { x1: "14.5", y1: "4", x2: "9.5", y2: "20" })] }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("polyline", { points: "18,16 22,12 18,8" }), _jsx("polyline", { points: "6,8 2,12 6,16" }), _jsx("line", { x1: "14.5", y1: "4", x2: "9.5", y2: "20" })] }));
8
8
  export default IconCode;
@@ -4,5 +4,5 @@ const IconLayers = ({ size, type, className = '', onClick, refHandler, id, dataT
4
4
  [`svg-icon__size-${size}`]: size,
5
5
  [`svg-icon__type-${type}`]: type,
6
6
  [className]: className
7
- }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("polygon", { points: "12.83,2.18 11.17,2.18 2.6,6.08 2.6,7.91 11.18,11.82 12.84,11.82 21.42,7.92 21.42,6.09" }), _jsx("polyline", { points: "2,12 2.58,12.91 11.18,16.82 12.83,16.82 21.41,12.92 22,12" }), _jsx("polyline", { points: "2,17 2.58,17.91 11.18,21.82 12.83,21.82 21.41,17.92 22,17" })] }));
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("polygon", { points: "12.83,2.18 11.17,2.18 2.6,6.08 2.6,7.91 11.18,11.82 12.84,11.82 21.42,7.92 21.42,6.09" }), _jsx("polyline", { points: "2,12 2.58,12.91 11.18,16.82 12.83,16.82 21.41,12.92 22,12" }), _jsx("polyline", { points: "2,17 2.58,17.91 11.18,21.82 12.83,21.82 21.41,17.92 22,17" })] }));
8
8
  export default IconLayers;
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLayoutGrid: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
+ export default IconLayoutGrid;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import classNames from 'classnames';
3
+ const IconLayoutGrid = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
+ [`svg-icon__size-${size}`]: size,
5
+ [`svg-icon__type-${type}`]: type,
6
+ [className]: className
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("rect", { width: "7", height: "7", x: "3", y: "3", rx: "1" }), _jsx("rect", { width: "7", height: "7", x: "14", y: "3", rx: "1" }), _jsx("rect", { width: "7", height: "7", x: "14", y: "14", rx: "1" }), _jsx("rect", { width: "7", height: "7", x: "3", y: "14", rx: "1" })] }));
8
+ export default IconLayoutGrid;
@@ -0,0 +1,4 @@
1
+ import { ReactElement } from 'react';
2
+ import { ISVGIconProps } from '../../type';
3
+ declare const IconLayoutList: ({ size, type, className, onClick, refHandler, id, dataTestId }: ISVGIconProps) => ReactElement;
4
+ export default IconLayoutList;
@@ -0,0 +1,8 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ import classNames from 'classnames';
3
+ const IconLayoutList = ({ size, type, className = '', onClick, refHandler, id, dataTestId }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", className: classNames('svg-icon', {
4
+ [`svg-icon__size-${size}`]: size,
5
+ [`svg-icon__type-${type}`]: type,
6
+ [className]: className
7
+ }), viewBox: "0 0 24 24", fill: "none", onClick: onClick, ref: refHandler, id: id, "data-test-id": dataTestId ? `${dataTestId}-svg-icon` : '', stroke: "currentColor", strokeWidth: "1.2", strokeLinecap: "round", strokeLinejoin: "round", "aria-hidden": "true", children: [_jsx("rect", { width: "18", height: "18", x: "3", y: "3", rx: "2" }), _jsx("path", { d: "M12 3v18" })] }));
8
+ export default IconLayoutList;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "hrm_ui_lib",
3
- "version": "4.0.1",
3
+ "version": "4.0.3",
4
4
  "description": "UI library for Dino",
5
5
  "main": "./index.cjs",
6
6
  "module": "./index.js",