New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@oslokommune/punkt-vue

Package Overview
Dependencies
Maintainers
0
Versions
141
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@oslokommune/punkt-vue - npm Package Compare versions

Comparing version 11.16.4 to 11.16.5

17

CHANGELOG.md

@@ -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.15.0](https://github.com/oslokommune/punkt/compare/11.14.1...11.15.0) (2024-07-12)

@@ -10,0 +27,0 @@

44

dist/punkt-vue-linkcard.js

@@ -1,9 +0,9 @@

import { P as l } from "./Icon-8MjQJfqx.js";
import { resolveComponent as r, openBlock as i, createElementBlock as s, normalizeClass as a, createVNode as c, createElementVNode as n, toDisplayString as d, renderSlot as k } from "vue";
import { _ } from "./_plugin-vue_export-helper-hUChTQA_.js";
import { u as f, a as m } from "./plugins-UPM181Xt.js";
const p = {
import { P as o } from "./Icon-8MjQJfqx.js";
import { resolveComponent as r, openBlock as i, createElementBlock as s, normalizeClass as n, createVNode as c, createElementVNode as a, toDisplayString as d, renderSlot as k } from "vue";
import { _ as f } from "./_plugin-vue_export-helper-hUChTQA_.js";
import { u as m, a as p } from "./plugins-UPM181Xt.js";
const _ = {
name: "PktLinkcard",
components: {
PktIcon: l
PktIcon: o
},

@@ -40,34 +40,32 @@ props: {

methods: {}
}, u = ["href", "target", "rel"], g = { class: "pkt-linkcard__content" }, h = { class: "pkt-linkcard__text" };
function y(t, P, e, x, I, S) {
const o = r("PktIcon");
}, u = ["href", "target", "rel"], g = { class: "pkt-linkcard__text" };
function h(t, N, e, P, x, I) {
const l = r("PktIcon");
return i(), s("a", {
href: e.href,
class: a(["pkt-linkcard pkt-link", e.skin ? `pkt-linkcard--${this.skin}` : "normal"]),
class: n(["pkt-linkcard pkt-link", e.skin ? `pkt-linkcard--${this.skin}` : "normal"]),
target: e.openInNewTab ? "_blank" : "_self",
rel: e.openInNewTab ? "noopener noreferrer" : void 0
}, [
c(o, {
c(l, {
class: "pkt-link__icon",
name: e.iconName
}, null, 8, ["name"]),
n("div", g, [
n("div", {
class: a(["pkt-linkcard__title", { "pkt-link pkt-link--external": e.external }])
}, d(e.title), 3),
n("div", h, [
k(t.$slots, "default")
])
a("div", {
class: n(["pkt-linkcard__title", { "pkt-link pkt-link--external": e.external }])
}, d(e.title), 3),
a("div", g, [
k(t.$slots, "default")
])
], 10, u);
}
const b = /* @__PURE__ */ _(p, [["render", y]]), N = {
const y = /* @__PURE__ */ f(_, [["render", h]]), b = {
install(t) {
m(t, b);
p(t, y);
}
};
f(N);
m(b);
export {
b as PktLinkcard,
N as default
y as PktLinkcard,
b as default
};
{
"name": "@oslokommune/punkt-vue",
"version": "11.16.4",
"version": "11.16.5",
"description": "Vue 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-vue": "^4.5.2",

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc