ag-common 0.0.451 → 0.0.455
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.
|
@@ -138,7 +138,7 @@ const openApiImpl = (p) => {
|
|
|
138
138
|
const entry = `${endpointsBase}${fullPath}/${verb.toUpperCase()}.ts`;
|
|
139
139
|
const lambdaV = new aws_cdk_lib_1.aws_lambda_nodejs.NodejsFunction(stack, lambdaName, {
|
|
140
140
|
functionName: lambdaName,
|
|
141
|
-
runtime: aws_cdk_lib_1.aws_lambda.Runtime.
|
|
141
|
+
runtime: aws_cdk_lib_1.aws_lambda.Runtime.NODEJS_18_X,
|
|
142
142
|
handler: 'handler',
|
|
143
143
|
environment: lc.environment,
|
|
144
144
|
memorySize: lc.memory,
|
|
@@ -51,7 +51,9 @@ const ModalBase = styled_1.default.div `
|
|
|
51
51
|
background-color: white;
|
|
52
52
|
border: solid 1px transparent;
|
|
53
53
|
border-radius: 0.5rem;
|
|
54
|
-
box-shadow:
|
|
54
|
+
box-shadow:
|
|
55
|
+
0 1px 10px 0 rgba(0, 0, 0, 0.6),
|
|
56
|
+
0 2px 15px 0 rgba(0, 0, 0, 0.05);
|
|
55
57
|
max-width: 95vw;
|
|
56
58
|
max-height: 95vh;
|
|
57
59
|
&[data-position='left'] {
|
package/dist/ui/styles/common.js
CHANGED
|
@@ -103,7 +103,8 @@ exports.FullScreenPage = styled_1.default.div `
|
|
|
103
103
|
align-items: flex-start;
|
|
104
104
|
`;
|
|
105
105
|
const bounce = (bounceattr) => (0, react_1.css) `
|
|
106
|
-
transition:
|
|
106
|
+
transition:
|
|
107
|
+
opacity 0.2s ease,
|
|
107
108
|
transform 0.2s cubic-bezier(0.02, 1.5, 0.74, 1.23);
|
|
108
109
|
transform-origin: 50% 50%;
|
|
109
110
|
transform: translateY(-5px);
|
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"version": "0.0.
|
|
2
|
+
"version": "0.0.455",
|
|
3
3
|
"name": "ag-common",
|
|
4
4
|
"main": "./dist/index.js",
|
|
5
5
|
"types": "./dist/index.d.ts",
|
|
@@ -28,28 +28,28 @@
|
|
|
28
28
|
"typescript": ">=5"
|
|
29
29
|
},
|
|
30
30
|
"devDependencies": {
|
|
31
|
-
"@babel/core": "7.22.
|
|
31
|
+
"@babel/core": "7.22.9",
|
|
32
32
|
"@babel/preset-typescript": "^7.21.5",
|
|
33
33
|
"@babel/types": "^7.21.5",
|
|
34
34
|
"@emotion/react": "11.11.1",
|
|
35
35
|
"@emotion/styled": "11.11.0",
|
|
36
|
-
"@storybook/addon-actions": "7.0
|
|
37
|
-
"@storybook/addon-docs": "7.0
|
|
38
|
-
"@storybook/addon-essentials": "7.0
|
|
39
|
-
"@storybook/addon-interactions": "7.0
|
|
40
|
-
"@storybook/addon-links": "7.0
|
|
41
|
-
"@storybook/addons": "7.0
|
|
42
|
-
"@storybook/react": "7.0
|
|
43
|
-
"@storybook/react-webpack5": "7.0
|
|
44
|
-
"@storybook/theming": "7.0
|
|
36
|
+
"@storybook/addon-actions": "7.1.0",
|
|
37
|
+
"@storybook/addon-docs": "7.1.0",
|
|
38
|
+
"@storybook/addon-essentials": "7.1.0",
|
|
39
|
+
"@storybook/addon-interactions": "7.1.0",
|
|
40
|
+
"@storybook/addon-links": "7.1.0",
|
|
41
|
+
"@storybook/addons": "7.1.0",
|
|
42
|
+
"@storybook/react": "7.1.0",
|
|
43
|
+
"@storybook/react-webpack5": "7.1.0",
|
|
44
|
+
"@storybook/theming": "7.1.0",
|
|
45
45
|
"@types/jsonwebtoken": "9.0.2",
|
|
46
|
-
"@types/node": "20.4.
|
|
47
|
-
"@types/react": "18.2.
|
|
48
|
-
"@types/react-dom": "18.2.
|
|
46
|
+
"@types/node": "20.4.2",
|
|
47
|
+
"@types/react": "18.2.15",
|
|
48
|
+
"@types/react-dom": "18.2.7",
|
|
49
49
|
"cross-env": "7.0.3",
|
|
50
|
-
"eslint-config-e7npm": "0.0.
|
|
50
|
+
"eslint-config-e7npm": "0.0.12",
|
|
51
51
|
"rimraf": "5.0.1",
|
|
52
|
-
"storybook": "7.0
|
|
52
|
+
"storybook": "7.1.0"
|
|
53
53
|
},
|
|
54
54
|
"files": [
|
|
55
55
|
"dist/**/*",
|