@keenthemes/ktui 1.0.17 → 1.0.18
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/styles.css
CHANGED
|
@@ -4410,7 +4410,7 @@
|
|
|
4410
4410
|
line-height: var(--tw-leading, var(--text-sm--line-height));
|
|
4411
4411
|
}
|
|
4412
4412
|
}
|
|
4413
|
-
.kt-
|
|
4413
|
+
.kt-select-search-empty {
|
|
4414
4414
|
padding-inline: calc(var(--spacing) * 3.5);
|
|
4415
4415
|
padding-block: calc(var(--spacing) * 1);
|
|
4416
4416
|
font-size: var(--text-sm);
|
package/package.json
CHANGED