@lockerverse/react 0.2.120-dev.1 → 0.2.121-dev.1

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.
@@ -453,7 +453,7 @@
453
453
  }
454
454
  }
455
455
 
456
- @container (max-width: 380px) {
456
+ @container (max-width: 320px) {
457
457
  .lockerverse-public-events__row {
458
458
  grid-template-columns: minmax(0, 1fr);
459
459
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lockerverse/react",
3
- "version": "0.2.120-dev.1",
3
+ "version": "0.2.121-dev.1",
4
4
  "description": "Tree-shakable React payment and signup UI for Lockerverse",
5
5
  "repository": {
6
6
  "type": "git",
@@ -117,7 +117,7 @@
117
117
  "embla-carousel-react": "8.6.0",
118
118
  "lucide-react": "0.536.0",
119
119
  "valibot": "1.4.2",
120
- "@lockerverse/sdk": "0.2.120-dev.1"
120
+ "@lockerverse/sdk": "0.2.121-dev.1"
121
121
  },
122
122
  "devDependencies": {
123
123
  "@size-limit/file": "13.0.3",