@fremtind/jkl-alert-message-react
Advanced tools
Comparing version 8.0.4 to 8.0.5
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __create = Object.create; | ||
@@ -5,18 +6,4 @@ var __defProp = Object.defineProperty; | ||
var __getOwnPropNames = Object.getOwnPropertyNames; | ||
var __getOwnPropSymbols = Object.getOwnPropertySymbols; | ||
var __getProtoOf = Object.getPrototypeOf; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __propIsEnum = Object.prototype.propertyIsEnumerable; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __spreadValues = (a, b) => { | ||
for (var prop in b || (b = {})) | ||
if (__hasOwnProp.call(b, prop)) | ||
__defNormalProp(a, prop, b[prop]); | ||
if (__getOwnPropSymbols) | ||
for (var prop of __getOwnPropSymbols(b)) { | ||
if (__propIsEnum.call(b, prop)) | ||
__defNormalProp(a, prop, b[prop]); | ||
} | ||
return a; | ||
}; | ||
var __export = (target, all) => { | ||
@@ -72,3 +59,3 @@ for (var name in all) | ||
"data-testid": "alert-message-content", | ||
style: __spreadValues({}, styles) | ||
style: { ...styles } | ||
}, /* @__PURE__ */ import_react.default.createElement("div", { | ||
@@ -75,0 +62,0 @@ "aria-hidden": true, |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __create = Object.create; | ||
@@ -2,0 +3,0 @@ var __defProp = Object.defineProperty; |
@@ -0,1 +1,2 @@ | ||
"use strict"; | ||
var __defProp = Object.defineProperty; | ||
@@ -2,0 +3,0 @@ var __getOwnPropDesc = Object.getOwnPropertyDescriptor; |
@@ -1,17 +0,1 @@ | ||
var __defProp = Object.defineProperty; | ||
var __getOwnPropSymbols = Object.getOwnPropertySymbols; | ||
var __hasOwnProp = Object.prototype.hasOwnProperty; | ||
var __propIsEnum = Object.prototype.propertyIsEnumerable; | ||
var __defNormalProp = (obj, key, value) => key in obj ? __defProp(obj, key, { enumerable: true, configurable: true, writable: true, value }) : obj[key] = value; | ||
var __spreadValues = (a, b) => { | ||
for (var prop in b || (b = {})) | ||
if (__hasOwnProp.call(b, prop)) | ||
__defNormalProp(a, prop, b[prop]); | ||
if (__getOwnPropSymbols) | ||
for (var prop of __getOwnPropSymbols(b)) { | ||
if (__propIsEnum.call(b, prop)) | ||
__defNormalProp(a, prop, b[prop]); | ||
} | ||
return a; | ||
}; | ||
import { IconButton } from "@fremtind/jkl-icon-button-react"; | ||
@@ -45,3 +29,3 @@ import classNames from "classnames"; | ||
"data-testid": "alert-message-content", | ||
style: __spreadValues({}, styles) | ||
style: { ...styles } | ||
}, /* @__PURE__ */ React.createElement("div", { | ||
@@ -48,0 +32,0 @@ "aria-hidden": true, |
{ | ||
"name": "@fremtind/jkl-alert-message-react", | ||
"version": "8.0.4", | ||
"version": "8.0.5", | ||
"publishConfig": { | ||
@@ -42,8 +42,8 @@ "access": "public" | ||
"dependencies": { | ||
"@fremtind/jkl-alert-message": "^6.0.3", | ||
"@fremtind/jkl-icon-button-react": "^1.0.4", | ||
"@fremtind/jkl-alert-message": "^6.0.4", | ||
"@fremtind/jkl-icon-button-react": "^1.0.5", | ||
"classnames": "^2.2.6" | ||
}, | ||
"devDependencies": { | ||
"@fremtind/jkl-core": "^10.0.3" | ||
"@fremtind/jkl-core": "^10.0.4" | ||
}, | ||
@@ -63,3 +63,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "41c541ee1ca9b890f50d931d7541d69e1ccd61ac" | ||
"gitHead": "c93fc3afd8a4debb77e2a8e4a0f6fd5c92a5bc7b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
0
39079
359