ymy-components 0.0.37 → 0.0.38

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/index.cjs.js CHANGED
@@ -200,6 +200,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ir]+=1);const Xu=Cs`
200
200
  flex-direction: row;
201
201
  justify-content: space-between;
202
202
  align-items: center;
203
+ padding: 0.5rem 0.75rem;
203
204
  `,Sl=q.div`
204
205
  display: flex;
205
206
  flex-direction: row;
package/dist/index.es.js CHANGED
@@ -4299,6 +4299,7 @@ const Ff = U.ul`
4299
4299
  flex-direction: row;
4300
4300
  justify-content: space-between;
4301
4301
  align-items: center;
4302
+ padding: 0.5rem 0.75rem;
4302
4303
  `, Pl = U.div`
4303
4304
  display: flex;
4304
4305
  flex-direction: row;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ymy-components",
3
3
  "private": false,
4
- "version": "0.0.37",
4
+ "version": "0.0.38",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",