ymy-components 0.0.38 → 0.0.39

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
@@ -220,7 +220,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ir]+=1);const Xu=Cs`
220
220
  `,Cn=q.span`
221
221
  position: absolute;
222
222
  top: 50%;
223
- left: ${({$checked:e})=>e?"20px":"0px"};
223
+ left: ${({$checked:e})=>e?"14px":"0px"};
224
224
  transform: translate(-50%, -50%) translateX(50%);
225
225
  width: 38px;
226
226
  height: 38px;
@@ -254,7 +254,7 @@ See https://s-c.sh/2BAXzed for more info.`),window[ir]+=1);const Xu=Cs`
254
254
  `,Al=q.span`
255
255
  position: absolute;
256
256
  top: 50%;
257
- left: ${({$checked:e})=>e?"20px":"0px"};
257
+ left: ${({$checked:e})=>e?"14px":"0px"};
258
258
  transform: translateY(-50%);
259
259
  width: 20px;
260
260
  height: 20px;
package/dist/index.es.js CHANGED
@@ -4329,7 +4329,7 @@ const Tl = U.input`
4329
4329
  `, Tn = U.span`
4330
4330
  position: absolute;
4331
4331
  top: 50%;
4332
- left: ${({ $checked: e }) => e ? "20px" : "0px"};
4332
+ left: ${({ $checked: e }) => e ? "14px" : "0px"};
4333
4333
  transform: translate(-50%, -50%) translateX(50%);
4334
4334
  width: 38px;
4335
4335
  height: 38px;
@@ -4363,7 +4363,7 @@ const Tl = U.input`
4363
4363
  `, jl = U.span`
4364
4364
  position: absolute;
4365
4365
  top: 50%;
4366
- left: ${({ $checked: e }) => e ? "20px" : "0px"};
4366
+ left: ${({ $checked: e }) => e ? "14px" : "0px"};
4367
4367
  transform: translateY(-50%);
4368
4368
  width: 20px;
4369
4369
  height: 20px;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "ymy-components",
3
3
  "private": false,
4
- "version": "0.0.38",
4
+ "version": "0.0.39",
5
5
  "type": "module",
6
6
  "main": "dist/index.cjs.js",
7
7
  "module": "dist/index.es.js",