Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@jcoreio/clarity-plugin-api

Package Overview
Dependencies
Maintainers
5
Versions
15
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@jcoreio/clarity-plugin-api - npm Package Compare versions

Comparing version
1.3.0-beta.1
to
1.3.0
+4
-0
client/useSeverityPulseStyles.d.mts

@@ -23,4 +23,8 @@ type CSSColorProperty = 'accentColor' | 'backgroundColor' | 'border' | 'borderBlock' | 'borderBlockColor' | 'borderBlockEnd' | 'borderBlockEndColor' | 'borderBlockStart' | 'borderBlockStartColor' | 'borderBottom' | 'borderBottomColor' | 'borderColor' | 'borderInline' | 'borderInlineColor' | 'borderInlineEnd' | 'borderInlineEndColor' | 'borderInlineStart' | 'borderInlineStartColor' | 'borderLeft' | 'borderLeftColor' | 'borderRight' | 'borderRightColor' | 'borderTop' | 'borderTopColor' | 'caret' | 'caretColor' | 'color' | 'columnRule' | 'columnRuleColor' | 'outline' | 'outlineColor' | 'textDecorationColor' | 'textEmphasis' | 'textEmphasisColor' | 'mozBorderBottomColors' | 'mozBorderLeftColors' | 'mozBorderRightColors' | 'mozBorderTopColors' | 'msScrollbar3dlightColor' | 'msScrollbarArrowColor' | 'msScrollbarBaseColor' | 'msScrollbarDarkshadowColor' | 'msScrollbarFaceColor' | 'msScrollbarHighlightColor' | 'msScrollbarShadowColor' | 'msScrollbarTrackColor' | 'webkitBorderBefore' | 'webkitBorderBeforeColor' | 'webkitTapHighlightColor' | 'webkitTextFillColor' | 'webkitTextStroke' | 'webkitTextStrokeColor' | 'floodColor' | 'lightingColor' | 'stopColor';

critical: string;
INFO: string;
WARNING: string;
ALARM: string;
CRITICAL: string;
};
export {};
//# sourceMappingURL=useSeverityPulseStyles.d.mts.map

@@ -23,4 +23,8 @@ type CSSColorProperty = 'accentColor' | 'backgroundColor' | 'border' | 'borderBlock' | 'borderBlockColor' | 'borderBlockEnd' | 'borderBlockEndColor' | 'borderBlockStart' | 'borderBlockStartColor' | 'borderBottom' | 'borderBottomColor' | 'borderColor' | 'borderInline' | 'borderInlineColor' | 'borderInlineEnd' | 'borderInlineEndColor' | 'borderInlineStart' | 'borderInlineStartColor' | 'borderLeft' | 'borderLeftColor' | 'borderRight' | 'borderRightColor' | 'borderTop' | 'borderTopColor' | 'caret' | 'caretColor' | 'color' | 'columnRule' | 'columnRuleColor' | 'outline' | 'outlineColor' | 'textDecorationColor' | 'textEmphasis' | 'textEmphasisColor' | 'mozBorderBottomColors' | 'mozBorderLeftColors' | 'mozBorderRightColors' | 'mozBorderTopColors' | 'msScrollbar3dlightColor' | 'msScrollbarArrowColor' | 'msScrollbarBaseColor' | 'msScrollbarDarkshadowColor' | 'msScrollbarFaceColor' | 'msScrollbarHighlightColor' | 'msScrollbarShadowColor' | 'msScrollbarTrackColor' | 'webkitBorderBefore' | 'webkitBorderBeforeColor' | 'webkitTapHighlightColor' | 'webkitTextFillColor' | 'webkitTextStroke' | 'webkitTextStrokeColor' | 'floodColor' | 'lightingColor' | 'stopColor';

critical: string;
INFO: string;
WARNING: string;
ALARM: string;
CRITICAL: string;
};
export {};
//# sourceMappingURL=useSeverityPulseStyles.d.ts.map

@@ -26,5 +26,9 @@ "use strict";

alarm: '',
critical: ''
critical: '',
INFO: '',
WARNING: '',
ALARM: '',
CRITICAL: ''
};
}
//# sourceMappingURL=useSeverityPulseStyles.js.map
+1
-1

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

{"version":3,"file":"useSeverityPulseStyles.js","names":["useSeverityPulseStyles","options","info","warning","alarm","critical"],"sources":["../../src/client/useSeverityPulseStyles.ts"],"sourcesContent":["type CSSColorProperty =\n | 'accentColor'\n | 'backgroundColor'\n | 'border'\n | 'borderBlock'\n | 'borderBlockColor'\n | 'borderBlockEnd'\n | 'borderBlockEndColor'\n | 'borderBlockStart'\n | 'borderBlockStartColor'\n | 'borderBottom'\n | 'borderBottomColor'\n | 'borderColor'\n | 'borderInline'\n | 'borderInlineColor'\n | 'borderInlineEnd'\n | 'borderInlineEndColor'\n | 'borderInlineStart'\n | 'borderInlineStartColor'\n | 'borderLeft'\n | 'borderLeftColor'\n | 'borderRight'\n | 'borderRightColor'\n | 'borderTop'\n | 'borderTopColor'\n | 'caret'\n | 'caretColor'\n | 'color'\n | 'columnRule'\n | 'columnRuleColor'\n | 'outline'\n | 'outlineColor'\n | 'textDecorationColor'\n | 'textEmphasis'\n | 'textEmphasisColor'\n | 'mozBorderBottomColors'\n | 'mozBorderLeftColors'\n | 'mozBorderRightColors'\n | 'mozBorderTopColors'\n | 'msScrollbar3dlightColor'\n | 'msScrollbarArrowColor'\n | 'msScrollbarBaseColor'\n | 'msScrollbarDarkshadowColor'\n | 'msScrollbarFaceColor'\n | 'msScrollbarHighlightColor'\n | 'msScrollbarShadowColor'\n | 'msScrollbarTrackColor'\n | 'webkitBorderBefore'\n | 'webkitBorderBeforeColor'\n | 'webkitTapHighlightColor'\n | 'webkitTextFillColor'\n | 'webkitTextStroke'\n | 'webkitTextStrokeColor'\n | 'floodColor'\n | 'lightingColor'\n | 'stopColor'\n\ntype Variant = 'pale' | 'bright'\n\n/**\n * Creates CSS classes to apply a color pulse animation for a warning, alarm, or critical condition\n * to the given CSS property.\n * @param {Object} options\n * @param {string} options.property - the CSS property to animate\n * @param {string} options.variant - which set of colors to use:\n * - 'pale' - light, less saturated colors (used for gauge backgrounds)\n * - 'bright' - fully saturated colors\n * @returns an object with `info`, `warning`, `alarm`, and `critical` properties, which are\n * CSS class names. The `info` class doesn't apply an animation, but is provided for convenience\n * since `info` is one of the severity enum constants.\n */\nexport function useSeverityPulseStyles(\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n options: {\n property: CSSColorProperty\n variant: Variant\n }\n) {\n return {\n info: '',\n warning: '',\n alarm: '',\n critical: '',\n }\n}\n"],"mappings":";;;;;;AA2DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASA,sBAAsBA;AACpC;AACAC,OAGC,EACD;EACA,OAAO;IACLC,IAAI,EAAE,EAAE;IACRC,OAAO,EAAE,EAAE;IACXC,KAAK,EAAE,EAAE;IACTC,QAAQ,EAAE;EACZ,CAAC;AACH","ignoreList":[]}
{"version":3,"file":"useSeverityPulseStyles.js","names":["useSeverityPulseStyles","options","info","warning","alarm","critical","INFO","WARNING","ALARM","CRITICAL"],"sources":["../../src/client/useSeverityPulseStyles.ts"],"sourcesContent":["type CSSColorProperty =\n | 'accentColor'\n | 'backgroundColor'\n | 'border'\n | 'borderBlock'\n | 'borderBlockColor'\n | 'borderBlockEnd'\n | 'borderBlockEndColor'\n | 'borderBlockStart'\n | 'borderBlockStartColor'\n | 'borderBottom'\n | 'borderBottomColor'\n | 'borderColor'\n | 'borderInline'\n | 'borderInlineColor'\n | 'borderInlineEnd'\n | 'borderInlineEndColor'\n | 'borderInlineStart'\n | 'borderInlineStartColor'\n | 'borderLeft'\n | 'borderLeftColor'\n | 'borderRight'\n | 'borderRightColor'\n | 'borderTop'\n | 'borderTopColor'\n | 'caret'\n | 'caretColor'\n | 'color'\n | 'columnRule'\n | 'columnRuleColor'\n | 'outline'\n | 'outlineColor'\n | 'textDecorationColor'\n | 'textEmphasis'\n | 'textEmphasisColor'\n | 'mozBorderBottomColors'\n | 'mozBorderLeftColors'\n | 'mozBorderRightColors'\n | 'mozBorderTopColors'\n | 'msScrollbar3dlightColor'\n | 'msScrollbarArrowColor'\n | 'msScrollbarBaseColor'\n | 'msScrollbarDarkshadowColor'\n | 'msScrollbarFaceColor'\n | 'msScrollbarHighlightColor'\n | 'msScrollbarShadowColor'\n | 'msScrollbarTrackColor'\n | 'webkitBorderBefore'\n | 'webkitBorderBeforeColor'\n | 'webkitTapHighlightColor'\n | 'webkitTextFillColor'\n | 'webkitTextStroke'\n | 'webkitTextStrokeColor'\n | 'floodColor'\n | 'lightingColor'\n | 'stopColor'\n\ntype Variant = 'pale' | 'bright'\n\n/**\n * Creates CSS classes to apply a color pulse animation for a warning, alarm, or critical condition\n * to the given CSS property.\n * @param {Object} options\n * @param {string} options.property - the CSS property to animate\n * @param {string} options.variant - which set of colors to use:\n * - 'pale' - light, less saturated colors (used for gauge backgrounds)\n * - 'bright' - fully saturated colors\n * @returns an object with `info`, `warning`, `alarm`, and `critical` properties, which are\n * CSS class names. The `info` class doesn't apply an animation, but is provided for convenience\n * since `info` is one of the severity enum constants.\n */\nexport function useSeverityPulseStyles(\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n options: {\n property: CSSColorProperty\n variant: Variant\n }\n) {\n return {\n info: '',\n warning: '',\n alarm: '',\n critical: '',\n INFO: '',\n WARNING: '',\n ALARM: '',\n CRITICAL: '',\n }\n}\n"],"mappings":";;;;;;AA2DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACO,SAASA,sBAAsBA;AACpC;AACAC,OAGC,EACD;EACA,OAAO;IACLC,IAAI,EAAE,EAAE;IACRC,OAAO,EAAE,EAAE;IACXC,KAAK,EAAE,EAAE;IACTC,QAAQ,EAAE,EAAE;IACZC,IAAI,EAAE,EAAE;IACRC,OAAO,EAAE,EAAE;IACXC,KAAK,EAAE,EAAE;IACTC,QAAQ,EAAE;EACZ,CAAC;AACH","ignoreList":[]}

@@ -20,5 +20,9 @@ /**

alarm: '',
critical: ''
critical: '',
INFO: '',
WARNING: '',
ALARM: '',
CRITICAL: ''
};
}
//# sourceMappingURL=useSeverityPulseStyles.mjs.map

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

{"version":3,"file":"useSeverityPulseStyles.mjs","names":["useSeverityPulseStyles","options","info","warning","alarm","critical"],"sources":["../../src/client/useSeverityPulseStyles.ts"],"sourcesContent":["type CSSColorProperty =\n | 'accentColor'\n | 'backgroundColor'\n | 'border'\n | 'borderBlock'\n | 'borderBlockColor'\n | 'borderBlockEnd'\n | 'borderBlockEndColor'\n | 'borderBlockStart'\n | 'borderBlockStartColor'\n | 'borderBottom'\n | 'borderBottomColor'\n | 'borderColor'\n | 'borderInline'\n | 'borderInlineColor'\n | 'borderInlineEnd'\n | 'borderInlineEndColor'\n | 'borderInlineStart'\n | 'borderInlineStartColor'\n | 'borderLeft'\n | 'borderLeftColor'\n | 'borderRight'\n | 'borderRightColor'\n | 'borderTop'\n | 'borderTopColor'\n | 'caret'\n | 'caretColor'\n | 'color'\n | 'columnRule'\n | 'columnRuleColor'\n | 'outline'\n | 'outlineColor'\n | 'textDecorationColor'\n | 'textEmphasis'\n | 'textEmphasisColor'\n | 'mozBorderBottomColors'\n | 'mozBorderLeftColors'\n | 'mozBorderRightColors'\n | 'mozBorderTopColors'\n | 'msScrollbar3dlightColor'\n | 'msScrollbarArrowColor'\n | 'msScrollbarBaseColor'\n | 'msScrollbarDarkshadowColor'\n | 'msScrollbarFaceColor'\n | 'msScrollbarHighlightColor'\n | 'msScrollbarShadowColor'\n | 'msScrollbarTrackColor'\n | 'webkitBorderBefore'\n | 'webkitBorderBeforeColor'\n | 'webkitTapHighlightColor'\n | 'webkitTextFillColor'\n | 'webkitTextStroke'\n | 'webkitTextStrokeColor'\n | 'floodColor'\n | 'lightingColor'\n | 'stopColor'\n\ntype Variant = 'pale' | 'bright'\n\n/**\n * Creates CSS classes to apply a color pulse animation for a warning, alarm, or critical condition\n * to the given CSS property.\n * @param {Object} options\n * @param {string} options.property - the CSS property to animate\n * @param {string} options.variant - which set of colors to use:\n * - 'pale' - light, less saturated colors (used for gauge backgrounds)\n * - 'bright' - fully saturated colors\n * @returns an object with `info`, `warning`, `alarm`, and `critical` properties, which are\n * CSS class names. The `info` class doesn't apply an animation, but is provided for convenience\n * since `info` is one of the severity enum constants.\n */\nexport function useSeverityPulseStyles(\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n options: {\n property: CSSColorProperty\n variant: Variant\n }\n) {\n return {\n info: '',\n warning: '',\n alarm: '',\n critical: '',\n }\n}\n"],"mappings":"AA2DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASA,sBAAsBA;AACpC;AACAC,OAGC,EACD;EACA,OAAO;IACLC,IAAI,EAAE,EAAE;IACRC,OAAO,EAAE,EAAE;IACXC,KAAK,EAAE,EAAE;IACTC,QAAQ,EAAE;EACZ,CAAC;AACH","ignoreList":[]}
{"version":3,"file":"useSeverityPulseStyles.mjs","names":["useSeverityPulseStyles","options","info","warning","alarm","critical","INFO","WARNING","ALARM","CRITICAL"],"sources":["../../src/client/useSeverityPulseStyles.ts"],"sourcesContent":["type CSSColorProperty =\n | 'accentColor'\n | 'backgroundColor'\n | 'border'\n | 'borderBlock'\n | 'borderBlockColor'\n | 'borderBlockEnd'\n | 'borderBlockEndColor'\n | 'borderBlockStart'\n | 'borderBlockStartColor'\n | 'borderBottom'\n | 'borderBottomColor'\n | 'borderColor'\n | 'borderInline'\n | 'borderInlineColor'\n | 'borderInlineEnd'\n | 'borderInlineEndColor'\n | 'borderInlineStart'\n | 'borderInlineStartColor'\n | 'borderLeft'\n | 'borderLeftColor'\n | 'borderRight'\n | 'borderRightColor'\n | 'borderTop'\n | 'borderTopColor'\n | 'caret'\n | 'caretColor'\n | 'color'\n | 'columnRule'\n | 'columnRuleColor'\n | 'outline'\n | 'outlineColor'\n | 'textDecorationColor'\n | 'textEmphasis'\n | 'textEmphasisColor'\n | 'mozBorderBottomColors'\n | 'mozBorderLeftColors'\n | 'mozBorderRightColors'\n | 'mozBorderTopColors'\n | 'msScrollbar3dlightColor'\n | 'msScrollbarArrowColor'\n | 'msScrollbarBaseColor'\n | 'msScrollbarDarkshadowColor'\n | 'msScrollbarFaceColor'\n | 'msScrollbarHighlightColor'\n | 'msScrollbarShadowColor'\n | 'msScrollbarTrackColor'\n | 'webkitBorderBefore'\n | 'webkitBorderBeforeColor'\n | 'webkitTapHighlightColor'\n | 'webkitTextFillColor'\n | 'webkitTextStroke'\n | 'webkitTextStrokeColor'\n | 'floodColor'\n | 'lightingColor'\n | 'stopColor'\n\ntype Variant = 'pale' | 'bright'\n\n/**\n * Creates CSS classes to apply a color pulse animation for a warning, alarm, or critical condition\n * to the given CSS property.\n * @param {Object} options\n * @param {string} options.property - the CSS property to animate\n * @param {string} options.variant - which set of colors to use:\n * - 'pale' - light, less saturated colors (used for gauge backgrounds)\n * - 'bright' - fully saturated colors\n * @returns an object with `info`, `warning`, `alarm`, and `critical` properties, which are\n * CSS class names. The `info` class doesn't apply an animation, but is provided for convenience\n * since `info` is one of the severity enum constants.\n */\nexport function useSeverityPulseStyles(\n // eslint-disable-next-line @typescript-eslint/no-unused-vars\n options: {\n property: CSSColorProperty\n variant: Variant\n }\n) {\n return {\n info: '',\n warning: '',\n alarm: '',\n critical: '',\n INFO: '',\n WARNING: '',\n ALARM: '',\n CRITICAL: '',\n }\n}\n"],"mappings":"AA2DA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA;AACA,OAAO,SAASA,sBAAsBA;AACpC;AACAC,OAGC,EACD;EACA,OAAO;IACLC,IAAI,EAAE,EAAE;IACRC,OAAO,EAAE,EAAE;IACXC,KAAK,EAAE,EAAE;IACTC,QAAQ,EAAE,EAAE;IACZC,IAAI,EAAE,EAAE;IACRC,OAAO,EAAE,EAAE;IACXC,KAAK,EAAE,EAAE;IACTC,QAAQ,EAAE;EACZ,CAAC;AACH","ignoreList":[]}
{
"name": "@jcoreio/clarity-plugin-api",
"version": "1.3.0-beta.1",
"version": "1.3.0",
"description": "Clarity Plugin API mocks for developing plugins",

@@ -5,0 +5,0 @@ "keywords": [

@@ -84,3 +84,7 @@ type CSSColorProperty =

critical: '',
INFO: '',
WARNING: '',
ALARM: '',
CRITICAL: '',
}
}