@team-monolith/cds 0.6.12 → 0.8.0
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/components/AlertDialog/AlertDialogTitle.js +1 -1
- package/dist/components/Banner.js +1 -1
- package/dist/components/InputBase.js +1 -1
- package/dist/components/Tag.js +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/patterns/Dialog/DialogTitle.js +1 -1
- package/dist/patterns/Dropdown/Dropdown.js +1 -1
- package/dist/patterns/Dropdown/DropdownItem.js +1 -1
- package/dist/patterns/Table/TableCell.js +3 -3
- package/package.json +1 -1
- package/dist/icons/Arrows/index.d.ts +0 -7
- package/dist/icons/Arrows/index.js +0 -6
- package/dist/icons/Media/index.d.ts +0 -7
- package/dist/icons/Media/index.js +0 -3
- package/dist/icons/System/index.d.ts +0 -7
- package/dist/icons/System/index.js +0 -3
- package/dist/icons/arrows.d.ts +0 -28
- package/dist/icons/arrows.js +0 -21
- package/dist/icons/brand.d.ts +0 -4
- package/dist/icons/brand.js +0 -13
- package/dist/icons/design.d.ts +0 -4
- package/dist/icons/design.js +0 -13
- package/dist/icons/map.d.ts +0 -4
- package/dist/icons/map.js +0 -13
- package/dist/icons/system.d.ts +0 -31
- package/dist/icons/system.js +0 -22
- /package/dist/{remixicons → icons}/Arrows.d.ts +0 -0
- /package/dist/{remixicons → icons}/Arrows.js +0 -0
- /package/dist/{remixicons → icons}/Buildings.d.ts +0 -0
- /package/dist/{remixicons → icons}/Buildings.js +0 -0
- /package/dist/{remixicons → icons}/Business.d.ts +0 -0
- /package/dist/{remixicons → icons}/Business.js +0 -0
- /package/dist/{remixicons → icons}/Communication.d.ts +0 -0
- /package/dist/{remixicons → icons}/Communication.js +0 -0
- /package/dist/{remixicons → icons}/Design.d.ts +0 -0
- /package/dist/{remixicons → icons}/Design.js +0 -0
- /package/dist/{remixicons → icons}/Development.d.ts +0 -0
- /package/dist/{remixicons → icons}/Development.js +0 -0
- /package/dist/{remixicons → icons}/Device.d.ts +0 -0
- /package/dist/{remixicons → icons}/Device.js +0 -0
- /package/dist/{remixicons → icons}/Document.d.ts +0 -0
- /package/dist/{remixicons → icons}/Document.js +0 -0
- /package/dist/{remixicons → icons}/Editor.d.ts +0 -0
- /package/dist/{remixicons → icons}/Editor.js +0 -0
- /package/dist/{remixicons → icons}/Finance.d.ts +0 -0
- /package/dist/{remixicons → icons}/Finance.js +0 -0
- /package/dist/{remixicons → icons}/Health & Medical.d.ts +0 -0
- /package/dist/{remixicons → icons}/Health & Medical.js +0 -0
- /package/dist/{remixicons → icons}/Logos.d.ts +0 -0
- /package/dist/{remixicons → icons}/Logos.js +0 -0
- /package/dist/{remixicons → icons}/Map.d.ts +0 -0
- /package/dist/{remixicons → icons}/Map.js +0 -0
- /package/dist/{remixicons → icons}/Media.d.ts +0 -0
- /package/dist/{remixicons → icons}/Media.js +0 -0
- /package/dist/{remixicons → icons}/Others.d.ts +0 -0
- /package/dist/{remixicons → icons}/Others.js +0 -0
- /package/dist/{remixicons → icons}/System.d.ts +0 -0
- /package/dist/{remixicons → icons}/System.js +0 -0
- /package/dist/{remixicons → icons}/User & Faces.d.ts +0 -0
- /package/dist/{remixicons → icons}/User & Faces.js +0 -0
- /package/dist/{remixicons → icons}/Weather.d.ts +0 -0
- /package/dist/{remixicons → icons}/Weather.js +0 -0
- /package/dist/{remixicons → icons}/index.d.ts +0 -0
- /package/dist/{remixicons → icons}/index.js +0 -0
|
@@ -29,7 +29,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "@emotion/reac
|
|
|
29
29
|
import { css, useTheme } from "@emotion/react";
|
|
30
30
|
import React from "react";
|
|
31
31
|
import SquareButton from "../SquareButton";
|
|
32
|
-
import { CloseFillIcon } from "../../icons
|
|
32
|
+
import { CloseFillIcon } from "../../icons";
|
|
33
33
|
export var AlertDialogTitle = React.forwardRef(function (props, ref) {
|
|
34
34
|
var className = props.className, _a = props.component, Component = _a === void 0 ? "div" : _a, onClose = props.onClose, children = props.children, other = __rest(props, ["className", "component", "onClose", "children"]);
|
|
35
35
|
var theme = useTheme();
|
|
@@ -30,7 +30,7 @@ import { css, useTheme } from "@emotion/react";
|
|
|
30
30
|
import styled from "@emotion/styled";
|
|
31
31
|
import React from "react";
|
|
32
32
|
import COLOR from "../foundation/color";
|
|
33
|
-
import { CloseFillIcon } from "../icons
|
|
33
|
+
import { CloseFillIcon } from "../icons";
|
|
34
34
|
import { RESET_BUTTON } from "../utils/reset";
|
|
35
35
|
var COLOR_TO_STYLE = function (theme, color) {
|
|
36
36
|
return ({
|
|
@@ -16,7 +16,7 @@ var __assign = (this && this.__assign) || function () {
|
|
|
16
16
|
import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
17
17
|
import { css } from "@emotion/react";
|
|
18
18
|
import styled from "@emotion/styled";
|
|
19
|
-
import { CloseCircleFillIcon } from "../icons
|
|
19
|
+
import { CloseCircleFillIcon } from "../icons";
|
|
20
20
|
import { RESET_BUTTON } from "../utils/reset";
|
|
21
21
|
var COLOR_TO_INPUT_STYLES = function (theme, color, disabled) {
|
|
22
22
|
if (disabled) {
|
package/dist/components/Tag.js
CHANGED
|
@@ -29,7 +29,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "@emotion/react/jsx-runtime";
|
|
|
29
29
|
import { css } from "@emotion/react";
|
|
30
30
|
import styled from "@emotion/styled";
|
|
31
31
|
import React from "react";
|
|
32
|
-
import { CloseFillIcon } from "../icons
|
|
32
|
+
import { CloseFillIcon } from "../icons";
|
|
33
33
|
import { useTheme } from "@emotion/react";
|
|
34
34
|
var COLOR_TO_STYLE = function (theme, color) {
|
|
35
35
|
return ({
|
package/dist/index.d.ts
CHANGED
|
@@ -37,4 +37,4 @@ export * from "./patterns/SegmentedControl";
|
|
|
37
37
|
export * from "./patterns/Table";
|
|
38
38
|
export { default as CodleDesignSystemProvider } from "./CodleDesignSystemProvider";
|
|
39
39
|
export { light } from "./CodleDesignSystemProvider";
|
|
40
|
-
export * from "./
|
|
40
|
+
export * from "./icons";
|
package/dist/index.js
CHANGED
|
@@ -37,4 +37,4 @@ export * from "./patterns/SegmentedControl";
|
|
|
37
37
|
export * from "./patterns/Table";
|
|
38
38
|
export { default as CodleDesignSystemProvider } from "./CodleDesignSystemProvider";
|
|
39
39
|
export { light } from "./CodleDesignSystemProvider";
|
|
40
|
-
export * from "./
|
|
40
|
+
export * from "./icons";
|
|
@@ -17,7 +17,7 @@ import { jsx as _jsx, jsxs as _jsxs, Fragment as _Fragment } from "@emotion/reac
|
|
|
17
17
|
/** @jsxImportSource @emotion/react */
|
|
18
18
|
import { css, useTheme } from "@emotion/react";
|
|
19
19
|
import SquareButton from "../../components/SquareButton";
|
|
20
|
-
import { CloseFillIcon } from "../../icons
|
|
20
|
+
import { CloseFillIcon } from "../../icons";
|
|
21
21
|
export function DialogTitle(props) {
|
|
22
22
|
var className = props.className, _a = props.component, Component = _a === void 0 ? "div" : _a, onClose = props.onClose, children = props.children;
|
|
23
23
|
var theme = useTheme();
|
|
@@ -13,7 +13,7 @@ import { jsx as _jsx, jsxs as _jsxs } from "react/jsx-runtime";
|
|
|
13
13
|
import { useRef, useState } from "react";
|
|
14
14
|
import Button from "../../components/Button";
|
|
15
15
|
import DropdownMenu from "./DropdownMenu";
|
|
16
|
-
import { ArrowDropDownFillIcon } from "../../icons
|
|
16
|
+
import { ArrowDropDownFillIcon } from "../../icons";
|
|
17
17
|
/**
|
|
18
18
|
* [피그마](https://www.figma.com/file/PnQp3tPxiCjgsPZfLUaUL1/Codle-PD-Kit---Patterns?type=design&node-id=203-95329&t=FwczLZ1IVvskUVbT-0)
|
|
19
19
|
*/
|
|
@@ -34,7 +34,7 @@ import { HOVER } from "../../utils/hover";
|
|
|
34
34
|
import CheckboxInput from "../../components/CheckboxInput";
|
|
35
35
|
import { useRef, useState } from "react";
|
|
36
36
|
import DropdownMenu from "./DropdownMenu";
|
|
37
|
-
import { ArrowRightSLineIcon } from "../../icons
|
|
37
|
+
import { ArrowRightSLineIcon } from "../../icons";
|
|
38
38
|
export var DROPDOWN_ITEM_WIDTH = 116;
|
|
39
39
|
var TYPE_TO_COLOR = function (theme, type) {
|
|
40
40
|
return {
|
|
@@ -19,10 +19,10 @@ import { css, useTheme } from "@emotion/react";
|
|
|
19
19
|
import React, { useContext } from "react";
|
|
20
20
|
import TableVariantContext from "./TableVariantContext";
|
|
21
21
|
import TablePropsContext from "./TablePropsContext";
|
|
22
|
-
import { ArrowDownFillIcon, ArrowUpFillIcon,
|
|
22
|
+
import { ArrowDownFillIcon, ArrowUpFillIcon, ExpandUpDownFillIcon, } from "../../icons";
|
|
23
23
|
import styled from "@emotion/styled";
|
|
24
24
|
import { RESET_BUTTON } from "../../utils/reset";
|
|
25
|
-
import { FilterFillIcon } from "../../icons
|
|
25
|
+
import { FilterFillIcon } from "../../icons";
|
|
26
26
|
var SIZE_TO_STYLES = function (size) {
|
|
27
27
|
return ({
|
|
28
28
|
small: css(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 8px 8px;\n "], ["\n padding: 8px 8px;\n "]))),
|
|
@@ -63,7 +63,7 @@ var SortButton = function (props) {
|
|
|
63
63
|
sortIcon = _jsx(ArrowUpFillIcon, {});
|
|
64
64
|
break;
|
|
65
65
|
case "none":
|
|
66
|
-
sortIcon = _jsx(
|
|
66
|
+
sortIcon = _jsx(ExpandUpDownFillIcon, {});
|
|
67
67
|
break;
|
|
68
68
|
}
|
|
69
69
|
return (_jsx("button", __assign({ disabled: props.disabled, onClick: props.onSortClick, css: css(templateObject_11 || (templateObject_11 = __makeTemplateObject(["\n ", "\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 6px;\n\n cursor: pointer;\n\n svg {\n width: 12px;\n height: 12px;\n }\n "], ["\n ", "\n display: flex;\n justify-content: center;\n align-items: center;\n padding: 6px;\n\n cursor: pointer;\n\n svg {\n width: 12px;\n height: 12px;\n }\n "])), RESET_BUTTON) }, { children: sortIcon })));
|
package/package.json
CHANGED
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
import arrowDropDownFillSvg from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
|
|
2
|
-
import { ReactComponent as ArrowDropDownFillIcon } from "remixicon/icons/Arrows/arrow-drop-down-fill.svg";
|
|
3
|
-
export var ArrowDropDownFill = {
|
|
4
|
-
svg: arrowDropDownFillSvg,
|
|
5
|
-
icon: ArrowDropDownFillIcon,
|
|
6
|
-
};
|
package/dist/icons/arrows.d.ts
DELETED
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const ArrowDropDownFillIcon: (props: {
|
|
3
|
-
className?: string;
|
|
4
|
-
}) => JSX.Element;
|
|
5
|
-
export declare const ExpandUpDownIcon: (props: {
|
|
6
|
-
className?: string;
|
|
7
|
-
}) => JSX.Element;
|
|
8
|
-
export declare const ArrowDownFillIcon: (props: {
|
|
9
|
-
className?: string;
|
|
10
|
-
}) => JSX.Element;
|
|
11
|
-
export declare const ArrowUpFillIcon: (props: {
|
|
12
|
-
className?: string;
|
|
13
|
-
}) => JSX.Element;
|
|
14
|
-
export declare const ArrowRightFillIcon: (props: {
|
|
15
|
-
className?: string;
|
|
16
|
-
}) => JSX.Element;
|
|
17
|
-
export declare const ArrowLeftFillIcon: (props: {
|
|
18
|
-
className?: string;
|
|
19
|
-
}) => JSX.Element;
|
|
20
|
-
export declare const ArrowRightSLineIcon: (props: {
|
|
21
|
-
className?: string;
|
|
22
|
-
}) => JSX.Element;
|
|
23
|
-
export declare const ArrowLeftLineIcon: (props: {
|
|
24
|
-
className?: string;
|
|
25
|
-
}) => JSX.Element;
|
|
26
|
-
export declare const ArrowRightLineIcon: (props: {
|
|
27
|
-
className?: string;
|
|
28
|
-
}) => JSX.Element;
|
package/dist/icons/arrows.js
DELETED
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var ArrowDropDownFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "m12 14l-4-4h8l-4 4Z" }) }))); };
|
|
14
|
-
export var ExpandUpDownIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M18 9L12 3L6 9H18ZM18 15L12 21L6 15H18Z", fill: "currentColor" }) }))); };
|
|
15
|
-
export var ArrowDownFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13 12H20L12 20L4 12H11V4H13V12Z", fill: "currentColor" }) }))); };
|
|
16
|
-
export var ArrowUpFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M13 12V20H11V12H4L12 4L20 12H13Z", fill: "currentColor" }) }))); };
|
|
17
|
-
export var ArrowRightFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 13H4V11H12V4L20 12L12 20V13Z", fill: "currentColor" }) }))); };
|
|
18
|
-
export var ArrowLeftFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 13V20L4 12L12 4V11H20V13H12Z", fill: "currentColor" }) }))); };
|
|
19
|
-
export var ArrowRightSLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { d: "M13.1714 12.0007L8.22168 7.05093L9.63589 5.63672L15.9999 12.0007L9.63589 18.3646L8.22168 16.9504L13.1714 12.0007Z", fill: "currentColor" }) }))); };
|
|
20
|
-
export var ArrowLeftLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "M7.828 11H20v2H7.828l5.364 5.364l-1.414 1.414L4 12l7.778-7.778l1.414 1.414L7.828 11Z" }) }))); };
|
|
21
|
-
export var ArrowRightLineIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "m16.172 11l-5.364-5.364l1.414-1.414L20 12l-7.778 7.778l-1.414-1.414L16.172 13H4v-2h12.172Z" }) }))); };
|
package/dist/icons/brand.d.ts
DELETED
package/dist/icons/brand.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var SymbolIcon = function (props) { return (_jsx("svg", __assign({}, props, { viewBox: "-3 -2 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M8.89269 0C3.98164 0 0 3.80096 0 8.49034C0 12.0308 2.26988 15.0622 5.4957 16.336C6.05262 16.5557 6.36122 17.1512 6.19366 17.7238L5.83323 18.9592C5.66206 19.5427 6.17196 20.1009 6.76987 19.9845C8.47801 19.6495 11.564 18.7587 14.0701 16.4644C16.9898 13.7908 17.7854 10.9527 17.7854 8.49154C17.7854 3.80337 13.8037 0.00120173 8.89269 0.00120173V0Z", fill: "currentColor" }) }))); };
|
package/dist/icons/design.d.ts
DELETED
package/dist/icons/design.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var PencilFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12.8995 6.85431L17.1421 11.0969L7.24264 20.9964H3V16.7538L12.8995 6.85431ZM14.3137 5.44009L16.435 3.31877C16.8256 2.92825 17.4587 2.92825 17.8492 3.31877L20.6777 6.1472C21.0682 6.53772 21.0682 7.17089 20.6777 7.56141L18.5563 9.68273L14.3137 5.44009Z", fill: "currentColor" }) }))); };
|
package/dist/icons/map.d.ts
DELETED
package/dist/icons/map.js
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var EarthFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { d: "M12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2ZM16.0043 12.8777C15.6589 12.3533 15.4097 11.9746 14.4622 12.1248C12.6717 12.409 12.4732 12.7224 12.3877 13.2375L12.3636 13.3943L12.3393 13.5597C12.2416 14.2428 12.2453 14.5012 12.5589 14.8308C13.8241 16.1582 14.582 17.115 14.8116 17.6746C14.9237 17.9484 15.2119 18.7751 15.0136 19.5927C16.2372 19.1066 17.3156 18.3332 18.1653 17.3559C18.2755 16.9821 18.3551 16.5166 18.3551 15.9518V15.8472C18.3551 14.9247 18.3551 14.504 17.7031 14.1314C17.428 13.9751 17.2227 13.881 17.0582 13.8064C16.691 13.6394 16.4479 13.5297 16.1198 13.0499C16.0807 12.9928 16.0425 12.9358 16.0043 12.8777ZM12 3.83333C9.68259 3.83333 7.59062 4.79858 6.1042 6.34896C6.28116 6.47186 6.43537 6.64453 6.54129 6.88256C6.74529 7.34029 6.74529 7.8112 6.74529 8.22764C6.74488 8.55621 6.74442 8.8672 6.84992 9.09302C6.99443 9.40134 7.6164 9.53227 8.16548 9.64736C8.36166 9.68867 8.56395 9.73083 8.74797 9.78176C9.25405 9.92233 9.64554 10.3765 9.95938 10.7412C10.0896 10.8931 10.2819 11.1163 10.3783 11.1717C10.4286 11.1356 10.59 10.9608 10.6699 10.6735C10.7307 10.4547 10.7134 10.2597 10.6239 10.1543C10.0648 9.49445 10.0952 8.2232 10.268 7.75495C10.5402 7.01606 11.3905 7.07058 12.012 7.11097C12.2438 7.12589 12.4626 7.14023 12.6257 7.11976C13.2482 7.04166 13.4396 6.09538 13.575 5.91C13.8671 5.50981 14.7607 4.9071 15.3158 4.53454C14.3025 4.08382 13.1805 3.83333 12 3.83333Z", fill: "currentColor" }) }))); };
|
package/dist/icons/system.d.ts
DELETED
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
|
-
export declare const CloseFillIcon: (props: {
|
|
3
|
-
className?: string;
|
|
4
|
-
}) => JSX.Element;
|
|
5
|
-
export declare const CloseCircleFillIcon: (props: {
|
|
6
|
-
className?: string;
|
|
7
|
-
}) => JSX.Element;
|
|
8
|
-
export declare const ErrorWarningFillIcon: (props: {
|
|
9
|
-
className?: string;
|
|
10
|
-
}) => JSX.Element;
|
|
11
|
-
export declare const AlertFillIcon: (props: {
|
|
12
|
-
className?: string;
|
|
13
|
-
}) => JSX.Element;
|
|
14
|
-
export declare const CheckboxCircleFillIcon: (props: {
|
|
15
|
-
className?: string;
|
|
16
|
-
}) => JSX.Element;
|
|
17
|
-
export declare const EyeFillIcon: (props: {
|
|
18
|
-
className?: string;
|
|
19
|
-
}) => JSX.Element;
|
|
20
|
-
export declare const InformationFillIcon: (props: {
|
|
21
|
-
className?: string;
|
|
22
|
-
}) => JSX.Element;
|
|
23
|
-
export declare const FilterFillIcon: (props: {
|
|
24
|
-
className?: string;
|
|
25
|
-
}) => JSX.Element;
|
|
26
|
-
export declare const CheckboxMultipleBlankLine: (props: {
|
|
27
|
-
className?: string;
|
|
28
|
-
}) => JSX.Element;
|
|
29
|
-
export declare const ForbidFillIcon: (props: {
|
|
30
|
-
className?: string;
|
|
31
|
-
}) => JSX.Element;
|
package/dist/icons/system.js
DELETED
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
var __assign = (this && this.__assign) || function () {
|
|
2
|
-
__assign = Object.assign || function(t) {
|
|
3
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
4
|
-
s = arguments[i];
|
|
5
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
|
6
|
-
t[p] = s[p];
|
|
7
|
-
}
|
|
8
|
-
return t;
|
|
9
|
-
};
|
|
10
|
-
return __assign.apply(this, arguments);
|
|
11
|
-
};
|
|
12
|
-
import { jsx as _jsx } from "react/jsx-runtime";
|
|
13
|
-
export var CloseFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "m12 10.586l4.95-4.95l1.415 1.415l-4.95 4.95l4.95 4.95l-1.415 1.414l-4.95-4.95l-4.95 4.95l-1.413-1.415l4.95-4.95l-4.95-4.95L7.05 5.638l4.95 4.95Z" }) }))); };
|
|
14
|
-
export var CloseCircleFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM12 10.5858L9.17157 7.75736L7.75736 9.17157L10.5858 12L7.75736 14.8284L9.17157 16.2426L12 13.4142L14.8284 16.2426L16.2426 14.8284L13.4142 12L16.2426 9.17157L14.8284 7.75736L12 10.5858Z", fill: "currentColor" }) }))); };
|
|
15
|
-
export var ErrorWarningFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10Zm-1-7v2h2v-2h-2Zm0-8v6h2V7h-2Z" }) }))); };
|
|
16
|
-
export var AlertFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "m12.865 3l9.526 16.5a1 1 0 0 1-.866 1.5H2.473a1 1 0 0 1-.866-1.5L11.133 3a1 1 0 0 1 1.732 0Zm-1.866 13v2h2v-2h-2Zm0-7v5h2V9h-2Z" }) }))); };
|
|
17
|
-
export var CheckboxCircleFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "M12 22C6.477 22 2 17.523 2 12S6.477 2 12 2s10 4.477 10 10s-4.477 10-10 10Zm-.997-6l7.07-7.071l-1.413-1.414l-5.657 5.657l-2.829-2.829l-1.414 1.414L11.003 16Z" }) }))); };
|
|
18
|
-
export var EyeFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M1.18164 12C2.12215 6.87976 6.60812 3 12.0003 3C17.3924 3 21.8784 6.87976 22.8189 12C21.8784 17.1202 17.3924 21 12.0003 21C6.60812 21 2.12215 17.1202 1.18164 12ZM12.0003 17C14.7617 17 17.0003 14.7614 17.0003 12C17.0003 9.23858 14.7617 7 12.0003 7C9.23884 7 7.00026 9.23858 7.00026 12C7.00026 14.7614 9.23884 17 12.0003 17ZM12.0003 15C10.3434 15 9.00026 13.6569 9.00026 12C9.00026 10.3431 10.3434 9 12.0003 9C13.6571 9 15.0003 10.3431 15.0003 12C15.0003 13.6569 13.6571 15 12.0003 15Z", fill: "currentColor" }) }))); };
|
|
19
|
-
export var InformationFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM11 11V17H13V11H11ZM11 7V9H13V7H11Z", fill: "currentColor" }) }))); };
|
|
20
|
-
export var FilterFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M21 4V6H20L14 15V22H10V15L4 6H3V4H21Z", fill: "currentColor" }) }))); };
|
|
21
|
-
export var CheckboxMultipleBlankLine = function (props) { return (_jsx("svg", __assign({}, props, { xmlns: "http://www.w3.org/2000/svg", width: "24", height: "24", viewBox: "0 0 24 24" }, { children: _jsx("path", { fill: "currentColor", d: "M7 7V3a1 1 0 0 1 1-1h13a1 1 0 0 1 1 1v13a1 1 0 0 1-1 1h-4v3.992C17 21.55 16.551 22 15.992 22H3.008A1.006 1.006 0 0 1 2 20.992l.003-12.985C2.003 7.451 2.452 7 3.01 7H7Zm2 0h6.993C16.549 7 17 7.449 17 8.007V15h3V4H9v3ZM4.003 9L4 20h11V9H4.003Z" }) }))); };
|
|
22
|
-
export var ForbidFillIcon = function (props) { return (_jsx("svg", __assign({}, props, { width: "24", height: "24", viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg" }, { children: _jsx("path", { d: "M12 22C6.47715 22 2 17.5228 2 12C2 6.47715 6.47715 2 12 2C17.5228 2 22 6.47715 22 12C22 17.5228 17.5228 22 12 22ZM8.52313 7.10891C8.25459 7.30029 7.99828 7.51644 7.75736 7.75736C7.51644 7.99828 7.30029 8.25459 7.10891 8.52313L15.4769 16.8911C15.7454 16.6997 16.0017 16.4836 16.2426 16.2426C16.4836 16.0017 16.6997 15.7454 16.8911 15.4769L8.52313 7.10891Z", fill: "currentColor" }) }))); };
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|