@plusscommunities/pluss-core-web 1.4.35 → 1.4.36
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/index.cjs.js +4 -30
- package/dist/index.esm.js +4 -9
- package/dist/index.umd.js +8 -33
- package/package.json +1 -1
- package/src/components/UserListing.js +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -27,7 +27,6 @@ var _typeof = require('@babel/runtime/helpers/typeof');
|
|
|
27
27
|
var Dropzone = require('react-dropzone');
|
|
28
28
|
var reactRouter = require('react-router');
|
|
29
29
|
var reactBootstrap = require('react-bootstrap');
|
|
30
|
-
var PlussCore = require('@plusscommunities/pluss-core-web');
|
|
31
30
|
var reactFontawesome = require('@fortawesome/react-fontawesome');
|
|
32
31
|
var reactLottie = require('@crello/react-lottie');
|
|
33
32
|
var reactCsv = require('react-csv');
|
|
@@ -39,26 +38,6 @@ var freeSolidSvgIcons = require('@fortawesome/free-solid-svg-icons');
|
|
|
39
38
|
|
|
40
39
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
41
40
|
|
|
42
|
-
function _interopNamespace(e) {
|
|
43
|
-
if (e && e.__esModule) return e;
|
|
44
|
-
var n = Object.create(null);
|
|
45
|
-
if (e) {
|
|
46
|
-
Object.keys(e).forEach(function (k) {
|
|
47
|
-
if (k !== 'default') {
|
|
48
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
49
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
50
|
-
enumerable: true,
|
|
51
|
-
get: function () {
|
|
52
|
-
return e[k];
|
|
53
|
-
}
|
|
54
|
-
});
|
|
55
|
-
}
|
|
56
|
-
});
|
|
57
|
-
}
|
|
58
|
-
n['default'] = e;
|
|
59
|
-
return Object.freeze(n);
|
|
60
|
-
}
|
|
61
|
-
|
|
62
41
|
var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
|
|
63
42
|
var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
|
|
64
43
|
var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
@@ -80,7 +59,6 @@ var Textarea__default = /*#__PURE__*/_interopDefaultLegacy(Textarea);
|
|
|
80
59
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
81
60
|
var _typeof__default = /*#__PURE__*/_interopDefaultLegacy(_typeof);
|
|
82
61
|
var Dropzone__default = /*#__PURE__*/_interopDefaultLegacy(Dropzone);
|
|
83
|
-
var PlussCore__namespace = /*#__PURE__*/_interopNamespace(PlussCore);
|
|
84
62
|
var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutProperties);
|
|
85
63
|
var tinycolor__default = /*#__PURE__*/_interopDefaultLegacy(tinycolor);
|
|
86
64
|
|
|
@@ -1186,7 +1164,7 @@ var index$3 = /*#__PURE__*/Object.freeze({
|
|
|
1186
1164
|
// const COLOUR_1 = '#011d5c';
|
|
1187
1165
|
// const COLOUR_2 = '#3179cb';
|
|
1188
1166
|
// const COLOUR_3 = '#1bb7ee';
|
|
1189
|
-
var COLOUR_BRANDING_MAIN
|
|
1167
|
+
var COLOUR_BRANDING_MAIN = '#4a57b7'; // const COLOUR_BRANDING_DARK = '#364196';
|
|
1190
1168
|
// const COLOUR_BRANDING_LIGHT = '#597db4';
|
|
1191
1169
|
|
|
1192
1170
|
var COLOUR_BRANDING_OFF = '#597db4';
|
|
@@ -1260,7 +1238,7 @@ var colours = /*#__PURE__*/Object.freeze({
|
|
|
1260
1238
|
COLOUR_RED: COLOUR_RED,
|
|
1261
1239
|
hexToRGB: hexToRGB,
|
|
1262
1240
|
hexToRGBAstring: hexToRGBAstring,
|
|
1263
|
-
COLOUR_BRANDING_MAIN: COLOUR_BRANDING_MAIN
|
|
1241
|
+
COLOUR_BRANDING_MAIN: COLOUR_BRANDING_MAIN,
|
|
1264
1242
|
COLOUR_BRANDING_OFF: COLOUR_BRANDING_OFF,
|
|
1265
1243
|
COLOUR_BRANDING_ACTION: COLOUR_BRANDING_ACTION,
|
|
1266
1244
|
INACTIVE_TEXT: INACTIVE_TEXT,
|
|
@@ -8289,10 +8267,6 @@ var AnalyticsFilter = /*#__PURE__*/function (_PureComponent) {
|
|
|
8289
8267
|
return AnalyticsFilter;
|
|
8290
8268
|
}(React.PureComponent);
|
|
8291
8269
|
|
|
8292
|
-
var Colours = PlussCore__namespace.Colours;
|
|
8293
|
-
Colours.COLOUR_DUSK_LIGHT;
|
|
8294
|
-
var COLOUR_BRANDING_MAIN = '#4a57b7';
|
|
8295
|
-
|
|
8296
8270
|
function _createSuper$a(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$a(); return function _createSuperInternal() { var Super = _getPrototypeOf__default['default'](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default['default'](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default['default'](this, result); }; }
|
|
8297
8271
|
|
|
8298
8272
|
function _isNativeReflectConstruct$a() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
@@ -10025,7 +9999,7 @@ var TextFormatPopup = /*#__PURE__*/function (_Component) {
|
|
|
10025
9999
|
}, "*t*"), " =", ' ', /*#__PURE__*/React__default['default'].createElement("span", {
|
|
10026
10000
|
style: {
|
|
10027
10001
|
fontWeight: 600,
|
|
10028
|
-
color: COLOUR_BRANDING_MAIN
|
|
10002
|
+
color: COLOUR_BRANDING_MAIN,
|
|
10029
10003
|
fontSize: 20
|
|
10030
10004
|
}
|
|
10031
10005
|
}, "Some Text"), /*#__PURE__*/React__default['default'].createElement("br", null), /*#__PURE__*/React__default['default'].createElement("br", null), "Surround text with ", /*#__PURE__*/React__default['default'].createElement("span", {
|
|
@@ -10123,7 +10097,7 @@ var OptionsSection = /*#__PURE__*/function (_Component) {
|
|
|
10123
10097
|
default:
|
|
10124
10098
|
return /*#__PURE__*/React__default['default'].createElement(SVGIcon, {
|
|
10125
10099
|
icon: o.icon,
|
|
10126
|
-
colour: isSelected ? '#fff' : COLOUR_BRANDING_MAIN
|
|
10100
|
+
colour: isSelected ? '#fff' : COLOUR_BRANDING_MAIN
|
|
10127
10101
|
});
|
|
10128
10102
|
}
|
|
10129
10103
|
}
|
package/dist/index.esm.js
CHANGED
|
@@ -23,7 +23,6 @@ import _typeof from '@babel/runtime/helpers/typeof';
|
|
|
23
23
|
import Dropzone from 'react-dropzone';
|
|
24
24
|
import { withRouter } from 'react-router';
|
|
25
25
|
import { MenuItem, DropdownButton, FormGroup, ControlLabel, FormControl, HelpBlock } from 'react-bootstrap';
|
|
26
|
-
import * as PlussCore from '@plusscommunities/pluss-core-web';
|
|
27
26
|
import { FontAwesomeIcon } from '@fortawesome/react-fontawesome';
|
|
28
27
|
import { Lottie } from '@crello/react-lottie';
|
|
29
28
|
import { CSVLink } from 'react-csv';
|
|
@@ -1135,7 +1134,7 @@ var index$3 = /*#__PURE__*/Object.freeze({
|
|
|
1135
1134
|
// const COLOUR_1 = '#011d5c';
|
|
1136
1135
|
// const COLOUR_2 = '#3179cb';
|
|
1137
1136
|
// const COLOUR_3 = '#1bb7ee';
|
|
1138
|
-
var COLOUR_BRANDING_MAIN
|
|
1137
|
+
var COLOUR_BRANDING_MAIN = '#4a57b7'; // const COLOUR_BRANDING_DARK = '#364196';
|
|
1139
1138
|
// const COLOUR_BRANDING_LIGHT = '#597db4';
|
|
1140
1139
|
|
|
1141
1140
|
var COLOUR_BRANDING_OFF = '#597db4';
|
|
@@ -1209,7 +1208,7 @@ var colours = /*#__PURE__*/Object.freeze({
|
|
|
1209
1208
|
COLOUR_RED: COLOUR_RED,
|
|
1210
1209
|
hexToRGB: hexToRGB,
|
|
1211
1210
|
hexToRGBAstring: hexToRGBAstring,
|
|
1212
|
-
COLOUR_BRANDING_MAIN: COLOUR_BRANDING_MAIN
|
|
1211
|
+
COLOUR_BRANDING_MAIN: COLOUR_BRANDING_MAIN,
|
|
1213
1212
|
COLOUR_BRANDING_OFF: COLOUR_BRANDING_OFF,
|
|
1214
1213
|
COLOUR_BRANDING_ACTION: COLOUR_BRANDING_ACTION,
|
|
1215
1214
|
INACTIVE_TEXT: INACTIVE_TEXT,
|
|
@@ -8238,10 +8237,6 @@ var AnalyticsFilter = /*#__PURE__*/function (_PureComponent) {
|
|
|
8238
8237
|
return AnalyticsFilter;
|
|
8239
8238
|
}(PureComponent);
|
|
8240
8239
|
|
|
8241
|
-
var Colours = PlussCore.Colours;
|
|
8242
|
-
Colours.COLOUR_DUSK_LIGHT;
|
|
8243
|
-
var COLOUR_BRANDING_MAIN = '#4a57b7';
|
|
8244
|
-
|
|
8245
8240
|
function _createSuper$a(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$a(); return function _createSuperInternal() { var Super = _getPrototypeOf(Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf(this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn(this, result); }; }
|
|
8246
8241
|
|
|
8247
8242
|
function _isNativeReflectConstruct$a() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
@@ -9974,7 +9969,7 @@ var TextFormatPopup = /*#__PURE__*/function (_Component) {
|
|
|
9974
9969
|
}, "*t*"), " =", ' ', /*#__PURE__*/React.createElement("span", {
|
|
9975
9970
|
style: {
|
|
9976
9971
|
fontWeight: 600,
|
|
9977
|
-
color: COLOUR_BRANDING_MAIN
|
|
9972
|
+
color: COLOUR_BRANDING_MAIN,
|
|
9978
9973
|
fontSize: 20
|
|
9979
9974
|
}
|
|
9980
9975
|
}, "Some Text"), /*#__PURE__*/React.createElement("br", null), /*#__PURE__*/React.createElement("br", null), "Surround text with ", /*#__PURE__*/React.createElement("span", {
|
|
@@ -10072,7 +10067,7 @@ var OptionsSection = /*#__PURE__*/function (_Component) {
|
|
|
10072
10067
|
default:
|
|
10073
10068
|
return /*#__PURE__*/React.createElement(SVGIcon, {
|
|
10074
10069
|
icon: o.icon,
|
|
10075
|
-
colour: isSelected ? '#fff' : COLOUR_BRANDING_MAIN
|
|
10070
|
+
colour: isSelected ? '#fff' : COLOUR_BRANDING_MAIN
|
|
10076
10071
|
});
|
|
10077
10072
|
}
|
|
10078
10073
|
}
|
package/dist/index.umd.js
CHANGED
|
@@ -1,31 +1,11 @@
|
|
|
1
1
|
(function (global, factory) {
|
|
2
|
-
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('lodash'), require('axios'), require('aws-amplify'), require('@babel/runtime/helpers/defineProperty'), require('moment'), require('react'), require('jquery'), require('js-cookie'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('react-fontawesome'), require('@babel/runtime/helpers/extends'), require('@babel/runtime/helpers/assertThisInitialized'), require('react-redux'), require('react-textarea-autosize'), require('@babel/runtime/helpers/toConsumableArray'), require('@babel/runtime/helpers/typeof'), require('react-dropzone'), require('react-router'), require('react-bootstrap'), require('@
|
|
3
|
-
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', 'lodash', 'axios', 'aws-amplify', '@babel/runtime/helpers/defineProperty', 'moment', 'react', 'jquery', 'js-cookie', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', 'react-fontawesome', '@babel/runtime/helpers/extends', '@babel/runtime/helpers/assertThisInitialized', 'react-redux', 'react-textarea-autosize', '@babel/runtime/helpers/toConsumableArray', '@babel/runtime/helpers/typeof', 'react-dropzone', 'react-router', 'react-bootstrap', '@
|
|
4
|
-
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@plusscommunities/pluss-core-web'] = {}, global._asyncToGenerator, global._regeneratorRuntime, global._, global.axios, global.awsAmplify, global._defineProperty, global.moment, global.React, global.$, global.Cookies, global._classCallCheck, global._createClass, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global.FontAwesome, global._extends, global._assertThisInitialized, global.reactRedux, global.Textarea, global._toConsumableArray, global._typeof, global.Dropzone, global.reactRouter, global.reactBootstrap, global.
|
|
5
|
-
}(this, (function (exports, _asyncToGenerator, _regeneratorRuntime, _, axios, awsAmplify, _defineProperty, moment, React, $, Cookies, _classCallCheck, _createClass, _inherits, _possibleConstructorReturn, _getPrototypeOf, FontAwesome, _extends, _assertThisInitialized, reactRedux, Textarea, _toConsumableArray, _typeof, Dropzone, reactRouter, reactBootstrap,
|
|
2
|
+
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports, require('@babel/runtime/helpers/asyncToGenerator'), require('@babel/runtime/regenerator'), require('lodash'), require('axios'), require('aws-amplify'), require('@babel/runtime/helpers/defineProperty'), require('moment'), require('react'), require('jquery'), require('js-cookie'), require('@babel/runtime/helpers/classCallCheck'), require('@babel/runtime/helpers/createClass'), require('@babel/runtime/helpers/inherits'), require('@babel/runtime/helpers/possibleConstructorReturn'), require('@babel/runtime/helpers/getPrototypeOf'), require('react-fontawesome'), require('@babel/runtime/helpers/extends'), require('@babel/runtime/helpers/assertThisInitialized'), require('react-redux'), require('react-textarea-autosize'), require('@babel/runtime/helpers/toConsumableArray'), require('@babel/runtime/helpers/typeof'), require('react-dropzone'), require('react-router'), require('react-bootstrap'), require('@fortawesome/react-fontawesome'), require('@crello/react-lottie'), require('react-csv'), require('@babel/runtime/helpers/objectWithoutProperties'), require('react-color'), require('tinycolor2'), require('react-router-dom'), require('@fortawesome/free-solid-svg-icons')) :
|
|
3
|
+
typeof define === 'function' && define.amd ? define(['exports', '@babel/runtime/helpers/asyncToGenerator', '@babel/runtime/regenerator', 'lodash', 'axios', 'aws-amplify', '@babel/runtime/helpers/defineProperty', 'moment', 'react', 'jquery', 'js-cookie', '@babel/runtime/helpers/classCallCheck', '@babel/runtime/helpers/createClass', '@babel/runtime/helpers/inherits', '@babel/runtime/helpers/possibleConstructorReturn', '@babel/runtime/helpers/getPrototypeOf', 'react-fontawesome', '@babel/runtime/helpers/extends', '@babel/runtime/helpers/assertThisInitialized', 'react-redux', 'react-textarea-autosize', '@babel/runtime/helpers/toConsumableArray', '@babel/runtime/helpers/typeof', 'react-dropzone', 'react-router', 'react-bootstrap', '@fortawesome/react-fontawesome', '@crello/react-lottie', 'react-csv', '@babel/runtime/helpers/objectWithoutProperties', 'react-color', 'tinycolor2', 'react-router-dom', '@fortawesome/free-solid-svg-icons'], factory) :
|
|
4
|
+
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, factory(global['@plusscommunities/pluss-core-web'] = {}, global._asyncToGenerator, global._regeneratorRuntime, global._, global.axios, global.awsAmplify, global._defineProperty, global.moment, global.React, global.$, global.Cookies, global._classCallCheck, global._createClass, global._inherits, global._possibleConstructorReturn, global._getPrototypeOf, global.FontAwesome, global._extends, global._assertThisInitialized, global.reactRedux, global.Textarea, global._toConsumableArray, global._typeof, global.Dropzone, global.reactRouter, global.reactBootstrap, global.reactFontawesome, global.reactLottie, global.reactCsv, global._objectWithoutProperties, global.reactColor, global.tinycolor, global.reactRouterDom, global.freeSolidSvgIcons));
|
|
5
|
+
}(this, (function (exports, _asyncToGenerator, _regeneratorRuntime, _, axios, awsAmplify, _defineProperty, moment, React, $, Cookies, _classCallCheck, _createClass, _inherits, _possibleConstructorReturn, _getPrototypeOf, FontAwesome, _extends, _assertThisInitialized, reactRedux, Textarea, _toConsumableArray, _typeof, Dropzone, reactRouter, reactBootstrap, reactFontawesome, reactLottie, reactCsv, _objectWithoutProperties, reactColor, tinycolor, reactRouterDom, freeSolidSvgIcons) { 'use strict';
|
|
6
6
|
|
|
7
7
|
function _interopDefaultLegacy (e) { return e && typeof e === 'object' && 'default' in e ? e : { 'default': e }; }
|
|
8
8
|
|
|
9
|
-
function _interopNamespace(e) {
|
|
10
|
-
if (e && e.__esModule) return e;
|
|
11
|
-
var n = Object.create(null);
|
|
12
|
-
if (e) {
|
|
13
|
-
Object.keys(e).forEach(function (k) {
|
|
14
|
-
if (k !== 'default') {
|
|
15
|
-
var d = Object.getOwnPropertyDescriptor(e, k);
|
|
16
|
-
Object.defineProperty(n, k, d.get ? d : {
|
|
17
|
-
enumerable: true,
|
|
18
|
-
get: function () {
|
|
19
|
-
return e[k];
|
|
20
|
-
}
|
|
21
|
-
});
|
|
22
|
-
}
|
|
23
|
-
});
|
|
24
|
-
}
|
|
25
|
-
n['default'] = e;
|
|
26
|
-
return Object.freeze(n);
|
|
27
|
-
}
|
|
28
|
-
|
|
29
9
|
var _asyncToGenerator__default = /*#__PURE__*/_interopDefaultLegacy(_asyncToGenerator);
|
|
30
10
|
var _regeneratorRuntime__default = /*#__PURE__*/_interopDefaultLegacy(_regeneratorRuntime);
|
|
31
11
|
var ___default = /*#__PURE__*/_interopDefaultLegacy(_);
|
|
@@ -47,7 +27,6 @@
|
|
|
47
27
|
var _toConsumableArray__default = /*#__PURE__*/_interopDefaultLegacy(_toConsumableArray);
|
|
48
28
|
var _typeof__default = /*#__PURE__*/_interopDefaultLegacy(_typeof);
|
|
49
29
|
var Dropzone__default = /*#__PURE__*/_interopDefaultLegacy(Dropzone);
|
|
50
|
-
var PlussCore__namespace = /*#__PURE__*/_interopNamespace(PlussCore);
|
|
51
30
|
var _objectWithoutProperties__default = /*#__PURE__*/_interopDefaultLegacy(_objectWithoutProperties);
|
|
52
31
|
var tinycolor__default = /*#__PURE__*/_interopDefaultLegacy(tinycolor);
|
|
53
32
|
|
|
@@ -1153,7 +1132,7 @@
|
|
|
1153
1132
|
// const COLOUR_1 = '#011d5c';
|
|
1154
1133
|
// const COLOUR_2 = '#3179cb';
|
|
1155
1134
|
// const COLOUR_3 = '#1bb7ee';
|
|
1156
|
-
var COLOUR_BRANDING_MAIN
|
|
1135
|
+
var COLOUR_BRANDING_MAIN = '#4a57b7'; // const COLOUR_BRANDING_DARK = '#364196';
|
|
1157
1136
|
// const COLOUR_BRANDING_LIGHT = '#597db4';
|
|
1158
1137
|
|
|
1159
1138
|
var COLOUR_BRANDING_OFF = '#597db4';
|
|
@@ -1227,7 +1206,7 @@
|
|
|
1227
1206
|
COLOUR_RED: COLOUR_RED,
|
|
1228
1207
|
hexToRGB: hexToRGB,
|
|
1229
1208
|
hexToRGBAstring: hexToRGBAstring,
|
|
1230
|
-
COLOUR_BRANDING_MAIN: COLOUR_BRANDING_MAIN
|
|
1209
|
+
COLOUR_BRANDING_MAIN: COLOUR_BRANDING_MAIN,
|
|
1231
1210
|
COLOUR_BRANDING_OFF: COLOUR_BRANDING_OFF,
|
|
1232
1211
|
COLOUR_BRANDING_ACTION: COLOUR_BRANDING_ACTION,
|
|
1233
1212
|
INACTIVE_TEXT: INACTIVE_TEXT,
|
|
@@ -8256,10 +8235,6 @@
|
|
|
8256
8235
|
return AnalyticsFilter;
|
|
8257
8236
|
}(React.PureComponent);
|
|
8258
8237
|
|
|
8259
|
-
var Colours = PlussCore__namespace.Colours;
|
|
8260
|
-
Colours.COLOUR_DUSK_LIGHT;
|
|
8261
|
-
var COLOUR_BRANDING_MAIN = '#4a57b7';
|
|
8262
|
-
|
|
8263
8238
|
function _createSuper$a(Derived) { var hasNativeReflectConstruct = _isNativeReflectConstruct$a(); return function _createSuperInternal() { var Super = _getPrototypeOf__default['default'](Derived), result; if (hasNativeReflectConstruct) { var NewTarget = _getPrototypeOf__default['default'](this).constructor; result = Reflect.construct(Super, arguments, NewTarget); } else { result = Super.apply(this, arguments); } return _possibleConstructorReturn__default['default'](this, result); }; }
|
|
8264
8239
|
|
|
8265
8240
|
function _isNativeReflectConstruct$a() { if (typeof Reflect === "undefined" || !Reflect.construct) return false; if (Reflect.construct.sham) return false; if (typeof Proxy === "function") return true; try { Boolean.prototype.valueOf.call(Reflect.construct(Boolean, [], function () {})); return true; } catch (e) { return false; } }
|
|
@@ -9992,7 +9967,7 @@
|
|
|
9992
9967
|
}, "*t*"), " =", ' ', /*#__PURE__*/React__default['default'].createElement("span", {
|
|
9993
9968
|
style: {
|
|
9994
9969
|
fontWeight: 600,
|
|
9995
|
-
color: COLOUR_BRANDING_MAIN
|
|
9970
|
+
color: COLOUR_BRANDING_MAIN,
|
|
9996
9971
|
fontSize: 20
|
|
9997
9972
|
}
|
|
9998
9973
|
}, "Some Text"), /*#__PURE__*/React__default['default'].createElement("br", null), /*#__PURE__*/React__default['default'].createElement("br", null), "Surround text with ", /*#__PURE__*/React__default['default'].createElement("span", {
|
|
@@ -10090,7 +10065,7 @@
|
|
|
10090
10065
|
default:
|
|
10091
10066
|
return /*#__PURE__*/React__default['default'].createElement(SVGIcon, {
|
|
10092
10067
|
icon: o.icon,
|
|
10093
|
-
colour: isSelected ? '#fff' : COLOUR_BRANDING_MAIN
|
|
10068
|
+
colour: isSelected ? '#fff' : COLOUR_BRANDING_MAIN
|
|
10094
10069
|
});
|
|
10095
10070
|
}
|
|
10096
10071
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import React, { Component } from 'react';
|
|
2
2
|
import { Text } from './Text';
|
|
3
3
|
import { ProfilePic } from './ProfilePic';
|
|
4
|
-
import { COLOUR_BRANDING_MAIN } from '
|
|
4
|
+
import { COLOUR_BRANDING_MAIN } from '../colours';
|
|
5
5
|
|
|
6
6
|
class UserListing extends Component {
|
|
7
7
|
getSize() {
|