@wavemaker/foundation-css 11.15.5-rc.253 → 11.15.6-rc.647667
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/cjs/foundation-css.cjs +57 -42
- package/npm-shrinkwrap.json +284 -188
- package/package-lock.json +284 -188
- package/package.json +1 -1
package/cjs/foundation-css.cjs
CHANGED
|
@@ -670,7 +670,7 @@ const componentsList = {
|
|
|
670
670
|
\********************************************************************************/
|
|
671
671
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
672
672
|
|
|
673
|
-
|
|
673
|
+
const map = {
|
|
674
674
|
"./accordion-pane/accordion-pane.json": [
|
|
675
675
|
"./src/tokens/mobile/components/accordion-pane/accordion-pane.json",
|
|
676
676
|
[
|
|
@@ -1042,7 +1042,7 @@ function webpackAsyncContext(req) {
|
|
|
1042
1042
|
try {
|
|
1043
1043
|
if(!__webpack_require__.o(map, req)) {
|
|
1044
1044
|
return Promise.resolve().then(() => {
|
|
1045
|
-
|
|
1045
|
+
const e = new Error("Cannot find module '" + req + "'");
|
|
1046
1046
|
e.code = 'MODULE_NOT_FOUND';
|
|
1047
1047
|
throw e;
|
|
1048
1048
|
});
|
|
@@ -1051,7 +1051,7 @@ function webpackAsyncContext(req) {
|
|
|
1051
1051
|
return Promise.reject(err);
|
|
1052
1052
|
}
|
|
1053
1053
|
|
|
1054
|
-
|
|
1054
|
+
const ids = map[req], id = ids[0];
|
|
1055
1055
|
return __webpack_require__.e(ids[1][0]).then(() => (__webpack_require__.t(id, 3 | 16)));
|
|
1056
1056
|
}
|
|
1057
1057
|
webpackAsyncContext.keys = () => (Object.keys(map));
|
|
@@ -1066,7 +1066,7 @@ module.exports = webpackAsyncContext;
|
|
|
1066
1066
|
\*****************************************************************************/
|
|
1067
1067
|
(module, __unused_webpack_exports, __webpack_require__) {
|
|
1068
1068
|
|
|
1069
|
-
|
|
1069
|
+
const map = {
|
|
1070
1070
|
"./accordion/accordion.json": [
|
|
1071
1071
|
"./src/tokens/web/components/accordion/accordion.json",
|
|
1072
1072
|
[
|
|
@@ -1414,7 +1414,7 @@ function webpackAsyncContext(req) {
|
|
|
1414
1414
|
try {
|
|
1415
1415
|
if(!__webpack_require__.o(map, req)) {
|
|
1416
1416
|
return Promise.resolve().then(() => {
|
|
1417
|
-
|
|
1417
|
+
const e = new Error("Cannot find module '" + req + "'");
|
|
1418
1418
|
e.code = 'MODULE_NOT_FOUND';
|
|
1419
1419
|
throw e;
|
|
1420
1420
|
});
|
|
@@ -1423,7 +1423,7 @@ function webpackAsyncContext(req) {
|
|
|
1423
1423
|
return Promise.reject(err);
|
|
1424
1424
|
}
|
|
1425
1425
|
|
|
1426
|
-
|
|
1426
|
+
const ids = map[req], id = ids[0];
|
|
1427
1427
|
return __webpack_require__.e(ids[1][0]).then(() => (__webpack_require__.t(id, 3 | 16)));
|
|
1428
1428
|
}
|
|
1429
1429
|
webpackAsyncContext.keys = () => (Object.keys(map));
|
|
@@ -9100,17 +9100,17 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9100
9100
|
/******/ });
|
|
9101
9101
|
/************************************************************************/
|
|
9102
9102
|
/******/ // The module cache
|
|
9103
|
-
/******/
|
|
9103
|
+
/******/ const __webpack_module_cache__ = {};
|
|
9104
9104
|
/******/
|
|
9105
9105
|
/******/ // The require function
|
|
9106
9106
|
/******/ function __webpack_require__(moduleId) {
|
|
9107
9107
|
/******/ // Check if module is in cache
|
|
9108
|
-
/******/
|
|
9108
|
+
/******/ const cachedModule = __webpack_module_cache__[moduleId];
|
|
9109
9109
|
/******/ if (cachedModule !== undefined) {
|
|
9110
9110
|
/******/ return cachedModule.exports;
|
|
9111
9111
|
/******/ }
|
|
9112
9112
|
/******/ // Create a new module (and put it into the cache)
|
|
9113
|
-
/******/
|
|
9113
|
+
/******/ const module = __webpack_module_cache__[moduleId] = {
|
|
9114
9114
|
/******/ // no module.id needed
|
|
9115
9115
|
/******/ // no module.loaded needed
|
|
9116
9116
|
/******/ exports: {}
|
|
@@ -9119,7 +9119,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9119
9119
|
/******/ // Execute the module function
|
|
9120
9120
|
/******/ if (!(moduleId in __webpack_modules__)) {
|
|
9121
9121
|
/******/ delete __webpack_module_cache__[moduleId];
|
|
9122
|
-
/******/
|
|
9122
|
+
/******/ const e = new Error("Cannot find module '" + moduleId + "'");
|
|
9123
9123
|
/******/ e.code = 'MODULE_NOT_FOUND';
|
|
9124
9124
|
/******/ throw e;
|
|
9125
9125
|
/******/ }
|
|
@@ -9135,8 +9135,8 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9135
9135
|
/************************************************************************/
|
|
9136
9136
|
/******/ /* webpack/runtime/create fake namespace object */
|
|
9137
9137
|
/******/ (() => {
|
|
9138
|
-
/******/
|
|
9139
|
-
/******/
|
|
9138
|
+
/******/ const getProto = Object.getPrototypeOf ? (obj) => (Object.getPrototypeOf(obj)) : (obj) => (obj.__proto__);
|
|
9139
|
+
/******/ let leafPrototypes;
|
|
9140
9140
|
/******/ // create a fake namespace object
|
|
9141
9141
|
/******/ // mode & 1: value is a module id, require it
|
|
9142
9142
|
/******/ // mode & 2: merge all properties of value into the ns
|
|
@@ -9150,9 +9150,9 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9150
9150
|
/******/ if((mode & 4) && value.__esModule) return value;
|
|
9151
9151
|
/******/ if((mode & 16) && typeof value.then === 'function') return value;
|
|
9152
9152
|
/******/ }
|
|
9153
|
-
/******/
|
|
9153
|
+
/******/ const ns = Object.create(null);
|
|
9154
9154
|
/******/ __webpack_require__.r(ns);
|
|
9155
|
-
/******/
|
|
9155
|
+
/******/ const def = {};
|
|
9156
9156
|
/******/ leafPrototypes = leafPrototypes || [null, getProto({}), getProto([]), getProto(getProto)];
|
|
9157
9157
|
/******/ for(var current = mode & 2 && value; (typeof current == 'object' || typeof current == 'function') && !~leafPrototypes.indexOf(current); current = getProto(current)) {
|
|
9158
9158
|
/******/ Object.getOwnPropertyNames(current).forEach((key) => (def[key] = () => (value[key])));
|
|
@@ -9165,11 +9165,26 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9165
9165
|
/******/
|
|
9166
9166
|
/******/ /* webpack/runtime/define property getters */
|
|
9167
9167
|
/******/ (() => {
|
|
9168
|
-
/******/ // define getter functions for harmony exports
|
|
9168
|
+
/******/ // define getter/value functions for harmony exports
|
|
9169
9169
|
/******/ __webpack_require__.d = (exports, definition) => {
|
|
9170
|
-
/******/
|
|
9171
|
-
/******/
|
|
9172
|
-
/******/
|
|
9170
|
+
/******/ if(Array.isArray(definition)) {
|
|
9171
|
+
/******/ var i = 0;
|
|
9172
|
+
/******/ while(i < definition.length) {
|
|
9173
|
+
/******/ var key = definition[i++];
|
|
9174
|
+
/******/ var binding = definition[i++];
|
|
9175
|
+
/******/ if(!__webpack_require__.o(exports, key)) {
|
|
9176
|
+
/******/ if(binding === 0) {
|
|
9177
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, value: definition[i++] });
|
|
9178
|
+
/******/ } else {
|
|
9179
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: binding });
|
|
9180
|
+
/******/ }
|
|
9181
|
+
/******/ } else if(binding === 0) { i++; }
|
|
9182
|
+
/******/ }
|
|
9183
|
+
/******/ } else {
|
|
9184
|
+
/******/ for(var key in definition) {
|
|
9185
|
+
/******/ if(__webpack_require__.o(definition, key) && !__webpack_require__.o(exports, key)) {
|
|
9186
|
+
/******/ Object.defineProperty(exports, key, { enumerable: true, get: definition[key] });
|
|
9187
|
+
/******/ }
|
|
9173
9188
|
/******/ }
|
|
9174
9189
|
/******/ }
|
|
9175
9190
|
/******/ };
|
|
@@ -9204,16 +9219,16 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9204
9219
|
/******/
|
|
9205
9220
|
/******/ /* webpack/runtime/load script */
|
|
9206
9221
|
/******/ (() => {
|
|
9207
|
-
/******/
|
|
9208
|
-
/******/
|
|
9222
|
+
/******/ const inProgress = {};
|
|
9223
|
+
/******/ const dataWebpackPrefix = "@wavemaker/foundation-css:";
|
|
9209
9224
|
/******/ // loadScript function to load a script via script tag
|
|
9210
9225
|
/******/ __webpack_require__.l = (url, done, key, chunkId) => {
|
|
9211
9226
|
/******/ if(inProgress[url]) { inProgress[url].push(done); return; }
|
|
9212
|
-
/******/
|
|
9227
|
+
/******/ let script, needAttach;
|
|
9213
9228
|
/******/ if(key !== undefined) {
|
|
9214
|
-
/******/
|
|
9229
|
+
/******/ const scripts = document.getElementsByTagName("script");
|
|
9215
9230
|
/******/ for(var i = 0; i < scripts.length; i++) {
|
|
9216
|
-
/******/
|
|
9231
|
+
/******/ const s = scripts[i];
|
|
9217
9232
|
/******/ if(s.getAttribute("src") == url || s.getAttribute("data-webpack") == dataWebpackPrefix + key) { script = s; break; }
|
|
9218
9233
|
/******/ }
|
|
9219
9234
|
/******/ }
|
|
@@ -9230,17 +9245,17 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9230
9245
|
/******/ script.src = url;
|
|
9231
9246
|
/******/ }
|
|
9232
9247
|
/******/ inProgress[url] = [done];
|
|
9233
|
-
/******/
|
|
9248
|
+
/******/ const onScriptComplete = (prev, event) => {
|
|
9234
9249
|
/******/ // avoid mem leaks in IE.
|
|
9235
9250
|
/******/ script.onerror = script.onload = null;
|
|
9236
9251
|
/******/ clearTimeout(timeout);
|
|
9237
|
-
/******/
|
|
9252
|
+
/******/ const doneFns = inProgress[url];
|
|
9238
9253
|
/******/ delete inProgress[url];
|
|
9239
|
-
/******/ script.parentNode
|
|
9240
|
-
/******/ doneFns
|
|
9254
|
+
/******/ script.parentNode?.removeChild(script);
|
|
9255
|
+
/******/ doneFns?.forEach((fn) => (fn(event)));
|
|
9241
9256
|
/******/ if(prev) return prev(event);
|
|
9242
9257
|
/******/ }
|
|
9243
|
-
/******/
|
|
9258
|
+
/******/ const timeout = setTimeout(onScriptComplete.bind(null, undefined, { type: 'timeout', target: script }), 120000);
|
|
9244
9259
|
/******/ script.onerror = onScriptComplete.bind(null, script.onerror);
|
|
9245
9260
|
/******/ script.onload = onScriptComplete.bind(null, script.onload);
|
|
9246
9261
|
/******/ needAttach && document.head.appendChild(script);
|
|
@@ -9251,7 +9266,7 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9251
9266
|
/******/ (() => {
|
|
9252
9267
|
/******/ // define __esModule on exports
|
|
9253
9268
|
/******/ __webpack_require__.r = (exports) => {
|
|
9254
|
-
/******/ if(
|
|
9269
|
+
/******/ if(Symbol.toStringTag) {
|
|
9255
9270
|
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
|
|
9256
9271
|
/******/ }
|
|
9257
9272
|
/******/ Object.defineProperty(exports, '__esModule', { value: true });
|
|
@@ -9270,13 +9285,13 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9270
9285
|
/******/ // object to store loaded and loading chunks
|
|
9271
9286
|
/******/ // undefined = chunk not loaded, null = chunk preloaded/prefetched
|
|
9272
9287
|
/******/ // [resolve, reject, Promise] = chunk loading, 0 = chunk loaded
|
|
9273
|
-
/******/
|
|
9288
|
+
/******/ const installedChunks = {
|
|
9274
9289
|
/******/ "main": 0
|
|
9275
9290
|
/******/ };
|
|
9276
9291
|
/******/
|
|
9277
9292
|
/******/ __webpack_require__.f.j = (chunkId, promises) => {
|
|
9278
9293
|
/******/ // JSONP chunk loading for javascript
|
|
9279
|
-
/******/
|
|
9294
|
+
/******/ let installedChunkData = __webpack_require__.o(installedChunks, chunkId) ? installedChunks[chunkId] : undefined;
|
|
9280
9295
|
/******/ if(installedChunkData !== 0) { // 0 means "already installed".
|
|
9281
9296
|
/******/
|
|
9282
9297
|
/******/ // a Promise means "currently loading".
|
|
@@ -9285,20 +9300,20 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9285
9300
|
/******/ } else {
|
|
9286
9301
|
/******/ if(true) { // all chunks have JS
|
|
9287
9302
|
/******/ // setup Promise in chunk cache
|
|
9288
|
-
/******/
|
|
9303
|
+
/******/ const promise = new Promise((resolve, reject) => (installedChunkData = installedChunks[chunkId] = [resolve, reject]));
|
|
9289
9304
|
/******/ promises.push(installedChunkData[2] = promise);
|
|
9290
9305
|
/******/
|
|
9291
9306
|
/******/ // start chunk loading
|
|
9292
|
-
/******/
|
|
9307
|
+
/******/ const url = __webpack_require__.p + __webpack_require__.u(chunkId);
|
|
9293
9308
|
/******/ // create error before stack unwound to get useful stacktrace later
|
|
9294
|
-
/******/
|
|
9295
|
-
/******/
|
|
9309
|
+
/******/ const error = new Error();
|
|
9310
|
+
/******/ const loadingEnded = (event) => {
|
|
9296
9311
|
/******/ if(__webpack_require__.o(installedChunks, chunkId)) {
|
|
9297
9312
|
/******/ installedChunkData = installedChunks[chunkId];
|
|
9298
9313
|
/******/ if(installedChunkData !== 0) installedChunks[chunkId] = undefined;
|
|
9299
9314
|
/******/ if(installedChunkData) {
|
|
9300
|
-
/******/
|
|
9301
|
-
/******/
|
|
9315
|
+
/******/ const errorType = event && (event.type === 'load' ? 'missing' : event.type);
|
|
9316
|
+
/******/ const realSrc = event && event.target && event.target.src;
|
|
9302
9317
|
/******/ error.message = 'Loading chunk ' + chunkId + ' failed.\n(' + errorType + ': ' + realSrc + ')';
|
|
9303
9318
|
/******/ error.name = 'ChunkLoadError';
|
|
9304
9319
|
/******/ error.type = errorType;
|
|
@@ -9324,8 +9339,8 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9324
9339
|
/******/ // no on chunks loaded
|
|
9325
9340
|
/******/
|
|
9326
9341
|
/******/ // install a JSONP callback for chunk loading
|
|
9327
|
-
/******/
|
|
9328
|
-
/******/
|
|
9342
|
+
/******/ const webpackJsonpCallback = (parentChunkLoadingFunction, data) => {
|
|
9343
|
+
/******/ let [chunkIds, moreModules, runtime] = data;
|
|
9329
9344
|
/******/ // add "moreModules" to the modules object,
|
|
9330
9345
|
/******/ // then flag all "chunkIds" as loaded and fire callback
|
|
9331
9346
|
/******/ var moduleId, chunkId, i = 0;
|
|
@@ -9348,13 +9363,13 @@ module.exports = /*#__PURE__*/JSON.parse('{"space":{"0":{"value":"{space.rule.va
|
|
|
9348
9363
|
/******/
|
|
9349
9364
|
/******/ }
|
|
9350
9365
|
/******/
|
|
9351
|
-
/******/
|
|
9366
|
+
/******/ const chunkLoadingGlobal = this["webpackChunk_wavemaker_foundation_css"] = this["webpackChunk_wavemaker_foundation_css"] || [];
|
|
9352
9367
|
/******/ chunkLoadingGlobal.forEach(webpackJsonpCallback.bind(null, 0));
|
|
9353
9368
|
/******/ chunkLoadingGlobal.push = webpackJsonpCallback.bind(null, chunkLoadingGlobal.push.bind(chunkLoadingGlobal));
|
|
9354
9369
|
/******/ })();
|
|
9355
9370
|
/******/
|
|
9356
9371
|
/************************************************************************/
|
|
9357
|
-
|
|
9372
|
+
let __webpack_exports__ = {};
|
|
9358
9373
|
// This entry needs to be wrapped in an IIFE because it needs to be in strict mode.
|
|
9359
9374
|
(() => {
|
|
9360
9375
|
"use strict";
|
|
@@ -9428,7 +9443,7 @@ const getComponentsList = (platform) => {
|
|
|
9428
9443
|
|
|
9429
9444
|
})();
|
|
9430
9445
|
|
|
9431
|
-
|
|
9446
|
+
const __webpack_export_target__ = exports;
|
|
9432
9447
|
for(var __webpack_i__ in __webpack_exports__) __webpack_export_target__[__webpack_i__] = __webpack_exports__[__webpack_i__];
|
|
9433
9448
|
if(__webpack_exports__.__esModule) Object.defineProperty(__webpack_export_target__, "__esModule", { value: true });
|
|
9434
9449
|
/******/ })()
|