@bit.rhplus/ui.f7.detail-item 0.0.99 → 0.0.101

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.
@@ -9,6 +9,6 @@ export function Category({ children, value, onSave, onChange, title, placeholder
9
9
  size?: number | undefined;
10
10
  lucideIcon: any;
11
11
  icon: any;
12
- categories?: any[] | undefined;
12
+ categories?: never[] | undefined;
13
13
  field?: null | undefined;
14
14
  }): import("react/jsx-runtime").JSX.Element;
@@ -9,8 +9,8 @@ export function Grid({ children, value, onSave, onChange, title, placeholder, co
9
9
  size?: number | undefined;
10
10
  lucideIcon: any;
11
11
  icon: any;
12
- rowData?: any[] | undefined;
13
- columnDefs?: any[] | undefined;
12
+ rowData?: never[] | undefined;
13
+ columnDefs?: never[] | undefined;
14
14
  gridOptions?: {} | undefined;
15
15
  onRowDoubleClicked: any;
16
16
  gridHeight?: string | undefined;
@@ -9,7 +9,7 @@ export function List({ children, value, onSave, onChange, title, placeholder, co
9
9
  size?: number | undefined;
10
10
  lucideIcon: any;
11
11
  icon: any;
12
- options?: any[] | undefined;
12
+ options?: never[] | undefined;
13
13
  selectionMode?: string | undefined;
14
14
  displayField?: string | undefined;
15
15
  titleField?: string | undefined;
@@ -9,7 +9,7 @@ export function Project({ children, value, onSave, onChange, title, placeholder,
9
9
  size?: number | undefined;
10
10
  lucideIcon: any;
11
11
  icon: any;
12
- projects?: any[] | undefined;
12
+ projects?: never[] | undefined;
13
13
  selectionMode?: string | undefined;
14
14
  displayField?: string | undefined;
15
15
  titleField?: string | undefined;
@@ -9,6 +9,6 @@ export function Select({ children, value, onSave, onChange, title, placeholder,
9
9
  size?: number | undefined;
10
10
  lucideIcon: any;
11
11
  icon: any;
12
- options?: any[] | undefined;
12
+ options?: never[] | undefined;
13
13
  field?: null | undefined;
14
14
  }): import("react/jsx-runtime").JSX.Element;
package/package.json CHANGED
@@ -1,32 +1,32 @@
1
1
  {
2
2
  "name": "@bit.rhplus/ui.f7.detail-item",
3
- "version": "0.0.99",
3
+ "version": "0.0.101",
4
4
  "homepage": "https://bit.cloud/remote-scope/ui/f7/detail-item",
5
5
  "main": "dist/index.js",
6
6
  "componentId": {
7
7
  "scope": "remote-scope",
8
8
  "name": "ui/f7/detail-item",
9
- "version": "0.0.99"
9
+ "version": "0.0.101"
10
10
  },
11
11
  "dependencies": {
12
12
  "lucide-react": "^0.503.0",
13
13
  "antd": "^5.20.6",
14
- "@bit.rhplus/ui.f7.list-item": "0.0.7",
15
- "@bit.rhplus/ui.form": "0.1.12",
16
- "@bit.rhplus/ui.f7.save-button": "0.0.6",
17
- "@bit.rhplus/ui.f7.small-button": "0.0.9",
18
- "@bit.rhplus/ui.circle-button": "0.0.14",
19
- "@bit.rhplus/ui.f7.category": "0.0.2",
20
- "@bit.rhplus/ui.grid": "0.0.125",
21
- "@bit.rhplus/ui.f7.filter": "0.0.3",
22
- "@bit.rhplus/ui.f7.segmented": "0.0.11"
14
+ "@bit.rhplus/ui.f7.list-item": "0.0.8",
15
+ "@bit.rhplus/ui.form": "0.1.13",
16
+ "@bit.rhplus/ui.f7.save-button": "0.0.7",
17
+ "@bit.rhplus/ui.f7.small-button": "0.0.10",
18
+ "@bit.rhplus/ui.circle-button": "0.0.15",
19
+ "@bit.rhplus/ui.f7.category": "0.0.3",
20
+ "@bit.rhplus/ui.f7.filter": "0.0.4",
21
+ "@bit.rhplus/ui.f7.segmented": "0.0.12",
22
+ "@bit.rhplus/ui.grid": "0.0.127"
23
23
  },
24
24
  "devDependencies": {
25
- "@teambit/react.react-env": "1.0.132"
25
+ "@teambit/react.react-env": "1.3.1"
26
26
  },
27
27
  "peerDependencies": {
28
28
  "framework7-react": "^8.3.3",
29
- "react": "^17.0.0 || ^18.0.0"
29
+ "react": "^17.0.0 || ^18.0.0 || ^19.0.0"
30
30
  },
31
31
  "license": "SEE LICENSE IN UNLICENSED",
32
32
  "optionalDependencies": {},