@eleventheye/asui 1.8.1 → 1.9.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/apptypes/ASUI.types.d.ts +89 -0
- package/dist/apptypes/ASUI.types.d.ts.map +1 -1
- package/dist/astextfield/ASTextField.d.ts +2 -0
- package/dist/astextfield/ASTextField.d.ts.map +1 -1
- package/dist/astextfield/ASTextField.js +7 -3
- package/dist/astextfield/index.js +2 -4
- package/dist/astextfield/styles.d.ts +14 -5
- package/dist/astextfield/styles.d.ts.map +1 -1
- package/dist/astextfield/styles.js +65 -127
- package/dist/astheme/ASThemeDefault.d.ts +4 -0
- package/dist/astheme/ASThemeDefault.d.ts.map +1 -0
- package/dist/astheme/ASThemeDefault.js +93 -0
- package/dist/icons/EleventheyeIcon.d.ts.map +1 -1
- package/dist/icons/EleventheyeIcon.js +2 -2
- package/dist/icons/EmailIcon.d.ts +5 -0
- package/dist/icons/EmailIcon.d.ts.map +1 -0
- package/dist/icons/EmailIcon.js +8 -0
- package/dist/icons/index.d.ts +2 -0
- package/dist/icons/index.d.ts.map +1 -1
- package/dist/icons/index.js +48 -61
- package/dist/icons/styles.js +2 -4
- package/dist/index.d.ts +1 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +27 -41
- package/package.json +6 -2
|
@@ -3,4 +3,93 @@ export declare enum ASComponentSize {
|
|
|
3
3
|
Medium = "ASMedium",
|
|
4
4
|
Large = "ASLarge"
|
|
5
5
|
}
|
|
6
|
+
export interface ASTheme {
|
|
7
|
+
textfield: {
|
|
8
|
+
color: string;
|
|
9
|
+
borderColor: string;
|
|
10
|
+
bgColorTop: string;
|
|
11
|
+
bgColorBottom: string;
|
|
12
|
+
autofillBorder: string;
|
|
13
|
+
autofillBoxShadow: string;
|
|
14
|
+
autofillColor: string;
|
|
15
|
+
inputBorder: string;
|
|
16
|
+
inputBgTop: string;
|
|
17
|
+
inputBgBottom: string;
|
|
18
|
+
inputColor: string;
|
|
19
|
+
inputFocusBorderColor: string;
|
|
20
|
+
inputFocusBoxShadow: string;
|
|
21
|
+
inputFocusColor: string;
|
|
22
|
+
placeholderColor: string;
|
|
23
|
+
iconTextShadow: string;
|
|
24
|
+
};
|
|
25
|
+
colors: {
|
|
26
|
+
mainGold: string;
|
|
27
|
+
mainYellow: string;
|
|
28
|
+
yellow00: string;
|
|
29
|
+
yellow20: string;
|
|
30
|
+
yellow25: string;
|
|
31
|
+
yellow30: string;
|
|
32
|
+
yellow40: string;
|
|
33
|
+
yellow44: string;
|
|
34
|
+
yellow45: string;
|
|
35
|
+
yellow50: string;
|
|
36
|
+
yellow60: string;
|
|
37
|
+
yellow70: string;
|
|
38
|
+
yellow80: string;
|
|
39
|
+
yellow85: string;
|
|
40
|
+
yellow88: string;
|
|
41
|
+
yellow90: string;
|
|
42
|
+
yellow95: string;
|
|
43
|
+
yellow100: string;
|
|
44
|
+
yellow110: string;
|
|
45
|
+
yellow115: string;
|
|
46
|
+
yellow120: string;
|
|
47
|
+
mainCorral: string;
|
|
48
|
+
corral20: string;
|
|
49
|
+
corral30: string;
|
|
50
|
+
corral40: string;
|
|
51
|
+
corral50: string;
|
|
52
|
+
corralCF: string;
|
|
53
|
+
corral6D: string;
|
|
54
|
+
corral8B: string;
|
|
55
|
+
corral85: string;
|
|
56
|
+
corral90: string;
|
|
57
|
+
mainBlack: string;
|
|
58
|
+
mainGray22: string;
|
|
59
|
+
mainGray33: string;
|
|
60
|
+
mainGray41: string;
|
|
61
|
+
mainGray55: string;
|
|
62
|
+
mainGray58: string;
|
|
63
|
+
mainGray66: string;
|
|
64
|
+
mainGray6d: string;
|
|
65
|
+
mainGray72: string;
|
|
66
|
+
mainGray81: string;
|
|
67
|
+
mainGray8c: string;
|
|
68
|
+
mainGray97: string;
|
|
69
|
+
mainGray99: string;
|
|
70
|
+
mainGrayB8: string;
|
|
71
|
+
mainGrayE0: string;
|
|
72
|
+
mainGrayF5: string;
|
|
73
|
+
mainWhite: string;
|
|
74
|
+
blueFF: string;
|
|
75
|
+
green00: string;
|
|
76
|
+
green10: string;
|
|
77
|
+
green64: string;
|
|
78
|
+
green90: string;
|
|
79
|
+
green100: string;
|
|
80
|
+
green120: string;
|
|
81
|
+
blackAlpha75: string;
|
|
82
|
+
blackAlpha50: string;
|
|
83
|
+
blackAlpha40: string;
|
|
84
|
+
blackAlpha35: string;
|
|
85
|
+
blackAlpha25: string;
|
|
86
|
+
blackAlpha10: string;
|
|
87
|
+
whiteAlpha75: string;
|
|
88
|
+
whiteAlpha55: string;
|
|
89
|
+
whiteAlpha35: string;
|
|
90
|
+
whiteAlpha25: string;
|
|
91
|
+
whiteAlpha15: string;
|
|
92
|
+
};
|
|
93
|
+
borderRadius: string;
|
|
94
|
+
}
|
|
6
95
|
//# sourceMappingURL=ASUI.types.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ASUI.types.d.ts","sourceRoot":"","sources":["../../src/apptypes/ASUI.types.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,KAAK,YAAY;IACjB,MAAM,aAAa;IACnB,KAAK,YAAY;CAClB"}
|
|
1
|
+
{"version":3,"file":"ASUI.types.d.ts","sourceRoot":"","sources":["../../src/apptypes/ASUI.types.ts"],"names":[],"mappings":"AAAA,oBAAY,eAAe;IACzB,KAAK,YAAY;IACjB,MAAM,aAAa;IACnB,KAAK,YAAY;CAClB;AAED,MAAM,WAAW,OAAO;IACtB,SAAS,EAAE;QACT,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,MAAM,CAAC;QACtB,cAAc,EAAE,MAAM,CAAC;QACvB,iBAAiB,EAAE,MAAM,CAAC;QAC1B,aAAa,EAAE,MAAM,CAAC;QACtB,WAAW,EAAE,MAAM,CAAC;QACpB,UAAU,EAAE,MAAM,CAAC;QACnB,aAAa,EAAE,MAAM,CAAC;QACtB,UAAU,EAAE,MAAM,CAAC;QACnB,qBAAqB,EAAE,MAAM,CAAC;QAC9B,mBAAmB,EAAE,MAAM,CAAC;QAC5B,eAAe,EAAE,MAAM,CAAC;QACxB,gBAAgB,EAAE,MAAM,CAAC;QACzB,cAAc,EAAE,MAAM,CAAC;KACxB,CAAC;IACF,MAAM,EAAE;QACN,QAAQ,EAAE,MAAM,CAAC;QACjB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,SAAS,EAAE,MAAM,CAAC;QAClB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,UAAU,EAAE,MAAM,CAAC;QACnB,SAAS,EAAE,MAAM,CAAC;QAClB,MAAM,EAAE,MAAM,CAAC;QACf,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,OAAO,EAAE,MAAM,CAAC;QAChB,QAAQ,EAAE,MAAM,CAAC;QACjB,QAAQ,EAAE,MAAM,CAAC;QACjB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;QACrB,YAAY,EAAE,MAAM,CAAC;KACtB,CAAC;IACF,YAAY,EAAE,MAAM,CAAC;CACtB"}
|
|
@@ -1,7 +1,9 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
import { ASComponentSize } from '../apptypes/ASUI.types';
|
|
3
|
+
import ASThemeDefault from '../astheme/ASThemeDefault';
|
|
3
4
|
type ASTextFieldProps = {
|
|
4
5
|
className?: string;
|
|
6
|
+
theme?: typeof ASThemeDefault;
|
|
5
7
|
value: string;
|
|
6
8
|
onChange?: (value: string) => void;
|
|
7
9
|
size?: ASComponentSize;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"ASTextField.d.ts","sourceRoot":"","sources":["../../src/astextfield/ASTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;
|
|
1
|
+
{"version":3,"file":"ASTextField.d.ts","sourceRoot":"","sources":["../../src/astextfield/ASTextField.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAiD,MAAM,OAAO,CAAC;AAGtE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,cAAc,MAAM,2BAA2B,CAAC;AAUvD,KAAK,gBAAgB,GAAG;IACtB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,KAAK,CAAC,EAAE,OAAO,cAAc,CAAC;IAC9B,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;IACnC,IAAI,CAAC,EAAE,eAAe,CAAC;IACvB,eAAe,CAAC,EAAE,OAAO,CAAC;IAC1B,cAAc,CAAC,EAAE,OAAO,CAAC;CAC1B,GAAG,IAAI,CAAC,KAAK,CAAC,SAAS,CAAC,gBAAgB,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,aAAa,GAAG,IAAI,GAAG,QAAQ,GAAG,SAAS,CAAC,CAAC;AAE5G,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CA4G3C,CAAC;AAEF,eAAe,WAAW,CAAC"}
|
|
@@ -1,11 +1,13 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const tslib_1 = require("tslib");
|
|
3
4
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
5
|
const react_1 = require("react");
|
|
5
6
|
const asui_1 = require("@eleventheye/asui");
|
|
6
7
|
const ASUI_types_1 = require("../apptypes/ASUI.types");
|
|
8
|
+
const ASThemeDefault_1 = tslib_1.__importDefault(require("../astheme/ASThemeDefault"));
|
|
7
9
|
const styles_1 = require("./styles");
|
|
8
|
-
const ASTextField = ({ className = '', value = '', onChange = () => undefined, size = ASUI_types_1.ASComponentSize.Medium, type = 'text', showClearButton = false, showSearchIcon = false, ...props }) => {
|
|
10
|
+
const ASTextField = ({ className = '', theme = ASThemeDefault_1.default, value = '', onChange = () => undefined, size = ASUI_types_1.ASComponentSize.Medium, type = 'text', showClearButton = false, showSearchIcon = false, ...props }) => {
|
|
9
11
|
const genericId = (0, react_1.useId)();
|
|
10
12
|
const textFieldId = props.id || genericId;
|
|
11
13
|
const [valueString, setValueString] = (0, react_1.useState)(value);
|
|
@@ -21,6 +23,7 @@ const ASTextField = ({ className = '', value = '', onChange = () => undefined, s
|
|
|
21
23
|
let clearIcon = showClearButton;
|
|
22
24
|
if (type === 'search') {
|
|
23
25
|
searchIcon = true;
|
|
26
|
+
clearIcon = true;
|
|
24
27
|
}
|
|
25
28
|
if (type === 'email') {
|
|
26
29
|
clearIcon = true;
|
|
@@ -36,7 +39,8 @@ const ASTextField = ({ className = '', value = '', onChange = () => undefined, s
|
|
|
36
39
|
}, [clearIconVisible]);
|
|
37
40
|
(0, react_1.useEffect)(() => {
|
|
38
41
|
setLeftIconCls(searchIconVisible ? 'LeftIconOn' : 'LeftIconOff');
|
|
39
|
-
|
|
42
|
+
if (searchIconVisible)
|
|
43
|
+
setRightIconCls('RightIconOn');
|
|
40
44
|
}, [searchIconVisible]);
|
|
41
45
|
(0, react_1.useEffect)(() => {
|
|
42
46
|
setPasswordCls(passwordIconVisible ? 'PasswordOn' : '');
|
|
@@ -59,6 +63,6 @@ const ASTextField = ({ className = '', value = '', onChange = () => undefined, s
|
|
|
59
63
|
setShowType(showType === 'password' ? 'text' : 'password');
|
|
60
64
|
};
|
|
61
65
|
const baseCls = `"ASTextFieldInputContainer" ${size} ${leftIconCls} ${rightIconCls} ${passwordCls} ${className}`;
|
|
62
|
-
return ((0, jsx_runtime_1.jsxs)(styles_1.ASTextFieldInputContainer, { className: baseCls, style: props.style, children: [searchIconVisible && ((0, jsx_runtime_1.jsx)(styles_1.ASTextFieldSearchIcon, { className: "ASTextFieldSearchIcon", children: (0, jsx_runtime_1.jsx)(asui_1.SearchIcon, { color: "#333333", size:
|
|
66
|
+
return ((0, jsx_runtime_1.jsxs)(styles_1.ASTextFieldInputContainer, { theme: theme, className: baseCls, style: props.style, children: [searchIconVisible && ((0, jsx_runtime_1.jsx)(styles_1.ASTextFieldSearchIcon, { theme: theme, className: "ASTextFieldSearchIcon", children: (0, jsx_runtime_1.jsx)(asui_1.SearchIcon, { color: "#333333", size: 30 }) })), (0, jsx_runtime_1.jsx)(styles_1.ASTextFieldInput, { theme: theme, id: textFieldId, className: "ASTextFieldInput", type: showType, value: valueString, onChange: onValueChange, onFocus: onInputFieldFocus, ...props }), clearIconVisible && ((0, jsx_runtime_1.jsx)(styles_1.ASTextFieldClickIcon, { theme: theme, className: "ASTextFieldClearIcon", onClick: clearValue, children: (0, jsx_runtime_1.jsx)(asui_1.CloseIcon, { color: "#333333", circleStrokeColor: "#333333", size: 24 }) })), passwordIconVisible && ((0, jsx_runtime_1.jsxs)(styles_1.ASTextFieldClickIcon, { theme: theme, className: "ASTextFieldPasswordIcon", onClick: onPasswordShowHide, children: [showType === 'password' && (0, jsx_runtime_1.jsx)(styles_1.ScaledEyeIcon, { color: "#333333", circleStrokeColor: "transparent", size: 24 }), showType === 'text' && (0, jsx_runtime_1.jsx)(styles_1.ScaledSlashedEyeIcon, { color: "#333333", circleStrokeColor: "transparent", size: 24 })] }))] }));
|
|
63
67
|
};
|
|
64
68
|
exports.default = ASTextField;
|
|
@@ -1,8 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.default = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
7
5
|
var ASTextField_1 = require("./ASTextField");
|
|
8
|
-
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return __importDefault(ASTextField_1).default; } });
|
|
6
|
+
Object.defineProperty(exports, "default", { enumerable: true, get: function () { return tslib_1.__importDefault(ASTextField_1).default; } });
|
|
@@ -1,7 +1,16 @@
|
|
|
1
|
-
|
|
2
|
-
export declare const
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
export declare const
|
|
1
|
+
import { ASTheme } from '../apptypes/ASUI.types';
|
|
2
|
+
export declare const ASTextFieldInputContainer: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
3
|
+
theme: ASTheme;
|
|
4
|
+
}>> & string;
|
|
5
|
+
export declare const ASTextFieldInput: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {
|
|
6
|
+
theme: ASTheme;
|
|
7
|
+
}>> & string;
|
|
8
|
+
export declare const ASTextFieldClickIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
9
|
+
theme: ASTheme;
|
|
10
|
+
}>> & string;
|
|
11
|
+
export declare const ASTextFieldSearchIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {
|
|
12
|
+
theme: ASTheme;
|
|
13
|
+
}>> & string;
|
|
6
14
|
export declare const ScaledSlashedEyeIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../icons").IconProps, never>> & string & Omit<import("react").FC<import("../icons").IconProps>, keyof import("react").Component<any, {}, any>>;
|
|
15
|
+
export declare const ScaledEyeIcon: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components").FastOmit<import("../icons").IconProps, never>> & string & Omit<import("react").FC<import("../icons").IconProps>, keyof import("react").Component<any, {}, any>>;
|
|
7
16
|
//# sourceMappingURL=styles.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/astextfield/styles.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"styles.d.ts","sourceRoot":"","sources":["../../src/astextfield/styles.ts"],"names":[],"mappings":"AACA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAGjD,eAAO,MAAM,yBAAyB;WAAuB,OAAO;YAiHnE,CAAC;AAEF,eAAO,MAAM,gBAAgB;WAAyB,OAAO;YA4C5D,CAAC;AAEF,eAAO,MAAM,oBAAoB;WAAuB,OAAO;YAO9D,CAAC;AAEF,eAAO,MAAM,qBAAqB;WAAuB,OAAO;YAG/D,CAAC;AAgBF,eAAO,MAAM,oBAAoB,gQAEhC,CAAC;AACF,eAAO,MAAM,aAAa,gQAEzB,CAAC"}
|
|
@@ -1,92 +1,39 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
|
-
exports.
|
|
7
|
-
const
|
|
3
|
+
exports.ScaledEyeIcon = exports.ScaledSlashedEyeIcon = exports.ASTextFieldSearchIcon = exports.ASTextFieldClickIcon = exports.ASTextFieldInput = exports.ASTextFieldInputContainer = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const styled_components_1 = tslib_1.__importStar(require("styled-components"));
|
|
8
6
|
const icons_1 = require("../icons");
|
|
9
|
-
const mainYellow = '#ffd321';
|
|
10
|
-
const mainGray33 = '#333333';
|
|
11
|
-
const mainGray55 = '#555555';
|
|
12
|
-
const mainGray66 = '#666666';
|
|
13
|
-
const mainGray81 = '#818181';
|
|
14
|
-
const mainGray97 = '#979797';
|
|
15
|
-
const yellow30 = '#fff5b2';
|
|
16
7
|
exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
17
8
|
display: flex;
|
|
18
9
|
align-items: center;
|
|
19
10
|
position: relative;
|
|
20
11
|
max-width: 100%;
|
|
21
12
|
width: -webkit-fill-available;
|
|
22
|
-
min-width:
|
|
23
|
-
background: linear-gradient(
|
|
24
|
-
|
|
25
|
-
|
|
13
|
+
min-width: 250px;
|
|
14
|
+
background: linear-gradient(
|
|
15
|
+
to bottom,
|
|
16
|
+
${(props) => props.theme.textfield.bgColorTop} 5%,
|
|
17
|
+
${(props) => props.theme.textfield.bgColorBottom} 100%
|
|
18
|
+
);
|
|
19
|
+
color: ${(props) => props.theme.textfield.color};
|
|
20
|
+
border: 1px solid ${(props) => props.theme.textfield.borderColor};
|
|
26
21
|
border-radius: 35px;
|
|
27
22
|
|
|
28
|
-
|
|
29
|
-
.ASTextFieldClearIcon {
|
|
30
|
-
margin-right: 8px;
|
|
31
|
-
cursor: pointer;
|
|
32
|
-
color: ${mainGray55};
|
|
33
|
-
user-select: none;
|
|
23
|
+
padding: 0 12px;
|
|
34
24
|
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
40
|
-
}
|
|
41
|
-
}
|
|
42
|
-
}
|
|
25
|
+
.ASTextFieldClearIcon {
|
|
26
|
+
cursor: pointer;
|
|
27
|
+
transition: scale 0.25s ease-in-out;
|
|
28
|
+
user-select: none;
|
|
29
|
+
scale: 0.9;
|
|
43
30
|
|
|
44
|
-
|
|
45
|
-
|
|
46
|
-
margin-left: 12px;
|
|
47
|
-
user-select: none;
|
|
31
|
+
&:hover {
|
|
32
|
+
scale: 1;
|
|
48
33
|
}
|
|
49
|
-
}
|
|
50
34
|
|
|
51
|
-
|
|
52
|
-
|
|
53
|
-
content-visibility: hidden;
|
|
54
|
-
margin-right: 0;
|
|
55
|
-
}
|
|
56
|
-
}
|
|
57
|
-
|
|
58
|
-
&.LeftIconOff {
|
|
59
|
-
.ASTextFieldSearchIcon {
|
|
60
|
-
content-visibility: hidden;
|
|
61
|
-
}
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
&.LeftIconOn.RightIconOn {
|
|
65
|
-
.ASTextFieldInput {
|
|
66
|
-
margin-right: 6px;
|
|
67
|
-
margin-left: 6px;
|
|
68
|
-
}
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
&.LeftIconOff.RightIconOff {
|
|
72
|
-
.ASTextFieldInput {
|
|
73
|
-
margin-right: 18px;
|
|
74
|
-
margin-left: 18px;
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
&.LeftIconOn.RightIconOff {
|
|
79
|
-
.ASTextFieldInput {
|
|
80
|
-
margin-right: 18px;
|
|
81
|
-
margin-left: 8px;
|
|
82
|
-
}
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
&.PasswordOn.LeftIconOff.RightIconOff,
|
|
86
|
-
&.LeftIconOff.RightIconOn {
|
|
87
|
-
.ASTextFieldInput {
|
|
88
|
-
margin-right: 6px;
|
|
89
|
-
margin-left: 18px;
|
|
35
|
+
&:active {
|
|
36
|
+
scale: 0.8;
|
|
90
37
|
}
|
|
91
38
|
}
|
|
92
39
|
|
|
@@ -116,12 +63,6 @@ exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
|
116
63
|
|
|
117
64
|
&[class*='PasswordOn'].ASSmall,
|
|
118
65
|
&[class*='LeftIcon'][class*='RightIcon'].ASSmall {
|
|
119
|
-
.ASTextFieldClearIcon,
|
|
120
|
-
.ASTextFieldSearchIcon {
|
|
121
|
-
font-size: 1.5rem;
|
|
122
|
-
font-weight: 400;
|
|
123
|
-
line-height: 1;
|
|
124
|
-
}
|
|
125
66
|
> input.ASTextFieldInput {
|
|
126
67
|
font-size: 0.9rem;
|
|
127
68
|
font-weight: 400;
|
|
@@ -131,12 +72,6 @@ exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
|
131
72
|
|
|
132
73
|
&[class*='PasswordOn'].ASMedium,
|
|
133
74
|
&[class*='LeftIcon'][class*='RightIcon'].ASMedium {
|
|
134
|
-
.ASTextFieldClearIcon,
|
|
135
|
-
.ASTextFieldSearchIcon {
|
|
136
|
-
font-size: 1.75rem;
|
|
137
|
-
font-weight: 500;
|
|
138
|
-
line-height: 1;
|
|
139
|
-
}
|
|
140
75
|
> input.ASTextFieldInput {
|
|
141
76
|
font-size: 1.25rem;
|
|
142
77
|
font-weight: 600;
|
|
@@ -146,12 +81,6 @@ exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
|
146
81
|
|
|
147
82
|
&[class*='PasswordOn'].ASLarge,
|
|
148
83
|
&[class*='LeftIcon'][class*='RightIcon'].ASLarge {
|
|
149
|
-
.ASTextFieldClearIcon,
|
|
150
|
-
.ASTextFieldSearchIcon {
|
|
151
|
-
font-size: 2rem;
|
|
152
|
-
font-weight: 600;
|
|
153
|
-
line-height: 1;
|
|
154
|
-
}
|
|
155
84
|
> input.ASTextFieldInput {
|
|
156
85
|
font-size: 1.5rem;
|
|
157
86
|
font-weight: 600;
|
|
@@ -177,16 +106,16 @@ exports.ASTextFieldInputContainer = styled_components_1.default.div `
|
|
|
177
106
|
// select:-webkit-autofill,
|
|
178
107
|
select:-webkit-autofill:hover,
|
|
179
108
|
select:-webkit-autofill:focus {
|
|
180
|
-
border: 1px solid ${
|
|
181
|
-
-webkit-text-fill-color: ${
|
|
182
|
-
// -webkit-box-shadow: 0 0 0 1000px ${
|
|
183
|
-
-webkit-box-shadow: inset 0 1px 7px 1px ${
|
|
109
|
+
border: 1px solid ${(props) => props.theme.textfield.autofillBorder};
|
|
110
|
+
-webkit-text-fill-color: ${(props) => props.theme.textfield.autofillBoxShadow};
|
|
111
|
+
// -webkit-box-shadow: 0 0 0 1000px ${(props) => props.theme.textfield.autofillBorder} inset;
|
|
112
|
+
-webkit-box-shadow: inset 0 1px 7px 1px ${(props) => props.theme.textfield.autofillBoxShadow};
|
|
184
113
|
transition: background-color 5000s ease-in-out 0s;
|
|
185
114
|
}
|
|
186
115
|
input:-webkit-autofill,
|
|
187
116
|
select: -webkit-autofill {
|
|
188
|
-
border: 1px solid ${
|
|
189
|
-
-webkit-text-fill-color: ${
|
|
117
|
+
border: 1px solid ${(props) => props.theme.textfield.autofillBoxShadow};
|
|
118
|
+
-webkit-text-fill-color: ${(props) => props.theme.textfield.autofillColor};
|
|
190
119
|
}
|
|
191
120
|
`;
|
|
192
121
|
exports.ASTextFieldInput = styled_components_1.default.input `
|
|
@@ -198,61 +127,70 @@ exports.ASTextFieldInput = styled_components_1.default.input `
|
|
|
198
127
|
border-radius: 4px;
|
|
199
128
|
margin-top: 4px;
|
|
200
129
|
margin-bottom: 4px;
|
|
201
|
-
|
|
130
|
+
margin-left: 8px;
|
|
131
|
+
margin-right: 8px;
|
|
132
|
+
border: thin solid ${(props) => props.theme.textfield.inputBorder};
|
|
202
133
|
background-color: transparent;
|
|
203
|
-
background: linear-gradient(
|
|
134
|
+
background: linear-gradient(
|
|
135
|
+
to bottom,
|
|
136
|
+
${(props) => props.theme.textfield.inputBgTop} 5%,
|
|
137
|
+
${(props) => props.theme.textfield.inputBgBottom} 100%
|
|
138
|
+
);
|
|
204
139
|
padding-inline: 6px;
|
|
205
|
-
color: ${
|
|
140
|
+
color: ${(props) => props.theme.textfield.inputColor};
|
|
206
141
|
|
|
207
|
-
&:hover
|
|
208
|
-
|
|
209
|
-
|
|
142
|
+
&:hover,
|
|
143
|
+
&:active,
|
|
144
|
+
&:focus {
|
|
145
|
+
border-color: ${(props) => props.theme.textfield.inputFocusBorderColor};
|
|
146
|
+
box-shadow: inset 0 1px 7px 1px ${(props) => props.theme.textfield.inputFocusBoxShadow};
|
|
210
147
|
}
|
|
211
148
|
&:active,
|
|
212
149
|
&:focus {
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
|
|
216
|
-
|
|
217
|
-
|
|
150
|
+
background: linear-gradient(
|
|
151
|
+
to top,
|
|
152
|
+
${(props) => props.theme.textfield.bgColorBottom} 15%,
|
|
153
|
+
${(props) => props.theme.textfield.bgColorTop} 100%
|
|
154
|
+
);
|
|
155
|
+
color: ${(props) => props.theme.textfield.inputFocusColor};
|
|
218
156
|
}
|
|
219
157
|
&::placeholder {
|
|
220
|
-
color: ${
|
|
158
|
+
color: ${(props) => props.theme.textfield.placeholderColor};
|
|
221
159
|
font-weight: 300;
|
|
222
160
|
}
|
|
161
|
+
|
|
162
|
+
~ div {
|
|
163
|
+
margin-right: -2px;
|
|
164
|
+
}
|
|
223
165
|
`;
|
|
224
166
|
exports.ASTextFieldClickIcon = styled_components_1.default.div `
|
|
225
|
-
margin-right: 8px;
|
|
226
167
|
cursor: pointer;
|
|
227
|
-
color: ${mainGray55};
|
|
228
168
|
user-select: none;
|
|
229
169
|
|
|
230
170
|
&:hover {
|
|
231
|
-
text-shadow: 1px 1px 3px ${
|
|
232
|
-
}
|
|
233
|
-
&:active {
|
|
234
|
-
color: ${mainGray33};
|
|
171
|
+
text-shadow: 1px 1px 3px ${(props) => props.theme.textfield.iconTextShadow};
|
|
235
172
|
}
|
|
236
173
|
`;
|
|
237
174
|
exports.ASTextFieldSearchIcon = styled_components_1.default.div `
|
|
238
|
-
margin-
|
|
175
|
+
margin-right: -4px;
|
|
239
176
|
user-select: none;
|
|
240
|
-
color: ${mainGray55};
|
|
241
177
|
`;
|
|
242
|
-
|
|
178
|
+
const IconStyle = (0, styled_components_1.css) `
|
|
243
179
|
cursor: pointer;
|
|
244
180
|
user-select: none;
|
|
245
|
-
scale: 1.
|
|
181
|
+
scale: 1.2;
|
|
182
|
+
transition: scale 0.3s ease-in-out;
|
|
246
183
|
&:hover {
|
|
247
184
|
scale: 1.4;
|
|
248
185
|
}
|
|
186
|
+
|
|
187
|
+
&:active {
|
|
188
|
+
scale: 1.2;
|
|
189
|
+
}
|
|
249
190
|
`;
|
|
250
191
|
exports.ScaledSlashedEyeIcon = (0, styled_components_1.default)(icons_1.EyeSlashIcon) `
|
|
251
|
-
|
|
252
|
-
|
|
253
|
-
|
|
254
|
-
|
|
255
|
-
&:hover {
|
|
256
|
-
scale: 1.4;
|
|
257
|
-
}
|
|
192
|
+
${IconStyle}
|
|
193
|
+
`;
|
|
194
|
+
exports.ScaledEyeIcon = (0, styled_components_1.default)(icons_1.EyeIcon) `
|
|
195
|
+
${IconStyle}
|
|
258
196
|
`;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"ASThemeDefault.d.ts","sourceRoot":"","sources":["../../src/astheme/ASThemeDefault.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,wBAAwB,CAAC;AAuEjD,QAAA,MAAM,cAAc,EAAE,OAsBrB,CAAC;AAEF,eAAe,cAAc,CAAC"}
|
|
@@ -0,0 +1,93 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const colors = {
|
|
4
|
+
mainGold: '#ffd700',
|
|
5
|
+
mainYellow: '#ffd321',
|
|
6
|
+
yellow00: '#ffac00',
|
|
7
|
+
yellow20: '#ffbe5c',
|
|
8
|
+
yellow25: '#ffbe7c',
|
|
9
|
+
yellow30: '#fff5b2',
|
|
10
|
+
yellow40: '#f1ecca',
|
|
11
|
+
yellow44: '#fafad2',
|
|
12
|
+
yellow45: '#feffe2',
|
|
13
|
+
yellow50: '#f9ff7f',
|
|
14
|
+
yellow60: '#faff9a',
|
|
15
|
+
yellow70: '#fdce11',
|
|
16
|
+
yellow80: '#ffda3f',
|
|
17
|
+
yellow85: '#ffee66',
|
|
18
|
+
yellow88: '#fff6af',
|
|
19
|
+
yellow90: '#867017',
|
|
20
|
+
yellow95: '#a68500',
|
|
21
|
+
yellow100: '#4a4000',
|
|
22
|
+
yellow110: '#3d340e',
|
|
23
|
+
yellow115: '#1f1900',
|
|
24
|
+
yellow120: '#2c2915',
|
|
25
|
+
mainCorral: '#ff7f50',
|
|
26
|
+
corral20: '#ff9e7d',
|
|
27
|
+
corral30: '#ffccbc',
|
|
28
|
+
corral40: '#ff927d',
|
|
29
|
+
corral50: '#ff6347',
|
|
30
|
+
corralCF: '#cf410d',
|
|
31
|
+
corral6D: '#6d3e26',
|
|
32
|
+
corral8B: '#8b0000',
|
|
33
|
+
corral85: '#850000',
|
|
34
|
+
corral90: '#ff1b1b',
|
|
35
|
+
mainBlack: '#000000',
|
|
36
|
+
mainGray22: '#222222',
|
|
37
|
+
mainGray33: '#333333',
|
|
38
|
+
mainGray41: '#414141',
|
|
39
|
+
mainGray55: '#555555',
|
|
40
|
+
mainGray58: '#585858',
|
|
41
|
+
mainGray66: '#666666',
|
|
42
|
+
mainGray6d: '#6d6d6d',
|
|
43
|
+
mainGray72: '#727272',
|
|
44
|
+
mainGray81: '#818181',
|
|
45
|
+
mainGray8c: '#8c8c8c',
|
|
46
|
+
mainGray97: '#979797',
|
|
47
|
+
mainGray99: '#999999',
|
|
48
|
+
mainGrayB8: '#b8b7b7',
|
|
49
|
+
mainGrayE0: '#e0e0e0',
|
|
50
|
+
mainGrayF5: '#f5f5f5',
|
|
51
|
+
mainWhite: '#fff8dc',
|
|
52
|
+
blueFF: '#00aeff',
|
|
53
|
+
green00: '#00b200',
|
|
54
|
+
green10: '#228b22',
|
|
55
|
+
green64: '#006400',
|
|
56
|
+
green90: '#a8d832',
|
|
57
|
+
green100: '#adff2f',
|
|
58
|
+
green120: '#c8d054',
|
|
59
|
+
blackAlpha75: 'rgb(0 0 0 / 75%)',
|
|
60
|
+
blackAlpha50: 'rgb(0 0 0 / 50%)',
|
|
61
|
+
blackAlpha40: 'rgb(0 0 0 / 40%)',
|
|
62
|
+
blackAlpha35: 'rgb(0 0 0 / 35%)',
|
|
63
|
+
blackAlpha25: 'rgb(0 0 0 / 25%)',
|
|
64
|
+
blackAlpha10: 'rgb(0 0 0 / 10%)',
|
|
65
|
+
whiteAlpha75: 'rgb(255 255 255 / 75%)',
|
|
66
|
+
whiteAlpha55: 'rgb(255 255 255 / 55%)',
|
|
67
|
+
whiteAlpha35: 'rgb(255 255 255 / 35%)',
|
|
68
|
+
whiteAlpha25: 'rgb(255 255 255 / 25%)',
|
|
69
|
+
whiteAlpha15: 'rgb(255 255 255 / 15%)',
|
|
70
|
+
};
|
|
71
|
+
const ASThemeDefault = {
|
|
72
|
+
colors,
|
|
73
|
+
textfield: {
|
|
74
|
+
color: colors.yellow30,
|
|
75
|
+
borderColor: colors.mainYellow,
|
|
76
|
+
bgColorTop: colors.yellow30,
|
|
77
|
+
bgColorBottom: colors.mainYellow,
|
|
78
|
+
autofillBorder: colors.mainGray97,
|
|
79
|
+
autofillBoxShadow: colors.mainGray97,
|
|
80
|
+
autofillColor: colors.mainGray81,
|
|
81
|
+
inputBorder: colors.mainGray81,
|
|
82
|
+
inputBgTop: colors.mainYellow,
|
|
83
|
+
inputBgBottom: colors.yellow30,
|
|
84
|
+
inputColor: colors.mainGray33,
|
|
85
|
+
inputFocusBorderColor: colors.mainGray55,
|
|
86
|
+
inputFocusBoxShadow: colors.mainGray33,
|
|
87
|
+
inputFocusColor: colors.mainGray33,
|
|
88
|
+
placeholderColor: colors.mainGray66,
|
|
89
|
+
iconTextShadow: colors.mainGray97,
|
|
90
|
+
},
|
|
91
|
+
borderRadius: '35px',
|
|
92
|
+
};
|
|
93
|
+
exports.default = ASThemeDefault;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"EleventheyeIcon.d.ts","sourceRoot":"","sources":["../../src/icons/EleventheyeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,
|
|
1
|
+
{"version":3,"file":"EleventheyeIcon.d.ts","sourceRoot":"","sources":["../../src/icons/EleventheyeIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,QAAA,MAAM,eAAe,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CAWxC,CAAC;AAEF,eAAe,eAAe,CAAC"}
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
4
|
const styles_1 = require("./styles");
|
|
5
|
-
const EleventheyeIcon = ({ className = '', size = 24, color = '#0E82C9'
|
|
6
|
-
return ((0, jsx_runtime_1.jsx)(styles_1.IconContainer, { className: className, children: (0, jsx_runtime_1.
|
|
5
|
+
const EleventheyeIcon = ({ className = '', size = 24, color = '#0E82C9' }) => {
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.IconContainer, { className: className, children: (0, jsx_runtime_1.jsx)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "transparent", xmlns: "http://www.w3.org/2000/svg", children: (0, jsx_runtime_1.jsx)("path", { d: "M13.04 23.03c-.16-.05-1.58-.95-3.17-1.98-1.58-1.03-2.94-1.9-3.02-1.93-.08-.03-.55.21-1.11.58-2.23 1.46-3.72 1.33-4.5-.38-.61-1.33-.09-2.33 1.87-3.61l1.24-.81.03-4.1s-.02-3.72.1-4.09c.12-.38.13-.32.31-.59.19-.27.44-.76 4.22-2.94 5.07-2.92 4.13-2.92 9.35.03 4.49 2.53 4.62 2.65 4.62 4.01 0 1.47.8.86-10.89 8.38-1.05.68-1.23.41 1.34 2.06l.49.32 2.13-1.23 2.13-1.23.06-1.16c.12-2.42 1.52-3.54 3.41-2.9 1.12.38 1.36 1.04 1.34 5.39l-.01 1.42-4.07 2.35c-4.67 2.69-4.86 2.77-5.88 2.41zm1.41-.4c.19-.07 2.1-1.14 4.25-2.38l3.9-2.26v-2.38c0-2.92-.4-3.58-1.47-3.82-1.27-.28-2.51.7-2.51 2.91v1.02l-2.31 1.33c-1.27.73-2.36 1.33-2.42 1.33-.28 0-3.42-2.17-3.3-2.28.07-.06.63-.43 1.24-.82C22.48 8.51 22.61 8.42 22.6 7.26c-.01-1.18-.11-1.26-4.22-3.58C13.1.71 14.2.79 9.21 3.57 7.54 4.51 6.55 5.1 5.9 5.6c-1.3.99-1.11 1.79-1.14 5.42l-.03 4.12-1.33.87c-1.95 1.29-2.37 2.05-1.75 3.25.71 1.38 1.83 1.41 3.86.1.66-.43 1.25-.76 1.31-.74.06.02 1.43.9 3.06 1.96 3.53 2.29 3.69 2.36 4.57 2.05zm-2.1-1.16c-.53-.34-2.01-1.29-3.28-2.12L6.76 17.83l-1.35.87c-2.06 1.33-2.62 1.68-3.33.4-.64-1.18-.01-1.6 1.75-2.74l1.45-.93.05-4.29s-.03-4.03.05-4.28c.07-.25.29-.4.29-.4.4-.57 7.09-4.45 7.8-4.53.6-.07.62-.06 4.4 2.06 4.32 2.42 4.15 2.3 4.15 3.21 0 .85-.66 1.33-10.4 7.52-2.63 1.67-2.63 1.22.03 2.93l2.23 1.43 2.66-1.53 2.66-1.53.04-1.36c.05-1.85.37-2.38 1.43-2.38 1.2 0 1.39.45 1.35 3.2l-.03 2.18-3.83 2.21c-4.61 2.66-4.26 2.56-5.78 1.59zm-.84-10.05c1.8-1.16 3.95-2.55 4.77-3.08 1.82-1.17 1.88-.93-.57-2.31L13.66 4.88 11.51 6.12c-1.19.69-2.43 1.4-2.76 1.59l-.61.35V10.8c0 1.51.02 2.74.04 2.74s1.52-.95 3.32-2.12zm-2.79-.91V8.43L11.19 7l2.48-1.42 1.48.83c.82.46 1.52.87 1.56.91s-1.68 1.2-3.83 2.58-3.96 2.55-4.03 2.6c-.1.07-.12-.34-.12-1.99zm2.56-.07c1.15-.74 2.69-1.73 3.41-2.19 1.17-.75 1.3-.86 1.15-.96-.46-.31-2.18-1.23-2.25-1.2-.05.01-1.07.59-2.28 1.29l-2.2 1.26v1.58c0 .87.02 1.58.04 1.58s.98-.61 2.13-1.35z", fill: color }) }) }));
|
|
7
7
|
};
|
|
8
8
|
exports.default = EleventheyeIcon;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"EmailIcon.d.ts","sourceRoot":"","sources":["../../src/icons/EmailIcon.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,MAAM,OAAO,CAAC;AAC1B,OAAO,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC;AAG1C,QAAA,MAAM,SAAS,EAAE,KAAK,CAAC,EAAE,CAAC,SAAS,CA8BlC,CAAC;AAEF,eAAe,SAAS,CAAC"}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const jsx_runtime_1 = require("react/jsx-runtime");
|
|
4
|
+
const styles_1 = require("./styles");
|
|
5
|
+
const EmailIcon = ({ className = '', style, size = 24, color = '#fffff0', fillColor = 'transparent', fillOpacity = 1, circleStrokeColor = '#fffff0', }) => {
|
|
6
|
+
return ((0, jsx_runtime_1.jsx)(styles_1.IconContainer, { className: className, style: style, children: (0, jsx_runtime_1.jsxs)("svg", { width: size, height: size, viewBox: "0 0 24 24", fill: "transparent", xmlns: "http://www.w3.org/2000/svg", children: [(0, jsx_runtime_1.jsx)("circle", { fill: fillColor, fillOpacity: fillOpacity, cx: "12", cy: "12", r: "10.5", stroke: circleStrokeColor, strokeWidth: '1.5px' }), (0, jsx_runtime_1.jsx)("path", { fillRule: "nonzero", d: "M12.04 18.94q-1.46 0-2.73-.55t-2.22-1.5q-.94-.95-1.5-2.22t-.55-2.73q0-1.46.55-2.73t1.5-2.22q.95-.94 2.22-1.5t2.73-.55q1.46 0 2.73.55t2.22 1.5 1.5 2.22.55 2.73v.92q0 .98-.69 1.65-.69.68-1.69.68-.63 0-1.19-.31t-.85-.86q-.46.59-1.14.88t-1.44.29q-1.36 0-2.32-.94-.95-.94-.95-2.31 0-1.36.96-2.33.95-.96 2.31-.96t2.32.96q.96.97.96 2.33v.92q0 .54.39.91.39.37.94.37t.95-.37q.39-.37.39-.9v-.92q0-2.49-1.73-4.22T12.04 5.99q-2.49 0-4.22 1.73T6.09 11.94t1.73 4.22 4.22 1.73h3.74v1.05H12.04Zm0-4.79q.93 0 1.57-.64t.65-1.56q0-.94-.65-1.59t-1.57-.66q-.92 0-1.58.65t-.65 1.59q0 .92.65 1.56t1.57.64Z", fill: color })] }) }));
|
|
7
|
+
};
|
|
8
|
+
exports.default = EmailIcon;
|
package/dist/icons/index.d.ts
CHANGED
|
@@ -10,6 +10,8 @@ export * from './DeleteIcon';
|
|
|
10
10
|
export { default as DeleteIcon } from './DeleteIcon';
|
|
11
11
|
export * from './EleventheyeIcon';
|
|
12
12
|
export { default as EleventheyeIcon } from './EleventheyeIcon';
|
|
13
|
+
export * from './EmailIcon';
|
|
14
|
+
export { default as EmailIcon } from './EmailIcon';
|
|
13
15
|
export * from './EyeIcon';
|
|
14
16
|
export { default as EyeIcon } from './EyeIcon';
|
|
15
17
|
export * from './EyeSlashIcon';
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/D,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjD,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjD,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjD,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGjE,cAAc,eAAe,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/icons/index.ts"],"names":[],"mappings":"AAAA,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,mBAAmB,CAAC;AAE/D,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,gBAAgB,CAAC;AAC/B,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,gBAAgB,CAAC;AAEzD,cAAc,eAAe,CAAC;AAC9B,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,eAAe,CAAC;AAEvD,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjD,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjD,cAAc,WAAW,CAAC;AAC1B,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,WAAW,CAAC;AAE/C,cAAc,aAAa,CAAC;AAC5B,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,aAAa,CAAC;AAEnD,cAAc,YAAY,CAAC;AAC3B,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,YAAY,CAAC;AAEjD,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,cAAc,iBAAiB,CAAC;AAChC,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,iBAAiB,CAAC;AAE3D,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,cAAc,CAAC;AAErD,cAAc,oBAAoB,CAAC;AACnC,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,oBAAoB,CAAC;AAGjE,cAAc,eAAe,CAAC;AAC9B,YAAY,EAAE,SAAS,EAAE,MAAM,eAAe,CAAC"}
|
package/dist/icons/index.js
CHANGED
|
@@ -1,84 +1,71 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.UserSettingsIcon = exports.UnlockIcon = exports.TimeLapseIcon = exports.SearchIcon = exports.SaveIcon = exports.RulerIcon = exports.PenIcon = exports.LockIcon = exports.HomeIcon = exports.HexagonIcon = exports.GearUserIcon = exports.GamesIcon = exports.FootballIcon = exports.EyeSlashIcon = exports.EyeIcon = exports.EleventheyeIcon = exports.DeleteIcon = exports.CloseIcon = exports.CheckIcon = exports.AddUserIcon = exports.AddItemIcon = void 0;
|
|
21
|
-
|
|
3
|
+
exports.UserSettingsIcon = exports.UnlockIcon = exports.TimeLapseIcon = exports.SearchIcon = exports.SaveIcon = exports.RulerIcon = exports.PenIcon = exports.LockIcon = exports.HomeIcon = exports.HexagonIcon = exports.GearUserIcon = exports.GamesIcon = exports.FootballIcon = exports.EyeSlashIcon = exports.EyeIcon = exports.EmailIcon = exports.EleventheyeIcon = exports.DeleteIcon = exports.CloseIcon = exports.CheckIcon = exports.AddUserIcon = exports.AddItemIcon = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
tslib_1.__exportStar(require("./AddItemIcon"), exports);
|
|
22
6
|
var AddItemIcon_1 = require("./AddItemIcon");
|
|
23
|
-
Object.defineProperty(exports, "AddItemIcon", { enumerable: true, get: function () { return __importDefault(AddItemIcon_1).default; } });
|
|
24
|
-
__exportStar(require("./AddUserIcon"), exports);
|
|
7
|
+
Object.defineProperty(exports, "AddItemIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(AddItemIcon_1).default; } });
|
|
8
|
+
tslib_1.__exportStar(require("./AddUserIcon"), exports);
|
|
25
9
|
var AddUserIcon_1 = require("./AddUserIcon");
|
|
26
|
-
Object.defineProperty(exports, "AddUserIcon", { enumerable: true, get: function () { return __importDefault(AddUserIcon_1).default; } });
|
|
27
|
-
__exportStar(require("./CheckIcon"), exports);
|
|
10
|
+
Object.defineProperty(exports, "AddUserIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(AddUserIcon_1).default; } });
|
|
11
|
+
tslib_1.__exportStar(require("./CheckIcon"), exports);
|
|
28
12
|
var CheckIcon_1 = require("./CheckIcon");
|
|
29
|
-
Object.defineProperty(exports, "CheckIcon", { enumerable: true, get: function () { return __importDefault(CheckIcon_1).default; } });
|
|
30
|
-
__exportStar(require("./CloseIcon"), exports);
|
|
13
|
+
Object.defineProperty(exports, "CheckIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(CheckIcon_1).default; } });
|
|
14
|
+
tslib_1.__exportStar(require("./CloseIcon"), exports);
|
|
31
15
|
var CloseIcon_1 = require("./CloseIcon");
|
|
32
|
-
Object.defineProperty(exports, "CloseIcon", { enumerable: true, get: function () { return __importDefault(CloseIcon_1).default; } });
|
|
33
|
-
__exportStar(require("./DeleteIcon"), exports);
|
|
16
|
+
Object.defineProperty(exports, "CloseIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(CloseIcon_1).default; } });
|
|
17
|
+
tslib_1.__exportStar(require("./DeleteIcon"), exports);
|
|
34
18
|
var DeleteIcon_1 = require("./DeleteIcon");
|
|
35
|
-
Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return __importDefault(DeleteIcon_1).default; } });
|
|
36
|
-
__exportStar(require("./EleventheyeIcon"), exports);
|
|
19
|
+
Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(DeleteIcon_1).default; } });
|
|
20
|
+
tslib_1.__exportStar(require("./EleventheyeIcon"), exports);
|
|
37
21
|
var EleventheyeIcon_1 = require("./EleventheyeIcon");
|
|
38
|
-
Object.defineProperty(exports, "EleventheyeIcon", { enumerable: true, get: function () { return __importDefault(EleventheyeIcon_1).default; } });
|
|
39
|
-
__exportStar(require("./
|
|
22
|
+
Object.defineProperty(exports, "EleventheyeIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EleventheyeIcon_1).default; } });
|
|
23
|
+
tslib_1.__exportStar(require("./EmailIcon"), exports);
|
|
24
|
+
var EmailIcon_1 = require("./EmailIcon");
|
|
25
|
+
Object.defineProperty(exports, "EmailIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EmailIcon_1).default; } });
|
|
26
|
+
tslib_1.__exportStar(require("./EyeIcon"), exports);
|
|
40
27
|
var EyeIcon_1 = require("./EyeIcon");
|
|
41
|
-
Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return __importDefault(EyeIcon_1).default; } });
|
|
42
|
-
__exportStar(require("./EyeSlashIcon"), exports);
|
|
28
|
+
Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EyeIcon_1).default; } });
|
|
29
|
+
tslib_1.__exportStar(require("./EyeSlashIcon"), exports);
|
|
43
30
|
var EyeSlashIcon_1 = require("./EyeSlashIcon");
|
|
44
|
-
Object.defineProperty(exports, "EyeSlashIcon", { enumerable: true, get: function () { return __importDefault(EyeSlashIcon_1).default; } });
|
|
45
|
-
__exportStar(require("./FootballIcon"), exports);
|
|
31
|
+
Object.defineProperty(exports, "EyeSlashIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EyeSlashIcon_1).default; } });
|
|
32
|
+
tslib_1.__exportStar(require("./FootballIcon"), exports);
|
|
46
33
|
var FootballIcon_1 = require("./FootballIcon");
|
|
47
|
-
Object.defineProperty(exports, "FootballIcon", { enumerable: true, get: function () { return __importDefault(FootballIcon_1).default; } });
|
|
48
|
-
__exportStar(require("./GamesIcon"), exports);
|
|
34
|
+
Object.defineProperty(exports, "FootballIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(FootballIcon_1).default; } });
|
|
35
|
+
tslib_1.__exportStar(require("./GamesIcon"), exports);
|
|
49
36
|
var GamesIcon_1 = require("./GamesIcon");
|
|
50
|
-
Object.defineProperty(exports, "GamesIcon", { enumerable: true, get: function () { return __importDefault(GamesIcon_1).default; } });
|
|
51
|
-
__exportStar(require("./GearUserIcon"), exports);
|
|
37
|
+
Object.defineProperty(exports, "GamesIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(GamesIcon_1).default; } });
|
|
38
|
+
tslib_1.__exportStar(require("./GearUserIcon"), exports);
|
|
52
39
|
var GearUserIcon_1 = require("./GearUserIcon");
|
|
53
|
-
Object.defineProperty(exports, "GearUserIcon", { enumerable: true, get: function () { return __importDefault(GearUserIcon_1).default; } });
|
|
54
|
-
__exportStar(require("./HexagonIcon"), exports);
|
|
40
|
+
Object.defineProperty(exports, "GearUserIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(GearUserIcon_1).default; } });
|
|
41
|
+
tslib_1.__exportStar(require("./HexagonIcon"), exports);
|
|
55
42
|
var HexagonIcon_1 = require("./HexagonIcon");
|
|
56
|
-
Object.defineProperty(exports, "HexagonIcon", { enumerable: true, get: function () { return __importDefault(HexagonIcon_1).default; } });
|
|
57
|
-
__exportStar(require("./HomeIcon"), exports);
|
|
43
|
+
Object.defineProperty(exports, "HexagonIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(HexagonIcon_1).default; } });
|
|
44
|
+
tslib_1.__exportStar(require("./HomeIcon"), exports);
|
|
58
45
|
var HomeIcon_1 = require("./HomeIcon");
|
|
59
|
-
Object.defineProperty(exports, "HomeIcon", { enumerable: true, get: function () { return __importDefault(HomeIcon_1).default; } });
|
|
60
|
-
__exportStar(require("./LockIcon"), exports);
|
|
46
|
+
Object.defineProperty(exports, "HomeIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(HomeIcon_1).default; } });
|
|
47
|
+
tslib_1.__exportStar(require("./LockIcon"), exports);
|
|
61
48
|
var LockIcon_1 = require("./LockIcon");
|
|
62
|
-
Object.defineProperty(exports, "LockIcon", { enumerable: true, get: function () { return __importDefault(LockIcon_1).default; } });
|
|
63
|
-
__exportStar(require("./PenIcon"), exports);
|
|
49
|
+
Object.defineProperty(exports, "LockIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(LockIcon_1).default; } });
|
|
50
|
+
tslib_1.__exportStar(require("./PenIcon"), exports);
|
|
64
51
|
var PenIcon_1 = require("./PenIcon");
|
|
65
|
-
Object.defineProperty(exports, "PenIcon", { enumerable: true, get: function () { return __importDefault(PenIcon_1).default; } });
|
|
66
|
-
__exportStar(require("./RulerIcon"), exports);
|
|
52
|
+
Object.defineProperty(exports, "PenIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(PenIcon_1).default; } });
|
|
53
|
+
tslib_1.__exportStar(require("./RulerIcon"), exports);
|
|
67
54
|
var RulerIcon_1 = require("./RulerIcon");
|
|
68
|
-
Object.defineProperty(exports, "RulerIcon", { enumerable: true, get: function () { return __importDefault(RulerIcon_1).default; } });
|
|
69
|
-
__exportStar(require("./SaveIcon"), exports);
|
|
55
|
+
Object.defineProperty(exports, "RulerIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(RulerIcon_1).default; } });
|
|
56
|
+
tslib_1.__exportStar(require("./SaveIcon"), exports);
|
|
70
57
|
var SaveIcon_1 = require("./SaveIcon");
|
|
71
|
-
Object.defineProperty(exports, "SaveIcon", { enumerable: true, get: function () { return __importDefault(SaveIcon_1).default; } });
|
|
72
|
-
__exportStar(require("./SearchIcon"), exports);
|
|
58
|
+
Object.defineProperty(exports, "SaveIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(SaveIcon_1).default; } });
|
|
59
|
+
tslib_1.__exportStar(require("./SearchIcon"), exports);
|
|
73
60
|
var SearchIcon_1 = require("./SearchIcon");
|
|
74
|
-
Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return __importDefault(SearchIcon_1).default; } });
|
|
75
|
-
__exportStar(require("./TimeLapseIcon"), exports);
|
|
61
|
+
Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(SearchIcon_1).default; } });
|
|
62
|
+
tslib_1.__exportStar(require("./TimeLapseIcon"), exports);
|
|
76
63
|
var TimeLapseIcon_1 = require("./TimeLapseIcon");
|
|
77
|
-
Object.defineProperty(exports, "TimeLapseIcon", { enumerable: true, get: function () { return __importDefault(TimeLapseIcon_1).default; } });
|
|
78
|
-
__exportStar(require("./UnlockIcon"), exports);
|
|
64
|
+
Object.defineProperty(exports, "TimeLapseIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(TimeLapseIcon_1).default; } });
|
|
65
|
+
tslib_1.__exportStar(require("./UnlockIcon"), exports);
|
|
79
66
|
var UnlockIcon_1 = require("./UnlockIcon");
|
|
80
|
-
Object.defineProperty(exports, "UnlockIcon", { enumerable: true, get: function () { return __importDefault(UnlockIcon_1).default; } });
|
|
81
|
-
__exportStar(require("./UserSettingsIcon"), exports);
|
|
67
|
+
Object.defineProperty(exports, "UnlockIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(UnlockIcon_1).default; } });
|
|
68
|
+
tslib_1.__exportStar(require("./UserSettingsIcon"), exports);
|
|
82
69
|
var UserSettingsIcon_1 = require("./UserSettingsIcon");
|
|
83
|
-
Object.defineProperty(exports, "UserSettingsIcon", { enumerable: true, get: function () { return __importDefault(UserSettingsIcon_1).default; } });
|
|
84
|
-
__exportStar(require("./Icons.types"), exports);
|
|
70
|
+
Object.defineProperty(exports, "UserSettingsIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(UserSettingsIcon_1).default; } });
|
|
71
|
+
tslib_1.__exportStar(require("./Icons.types"), exports);
|
package/dist/icons/styles.js
CHANGED
|
@@ -1,10 +1,8 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
3
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
4
|
-
};
|
|
5
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
3
|
exports.IconContainer = void 0;
|
|
7
|
-
const
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
5
|
+
const styled_components_1 = tslib_1.__importDefault(require("styled-components"));
|
|
8
6
|
exports.IconContainer = styled_components_1.default.div `
|
|
9
7
|
display: flex;
|
|
10
8
|
flex-direction: column;
|
package/dist/index.d.ts
CHANGED
|
@@ -22,4 +22,5 @@ export { default as SearchIcon } from './icons/SearchIcon';
|
|
|
22
22
|
export { default as TimeLapseIcon } from './icons/TimeLapseIcon';
|
|
23
23
|
export { default as UnlockIcon } from './icons/UnlockIcon';
|
|
24
24
|
export { default as UserSettingsIcon } from './icons/UserSettingsIcon';
|
|
25
|
+
export { default as ASThemeDefault } from './astheme/ASThemeDefault';
|
|
25
26
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,cAAc,qBAAqB,CAAC;AACpC,YAAY,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,2BAA2B,CAAC;AACnE,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,eAAe,EAAE,MAAM,yBAAyB,CAAC;AACrE,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,YAAY,EAAE,MAAM,sBAAsB,CAAC;AAC/D,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,qBAAqB,CAAC;AAC7D,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,cAAc,qBAAqB,CAAC;AACpC,YAAY,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,OAAO,EAAE,MAAM,iBAAiB,CAAC;AACrD,OAAO,EAAE,OAAO,IAAI,SAAS,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,EAAE,OAAO,IAAI,QAAQ,EAAE,MAAM,kBAAkB,CAAC;AACvD,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,aAAa,EAAE,MAAM,uBAAuB,CAAC;AACjE,OAAO,EAAE,OAAO,IAAI,UAAU,EAAE,MAAM,oBAAoB,CAAC;AAC3D,OAAO,EAAE,OAAO,IAAI,gBAAgB,EAAE,MAAM,0BAA0B,CAAC;AAEvE,OAAO,EAAE,OAAO,IAAI,cAAc,EAAE,MAAM,0BAA0B,CAAC"}
|
package/dist/index.js
CHANGED
|
@@ -1,65 +1,51 @@
|
|
|
1
1
|
"use strict";
|
|
2
|
-
var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
|
|
3
|
-
if (k2 === undefined) k2 = k;
|
|
4
|
-
var desc = Object.getOwnPropertyDescriptor(m, k);
|
|
5
|
-
if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
|
|
6
|
-
desc = { enumerable: true, get: function() { return m[k]; } };
|
|
7
|
-
}
|
|
8
|
-
Object.defineProperty(o, k2, desc);
|
|
9
|
-
}) : (function(o, m, k, k2) {
|
|
10
|
-
if (k2 === undefined) k2 = k;
|
|
11
|
-
o[k2] = m[k];
|
|
12
|
-
}));
|
|
13
|
-
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
14
|
-
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
15
|
-
};
|
|
16
|
-
var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
17
|
-
return (mod && mod.__esModule) ? mod : { "default": mod };
|
|
18
|
-
};
|
|
19
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
20
|
-
exports.UserSettingsIcon = exports.UnlockIcon = exports.TimeLapseIcon = exports.SearchIcon = exports.SaveIcon = exports.RulerIcon = exports.PenIcon = exports.LockIcon = exports.HomeIcon = exports.HexagonIcon = exports.GearUserIcon = exports.GamesIcon = exports.FootballIcon = exports.EyeSlashIcon = exports.EyeIcon = exports.EleventheyeIcon = exports.DeleteIcon = exports.CloseIcon = exports.CheckIcon = exports.AddUserIcon = exports.AddItemIcon = exports.ASTextField = void 0;
|
|
3
|
+
exports.ASThemeDefault = exports.UserSettingsIcon = exports.UnlockIcon = exports.TimeLapseIcon = exports.SearchIcon = exports.SaveIcon = exports.RulerIcon = exports.PenIcon = exports.LockIcon = exports.HomeIcon = exports.HexagonIcon = exports.GearUserIcon = exports.GamesIcon = exports.FootballIcon = exports.EyeSlashIcon = exports.EyeIcon = exports.EleventheyeIcon = exports.DeleteIcon = exports.CloseIcon = exports.CheckIcon = exports.AddUserIcon = exports.AddItemIcon = exports.ASTextField = void 0;
|
|
4
|
+
const tslib_1 = require("tslib");
|
|
21
5
|
var ASTextField_1 = require("./astextfield/ASTextField");
|
|
22
|
-
Object.defineProperty(exports, "ASTextField", { enumerable: true, get: function () { return __importDefault(ASTextField_1).default; } });
|
|
6
|
+
Object.defineProperty(exports, "ASTextField", { enumerable: true, get: function () { return tslib_1.__importDefault(ASTextField_1).default; } });
|
|
23
7
|
var AddItemIcon_1 = require("./icons/AddItemIcon");
|
|
24
|
-
Object.defineProperty(exports, "AddItemIcon", { enumerable: true, get: function () { return __importDefault(AddItemIcon_1).default; } });
|
|
8
|
+
Object.defineProperty(exports, "AddItemIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(AddItemIcon_1).default; } });
|
|
25
9
|
var AddUserIcon_1 = require("./icons/AddUserIcon");
|
|
26
|
-
Object.defineProperty(exports, "AddUserIcon", { enumerable: true, get: function () { return __importDefault(AddUserIcon_1).default; } });
|
|
10
|
+
Object.defineProperty(exports, "AddUserIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(AddUserIcon_1).default; } });
|
|
27
11
|
var CheckIcon_1 = require("./icons/CheckIcon");
|
|
28
|
-
Object.defineProperty(exports, "CheckIcon", { enumerable: true, get: function () { return __importDefault(CheckIcon_1).default; } });
|
|
12
|
+
Object.defineProperty(exports, "CheckIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(CheckIcon_1).default; } });
|
|
29
13
|
var CloseIcon_1 = require("./icons/CloseIcon");
|
|
30
|
-
Object.defineProperty(exports, "CloseIcon", { enumerable: true, get: function () { return __importDefault(CloseIcon_1).default; } });
|
|
14
|
+
Object.defineProperty(exports, "CloseIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(CloseIcon_1).default; } });
|
|
31
15
|
var DeleteIcon_1 = require("./icons/DeleteIcon");
|
|
32
|
-
Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return __importDefault(DeleteIcon_1).default; } });
|
|
16
|
+
Object.defineProperty(exports, "DeleteIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(DeleteIcon_1).default; } });
|
|
33
17
|
var EleventheyeIcon_1 = require("./icons/EleventheyeIcon");
|
|
34
|
-
Object.defineProperty(exports, "EleventheyeIcon", { enumerable: true, get: function () { return __importDefault(EleventheyeIcon_1).default; } });
|
|
18
|
+
Object.defineProperty(exports, "EleventheyeIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EleventheyeIcon_1).default; } });
|
|
35
19
|
var EyeIcon_1 = require("./icons/EyeIcon");
|
|
36
|
-
Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return __importDefault(EyeIcon_1).default; } });
|
|
20
|
+
Object.defineProperty(exports, "EyeIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EyeIcon_1).default; } });
|
|
37
21
|
var EyeSlashIcon_1 = require("./icons/EyeSlashIcon");
|
|
38
|
-
Object.defineProperty(exports, "EyeSlashIcon", { enumerable: true, get: function () { return __importDefault(EyeSlashIcon_1).default; } });
|
|
22
|
+
Object.defineProperty(exports, "EyeSlashIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(EyeSlashIcon_1).default; } });
|
|
39
23
|
var FootballIcon_1 = require("./icons/FootballIcon");
|
|
40
|
-
Object.defineProperty(exports, "FootballIcon", { enumerable: true, get: function () { return __importDefault(FootballIcon_1).default; } });
|
|
24
|
+
Object.defineProperty(exports, "FootballIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(FootballIcon_1).default; } });
|
|
41
25
|
var GamesIcon_1 = require("./icons/GamesIcon");
|
|
42
|
-
Object.defineProperty(exports, "GamesIcon", { enumerable: true, get: function () { return __importDefault(GamesIcon_1).default; } });
|
|
26
|
+
Object.defineProperty(exports, "GamesIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(GamesIcon_1).default; } });
|
|
43
27
|
var GearUserIcon_1 = require("./icons/GearUserIcon");
|
|
44
|
-
Object.defineProperty(exports, "GearUserIcon", { enumerable: true, get: function () { return __importDefault(GearUserIcon_1).default; } });
|
|
28
|
+
Object.defineProperty(exports, "GearUserIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(GearUserIcon_1).default; } });
|
|
45
29
|
var HexagonIcon_1 = require("./icons/HexagonIcon");
|
|
46
|
-
Object.defineProperty(exports, "HexagonIcon", { enumerable: true, get: function () { return __importDefault(HexagonIcon_1).default; } });
|
|
30
|
+
Object.defineProperty(exports, "HexagonIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(HexagonIcon_1).default; } });
|
|
47
31
|
var HomeIcon_1 = require("./icons/HomeIcon");
|
|
48
|
-
Object.defineProperty(exports, "HomeIcon", { enumerable: true, get: function () { return __importDefault(HomeIcon_1).default; } });
|
|
49
|
-
__exportStar(require("./icons/Icons.types"), exports);
|
|
32
|
+
Object.defineProperty(exports, "HomeIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(HomeIcon_1).default; } });
|
|
33
|
+
tslib_1.__exportStar(require("./icons/Icons.types"), exports);
|
|
50
34
|
var LockIcon_1 = require("./icons/LockIcon");
|
|
51
|
-
Object.defineProperty(exports, "LockIcon", { enumerable: true, get: function () { return __importDefault(LockIcon_1).default; } });
|
|
35
|
+
Object.defineProperty(exports, "LockIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(LockIcon_1).default; } });
|
|
52
36
|
var PenIcon_1 = require("./icons/PenIcon");
|
|
53
|
-
Object.defineProperty(exports, "PenIcon", { enumerable: true, get: function () { return __importDefault(PenIcon_1).default; } });
|
|
37
|
+
Object.defineProperty(exports, "PenIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(PenIcon_1).default; } });
|
|
54
38
|
var RulerIcon_1 = require("./icons/RulerIcon");
|
|
55
|
-
Object.defineProperty(exports, "RulerIcon", { enumerable: true, get: function () { return __importDefault(RulerIcon_1).default; } });
|
|
39
|
+
Object.defineProperty(exports, "RulerIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(RulerIcon_1).default; } });
|
|
56
40
|
var SaveIcon_1 = require("./icons/SaveIcon");
|
|
57
|
-
Object.defineProperty(exports, "SaveIcon", { enumerable: true, get: function () { return __importDefault(SaveIcon_1).default; } });
|
|
41
|
+
Object.defineProperty(exports, "SaveIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(SaveIcon_1).default; } });
|
|
58
42
|
var SearchIcon_1 = require("./icons/SearchIcon");
|
|
59
|
-
Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return __importDefault(SearchIcon_1).default; } });
|
|
43
|
+
Object.defineProperty(exports, "SearchIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(SearchIcon_1).default; } });
|
|
60
44
|
var TimeLapseIcon_1 = require("./icons/TimeLapseIcon");
|
|
61
|
-
Object.defineProperty(exports, "TimeLapseIcon", { enumerable: true, get: function () { return __importDefault(TimeLapseIcon_1).default; } });
|
|
45
|
+
Object.defineProperty(exports, "TimeLapseIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(TimeLapseIcon_1).default; } });
|
|
62
46
|
var UnlockIcon_1 = require("./icons/UnlockIcon");
|
|
63
|
-
Object.defineProperty(exports, "UnlockIcon", { enumerable: true, get: function () { return __importDefault(UnlockIcon_1).default; } });
|
|
47
|
+
Object.defineProperty(exports, "UnlockIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(UnlockIcon_1).default; } });
|
|
64
48
|
var UserSettingsIcon_1 = require("./icons/UserSettingsIcon");
|
|
65
|
-
Object.defineProperty(exports, "UserSettingsIcon", { enumerable: true, get: function () { return __importDefault(UserSettingsIcon_1).default; } });
|
|
49
|
+
Object.defineProperty(exports, "UserSettingsIcon", { enumerable: true, get: function () { return tslib_1.__importDefault(UserSettingsIcon_1).default; } });
|
|
50
|
+
var ASThemeDefault_1 = require("./astheme/ASThemeDefault");
|
|
51
|
+
Object.defineProperty(exports, "ASThemeDefault", { enumerable: true, get: function () { return tslib_1.__importDefault(ASThemeDefault_1).default; } });
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@eleventheye/asui",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.9.0",
|
|
4
4
|
"private": false,
|
|
5
5
|
"description": "AS UI React Library by eleventheye (another one!)",
|
|
6
6
|
"keywords": [
|
|
@@ -65,6 +65,8 @@
|
|
|
65
65
|
"@storybook/react": "^8.6.12",
|
|
66
66
|
"@storybook/react-webpack5": "^8.6.12",
|
|
67
67
|
"@storybook/test": "^8.6.12",
|
|
68
|
+
"@types/react": "^19.1.2",
|
|
69
|
+
"@types/react-dom": "^19.1.2",
|
|
68
70
|
"@types/styled-components": "^5.1.34",
|
|
69
71
|
"npmignore": "^0.3.1",
|
|
70
72
|
"storybook": "^8.6.12",
|
|
@@ -72,6 +74,8 @@
|
|
|
72
74
|
},
|
|
73
75
|
"dependencies": {
|
|
74
76
|
"rimraf": "^6.0.1",
|
|
75
|
-
"styled-components": "^6.1.17"
|
|
77
|
+
"styled-components": "^6.1.17",
|
|
78
|
+
"react": "^19.1.0",
|
|
79
|
+
"react-dom": "^19.1.0"
|
|
76
80
|
}
|
|
77
81
|
}
|