@deviceinsight/ng-ui-components 7.9.0 → 7.10.0

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.
@@ -1 +1 @@
1
- {"version":3,"file":"ReactableTableFilterRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/reactable/helpers/ReactableTableFilterRow.tsx"],"names":[],"mappings":"AACA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAC,kBAAkB,EAAE,uBAAuB,EAAC,MAAM,UAAU,CAAC;AAKrE,KAAK,KAAK,GAAG;IACZ,UAAU,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3C,QAAQ,EAAE,CAAC,aAAa,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,QAAA,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CA6H5C,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
1
+ {"version":3,"file":"ReactableTableFilterRow.d.ts","sourceRoot":"","sources":["../../../../../src/components/reactable/helpers/ReactableTableFilterRow.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAI/B,OAAO,EAAC,kBAAkB,EAAE,uBAAuB,EAAC,MAAM,UAAU,CAAC;AAIrE,KAAK,KAAK,GAAG;IACZ,UAAU,EAAE,KAAK,CAAC,kBAAkB,CAAC,GAAG,CAAC,CAAC,CAAC;IAC3C,QAAQ,EAAE,CAAC,aAAa,EAAE,uBAAuB,KAAK,IAAI,CAAC;IAC3D,SAAS,CAAC,EAAE,MAAM,CAAC;CACnB,CAAC;AACF,QAAA,MAAM,uBAAuB,EAAE,KAAK,CAAC,EAAE,CAAC,KAAK,CAiI5C,CAAC;AAEF,eAAe,uBAAuB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deviceinsight/ng-ui-components",
3
- "version": "7.9.0",
3
+ "version": "7.10.0",
4
4
  "private": false,
5
5
  "license": "SEE LICENSE IN LICENSE",
6
6
  "repository": {
@@ -22,7 +22,9 @@
22
22
  },
23
23
  "./style.css": "./dist/style.css"
24
24
  },
25
- "files": ["dist/"],
25
+ "files": [
26
+ "dist/"
27
+ ],
26
28
  "scripts": {
27
29
  "scan": "npx --registry=https://registry.npmjs.org audit-ci@^6 --low true --skip-dev --config scan-config.json5",
28
30
  "clean": "rimraf dist",
@@ -72,7 +74,7 @@
72
74
  "@eslint/compat": "1.4.1",
73
75
  "@eslint/eslintrc": "3.3.5",
74
76
  "@eslint/js": "9.39.4",
75
- "@storybook/react-vite": "10.0.8",
77
+ "@storybook/react-vite": "10.4.0",
76
78
  "@testing-library/dom": "10.4.1",
77
79
  "@testing-library/jest-dom": "6.9.1",
78
80
  "@testing-library/react": "16.3.0",
@@ -98,22 +100,27 @@
98
100
  "react-i18next": "16.6.6",
99
101
  "react-router-dom": "5.3.4",
100
102
  "rimraf": "6.1.0",
101
- "storybook": "10.2.8",
103
+ "storybook": "10.4.0",
102
104
  "tsc-watch": "7.2.0",
103
105
  "typescript": "5.9.3",
104
106
  "vitest": "4.0.5",
105
- "eslint-plugin-storybook": "10.0.8"
107
+ "eslint-plugin-storybook": "10.4.0"
106
108
  },
107
109
  "overrides": {
108
110
  "follow-redirects": "1.16.0",
111
+ "uuid": "11.1.1",
109
112
  "ws": "8.20.1",
110
113
  "yaml": "2.9.0"
111
114
  },
112
115
  "lint-staged": {
113
- "{src/**/*.{ts,tsx},package.json,package-lock.json}": ["prettier --write"]
116
+ "{src/**/*.{ts,tsx},package.json,package-lock.json}": [
117
+ "prettier --write"
118
+ ]
114
119
  },
115
120
  "eslintConfig": {
116
- "extends": ["plugin:storybook/recommended"]
121
+ "extends": [
122
+ "plugin:storybook/recommended"
123
+ ]
117
124
  },
118
125
  "engines": {
119
126
  "node": "^24.13.1",