pmg-ui-kit 0.0.31 → 0.0.33

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.
@@ -0,0 +1,8 @@
1
+ type CheckboxIconProps = {
2
+ onClick?: () => void;
3
+ width?: number;
4
+ height?: number;
5
+ color?: string;
6
+ };
7
+ export declare const CheckboxIcon: ({ onClick, width, height, color }: CheckboxIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,2 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const CheckboxIcon = ({ onClick, width = 24, height = 24, color = "currentColor" }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", onClick: onClick, className: "icon icon-tabler icons-tabler-outline icon-tabler-checkbox", children: [_jsx("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), _jsx("path", { d: "M9 11l3 3l8 -8" }), _jsx("path", { d: "M20 12v6a2 2 0 0 1 -2 2h-12a2 2 0 0 1 -2 -2v-12a2 2 0 0 1 2 -2h9" })] }));
@@ -0,0 +1,8 @@
1
+ type EditIconProps = {
2
+ onClick?: () => void;
3
+ width?: number;
4
+ height?: number;
5
+ color?: string;
6
+ };
7
+ export declare const EditIcon: ({ onClick, width, height, color }: EditIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,2 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const EditIcon = ({ onClick, width = 24, height = 24, color = "currentColor" }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", onClick: onClick, className: "icon icon-tabler icons-tabler-outline icon-tabler-edit", children: [_jsx("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), _jsx("path", { d: "M7 7h-1a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-1" }), _jsx("path", { d: "M20.385 6.585a2.1 2.1 0 0 0 -2.97 -2.97l-8.415 8.385v3h3l8.385 -8.415z" }), _jsx("path", { d: "M16 5l3 3" })] }));
@@ -0,0 +1,8 @@
1
+ type ExternalLinkIconProps = {
2
+ onClick?: () => void;
3
+ width?: number;
4
+ height?: number;
5
+ color?: string;
6
+ };
7
+ export declare const ExternalLinkIcon: ({ onClick, width, height, color }: ExternalLinkIconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,2 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const ExternalLinkIcon = ({ onClick, width = 24, height = 24, color = "currentColor" }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", onClick: onClick, className: "icon icon-tabler icons-tabler-outline icon-tabler-external-link", children: [_jsx("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), _jsx("path", { d: "M12 6h-6a2 2 0 0 0 -2 2v10a2 2 0 0 0 2 2h10a2 2 0 0 0 2 -2v-6" }), _jsx("path", { d: "M11 13l9 -9" }), _jsx("path", { d: "M15 4h5v5" })] }));
@@ -0,0 +1,8 @@
1
+ type Eye2IconProps = {
2
+ onClick?: () => void;
3
+ width?: number;
4
+ height?: number;
5
+ color?: string;
6
+ };
7
+ export declare const Eye2Icon: ({ onClick, width, height, color }: Eye2IconProps) => import("react/jsx-runtime").JSX.Element;
8
+ export {};
@@ -0,0 +1,2 @@
1
+ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
2
+ export const Eye2Icon = ({ onClick, width = 24, height = 24, color = "currentColor" }) => (_jsxs("svg", { xmlns: "http://www.w3.org/2000/svg", width: width, height: height, viewBox: "0 0 24 24", fill: "none", stroke: color, strokeWidth: 2, strokeLinecap: "round", strokeLinejoin: "round", onClick: onClick, className: "icon icon-tabler icons-tabler-outline icon-tabler-eye", children: [_jsx("path", { stroke: "none", d: "M0 0h24v24H0z", fill: "none" }), _jsx("path", { d: "M10 12a2 2 0 1 0 4 0a2 2 0 0 0 -4 0" }), _jsx("path", { d: "M21 12c-2.4 4 -5.4 6 -9 6c-3.6 0 -6.6 -2 -9 -6c2.4 -4 5.4 -6 9 -6c3.6 0 6.6 2 9 6" })] }));
package/dist/index.d.ts CHANGED
@@ -31,6 +31,7 @@ export * from './icons/ArchiveBoxIcon';
31
31
  export * from './icons/ArrowIcon';
32
32
  export * from './icons/ArrowTopRightIcon';
33
33
  export * from './icons/ArrowUpCircleIcon';
34
+ export * from './icons/CheckboxIcon';
34
35
  export * from './icons/CheckCircleIcon';
35
36
  export * from './icons/CheckGreenIcon';
36
37
  export * from './icons/CloudDownloadIcon';
@@ -40,7 +41,10 @@ export * from './icons/CopyIcon';
40
41
  export * from './icons/CrossRedIcon';
41
42
  export * from './icons/DbIcon';
42
43
  export * from './icons/DeFlagIcon';
44
+ export * from './icons/EditIcon';
45
+ export * from './icons/ExternalLinkIcon';
43
46
  export * from './icons/EyeIcon';
47
+ export * from './icons/Eye2Icon';
44
48
  export * from './icons/GbFlagIcon';
45
49
  export * from './icons/InformationCircleIcon';
46
50
  export * from './icons/InformationTriangleIcon';
package/dist/index.js CHANGED
@@ -31,6 +31,7 @@ export * from './icons/ArchiveBoxIcon';
31
31
  export * from './icons/ArrowIcon';
32
32
  export * from './icons/ArrowTopRightIcon';
33
33
  export * from './icons/ArrowUpCircleIcon';
34
+ export * from './icons/CheckboxIcon';
34
35
  export * from './icons/CheckCircleIcon';
35
36
  export * from './icons/CheckGreenIcon';
36
37
  export * from './icons/CloudDownloadIcon';
@@ -40,7 +41,10 @@ export * from './icons/CopyIcon';
40
41
  export * from './icons/CrossRedIcon';
41
42
  export * from './icons/DbIcon';
42
43
  export * from './icons/DeFlagIcon';
44
+ export * from './icons/EditIcon';
45
+ export * from './icons/ExternalLinkIcon';
43
46
  export * from './icons/EyeIcon';
47
+ export * from './icons/Eye2Icon';
44
48
  export * from './icons/GbFlagIcon';
45
49
  export * from './icons/InformationCircleIcon';
46
50
  export * from './icons/InformationTriangleIcon';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pmg-ui-kit",
3
- "version": "0.0.31",
3
+ "version": "0.0.33",
4
4
  "description": "Components library for PMG projects",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",