yt-uikit 0.8.2-mixandmatchmodalheightfix.0.2 → 0.8.2-mixandmatchmodalheightfix.0.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.
package/dist/esm/index.js CHANGED
@@ -3957,7 +3957,7 @@ import*as e from"react";import t,{forwardRef as n,useImperativeHandle as r,useRe
3957
3957
  }
3958
3958
 
3959
3959
  @media (max-width: 400px) {
3960
- grid-template-columns: repeat(auto-fit, minmax(109px, 1fr));
3960
+ grid-template-columns: repeat(auto-fit, minmax(105px, 1fr));
3961
3961
  gap: 6px;
3962
3962
  }
3963
3963
  `,tg=x.div`
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "yt-uikit",
3
- "version": "0.8.2-mixandmatchmodalheightfix.0.2",
3
+ "version": "0.8.2-mixandmatchmodalheightfix.0.3",
4
4
  "description": "YourToken UI Kit",
5
5
  "scripts": {
6
6
  "rollup": "tsc && rollup -c",