react-luminus-components 1.2.30 → 1.2.32

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,6 +1,7 @@
1
1
  import InputBaseProps from './InputBaseProps';
2
2
  type TextInputProps = InputBaseProps & {
3
3
  type: 'text' | 'number' | 'password' | 'date' | 'datetime-local';
4
+ list?: string;
4
5
  debounceMs?: number;
5
6
  };
6
7
  export default TextInputProps;
package/package.json CHANGED
@@ -1,100 +1,100 @@
1
- {
2
- "name": "react-luminus-components",
3
- "version": "1.2.30",
4
- "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
- "type": "module",
6
- "repository": {
7
- "type": "git",
8
- "url": "git+https://github.com/BenefitCZ/react-luminus-components.git"
9
- },
10
- "author": "triskacik",
11
- "homepage": "https://github.com/BenefitCZ/react-luminus-components#readme",
12
- "main": "./dist/main.cjs.js",
13
- "module": "./dist/main.es.js",
14
- "typings": "./dist/main.d.ts",
15
- "exports": {
16
- ".": {
17
- "import": "./dist/main.es.js",
18
- "require": "./dist/main.cjs.js",
19
- "types": "./dist/main.d.ts"
20
- },
21
- "./layout": {
22
- "import": "./dist/layout.es.js",
23
- "require": "./dist/layout.cjs.js",
24
- "types": "./dist/layout.d.ts"
25
- },
26
- "./contexts": {
27
- "import": "./dist/contexts.es.js",
28
- "require": "./dist/contexts.cjs.js",
29
- "types": "./dist/contexts.d.ts"
30
- },
31
- "./hooks": {
32
- "import": "./dist/hooks.es.js",
33
- "require": "./dist/hooks.cjs.js",
34
- "types": "./dist/hooks.d.ts"
35
- },
36
- "./utils": {
37
- "import": "./dist/utils.es.js",
38
- "require": "./dist/utils.cjs.js",
39
- "types": "./dist/utils.d.ts"
40
- },
41
- "./types": "./dist/models/index.d.ts",
42
- "./styles": "./dist/style.css"
43
- },
44
- "files": [
45
- "dist"
46
- ],
47
- "scripts": {
48
- "build": "tsc && vite build",
49
- "build:watch": "tsc && vite build --watch",
50
- "dev": "vite",
51
- "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --cache"
52
- },
53
- "peerDependencies": {
54
- "axios": "^1.6.8",
55
- "react": ">=18",
56
- "react-bootstrap": ">=2",
57
- "react-hook-form": ">=7",
58
- "react-router-dom": ">=6",
59
- "zod": ">=3"
60
- },
61
- "dependencies": {
62
- "@azure/msal-browser": "^3.14.0",
63
- "@azure/msal-react": "^2.0.16",
64
- "classnames": "^2.5.1",
65
- "date-fns": "^3.6.0",
66
- "react-cookie": "^7.1.4",
67
- "react-hot-toast": "^2.4.1",
68
- "react-icons": "^5.0.1",
69
- "use-debounce": "^10.0.0",
70
- "uuid": "^9.0.1"
71
- },
72
- "devDependencies": {
73
- "@rollup/plugin-typescript": "^11.1.6",
74
- "@types/node": "^20.11.29",
75
- "@types/react": "^18.2.56",
76
- "@types/react-dom": "^18.2.19",
77
- "@types/uuid": "^9.0.8",
78
- "@typescript-eslint/eslint-plugin": "^7.3.1",
79
- "@typescript-eslint/parser": "^7.3.1",
80
- "@vitejs/plugin-react": "^4.2.1",
81
- "eslint": "^8.57.0",
82
- "eslint-config-airbnb": "^19.0.4",
83
- "eslint-config-airbnb-typescript": "^18.0.0",
84
- "eslint-config-prettier": "^9.1.0",
85
- "eslint-plugin-import": "^2.29.1",
86
- "eslint-plugin-jsx-a11y": "^6.8.0",
87
- "eslint-plugin-prettier": "^5.1.3",
88
- "eslint-plugin-react": "^7.34.1",
89
- "eslint-plugin-react-hooks": "^4.6.0",
90
- "eslint-plugin-react-refresh": "^0.4.6",
91
- "prettier": "^3.2.5",
92
- "rollup-plugin-typescript-paths": "^1.5.0",
93
- "sass": "^1.72.0",
94
- "sass-loader": "^14.1.1",
95
- "tslib": "^2.6.2",
96
- "typescript": "^5.2.2",
97
- "vite": "^5.1.4",
98
- "vite-plugin-dts": "^3.7.3"
99
- }
100
- }
1
+ {
2
+ "name": "react-luminus-components",
3
+ "version": "1.2.32",
4
+ "description": "Library of React Components reusable in Luminus projects (Fleetman, CAFM)",
5
+ "type": "module",
6
+ "repository": {
7
+ "type": "git",
8
+ "url": "git+https://github.com/BenefitCZ/react-luminus-components.git"
9
+ },
10
+ "author": "triskacik",
11
+ "homepage": "https://github.com/BenefitCZ/react-luminus-components#readme",
12
+ "main": "./dist/main.cjs.js",
13
+ "module": "./dist/main.es.js",
14
+ "typings": "./dist/main.d.ts",
15
+ "exports": {
16
+ ".": {
17
+ "import": "./dist/main.es.js",
18
+ "require": "./dist/main.cjs.js",
19
+ "types": "./dist/main.d.ts"
20
+ },
21
+ "./layout": {
22
+ "import": "./dist/layout.es.js",
23
+ "require": "./dist/layout.cjs.js",
24
+ "types": "./dist/layout.d.ts"
25
+ },
26
+ "./contexts": {
27
+ "import": "./dist/contexts.es.js",
28
+ "require": "./dist/contexts.cjs.js",
29
+ "types": "./dist/contexts.d.ts"
30
+ },
31
+ "./hooks": {
32
+ "import": "./dist/hooks.es.js",
33
+ "require": "./dist/hooks.cjs.js",
34
+ "types": "./dist/hooks.d.ts"
35
+ },
36
+ "./utils": {
37
+ "import": "./dist/utils.es.js",
38
+ "require": "./dist/utils.cjs.js",
39
+ "types": "./dist/utils.d.ts"
40
+ },
41
+ "./types": "./dist/models/index.d.ts",
42
+ "./styles": "./dist/style.css"
43
+ },
44
+ "files": [
45
+ "dist"
46
+ ],
47
+ "scripts": {
48
+ "build": "tsc && vite build",
49
+ "build:watch": "tsc && vite build --watch",
50
+ "dev": "vite",
51
+ "lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0 --cache"
52
+ },
53
+ "peerDependencies": {
54
+ "axios": "^1.6.8",
55
+ "react": ">=18",
56
+ "react-bootstrap": ">=2",
57
+ "react-hook-form": ">=7",
58
+ "react-router-dom": ">=6",
59
+ "zod": ">=3"
60
+ },
61
+ "dependencies": {
62
+ "@azure/msal-browser": "^3.14.0",
63
+ "@azure/msal-react": "^2.0.16",
64
+ "classnames": "^2.5.1",
65
+ "date-fns": "^3.6.0",
66
+ "react-cookie": "^7.1.4",
67
+ "react-hot-toast": "^2.4.1",
68
+ "react-icons": "^5.0.1",
69
+ "use-debounce": "^10.0.0",
70
+ "uuid": "^9.0.1"
71
+ },
72
+ "devDependencies": {
73
+ "@rollup/plugin-typescript": "^11.1.6",
74
+ "@types/node": "^20.11.29",
75
+ "@types/react": "^18.2.56",
76
+ "@types/react-dom": "^18.2.19",
77
+ "@types/uuid": "^9.0.8",
78
+ "@typescript-eslint/eslint-plugin": "^7.3.1",
79
+ "@typescript-eslint/parser": "^7.3.1",
80
+ "@vitejs/plugin-react": "^4.2.1",
81
+ "eslint": "^8.57.0",
82
+ "eslint-config-airbnb": "^19.0.4",
83
+ "eslint-config-airbnb-typescript": "^18.0.0",
84
+ "eslint-config-prettier": "^9.1.0",
85
+ "eslint-plugin-import": "^2.29.1",
86
+ "eslint-plugin-jsx-a11y": "^6.8.0",
87
+ "eslint-plugin-prettier": "^5.1.3",
88
+ "eslint-plugin-react": "^7.34.1",
89
+ "eslint-plugin-react-hooks": "^4.6.0",
90
+ "eslint-plugin-react-refresh": "^0.4.6",
91
+ "prettier": "^3.2.5",
92
+ "rollup-plugin-typescript-paths": "^1.5.0",
93
+ "sass": "^1.72.0",
94
+ "sass-loader": "^14.1.1",
95
+ "tslib": "^2.6.2",
96
+ "typescript": "^5.2.2",
97
+ "vite": "^5.1.4",
98
+ "vite-plugin-dts": "^3.7.3"
99
+ }
100
+ }