@kanda-libs/ks-component-ts 0.2.385 → 0.2.386
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 +13615 -13615
- package/dist/index.esm.js +4 -4
- package/dist/index.esm.js.map +3 -3
- package/dist/library.css +6 -0
- package/package.json +1 -1
- package/src/components/FormTheme/constants.ts +1 -1
- package/src/generated/widget/index.tsx +64386 -64387
- package/src/styles/library.css +6 -0
package/dist/library.css
CHANGED
|
@@ -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;
|
package/package.json
CHANGED
|
@@ -95,7 +95,7 @@ const EMPHASIZED_THEME = {
|
|
|
95
95
|
const CLEAN_THEME = {
|
|
96
96
|
fieldWrapper: "Simple" as FieldWrapperType,
|
|
97
97
|
baseClasses:
|
|
98
|
-
"rounded-lg text-
|
|
98
|
+
"rounded-lg text-16-18 md:text-14-22 flex w-full text-neutral-900 placeholder-neutral-400 mb-1 caret-turquoise-300 text-left",
|
|
99
99
|
focusClasses: "focus:outline-none",
|
|
100
100
|
focusWithinClasses: "focus-within:outline-none",
|
|
101
101
|
paddingClasses: "py-3.25",
|