@gcforms/announce
Advanced tools
+1
-1
| { | ||
| "name": "@gcforms/announce", | ||
| "version": "1.0.2", | ||
| "version": "1.0.3", | ||
| "author": "Canadian Digital Service", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
+5
-4
@@ -6,6 +6,7 @@ "use client"; | ||
| export enum Priority { | ||
| LOW = "polite", | ||
| HIGH = "assertive", | ||
| } | ||
| export const Priority = { | ||
| LOW: "polite", | ||
| HIGH: "assertive", | ||
| } as const; | ||
| export type Priority = (typeof Priority)[keyof typeof Priority]; | ||
@@ -12,0 +13,0 @@ interface Message { |
4450
1.74%106
0.95%