UNPKG

ll-package

Version:

2 lines (1 loc) 2.17 kB
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const i=require("../../../@ctrl/tinycolor/dist/module/format-input.js"),h=require("../../../@ctrl/tinycolor/dist/module/conversion.js");var p=2,b=.16,P=.05,G=.05,H=.15,F=5,S=4,R=[{index:7,opacity:.15},{index:6,opacity:.25},{index:5,opacity:.3},{index:5,opacity:.45},{index:5,opacity:.65},{index:5,opacity:.85},{index:4,opacity:.9},{index:3,opacity:.95},{index:2,opacity:.97},{index:1,opacity:.98}];function m(r){var t=r.r,a=r.g,e=r.b,o=h.rgbToHsv(t,a,e);return{h:o.h*360,s:o.s,v:o.v}}function l(r){var t=r.r,a=r.g,e=r.b;return"#".concat(h.rgbToHex(t,a,e,!1))}function k(r,t,a){var e=a/100,o={r:(t.r-r.r)*e+r.r,g:(t.g-r.g)*e+r.g,b:(t.b-r.b)*e+r.b};return o}function x(r,t,a){var e;return Math.round(r.h)>=60&&Math.round(r.h)<=240?e=a?Math.round(r.h)-p*t:Math.round(r.h)+p*t:e=a?Math.round(r.h)+p*t:Math.round(r.h)-p*t,e<0?e+=360:e>=360&&(e-=360),e}function C(r,t,a){if(r.h===0&&r.s===0)return r.s;var e;return a?e=r.s-b*t:t===S?e=r.s+b:e=r.s+P*t,e>1&&(e=1),a&&t===F&&e>.1&&(e=.1),e<.06&&(e=.06),Number(e.toFixed(2))}function y(r,t,a){var e;return a?e=r.v+G*t:e=r.v-H*t,e>1&&(e=1),Number(e.toFixed(2))}function g(r){for(var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=[],e=i.inputToRGB(r),o=F;o>0;o-=1){var c=m(e),B=l(i.inputToRGB({h:x(c,o,!0),s:C(c,o,!0),v:y(c,o,!0)}));a.push(B)}a.push(l(e));for(var u=1;u<=S;u+=1){var v=m(e),M=l(i.inputToRGB({h:x(v,u),s:C(v,u),v:y(v,u)}));a.push(M)}return t.theme==="dark"?R.map(function(f){var T=f.index,A=f.opacity,D=l(k(i.inputToRGB(t.backgroundColor||"#141414"),i.inputToRGB(a[T]),A*100));return D}):a}var d={red:"#F5222D",volcano:"#FA541C",orange:"#FA8C16",gold:"#FAAD14",yellow:"#FADB14",lime:"#A0D911",green:"#52C41A",cyan:"#13C2C2",blue:"#1890FF",geekblue:"#2F54EB",purple:"#722ED1",magenta:"#EB2F96",grey:"#666666"},n={},s={};Object.keys(d).forEach(function(r){n[r]=g(d[r]),n[r].primary=n[r][5],s[r]=g(d[r],{theme:"dark",backgroundColor:"#141414"}),s[r].primary=s[r][5]});var E=n.gold,j=n.blue;exports.blue=j;exports.generate=g;exports.gold=E;exports.presetDarkPalettes=s;exports.presetPalettes=n;exports.presetPrimaryColors=d;