adpro-react 0.0.22-rc.1 → 0.0.22-rc.2

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.
@@ -40524,6 +40524,7 @@ const hS = ({ text: e, variant: t = "body3", align: r, placement: n }) => {
40524
40524
  export {
40525
40525
  b7 as ADPROTheme,
40526
40526
  FS as AutocompleteADPRO,
40527
+ hS as EllipsisWithTooltip,
40527
40528
  jS as MultiSelectADPRO,
40528
40529
  W9 as ToastADPRO,
40529
40530
  v7 as ToastsContainer,
@@ -1,4 +1,5 @@
1
1
  export * from './autocomplete';
2
2
  export * from './notification';
3
3
  export * from './multiSelectADPRO';
4
+ export * from './EllipsisTooltip';
4
5
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA,cAAc,gBAAgB,CAAA;AAC9B,cAAc,gBAAgB,CAAA;AAC9B,cAAc,oBAAoB,CAAA;AAClC,cAAc,mBAAmB,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "adpro-react",
3
- "version": "0.0.22-rc.1",
3
+ "version": "0.0.22-rc.2",
4
4
  "author": "Joel Mateo Robles Atuesta",
5
5
  "main": "dist/adpro-react.cjs.js",
6
6
  "module": "dist/adpro-react.es.js",
@@ -18,8 +18,8 @@
18
18
  "peerDependencies": {
19
19
  "@emotion/react": "^11.14.0",
20
20
  "@emotion/styled": "^11.14.0",
21
- "@mui/icons-material": "^6.3.0",
22
- "@mui/material": "^6.3.0",
21
+ "@mui/icons-material": "^6.1.8",
22
+ "@mui/material": "^6.1.8",
23
23
  "react": "^18.3.1 || ^19.0.0",
24
24
  "react-dom": "^18.3.1 || ^19.0.0"
25
25
  },
@@ -57,8 +57,8 @@
57
57
  "@emotion/react": "^11.14.0",
58
58
  "@emotion/styled": "^11.14.0",
59
59
  "@hookform/devtools": "^4.3.3",
60
- "@mui/icons-material": "^6.3.0",
61
- "@mui/material": "^6.3.0",
60
+ "@mui/icons-material": "^6.1.8",
61
+ "@mui/material": "^6.1.8",
62
62
  "@mui/x-data-grid-pro": "^7.23.4",
63
63
  "@mui/x-date-pickers-pro": "^7.23.3",
64
64
  "@sinco/react": "^1.2.5-rc.3",