@vtmn/svelte
Advanced tools
Comparing version 0.6.0 to 0.7.0
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VtmnButton = factory()); | ||
}(this, (function () { 'use strict'; | ||
})(this, (function () { 'use strict'; | ||
@@ -338,3 +338,3 @@ function noop() { } | ||
after_update: [], | ||
context: new Map(parent_component ? parent_component.$$.context : options.context || []), | ||
context: new Map(options.context || (parent_component ? parent_component.$$.context : [])), | ||
// everything else | ||
@@ -420,3 +420,3 @@ callbacks: blank_object(), | ||
/* src/components/VtmnButton.svelte generated by Svelte v3.42.5 */ | ||
/* src/components/VtmnButton.svelte generated by Svelte v3.43.0 */ | ||
@@ -734,2 +734,2 @@ function create_if_block_2(ctx) { | ||
}))); | ||
})); |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VtmnLink = factory()); | ||
}(this, (function () { 'use strict'; | ||
})(this, (function () { 'use strict'; | ||
@@ -316,3 +316,3 @@ function noop() { } | ||
after_update: [], | ||
context: new Map(parent_component ? parent_component.$$.context : options.context || []), | ||
context: new Map(options.context || (parent_component ? parent_component.$$.context : [])), | ||
// everything else | ||
@@ -398,3 +398,3 @@ callbacks: blank_object(), | ||
/* src/components/VtmnLink.svelte generated by Svelte v3.42.5 */ | ||
/* src/components/VtmnLink.svelte generated by Svelte v3.43.0 */ | ||
@@ -518,2 +518,2 @@ function create_fragment(ctx) { | ||
}))); | ||
})); |
@@ -5,3 +5,3 @@ (function (global, factory) { | ||
(global = typeof globalThis !== 'undefined' ? globalThis : global || self, global.VtmnTextInput = factory()); | ||
}(this, (function () { 'use strict'; | ||
})(this, (function () { 'use strict'; | ||
@@ -273,3 +273,3 @@ function noop() { } | ||
after_update: [], | ||
context: new Map(parent_component ? parent_component.$$.context : options.context || []), | ||
context: new Map(options.context || (parent_component ? parent_component.$$.context : [])), | ||
// everything else | ||
@@ -344,3 +344,3 @@ callbacks: blank_object(), | ||
/* src/components/VtmnTextInput.svelte generated by Svelte v3.42.5 */ | ||
/* src/components/VtmnTextInput.svelte generated by Svelte v3.43.0 */ | ||
@@ -664,2 +664,2 @@ function create_if_block_2(ctx) { | ||
}))); | ||
})); |
{ | ||
"name": "@vtmn/svelte", | ||
"version": "0.6.0", | ||
"version": "0.7.0", | ||
"description": "Decathlon Design System - Vitamin Svelte library", | ||
@@ -32,12 +32,12 @@ "keywords": [ | ||
"devDependencies": { | ||
"@rollup/plugin-node-resolve": "^13.0.0", | ||
"@vtmn/icons": "^0.4.0", | ||
"@rollup/plugin-node-resolve": "^13.0.5", | ||
"@vtmn/icons": "^0.5.0", | ||
"chokidar-cli": "^3.0.0", | ||
"eslint": "7.32.0", | ||
"eslint-plugin-svelte3": "3.2.1", | ||
"rollup": "^2.56.1", | ||
"rollup": "^2.57.0", | ||
"rollup-plugin-css-only": "^3.1.0", | ||
"rollup-plugin-svelte": "^7.1.0", | ||
"svelte": "3.42.5", | ||
"svelte-preprocess": "4.9.4" | ||
"svelte": "3.43.0", | ||
"svelte-preprocess": "4.9.5" | ||
}, | ||
@@ -53,3 +53,3 @@ "publishConfig": { | ||
], | ||
"gitHead": "57b3ad5b35b241ae06f3d4c9dca70f1d99566c3f" | ||
"gitHead": "21afa977e8deff34d21f26370cf5fd3d1b9560a9" | ||
} |
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
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
153848
4215