@swing.xyz/design-system
Advanced tools
Comparing version 0.0.3 to 0.0.4
15
index.js
@@ -311,6 +311,6 @@ import clsx from 'clsx'; | ||
})('versions', []).push({ | ||
version: '3.23.0', | ||
version: '3.24.1', | ||
mode: 'global', | ||
copyright: '© 2014-2022 Denis Pushkarev (zloirock.ru)', | ||
license: 'https://github.com/zloirock/core-js/blob/v3.23.0/LICENSE', | ||
license: 'https://github.com/zloirock/core-js/blob/v3.24.1/LICENSE', | ||
source: 'https://github.com/zloirock/core-js' | ||
@@ -689,3 +689,4 @@ }); | ||
if (!hasOwn$3(value, 'name') || (CONFIGURABLE_FUNCTION_NAME && value.name !== name)) { | ||
defineProperty$2(value, 'name', { value: name, configurable: true }); | ||
if (DESCRIPTORS$2) defineProperty$2(value, 'name', { value: name, configurable: true }); | ||
else value.name = name; | ||
} | ||
@@ -727,4 +728,6 @@ if (CONFIGURABLE_LENGTH && options && hasOwn$3(options, 'arity') && value.length !== options.arity) { | ||
} else { | ||
if (!options.unsafe) delete O[key]; | ||
else if (O[key]) simple = true; | ||
try { | ||
if (!options.unsafe) delete O[key]; | ||
else if (O[key]) simple = true; | ||
} catch (error) { /* empty */ } | ||
if (simple) O[key] = value; | ||
@@ -1290,3 +1293,3 @@ else definePropertyModule$1.f(O, key, { | ||
type: type !== null && type !== void 0 ? type : 'text', | ||
className: clsx(className, 'block w-full pr-12 pl-7 text-lg border-2', { | ||
className: clsx(className, 'inline-block w-full pr-12 pl-7 text-lg border-2', { | ||
'focus:ring-0': readOnly, | ||
@@ -1293,0 +1296,0 @@ 'border-gray-200': !hasError, |
{ | ||
"name": "@swing.xyz/design-system", | ||
"version": "0.0.3", | ||
"version": "0.0.4", | ||
"exports": { | ||
@@ -5,0 +5,0 @@ "./theme.css": "./theme.css", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
New author
Supply chain riskA new npm collaborator published a version of the package for the first time. New collaborators are usually benign additions to a project, but do indicate a change to the security surface area of a package.
Found 1 instance in 1 package
9334203
3269
3