@kanda-libs/ks-component-ts 0.2.386 → 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 +12834 -12834
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +3 -3
- package/dist/library.css +4 -4
- package/package.json +1 -1
- package/src/components/FormTheme/constants.ts +2 -0
- package/src/field/components/PasswordInput/usePasswordInput.ts +5 -2
- package/src/generated/widget/index.tsx +61445 -61444
- package/src/styles/library.css +4 -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
|
}
|