willba-component-library 0.3.21 → 0.3.23

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "willba-component-library",
3
- "version": "0.3.21",
3
+ "version": "0.3.23",
4
4
  "description": "A custom UI component library",
5
5
  "main": "lib/index.js",
6
6
  "module": "lib/index.esm.js",
@@ -27,7 +27,7 @@ export const Main: Story = {
27
27
  },
28
28
  ],
29
29
  },
30
- fullWidth: false,
30
+ fullWidth: true,
31
31
  language: 'en',
32
32
  redirectUrl: 'http://localhost:4000/',
33
33
  ageCategories: [
@@ -17,8 +17,8 @@
17
17
  }
18
18
 
19
19
  .will-filter-bar-panels {
20
- margin-top: 10px;
21
- top: 0;
22
- position: relative;
20
+ top: 60px;
21
+ width: 100%;
22
+ z-index: 999;
23
23
  }
24
24
  }
@@ -39,7 +39,7 @@ export const usePanelPosition = ({
39
39
  const containerRect = container.getBoundingClientRect()
40
40
  const buttonRect = button.getBoundingClientRect()
41
41
 
42
- const buttonLeft = buttonRect.left - containerRect.left - 30 // Offset by 30px to account for controls section spacing
42
+ const buttonLeft = buttonRect.left - containerRect.left - 10 // Offset by 10px to account for controls section spacing
43
43
 
44
44
  const left = Math.max(
45
45
  0,