@k-int/stripes-kint-components 5.20.0 → 5.20.1
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
CHANGED
|
@@ -1,3 +1,10 @@
|
|
|
1
|
+
## [5.20.1](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.20.0...v5.20.1) (2025-05-14)
|
|
2
|
+
|
|
3
|
+
|
|
4
|
+
### Bug Fixes
|
|
5
|
+
|
|
6
|
+
* Inaccurate use of displayConditions for refdataCategoriesSettings ([4bb1636](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/commit/4bb1636956de624976d50dff0c7a26e8f8afda8a))
|
|
7
|
+
|
|
1
8
|
# [5.20.0](https://gitlab.com/knowledge-integration/folio/stripes-kint-components/compare/v5.19.1...v5.20.0) (2025-04-30)
|
|
2
9
|
|
|
3
10
|
|
|
@@ -77,7 +77,7 @@ const RefdataCategoriesSettings = _ref => {
|
|
|
77
77
|
dismissible: true,
|
|
78
78
|
lastMenu: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.PaneMenu, {
|
|
79
79
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_components.Button, {
|
|
80
|
-
disabled: !!refState?.editing,
|
|
80
|
+
disabled: !!refState?.editing || !displayConditions.create,
|
|
81
81
|
marginBottom0: true,
|
|
82
82
|
onClick: () => rdclRef?.current?.create(),
|
|
83
83
|
children: /*#__PURE__*/(0, _jsxRuntime.jsx)(_FormattedKintMessage.default, {
|
package/package.json
CHANGED