@keenthemes/ktui 1.0.7 → 1.0.8

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@keenthemes/ktui",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Free & Open-Source Tailwind UI Components by Keenthemes",
5
5
  "homepage": "https://ktui.io",
6
6
  "repository": {
@@ -6,11 +6,10 @@
6
6
  @layer components {
7
7
  /* Base input group styles */
8
8
  .kt-input-group {
9
- display: flex;
10
- align-items: stretch;
11
-
9
+ @apply flex items-stretch relative;
10
+
12
11
  .kt-input {
13
- flex-grow: 1;
12
+ @apply grow z-1;
14
13
  }
15
14
 
16
15
  .kt-input-addon:has(+ .kt-input) {
@@ -29,6 +28,10 @@
29
28
  @apply rounded-s-none!;
30
29
  }
31
30
 
31
+ .kt-input + .kt-btn.kt-btn-outline {
32
+ @apply border-s-0!;
33
+ }
34
+
32
35
  .kt-btn + .kt-input,
33
36
  .kt-input-addon + .kt-input {
34
37
  @apply rounded-s-none!;