@xylabs/react-select 6.3.6 → 6.3.8

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.
@@ -0,0 +1,11 @@
1
+ import { SelectProps, PaletteMode } from '@mui/material';
2
+ import React from 'react';
3
+
4
+ type SelectExProps<T> = SelectProps<T> & {
5
+ colorize?: 'primary' | 'secondary';
6
+ mode?: PaletteMode;
7
+ };
8
+ declare const SelectEx: <T>(props: SelectExProps<T>) => React.JSX.Element;
9
+
10
+ export { SelectEx };
11
+ export type { SelectExProps };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xylabs/react-select",
3
- "version": "6.3.6",
3
+ "version": "6.3.8",
4
4
  "description": "Common React library for all XY Labs projects that use React",
5
5
  "keywords": [
6
6
  "utility",
@@ -26,22 +26,22 @@
26
26
  "type": "module",
27
27
  "exports": {
28
28
  ".": {
29
- "types": "./dist/types/index.d.ts",
29
+ "types": "./dist/browser/index.d.ts",
30
30
  "default": "./dist/browser/index.mjs"
31
31
  },
32
32
  "./package.json": "./package.json"
33
33
  },
34
34
  "module": "./dist/browser/index.mjs",
35
- "types": "dist/types/index.d.ts",
35
+ "types": "dist/browser/index.d.ts",
36
36
  "workspaces": [
37
37
  "packages/*"
38
38
  ],
39
39
  "devDependencies": {
40
- "@mui/material": "^7.1.1",
40
+ "@mui/material": "^7.2.0",
41
41
  "@types/react": "^19.1.8",
42
- "@xylabs/ts-scripts-yarn3": "^6.5.8",
43
- "@xylabs/tsconfig-react": "^6.5.8",
44
- "knip": "^5.61.2",
42
+ "@xylabs/ts-scripts-yarn3": "^7.0.0-rc.8",
43
+ "@xylabs/tsconfig-react": "^7.0.0-rc.8",
44
+ "knip": "^5.61.3",
45
45
  "react": "^19.1.0",
46
46
  "react-dom": "^19.1.0",
47
47
  "typescript": "^5.8.3"
@@ -1,8 +0,0 @@
1
- import type { PaletteMode, SelectProps } from '@mui/material';
2
- import React from 'react';
3
- export type SelectExProps<T> = SelectProps<T> & {
4
- colorize?: 'primary' | 'secondary';
5
- mode?: PaletteMode;
6
- };
7
- export declare const SelectEx: <T>(props: SelectExProps<T>) => React.JSX.Element;
8
- //# sourceMappingURL=SelectEx.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"SelectEx.d.ts","sourceRoot":"","sources":["../../../src/components/SelectEx.tsx"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,WAAW,EAAE,WAAW,EAAE,MAAM,eAAe,CAAA;AAE7D,OAAO,KAAK,MAAM,OAAO,CAAA;AAEzB,MAAM,MAAM,aAAa,CAAC,CAAC,IAAI,WAAW,CAAC,CAAC,CAAC,GAAG;IAC9C,QAAQ,CAAC,EAAE,SAAS,GAAG,WAAW,CAAA;IAClC,IAAI,CAAC,EAAE,WAAW,CAAA;CACnB,CAAA;AAED,eAAO,MAAM,QAAQ,EAAE,CAAC,CAAC,EAAE,KAAK,EAAE,aAAa,CAAC,CAAC,CAAC,KAAK,KAAK,CAAC,GAAG,CAAC,OAYhE,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './SelectEx.tsx';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA"}
@@ -1,2 +0,0 @@
1
- export * from './components/index.ts';
2
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,cAAc,uBAAuB,CAAA"}