ag-common 0.0.728 → 0.0.730
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/api/helpers/api.js +0 -6
- package/dist/api/helpers/dynamo.d.ts +1 -1
- package/dist/api/helpers/dynamo.js +11 -12
- package/dist/api/helpers/enforceDynamoProvisionCap.js +0 -1
- package/dist/api/helpers/openApiHelpers.js +1 -2
- package/dist/api/helpers/s3.d.ts +0 -1
- package/dist/api/helpers/s3.js +11 -11
- package/dist/api/helpers/ses.d.ts +1 -1
- package/dist/api/helpers/sts.js +2 -2
- package/dist/api/helpers/validateOpenApi.js +1 -4
- package/dist/api/helpers/validations.js +3 -5
- package/dist/api/index.d.ts +1 -1
- package/dist/api/index.js +0 -1
- package/dist/api/openapi-postfix.js +0 -3
- package/dist/api/openapi-prefix.js +0 -6
- package/dist/api/types/index.d.ts +1 -1
- package/dist/api/types/index.js +0 -15
- package/dist/common/helpers/array.d.ts +1 -1
- package/dist/common/helpers/array.js +3 -4
- package/dist/common/helpers/async.js +2 -3
- package/dist/common/helpers/binary.d.ts +3 -4
- package/dist/common/helpers/binary.js +4 -4
- package/dist/common/helpers/csv.js +1 -3
- package/dist/common/helpers/date.js +0 -1
- package/dist/common/helpers/func.js +1 -2
- package/dist/common/helpers/generator.js +1 -3
- package/dist/common/helpers/groupBy.js +3 -4
- package/dist/common/helpers/hashCode.js +0 -1
- package/dist/common/helpers/log.js +0 -2
- package/dist/common/helpers/math.js +6 -8
- package/dist/common/helpers/memo.js +1 -4
- package/dist/common/helpers/object.js +9 -14
- package/dist/common/helpers/random.js +3 -3
- package/dist/common/helpers/stream.js +3 -3
- package/dist/common/helpers/string/contains.js +3 -3
- package/dist/common/helpers/string/json.js +0 -1
- package/dist/common/helpers/string/object.js +1 -2
- package/dist/common/helpers/string/redact.js +3 -3
- package/dist/common/helpers/string/trim.js +2 -3
- package/dist/common/helpers/string/truncate.js +1 -2
- package/dist/common/helpers/string/url.js +3 -2
- package/dist/common/helpers/xml.js +0 -1
- package/dist/node/helpers/fetch.js +2 -2
- package/dist/node/helpers/fs.js +2 -3
- package/dist/ui/components/Accordion/index.js +17 -7
- package/dist/ui/components/BarChart/index.d.ts +1 -1
- package/dist/ui/components/BarChart/index.js +0 -1
- package/dist/ui/components/Button/index.d.ts +2 -3
- package/dist/ui/components/Button/index.js +1 -4
- package/dist/ui/components/Confirm/Dialog.js +1 -0
- package/dist/ui/components/Confirm/index.d.ts +1 -1
- package/dist/ui/components/Confirm/index.js +0 -1
- package/dist/ui/components/DarkMode/Base.d.ts +3 -4
- package/dist/ui/components/DarkMode/Base.js +18 -7
- package/dist/ui/components/DropdownList/Base.d.ts +2 -2
- package/dist/ui/components/DropdownList/Base.js +19 -10
- package/dist/ui/components/DropdownList/Dialog.d.ts +1 -1
- package/dist/ui/components/DropdownList/Dialog.js +2 -0
- package/dist/ui/components/DropdownList/types.d.ts +1 -1
- package/dist/ui/components/HorizontalScrollBar/index.js +18 -7
- package/dist/ui/components/Icon/index.d.ts +2 -2
- package/dist/ui/components/Image/index.js +17 -7
- package/dist/ui/components/InfiniteScroll/index.js +17 -8
- package/dist/ui/components/LineChart/index.d.ts +1 -1
- package/dist/ui/components/LineChart/index.js +0 -1
- package/dist/ui/components/Loader/index.js +17 -7
- package/dist/ui/components/Markdown/index.d.ts +2 -2
- package/dist/ui/components/MinSidebar/index.js +17 -7
- package/dist/ui/components/Modal/Dialog.js +1 -0
- package/dist/ui/components/Modal/Modal.d.ts +2 -2
- package/dist/ui/components/Modal/Modal.js +18 -7
- package/dist/ui/components/Modal/index.d.ts +1 -1
- package/dist/ui/components/Modal/index.js +0 -1
- package/dist/ui/components/OpenApiCodeBlock/curl/helpers/body.d.ts +1 -1
- package/dist/ui/components/OpenApiCodeBlock/curl/helpers/security.d.ts +1 -1
- package/dist/ui/components/OpenApiCodeBlock/curl/index.d.ts +2 -2
- package/dist/ui/components/OpenApiCodeBlock/fetch/helpers/call.d.ts +1 -1
- package/dist/ui/components/OpenApiCodeBlock/fetch/helpers/req.d.ts +1 -1
- package/dist/ui/components/OpenApiCodeBlock/helpers/common.d.ts +4 -5
- package/dist/ui/components/OpenApiCodeBlock/helpers/common.js +0 -1
- package/dist/ui/components/OpenApiCodeBlock/helpers/joinJsx.d.ts +1 -1
- package/dist/ui/components/OpenApiCodeBlock/index.d.ts +1 -1
- package/dist/ui/components/OpenApiCodeBlock/index.js +0 -1
- package/dist/ui/components/OpenApiCodeBlock/types.d.ts +1 -1
- package/dist/ui/components/ProgressBar/index.js +17 -7
- package/dist/ui/components/Prompt/Modal.js +18 -7
- package/dist/ui/components/Prompt/index.d.ts +1 -1
- package/dist/ui/components/Prompt/index.js +0 -1
- package/dist/ui/components/RadioGroup/index.d.ts +2 -2
- package/dist/ui/components/RadioGroup/index.js +17 -8
- package/dist/ui/components/Search/AutoHideSearchBox.js +17 -7
- package/dist/ui/components/Search/Dialog.js +1 -0
- package/dist/ui/components/Search/Inline.js +17 -8
- package/dist/ui/components/Search/SearchBox.d.ts +1 -1
- package/dist/ui/components/Search/SearchBox.js +17 -7
- package/dist/ui/components/Search/index.d.ts +1 -1
- package/dist/ui/components/Search/index.js +0 -1
- package/dist/ui/components/Search/types.d.ts +2 -2
- package/dist/ui/components/Sidebar/index.js +17 -7
- package/dist/ui/components/TabBar/index.d.ts +2 -2
- package/dist/ui/components/TabBar/index.js +17 -7
- package/dist/ui/components/Table/index.d.ts +2 -2
- package/dist/ui/components/TextEdit/CheckboxEdit.js +17 -7
- package/dist/ui/components/TextEdit/ColourEdit.js +17 -7
- package/dist/ui/components/TextEdit/ListboxEdit.js +20 -18
- package/dist/ui/components/TextEdit/TextEdit.d.ts +2 -2
- package/dist/ui/components/TextEdit/TextEdit.js +20 -18
- package/dist/ui/components/TextEdit/common.d.ts +6 -7
- package/dist/ui/components/TextEdit/index.d.ts +1 -1
- package/dist/ui/components/TextEdit/index.js +0 -1
- package/dist/ui/components/TextEdit/types.d.ts +1 -0
- package/dist/ui/components/TextWithButton/index.js +17 -7
- package/dist/ui/components/Toast/base.js +18 -7
- package/dist/ui/components/Toast/index.d.ts +1 -1
- package/dist/ui/components/Toast/index.js +0 -1
- package/dist/ui/components/Toast/types.d.ts +1 -1
- package/dist/ui/components/TreeChart/base.js +17 -7
- package/dist/ui/components/TreeChart/index.d.ts +1 -1
- package/dist/ui/components/TreeChart/index.js +0 -1
- package/dist/ui/components/UserImage/index.js +17 -7
- package/dist/ui/helpers/axiosHelper.d.ts +1 -1
- package/dist/ui/helpers/axiosHelper.js +0 -2
- package/dist/ui/helpers/callOpenApi/direct.js +2 -7
- package/dist/ui/helpers/callOpenApi/helpers.js +1 -2
- package/dist/ui/helpers/callOpenApi/hook.d.ts +0 -1
- package/dist/ui/helpers/callOpenApi/index.d.ts +1 -1
- package/dist/ui/helpers/callOpenApi/index.js +0 -1
- package/dist/ui/helpers/cookie/get.js +3 -3
- package/dist/ui/helpers/cookie/raw.js +4 -4
- package/dist/ui/helpers/cookie/set.js +2 -2
- package/dist/ui/helpers/cookie/use.js +2 -2
- package/dist/ui/helpers/debounce.js +2 -3
- package/dist/ui/helpers/dom.js +0 -2
- package/dist/ui/helpers/extractAttributes.js +0 -1
- package/dist/ui/helpers/index.d.ts +2 -2
- package/dist/ui/helpers/index.js +0 -2
- package/dist/ui/helpers/plural.js +1 -2
- package/dist/ui/helpers/routes.d.ts +2 -2
- package/dist/ui/helpers/serviceWorker.js +1 -2
- package/dist/ui/helpers/useContextMenu.d.ts +1 -1
- package/dist/ui/helpers/useContextMenu.js +2 -3
- package/dist/ui/helpers/useElementAttribute.js +3 -2
- package/dist/ui/helpers/useGranularHook.js +1 -1
- package/dist/ui/helpers/useInterval.js +2 -2
- package/dist/ui/helpers/useIsInViewport.js +1 -2
- package/dist/ui/helpers/useLocalStorage.js +2 -2
- package/dist/ui/helpers/useLockBodyScroll.js +1 -2
- package/dist/ui/helpers/useOnClickOutside.d.ts +1 -1
- package/dist/ui/helpers/useOnClickOutside.js +3 -3
- package/dist/ui/helpers/useOnScroll.js +6 -7
- package/dist/ui/helpers/useOverloadPageSearch.js +2 -0
- package/dist/ui/helpers/useQueryString.js +1 -1
- package/dist/ui/helpers/useResize.js +2 -2
- package/dist/ui/helpers/useTimeout.js +1 -2
- package/dist/ui/helpers/useTooltip.d.ts +1 -0
- package/dist/ui/helpers/useTooltip.js +18 -7
- package/dist/ui/icons/Cog.d.ts +7 -1
- package/dist/ui/icons/Cog.js +1 -1
- package/dist/ui/icons/House.d.ts +7 -1
- package/dist/ui/icons/House.js +1 -1
- package/dist/ui/icons/index.d.ts +37 -30
- package/dist/ui/styles/common.d.ts +2 -2
- package/dist/ui/styles/standaloneStyles.d.ts +12 -13
- package/package.json +36 -33
package/dist/ui/icons/Cog.js
CHANGED
|
@@ -5,7 +5,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.Cog = void 0;
|
|
7
7
|
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const Cog = () => (react_1.default.createElement("svg", { viewBox: "0 0 16 16" },
|
|
8
|
+
const Cog = ({ style, }) => (react_1.default.createElement("svg", { viewBox: "0 0 16 16", style: style },
|
|
9
9
|
react_1.default.createElement("path", { d: "M.63 11.08zm.21.41v-.1zm.23.38L1 11.68zM1 11.68l-.11-.19zm-.21-.29c-.06-.1-.11-.21-.16-.31.05.1.1.21.16.31zm.32.54v-.06z" }),
|
|
10
10
|
react_1.default.createElement("path", { d: "m11.26 12.63 1.83 1.09a7.34 7.34 0 0 0 1-.94 7.48 7.48 0 0 0 1.56-2.86l-1.74-1A5.29 5.29 0 0 0 14 8a5.29 5.29 0 0 0-.08-.9l1.74-1a7.45 7.45 0 0 0-1.33-2.58 7.54 7.54 0 0 0-1.24-1.22l-1.83 1.04a6 6 0 0 0-1.11-.53v-2A8.55 8.55 0 0 0 7.94.53a8.39 8.39 0 0 0-2.26.3v2a7.23 7.23 0 0 0-1.12.54L2.78 2.28A7.46 7.46 0 0 0 .2 6.06l1.72 1a5.29 5.29 0 0 0-.08.9 5.29 5.29 0 0 0 .08.9l-1.73 1a8 8 0 0 0 .43 1.15c.05.1.1.21.16.31v.1l.11.19.12.19v.06a7.69 7.69 0 0 0 1.64 1.78l1.81-1.08a7.23 7.23 0 0 0 1.12.54v2a8.39 8.39 0 0 0 2.26.31 8.56 8.56 0 0 0 2.22-.3v-2a6 6 0 0 0 1.2-.48zm-2.39 1.52a7.57 7.57 0 0 1-.95.06 7.73 7.73 0 0 1-1-.06v-1.69a4.92 4.92 0 0 1-2.53-1.27l-1.54.92a6.22 6.22 0 0 1-1.08-1.61l1.56-.93a4.27 4.27 0 0 1 0-3.17l-1.56-.92a6.11 6.11 0 0 1 1.12-1.62l1.56.93A5 5 0 0 1 7 3.53V1.82a7.73 7.73 0 0 1 1-.06 7.57 7.57 0 0 1 .95.06v1.72a4.9 4.9 0 0 1 2.4 1.26l1.59-.94a6.31 6.31 0 0 1 1.11 1.62l-1.6.94a4.35 4.35 0 0 1 .3 1.58 4.44 4.44 0 0 1-.29 1.55l1.56.93a6.43 6.43 0 0 1-1.11 1.61l-1.58-.93a5 5 0 0 1-2.49 1.28z" }),
|
|
11
11
|
react_1.default.createElement("path", { d: "M7.92 5.49A2.59 2.59 0 0 0 5.25 8a2.59 2.59 0 0 0 2.67 2.51A2.6 2.6 0 0 0 10.6 8a2.6 2.6 0 0 0-2.68-2.51zM8 9.2A1.35 1.35 0 0 1 6.55 8 1.35 1.35 0 0 1 8 6.7 1.35 1.35 0 0 1 9.39 8 1.35 1.35 0 0 1 8 9.2z" })));
|
package/dist/ui/icons/House.d.ts
CHANGED
|
@@ -1,2 +1,8 @@
|
|
|
1
|
+
import type { CSSProperties } from 'react';
|
|
1
2
|
import React from 'react';
|
|
2
|
-
export declare const House: (
|
|
3
|
+
export declare const House: ({ style, }: {
|
|
4
|
+
style?: {
|
|
5
|
+
/** change the colour of the icon. default black */
|
|
6
|
+
fill?: string;
|
|
7
|
+
} & CSSProperties;
|
|
8
|
+
}) => React.JSX.Element;
|
package/dist/ui/icons/House.js
CHANGED
|
@@ -5,6 +5,6 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
5
5
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
6
6
|
exports.House = void 0;
|
|
7
7
|
const react_1 = __importDefault(require("react"));
|
|
8
|
-
const House = () => (react_1.default.createElement("svg", { fill: "none", viewBox: "5 5 35 35" },
|
|
8
|
+
const House = ({ style, }) => (react_1.default.createElement("svg", { fill: "none", viewBox: "5 5 35 35", style: style },
|
|
9
9
|
react_1.default.createElement("path", { d: "m24.155 8.781.175.164 13.072 12.842L36 23.213l-1.8-1.768L34.201 35a2 2 0 0 1-1.851 1.994l-.149.006h-20a2.001 2.001 0 0 1-1.995-1.851L10.201 35 10.2 21.446l-1.798 1.767L7 21.787 20.058 8.958a3 3 0 0 1 4.097-.177Zm-2.586 1.504-.096.087-9.273 9.109L12.201 35l4.999-.001.001-9.999c0-1.054.816-1.918 1.851-1.995l.149-.005h6c1.054 0 1.918.816 1.995 1.851l.005.149-.001 9.999 5.001.001-.001-15.52-9.299-9.136a1.001 1.001 0 0 0-1.332-.059ZM25.201 25h-6l-.001 9.999h6L25.201 25Z" })));
|
|
10
10
|
exports.House = House;
|
package/dist/ui/icons/index.d.ts
CHANGED
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
import { Checkmark } from './Checkmark';
|
|
3
2
|
import { ChevronRight } from './ChevronRight';
|
|
4
3
|
import { Circle } from './Circle';
|
|
@@ -19,61 +18,69 @@ import { Undo } from './Undo';
|
|
|
19
18
|
import { UserOutline } from './UserOutline';
|
|
20
19
|
import { Warning } from './Warning';
|
|
21
20
|
declare const icons: {
|
|
22
|
-
Cog: (
|
|
21
|
+
Cog: ({ style, }: {
|
|
22
|
+
style?: {
|
|
23
|
+
fill?: string;
|
|
24
|
+
} & import("react").CSSProperties;
|
|
25
|
+
}) => import("react").JSX.Element;
|
|
23
26
|
Checkmark: ({ style, }: {
|
|
24
|
-
style?:
|
|
25
|
-
fill?: string
|
|
26
|
-
} & import("react").CSSProperties
|
|
27
|
+
style?: {
|
|
28
|
+
fill?: string;
|
|
29
|
+
} & import("react").CSSProperties;
|
|
27
30
|
}) => import("react").JSX.Element;
|
|
28
31
|
ChevronRight: import("react").JSX.Element;
|
|
29
32
|
Circle: ({ style, dotted, }: {
|
|
30
|
-
style?:
|
|
31
|
-
fill?: string
|
|
32
|
-
} & import("react").CSSProperties
|
|
33
|
-
dotted?: boolean
|
|
33
|
+
style?: {
|
|
34
|
+
fill?: string;
|
|
35
|
+
} & import("react").CSSProperties;
|
|
36
|
+
dotted?: boolean;
|
|
34
37
|
}) => import("react").JSX.Element;
|
|
35
38
|
CircleDot: ({ style }: {
|
|
36
|
-
style?: import("react").CSSProperties
|
|
39
|
+
style?: import("react").CSSProperties;
|
|
37
40
|
}) => import("react").JSX.Element;
|
|
38
41
|
Computer: ({ style, }: {
|
|
39
|
-
style?:
|
|
40
|
-
fill?: string
|
|
41
|
-
} & import("react").CSSProperties
|
|
42
|
+
style?: {
|
|
43
|
+
fill?: string;
|
|
44
|
+
} & import("react").CSSProperties;
|
|
42
45
|
}) => import("react").JSX.Element;
|
|
43
46
|
CrossIcon: ({ className, onClick, }: {
|
|
44
|
-
className?: string
|
|
45
|
-
onClick?: (
|
|
47
|
+
className?: string;
|
|
48
|
+
onClick?: () => void;
|
|
46
49
|
}) => import("react").JSX.Element;
|
|
47
50
|
Door: import("react").JSX.Element;
|
|
48
51
|
Hamburger: ({ className }: {
|
|
49
|
-
className?: string
|
|
52
|
+
className?: string;
|
|
53
|
+
}) => import("react").JSX.Element;
|
|
54
|
+
House: ({ style, }: {
|
|
55
|
+
style?: {
|
|
56
|
+
fill?: string;
|
|
57
|
+
} & import("react").CSSProperties;
|
|
50
58
|
}) => import("react").JSX.Element;
|
|
51
|
-
House: () => import("react").JSX.Element;
|
|
52
59
|
HorizontalDots: import("react").JSX.Element;
|
|
53
60
|
Magnify: ({ style, }: {
|
|
54
|
-
style?:
|
|
55
|
-
fill?: string
|
|
56
|
-
} & import("react").CSSProperties
|
|
61
|
+
style?: {
|
|
62
|
+
fill?: string;
|
|
63
|
+
} & import("react").CSSProperties;
|
|
57
64
|
}) => import("react").JSX.Element;
|
|
58
65
|
Moon: ({ style, }: {
|
|
59
|
-
style?:
|
|
60
|
-
fill?: string
|
|
61
|
-
} & import("react").CSSProperties
|
|
66
|
+
style?: {
|
|
67
|
+
fill?: string;
|
|
68
|
+
} & import("react").CSSProperties;
|
|
62
69
|
}) => import("react").JSX.Element;
|
|
63
70
|
Pencil: () => import("react").JSX.Element;
|
|
64
71
|
Save: () => import("react").JSX.Element;
|
|
65
72
|
Sun: (p?: {
|
|
66
73
|
style?: {
|
|
67
|
-
fill?: string
|
|
68
|
-
}
|
|
69
|
-
}
|
|
74
|
+
fill?: string;
|
|
75
|
+
};
|
|
76
|
+
}) => import("react").JSX.Element;
|
|
70
77
|
Undo: () => import("react").JSX.Element;
|
|
71
78
|
UserOutline: import("react").JSX.Element;
|
|
72
79
|
Warning: ({ style, className, }: {
|
|
73
|
-
className?: string
|
|
74
|
-
style?:
|
|
75
|
-
fill?: string
|
|
76
|
-
} & import("react").CSSProperties
|
|
80
|
+
className?: string;
|
|
81
|
+
style?: {
|
|
82
|
+
fill?: string;
|
|
83
|
+
} & import("react").CSSProperties;
|
|
77
84
|
}) => import("react").JSX.Element;
|
|
78
85
|
};
|
|
79
86
|
export { Checkmark, ChevronRight, Circle, CircleDot, Cog, Computer, CrossIcon, Door, Hamburger, HorizontalDots, House, icons, Magnify, Moon, Pencil, Save, Sun, Undo, UserOutline, Warning, };
|
|
@@ -20,8 +20,8 @@ export declare const noDrag: {
|
|
|
20
20
|
/** apply bounce effect given a condition */
|
|
21
21
|
export declare const bounce: (bounceattr: string) => import("@emotion/react").SerializedStyles;
|
|
22
22
|
export declare const Card: import("@emotion/styled").StyledComponent<{
|
|
23
|
-
theme?: import("@emotion/react").Theme
|
|
24
|
-
as?:
|
|
23
|
+
theme?: import("@emotion/react").Theme;
|
|
24
|
+
as?: React.ElementType;
|
|
25
25
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
26
26
|
export interface IVarStyles {
|
|
27
27
|
/** default var(--main-fg) */
|
|
@@ -1,25 +1,24 @@
|
|
|
1
|
-
/// <reference types="react" />
|
|
2
1
|
export declare const SOBase: import("@emotion/styled").StyledComponent<{
|
|
3
|
-
theme?: import("@emotion/react").Theme
|
|
4
|
-
as?:
|
|
2
|
+
theme?: import("@emotion/react").Theme;
|
|
3
|
+
as?: React.ElementType;
|
|
5
4
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
6
5
|
export declare const SOBR: import("@emotion/styled").StyledComponent<{
|
|
7
|
-
theme?: import("@emotion/react").Theme
|
|
8
|
-
as?:
|
|
6
|
+
theme?: import("@emotion/react").Theme;
|
|
7
|
+
as?: React.ElementType;
|
|
9
8
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
10
9
|
export declare const SOB: import("@emotion/styled").StyledComponent<{
|
|
11
|
-
theme?: import("@emotion/react").Theme
|
|
12
|
-
as?:
|
|
10
|
+
theme?: import("@emotion/react").Theme;
|
|
11
|
+
as?: React.ElementType;
|
|
13
12
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
14
13
|
export declare const SOP: import("@emotion/styled").StyledComponent<{
|
|
15
|
-
theme?: import("@emotion/react").Theme
|
|
16
|
-
as?:
|
|
14
|
+
theme?: import("@emotion/react").Theme;
|
|
15
|
+
as?: React.ElementType;
|
|
17
16
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
18
17
|
export declare const SOCenter: import("@emotion/styled").StyledComponent<{
|
|
19
|
-
theme?: import("@emotion/react").Theme
|
|
20
|
-
as?:
|
|
18
|
+
theme?: import("@emotion/react").Theme;
|
|
19
|
+
as?: React.ElementType;
|
|
21
20
|
}, import("react").DetailedHTMLProps<import("react").HTMLAttributes<HTMLDivElement>, HTMLDivElement>, {}>;
|
|
22
21
|
export declare const SOA: import("@emotion/styled").StyledComponent<{
|
|
23
|
-
theme?: import("@emotion/react").Theme
|
|
24
|
-
as?:
|
|
22
|
+
theme?: import("@emotion/react").Theme;
|
|
23
|
+
as?: React.ElementType;
|
|
25
24
|
}, import("react").DetailedHTMLProps<import("react").AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>, {}>;
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.730",
|
|
3
3
|
"name": "ag-common",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
@@ -18,33 +18,33 @@
|
|
|
18
18
|
"test": "globstar -- node --import tsx --test \"src/**/*.test.ts\""
|
|
19
19
|
},
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@aws-sdk/client-dynamodb": "
|
|
22
|
-
"@aws-sdk/client-s3": "
|
|
23
|
-
"@aws-sdk/client-ses": "
|
|
24
|
-
"@aws-sdk/client-sqs": "
|
|
25
|
-
"@aws-sdk/client-sts": "
|
|
26
|
-
"@aws-sdk/lib-dynamodb": "
|
|
27
|
-
"@aws-sdk/s3-presigned-post": "
|
|
28
|
-
"@aws-sdk/util-dynamodb": "
|
|
29
|
-
"aws-cdk-lib": "
|
|
30
|
-
"axios": "
|
|
31
|
-
"buffer": "
|
|
32
|
-
"constructs": "
|
|
33
|
-
"jsonwebtoken": "
|
|
34
|
-
"jwks-rsa": "
|
|
35
|
-
"node-cache": "
|
|
36
|
-
"openapi-request-validator": "
|
|
37
|
-
"react": "
|
|
38
|
-
"react-dom": "
|
|
39
|
-
"typescript": "
|
|
21
|
+
"@aws-sdk/client-dynamodb": "3.744.0",
|
|
22
|
+
"@aws-sdk/client-s3": "3.744.0",
|
|
23
|
+
"@aws-sdk/client-ses": "3.744.0",
|
|
24
|
+
"@aws-sdk/client-sqs": "3.744.0",
|
|
25
|
+
"@aws-sdk/client-sts": "3.744.0",
|
|
26
|
+
"@aws-sdk/lib-dynamodb": "3.744.0",
|
|
27
|
+
"@aws-sdk/s3-presigned-post": "3.744.0",
|
|
28
|
+
"@aws-sdk/util-dynamodb": "3.744.0",
|
|
29
|
+
"aws-cdk-lib": "2.178.1",
|
|
30
|
+
"axios": "1.7.9",
|
|
31
|
+
"buffer": "6.0.3",
|
|
32
|
+
"constructs": "10.4.2",
|
|
33
|
+
"jsonwebtoken": "9.0.2",
|
|
34
|
+
"jwks-rsa": "3.1.0",
|
|
35
|
+
"node-cache": "5.1.2",
|
|
36
|
+
"openapi-request-validator": "12.1.3",
|
|
37
|
+
"react": "19.0.0",
|
|
38
|
+
"react-dom": "19.0.0",
|
|
39
|
+
"typescript": "5.7.3"
|
|
40
40
|
},
|
|
41
41
|
"devDependencies": {
|
|
42
|
-
"@babel/core": "7.
|
|
43
|
-
"@babel/preset-typescript": "7.
|
|
44
|
-
"@babel/types": "7.
|
|
45
|
-
"@emotion/react": "11.
|
|
46
|
-
"@emotion/styled": "11.
|
|
47
|
-
"@smithy/types": "
|
|
42
|
+
"@babel/core": "7.26.7",
|
|
43
|
+
"@babel/preset-typescript": "7.26.0",
|
|
44
|
+
"@babel/types": "7.26.7",
|
|
45
|
+
"@emotion/react": "11.14.0",
|
|
46
|
+
"@emotion/styled": "11.14.0",
|
|
47
|
+
"@smithy/types": "4.1.0",
|
|
48
48
|
"@storybook/addon-actions": "8.1.6",
|
|
49
49
|
"@storybook/addon-docs": "8.1.6",
|
|
50
50
|
"@storybook/addon-essentials": "8.1.6",
|
|
@@ -55,16 +55,19 @@
|
|
|
55
55
|
"@storybook/react": "8.1.6",
|
|
56
56
|
"@storybook/react-webpack5": "8.1.6",
|
|
57
57
|
"@storybook/theming": "8.1.6",
|
|
58
|
-
"@types/jsonwebtoken": "9.0.
|
|
59
|
-
"@types/node": "
|
|
60
|
-
"@types/react": "
|
|
61
|
-
"@types/react-dom": "
|
|
58
|
+
"@types/jsonwebtoken": "9.0.8",
|
|
59
|
+
"@types/node": "22.13.1",
|
|
60
|
+
"@types/react": "19.0.8",
|
|
61
|
+
"@types/react-dom": "19.0.3",
|
|
62
62
|
"cross-env": "7.0.3",
|
|
63
|
-
"eslint-config-e7npm": "0.
|
|
63
|
+
"eslint-config-e7npm": "0.1.13",
|
|
64
64
|
"globstar": "1.0.0",
|
|
65
|
-
"rimraf": "
|
|
65
|
+
"rimraf": "6.0.1",
|
|
66
66
|
"storybook": "8.1.6",
|
|
67
|
-
"tsx": "4.
|
|
67
|
+
"tsx": "4.19.2"
|
|
68
|
+
},
|
|
69
|
+
"resolutions": {
|
|
70
|
+
"globals": "15.14.0"
|
|
68
71
|
},
|
|
69
72
|
"files": [
|
|
70
73
|
"dist/**/*",
|