@xylabs/react-select 2.17.1 → 2.17.3
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/docs.json +5 -5
- package/package.json +6 -6
package/dist/docs.json
CHANGED
|
@@ -26,7 +26,7 @@
|
|
|
26
26
|
"fileName": "components/SelectEx.tsx",
|
|
27
27
|
"line": 5,
|
|
28
28
|
"character": 2,
|
|
29
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
29
|
+
"url": "https://github.com/xylabs/sdk-react/blob/77e7b7ab/packages/select/src/components/SelectEx.tsx#L5"
|
|
30
30
|
}
|
|
31
31
|
],
|
|
32
32
|
"type": {
|
|
@@ -56,7 +56,7 @@
|
|
|
56
56
|
"fileName": "components/SelectEx.tsx",
|
|
57
57
|
"line": 6,
|
|
58
58
|
"character": 2,
|
|
59
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
59
|
+
"url": "https://github.com/xylabs/sdk-react/blob/77e7b7ab/packages/select/src/components/SelectEx.tsx#L6"
|
|
60
60
|
}
|
|
61
61
|
],
|
|
62
62
|
"type": {
|
|
@@ -81,7 +81,7 @@
|
|
|
81
81
|
"fileName": "components/SelectEx.tsx",
|
|
82
82
|
"line": 4,
|
|
83
83
|
"character": 17,
|
|
84
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
84
|
+
"url": "https://github.com/xylabs/sdk-react/blob/77e7b7ab/packages/select/src/components/SelectEx.tsx#L4"
|
|
85
85
|
}
|
|
86
86
|
],
|
|
87
87
|
"typeParameters": [
|
|
@@ -120,7 +120,7 @@
|
|
|
120
120
|
"fileName": "components/SelectEx.tsx",
|
|
121
121
|
"line": 9,
|
|
122
122
|
"character": 13,
|
|
123
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
123
|
+
"url": "https://github.com/xylabs/sdk-react/blob/77e7b7ab/packages/select/src/components/SelectEx.tsx#L9"
|
|
124
124
|
}
|
|
125
125
|
],
|
|
126
126
|
"signatures": [
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
"fileName": "index.ts",
|
|
190
190
|
"line": 1,
|
|
191
191
|
"character": 0,
|
|
192
|
-
"url": "https://github.com/xylabs/sdk-react/blob/
|
|
192
|
+
"url": "https://github.com/xylabs/sdk-react/blob/77e7b7ab/packages/select/src/index.ts#L1"
|
|
193
193
|
}
|
|
194
194
|
]
|
|
195
195
|
}
|
package/package.json
CHANGED
|
@@ -17,12 +17,12 @@
|
|
|
17
17
|
},
|
|
18
18
|
"description": "Common React library for all XY Labs projects that use React",
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@mui/material": "^5.
|
|
21
|
-
"@types/lodash": "^4.14.
|
|
22
|
-
"@xylabs/ts-scripts-yarn3": "^2.
|
|
23
|
-
"@xylabs/tsconfig-react": "^2.
|
|
20
|
+
"@mui/material": "^5.12.2",
|
|
21
|
+
"@types/lodash": "^4.14.194",
|
|
22
|
+
"@xylabs/ts-scripts-yarn3": "^2.17.6",
|
|
23
|
+
"@xylabs/tsconfig-react": "^2.17.5",
|
|
24
24
|
"react": "^18.2.0",
|
|
25
|
-
"typescript": "^
|
|
25
|
+
"typescript": "^5.0.4"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
28
|
"@mui/material": "^5",
|
|
@@ -66,5 +66,5 @@
|
|
|
66
66
|
},
|
|
67
67
|
"sideEffects": false,
|
|
68
68
|
"types": "dist/types/index.d.ts",
|
|
69
|
-
"version": "2.17.
|
|
69
|
+
"version": "2.17.3"
|
|
70
70
|
}
|