2018-12-14 05:41:57 +01:00
this [ "wp" ] = this [ "wp" ] || { } ; this [ "wp" ] [ "nux" ] =
/******/ ( function ( modules ) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = { } ;
/******/
/******/ // The require function
/******/ function _ _webpack _require _ _ ( moduleId ) {
/******/
/******/ // Check if module is in cache
/******/ if ( installedModules [ moduleId ] ) {
/******/ return installedModules [ moduleId ] . exports ;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules [ moduleId ] = {
/******/ i : moduleId ,
/******/ l : false ,
/******/ exports : { }
/******/ } ;
/******/
/******/ // Execute the module function
/******/ modules [ moduleId ] . call ( module . exports , module , module . exports , _ _webpack _require _ _ ) ;
/******/
/******/ // Flag the module as loaded
/******/ module . l = true ;
/******/
/******/ // Return the exports of the module
/******/ return module . exports ;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ _ _webpack _require _ _ . m = modules ;
/******/
/******/ // expose the module cache
/******/ _ _webpack _require _ _ . c = installedModules ;
/******/
/******/ // define getter function for harmony exports
/******/ _ _webpack _require _ _ . d = function ( exports , name , getter ) {
/******/ if ( ! _ _webpack _require _ _ . o ( exports , name ) ) {
/******/ Object . defineProperty ( exports , name , { enumerable : true , get : getter } ) ;
/******/ }
/******/ } ;
/******/
/******/ // define __esModule on exports
/******/ _ _webpack _require _ _ . r = function ( exports ) {
/******/ if ( typeof Symbol !== 'undefined' && Symbol . toStringTag ) {
/******/ Object . defineProperty ( exports , Symbol . toStringTag , { value : 'Module' } ) ;
/******/ }
/******/ Object . defineProperty ( exports , '__esModule' , { value : true } ) ;
/******/ } ;
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ _ _webpack _require _ _ . t = function ( value , mode ) {
/******/ if ( mode & 1 ) value = _ _webpack _require _ _ ( value ) ;
/******/ if ( mode & 8 ) return value ;
/******/ if ( ( mode & 4 ) && typeof value === 'object' && value && value . _ _esModule ) return value ;
/******/ var ns = Object . create ( null ) ;
/******/ _ _webpack _require _ _ . r ( ns ) ;
/******/ Object . defineProperty ( ns , 'default' , { enumerable : true , value : value } ) ;
/******/ if ( mode & 2 && typeof value != 'string' ) for ( var key in value ) _ _webpack _require _ _ . d ( ns , key , function ( key ) { return value [ key ] ; } . bind ( null , key ) ) ;
/******/ return ns ;
/******/ } ;
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ _ _webpack _require _ _ . n = function ( module ) {
/******/ var getter = module && module . _ _esModule ?
/******/ function getDefault ( ) { return module [ 'default' ] ; } :
/******/ function getModuleExports ( ) { return module ; } ;
/******/ _ _webpack _require _ _ . d ( getter , 'a' , getter ) ;
/******/ return getter ;
/******/ } ;
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ _ _webpack _require _ _ . o = function ( object , property ) { return Object . prototype . hasOwnProperty . call ( object , property ) ; } ;
/******/
/******/ // __webpack_public_path__
/******/ _ _webpack _require _ _ . p = "" ;
/******/
/******/
/******/ // Load entry module and return exports
2020-02-10 23:33:27 +01:00
/******/ return _ _webpack _require _ _ ( _ _webpack _require _ _ . s = 438 ) ;
2018-12-14 05:41:57 +01:00
/******/ } )
/************************************************************************/
/******/ ( {
2018-12-18 04:14:52 +01:00
/***/ 0 :
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
( function ( ) { module . exports = this [ "wp" ] [ "element" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
/***/ } ) ,
2018-12-18 04:14:52 +01:00
/***/ 1 :
/***/ ( function ( module , exports ) {
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
( function ( ) { module . exports = this [ "wp" ] [ "i18n" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
/***/ } ) ,
2020-02-10 23:33:27 +01:00
/***/ 115 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony import */ var _wordpress _element _ _WEBPACK _IMPORTED _MODULE _0 _ _ = _ _webpack _require _ _ ( 0 ) ;
/* harmony import */ var _wordpress _element _ _WEBPACK _IMPORTED _MODULE _0 _ _ _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( _wordpress _element _ _WEBPACK _IMPORTED _MODULE _0 _ _ ) ;
/* harmony import */ var _wordpress _primitives _ _WEBPACK _IMPORTED _MODULE _1 _ _ = _ _webpack _require _ _ ( 9 ) ;
/* harmony import */ var _wordpress _primitives _ _WEBPACK _IMPORTED _MODULE _1 _ _ _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( _wordpress _primitives _ _WEBPACK _IMPORTED _MODULE _1 _ _ ) ;
/ * *
* WordPress dependencies
* /
var close = Object ( _wordpress _element _ _WEBPACK _IMPORTED _MODULE _0 _ _ [ "createElement" ] ) ( _wordpress _primitives _ _WEBPACK _IMPORTED _MODULE _1 _ _ [ "SVG" ] , {
xmlns : "http://www.w3.org/2000/svg" ,
viewBox : "-2 -2 24 24"
} , Object ( _wordpress _element _ _WEBPACK _IMPORTED _MODULE _0 _ _ [ "createElement" ] ) ( _wordpress _primitives _ _WEBPACK _IMPORTED _MODULE _1 _ _ [ "Path" ] , {
d : "M14.95 6.46L11.41 10l3.54 3.54-1.41 1.41L10 11.42l-3.53 3.53-1.42-1.42L8.58 10 5.05 6.47l1.42-1.42L10 8.58l3.54-3.53z"
} ) ) ;
/* harmony default export */ _ _webpack _exports _ _ [ "a" ] = ( close ) ;
/***/ } ) ,
/***/ 18 :
2018-12-14 05:41:57 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithoutHoles.js
function _arrayWithoutHoles ( arr ) {
if ( Array . isArray ( arr ) ) {
for ( var i = 0 , arr2 = new Array ( arr . length ) ; i < arr . length ; i ++ ) {
arr2 [ i ] = arr [ i ] ;
}
return arr2 ;
}
}
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArray.js
2020-03-03 00:21:15 +01:00
var iterableToArray = _ _webpack _require _ _ ( 32 ) ;
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableSpread.js
function _nonIterableSpread ( ) {
throw new TypeError ( "Invalid attempt to spread non-iterable instance" ) ;
}
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _toConsumableArray ; } ) ;
function _toConsumableArray ( arr ) {
return _arrayWithoutHoles ( arr ) || Object ( iterableToArray [ "a" /* default */ ] ) ( arr ) || _nonIterableSpread ( ) ;
2018-12-14 05:41:57 +01:00
}
/***/ } ) ,
2018-12-18 04:14:52 +01:00
/***/ 2 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "lodash" ] ; } ( ) ) ;
/***/ } ) ,
2020-01-08 12:57:23 +01:00
/***/ 22 :
2018-12-14 05:41:57 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
2018-12-18 04:14:52 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/arrayWithHoles.js
2020-02-10 23:33:27 +01:00
var arrayWithHoles = _ _webpack _require _ _ ( 36 ) ;
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/iterableToArrayLimit.js
2018-12-14 05:41:57 +01:00
function _iterableToArrayLimit ( arr , i ) {
2020-01-08 12:57:23 +01:00
if ( ! ( Symbol . iterator in Object ( arr ) || Object . prototype . toString . call ( arr ) === "[object Arguments]" ) ) {
return ;
}
2018-12-14 05:41:57 +01:00
var _arr = [ ] ;
var _n = true ;
var _d = false ;
var _e = undefined ;
try {
for ( var _i = arr [ Symbol . iterator ] ( ) , _s ; ! ( _n = ( _s = _i . next ( ) ) . done ) ; _n = true ) {
_arr . push ( _s . value ) ;
if ( i && _arr . length === i ) break ;
}
} catch ( err ) {
_d = true ;
_e = err ;
} finally {
try {
if ( ! _n && _i [ "return" ] != null ) _i [ "return" ] ( ) ;
} finally {
if ( _d ) throw _e ;
}
}
return _arr ;
}
2018-12-18 04:14:52 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/nonIterableRest.js
2020-02-10 23:33:27 +01:00
var nonIterableRest = _ _webpack _require _ _ ( 37 ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
// CONCATENATED MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _slicedToArray ; } ) ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
function _slicedToArray ( arr , i ) {
return Object ( arrayWithHoles [ "a" /* default */ ] ) ( arr ) || _iterableToArrayLimit ( arr , i ) || Object ( nonIterableRest [ "a" /* default */ ] ) ( ) ;
2018-12-14 05:41:57 +01:00
}
/***/ } ) ,
2019-09-19 17:19:18 +02:00
/***/ 3 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "components" ] ; } ( ) ) ;
/***/ } ) ,
2020-03-03 00:21:15 +01:00
/***/ 32 :
2018-12-14 05:41:57 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2019-09-19 17:19:18 +02:00
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _iterableToArray ; } ) ;
function _iterableToArray ( iter ) {
if ( Symbol . iterator in Object ( iter ) || Object . prototype . toString . call ( iter ) === "[object Arguments]" ) return Array . from ( iter ) ;
}
/***/ } ) ,
2020-02-06 22:03:31 +01:00
/***/ 35 :
2020-01-22 23:06:21 +01:00
/***/ ( function ( module , exports ) {
2019-09-19 17:19:18 +02:00
2020-01-22 23:06:21 +01:00
( function ( ) { module . exports = this [ "wp" ] [ "deprecated" ] ; } ( ) ) ;
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
/***/ } ) ,
2020-01-03 14:17:24 +01:00
2020-02-06 22:03:31 +01:00
/***/ 36 :
2020-01-08 12:57:23 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2020-01-03 14:17:24 +01:00
2020-02-10 23:33:27 +01:00
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _arrayWithHoles ; } ) ;
function _arrayWithHoles ( arr ) {
if ( Array . isArray ( arr ) ) return arr ;
}
/***/ } ) ,
/***/ 37 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _nonIterableRest ; } ) ;
function _nonIterableRest ( ) {
throw new TypeError ( "Invalid attempt to destructure non-iterable instance" ) ;
}
/***/ } ) ,
/***/ 38 :
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2020-01-08 12:57:23 +01:00
"use strict" ;
2019-10-15 17:37:08 +02:00
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
var LEAF _KEY , hasWeakMap ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Arbitrary value used as key for referencing cache object in WeakMap tree .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ type { Object }
2018-12-18 04:14:52 +01:00
* /
2020-01-08 12:57:23 +01:00
LEAF _KEY = { } ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Whether environment supports WeakMap .
2018-12-18 04:14:52 +01:00
*
2020-01-08 12:57:23 +01:00
* @ type { boolean }
2018-12-18 04:14:52 +01:00
* /
2020-01-08 12:57:23 +01:00
hasWeakMap = typeof WeakMap !== 'undefined' ;
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns the first argument as the sole entry in an array .
2018-12-18 04:14:52 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { * } value Value to return .
2019-10-15 17:37:08 +02:00
*
2020-01-08 12:57:23 +01:00
* @ return { Array } Value returned as entry in array .
2018-12-18 04:14:52 +01:00
* /
2020-01-08 12:57:23 +01:00
function arrayOf ( value ) {
return [ value ] ;
2018-12-18 04:14:52 +01:00
}
2018-12-14 05:41:57 +01:00
2018-12-18 04:14:52 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns true if the value passed is object - like , or false otherwise . A value
* is object - like if it can support property assignment , e . g . object or array .
2018-12-18 04:14:52 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { * } value Value to test .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ return { boolean } Whether value is object - like .
2019-10-15 17:37:08 +02:00
* /
2020-01-08 12:57:23 +01:00
function isObjectLike ( value ) {
return ! ! value && 'object' === typeof value ;
2019-10-15 17:37:08 +02:00
}
2018-12-14 05:41:57 +01:00
2019-10-15 17:37:08 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* Creates and returns a new cache object .
2019-10-15 17:37:08 +02:00
*
2020-01-08 12:57:23 +01:00
* @ return { Object } Cache object .
2020-01-03 14:17:24 +01:00
* /
2020-01-08 12:57:23 +01:00
function createCache ( ) {
var cache = {
clear : function ( ) {
cache . head = null ;
} ,
} ;
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
return cache ;
2020-01-03 14:17:24 +01:00
}
2020-01-08 12:57:23 +01:00
2020-01-03 14:17:24 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns true if entries within the two arrays are strictly equal by
* reference from a starting index .
2019-10-15 17:37:08 +02:00
*
2020-01-08 12:57:23 +01:00
* @ param { Array } a First array .
* @ param { Array } b Second array .
* @ param { number } fromIndex Index from which to start comparison .
*
* @ return { boolean } Whether arrays are shallowly equal .
2019-10-15 17:37:08 +02:00
* /
2020-01-08 12:57:23 +01:00
function isShallowEqual ( a , b , fromIndex ) {
var i ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
if ( a . length !== b . length ) {
return false ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
for ( i = fromIndex ; i < a . length ; i ++ ) {
if ( a [ i ] !== b [ i ] ) {
return false ;
}
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
return true ;
}
2019-10-15 18:17:12 +02:00
2020-01-03 14:17:24 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns a memoized selector function . The getDependants function argument is
* called before the memoized selector and is expected to return an immutable
* reference or array of references on which the selector depends for computing
* its own return value . The memoize cache is preserved only as long as those
* dependant references remain the same . If getDependants returns a different
* reference ( s ) , the cache is cleared and the selector value regenerated .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { Function } selector Selector function .
* @ param { Function } getDependants Dependant getter returning an immutable
* reference or array of reference used in
* cache bust consideration .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ return { Function } Memoized selector .
2020-01-03 14:17:24 +01:00
* /
2020-01-08 12:57:23 +01:00
/* harmony default export */ _ _webpack _exports _ _ [ "a" ] = ( function ( selector , getDependants ) {
var rootCache , getCache ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Use object source as dependant if getter not provided
if ( ! getDependants ) {
getDependants = arrayOf ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
/ * *
* Returns the root cache . If WeakMap is supported , this is assigned to the
* root WeakMap cache set , otherwise it is a shared instance of the default
* cache object .
*
* @ return { ( WeakMap | Object ) } Root cache object .
* /
function getRootCache ( ) {
return rootCache ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
/ * *
* Returns the cache for a given dependants array . When possible , a WeakMap
* will be used to create a unique cache for each set of dependants . This
* is feasible due to the nature of WeakMap in allowing garbage collection
* to occur on entries where the key object is no longer referenced . Since
* WeakMap requires the key to be an object , this is only possible when the
* dependant is object - like . The root cache is created as a hierarchy where
* each top - level key is the first entry in a dependants set , the value a
* WeakMap where each key is the next dependant , and so on . This continues
* so long as the dependants are object - like . If no dependants are object -
* like , then the cache is shared across all invocations .
*
* @ see isObjectLike
*
* @ param { Array } dependants Selector dependants .
*
* @ return { Object } Cache object .
* /
function getWeakMapCache ( dependants ) {
var caches = rootCache ,
isUniqueByDependants = true ,
i , dependant , map , cache ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
for ( i = 0 ; i < dependants . length ; i ++ ) {
dependant = dependants [ i ] ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Can only compose WeakMap from object-like key.
if ( ! isObjectLike ( dependant ) ) {
isUniqueByDependants = false ;
break ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Does current segment of cache already have a WeakMap?
if ( caches . has ( dependant ) ) {
// Traverse into nested WeakMap.
caches = caches . get ( dependant ) ;
} else {
// Create, set, and traverse into a new one.
map = new WeakMap ( ) ;
caches . set ( dependant , map ) ;
caches = map ;
}
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// We use an arbitrary (but consistent) object as key for the last item
// in the WeakMap to serve as our running cache.
if ( ! caches . has ( LEAF _KEY ) ) {
cache = createCache ( ) ;
cache . isUniqueByDependants = isUniqueByDependants ;
caches . set ( LEAF _KEY , cache ) ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
return caches . get ( LEAF _KEY ) ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Assign cache handler by availability of WeakMap
getCache = hasWeakMap ? getWeakMapCache : getRootCache ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
/ * *
* Resets root memoization cache .
* /
function clear ( ) {
rootCache = hasWeakMap ? new WeakMap ( ) : createCache ( ) ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// eslint-disable-next-line jsdoc/check-param-names
/ * *
* The augmented selector call , considering first whether dependants have
* changed before passing it to underlying memoize function .
*
* @ param { Object } source Source object for derivation .
* @ param { ... * } extraArgs Additional arguments to pass to selector .
*
* @ return { * } Selector result .
* /
function callSelector ( /* source, ...extraArgs */ ) {
var len = arguments . length ,
cache , node , i , args , dependants ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Create copy of arguments (avoid leaking deoptimization).
args = new Array ( len ) ;
for ( i = 0 ; i < len ; i ++ ) {
args [ i ] = arguments [ i ] ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
dependants = getDependants . apply ( null , args ) ;
cache = getCache ( dependants ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// If not guaranteed uniqueness by dependants (primitive type or lack
// of WeakMap support), shallow compare against last dependants and, if
// references have changed, destroy cache to recalculate result.
if ( ! cache . isUniqueByDependants ) {
if ( cache . lastDependants && ! isShallowEqual ( dependants , cache . lastDependants , 0 ) ) {
cache . clear ( ) ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
cache . lastDependants = dependants ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
node = cache . head ;
while ( node ) {
// Check whether node arguments match arguments
if ( ! isShallowEqual ( node . args , args , 1 ) ) {
node = node . next ;
continue ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// At this point we can assume we've found a match
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Surface matched node to head if not already
if ( node !== cache . head ) {
// Adjust siblings to point to each other.
node . prev . next = node . next ;
if ( node . next ) {
node . next . prev = node . prev ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
node . next = cache . head ;
node . prev = null ;
cache . head . prev = node ;
cache . head = node ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Return immediately
return node . val ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// No cached value found. Continue to insertion phase:
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
node = {
// Generate the result from original function
val : selector . apply ( null , args ) ,
} ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Avoid including the source object in the cache.
args [ 0 ] = null ;
node . args = args ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Don't need to check whether node is already head, since it would
// have been returned above already if it was
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// Shift existing head down list
if ( cache . head ) {
cache . head . prev = node ;
node . next = cache . head ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
cache . head = node ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
return node . val ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
callSelector . getDependants = getDependants ;
callSelector . clear = clear ;
clear ( ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
return callSelector ;
} ) ;
2019-10-15 18:17:12 +02:00
2020-01-22 23:06:21 +01:00
/***/ } ) ,
2020-02-06 22:03:31 +01:00
/***/ 4 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "data" ] ; } ( ) ) ;
/***/ } ) ,
2020-02-10 23:33:27 +01:00
/***/ 438 :
2020-01-08 12:57:23 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
"use strict" ;
_ _webpack _require _ _ . r ( _ _webpack _exports _ _ ) ;
var actions _namespaceObject = { } ;
_ _webpack _require _ _ . r ( actions _namespaceObject ) ;
_ _webpack _require _ _ . d ( actions _namespaceObject , "triggerGuide" , function ( ) { return triggerGuide ; } ) ;
_ _webpack _require _ _ . d ( actions _namespaceObject , "dismissTip" , function ( ) { return dismissTip ; } ) ;
_ _webpack _require _ _ . d ( actions _namespaceObject , "disableTips" , function ( ) { return disableTips ; } ) ;
_ _webpack _require _ _ . d ( actions _namespaceObject , "enableTips" , function ( ) { return enableTips ; } ) ;
var selectors _namespaceObject = { } ;
_ _webpack _require _ _ . r ( selectors _namespaceObject ) ;
_ _webpack _require _ _ . d ( selectors _namespaceObject , "getAssociatedGuide" , function ( ) { return getAssociatedGuide ; } ) ;
_ _webpack _require _ _ . d ( selectors _namespaceObject , "isTipVisible" , function ( ) { return isTipVisible ; } ) ;
_ _webpack _require _ _ . d ( selectors _namespaceObject , "areTipsEnabled" , function ( ) { return selectors _areTipsEnabled ; } ) ;
2019-10-15 18:17:12 +02:00
2020-01-22 23:06:21 +01:00
// EXTERNAL MODULE: external {"this":["wp","deprecated"]}
2020-02-06 22:03:31 +01:00
var external _this _wp _deprecated _ = _ _webpack _require _ _ ( 35 ) ;
2020-01-22 23:06:21 +01:00
var external _this _wp _deprecated _default = /*#__PURE__*/ _ _webpack _require _ _ . n ( external _this _wp _deprecated _ ) ;
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: external {"this":["wp","data"]}
var external _this _wp _data _ = _ _webpack _require _ _ ( 4 ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/defineProperty.js
2020-02-06 22:03:31 +01:00
var defineProperty = _ _webpack _require _ _ ( 5 ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/toConsumableArray.js + 2 modules
2020-02-10 23:33:27 +01:00
var toConsumableArray = _ _webpack _require _ _ ( 18 ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/nux/build-module/store/reducer.js
2019-10-15 18:17:12 +02:00
2020-01-03 14:17:24 +01:00
2019-10-15 18:17:12 +02:00
2020-02-06 22:03:31 +01:00
function ownKeys ( object , enumerableOnly ) { var keys = Object . keys ( object ) ; if ( Object . getOwnPropertySymbols ) { var symbols = Object . getOwnPropertySymbols ( object ) ; if ( enumerableOnly ) symbols = symbols . filter ( function ( sym ) { return Object . getOwnPropertyDescriptor ( object , sym ) . enumerable ; } ) ; keys . push . apply ( keys , symbols ) ; } return keys ; }
function _objectSpread ( target ) { for ( var i = 1 ; i < arguments . length ; i ++ ) { var source = arguments [ i ] != null ? arguments [ i ] : { } ; if ( i % 2 ) { ownKeys ( Object ( source ) , true ) . forEach ( function ( key ) { Object ( defineProperty [ "a" /* default */ ] ) ( target , key , source [ key ] ) ; } ) ; } else if ( Object . getOwnPropertyDescriptors ) { Object . defineProperties ( target , Object . getOwnPropertyDescriptors ( source ) ) ; } else { ownKeys ( Object ( source ) ) . forEach ( function ( key ) { Object . defineProperty ( target , key , Object . getOwnPropertyDescriptor ( source , key ) ) ; } ) ; } } return target ; }
2020-01-03 14:17:24 +01:00
2019-10-15 18:17:12 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* WordPress dependencies
* /
/ * *
* Reducer that tracks which tips are in a guide . Each guide is represented by
* an array which contains the tip identifiers contained within that guide .
*
* @ param { Array } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Array } Updated state .
* /
function guides ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : [ ] ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
switch ( action . type ) {
case 'TRIGGER_GUIDE' :
return [ ] . concat ( Object ( toConsumableArray [ "a" /* default */ ] ) ( state ) , [ action . tipIds ] ) ;
}
return state ;
}
/ * *
* Reducer that tracks whether or not tips are globally enabled .
*
* @ param { boolean } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { boolean } Updated state .
2019-10-15 18:17:12 +02:00
* /
2020-01-08 12:57:23 +01:00
function areTipsEnabled ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : true ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
switch ( action . type ) {
case 'DISABLE_TIPS' :
return false ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
case 'ENABLE_TIPS' :
return true ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
return state ;
}
/ * *
* Reducer that tracks which tips have been dismissed . If the state object
* contains a tip identifier , then that tip is dismissed .
*
* @ param { Object } state Current state .
* @ param { Object } action Dispatched action .
*
* @ return { Object } Updated state .
* /
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
function dismissedTips ( ) {
var state = arguments . length > 0 && arguments [ 0 ] !== undefined ? arguments [ 0 ] : { } ;
var action = arguments . length > 1 ? arguments [ 1 ] : undefined ;
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
switch ( action . type ) {
case 'DISMISS_TIP' :
2020-02-06 22:03:31 +01:00
return _objectSpread ( { } , state , Object ( defineProperty [ "a" /* default */ ] ) ( { } , action . id , true ) ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
case 'ENABLE_TIPS' :
return { } ;
}
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
return state ;
}
var preferences = Object ( external _this _wp _data _ [ "combineReducers" ] ) ( {
areTipsEnabled : areTipsEnabled ,
dismissedTips : dismissedTips
} ) ;
/* harmony default export */ var reducer = ( Object ( external _this _wp _data _ [ "combineReducers" ] ) ( {
guides : guides ,
preferences : preferences
} ) ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/nux/build-module/store/actions.js
2019-10-15 18:17:12 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns an action object that , when dispatched , presents a guide that takes
* the user through a series of tips step by step .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { string [ ] } tipIds Which tips to show in the guide .
*
* @ return { Object } Action object .
2019-10-15 18:17:12 +02:00
* /
2020-01-08 12:57:23 +01:00
function triggerGuide ( tipIds ) {
return {
type : 'TRIGGER_GUIDE' ,
tipIds : tipIds
} ;
}
2019-10-15 18:17:12 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns an action object that , when dispatched , dismisses the given tip . A
* dismissed tip will not show again .
2019-10-15 18:17:12 +02:00
*
2020-01-08 12:57:23 +01:00
* @ param { string } id The tip to dismiss .
*
* @ return { Object } Action object .
2019-10-15 18:17:12 +02:00
* /
2020-01-08 12:57:23 +01:00
function dismissTip ( id ) {
return {
type : 'DISMISS_TIP' ,
id : id
} ;
}
2019-10-15 18:17:12 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns an action object that , when dispatched , prevents all tips from
* showing again .
2019-10-15 18:17:12 +02:00
*
2020-01-08 12:57:23 +01:00
* @ return { Object } Action object .
2019-10-15 18:17:12 +02:00
* /
2020-01-08 12:57:23 +01:00
function disableTips ( ) {
return {
type : 'DISABLE_TIPS'
} ;
}
2019-10-15 17:37:08 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* Returns an action object that , when dispatched , makes all tips show again .
2019-10-15 17:37:08 +02:00
*
2020-01-08 12:57:23 +01:00
* @ return { Object } Action object .
2019-10-15 17:37:08 +02:00
* /
2020-01-08 12:57:23 +01:00
function enableTips ( ) {
return {
type : 'ENABLE_TIPS'
} ;
2020-01-03 14:17:24 +01:00
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: ./node_modules/@babel/runtime/helpers/esm/slicedToArray.js + 1 modules
var slicedToArray = _ _webpack _require _ _ ( 22 ) ;
// EXTERNAL MODULE: ./node_modules/rememo/es/rememo.js
2020-02-10 23:33:27 +01:00
var rememo = _ _webpack _require _ _ ( 38 ) ;
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: external {"this":"lodash"}
var external _this _lodash _ = _ _webpack _require _ _ ( 2 ) ;
// CONCATENATED MODULE: ./node_modules/@wordpress/nux/build-module/store/selectors.js
2019-10-15 17:37:08 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* External dependencies
2019-10-15 17:37:08 +02:00
* /
2018-12-14 05:41:57 +01:00
2019-10-15 18:17:12 +02:00
/ * *
2020-01-08 12:57:23 +01:00
* An object containing information about a guide .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ typedef { Object } NUXGuideInfo
* @ property { string [ ] } tipIds Which tips the guide contains .
* @ property { ? string } currentTipId The guide ' s currently showing tip .
* @ property { ? string } nextTipId The guide ' s next tip to show .
* /
/ * *
* Returns an object describing the guide , if any , that the given tip is a part
* of .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { Object } state Global application state .
* @ param { string } tipId The tip to query .
*
* @ return { ? NUXGuideInfo } Information about the associated guide .
2019-10-15 18:17:12 +02:00
* /
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
var getAssociatedGuide = Object ( rememo [ "a" /* default */ ] ) ( function ( state , tipId ) {
var _iteratorNormalCompletion = true ;
var _didIteratorError = false ;
var _iteratorError = undefined ;
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
try {
for ( var _iterator = state . guides [ Symbol . iterator ] ( ) , _step ; ! ( _iteratorNormalCompletion = ( _step = _iterator . next ( ) ) . done ) ; _iteratorNormalCompletion = true ) {
var tipIds = _step . value ;
2020-01-03 14:17:24 +01:00
2020-01-08 12:57:23 +01:00
if ( Object ( external _this _lodash _ [ "includes" ] ) ( tipIds , tipId ) ) {
var nonDismissedTips = Object ( external _this _lodash _ [ "difference" ] ) ( tipIds , Object ( external _this _lodash _ [ "keys" ] ) ( state . preferences . dismissedTips ) ) ;
var _nonDismissedTips = Object ( slicedToArray [ "a" /* default */ ] ) ( nonDismissedTips , 2 ) ,
_nonDismissedTips$ = _nonDismissedTips [ 0 ] ,
currentTipId = _nonDismissedTips$ === void 0 ? null : _nonDismissedTips$ ,
_nonDismissedTips$2 = _nonDismissedTips [ 1 ] ,
nextTipId = _nonDismissedTips$2 === void 0 ? null : _nonDismissedTips$2 ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
return {
tipIds : tipIds ,
currentTipId : currentTipId ,
nextTipId : nextTipId
} ;
}
}
} catch ( err ) {
_didIteratorError = true ;
_iteratorError = err ;
} finally {
try {
if ( ! _iteratorNormalCompletion && _iterator . return != null ) {
_iterator . return ( ) ;
}
} finally {
if ( _didIteratorError ) {
throw _iteratorError ;
}
}
}
return null ;
} , function ( state ) {
return [ state . guides , state . preferences . dismissedTips ] ;
} ) ;
2018-12-14 05:41:57 +01:00
/ * *
2020-01-08 12:57:23 +01:00
* Determines whether or not the given tip is showing . Tips are hidden if they
* are disabled , have been dismissed , or are not the current tip in any
* guide that they have been added to .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ param { Object } state Global application state .
* @ param { string } tipId The tip to query .
2020-01-03 14:17:24 +01:00
*
2020-01-08 12:57:23 +01:00
* @ return { boolean } Whether or not the given tip is showing .
2018-12-14 05:41:57 +01:00
* /
2020-01-08 12:57:23 +01:00
function isTipVisible ( state , tipId ) {
if ( ! state . preferences . areTipsEnabled ) {
return false ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
if ( Object ( external _this _lodash _ [ "has" ] ) ( state . preferences . dismissedTips , [ tipId ] ) ) {
return false ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
var associatedGuide = getAssociatedGuide ( state , tipId ) ;
if ( associatedGuide && associatedGuide . currentTipId !== tipId ) {
return false ;
}
return true ;
}
/ * *
* Returns whether or not tips are globally enabled .
*
* @ param { Object } state Global application state .
*
* @ return { boolean } Whether tips are globally enabled .
* /
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
function selectors _areTipsEnabled ( state ) {
return state . preferences . areTipsEnabled ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/nux/build-module/store/index.js
/ * *
* WordPress dependencies
* /
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
/ * *
* Internal dependencies
* /
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
var store = Object ( external _this _wp _data _ [ "registerStore" ] ) ( 'core/nux' , {
reducer : reducer ,
actions : actions _namespaceObject ,
selectors : selectors _namespaceObject ,
persist : [ 'preferences' ]
} ) ;
/* harmony default export */ var build _module _store = ( store ) ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: external {"this":["wp","element"]}
var external _this _wp _element _ = _ _webpack _require _ _ ( 0 ) ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: external {"this":["wp","compose"]}
var external _this _wp _compose _ = _ _webpack _require _ _ ( 8 ) ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: external {"this":["wp","components"]}
var external _this _wp _components _ = _ _webpack _require _ _ ( 3 ) ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// EXTERNAL MODULE: external {"this":["wp","i18n"]}
var external _this _wp _i18n _ = _ _webpack _require _ _ ( 1 ) ;
2018-12-14 05:41:57 +01:00
2020-02-10 23:33:27 +01:00
// EXTERNAL MODULE: ./node_modules/@wordpress/icons/build-module/library/close.js
var library _close = _ _webpack _require _ _ ( 115 ) ;
2020-01-08 12:57:23 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/nux/build-module/components/dot-tip/index.js
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
/ * *
* WordPress dependencies
* /
2018-12-14 05:41:57 +01:00
2020-02-10 23:33:27 +01:00
2020-01-08 12:57:23 +01:00
function onClick ( event ) {
// Tips are often nested within buttons. We stop propagation so that clicking
// on a tip doesn't result in the button being clicked.
event . stopPropagation ( ) ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
function DotTip ( _ref ) {
var _ref$position = _ref . position ,
position = _ref$position === void 0 ? 'middle right' : _ref$position ,
children = _ref . children ,
isVisible = _ref . isVisible ,
hasNextTip = _ref . hasNextTip ,
onDismiss = _ref . onDismiss ,
onDisable = _ref . onDisable ;
var anchorParent = Object ( external _this _wp _element _ [ "useRef" ] ) ( null ) ;
var onFocusOutsideCallback = Object ( external _this _wp _element _ [ "useCallback" ] ) ( function ( event ) {
if ( ! anchorParent . current ) {
return ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
if ( anchorParent . current . contains ( event . relatedTarget ) ) {
return ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
onDisable ( ) ;
} , [ onDisable , anchorParent ] ) ;
2019-10-15 18:17:12 +02:00
2020-01-08 12:57:23 +01:00
if ( ! isVisible ) {
return null ;
}
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
return Object ( external _this _wp _element _ [ "createElement" ] ) ( external _this _wp _components _ [ "Popover" ] , {
className : "nux-dot-tip" ,
position : position ,
noArrow : true ,
focusOnMount : "container" ,
shouldAnchorIncludePadding : true ,
role : "dialog" ,
"aria-label" : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Editor tips' ) ,
onClick : onClick ,
onFocusOutside : onFocusOutsideCallback
} , Object ( external _this _wp _element _ [ "createElement" ] ) ( "p" , null , children ) , Object ( external _this _wp _element _ [ "createElement" ] ) ( "p" , null , Object ( external _this _wp _element _ [ "createElement" ] ) ( external _this _wp _components _ [ "Button" ] , {
isLink : true ,
onClick : onDismiss
2020-01-22 23:06:21 +01:00
} , hasNextTip ? Object ( external _this _wp _i18n _ [ "__" ] ) ( 'See next tip' ) : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Got it' ) ) ) , Object ( external _this _wp _element _ [ "createElement" ] ) ( external _this _wp _components _ [ "Button" ] , {
2020-01-08 12:57:23 +01:00
className : "nux-dot-tip__disable" ,
2020-02-10 23:33:27 +01:00
icon : library _close [ "a" /* default */ ] ,
2020-01-08 12:57:23 +01:00
label : Object ( external _this _wp _i18n _ [ "__" ] ) ( 'Disable tips' ) ,
onClick : onDisable
} ) ) ;
}
/* harmony default export */ var dot _tip = ( Object ( external _this _wp _compose _ [ "compose" ] ) ( Object ( external _this _wp _data _ [ "withSelect" ] ) ( function ( select , _ref2 ) {
var tipId = _ref2 . tipId ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
var _select = select ( 'core/nux' ) ,
isTipVisible = _select . isTipVisible ,
getAssociatedGuide = _select . getAssociatedGuide ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
var associatedGuide = getAssociatedGuide ( tipId ) ;
return {
isVisible : isTipVisible ( tipId ) ,
hasNextTip : ! ! ( associatedGuide && associatedGuide . nextTipId )
} ;
} ) , Object ( external _this _wp _data _ [ "withDispatch" ] ) ( function ( dispatch , _ref3 ) {
var tipId = _ref3 . tipId ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
var _dispatch = dispatch ( 'core/nux' ) ,
dismissTip = _dispatch . dismissTip ,
disableTips = _dispatch . disableTips ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
return {
onDismiss : function onDismiss ( ) {
dismissTip ( tipId ) ;
} ,
onDisable : function onDisable ( ) {
disableTips ( ) ;
}
} ;
} ) ) ( DotTip ) ) ;
2018-12-14 05:41:57 +01:00
2020-01-08 12:57:23 +01:00
// CONCATENATED MODULE: ./node_modules/@wordpress/nux/build-module/index.js
/* concated harmony reexport DotTip */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "DotTip" , function ( ) { return dot _tip ; } ) ;
2020-01-22 23:06:21 +01:00
/ * *
* WordPress dependencies
* /
2020-01-08 12:57:23 +01:00
/ * *
* Internal dependencies
* /
2018-12-14 05:41:57 +01:00
2020-01-22 23:06:21 +01:00
external _this _wp _deprecated _default ( ) ( 'wp.nux' , {
hint : 'wp.components.Guide can be used to show a user guide.'
} ) ;
2018-12-14 05:41:57 +01:00
/***/ } ) ,
2020-02-06 22:03:31 +01:00
/***/ 5 :
2020-01-08 12:57:23 +01:00
/***/ ( function ( module , _ _webpack _exports _ _ , _ _webpack _require _ _ ) {
"use strict" ;
/* harmony export (binding) */ _ _webpack _require _ _ . d ( _ _webpack _exports _ _ , "a" , function ( ) { return _defineProperty ; } ) ;
function _defineProperty ( obj , key , value ) {
if ( key in obj ) {
Object . defineProperty ( obj , key , {
value : value ,
enumerable : true ,
configurable : true ,
writable : true
} ) ;
} else {
obj [ key ] = value ;
}
return obj ;
}
2020-02-06 22:03:31 +01:00
/***/ } ) ,
/***/ 8 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "compose" ] ; } ( ) ) ;
2020-02-10 23:33:27 +01:00
/***/ } ) ,
/***/ 9 :
/***/ ( function ( module , exports ) {
( function ( ) { module . exports = this [ "wp" ] [ "primitives" ] ; } ( ) ) ;
2018-12-14 05:41:57 +01:00
/***/ } )
2018-12-18 04:14:52 +01:00
/******/ } ) ;