@gemeente-denhaag/link
Advanced tools
Comparing version 0.2.3-alpha.313 to 0.2.3-alpha.314
@@ -37,42 +37,3 @@ 'use strict';Object.defineProperty(exports,'__esModule',{value:true});var React=require('react');function _interopDefaultLegacy(e){return e&&typeof e==='object'&&'default'in e?e:{'default':e}}var React__default=/*#__PURE__*/_interopDefaultLegacy(React);/****************************************************************************** | ||
return t; | ||
}function toVal(mix) { | ||
var k, y, str=''; | ||
if (typeof mix === 'string' || typeof mix === 'number') { | ||
str += mix; | ||
} else if (typeof mix === 'object') { | ||
if (Array.isArray(mix)) { | ||
for (k=0; k < mix.length; k++) { | ||
if (mix[k]) { | ||
if (y = toVal(mix[k])) { | ||
str && (str += ' '); | ||
str += y; | ||
} | ||
} | ||
} | ||
} else { | ||
for (k in mix) { | ||
if (mix[k]) { | ||
str && (str += ' '); | ||
str += k; | ||
} | ||
} | ||
} | ||
} | ||
return str; | ||
} | ||
function clsx () { | ||
var i=0, tmp, x, str=''; | ||
while (i < arguments.length) { | ||
if (tmp = arguments[i++]) { | ||
if (x = toVal(tmp)) { | ||
str && (str += ' '); | ||
str += x; | ||
} | ||
} | ||
} | ||
return str; | ||
}function styleInject(css, ref) { | ||
}function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}function styleInject(css, ref) { | ||
if ( ref === void 0 ) ref = {}; | ||
@@ -79,0 +40,0 @@ var insertAt = ref.insertAt; |
@@ -37,42 +37,3 @@ import React from'react';/****************************************************************************** | ||
return t; | ||
}function toVal(mix) { | ||
var k, y, str=''; | ||
if (typeof mix === 'string' || typeof mix === 'number') { | ||
str += mix; | ||
} else if (typeof mix === 'object') { | ||
if (Array.isArray(mix)) { | ||
for (k=0; k < mix.length; k++) { | ||
if (mix[k]) { | ||
if (y = toVal(mix[k])) { | ||
str && (str += ' '); | ||
str += y; | ||
} | ||
} | ||
} | ||
} else { | ||
for (k in mix) { | ||
if (mix[k]) { | ||
str && (str += ' '); | ||
str += k; | ||
} | ||
} | ||
} | ||
} | ||
return str; | ||
} | ||
function clsx () { | ||
var i=0, tmp, x, str=''; | ||
while (i < arguments.length) { | ||
if (tmp = arguments[i++]) { | ||
if (x = toVal(tmp)) { | ||
str && (str += ' '); | ||
str += x; | ||
} | ||
} | ||
} | ||
return str; | ||
}function styleInject(css, ref) { | ||
}function r(e){var t,f,n="";if("string"==typeof e||"number"==typeof e)n+=e;else if("object"==typeof e)if(Array.isArray(e))for(t=0;t<e.length;t++)e[t]&&(f=r(e[t]))&&(n&&(n+=" "),n+=f);else for(t in e)e[t]&&(n&&(n+=" "),n+=t);return n}function clsx(){for(var e,t,f=0,n="";f<arguments.length;)(e=arguments[f++])&&(t=r(e))&&(n&&(n+=" "),n+=t);return n}function styleInject(css, ref) { | ||
if ( ref === void 0 ) ref = {}; | ||
@@ -79,0 +40,0 @@ var insertAt = ref.insertAt; |
{ | ||
"name": "@gemeente-denhaag/link", | ||
"version": "0.2.3-alpha.313", | ||
"version": "0.2.3-alpha.314", | ||
"description": "A Link component", | ||
@@ -32,4 +32,4 @@ "bugs": "https://github.com/nl-design-system/denhaag/issues", | ||
"dependencies": { | ||
"@gemeente-denhaag/baseprops": "0.2.3-alpha.313", | ||
"@gemeente-denhaag/icons": "0.2.3-alpha.313" | ||
"@gemeente-denhaag/baseprops": "0.2.3-alpha.314", | ||
"@gemeente-denhaag/icons": "0.2.3-alpha.314" | ||
}, | ||
@@ -39,3 +39,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "4b1fa67ef4c97082c2ddba0beb73c833ff82d45c" | ||
"gitHead": "28fc0287ddc5192fdcebda55b4b6365146e87eb6" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
125885
404
+ Added@gemeente-denhaag/baseprops@0.2.3-alpha.314(transitive)
+ Added@gemeente-denhaag/icons@0.2.3-alpha.314(transitive)
- Removed@gemeente-denhaag/baseprops@0.2.3-alpha.313(transitive)
- Removed@gemeente-denhaag/icons@0.2.3-alpha.313(transitive)