@kanda-libs/ks-component-ts 0.2.385 → 0.2.387
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.d.ts +12416 -12416
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +3 -3
- package/dist/library.css +10 -4
- package/package.json +1 -1
- package/src/components/FormTheme/constants.ts +3 -1
- package/src/field/components/PasswordInput/usePasswordInput.ts +5 -2
- package/src/generated/widget/index.tsx +55458 -55458
- package/src/styles/library.css +10 -4
- package/src/types.d.ts +1 -0
package/src/styles/library.css
CHANGED
|
@@ -1232,6 +1232,10 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1232
1232
|
margin-bottom: 20px;
|
|
1233
1233
|
}
|
|
1234
1234
|
|
|
1235
|
+
.mr-2 {
|
|
1236
|
+
margin-right: 8px;
|
|
1237
|
+
}
|
|
1238
|
+
|
|
1235
1239
|
.-ml-4 {
|
|
1236
1240
|
margin-left: -16px;
|
|
1237
1241
|
}
|
|
@@ -1256,10 +1260,6 @@ input[type="number"]::-webkit-inner-spin-button,
|
|
|
1256
1260
|
margin-left: 8px;
|
|
1257
1261
|
}
|
|
1258
1262
|
|
|
1259
|
-
.mr-2 {
|
|
1260
|
-
margin-right: 8px;
|
|
1261
|
-
}
|
|
1262
|
-
|
|
1263
1263
|
.mt-\[5px\] {
|
|
1264
1264
|
margin-top: 5px;
|
|
1265
1265
|
}
|
|
@@ -4478,6 +4478,12 @@ input[type="checkbox"][disabled]:checked ~ .label-checked-disabled\:bg-neutral-3
|
|
|
4478
4478
|
bottom: -72px;
|
|
4479
4479
|
}
|
|
4480
4480
|
|
|
4481
|
+
.md\:text-14-22 {
|
|
4482
|
+
font-weight: 400;
|
|
4483
|
+
font-size: 14px;
|
|
4484
|
+
line-height: 22px;
|
|
4485
|
+
}
|
|
4486
|
+
|
|
4481
4487
|
.md\:text-13-14 {
|
|
4482
4488
|
font-weight: 400;
|
|
4483
4489
|
font-size: 13px;
|