@purpurds/action
Advanced tools
Comparing version 5.1.1 to 5.1.2
{ | ||
"nonCachedDurationMs": 5099.985069 | ||
"nonCachedDurationMs": 3222.230263 | ||
} |
{ | ||
"nonCachedDurationMs": 1184.418110999999 | ||
"nonCachedDurationMs": 1267.7346079999988 | ||
} |
@@ -1,2 +0,2 @@ | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const e={PRIMARY:"primary",PRIMARY_NEGATIVE:"primary-negative",SECONDARY:"secondary",SECONDARY_NEGATIVE:"secondary-negative",EXPRESSIVE:"expressive",EXPRESSIVE_NEGATIVE:"expressive-negative"},t=Object.values(e),s={SM:"sm",MD:"md",LG:"lg"},E=Object.values(s);exports.SIZE=s;exports.VARIANT=e;exports.sizes=E;exports.variants=t; | ||
"use strict";Object.defineProperty(exports,Symbol.toStringTag,{value:"Module"});const s={PRIMARY:"primary",SECONDARY:"secondary",EXPRESSIVE:"expressive"},t=Object.values(s),e={SM:"sm",MD:"md",LG:"lg"},a=Object.values(e);exports.SIZE=e;exports.VARIANT=s;exports.sizes=a;exports.variants=t; | ||
//# sourceMappingURL=action.cjs.js.map |
@@ -5,9 +5,6 @@ import { ReactNode } from 'react'; | ||
readonly PRIMARY: "primary"; | ||
readonly PRIMARY_NEGATIVE: "primary-negative"; | ||
readonly SECONDARY: "secondary"; | ||
readonly SECONDARY_NEGATIVE: "secondary-negative"; | ||
readonly EXPRESSIVE: "expressive"; | ||
readonly EXPRESSIVE_NEGATIVE: "expressive-negative"; | ||
}; | ||
export declare const variants: ("primary" | "primary-negative" | "secondary" | "secondary-negative" | "expressive" | "expressive-negative")[]; | ||
export declare const variants: ("primary" | "secondary" | "expressive")[]; | ||
export type Variant = (typeof VARIANT)[keyof typeof VARIANT]; | ||
@@ -26,2 +23,3 @@ export declare const SIZE: { | ||
fullWidth?: boolean; | ||
negative?: boolean; | ||
size?: Size; | ||
@@ -28,0 +26,0 @@ variant: TVariant | Variant; |
@@ -1,19 +0,16 @@ | ||
const e = { | ||
const s = { | ||
PRIMARY: "primary", | ||
PRIMARY_NEGATIVE: "primary-negative", | ||
SECONDARY: "secondary", | ||
SECONDARY_NEGATIVE: "secondary-negative", | ||
EXPRESSIVE: "expressive", | ||
EXPRESSIVE_NEGATIVE: "expressive-negative" | ||
}, E = Object.values(e), s = { | ||
EXPRESSIVE: "expressive" | ||
}, t = Object.values(s), e = { | ||
SM: "sm", | ||
MD: "md", | ||
LG: "lg" | ||
}, a = Object.values(s); | ||
}, c = Object.values(e); | ||
export { | ||
s as SIZE, | ||
e as VARIANT, | ||
a as sizes, | ||
E as variants | ||
e as SIZE, | ||
s as VARIANT, | ||
c as sizes, | ||
t as variants | ||
}; | ||
//# sourceMappingURL=action.es.js.map |
{ | ||
"name": "@purpurds/action", | ||
"version": "5.1.1", | ||
"version": "5.1.2", | ||
"license": "AGPL-3.0-only", | ||
@@ -17,3 +17,3 @@ "main": "./dist/action.cjs.js", | ||
"dependencies": { | ||
"@purpurds/tokens": "5.1.1" | ||
"@purpurds/tokens": "5.1.2" | ||
}, | ||
@@ -20,0 +20,0 @@ "devDependencies": { |
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
165167
1291
+ Added@purpurds/tokens@5.1.2(transitive)
- Removed@purpurds/tokens@5.1.1(transitive)
Updated@purpurds/tokens@5.1.2