@canonical/react-components 1.7.1 → 1.7.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.
@@ -56,6 +56,7 @@ $dropdown-max-height: 20rem;
56
56
  list-style: none;
57
57
  margin-bottom: $sph--x-small;
58
58
  margin-left: 0;
59
+ margin-top: $sph--x-small;
59
60
  padding-left: 0;
60
61
  }
61
62
 
@@ -278,7 +278,8 @@ const SearchAndFilter = _ref => {
278
278
  data: filterPanelSectionData,
279
279
  toggleSelected: toggleSelected,
280
280
  searchData: searchData,
281
- searchTerm: searchTerm
281
+ searchTerm: searchTerm,
282
+ sectionHidden: filterPanelHidden
282
283
  });
283
284
  }))));
284
285
  };
@@ -56,6 +56,7 @@ $dropdown-max-height: 20rem;
56
56
  list-style: none;
57
57
  margin-bottom: $sph--x-small;
58
58
  margin-left: 0;
59
+ margin-top: $sph--x-small;
59
60
  padding-left: 0;
60
61
  }
61
62
 
@@ -272,7 +272,8 @@ var SearchAndFilter = _ref => {
272
272
  data: filterPanelSectionData,
273
273
  toggleSelected: toggleSelected,
274
274
  searchData: searchData,
275
- searchTerm: searchTerm
275
+ searchTerm: searchTerm,
276
+ sectionHidden: filterPanelHidden
276
277
  });
277
278
  }))));
278
279
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@canonical/react-components",
3
- "version": "1.7.1",
3
+ "version": "1.7.3",
4
4
  "main": "dist/index.js",
5
5
  "module": "dist/index.js",
6
6
  "author": {
@@ -93,9 +93,9 @@
93
93
  "tsc-alias": "1.8.10",
94
94
  "typescript": "5.5.4",
95
95
  "typescript-eslint": "8.4.0",
96
- "vanilla-framework": "4.18.0",
96
+ "vanilla-framework": "4.18.3",
97
97
  "wait-on": "8.0.0",
98
- "webpack": "5.94.0"
98
+ "webpack": "5.95.0"
99
99
  },
100
100
  "dependencies": {
101
101
  "@types/jest": "29.5.12",