najm-kit 2.1.37 → 2.1.39

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/dist/json.mjs CHANGED
@@ -250,6 +250,7 @@ var NIcon = ({
250
250
  };
251
251
  NIcon.displayName = "NIcon";
252
252
  React5.createContext(0);
253
+ React5.createContext(void 0);
253
254
  React5.createContext(null);
254
255
  var DEFAULT_APPEARANCE = {};
255
256
  React5.createContext(DEFAULT_APPEARANCE);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "najm-kit",
3
- "version": "2.1.37",
3
+ "version": "2.1.39",
4
4
  "license": "MIT",
5
5
  "type": "module",
6
6
  "description": "Reusable React UI component package for Najm framework",