@ltht-react/table 1.0.98 → 1.0.99

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/lib/index.d.ts CHANGED
@@ -1,6 +1,6 @@
1
- import Table, { Header, DataEntity, TableData } from './molecules/table';
1
+ import Table, { Header, DataEntity, TableData, CellProps } from './molecules/table';
2
2
  import GenericTable from './organisms/generic-table';
3
3
  import QuestionnaireTable from './organisms/questionnaire-table';
4
4
  import { AdminActionsForQuestionnaire } from './organisms/questionnaire-table-methods';
5
5
  export default Table;
6
- export { Header, TableData, DataEntity, GenericTable, QuestionnaireTable, AdminActionsForQuestionnaire };
6
+ export { Header, TableData, DataEntity, CellProps, GenericTable, QuestionnaireTable, AdminActionsForQuestionnaire };
package/lib/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;AAAA,4DAAwE;AACxE,4EAAoD;AAKZ,uBALjC,uBAAY,CAKiC;AAJpD,wFAAgE;AAIV,6BAJ/C,6BAAkB,CAI+C;AADxE,kBAAe,eAAK,CAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;AAAA,4DAAmF;AACnF,4EAAoD;AAKD,uBAL5C,uBAAY,CAK4C;AAJ/D,wFAAgE;AAIC,6BAJ1D,6BAAkB,CAI0D;AADnF,kBAAe,eAAK,CAAA"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ltht-react/table",
3
- "version": "1.0.98",
3
+ "version": "1.0.99",
4
4
  "description": "ltht-react Table component.",
5
5
  "author": "LTHT",
6
6
  "homepage": "",
@@ -27,17 +27,17 @@
27
27
  "dependencies": {
28
28
  "@emotion/react": "^11.0.0",
29
29
  "@emotion/styled": "^11.0.0",
30
- "@ltht-react/button": "^1.3.223",
31
- "@ltht-react/icon": "^1.3.223",
32
- "@ltht-react/menu": "^1.0.65",
33
- "@ltht-react/styles": "^1.3.215",
34
- "@ltht-react/types": "^1.0.219",
35
- "@ltht-react/utils": "^1.1.221",
30
+ "@ltht-react/button": "^1.3.224",
31
+ "@ltht-react/icon": "^1.3.224",
32
+ "@ltht-react/menu": "^1.0.66",
33
+ "@ltht-react/styles": "^1.3.216",
34
+ "@ltht-react/types": "^1.0.220",
35
+ "@ltht-react/utils": "^1.1.222",
36
36
  "@tanstack/react-table": "^8.5.22",
37
37
  "react": "^17.0.0",
38
38
  "react-uuid": "^2.0.0"
39
39
  },
40
- "gitHead": "7bd50660378776f33663024bdd06e20c4106f484",
40
+ "gitHead": "e07996eedb970b19da616ebc94f3c603cae1db49",
41
41
  "devDependencies": {
42
42
  "@types/react-table": "^7.7.12"
43
43
  }