@appquality/unguess-design-system 0.1.1
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/.storybook/main.js +16 -0
- package/.storybook/preview.js +9 -0
- package/CHANGELOG.md +26 -0
- package/README.md +46 -0
- package/build/index.d.ts +1 -0
- package/build/index.js +48 -0
- package/build/stories/Button/index.d.ts +3 -0
- package/build/stories/Button/index.stories.d.ts +12 -0
- package/package.json +90 -0
- package/public/favicon.ico +0 -0
- package/public/index.html +43 -0
- package/public/logo192.png +0 -0
- package/public/logo512.png +0 -0
- package/public/manifest.json +25 -0
- package/public/robots.txt +3 -0
- package/rollup.config.js +28 -0
- package/src/index.tsx +1 -0
- package/src/stories/Button/index.stories.tsx +41 -0
- package/src/stories/Button/index.tsx +11 -0
- package/tsconfig.json +28 -0
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
module.exports = {
|
|
2
|
+
"stories": [
|
|
3
|
+
"../src/**/*.stories.mdx",
|
|
4
|
+
"../src/**/*.stories.@(js|jsx|ts|tsx)"
|
|
5
|
+
],
|
|
6
|
+
"addons": [
|
|
7
|
+
"@storybook/addon-links",
|
|
8
|
+
"@storybook/addon-essentials",
|
|
9
|
+
"@storybook/addon-interactions",
|
|
10
|
+
"@storybook/preset-create-react-app"
|
|
11
|
+
],
|
|
12
|
+
"framework": "@storybook/react",
|
|
13
|
+
"core": {
|
|
14
|
+
"builder": "webpack5"
|
|
15
|
+
}
|
|
16
|
+
}
|
package/CHANGELOG.md
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# v0.1.1 (Tue Mar 01 2022)
|
|
2
|
+
|
|
3
|
+
#### ⚠️ Pushed to `master`
|
|
4
|
+
|
|
5
|
+
- update .gitignore ([@cannarocks](https://github.com/cannarocks))
|
|
6
|
+
- update package.json ([@cannarocks](https://github.com/cannarocks))
|
|
7
|
+
- Initial commit ([@cannarocks](https://github.com/cannarocks))
|
|
8
|
+
- Initialize project using Create React App ([@cannarocks](https://github.com/cannarocks))
|
|
9
|
+
|
|
10
|
+
#### Authors: 1
|
|
11
|
+
|
|
12
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
|
13
|
+
|
|
14
|
+
---
|
|
15
|
+
|
|
16
|
+
# v0.1.1 (Tue Mar 01 2022)
|
|
17
|
+
|
|
18
|
+
#### ⚠️ Pushed to `master`
|
|
19
|
+
|
|
20
|
+
- update package.json ([@cannarocks](https://github.com/cannarocks))
|
|
21
|
+
- Initial commit ([@cannarocks](https://github.com/cannarocks))
|
|
22
|
+
- Initialize project using Create React App ([@cannarocks](https://github.com/cannarocks))
|
|
23
|
+
|
|
24
|
+
#### Authors: 1
|
|
25
|
+
|
|
26
|
+
- Luca Cannarozzo ([@cannarocks](https://github.com/cannarocks))
|
package/README.md
ADDED
|
@@ -0,0 +1,46 @@
|
|
|
1
|
+
# Getting Started with Create React App
|
|
2
|
+
|
|
3
|
+
This project was bootstrapped with [Create React App](https://github.com/facebook/create-react-app).
|
|
4
|
+
|
|
5
|
+
## Available Scripts
|
|
6
|
+
|
|
7
|
+
In the project directory, you can run:
|
|
8
|
+
|
|
9
|
+
### `npm start`
|
|
10
|
+
|
|
11
|
+
Runs the app in the development mode.\
|
|
12
|
+
Open [http://localhost:3000](http://localhost:3000) to view it in the browser.
|
|
13
|
+
|
|
14
|
+
The page will reload if you make edits.\
|
|
15
|
+
You will also see any lint errors in the console.
|
|
16
|
+
|
|
17
|
+
### `npm test`
|
|
18
|
+
|
|
19
|
+
Launches the test runner in the interactive watch mode.\
|
|
20
|
+
See the section about [running tests](https://facebook.github.io/create-react-app/docs/running-tests) for more information.
|
|
21
|
+
|
|
22
|
+
### `npm run build`
|
|
23
|
+
|
|
24
|
+
Builds the app for production to the `build` folder.\
|
|
25
|
+
It correctly bundles React in production mode and optimizes the build for the best performance.
|
|
26
|
+
|
|
27
|
+
The build is minified and the filenames include the hashes.\
|
|
28
|
+
Your app is ready to be deployed!
|
|
29
|
+
|
|
30
|
+
See the section about [deployment](https://facebook.github.io/create-react-app/docs/deployment) for more information.
|
|
31
|
+
|
|
32
|
+
### `npm run eject`
|
|
33
|
+
|
|
34
|
+
**Note: this is a one-way operation. Once you `eject`, you can’t go back!**
|
|
35
|
+
|
|
36
|
+
If you aren’t satisfied with the build tool and configuration choices, you can `eject` at any time. This command will remove the single build dependency from your project.
|
|
37
|
+
|
|
38
|
+
Instead, it will copy all the configuration files and the transitive dependencies (webpack, Babel, ESLint, etc) right into your project so you have full control over them. All of the commands except `eject` will still work, but they will point to the copied scripts so you can tweak them. At this point you’re on your own.
|
|
39
|
+
|
|
40
|
+
You don’t have to ever use `eject`. The curated feature set is suitable for small and middle deployments, and you shouldn’t feel obligated to use this feature. However we understand that this tool wouldn’t be useful if you couldn’t customize it when you are ready for it.
|
|
41
|
+
|
|
42
|
+
## Learn More
|
|
43
|
+
|
|
44
|
+
You can learn more in the [Create React App documentation](https://facebook.github.io/create-react-app/docs/getting-started).
|
|
45
|
+
|
|
46
|
+
To learn React, check out the [React documentation](https://reactjs.org/).
|
package/build/index.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './stories/Button';
|
package/build/index.js
ADDED
|
@@ -0,0 +1,48 @@
|
|
|
1
|
+
'use strict';
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
|
+
|
|
5
|
+
var jsxRuntime = require('react/jsx-runtime');
|
|
6
|
+
var reactButtons = require('@zendeskgarden/react-buttons');
|
|
7
|
+
var styled = require('styled-components');
|
|
8
|
+
|
|
9
|
+
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
10
|
+
|
|
11
|
+
var styled__default = /*#__PURE__*/_interopDefaultLegacy(styled);
|
|
12
|
+
|
|
13
|
+
/*! *****************************************************************************
|
|
14
|
+
Copyright (c) Microsoft Corporation.
|
|
15
|
+
|
|
16
|
+
Permission to use, copy, modify, and/or distribute this software for any
|
|
17
|
+
purpose with or without fee is hereby granted.
|
|
18
|
+
|
|
19
|
+
THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
|
|
20
|
+
REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY
|
|
21
|
+
AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
|
|
22
|
+
INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM
|
|
23
|
+
LOSS OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
|
|
24
|
+
OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
|
|
25
|
+
PERFORMANCE OF THIS SOFTWARE.
|
|
26
|
+
***************************************************************************** */
|
|
27
|
+
|
|
28
|
+
var __assign = function() {
|
|
29
|
+
__assign = Object.assign || function __assign(t) {
|
|
30
|
+
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
|
31
|
+
s = arguments[i];
|
|
32
|
+
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p)) t[p] = s[p];
|
|
33
|
+
}
|
|
34
|
+
return t;
|
|
35
|
+
};
|
|
36
|
+
return __assign.apply(this, arguments);
|
|
37
|
+
};
|
|
38
|
+
|
|
39
|
+
function __makeTemplateObject(cooked, raw) {
|
|
40
|
+
if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
|
|
41
|
+
return cooked;
|
|
42
|
+
}
|
|
43
|
+
|
|
44
|
+
var DressBerryButton = styled__default["default"](reactButtons.Button)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n padding: 0.5rem 1rem;\n background-color: magenta;\n color: white;\n"], ["\n padding: 0.5rem 1rem;\n background-color: magenta;\n color: white;\n"])));
|
|
45
|
+
var Button = function (props) { return jsxRuntime.jsx(DressBerryButton, __assign({}, props)); };
|
|
46
|
+
var templateObject_1;
|
|
47
|
+
|
|
48
|
+
exports.Button = Button;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
import { Meta, Story } from "@storybook/react";
|
|
2
|
+
import { IButtonProps } from "@zendeskgarden/react-buttons";
|
|
3
|
+
interface IArgs extends IButtonProps {
|
|
4
|
+
hasStartIcon?: boolean;
|
|
5
|
+
hasEndIcon?: boolean;
|
|
6
|
+
isStartIconRotated?: boolean;
|
|
7
|
+
isEndIconRotated?: boolean;
|
|
8
|
+
}
|
|
9
|
+
declare const _default: Meta<import("@storybook/react").Args>;
|
|
10
|
+
export default _default;
|
|
11
|
+
export declare const Basic: Story<IArgs>;
|
|
12
|
+
export declare const Primary: Story<IArgs>;
|
package/package.json
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
1
|
+
{
|
|
2
|
+
"name": "@appquality/unguess-design-system",
|
|
3
|
+
"version": "0.1.1",
|
|
4
|
+
"description": "",
|
|
5
|
+
"main": "build/index.js",
|
|
6
|
+
"types": "build/index.d.ts",
|
|
7
|
+
"repository": {
|
|
8
|
+
"type": "git",
|
|
9
|
+
"url": "git+https://github.com/AppQuality/unguess-design-system.git"
|
|
10
|
+
},
|
|
11
|
+
"dependencies": {
|
|
12
|
+
"@zendeskgarden/react-buttons": "^8.48.2"
|
|
13
|
+
},
|
|
14
|
+
"scripts": {
|
|
15
|
+
"start": "react-scripts start",
|
|
16
|
+
"build": "yarn run clean && rollup -c",
|
|
17
|
+
"test": "react-scripts test",
|
|
18
|
+
"eject": "react-scripts eject",
|
|
19
|
+
"storybook": "start-storybook -p 6006 -s public",
|
|
20
|
+
"build-storybook": "build-storybook -s public",
|
|
21
|
+
"clean": "rimraf build"
|
|
22
|
+
},
|
|
23
|
+
"eslintConfig": {
|
|
24
|
+
"extends": [
|
|
25
|
+
"react-app",
|
|
26
|
+
"react-app/jest"
|
|
27
|
+
],
|
|
28
|
+
"overrides": [
|
|
29
|
+
{
|
|
30
|
+
"files": [
|
|
31
|
+
"**/*.stories.*"
|
|
32
|
+
],
|
|
33
|
+
"rules": {
|
|
34
|
+
"import/no-anonymous-default-export": "off"
|
|
35
|
+
}
|
|
36
|
+
}
|
|
37
|
+
]
|
|
38
|
+
},
|
|
39
|
+
"browserslist": {
|
|
40
|
+
"production": [
|
|
41
|
+
">0.2%",
|
|
42
|
+
"not dead",
|
|
43
|
+
"not op_mini all"
|
|
44
|
+
],
|
|
45
|
+
"development": [
|
|
46
|
+
"last 1 chrome version",
|
|
47
|
+
"last 1 firefox version",
|
|
48
|
+
"last 1 safari version"
|
|
49
|
+
]
|
|
50
|
+
},
|
|
51
|
+
"peerDependencies": {
|
|
52
|
+
"react": "^17.0.2",
|
|
53
|
+
"react-dom": "^17.0.2",
|
|
54
|
+
"styled-components": "^5.3.3"
|
|
55
|
+
},
|
|
56
|
+
"devDependencies": {
|
|
57
|
+
"@rollup/plugin-image": "^2.1.1",
|
|
58
|
+
"@storybook/addon-actions": "^6.4.19",
|
|
59
|
+
"@storybook/addon-essentials": "^6.4.19",
|
|
60
|
+
"@storybook/addon-interactions": "^6.4.19",
|
|
61
|
+
"@storybook/addon-links": "^6.4.19",
|
|
62
|
+
"@storybook/builder-webpack5": "^6.4.19",
|
|
63
|
+
"@storybook/manager-webpack5": "^6.4.19",
|
|
64
|
+
"@storybook/node-logger": "^6.4.19",
|
|
65
|
+
"@storybook/preset-create-react-app": "^4.0.1",
|
|
66
|
+
"@storybook/react": "^6.4.19",
|
|
67
|
+
"@storybook/testing-library": "^0.0.9",
|
|
68
|
+
"@svgr/rollup": "^6.2.1",
|
|
69
|
+
"@testing-library/jest-dom": "^5.16.2",
|
|
70
|
+
"@testing-library/react": "^12.1.3",
|
|
71
|
+
"@testing-library/user-event": "^13.5.0",
|
|
72
|
+
"@types/jest": "^27.4.1",
|
|
73
|
+
"@types/node": "^16.11.26",
|
|
74
|
+
"@types/react": "^17.0.39",
|
|
75
|
+
"@types/react-dom": "^17.0.11",
|
|
76
|
+
"@types/styled-components": "^5.1.23",
|
|
77
|
+
"@zendeskgarden/react-theming": "^8.48.2",
|
|
78
|
+
"auto": "^10.32.6",
|
|
79
|
+
"react": "^17.0.2",
|
|
80
|
+
"react-dom": "^17.0.2",
|
|
81
|
+
"react-scripts": "5.0.0",
|
|
82
|
+
"rimraf": "^3.0.2",
|
|
83
|
+
"rollup": "^2.68.0",
|
|
84
|
+
"rollup-plugin-typescript2": "^0.31.2",
|
|
85
|
+
"styled-components": "^5.3.3",
|
|
86
|
+
"typescript": "^4.6.2",
|
|
87
|
+
"web-vitals": "^2.1.4",
|
|
88
|
+
"webpack": "^5.69.1"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
Binary file
|
|
@@ -0,0 +1,43 @@
|
|
|
1
|
+
<!DOCTYPE html>
|
|
2
|
+
<html lang="en">
|
|
3
|
+
<head>
|
|
4
|
+
<meta charset="utf-8" />
|
|
5
|
+
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
|
|
6
|
+
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
7
|
+
<meta name="theme-color" content="#000000" />
|
|
8
|
+
<meta
|
|
9
|
+
name="description"
|
|
10
|
+
content="Web site created using create-react-app"
|
|
11
|
+
/>
|
|
12
|
+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
13
|
+
<!--
|
|
14
|
+
manifest.json provides metadata used when your web app is installed on a
|
|
15
|
+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
16
|
+
-->
|
|
17
|
+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
18
|
+
<!--
|
|
19
|
+
Notice the use of %PUBLIC_URL% in the tags above.
|
|
20
|
+
It will be replaced with the URL of the `public` folder during the build.
|
|
21
|
+
Only files inside the `public` folder can be referenced from the HTML.
|
|
22
|
+
|
|
23
|
+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
|
24
|
+
work correctly both with client-side routing and a non-root public URL.
|
|
25
|
+
Learn how to configure a non-root public URL by running `npm run build`.
|
|
26
|
+
-->
|
|
27
|
+
<title>React App</title>
|
|
28
|
+
</head>
|
|
29
|
+
<body>
|
|
30
|
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
31
|
+
<div id="root"></div>
|
|
32
|
+
<!--
|
|
33
|
+
This HTML file is a template.
|
|
34
|
+
If you open it directly in the browser, you will see an empty page.
|
|
35
|
+
|
|
36
|
+
You can add webfonts, meta tags, or analytics to this file.
|
|
37
|
+
The build step will place the bundled scripts into the <body> tag.
|
|
38
|
+
|
|
39
|
+
To begin the development, run `npm start` or `yarn start`.
|
|
40
|
+
To create a production bundle, use `npm run build` or `yarn build`.
|
|
41
|
+
-->
|
|
42
|
+
</body>
|
|
43
|
+
</html>
|
|
Binary file
|
|
Binary file
|
|
@@ -0,0 +1,25 @@
|
|
|
1
|
+
{
|
|
2
|
+
"short_name": "React App",
|
|
3
|
+
"name": "Create React App Sample",
|
|
4
|
+
"icons": [
|
|
5
|
+
{
|
|
6
|
+
"src": "favicon.ico",
|
|
7
|
+
"sizes": "64x64 32x32 24x24 16x16",
|
|
8
|
+
"type": "image/x-icon"
|
|
9
|
+
},
|
|
10
|
+
{
|
|
11
|
+
"src": "logo192.png",
|
|
12
|
+
"type": "image/png",
|
|
13
|
+
"sizes": "192x192"
|
|
14
|
+
},
|
|
15
|
+
{
|
|
16
|
+
"src": "logo512.png",
|
|
17
|
+
"type": "image/png",
|
|
18
|
+
"sizes": "512x512"
|
|
19
|
+
}
|
|
20
|
+
],
|
|
21
|
+
"start_url": ".",
|
|
22
|
+
"display": "standalone",
|
|
23
|
+
"theme_color": "#000000",
|
|
24
|
+
"background_color": "#ffffff"
|
|
25
|
+
}
|
package/rollup.config.js
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
// rollup.config.js
|
|
2
|
+
import image from "@rollup/plugin-image";
|
|
3
|
+
import svgr from "@svgr/rollup";
|
|
4
|
+
import typescript from "rollup-plugin-typescript2";
|
|
5
|
+
|
|
6
|
+
// eslint-disable-next-line import/no-anonymous-default-export
|
|
7
|
+
export default {
|
|
8
|
+
input: "src/index.tsx",
|
|
9
|
+
output: {
|
|
10
|
+
dir: "build",
|
|
11
|
+
format: "cjs",
|
|
12
|
+
},
|
|
13
|
+
plugins: [
|
|
14
|
+
image(),
|
|
15
|
+
svgr({
|
|
16
|
+
svgoConfig: {
|
|
17
|
+
plugins: [
|
|
18
|
+
{
|
|
19
|
+
active: false,
|
|
20
|
+
name: "removeDimensions",
|
|
21
|
+
},
|
|
22
|
+
],
|
|
23
|
+
},
|
|
24
|
+
}),
|
|
25
|
+
typescript(),
|
|
26
|
+
],
|
|
27
|
+
external: ["react", "react-dom", "styled-components"],
|
|
28
|
+
};
|
package/src/index.tsx
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from './stories/Button';
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
import { Meta, Story } from "@storybook/react";
|
|
2
|
+
import { IButtonProps } from "@zendeskgarden/react-buttons";
|
|
3
|
+
import { Button } from ".";
|
|
4
|
+
|
|
5
|
+
interface IArgs extends IButtonProps {
|
|
6
|
+
hasStartIcon?: boolean;
|
|
7
|
+
hasEndIcon?: boolean;
|
|
8
|
+
isStartIconRotated?: boolean;
|
|
9
|
+
isEndIconRotated?: boolean;
|
|
10
|
+
}
|
|
11
|
+
|
|
12
|
+
export default {
|
|
13
|
+
title: "Button",
|
|
14
|
+
component: Button,
|
|
15
|
+
} as Meta;
|
|
16
|
+
|
|
17
|
+
const defaultArgs: IArgs = {
|
|
18
|
+
isBasic: false,
|
|
19
|
+
isPrimary: false,
|
|
20
|
+
isLink: false,
|
|
21
|
+
isPill: false,
|
|
22
|
+
size: "medium",
|
|
23
|
+
};
|
|
24
|
+
|
|
25
|
+
const Template: Story<IArgs> = (args) => <Button {...args} />;
|
|
26
|
+
|
|
27
|
+
export const Basic = Template.bind({});
|
|
28
|
+
Basic.args = {
|
|
29
|
+
...defaultArgs,
|
|
30
|
+
isBasic: true,
|
|
31
|
+
children: "button",
|
|
32
|
+
onClick: () => alert("clicked!"),
|
|
33
|
+
};
|
|
34
|
+
|
|
35
|
+
export const Primary = Template.bind({});
|
|
36
|
+
Primary.args = {
|
|
37
|
+
...defaultArgs,
|
|
38
|
+
isPrimary: true,
|
|
39
|
+
children: "button",
|
|
40
|
+
onClick: () => alert("clicked!"),
|
|
41
|
+
};
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
import { Button as ZendeskButton, IButtonProps } from '@zendeskgarden/react-buttons';
|
|
2
|
+
import styled from 'styled-components';
|
|
3
|
+
|
|
4
|
+
const DressBerryButton = styled(ZendeskButton)`
|
|
5
|
+
padding: 0.5rem 1rem;
|
|
6
|
+
background-color: magenta;
|
|
7
|
+
color: white;
|
|
8
|
+
`;
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
export const Button = (props: IButtonProps) => <DressBerryButton {...props} />;
|
package/tsconfig.json
ADDED
|
@@ -0,0 +1,28 @@
|
|
|
1
|
+
{
|
|
2
|
+
"compilerOptions": {
|
|
3
|
+
"target": "es5",
|
|
4
|
+
"lib": [
|
|
5
|
+
"dom",
|
|
6
|
+
"dom.iterable",
|
|
7
|
+
"esnext"
|
|
8
|
+
],
|
|
9
|
+
"allowJs": true,
|
|
10
|
+
"skipLibCheck": true,
|
|
11
|
+
"esModuleInterop": true,
|
|
12
|
+
"allowSyntheticDefaultImports": true,
|
|
13
|
+
"strict": true,
|
|
14
|
+
"forceConsistentCasingInFileNames": true,
|
|
15
|
+
"noFallthroughCasesInSwitch": true,
|
|
16
|
+
"module": "esnext",
|
|
17
|
+
"moduleResolution": "node",
|
|
18
|
+
"resolveJsonModule": true,
|
|
19
|
+
"isolatedModules": true,
|
|
20
|
+
"noEmit": true,
|
|
21
|
+
"jsx": "react-jsx",
|
|
22
|
+
"declaration": true,
|
|
23
|
+
"outDir": "./build",
|
|
24
|
+
},
|
|
25
|
+
"include": [
|
|
26
|
+
"src"
|
|
27
|
+
]
|
|
28
|
+
}
|