@oneplatformdev/utils 0.1.1-157 → 0.1.1-159

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,17 @@
1
+ ## 0.1.1-159 (2025-12-15)
2
+
3
+ ### 🩹 Fixes
4
+
5
+ - simplify AlertDialog component structure and improve styling ([e27bb84](https://github.com/oneplatformdev/core-web/commit/e27bb84))
6
+
7
+ ### ❤️ Thank You
8
+
9
+ - Bohdan Radchenko
10
+
11
+ ## 0.1.1-158 (2025-12-15)
12
+
13
+ This was a version bump only for @oneplatformdev/utils to align it with other projects, there were no code changes.
14
+
1
15
  ## 0.1.1-157 (2025-12-15)
2
16
 
3
17
  This was a version bump only for @oneplatformdev/utils to align it with other projects, there were no code changes.
@@ -1,5 +1,7 @@
1
1
  import { JSXElementConstructor, ReactNode } from 'react';
2
2
  /**
3
+ * @deprecated: Use `React.isValidElement` directly instead.
4
+ *
3
5
  * Is Valid React Element.
4
6
  *
5
7
  * Where {@link ReactNode} represents everything that can be rendered, `ReactElement`
@@ -1 +1 @@
1
- {"version":3,"file":"isValidReactElement.d.ts","sourceRoot":"","sources":["../../src/isValidReactElement/isValidReactElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzE;;;;;;;;;;;;;;GAcG;AACH,eAAO,MAAM,mBAAmB,GAAI,IAAI,SAAS,MAAM,GAAG,qBAAqB,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,qBAAqB,CAAC,GAAG,CAAC,EACxH,SAAS,SAAS,EAClB,OAAO,IAAI,KACV,OAIF,CAAA"}
1
+ {"version":3,"file":"isValidReactElement.d.ts","sourceRoot":"","sources":["../../src/isValidReactElement/isValidReactElement.ts"],"names":[],"mappings":"AAAA,OAAO,EAAkB,qBAAqB,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAEzE;;;;;;;;;;;;;;;;GAgBG;AACH,eAAO,MAAM,mBAAmB,GAAI,IAAI,SAAS,MAAM,GAAG,qBAAqB,CAAC,GAAG,CAAC,GAAG,MAAM,GAAG,qBAAqB,CAAC,GAAG,CAAC,EACxH,SAAS,SAAS,EAClB,OAAO,IAAI,KACV,OAIF,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oneplatformdev/utils",
3
- "version": "0.1.1-157",
3
+ "version": "0.1.1-159",
4
4
  "description": "Utility functions for React components.",
5
5
  "author": "One Platform Development Team",
6
6
  "keywords": [