Skip to content

Commit e2fa3ea

Browse files
committed
deploy: 428b542
0 parents  commit e2fa3ea

15 files changed

+150
-0
lines changed

.nojekyll

Whitespace-only changes.

asset-manifest.json

+20
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"files": {
3+
"main.css": "/product-comparator-demo/static/css/main.7ac99862.chunk.css",
4+
"main.js": "/product-comparator-demo/static/js/main.77aefd2d.chunk.js",
5+
"main.js.map": "/product-comparator-demo/static/js/main.77aefd2d.chunk.js.map",
6+
"runtime-main.js": "/product-comparator-demo/static/js/runtime-main.4cbd294a.js",
7+
"runtime-main.js.map": "/product-comparator-demo/static/js/runtime-main.4cbd294a.js.map",
8+
"static/js/2.cac9f227.chunk.js": "/product-comparator-demo/static/js/2.cac9f227.chunk.js",
9+
"static/js/2.cac9f227.chunk.js.map": "/product-comparator-demo/static/js/2.cac9f227.chunk.js.map",
10+
"index.html": "/product-comparator-demo/index.html",
11+
"static/css/main.7ac99862.chunk.css.map": "/product-comparator-demo/static/css/main.7ac99862.chunk.css.map",
12+
"static/js/2.cac9f227.chunk.js.LICENSE.txt": "/product-comparator-demo/static/js/2.cac9f227.chunk.js.LICENSE.txt"
13+
},
14+
"entrypoints": [
15+
"static/js/runtime-main.4cbd294a.js",
16+
"static/js/2.cac9f227.chunk.js",
17+
"static/css/main.7ac99862.chunk.css",
18+
"static/js/main.77aefd2d.chunk.js"
19+
]
20+
}

datasources.json

+1
Large diffs are not rendered by default.

index.html

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="shortcut icon" href="/product-comparator-demo/favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><link rel="manifest" href="/product-comparator-demo/manifest.json"/><title>Product Comparator (demo)</title><script src="https://cdn.usefathom.com/script.js" data-site="FLPWWNQH" data-spa="auto" defer="defer"></script><link href="/product-comparator-demo/static/css/main.7ac99862.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var o,a,p=r[0],c=r[1],l=r[2],i=0,s=[];i<p.length;i++)a=p[i],Object.prototype.hasOwnProperty.call(n,a)&&n[a]&&s.push(n[a][0]),n[a]=0;for(o in c)Object.prototype.hasOwnProperty.call(c,o)&&(e[o]=c[o]);for(f&&f(r);s.length;)s.shift()();return u.push.apply(u,l||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],o=!0,p=1;p<t.length;p++){var c=t[p];0!==n[c]&&(o=!1)}o&&(u.splice(r--,1),e=a(a.s=t[0]))}return e}var o={},n={1:0},u=[];function a(r){if(o[r])return o[r].exports;var t=o[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,a),t.l=!0,t.exports}a.m=e,a.c=o,a.d=function(e,r,t){a.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},a.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},a.t=function(e,r){if(1&r&&(e=a(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(a.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var o in e)a.d(t,o,function(r){return e[r]}.bind(null,o));return t},a.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return a.d(r,"a",r),r},a.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},a.p="/product-comparator-demo/";var p=this["webpackJsonpproduct-comparator-demo"]=this["webpackJsonpproduct-comparator-demo"]||[],c=p.push.bind(p);p.push=r,p=p.slice();for(var l=0;l<p.length;l++)r(p[l]);var f=c;t()}([])</script><script src="/product-comparator-demo/static/js/2.cac9f227.chunk.js"></script><script src="/product-comparator-demo/static/js/main.77aefd2d.chunk.js"></script></body></html>

manifest.json

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"short_name": "product-comparator-demo",
3+
"name": "Product Comparator demo",
4+
"start_url": "."
5+
}

override.json

+16
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
[
2+
{
3+
"name": "AGL",
4+
"energyPrd": "https://cdr.energymadeeasy.gov.au/agl"
5+
},
6+
{
7+
"name": "Origin Energy",
8+
"energyPrd": "https://cdr.energymadeeasy.gov.au/origin",
9+
"url": "https://public.mydata.cdr.originenergy.com.au"
10+
},
11+
{
12+
"name": "EnergyAustralia",
13+
"energyPrd": "https://cdr.energymadeeasy.gov.au/energyaustralia",
14+
"url": "https://authncdr.energyaustralia.com.au/"
15+
}
16+
]

static/css/main.7ac99862.chunk.css

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/css/main.7ac99862.chunk.css.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/2.cac9f227.chunk.js

+3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
+94
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,94 @@
1+
/*
2+
object-assign
3+
(c) Sindre Sorhus
4+
@license MIT
5+
*/
6+
7+
/**
8+
* @license
9+
* Lodash <https://lodash.com/>
10+
* Copyright OpenJS Foundation and other contributors <https://openjsf.org/>
11+
* Released under MIT license <https://lodash.com/license>
12+
* Based on Underscore.js 1.8.3 <http://underscorejs.org/LICENSE>
13+
* Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors
14+
*/
15+
16+
/**
17+
* A better abstraction over CSS.
18+
*
19+
* @copyright Oleg Isonen (Slobodskoi) / Isonen 2014-present
20+
* @website https://github.com/cssinjs/jss
21+
* @license MIT
22+
*/
23+
24+
/** @license React v0.19.1
25+
* scheduler.production.min.js
26+
*
27+
* Copyright (c) Facebook, Inc. and its affiliates.
28+
*
29+
* This source code is licensed under the MIT license found in the
30+
* LICENSE file in the root directory of this source tree.
31+
*/
32+
33+
/** @license React v16.13.1
34+
* react-is.production.min.js
35+
*
36+
* Copyright (c) Facebook, Inc. and its affiliates.
37+
*
38+
* This source code is licensed under the MIT license found in the
39+
* LICENSE file in the root directory of this source tree.
40+
*/
41+
42+
/** @license React v16.14.0
43+
* react-dom.production.min.js
44+
*
45+
* Copyright (c) Facebook, Inc. and its affiliates.
46+
*
47+
* This source code is licensed under the MIT license found in the
48+
* LICENSE file in the root directory of this source tree.
49+
*/
50+
51+
/** @license React v16.14.0
52+
* react-jsx-runtime.production.min.js
53+
*
54+
* Copyright (c) Facebook, Inc. and its affiliates.
55+
*
56+
* This source code is licensed under the MIT license found in the
57+
* LICENSE file in the root directory of this source tree.
58+
*/
59+
60+
/** @license React v16.14.0
61+
* react.production.min.js
62+
*
63+
* Copyright (c) Facebook, Inc. and its affiliates.
64+
*
65+
* This source code is licensed under the MIT license found in the
66+
* LICENSE file in the root directory of this source tree.
67+
*/
68+
69+
/**!
70+
* @fileOverview Kickass library to create and place poppers near their reference elements.
71+
* @version 1.16.1-lts
72+
* @license
73+
* Copyright (c) 2016 Federico Zivolo and contributors
74+
*
75+
* Permission is hereby granted, free of charge, to any person obtaining a copy
76+
* of this software and associated documentation files (the "Software"), to deal
77+
* in the Software without restriction, including without limitation the rights
78+
* to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
79+
* copies of the Software, and to permit persons to whom the Software is
80+
* furnished to do so, subject to the following conditions:
81+
*
82+
* The above copyright notice and this permission notice shall be included in all
83+
* copies or substantial portions of the Software.
84+
*
85+
* THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
86+
* IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
87+
* FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
88+
* AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
89+
* LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
90+
* OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
91+
* SOFTWARE.
92+
*/
93+
94+
//! moment.js

static/js/2.cac9f227.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.77aefd2d.chunk.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/main.77aefd2d.chunk.js.map

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

static/js/runtime-main.4cbd294a.js

+2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)