@tripian/react 6.0.17 → 6.0.18

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/index.js CHANGED
@@ -96,7 +96,7 @@ module.exports = require("react");
96
96
  /***/ (function(module, exports, __webpack_require__) {
97
97
 
98
98
  /* WEBPACK VAR INJECTION */(function(module) {var require;//! moment.js
99
- //! version : 2.29.3
99
+ //! version : 2.29.4
100
100
  //! authors : Tim Wood, Iskren Chernev, Moment.js contributors
101
101
  //! license : MIT
102
102
  //! momentjs.com
@@ -2550,7 +2550,7 @@ module.exports = require("react");
2550
2550
  function preprocessRFC2822(s) {
2551
2551
  // Remove comments and folding whitespace and replace multiple-spaces with a single space
2552
2552
  return s
2553
- .replace(/\([^)]*\)|[\n\t]/g, ' ')
2553
+ .replace(/\([^()]*\)|[\n\t]/g, ' ')
2554
2554
  .replace(/(\s\s+)/g, ' ')
2555
2555
  .replace(/^\s\s*/, '')
2556
2556
  .replace(/\s\s*$/, '');
@@ -5731,7 +5731,7 @@ module.exports = require("react");
5731
5731
 
5732
5732
  //! moment.js
5733
5733
 
5734
- hooks.version = '2.29.3';
5734
+ hooks.version = '2.29.4';
5735
5735
 
5736
5736
  setHookCallback(createLocal);
5737
5737
 
@@ -6233,6 +6233,7 @@ var $concat = bind.call(Function.call, Array.prototype.concat);
6233
6233
  var $spliceApply = bind.call(Function.apply, Array.prototype.splice);
6234
6234
  var $replace = bind.call(Function.call, String.prototype.replace);
6235
6235
  var $strSlice = bind.call(Function.call, String.prototype.slice);
6236
+ var $exec = bind.call(Function.call, RegExp.prototype.exec);
6236
6237
 
6237
6238
  /* adapted from https://github.com/lodash/lodash/blob/4.17.15/dist/lodash.js#L6735-L6744 */
6238
6239
  var rePropName = /[^%.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|%$))/g;
@@ -6288,6 +6289,9 @@ module.exports = function GetIntrinsic(name, allowMissing) {
6288
6289
  throw new $TypeError('"allowMissing" argument must be a boolean');
6289
6290
  }
6290
6291
 
6292
+ if ($exec(/^%?[^%]*%?$/g, name) === null) {
6293
+ throw new $SyntaxError('`%` may not be present anywhere but at the beginning and end of the intrinsic name');
6294
+ }
6291
6295
  var parts = stringToPath(name);
6292
6296
  var intrinsicBaseName = parts.length > 0 ? parts[0] : '';
6293
6297
 
@@ -75625,7 +75629,7 @@ var SideNavigation = function (_a) {
75625
75629
  react_1.default.createElement(CloseIconButton_1.default, { fill: "#fff", clicked: function () {
75626
75630
  closed();
75627
75631
  } }))),
75628
- react_1.default.createElement("ul", null,
75632
+ react_1.default.createElement("ul", { className: SideNavigation_scss_1.default.sidenavList },
75629
75633
  react_1.default.createElement("li", null,
75630
75634
  react_1.default.createElement("h3", { className: "m4" }, "TRIPS")),
75631
75635
  menuItems
@@ -75663,7 +75667,7 @@ exports.default = SideNavigation;
75663
75667
  /***/ (function(module, exports, __webpack_require__) {
75664
75668
 
75665
75669
  // extracted by mini-css-extract-plugin
75666
- module.exports = {"sidenavOverlay":"components-base-SideNavigation-SideNavigation__sidenavOverlay--3tk5E","sidenavOverlayOpen":"components-base-SideNavigation-SideNavigation__sidenavOverlayOpen--3T_Ag","sidenav":"components-base-SideNavigation-SideNavigation__sidenav--1Uyu2","sidenavOpen":"components-base-SideNavigation-SideNavigation__sidenavOpen--OHm0j","image":"components-base-SideNavigation-SideNavigation__image--XH9Pd","closeIcon":"components-base-SideNavigation-SideNavigation__closeIcon--1BPBS","close":"components-base-SideNavigation-SideNavigation__close--3kfKC","button":"components-base-SideNavigation-SideNavigation__button--xn9Zn","links":"components-base-SideNavigation-SideNavigation__links--1UTrt","modal":"components-base-SideNavigation-SideNavigation__modal--2Yb3q","bbHomeLink":"components-base-SideNavigation-SideNavigation__bbHomeLink--1wdmP","bbHomeLinkImg":"components-base-SideNavigation-SideNavigation__bbHomeLinkImg--36-5J"};
75670
+ module.exports = {"sidenavOverlay":"components-base-SideNavigation-SideNavigation__sidenavOverlay--3tk5E","sidenavOverlayOpen":"components-base-SideNavigation-SideNavigation__sidenavOverlayOpen--3T_Ag","sidenav":"components-base-SideNavigation-SideNavigation__sidenav--1Uyu2","sidenavOpen":"components-base-SideNavigation-SideNavigation__sidenavOpen--OHm0j","image":"components-base-SideNavigation-SideNavigation__image--XH9Pd","closeIcon":"components-base-SideNavigation-SideNavigation__closeIcon--1BPBS","close":"components-base-SideNavigation-SideNavigation__close--3kfKC","sidenavList":"components-base-SideNavigation-SideNavigation__sidenavList--TCIZ4","button":"components-base-SideNavigation-SideNavigation__button--xn9Zn","links":"components-base-SideNavigation-SideNavigation__links--1UTrt","modal":"components-base-SideNavigation-SideNavigation__modal--2Yb3q","bbHomeLink":"components-base-SideNavigation-SideNavigation__bbHomeLink--1wdmP","bbHomeLinkImg":"components-base-SideNavigation-SideNavigation__bbHomeLinkImg--36-5J"};
75667
75671
 
75668
75672
  /***/ }),
75669
75673
  /* 786 */