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