eehitus-my-task-list-ui 1.1.5 → 1.1.7

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,3 @@
1
+ /// <reference types="react" />
2
+ declare const TediWrappedSearchPage: () => JSX.Element;
3
+ export default TediWrappedSearchPage;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const SearchFilterButtons: () => JSX.Element;
3
+ export default SearchFilterButtons;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const BuildingSearchSection: () => JSX.Element;
3
+ export default BuildingSearchSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const DocumentsSearchSection: () => JSX.Element;
3
+ export default DocumentsSearchSection;
@@ -0,0 +1,3 @@
1
+ /// <reference types="react" />
2
+ declare const PlanningsSearchSection: () => JSX.Element;
3
+ export default PlanningsSearchSection;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eehitus-my-task-list-ui",
3
- "version": "1.1.5",
3
+ "version": "1.1.7",
4
4
  "license": "ISC",
5
5
  "private": false,
6
6
  "type": "module",
@@ -46,7 +46,7 @@
46
46
  "dotenv-expand": "^5.1.0",
47
47
  "ehr-auth-react": "^1.0.0",
48
48
  "ehr-components": "0.3.62",
49
- "eehitus-global-styles": "1.0.6",
49
+ "eehitus-global-styles": "1.0.37",
50
50
  "fs-extra": "^10.0.0",
51
51
  "identity-obj-proxy": "^3.0.0",
52
52
  "javascript-color-gradient": "^1.3.2",
@@ -148,7 +148,7 @@
148
148
  "eslint-plugin-prettier": "^5.2.1",
149
149
  "eslint-plugin-react": "^7.37.2",
150
150
  "eslint-webpack-plugin": "^4.2.0",
151
- "eehitus-global-styles": "1.0.15",
151
+ "eehitus-global-styles": "1.0.37",
152
152
  "file-loader": "^6.2.0",
153
153
  "fs-extra": "^10.0.0",
154
154
  "globals": "^15.12.0",