najm-kit 2.11.22 → 2.11.23
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.
- package/CHANGELOG.md +8 -2
- package/dist/index.mjs +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,11 @@
|
|
|
1
|
-
# Changelog
|
|
2
|
-
|
|
1
|
+
# Changelog
|
|
2
|
+
|
|
3
|
+
## 2.11.23 - 2026-09-11
|
|
4
|
+
|
|
5
|
+
- Made the `WizardForm` footer surface transparent by default instead of
|
|
6
|
+
`bg-background/95` with `backdrop-blur`. Consumers can still override it
|
|
7
|
+
through `classNames.footer`.
|
|
8
|
+
|
|
3
9
|
## 2.11.22 - 2026-09-11
|
|
4
10
|
|
|
5
11
|
- Allowed destructive dialogs to render a caller-supplied title, wrap and
|
package/dist/index.mjs
CHANGED
|
@@ -11529,7 +11529,7 @@ function WizardForm({
|
|
|
11529
11529
|
{
|
|
11530
11530
|
"data-najm-wizard-footer": "true",
|
|
11531
11531
|
className: cn(
|
|
11532
|
-
"sticky bottom-0 z-10 mt-auto flex shrink-0 items-center justify-between bg-
|
|
11532
|
+
"sticky bottom-0 z-10 mt-auto flex shrink-0 items-center justify-between bg-transparent pt-3",
|
|
11533
11533
|
footerDividerClass(footerDivider),
|
|
11534
11534
|
footerDividerClassName,
|
|
11535
11535
|
classNames?.footer
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "najm-kit",
|
|
3
|
-
"version": "2.11.
|
|
3
|
+
"version": "2.11.23",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"description": "Reusable React UI component package for Najm framework",
|
|
@@ -198,7 +198,7 @@
|
|
|
198
198
|
"@uiw/react-codemirror": "^4.25.0",
|
|
199
199
|
"@vitejs/plugin-react": "^5.2.0",
|
|
200
200
|
"happy-dom": "^20.11.1",
|
|
201
|
-
"najm-i18n": "
|
|
201
|
+
"najm-i18n": "workspace:*",
|
|
202
202
|
"postcss": "^8.5.22",
|
|
203
203
|
"react-hook-form": "^7",
|
|
204
204
|
"rimraf": "^6",
|