@rileybathurst/paddle 1.9.0 → 1.9.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@rileybathurst/paddle",
3
3
  "private": false,
4
- "version": "1.9.0",
4
+ "version": "1.9.2",
5
5
  "type": "module",
6
6
  "scripts": {
7
7
  "dev": "vite",
@@ -14,5 +14,5 @@ export const PaddleFeaturedSort = (nodes: PaddleFeaturedSortTypes[]) => {
14
14
  if (a.featured === false && b.featured === null) return 1;
15
15
  return 0;
16
16
  });
17
- console.log(nodes);
17
+ // console.log(nodes);
18
18
  }
@@ -230,6 +230,7 @@ menu button {
230
230
 
231
231
  .multi_button {
232
232
  display: flex;
233
+ flex-flow: row wrap;
233
234
  align-items: center;
234
235
  gap: var(--denali);
235
236
  }
@@ -24,7 +24,7 @@
24
24
  /* needed to control nested elements */
25
25
  text-decoration: none;
26
26
  box-shadow: var(--penumbra);
27
-
27
+ max-width: calc(100vw - 2rem);
28
28
  background-color: white;
29
29
 
30
30
  .purchase-collage {