@haklex/rich-renderer-alert 0.7.0 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import { Info, Lightbulb, MessageSquareWarning, OctagonAlert, TriangleAlert } from "lucide-react";
|
|
2
2
|
import { jsx, jsxs } from "react/jsx-runtime";
|
|
3
|
-
//#region ../../node_modules/.pnpm/@vanilla-extract+recipes@0.5.7_@vanilla-extract+css@1.20.
|
|
3
|
+
//#region ../../node_modules/.pnpm/@vanilla-extract+recipes@0.5.7_@vanilla-extract+css@1.20.1/node_modules/@vanilla-extract/recipes/dist/createRuntimeFn-62c9670f.esm.js
|
|
4
4
|
function toPrimitive(t, r) {
|
|
5
5
|
if ("object" != typeof t || !t) return t;
|
|
6
6
|
var e = t[Symbol.toPrimitive];
|
package/dist/index.mjs
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { a as alertChevron, c as alertLabel, d as alertType, f as semanticClassNames, i as AlertRenderer, l as alertMenuIcon, n as ALERT_LABELS, o as alertHeader, p as semanticTypeClassNames, r as ALL_TYPES, s as alertIcon, t as ALERT_ICONS, u as alertTrigger } from "./AlertRenderer-
|
|
1
|
+
import { a as alertChevron, c as alertLabel, d as alertType, f as semanticClassNames, i as AlertRenderer, l as alertMenuIcon, n as ALERT_LABELS, o as alertHeader, p as semanticTypeClassNames, r as ALL_TYPES, s as alertIcon, t as ALERT_ICONS, u as alertTrigger } from "./AlertRenderer-Dn60nr-1.js";
|
|
2
2
|
import { DropdownMenu, DropdownMenuContent, DropdownMenuItem, DropdownMenuTrigger } from "@haklex/rich-editor-ui";
|
|
3
3
|
import { ChevronDown } from "lucide-react";
|
|
4
4
|
import { jsx, jsxs } from "react/jsx-runtime";
|
package/dist/static.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import { i as AlertRenderer } from "./AlertRenderer-
|
|
1
|
+
import { i as AlertRenderer } from "./AlertRenderer-Dn60nr-1.js";
|
|
2
2
|
export { AlertRenderer, AlertRenderer as default };
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@haklex/rich-renderer-alert",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.9.0",
|
|
4
4
|
"description": "Alert renderer for haklex rich editor",
|
|
5
5
|
"repository": {
|
|
6
6
|
"type": "git",
|
|
@@ -40,9 +40,9 @@
|
|
|
40
40
|
"lucide-react": "^1.0.0",
|
|
41
41
|
"react": ">=19",
|
|
42
42
|
"react-dom": ">=19",
|
|
43
|
-
"@haklex/rich-editor": "0.
|
|
44
|
-
"@haklex/rich-editor-ui": "0.
|
|
45
|
-
"@haklex/rich-style-token": "0.
|
|
43
|
+
"@haklex/rich-editor": "0.9.0",
|
|
44
|
+
"@haklex/rich-editor-ui": "0.9.0",
|
|
45
|
+
"@haklex/rich-style-token": "0.9.0"
|
|
46
46
|
},
|
|
47
47
|
"publishConfig": {
|
|
48
48
|
"access": "public"
|