@lumx/core 2.1.4 → 2.1.6-alpha.2
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/css/design-tokens.css +27 -27
- package/js/constants/design-tokens.js +24 -24
- package/js/constants/design-tokens.min.js +1 -1
- package/js/constants/design-tokens.min.js.map +1 -1
- package/js/constants/design-tokens.ts +24 -24
- package/js/custom-colors.min.js.map +1 -1
- package/js/date-picker.min.js.map +1 -1
- package/js/utils.min.js.map +1 -1
- package/lumx.css +1 -1
- package/lumx.min.css +1 -1
- package/package.json +9 -6
- package/scss/_design-tokens.scss +27 -27
- package/scss/components/chip/_index.scss +6 -0
- package/scss/components/icon/_mixins.scss +5 -1
- package/scss/components/thumbnail/_index.scss +7 -5
- package/scss/components/user-block/_index.scss +1 -1
- package/scss/core/state/_mixins.scss +16 -10
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
/**
|
|
2
2
|
* Do not edit directly
|
|
3
|
-
* Generated on
|
|
3
|
+
* Generated on Tue, 30 Nov 2021 09:20:10 GMT
|
|
4
4
|
*/
|
|
5
5
|
|
|
6
6
|
export const DESIGN_TOKENS = {
|
|
@@ -253,7 +253,7 @@ export const DESIGN_TOKENS = {
|
|
|
253
253
|
},
|
|
254
254
|
color: {
|
|
255
255
|
version: '0.22',
|
|
256
|
-
comment: 'Base dark color with
|
|
256
|
+
comment: 'Base dark color with 70% opacity',
|
|
257
257
|
attributes: {
|
|
258
258
|
category: 'button',
|
|
259
259
|
type: 'emphasis-medium',
|
|
@@ -325,7 +325,7 @@ export const DESIGN_TOKENS = {
|
|
|
325
325
|
},
|
|
326
326
|
color: {
|
|
327
327
|
version: '0.22',
|
|
328
|
-
comment: 'Base dark color with
|
|
328
|
+
comment: 'Base dark color with 70% opacity',
|
|
329
329
|
attributes: {
|
|
330
330
|
category: 'button',
|
|
331
331
|
type: 'emphasis-medium',
|
|
@@ -397,7 +397,7 @@ export const DESIGN_TOKENS = {
|
|
|
397
397
|
},
|
|
398
398
|
color: {
|
|
399
399
|
version: '0.22',
|
|
400
|
-
comment: 'Base dark color with
|
|
400
|
+
comment: 'Base dark color with 70% opacity',
|
|
401
401
|
attributes: {
|
|
402
402
|
category: 'button',
|
|
403
403
|
type: 'emphasis-medium',
|
|
@@ -469,7 +469,7 @@ export const DESIGN_TOKENS = {
|
|
|
469
469
|
},
|
|
470
470
|
color: {
|
|
471
471
|
version: '0.22',
|
|
472
|
-
comment: 'Base dark color with
|
|
472
|
+
comment: 'Base dark color with 70% opacity',
|
|
473
473
|
attributes: {
|
|
474
474
|
category: 'button',
|
|
475
475
|
type: 'emphasis-low',
|
|
@@ -539,7 +539,7 @@ export const DESIGN_TOKENS = {
|
|
|
539
539
|
},
|
|
540
540
|
color: {
|
|
541
541
|
version: '0.22',
|
|
542
|
-
comment: 'Base dark color with
|
|
542
|
+
comment: 'Base dark color with 70% opacity',
|
|
543
543
|
attributes: {
|
|
544
544
|
category: 'button',
|
|
545
545
|
type: 'emphasis-low',
|
|
@@ -611,7 +611,7 @@ export const DESIGN_TOKENS = {
|
|
|
611
611
|
},
|
|
612
612
|
color: {
|
|
613
613
|
version: '0.22',
|
|
614
|
-
comment: 'Base dark color with
|
|
614
|
+
comment: 'Base dark color with 70% opacity',
|
|
615
615
|
attributes: {
|
|
616
616
|
category: 'button',
|
|
617
617
|
type: 'emphasis-low',
|
|
@@ -1233,7 +1233,7 @@ export const DESIGN_TOKENS = {
|
|
|
1233
1233
|
},
|
|
1234
1234
|
'icon-color': {
|
|
1235
1235
|
version: '0.22',
|
|
1236
|
-
comment: 'Base dark color with
|
|
1236
|
+
comment: 'Base dark color with 70% opacity',
|
|
1237
1237
|
attributes: {
|
|
1238
1238
|
category: 'navigation',
|
|
1239
1239
|
type: 'item',
|
|
@@ -1242,7 +1242,7 @@ export const DESIGN_TOKENS = {
|
|
|
1242
1242
|
},
|
|
1243
1243
|
'label-color': {
|
|
1244
1244
|
version: '0.22',
|
|
1245
|
-
comment: '
|
|
1245
|
+
comment: 'Neutral dark color',
|
|
1246
1246
|
attributes: {
|
|
1247
1247
|
category: 'navigation',
|
|
1248
1248
|
type: 'item',
|
|
@@ -1258,7 +1258,7 @@ export const DESIGN_TOKENS = {
|
|
|
1258
1258
|
},
|
|
1259
1259
|
'chevron-color': {
|
|
1260
1260
|
version: '0.22',
|
|
1261
|
-
comment: 'Base dark color with
|
|
1261
|
+
comment: 'Base dark color with 70% opacity',
|
|
1262
1262
|
attributes: {
|
|
1263
1263
|
category: 'navigation',
|
|
1264
1264
|
type: 'item',
|
|
@@ -1379,7 +1379,7 @@ export const DESIGN_TOKENS = {
|
|
|
1379
1379
|
},
|
|
1380
1380
|
'icon-color': {
|
|
1381
1381
|
version: '0.22',
|
|
1382
|
-
comment: 'Base dark color with
|
|
1382
|
+
comment: 'Base dark color with 70% opacity',
|
|
1383
1383
|
attributes: {
|
|
1384
1384
|
category: 'navigation',
|
|
1385
1385
|
type: 'item',
|
|
@@ -1388,7 +1388,7 @@ export const DESIGN_TOKENS = {
|
|
|
1388
1388
|
},
|
|
1389
1389
|
'label-color': {
|
|
1390
1390
|
version: '0.22',
|
|
1391
|
-
comment: '
|
|
1391
|
+
comment: 'Neutral dark color',
|
|
1392
1392
|
attributes: {
|
|
1393
1393
|
category: 'navigation',
|
|
1394
1394
|
type: 'item',
|
|
@@ -1406,7 +1406,7 @@ export const DESIGN_TOKENS = {
|
|
|
1406
1406
|
},
|
|
1407
1407
|
'chevron-color': {
|
|
1408
1408
|
version: '0.22',
|
|
1409
|
-
comment: 'Base dark color with
|
|
1409
|
+
comment: 'Base dark color with 70% opacity',
|
|
1410
1410
|
attributes: {
|
|
1411
1411
|
category: 'navigation',
|
|
1412
1412
|
type: 'item',
|
|
@@ -1531,7 +1531,7 @@ export const DESIGN_TOKENS = {
|
|
|
1531
1531
|
},
|
|
1532
1532
|
'icon-color': {
|
|
1533
1533
|
version: '0.22',
|
|
1534
|
-
comment: 'Base dark color with
|
|
1534
|
+
comment: 'Base dark color with 70% opacity',
|
|
1535
1535
|
attributes: {
|
|
1536
1536
|
category: 'navigation',
|
|
1537
1537
|
type: 'item',
|
|
@@ -1540,7 +1540,7 @@ export const DESIGN_TOKENS = {
|
|
|
1540
1540
|
},
|
|
1541
1541
|
'label-color': {
|
|
1542
1542
|
version: '0.22',
|
|
1543
|
-
comment: '
|
|
1543
|
+
comment: 'Neutral dark color',
|
|
1544
1544
|
attributes: {
|
|
1545
1545
|
category: 'navigation',
|
|
1546
1546
|
type: 'item',
|
|
@@ -1558,7 +1558,7 @@ export const DESIGN_TOKENS = {
|
|
|
1558
1558
|
},
|
|
1559
1559
|
'chevron-color': {
|
|
1560
1560
|
version: '0.22',
|
|
1561
|
-
comment: 'Base dark color with
|
|
1561
|
+
comment: 'Base dark color with 70% opacity',
|
|
1562
1562
|
attributes: {
|
|
1563
1563
|
category: 'navigation',
|
|
1564
1564
|
type: 'item',
|
|
@@ -2112,7 +2112,7 @@ export const DESIGN_TOKENS = {
|
|
|
2112
2112
|
},
|
|
2113
2113
|
color: {
|
|
2114
2114
|
version: '0.22',
|
|
2115
|
-
comment: 'Base dark color with
|
|
2115
|
+
comment: 'Base dark color with 70% opacity',
|
|
2116
2116
|
attributes: {
|
|
2117
2117
|
category: 'tabs',
|
|
2118
2118
|
type: 'link',
|
|
@@ -2208,7 +2208,7 @@ export const DESIGN_TOKENS = {
|
|
|
2208
2208
|
},
|
|
2209
2209
|
color: {
|
|
2210
2210
|
version: '0.22',
|
|
2211
|
-
comment: 'Base dark color with
|
|
2211
|
+
comment: 'Base dark color with 70% opacity',
|
|
2212
2212
|
attributes: {
|
|
2213
2213
|
category: 'tabs',
|
|
2214
2214
|
type: 'link',
|
|
@@ -2306,7 +2306,7 @@ export const DESIGN_TOKENS = {
|
|
|
2306
2306
|
},
|
|
2307
2307
|
color: {
|
|
2308
2308
|
version: '0.22',
|
|
2309
|
-
comment: 'Base dark color with
|
|
2309
|
+
comment: 'Base dark color with 70% opacity',
|
|
2310
2310
|
attributes: {
|
|
2311
2311
|
category: 'tabs',
|
|
2312
2312
|
type: 'link',
|
|
@@ -2404,7 +2404,7 @@ export const DESIGN_TOKENS = {
|
|
|
2404
2404
|
},
|
|
2405
2405
|
color: {
|
|
2406
2406
|
version: '0.22',
|
|
2407
|
-
comment: 'Base dark color with
|
|
2407
|
+
comment: 'Base dark color with 70% opacity',
|
|
2408
2408
|
attributes: {
|
|
2409
2409
|
category: 'tabs',
|
|
2410
2410
|
type: 'link',
|
|
@@ -2498,7 +2498,7 @@ export const DESIGN_TOKENS = {
|
|
|
2498
2498
|
},
|
|
2499
2499
|
color: {
|
|
2500
2500
|
version: '0.22',
|
|
2501
|
-
comment: 'Base dark color with
|
|
2501
|
+
comment: 'Base dark color with 70% opacity',
|
|
2502
2502
|
attributes: {
|
|
2503
2503
|
category: 'tabs',
|
|
2504
2504
|
type: 'link',
|
|
@@ -2594,7 +2594,7 @@ export const DESIGN_TOKENS = {
|
|
|
2594
2594
|
},
|
|
2595
2595
|
color: {
|
|
2596
2596
|
version: '0.22',
|
|
2597
|
-
comment: 'Base dark color with
|
|
2597
|
+
comment: 'Base dark color with 70% opacity',
|
|
2598
2598
|
attributes: {
|
|
2599
2599
|
category: 'tabs',
|
|
2600
2600
|
type: 'link',
|
|
@@ -3134,7 +3134,7 @@ export const DESIGN_TOKENS = {
|
|
|
3134
3134
|
},
|
|
3135
3135
|
L1: {
|
|
3136
3136
|
version: '0.22',
|
|
3137
|
-
comment: 'Base dark color with
|
|
3137
|
+
comment: 'Base dark color with 70% opacity',
|
|
3138
3138
|
attributes: {
|
|
3139
3139
|
category: 'color',
|
|
3140
3140
|
type: 'dark',
|
|
@@ -4498,7 +4498,7 @@ export const DESIGN_TOKENS = {
|
|
|
4498
4498
|
},
|
|
4499
4499
|
L1: {
|
|
4500
4500
|
version: '0.22',
|
|
4501
|
-
comment: 'Base dark color with
|
|
4501
|
+
comment: 'Base dark color with 70% opacity',
|
|
4502
4502
|
attributes: {
|
|
4503
4503
|
category: 'color',
|
|
4504
4504
|
type: 'black',
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///./node_modules/core-js/internals/global.js","webpack:///./node_modules/core-js/internals/has.js","webpack:///./node_modules/core-js/internals/fails.js","webpack:///./node_modules/core-js/internals/descriptors.js","webpack:///./node_modules/core-js/internals/is-object.js","webpack:///./node_modules/core-js/internals/create-non-enumerable-property.js","webpack:///./node_modules/core-js/internals/an-object.js","webpack:///./node_modules/core-js/internals/object-define-property.js","webpack:///./node_modules/core-js/internals/export.js","webpack:///./node_modules/core-js/internals/create-property-descriptor.js","webpack:///./node_modules/core-js/internals/to-indexed-object.js","webpack:///./node_modules/core-js/internals/set-global.js","webpack:///./node_modules/core-js/internals/classof-raw.js","webpack:///./node_modules/core-js/internals/require-object-coercible.js","webpack:///./node_modules/core-js/internals/to-primitive.js","webpack:///./node_modules/core-js/internals/is-pure.js","webpack:///./node_modules/core-js/internals/hidden-keys.js","webpack:///./node_modules/core-js/internals/to-length.js","webpack:///./node_modules/core-js/internals/to-integer.js","webpack:///./node_modules/core-js/internals/enum-bug-keys.js","webpack:///./node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:///./node_modules/core-js/internals/redefine.js","webpack:///./node_modules/core-js/internals/shared-key.js","webpack:///./node_modules/core-js/internals/ie8-dom-define.js","webpack:///./node_modules/core-js/internals/inspect-source.js","webpack:///./node_modules/core-js/internals/shared-store.js","webpack:///./node_modules/core-js/internals/get-built-in.js","webpack:///./node_modules/core-js/internals/object-keys-internal.js","webpack:///(webpack)/buildin/global.js","webpack:///./node_modules/core-js/internals/indexed-object.js","webpack:///./node_modules/core-js/internals/document-create-element.js","webpack:///./node_modules/core-js/internals/internal-state.js","webpack:///./node_modules/core-js/internals/shared.js","webpack:///./node_modules/core-js/internals/uid.js","webpack:///./node_modules/core-js/internals/object-property-is-enumerable.js","webpack:///./node_modules/core-js/internals/array-includes.js","webpack:///./node_modules/core-js/internals/object-keys.js","webpack:///./node_modules/core-js/internals/native-weak-map.js","webpack:///./node_modules/core-js/internals/copy-constructor-properties.js","webpack:///./node_modules/core-js/internals/own-keys.js","webpack:///./node_modules/core-js/internals/path.js","webpack:///./node_modules/core-js/internals/object-get-own-property-names.js","webpack:///./node_modules/core-js/internals/to-absolute-index.js","webpack:///./node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:///./node_modules/core-js/internals/is-forced.js","webpack:///./src/js/custom-colors.ts","webpack:///./node_modules/core-js/modules/es.object.entries.js","webpack:///./node_modules/core-js/internals/object-to-array.js"],"names":["__webpack_require__","moduleId","installedModules","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","it","Math","check","globalThis","window","self","global","Function","exec","error","fails","DESCRIPTORS","definePropertyModule","createPropertyDescriptor","f","isObject","TypeError","String","IE8_DOM_DEFINE","anObject","toPrimitive","nativeDefineProperty","O","P","Attributes","getOwnPropertyDescriptor","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","options","source","FORCED","target","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","undefined","sham","bitmap","configurable","writable","IndexedObject","requireObjectCoercible","toString","slice","input","PREFERRED_STRING","fn","val","valueOf","toInteger","min","argument","ceil","floor","isNaN","propertyIsEnumerableModule","toIndexedObject","has","nativeGetOwnPropertyDescriptor","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","split","unsafe","simple","join","this","shared","uid","keys","createElement","a","store","functionToString","path","aFunction","variable","namespace","method","arguments","length","indexOf","hiddenKeys","names","result","push","g","e","classof","propertyIsEnumerable","document","EXISTS","set","NATIVE_WEAK_MAP","objectHas","sharedKey","WeakMap","wmget","wmhas","wmset","metadata","STATE","getterFor","TYPE","state","type","IS_PURE","version","copyright","id","postfix","random","nativePropertyIsEnumerable","NASHORN_BUG","1","V","toLength","toAbsoluteIndex","createMethod","IS_INCLUDES","$this","el","fromIndex","index","includes","internalObjectKeys","enumBugKeys","test","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","getOwnPropertySymbols","concat","getOwnPropertyNames","max","integer","replacement","feature","detection","data","normalize","POLYFILL","NATIVE","string","replace","toLowerCase","generateCSSColorVariables","palette","output","entries","color","variants","variantName","colorValue","setCustomColors","sheet","colorPalette","selector","rules","insertRule","addRule","_addCSSRule","$","$entries","objectKeys","TO_ENTRIES","values"],"mappings":"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","file":"js/custom-colors.min.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 110);\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","module.exports = false;\n","module.exports = {};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","interface Variants {\n D2?: string;\n D1?: string;\n N?: string;\n L1?: string;\n L2?: string;\n L3?: string;\n L4?: string;\n L5?: string;\n L6?: string;\n}\n\ntype ColorPalette = Partial<Record<'primary' | 'secondary', Variants>>;\n\n/**\n * Generate CSS variables for the given color palette.\n */\nexport function generateCSSColorVariables(palette: ColorPalette): string {\n let output = '';\n for (const [color, variants] of Object.entries(palette)) {\n if (!variants) continue;\n\n for (const [variantName, colorValue] of Object.entries(variants)) {\n output += `--lumx-color-${color}-${variantName}: ${colorValue};\\n`;\n }\n }\n return output;\n}\n\n/**\n * Add a css rule in a given sheet.\n *\n * @param sheet The sheet to insert the new rules in.\n * @param selector The css rules selector.\n * @param rules The css rules.\n * @param index The css rule index.\n */\nfunction _addCSSRule(sheet: CSSStyleSheet, selector: string, rules: string, index: number) {\n if ('insertRule' in sheet) {\n sheet.insertRule(`${selector}{${rules}}`, index);\n } else if ('addRule' in sheet) {\n (sheet as any).addRule(selector, rules, index);\n }\n}\n\n/**\n * Set primary and secondary custom colors.\n *\n * @param sheet The sheet to insert the custom rules in.\n * @param colorPalette The custom color palette.\n * @param selector The selector used to scope the custom colors (defaults to ':root').\n */\nexport function setCustomColors(sheet: CSSStyleSheet, colorPalette: ColorPalette, selector = ':root') {\n const rules = generateCSSColorVariables(colorPalette);\n _addCSSRule(sheet, selector, rules, 0);\n}\n","var $ = require('../internals/export');\nvar $entries = require('../internals/object-to-array').entries;\n\n// `Object.entries` method\n// https://tc39.github.io/ecma262/#sec-object.entries\n$({ target: 'Object', stat: true }, {\n entries: function entries(O) {\n return $entries(O);\n }\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectKeys = require('../internals/object-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar propertyIsEnumerable = require('../internals/object-property-is-enumerable').f;\n\n// `Object.{ entries, values }` methods implementation\nvar createMethod = function (TO_ENTRIES) {\n return function (it) {\n var O = toIndexedObject(it);\n var keys = objectKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) {\n key = keys[i++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) {\n result.push(TO_ENTRIES ? [key, O[key]] : O[key]);\n }\n }\n return result;\n };\n};\n\nmodule.exports = {\n // `Object.entries` method\n // https://tc39.github.io/ecma262/#sec-object.entries\n entries: createMethod(true),\n // `Object.values` method\n // https://tc39.github.io/ecma262/#sec-object.values\n values: createMethod(false)\n};\n"],"sourceRoot":""}
|
|
1
|
+
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/global.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/has.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/fails.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/descriptors.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/is-object.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/create-non-enumerable-property.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/an-object.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-define-property.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/export.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/create-property-descriptor.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/to-indexed-object.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/set-global.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/classof-raw.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/require-object-coercible.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/to-primitive.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/is-pure.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/hidden-keys.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/to-length.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/to-integer.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/enum-bug-keys.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-get-own-property-descriptor.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/redefine.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/shared-key.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/ie8-dom-define.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/inspect-source.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/shared-store.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/get-built-in.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-keys-internal.js","webpack:///(webpack)/buildin/global.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/indexed-object.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/document-create-element.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/internal-state.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/shared.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/uid.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-property-is-enumerable.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/array-includes.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-keys.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/native-weak-map.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/copy-constructor-properties.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/own-keys.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/path.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-get-own-property-names.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/to-absolute-index.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-get-own-property-symbols.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/is-forced.js","webpack:///./src/js/custom-colors.ts","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/modules/es.object.entries.js","webpack:////home/gcornut/git/dup-design-system/node_modules/core-js/internals/object-to-array.js"],"names":["__webpack_require__","moduleId","installedModules","exports","module","i","l","modules","call","m","c","d","name","getter","o","Object","defineProperty","enumerable","get","r","Symbol","toStringTag","value","t","mode","__esModule","ns","create","key","bind","n","object","property","prototype","hasOwnProperty","p","s","it","Math","check","globalThis","window","self","global","Function","exec","error","fails","DESCRIPTORS","definePropertyModule","createPropertyDescriptor","f","isObject","TypeError","String","IE8_DOM_DEFINE","anObject","toPrimitive","nativeDefineProperty","O","P","Attributes","getOwnPropertyDescriptor","createNonEnumerableProperty","redefine","setGlobal","copyConstructorProperties","isForced","options","source","FORCED","target","targetProperty","sourceProperty","descriptor","TARGET","GLOBAL","STATIC","stat","noTargetGet","forced","undefined","sham","bitmap","configurable","writable","IndexedObject","requireObjectCoercible","toString","slice","input","PREFERRED_STRING","fn","val","valueOf","toInteger","min","argument","ceil","floor","isNaN","propertyIsEnumerableModule","toIndexedObject","has","nativeGetOwnPropertyDescriptor","inspectSource","InternalStateModule","getInternalState","enforceInternalState","enforce","TEMPLATE","split","unsafe","simple","join","this","shared","uid","keys","createElement","a","store","functionToString","path","aFunction","variable","namespace","method","arguments","length","indexOf","hiddenKeys","names","result","push","g","e","classof","propertyIsEnumerable","document","EXISTS","set","NATIVE_WEAK_MAP","objectHas","sharedKey","WeakMap","wmget","wmhas","wmset","metadata","STATE","getterFor","TYPE","state","type","IS_PURE","version","copyright","id","postfix","random","nativePropertyIsEnumerable","NASHORN_BUG","1","V","toLength","toAbsoluteIndex","createMethod","IS_INCLUDES","$this","el","fromIndex","index","includes","internalObjectKeys","enumBugKeys","test","ownKeys","getOwnPropertyDescriptorModule","getBuiltIn","getOwnPropertyNamesModule","getOwnPropertySymbolsModule","getOwnPropertySymbols","concat","getOwnPropertyNames","max","integer","replacement","feature","detection","data","normalize","POLYFILL","NATIVE","string","replace","toLowerCase","generateCSSColorVariables","palette","output","entries","color","variants","variantName","colorValue","setCustomColors","sheet","colorPalette","selector","rules","insertRule","addRule","_addCSSRule","$","$entries","objectKeys","TO_ENTRIES","values"],"mappings":"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","file":"js/custom-colors.min.js","sourcesContent":[" \t// The module cache\n \tvar installedModules = {};\n\n \t// The require function\n \tfunction __webpack_require__(moduleId) {\n\n \t\t// Check if module is in cache\n \t\tif(installedModules[moduleId]) {\n \t\t\treturn installedModules[moduleId].exports;\n \t\t}\n \t\t// Create a new module (and put it into the cache)\n \t\tvar module = installedModules[moduleId] = {\n \t\t\ti: moduleId,\n \t\t\tl: false,\n \t\t\texports: {}\n \t\t};\n\n \t\t// Execute the module function\n \t\tmodules[moduleId].call(module.exports, module, module.exports, __webpack_require__);\n\n \t\t// Flag the module as loaded\n \t\tmodule.l = true;\n\n \t\t// Return the exports of the module\n \t\treturn module.exports;\n \t}\n\n\n \t// expose the modules object (__webpack_modules__)\n \t__webpack_require__.m = modules;\n\n \t// expose the module cache\n \t__webpack_require__.c = installedModules;\n\n \t// define getter function for harmony exports\n \t__webpack_require__.d = function(exports, name, getter) {\n \t\tif(!__webpack_require__.o(exports, name)) {\n \t\t\tObject.defineProperty(exports, name, { enumerable: true, get: getter });\n \t\t}\n \t};\n\n \t// define __esModule on exports\n \t__webpack_require__.r = function(exports) {\n \t\tif(typeof Symbol !== 'undefined' && Symbol.toStringTag) {\n \t\t\tObject.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });\n \t\t}\n \t\tObject.defineProperty(exports, '__esModule', { value: true });\n \t};\n\n \t// create a fake namespace object\n \t// mode & 1: value is a module id, require it\n \t// mode & 2: merge all properties of value into the ns\n \t// mode & 4: return value when already ns object\n \t// mode & 8|1: behave like require\n \t__webpack_require__.t = function(value, mode) {\n \t\tif(mode & 1) value = __webpack_require__(value);\n \t\tif(mode & 8) return value;\n \t\tif((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;\n \t\tvar ns = Object.create(null);\n \t\t__webpack_require__.r(ns);\n \t\tObject.defineProperty(ns, 'default', { enumerable: true, value: value });\n \t\tif(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));\n \t\treturn ns;\n \t};\n\n \t// getDefaultExport function for compatibility with non-harmony modules\n \t__webpack_require__.n = function(module) {\n \t\tvar getter = module && module.__esModule ?\n \t\t\tfunction getDefault() { return module['default']; } :\n \t\t\tfunction getModuleExports() { return module; };\n \t\t__webpack_require__.d(getter, 'a', getter);\n \t\treturn getter;\n \t};\n\n \t// Object.prototype.hasOwnProperty.call\n \t__webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };\n\n \t// __webpack_public_path__\n \t__webpack_require__.p = \"\";\n\n\n \t// Load entry module and return exports\n \treturn __webpack_require__(__webpack_require__.s = 110);\n","var check = function (it) {\n return it && it.Math == Math && it;\n};\n\n// https://github.com/zloirock/core-js/issues/86#issuecomment-115759028\nmodule.exports =\n // eslint-disable-next-line no-undef\n check(typeof globalThis == 'object' && globalThis) ||\n check(typeof window == 'object' && window) ||\n check(typeof self == 'object' && self) ||\n check(typeof global == 'object' && global) ||\n // eslint-disable-next-line no-new-func\n Function('return this')();\n","var hasOwnProperty = {}.hasOwnProperty;\n\nmodule.exports = function (it, key) {\n return hasOwnProperty.call(it, key);\n};\n","module.exports = function (exec) {\n try {\n return !!exec();\n } catch (error) {\n return true;\n }\n};\n","var fails = require('../internals/fails');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !fails(function () {\n return Object.defineProperty({}, 1, { get: function () { return 7; } })[1] != 7;\n});\n","module.exports = function (it) {\n return typeof it === 'object' ? it !== null : typeof it === 'function';\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar definePropertyModule = require('../internals/object-define-property');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\n\nmodule.exports = DESCRIPTORS ? function (object, key, value) {\n return definePropertyModule.f(object, key, createPropertyDescriptor(1, value));\n} : function (object, key, value) {\n object[key] = value;\n return object;\n};\n","var isObject = require('../internals/is-object');\n\nmodule.exports = function (it) {\n if (!isObject(it)) {\n throw TypeError(String(it) + ' is not an object');\n } return it;\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\nvar anObject = require('../internals/an-object');\nvar toPrimitive = require('../internals/to-primitive');\n\nvar nativeDefineProperty = Object.defineProperty;\n\n// `Object.defineProperty` method\n// https://tc39.github.io/ecma262/#sec-object.defineproperty\nexports.f = DESCRIPTORS ? nativeDefineProperty : function defineProperty(O, P, Attributes) {\n anObject(O);\n P = toPrimitive(P, true);\n anObject(Attributes);\n if (IE8_DOM_DEFINE) try {\n return nativeDefineProperty(O, P, Attributes);\n } catch (error) { /* empty */ }\n if ('get' in Attributes || 'set' in Attributes) throw TypeError('Accessors not supported');\n if ('value' in Attributes) O[P] = Attributes.value;\n return O;\n};\n","var global = require('../internals/global');\nvar getOwnPropertyDescriptor = require('../internals/object-get-own-property-descriptor').f;\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar redefine = require('../internals/redefine');\nvar setGlobal = require('../internals/set-global');\nvar copyConstructorProperties = require('../internals/copy-constructor-properties');\nvar isForced = require('../internals/is-forced');\n\n/*\n options.target - name of the target object\n options.global - target is the global object\n options.stat - export as static methods of target\n options.proto - export as prototype methods of target\n options.real - real prototype method for the `pure` version\n options.forced - export even if the native feature is available\n options.bind - bind methods to the target, required for the `pure` version\n options.wrap - wrap constructors to preventing global pollution, required for the `pure` version\n options.unsafe - use the simple assignment of property instead of delete + defineProperty\n options.sham - add a flag to not completely full polyfills\n options.enumerable - export as enumerable property\n options.noTargetGet - prevent calling a getter on target\n*/\nmodule.exports = function (options, source) {\n var TARGET = options.target;\n var GLOBAL = options.global;\n var STATIC = options.stat;\n var FORCED, target, key, targetProperty, sourceProperty, descriptor;\n if (GLOBAL) {\n target = global;\n } else if (STATIC) {\n target = global[TARGET] || setGlobal(TARGET, {});\n } else {\n target = (global[TARGET] || {}).prototype;\n }\n if (target) for (key in source) {\n sourceProperty = source[key];\n if (options.noTargetGet) {\n descriptor = getOwnPropertyDescriptor(target, key);\n targetProperty = descriptor && descriptor.value;\n } else targetProperty = target[key];\n FORCED = isForced(GLOBAL ? key : TARGET + (STATIC ? '.' : '#') + key, options.forced);\n // contained in target\n if (!FORCED && targetProperty !== undefined) {\n if (typeof sourceProperty === typeof targetProperty) continue;\n copyConstructorProperties(sourceProperty, targetProperty);\n }\n // add a flag to not completely full polyfills\n if (options.sham || (targetProperty && targetProperty.sham)) {\n createNonEnumerableProperty(sourceProperty, 'sham', true);\n }\n // extend global\n redefine(target, key, sourceProperty, options);\n }\n};\n","module.exports = function (bitmap, value) {\n return {\n enumerable: !(bitmap & 1),\n configurable: !(bitmap & 2),\n writable: !(bitmap & 4),\n value: value\n };\n};\n","// toObject with fallback for non-array-like ES3 strings\nvar IndexedObject = require('../internals/indexed-object');\nvar requireObjectCoercible = require('../internals/require-object-coercible');\n\nmodule.exports = function (it) {\n return IndexedObject(requireObjectCoercible(it));\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\n\nmodule.exports = function (key, value) {\n try {\n createNonEnumerableProperty(global, key, value);\n } catch (error) {\n global[key] = value;\n } return value;\n};\n","var toString = {}.toString;\n\nmodule.exports = function (it) {\n return toString.call(it).slice(8, -1);\n};\n","// `RequireObjectCoercible` abstract operation\n// https://tc39.github.io/ecma262/#sec-requireobjectcoercible\nmodule.exports = function (it) {\n if (it == undefined) throw TypeError(\"Can't call method on \" + it);\n return it;\n};\n","var isObject = require('../internals/is-object');\n\n// `ToPrimitive` abstract operation\n// https://tc39.github.io/ecma262/#sec-toprimitive\n// instead of the ES6 spec version, we didn't implement @@toPrimitive case\n// and the second argument - flag - preferred type is a string\nmodule.exports = function (input, PREFERRED_STRING) {\n if (!isObject(input)) return input;\n var fn, val;\n if (PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n if (typeof (fn = input.valueOf) == 'function' && !isObject(val = fn.call(input))) return val;\n if (!PREFERRED_STRING && typeof (fn = input.toString) == 'function' && !isObject(val = fn.call(input))) return val;\n throw TypeError(\"Can't convert object to primitive value\");\n};\n","module.exports = false;\n","module.exports = {};\n","var toInteger = require('../internals/to-integer');\n\nvar min = Math.min;\n\n// `ToLength` abstract operation\n// https://tc39.github.io/ecma262/#sec-tolength\nmodule.exports = function (argument) {\n return argument > 0 ? min(toInteger(argument), 0x1FFFFFFFFFFFFF) : 0; // 2 ** 53 - 1 == 9007199254740991\n};\n","var ceil = Math.ceil;\nvar floor = Math.floor;\n\n// `ToInteger` abstract operation\n// https://tc39.github.io/ecma262/#sec-tointeger\nmodule.exports = function (argument) {\n return isNaN(argument = +argument) ? 0 : (argument > 0 ? floor : ceil)(argument);\n};\n","// IE8- don't enum bug keys\nmodule.exports = [\n 'constructor',\n 'hasOwnProperty',\n 'isPrototypeOf',\n 'propertyIsEnumerable',\n 'toLocaleString',\n 'toString',\n 'valueOf'\n];\n","var DESCRIPTORS = require('../internals/descriptors');\nvar propertyIsEnumerableModule = require('../internals/object-property-is-enumerable');\nvar createPropertyDescriptor = require('../internals/create-property-descriptor');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar toPrimitive = require('../internals/to-primitive');\nvar has = require('../internals/has');\nvar IE8_DOM_DEFINE = require('../internals/ie8-dom-define');\n\nvar nativeGetOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// `Object.getOwnPropertyDescriptor` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertydescriptor\nexports.f = DESCRIPTORS ? nativeGetOwnPropertyDescriptor : function getOwnPropertyDescriptor(O, P) {\n O = toIndexedObject(O);\n P = toPrimitive(P, true);\n if (IE8_DOM_DEFINE) try {\n return nativeGetOwnPropertyDescriptor(O, P);\n } catch (error) { /* empty */ }\n if (has(O, P)) return createPropertyDescriptor(!propertyIsEnumerableModule.f.call(O, P), O[P]);\n};\n","var global = require('../internals/global');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar has = require('../internals/has');\nvar setGlobal = require('../internals/set-global');\nvar inspectSource = require('../internals/inspect-source');\nvar InternalStateModule = require('../internals/internal-state');\n\nvar getInternalState = InternalStateModule.get;\nvar enforceInternalState = InternalStateModule.enforce;\nvar TEMPLATE = String(String).split('String');\n\n(module.exports = function (O, key, value, options) {\n var unsafe = options ? !!options.unsafe : false;\n var simple = options ? !!options.enumerable : false;\n var noTargetGet = options ? !!options.noTargetGet : false;\n if (typeof value == 'function') {\n if (typeof key == 'string' && !has(value, 'name')) createNonEnumerableProperty(value, 'name', key);\n enforceInternalState(value).source = TEMPLATE.join(typeof key == 'string' ? key : '');\n }\n if (O === global) {\n if (simple) O[key] = value;\n else setGlobal(key, value);\n return;\n } else if (!unsafe) {\n delete O[key];\n } else if (!noTargetGet && O[key]) {\n simple = true;\n }\n if (simple) O[key] = value;\n else createNonEnumerableProperty(O, key, value);\n// add fake Function#toString for correct work wrapped methods / constructors with methods like LoDash isNative\n})(Function.prototype, 'toString', function toString() {\n return typeof this == 'function' && getInternalState(this).source || inspectSource(this);\n});\n","var shared = require('../internals/shared');\nvar uid = require('../internals/uid');\n\nvar keys = shared('keys');\n\nmodule.exports = function (key) {\n return keys[key] || (keys[key] = uid(key));\n};\n","var DESCRIPTORS = require('../internals/descriptors');\nvar fails = require('../internals/fails');\nvar createElement = require('../internals/document-create-element');\n\n// Thank's IE8 for his funny defineProperty\nmodule.exports = !DESCRIPTORS && !fails(function () {\n return Object.defineProperty(createElement('div'), 'a', {\n get: function () { return 7; }\n }).a != 7;\n});\n","var store = require('../internals/shared-store');\n\nvar functionToString = Function.toString;\n\n// this helper broken in `3.4.1-3.4.4`, so we can't use `shared` helper\nif (typeof store.inspectSource != 'function') {\n store.inspectSource = function (it) {\n return functionToString.call(it);\n };\n}\n\nmodule.exports = store.inspectSource;\n","var global = require('../internals/global');\nvar setGlobal = require('../internals/set-global');\n\nvar SHARED = '__core-js_shared__';\nvar store = global[SHARED] || setGlobal(SHARED, {});\n\nmodule.exports = store;\n","var path = require('../internals/path');\nvar global = require('../internals/global');\n\nvar aFunction = function (variable) {\n return typeof variable == 'function' ? variable : undefined;\n};\n\nmodule.exports = function (namespace, method) {\n return arguments.length < 2 ? aFunction(path[namespace]) || aFunction(global[namespace])\n : path[namespace] && path[namespace][method] || global[namespace] && global[namespace][method];\n};\n","var has = require('../internals/has');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar indexOf = require('../internals/array-includes').indexOf;\nvar hiddenKeys = require('../internals/hidden-keys');\n\nmodule.exports = function (object, names) {\n var O = toIndexedObject(object);\n var i = 0;\n var result = [];\n var key;\n for (key in O) !has(hiddenKeys, key) && has(O, key) && result.push(key);\n // Don't enum bug & hidden keys\n while (names.length > i) if (has(O, key = names[i++])) {\n ~indexOf(result, key) || result.push(key);\n }\n return result;\n};\n","var g;\n\n// This works in non-strict mode\ng = (function() {\n\treturn this;\n})();\n\ntry {\n\t// This works if eval is allowed (see CSP)\n\tg = g || new Function(\"return this\")();\n} catch (e) {\n\t// This works if the window reference is available\n\tif (typeof window === \"object\") g = window;\n}\n\n// g can still be undefined, but nothing to do about it...\n// We return undefined, instead of nothing here, so it's\n// easier to handle this case. if(!global) { ...}\n\nmodule.exports = g;\n","var fails = require('../internals/fails');\nvar classof = require('../internals/classof-raw');\n\nvar split = ''.split;\n\n// fallback for non-array-like ES3 and non-enumerable old V8 strings\nmodule.exports = fails(function () {\n // throws an error in rhino, see https://github.com/mozilla/rhino/issues/346\n // eslint-disable-next-line no-prototype-builtins\n return !Object('z').propertyIsEnumerable(0);\n}) ? function (it) {\n return classof(it) == 'String' ? split.call(it, '') : Object(it);\n} : Object;\n","var global = require('../internals/global');\nvar isObject = require('../internals/is-object');\n\nvar document = global.document;\n// typeof document.createElement is 'object' in old IE\nvar EXISTS = isObject(document) && isObject(document.createElement);\n\nmodule.exports = function (it) {\n return EXISTS ? document.createElement(it) : {};\n};\n","var NATIVE_WEAK_MAP = require('../internals/native-weak-map');\nvar global = require('../internals/global');\nvar isObject = require('../internals/is-object');\nvar createNonEnumerableProperty = require('../internals/create-non-enumerable-property');\nvar objectHas = require('../internals/has');\nvar sharedKey = require('../internals/shared-key');\nvar hiddenKeys = require('../internals/hidden-keys');\n\nvar WeakMap = global.WeakMap;\nvar set, get, has;\n\nvar enforce = function (it) {\n return has(it) ? get(it) : set(it, {});\n};\n\nvar getterFor = function (TYPE) {\n return function (it) {\n var state;\n if (!isObject(it) || (state = get(it)).type !== TYPE) {\n throw TypeError('Incompatible receiver, ' + TYPE + ' required');\n } return state;\n };\n};\n\nif (NATIVE_WEAK_MAP) {\n var store = new WeakMap();\n var wmget = store.get;\n var wmhas = store.has;\n var wmset = store.set;\n set = function (it, metadata) {\n wmset.call(store, it, metadata);\n return metadata;\n };\n get = function (it) {\n return wmget.call(store, it) || {};\n };\n has = function (it) {\n return wmhas.call(store, it);\n };\n} else {\n var STATE = sharedKey('state');\n hiddenKeys[STATE] = true;\n set = function (it, metadata) {\n createNonEnumerableProperty(it, STATE, metadata);\n return metadata;\n };\n get = function (it) {\n return objectHas(it, STATE) ? it[STATE] : {};\n };\n has = function (it) {\n return objectHas(it, STATE);\n };\n}\n\nmodule.exports = {\n set: set,\n get: get,\n has: has,\n enforce: enforce,\n getterFor: getterFor\n};\n","var IS_PURE = require('../internals/is-pure');\nvar store = require('../internals/shared-store');\n\n(module.exports = function (key, value) {\n return store[key] || (store[key] = value !== undefined ? value : {});\n})('versions', []).push({\n version: '3.6.4',\n mode: IS_PURE ? 'pure' : 'global',\n copyright: '© 2020 Denis Pushkarev (zloirock.ru)'\n});\n","var id = 0;\nvar postfix = Math.random();\n\nmodule.exports = function (key) {\n return 'Symbol(' + String(key === undefined ? '' : key) + ')_' + (++id + postfix).toString(36);\n};\n","'use strict';\nvar nativePropertyIsEnumerable = {}.propertyIsEnumerable;\nvar getOwnPropertyDescriptor = Object.getOwnPropertyDescriptor;\n\n// Nashorn ~ JDK8 bug\nvar NASHORN_BUG = getOwnPropertyDescriptor && !nativePropertyIsEnumerable.call({ 1: 2 }, 1);\n\n// `Object.prototype.propertyIsEnumerable` method implementation\n// https://tc39.github.io/ecma262/#sec-object.prototype.propertyisenumerable\nexports.f = NASHORN_BUG ? function propertyIsEnumerable(V) {\n var descriptor = getOwnPropertyDescriptor(this, V);\n return !!descriptor && descriptor.enumerable;\n} : nativePropertyIsEnumerable;\n","var toIndexedObject = require('../internals/to-indexed-object');\nvar toLength = require('../internals/to-length');\nvar toAbsoluteIndex = require('../internals/to-absolute-index');\n\n// `Array.prototype.{ indexOf, includes }` methods implementation\nvar createMethod = function (IS_INCLUDES) {\n return function ($this, el, fromIndex) {\n var O = toIndexedObject($this);\n var length = toLength(O.length);\n var index = toAbsoluteIndex(fromIndex, length);\n var value;\n // Array#includes uses SameValueZero equality algorithm\n // eslint-disable-next-line no-self-compare\n if (IS_INCLUDES && el != el) while (length > index) {\n value = O[index++];\n // eslint-disable-next-line no-self-compare\n if (value != value) return true;\n // Array#indexOf ignores holes, Array#includes - not\n } else for (;length > index; index++) {\n if ((IS_INCLUDES || index in O) && O[index] === el) return IS_INCLUDES || index || 0;\n } return !IS_INCLUDES && -1;\n };\n};\n\nmodule.exports = {\n // `Array.prototype.includes` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.includes\n includes: createMethod(true),\n // `Array.prototype.indexOf` method\n // https://tc39.github.io/ecma262/#sec-array.prototype.indexof\n indexOf: createMethod(false)\n};\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\n// `Object.keys` method\n// https://tc39.github.io/ecma262/#sec-object.keys\nmodule.exports = Object.keys || function keys(O) {\n return internalObjectKeys(O, enumBugKeys);\n};\n","var global = require('../internals/global');\nvar inspectSource = require('../internals/inspect-source');\n\nvar WeakMap = global.WeakMap;\n\nmodule.exports = typeof WeakMap === 'function' && /native code/.test(inspectSource(WeakMap));\n","var has = require('../internals/has');\nvar ownKeys = require('../internals/own-keys');\nvar getOwnPropertyDescriptorModule = require('../internals/object-get-own-property-descriptor');\nvar definePropertyModule = require('../internals/object-define-property');\n\nmodule.exports = function (target, source) {\n var keys = ownKeys(source);\n var defineProperty = definePropertyModule.f;\n var getOwnPropertyDescriptor = getOwnPropertyDescriptorModule.f;\n for (var i = 0; i < keys.length; i++) {\n var key = keys[i];\n if (!has(target, key)) defineProperty(target, key, getOwnPropertyDescriptor(source, key));\n }\n};\n","var getBuiltIn = require('../internals/get-built-in');\nvar getOwnPropertyNamesModule = require('../internals/object-get-own-property-names');\nvar getOwnPropertySymbolsModule = require('../internals/object-get-own-property-symbols');\nvar anObject = require('../internals/an-object');\n\n// all object keys, includes non-enumerable and symbols\nmodule.exports = getBuiltIn('Reflect', 'ownKeys') || function ownKeys(it) {\n var keys = getOwnPropertyNamesModule.f(anObject(it));\n var getOwnPropertySymbols = getOwnPropertySymbolsModule.f;\n return getOwnPropertySymbols ? keys.concat(getOwnPropertySymbols(it)) : keys;\n};\n","var global = require('../internals/global');\n\nmodule.exports = global;\n","var internalObjectKeys = require('../internals/object-keys-internal');\nvar enumBugKeys = require('../internals/enum-bug-keys');\n\nvar hiddenKeys = enumBugKeys.concat('length', 'prototype');\n\n// `Object.getOwnPropertyNames` method\n// https://tc39.github.io/ecma262/#sec-object.getownpropertynames\nexports.f = Object.getOwnPropertyNames || function getOwnPropertyNames(O) {\n return internalObjectKeys(O, hiddenKeys);\n};\n","var toInteger = require('../internals/to-integer');\n\nvar max = Math.max;\nvar min = Math.min;\n\n// Helper for a popular repeating case of the spec:\n// Let integer be ? ToInteger(index).\n// If integer < 0, let result be max((length + integer), 0); else let result be min(integer, length).\nmodule.exports = function (index, length) {\n var integer = toInteger(index);\n return integer < 0 ? max(integer + length, 0) : min(integer, length);\n};\n","exports.f = Object.getOwnPropertySymbols;\n","var fails = require('../internals/fails');\n\nvar replacement = /#|\\.prototype\\./;\n\nvar isForced = function (feature, detection) {\n var value = data[normalize(feature)];\n return value == POLYFILL ? true\n : value == NATIVE ? false\n : typeof detection == 'function' ? fails(detection)\n : !!detection;\n};\n\nvar normalize = isForced.normalize = function (string) {\n return String(string).replace(replacement, '.').toLowerCase();\n};\n\nvar data = isForced.data = {};\nvar NATIVE = isForced.NATIVE = 'N';\nvar POLYFILL = isForced.POLYFILL = 'P';\n\nmodule.exports = isForced;\n","interface Variants {\n D2?: string;\n D1?: string;\n N?: string;\n L1?: string;\n L2?: string;\n L3?: string;\n L4?: string;\n L5?: string;\n L6?: string;\n}\n\ntype ColorPalette = Partial<Record<'primary' | 'secondary', Variants>>;\n\n/**\n * Generate CSS variables for the given color palette.\n */\nexport function generateCSSColorVariables(palette: ColorPalette): string {\n let output = '';\n for (const [color, variants] of Object.entries(palette)) {\n if (!variants) continue;\n\n for (const [variantName, colorValue] of Object.entries(variants)) {\n output += `--lumx-color-${color}-${variantName}: ${colorValue};\\n`;\n }\n }\n return output;\n}\n\n/**\n * Add a css rule in a given sheet.\n *\n * @param sheet The sheet to insert the new rules in.\n * @param selector The css rules selector.\n * @param rules The css rules.\n * @param index The css rule index.\n */\nfunction _addCSSRule(sheet: CSSStyleSheet, selector: string, rules: string, index: number) {\n if ('insertRule' in sheet) {\n sheet.insertRule(`${selector}{${rules}}`, index);\n } else if ('addRule' in sheet) {\n (sheet as any).addRule(selector, rules, index);\n }\n}\n\n/**\n * Set primary and secondary custom colors.\n *\n * @param sheet The sheet to insert the custom rules in.\n * @param colorPalette The custom color palette.\n * @param selector The selector used to scope the custom colors (defaults to ':root').\n */\nexport function setCustomColors(sheet: CSSStyleSheet, colorPalette: ColorPalette, selector = ':root') {\n const rules = generateCSSColorVariables(colorPalette);\n _addCSSRule(sheet, selector, rules, 0);\n}\n","var $ = require('../internals/export');\nvar $entries = require('../internals/object-to-array').entries;\n\n// `Object.entries` method\n// https://tc39.github.io/ecma262/#sec-object.entries\n$({ target: 'Object', stat: true }, {\n entries: function entries(O) {\n return $entries(O);\n }\n});\n","var DESCRIPTORS = require('../internals/descriptors');\nvar objectKeys = require('../internals/object-keys');\nvar toIndexedObject = require('../internals/to-indexed-object');\nvar propertyIsEnumerable = require('../internals/object-property-is-enumerable').f;\n\n// `Object.{ entries, values }` methods implementation\nvar createMethod = function (TO_ENTRIES) {\n return function (it) {\n var O = toIndexedObject(it);\n var keys = objectKeys(O);\n var length = keys.length;\n var i = 0;\n var result = [];\n var key;\n while (length > i) {\n key = keys[i++];\n if (!DESCRIPTORS || propertyIsEnumerable.call(O, key)) {\n result.push(TO_ENTRIES ? [key, O[key]] : O[key]);\n }\n }\n return result;\n };\n};\n\nmodule.exports = {\n // `Object.entries` method\n // https://tc39.github.io/ecma262/#sec-object.entries\n entries: createMethod(true),\n // `Object.values` method\n // https://tc39.github.io/ecma262/#sec-object.values\n values: createMethod(false)\n};\n"],"sourceRoot":""}
|