@oslokommune/punkt-vue2
Advanced tools
Comparing version 11.16.4 to 11.16.5
@@ -8,2 +8,19 @@ # Changelog | ||
## [11.16.5](https://github.com/oslokommune/punkt/compare/11.16.4...11.16.5) (2024-08-12) | ||
### ⚠ BREAKING CHANGES | ||
Ingen | ||
### Features | ||
Ingen | ||
### Bug Fixes | ||
Ingen | ||
### Chores | ||
Ingen | ||
--- | ||
## [11.12.1](https://github.com/oslokommune/punkt/compare/11.12.0...11.12.1) (2024-05-06) | ||
@@ -10,0 +27,0 @@ |
@@ -12,4 +12,4 @@ import { P as a } from "./Icon-3bd5196b.js"; | ||
default: "normal", | ||
validator(n) { | ||
return ["normal", "blue", "beige", "beige-outline", "grey-outline"].includes(n); | ||
validator(t) { | ||
return ["normal", "blue", "beige", "beige-outline", "grey-outline"].includes(t); | ||
} | ||
@@ -41,4 +41,4 @@ }, | ||
var o = function() { | ||
var t = this, e = t._self._c; | ||
return e("a", { staticClass: "pkt-linkcard pkt-link", class: t.skin ? `pkt-linkcard--${this.skin}` : "normal", attrs: { href: t.href, target: t.openInNewTab ? "_blank" : "_self", rel: t.openInNewTab ? "noopener noreferrer" : void 0 } }, [e("pkt-icon", { staticClass: "pkt-link__icon", attrs: { name: t.iconName } }), e("div", { staticClass: "pkt-linkcard__content" }, [e("div", { class: ["pkt-linkcard__title", { "pkt-link pkt-link--external": t.external }] }, [t._v(" " + t._s(t.title) + " ")]), e("div", { staticClass: "pkt-linkcard__text" }, [t._t("default")], 2)])], 1); | ||
var e = this, n = e._self._c; | ||
return n("a", { staticClass: "pkt-linkcard pkt-link", class: e.skin ? `pkt-linkcard--${this.skin}` : "normal", attrs: { href: e.href, target: e.openInNewTab ? "_blank" : "_self", rel: e.openInNewTab ? "noopener noreferrer" : void 0 } }, [n("pkt-icon", { staticClass: "pkt-link__icon", attrs: { name: e.iconName } }), n("div", { class: ["pkt-linkcard__title", { "pkt-link pkt-link--external": e.external }] }, [e._v(" " + e._s(e.title) + " ")]), n("div", { staticClass: "pkt-linkcard__text" }, [e._t("default")], 2)], 1); | ||
}, c = [], p = /* @__PURE__ */ l( | ||
@@ -55,4 +55,4 @@ s, | ||
const k = p.exports, d = { | ||
install(n) { | ||
i(n, k); | ||
install(t) { | ||
i(t, k); | ||
} | ||
@@ -59,0 +59,0 @@ }; |
{ | ||
"name": "@oslokommune/punkt-vue2", | ||
"version": "11.16.4", | ||
"version": "11.16.5", | ||
"description": "Vue2 komponentbibliotek til Punkt, et designsystem laget av Oslo Origo", | ||
@@ -29,4 +29,4 @@ "homepage": "https://punkt.oslo.kommune.no", | ||
"devDependencies": { | ||
"@oslokommune/punkt-assets": "^11.16.4", | ||
"@oslokommune/punkt-css": "^11.16.4", | ||
"@oslokommune/punkt-assets": "^11.16.5", | ||
"@oslokommune/punkt-css": "^11.16.5", | ||
"@vitejs/plugin-vue2": "^2.2.0", | ||
@@ -69,3 +69,3 @@ "edit-json-file": "^1.7.0", | ||
"license": "MIT", | ||
"gitHead": "43762569228ed69bae6db6690129bfbdf99646ef" | ||
"gitHead": "addd30327ef0aae6fee85acd5a882d3fe5b719d4" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
210234