@guillotinaweb/react-gmi 0.34.0 → 0.34.2
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/README.md +120 -72
- package/dist/css/style.css +336 -334
- package/dist/css/style.css.map +1 -1
- package/dist/favicon.ico +0 -0
- package/dist/index.d.ts +1821 -30
- package/dist/index.html +44 -0
- package/dist/logo.svg +35 -0
- package/dist/logo512.png +0 -0
- package/dist/manifest.json +25 -0
- package/dist/react-gmi.js +24141 -14138
- package/dist/react-gmi.js.map +1 -1
- package/dist/react-gmi.modern.js +24265 -14128
- package/dist/react-gmi.modern.js.map +1 -1
- package/dist/robots.txt +2 -0
- package/package.json +54 -53
- package/dist/actions/add_item.d.ts +0 -5
- package/dist/actions/change_pass.d.ts +0 -1
- package/dist/actions/copy_item.d.ts +0 -6
- package/dist/actions/copy_items.d.ts +0 -8
- package/dist/actions/index.d.ts +0 -2
- package/dist/actions/move_item.d.ts +0 -6
- package/dist/actions/move_items.d.ts +0 -8
- package/dist/actions/remove_item.d.ts +0 -6
- package/dist/actions/remove_items.d.ts +0 -7
- package/dist/components/Link.d.ts +0 -11
- package/dist/components/TdLink.d.ts +0 -11
- package/dist/components/behavior_view.d.ts +0 -8
- package/dist/components/behaviors/iattachment.d.ts +0 -11
- package/dist/components/behaviors/idublincore.d.ts +0 -10
- package/dist/components/behaviors/iimageattachment.d.ts +0 -9
- package/dist/components/behaviors/imultiattachment.d.ts +0 -11
- package/dist/components/behaviors/imultiimageattachment.d.ts +0 -11
- package/dist/components/behaviors/imultiimageorderedattachment.d.ts +0 -11
- package/dist/components/behaviors/iworkflow.d.ts +0 -1
- package/dist/components/context_toolbar.d.ts +0 -7
- package/dist/components/error_boundary.d.ts +0 -6
- package/dist/components/error_zone.d.ts +0 -16
- package/dist/components/fields/downloadField.d.ts +0 -11
- package/dist/components/fields/editComponent.d.ts +0 -15
- package/dist/components/fields/editableField.d.ts +0 -12
- package/dist/components/fields/renderField.d.ts +0 -34
- package/dist/components/flash.d.ts +0 -1
- package/dist/components/guillotina.d.ts +0 -12
- package/dist/components/index.d.ts +0 -56
- package/dist/components/input/button.d.ts +0 -12
- package/dist/components/input/checkbox.d.ts +0 -18
- package/dist/components/input/dropdown.d.ts +0 -15
- package/dist/components/input/email.d.ts +0 -10
- package/dist/components/input/form.d.ts +0 -13
- package/dist/components/input/form_builder.d.ts +0 -15
- package/dist/components/input/index.d.ts +0 -14
- package/dist/components/input/input.d.ts +0 -26
- package/dist/components/input/input_list.d.ts +0 -9
- package/dist/components/input/password.d.ts +0 -11
- package/dist/components/input/search_input.d.ts +0 -21
- package/dist/components/input/search_input_list.d.ts +0 -21
- package/dist/components/input/select.d.ts +0 -25
- package/dist/components/input/select_vocabulary.d.ts +0 -15
- package/dist/components/input/textarea.d.ts +0 -15
- package/dist/components/input/upload.d.ts +0 -8
- package/dist/components/item.d.ts +0 -22
- package/dist/components/layout.d.ts +0 -9
- package/dist/components/login.d.ts +0 -10
- package/dist/components/modal.d.ts +0 -24
- package/dist/components/notallowed.d.ts +0 -1
- package/dist/components/notfound.d.ts +0 -1
- package/dist/components/pagination.d.ts +0 -8
- package/dist/components/panel/actions.d.ts +0 -1
- package/dist/components/panel/addons.d.ts +0 -1
- package/dist/components/panel/behaviors.d.ts +0 -1
- package/dist/components/panel/index.d.ts +0 -4
- package/dist/components/panel/items.d.ts +0 -1
- package/dist/components/panel/permissions.d.ts +0 -7
- package/dist/components/panel/permissions_prinperm.d.ts +0 -17
- package/dist/components/panel/permissions_prinrole.d.ts +0 -17
- package/dist/components/panel/permissions_roleperm.d.ts +0 -17
- package/dist/components/panel/properties.d.ts +0 -1
- package/dist/components/path.d.ts +0 -1
- package/dist/components/properties_view.d.ts +0 -3
- package/dist/components/search_labels.d.ts +0 -5
- package/dist/components/search_options_labels.d.ts +0 -9
- package/dist/components/search_vocabulary_labels.d.ts +0 -6
- package/dist/components/selected_items_actions.d.ts +0 -49
- package/dist/components/tabs.d.ts +0 -13
- package/dist/components/ui/delete.d.ts +0 -8
- package/dist/components/ui/icon.d.ts +0 -7
- package/dist/components/ui/index.d.ts +0 -6
- package/dist/components/ui/loading.d.ts +0 -6
- package/dist/components/ui/notification.d.ts +0 -7
- package/dist/components/ui/table.d.ts +0 -8
- package/dist/components/ui/tag.d.ts +0 -9
- package/dist/components/widgets/index.d.ts +0 -1
- package/dist/components/widgets/tags.d.ts +0 -13
- package/dist/contexts/index.d.ts +0 -57
- package/dist/forms/base.d.ts +0 -12
- package/dist/forms/required_fields.d.ts +0 -11
- package/dist/forms/users.d.ts +0 -13
- package/dist/hooks/useClickAway.d.ts +0 -2
- package/dist/hooks/useConfig.d.ts +0 -19
- package/dist/hooks/useCrudContext.d.ts +0 -21
- package/dist/hooks/useInput.d.ts +0 -11
- package/dist/hooks/useLocation.d.ts +0 -6
- package/dist/hooks/useMountedState.d.ts +0 -1
- package/dist/hooks/useRegistry.d.ts +0 -90
- package/dist/hooks/useRemoteField.d.ts +0 -2
- package/dist/hooks/useSetState.d.ts +0 -6
- package/dist/hooks/useVocabulary.d.ts +0 -8
- package/dist/lib/auth.d.ts +0 -26
- package/dist/lib/client.d.ts +0 -61
- package/dist/lib/helpers.d.ts +0 -16
- package/dist/lib/processResponse.d.ts +0 -9
- package/dist/lib/rest.d.ts +0 -16
- package/dist/lib/search.d.ts +0 -2
- package/dist/lib/utils.d.ts +0 -5
- package/dist/lib/validators.d.ts +0 -12
- package/dist/locales/generic_messages.d.ts +0 -248
- package/dist/models/index.d.ts +0 -17
- package/dist/models/sharing.d.ts +0 -12
- package/dist/react-gmi.umd.js +0 -14783
- package/dist/react-gmi.umd.js.map +0 -1
- package/dist/reducers/guillotina.d.ts +0 -35
- package/dist/types/global.d.ts +0 -17
- package/dist/types/guillotina.d.ts +0 -280
- package/dist/views/application.d.ts +0 -13
- package/dist/views/base.d.ts +0 -5
- package/dist/views/container.d.ts +0 -1
- package/dist/views/folder.d.ts +0 -1
- package/dist/views/groups.d.ts +0 -3
- package/dist/views/item.d.ts +0 -1
- package/dist/views/users.d.ts +0 -3
package/dist/index.html
ADDED
|
@@ -0,0 +1,44 @@
|
|
|
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
|
+
<script defer src="https://use.fontawesome.com/releases/v5.3.1/js/all.js"></script>
|
|
8
|
+
<meta
|
|
9
|
+
name="description"
|
|
10
|
+
content="Web site created using create-react-app"
|
|
11
|
+
/>
|
|
12
|
+
|
|
13
|
+
<!--
|
|
14
|
+
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
|
|
15
|
+
manifest.json provides metadata used when your web app is installed on a
|
|
16
|
+
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
|
|
17
|
+
-->
|
|
18
|
+
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
|
|
19
|
+
<!--
|
|
20
|
+
Notice the use of %PUBLIC_URL% in the tags above.
|
|
21
|
+
It will be replaced with the URL of the `public` folder during the build.
|
|
22
|
+
Only files inside the `public` folder can be referenced from the HTML.
|
|
23
|
+
|
|
24
|
+
Unlike "/favicon.ico" or "favicon.ico", "%PUBLIC_URL%/favicon.ico" will
|
|
25
|
+
work correctly both with client-side routing and a non-root public URL.
|
|
26
|
+
Learn how to configure a non-root public URL by running `npm run build`.
|
|
27
|
+
-->
|
|
28
|
+
<title>Guillotina react</title>
|
|
29
|
+
</head>
|
|
30
|
+
<body>
|
|
31
|
+
<noscript>You need to enable JavaScript to run this app.</noscript>
|
|
32
|
+
<div id="root"></div>
|
|
33
|
+
<!--
|
|
34
|
+
This HTML file is a template.
|
|
35
|
+
If you open it directly in the browser, you will see an empty page.
|
|
36
|
+
|
|
37
|
+
You can add webfonts, meta tags, or analytics to this file.
|
|
38
|
+
The build step will place the bundled scripts into the <body> tag.
|
|
39
|
+
|
|
40
|
+
To begin the development, run `npm start` or `yarn start`.
|
|
41
|
+
To create a production bundle, use `npm run build` or `yarn build`.
|
|
42
|
+
-->
|
|
43
|
+
</body>
|
|
44
|
+
</html>
|
package/dist/logo.svg
ADDED
|
@@ -0,0 +1,35 @@
|
|
|
1
|
+
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
+
<svg width="420px" height="160px" viewBox="0 0 420 160" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
|
|
3
|
+
<title>Guillotina</title>
|
|
4
|
+
<desc>REST Resource Database</desc>
|
|
5
|
+
<defs></defs>
|
|
6
|
+
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
|
|
7
|
+
<g id="guillotina-logo-horizontal">
|
|
8
|
+
<g id="Group-4" transform="translate(30.000000, 30.000000)" fill="#FF4400">
|
|
9
|
+
<g id="Group-3">
|
|
10
|
+
<g id="Page-1">
|
|
11
|
+
<polygon id="Fill-1" points="90 54.74665 90 90.00015 10 90.00015 10 76.18215 0 78.86215 0 100.00015 100 100.00015 100 52.06715"></polygon>
|
|
12
|
+
<path d="M0,0.0001 L0,68.5096 L100,41.7791 L100,0.0001 L0,0.0001 Z M10,10.0001 L90,10.0001 L90,34.1056 L10,55.5416 L10,10.0001 Z" id="Fill-2"></path>
|
|
13
|
+
</g>
|
|
14
|
+
<circle id="Oval" cx="75" cy="75" r="6"></circle>
|
|
15
|
+
<circle id="Oval" cx="55" cy="75" r="6"></circle>
|
|
16
|
+
</g>
|
|
17
|
+
</g>
|
|
18
|
+
<g id="Group-2" transform="translate(159.000000, 60.000000)" fill="#242424">
|
|
19
|
+
<g id="Page-1">
|
|
20
|
+
<path d="M18.5447,19.5118491 L36.0497,19.5118491 C36.0497,21.3231698 35.9747,22.9692075 35.8247,24.4484528 C35.6747,25.9269434 35.3747,27.3005283 34.9247,28.5684528 C34.2947,30.3503396 33.4397,31.9276981 32.3597,33.301283 C31.2797,34.6748679 30.0122,35.8220377 28.5572,36.7420377 C27.1022,37.6635472 25.50395,38.3646792 23.76545,38.8476981 C22.02545,39.330717 20.19395,39.5722264 18.27545,39.5722264 C15.6347,39.5722264 13.2272,39.1344906 11.0522,38.2590189 C8.87645,37.3843019 7.00895,36.1541132 5.4497,34.5684528 C3.8897,32.9835472 2.6747,31.0816604 1.8047,28.8635472 C0.9347,26.6439245 0.4997,24.1918491 0.4997,21.5050566 C0.4997,18.8484528 0.9272,16.410717 1.7822,14.1910943 C2.6372,11.9722264 3.8522,10.0778868 5.4272,8.50807547 C7.0022,6.93901887 8.8997,5.71637736 11.1197,4.84090566 C13.34045,3.96467925 15.81395,3.5269434 18.5447,3.5269434 C22.0847,3.5269434 25.18895,4.29675472 27.8597,5.83713208 C30.5297,7.376 32.6447,9.76090566 34.20545,12.9910943 L25.83545,16.4778868 C25.0547,14.6061887 24.0422,13.2635472 22.7972,12.4484528 C21.5522,11.6333585 20.1347,11.2258113 18.5447,11.2258113 C17.2247,11.2258113 16.02545,11.4741132 14.9447,11.9722264 C13.8647,12.4703396 12.9422,13.1805283 12.1772,14.1005283 C11.4122,15.0220377 10.81145,16.1314717 10.3772,17.4288302 C9.94145,18.7276981 9.7247,20.1767547 9.7247,21.776 C9.7247,23.2250566 9.9122,24.5692075 10.2872,25.8061887 C10.6622,27.0439245 11.2247,28.1156226 11.9747,29.021283 C12.7247,29.9276981 13.6547,30.6288302 14.76545,31.1276981 C15.87395,31.6258113 17.1647,31.8748679 18.6347,31.8748679 C19.50395,31.8748679 20.3447,31.7767547 21.1547,31.5797736 C21.96545,31.3835472 22.69145,31.0673208 23.33795,30.6288302 C23.9822,30.1910943 24.51395,29.6250566 24.9347,28.930717 C25.3547,28.2371321 25.63895,27.3910943 25.7897,26.3948679 L18.5447,26.3948679 L18.5447,19.5118491 Z" id="Fill-1"></path>
|
|
21
|
+
<path d="M49.009025,15.3918491 L49.009025,28.4786415 C49.009025,31.3473208 50.389025,32.7797736 53.149775,32.7797736 C55.909025,32.7797736 57.289775,31.3473208 57.289775,28.4786415 L57.289775,15.3918491 L65.434025,15.3918491 L65.434025,30.0627925 C65.434025,33.2031698 64.405775,35.5578868 62.352275,37.1269434 C60.297275,38.6967547 57.229025,39.4824151 53.149775,39.4824151 C49.069025,39.4824151 46.001525,38.6967547 43.946525,37.1269434 C41.891525,35.5578868 40.864775,33.2031698 40.864775,30.0627925 L40.864775,15.3918491 L49.009025,15.3918491 Z" id="Fill-4"></path>
|
|
22
|
+
<path d="M70.429475,6.47086792 C70.429475,5.83690566 70.547975,5.24067925 70.788725,4.68143396 C71.028725,4.12445283 71.357975,3.63313208 71.778725,3.21049057 C72.198725,2.78784906 72.686225,2.45577358 73.241975,2.21350943 C73.796225,1.97275472 74.388725,1.85124528 75.018725,1.85124528 C75.648725,1.85124528 76.241225,1.97275472 76.796975,2.21350943 C77.351225,2.45577358 77.838725,2.78784906 78.258725,3.21049057 C78.678725,3.63313208 79.008725,4.12445283 79.249475,4.68143396 C79.488725,5.24067925 79.609475,5.83690566 79.609475,6.47086792 C79.609475,7.10483019 79.488725,7.7010566 79.249475,8.25879245 C79.008725,8.81803774 78.678725,9.30860377 78.258725,9.73124528 C77.838725,10.1546415 77.351225,10.4859623 76.796975,10.7274717 C76.241225,10.9697358 75.648725,11.0889811 75.018725,11.0889811 C74.388725,11.0889811 73.796225,10.9697358 73.241975,10.7274717 C72.686225,10.4859623 72.198725,10.1546415 71.778725,9.73124528 C71.357975,9.30860377 71.028725,8.81803774 70.788725,8.25879245 C70.547975,7.7010566 70.429475,7.10483019 70.429475,6.47086792" id="Fill-6"></path>
|
|
23
|
+
<path d="M119.8379,26.8932075 C119.8379,27.6781132 119.97965,28.3950943 120.26465,29.0449057 C120.5504,29.6932075 120.92465,30.2592453 121.38965,30.7430189 C121.8554,31.225283 122.40965,31.6026415 123.0554,31.8750943 C123.69965,32.1460377 124.3829,32.2818868 125.10365,32.2818868 C125.82215,32.2818868 126.5054,32.1460377 127.1504,31.8750943 C127.7954,31.6026415 128.3504,31.225283 128.8154,30.7430189 C129.2804,30.2592453 129.65465,29.6932075 129.9404,29.0449057 C130.2254,28.3950943 130.3679,27.6939623 130.3679,26.9384906 C130.3679,26.214717 130.2254,25.5271698 129.9404,24.8781132 C129.65465,24.2290566 129.2804,23.6630189 128.8154,23.18 C128.3504,22.6969811 127.7954,22.3196226 127.1504,22.0479245 C126.5054,21.7762264 125.82215,21.6403774 125.10365,21.6403774 C124.3829,21.6403774 123.69965,21.7762264 123.0554,22.0479245 C122.40965,22.3196226 121.8554,22.6969811 121.38965,23.18 C120.92465,23.6630189 120.5504,24.2215094 120.26465,24.8554717 C119.97965,25.489434 119.8379,26.1686792 119.8379,26.8932075 M111.2429,26.8026415 C111.2429,25.0826415 111.58715,23.4743396 112.2779,21.98 C112.9679,20.4864151 113.9279,19.1875472 115.15865,18.0856604 C116.38715,16.9837736 117.8504,16.1158491 119.5454,15.4818868 C121.2404,14.8479245 123.0929,14.5309434 125.10365,14.5309434 C127.0829,14.5309434 128.9204,14.8403774 130.6154,15.46 C132.3104,16.0788679 133.7804,16.9392453 135.0254,18.0411321 C136.26965,19.1422642 137.23715,20.4562264 137.9279,21.98 C138.6179,23.505283 138.9629,25.1883019 138.9629,27.0298113 C138.9629,28.870566 138.60965,30.5543396 137.9054,32.0781132 C137.19965,33.6026415 136.2329,34.9158491 135.0029,36.0177358 C133.77215,37.1203774 132.2954,37.9732075 130.5704,38.5754717 C128.84465,39.18 126.9779,39.4826415 124.9679,39.4826415 C122.9879,39.4826415 121.1579,39.18 119.47865,38.5754717 C117.79715,37.9732075 116.35115,37.1120755 115.13465,35.9950943 C113.9204,34.8788679 112.9679,33.5430189 112.2779,31.9875472 C111.58715,30.4328302 111.2429,28.7037736 111.2429,26.8026415" id="Fill-8"></path>
|
|
24
|
+
<polygon id="Fill-10" points="152.86715 22.2285283 152.86715 38.6217358 144.72215 38.6217358 144.72215 22.2285283 142.02215 22.2285283 142.02215 15.3915472 144.72215 15.3915472 144.72215 8.41796226 152.86715 8.41796226 152.86715 15.3915472 157.5029 15.3915472 157.5029 22.2285283"></polygon>
|
|
25
|
+
<path d="M161.19125,38.6213585 L169.33625,38.6213585 L169.33625,15.3919245 L161.19125,15.3919245 L161.19125,38.6213585 Z M160.65125,6.47116981 C160.65125,5.83720755 160.7705,5.24098113 161.01125,4.68173585 C161.25125,4.124 161.5805,3.63343396 162.00125,3.21003774 C162.422,2.78815094 162.908,2.45532075 163.46375,2.21381132 C164.018,1.9730566 164.61125,1.85154717 165.24125,1.85154717 C165.87125,1.85154717 166.463,1.9730566 167.01875,2.21381132 C167.57375,2.45532075 168.06125,2.78815094 168.482,3.21003774 C168.9005,3.63343396 169.23125,4.124 169.47125,4.68173585 C169.7105,5.24098113 169.83125,5.83720755 169.83125,6.47116981 C169.83125,7.10437736 169.7105,7.70135849 169.47125,8.25909434 C169.23125,8.81833962 168.9005,9.30815094 168.482,9.73154717 C168.06125,10.1541887 167.57375,10.4862642 167.01875,10.7270189 C166.463,10.9700377 165.87125,11.089283 165.24125,11.089283 C164.61125,11.089283 164.018,10.9700377 163.46375,10.7270189 C162.908,10.4862642 162.422,10.1541887 162.00125,9.73154717 C161.5805,9.30815094 161.25125,8.81833962 161.01125,8.25909434 C160.7705,7.70135849 160.65125,7.10437736 160.65125,6.47116981 L160.65125,6.47116981 Z" id="Fill-12"></path>
|
|
26
|
+
<path d="M174.916775,15.3918491 L183.061025,15.3918491 L183.061025,18.3344906 C184.171025,16.9767547 185.296025,16.0643019 186.436025,15.5956226 C187.576025,15.1269434 188.911025,14.8937358 190.441025,14.8937358 C192.061025,14.8937358 193.448525,15.1571321 194.604275,15.685434 C195.758525,16.2144906 196.741775,16.9616604 197.551775,17.9269434 C198.211025,18.7126038 198.660275,19.5880755 198.901025,20.5541132 C199.141025,21.5201509 199.261025,22.6220377 199.261025,23.8590189 L199.261025,38.621283 L191.116775,38.621283 L191.116775,26.8929811 C191.116775,25.746566 191.032775,24.8182642 190.869275,24.1080755 C190.703525,23.3986415 190.411025,22.8326038 189.991775,22.4099623 C189.631025,22.0476981 189.226025,21.7918491 188.776025,21.6401509 C188.326025,21.4899623 187.845275,21.4137358 187.336025,21.4137358 C185.956025,21.4137358 184.898525,21.8288302 184.163525,22.6590189 C183.428525,23.4899623 183.061025,24.6741132 183.061025,26.2144906 L183.061025,38.621283 L174.916775,38.621283 L174.916775,15.3918491 Z" id="Fill-14"></path>
|
|
27
|
+
<path d="M212.3552,26.9381887 C212.3552,27.6936604 212.4902,28.3955472 212.7602,29.0446038 C213.0302,29.6929057 213.3977,30.2589434 213.8627,30.742717 C214.3277,31.2257358 214.88195,31.6030943 215.5277,31.8747925 C216.1727,32.1457358 216.8702,32.2815849 217.6202,32.2815849 C218.3402,32.2815849 219.0227,32.1457358 219.6677,31.8747925 C220.31195,31.6030943 220.8677,31.2257358 221.33345,30.742717 C221.7977,30.2589434 222.1727,29.7004528 222.45845,29.0664906 C222.7427,28.4325283 222.8852,27.753283 222.8852,27.0295094 C222.8852,26.3042264 222.7427,25.6181887 222.45845,24.9691321 C222.1727,24.3200755 221.7977,23.7540377 221.33345,23.2710189 C220.8677,22.788 220.31195,22.4098868 219.6677,22.1389434 C219.0227,21.8664906 218.3402,21.7313962 217.6202,21.7313962 C216.8702,21.7313962 216.1727,21.8664906 215.5277,22.1389434 C214.88195,22.4098868 214.3277,22.788 213.8627,23.2710189 C213.3977,23.7540377 213.0302,24.3057358 212.7602,24.9230943 C212.4902,25.5419623 212.3552,26.2144151 212.3552,26.9381887 L212.3552,26.9381887 Z M222.6152,15.3917736 L230.8052,15.3917736 L230.8052,38.6212075 L222.6152,38.6212075 L222.6152,36.0408302 C220.87445,38.2438491 218.52095,39.3457358 215.5502,39.3457358 C213.8702,39.3457358 212.3252,39.0355472 210.9152,38.4181887 C209.50445,37.7993208 208.27595,36.9306415 207.2252,35.8136604 C206.1752,34.697434 205.3577,33.3842264 204.77345,31.8747925 C204.1877,30.3653585 203.89595,28.7200755 203.89595,26.9381887 C203.89595,25.278566 204.1802,23.7012075 204.7502,22.2061132 C205.31945,20.7117736 206.1152,19.4068679 207.1352,18.2898868 C208.15445,17.1729057 209.3702,16.2898868 210.7802,15.6400755 C212.18945,14.9917736 213.7502,14.6664906 215.46095,14.6664906 C218.3402,14.6664906 220.7252,15.678566 222.6152,17.7004528 L222.6152,15.3917736 Z" id="Fill-15"></path>
|
|
28
|
+
<polygon id="Fill-16" points="84.6941 5.89667925 84.6941 38.6212075 92.83835 38.6212075 92.83835 3.70045283"></polygon>
|
|
29
|
+
<polygon id="Fill-17" points="98.4182 2.19622642 98.4182 38.6218868 106.5632 38.6218868 106.5632 0"></polygon>
|
|
30
|
+
<polygon id="Fill-18" points="70.96925 17.4209057 70.96925 38.6216604 79.11425 38.6216604 79.11425 15.3922264 78.494 15.3922264"></polygon>
|
|
31
|
+
</g>
|
|
32
|
+
</g>
|
|
33
|
+
</g>
|
|
34
|
+
</g>
|
|
35
|
+
</svg>
|
package/dist/logo512.png
ADDED
|
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
|
+
}
|