UNPKG

@ownclouders/design-system

Version:

ownCloud Design System is based on VueDesign Systems and is used to design ownCloud UI components

2 lines (1 loc) 2.63 kB
"use strict";function l(t){t=t.startsWith("#")?t:`#${t}`;const n=/^#?([a-f\d]{2})([a-f\d]{2})([a-f\d]{2})$/i.exec(t);return n?[parseInt(n[1],16),parseInt(n[2],16),parseInt(n[3],16)]:null}function m(t){const[n,e,r]=t,o=n.toString(16).padStart(2,"0"),s=e.toString(16).padStart(2,"0"),a=r.toString(16).padStart(2,"0");return`#${o}${s}${a}`}function u(t,n){let e=t*(100+n)/100;return e=e<255?e:255,e=Math.round(e),e.toString(16).length==1?"0"+e.toString(16):e.toString(16)}function c(t,n){const e=t[0],r=t[1],o=t[2];return`#${u(e,n)}${u(r,n)}${u(o,n)}`}function i(t){const n=t.map(e=>{const r=e/255;return r<=.03928?r/12.92:((r+.055)/1.055)**2.4});return Number((.2126*n[0]+.7152*n[1]+.0722*n[2]).toFixed(3))}function x(t,n){const e=i(t),r=i(n);return(Math.max(e,r)+.05)/(Math.min(e,r)+.05)}function D(t){let n=0;for(let e=0;e<t.length;e++)n=t.charCodeAt(e)+((n<<5)-n);return`#${(n&16777215).toString(16).toUpperCase()}`}function T(t,n,e){const r=x(t,n);return Math.abs(e-r)<=.3?t:r<e?T(l(c(t,-1)),n,e):T(l(c(t,1)),n,e)}function _(t){t=t.toLowerCase().replace(/\s/g,"");const n=t.includes("rgba("),e=t.match(n?/rgba?\(([^)]+)\)/:/rgb?\(([^)]+)\)/);if(!e)return"#000000";const r=e[1].split(",");let o="";n&&(o=Math.round(parseFloat(r.pop())*255).toString(16),o.length===1&&(o="0"+o));const s=r.map(a=>{const E=parseInt(a,10).toString(16);return E.length===1?"0"+E:E}).join("");return n?`#${s}${o}`:`#${s}`}function d(t){var r;if(!t)return"";if(t.startsWith("#"))return t;const n=((r=t.match(/var\(([^)]+)\)/))==null?void 0:r[1])||t,e=getComputedStyle(document.documentElement).getPropertyValue(n);return e.startsWith("#")?e:_(e)}const h="thead-clicked",V="highlight",N="rowMounted",p="contextmenuClicked",C="itemDropped",S="itemDroppedBreadcrumb",f="itemDragged",I="fileDropped",M="sort",R=["xsmall","small","medium","large","xlarge","xxlarge","xxxlarge"],O={xxxsmall:"xxxs",xxsmall:"xxs",xsmall:"xs",small:"s",medium:"m",large:"l",xlarge:"xl",xxlarge:"xxl",xxxlarge:"xxxl",remove:"rm"};function A(t){return O[t]}let g=0;const H=(t="")=>(t=t||"",g+=1,t+g);exports.AVAILABLE_SIZES=R;exports.EVENT_FILE_DROPPED=I;exports.EVENT_ITEM_DRAGGED=f;exports.EVENT_ITEM_DROPPED=C;exports.EVENT_ITEM_DROPPED_BREADCRUMB=S;exports.EVENT_SORT=M;exports.EVENT_THEAD_CLICKED=h;exports.EVENT_TROW_CLICKED=V;exports.EVENT_TROW_CONTEXTMENU=p;exports.EVENT_TROW_MOUNTED=N;exports.calculateShadeColor=c;exports.cssRgbToHex=_;exports.generateHashedColorForString=D;exports.getContrastRatio=x;exports.getHexFromCssVar=d;exports.getLuminanace=i;exports.getSizeClass=A;exports.hexToRgb=l;exports.rgbToHex=m;exports.setDesiredContrastRatio=T;exports.uniqueId=H;