@regulaforensics/ui-components 7.5.224-nightly → 7.5.226-nightly

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.
Files changed (2) hide show
  1. package/dist/index.js +1 -1
  2. package/package.json +9 -9
package/dist/index.js CHANGED
@@ -1,7 +1,7 @@
1
1
  var Dh = Object.defineProperty;
2
2
  var uh = (t, n, _) => n in t ? Dh(t, n, { enumerable: !0, configurable: !0, writable: !0, value: _ }) : t[n] = _;
3
3
  var wi = (t, n, _) => uh(t, typeof n != "symbol" ? n + "" : n, _);
4
- import "./style.css";
4
+ import "./index.css";
5
5
  import { jsx as R, jsxs as ot, Fragment as ln } from "react/jsx-runtime";
6
6
  import N_, { forwardRef as nE, useState as Un, useRef as gn, useEffect as pn, startTransition as fO, useLayoutEffect as yR, createContext as w_, useContext as oe, useReducer as Cs, Fragment as ee, useMemo as Q_, useCallback as lh, useImperativeHandle as Lh, useDebugValue as JC } from "react";
7
7
  import Xa, { createPortal as qA } from "react-dom";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@regulaforensics/ui-components",
3
- "version": "7.5.224-nightly",
3
+ "version": "7.5.226-nightly",
4
4
  "description": "Regula UI components",
5
5
  "author": "Regula Forensics, Inc.",
6
6
  "license": "MIT",
@@ -22,11 +22,11 @@
22
22
  "i18n:report": "npx node ./scripts/i18n-report.js --languages en,ru --file ./scripts/Translator.xml --src ./src"
23
23
  },
24
24
  "devDependencies": {
25
- "@storybook/addon-essentials": "^8.4.6",
26
- "@storybook/manager-api": "^8.4.6",
27
- "@storybook/react": "^8.4.6",
28
- "@storybook/react-vite": "^8.4.6",
29
- "@storybook/theming": "^8.4.6",
25
+ "@storybook/addon-essentials": "^8.4.7",
26
+ "@storybook/manager-api": "^8.4.7",
27
+ "@storybook/react": "^8.4.7",
28
+ "@storybook/react-vite": "^8.4.7",
29
+ "@storybook/theming": "^8.4.7",
30
30
  "@types/react": "^18.3.13",
31
31
  "@types/react-custom-scroll": "^5.0.3",
32
32
  "@types/react-dom": "^18.3.1",
@@ -40,10 +40,10 @@
40
40
  "react-dom": "^18.3.1",
41
41
  "rimraf": "^6.0.1",
42
42
  "sass": "^1.82.0",
43
- "storybook": "^8.4.6",
43
+ "storybook": "^8.4.7",
44
44
  "tsyringe": "^4.8.0",
45
45
  "typescript": "^5.5.4",
46
- "vite": "^6.0.2",
46
+ "vite": "^6.0.3",
47
47
  "vite-plugin-dts": "^4.3.0",
48
48
  "xml2js": "^0.6.2",
49
49
  "yargs": "^17.7.2"
@@ -53,7 +53,7 @@
53
53
  "react-dom": ">=18.0.0"
54
54
  },
55
55
  "dependencies": {
56
- "@regulaforensics/document-reader-typings": "^7.5.224-nightly",
56
+ "@regulaforensics/document-reader-typings": "^7.5.226-nightly",
57
57
  "@uiw/react-json-view": "^2.0.0-alpha.30",
58
58
  "classnames": "^2.5.1",
59
59
  "i18next": "^24.0.5",