@revotech-group/revotech-ui-kit 0.1.41 → 0.1.42
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/rtg-ui-kit.js +1 -1
- package/dist/rtg-ui-kit.umd.cjs +1 -1
- package/package.json +1 -1
package/dist/rtg-ui-kit.js
CHANGED
|
@@ -6251,7 +6251,7 @@ let re = class extends h {
|
|
|
6251
6251
|
@input=${this.handleInputChange}
|
|
6252
6252
|
@focus=${this.handleFocus}
|
|
6253
6253
|
${z(e)}
|
|
6254
|
-
class="input-base rtg-no-autofill-bg rtg-flex-1 rtg-bg-transparent rtg-
|
|
6254
|
+
class="input-base rtg-no-autofill-bg rtg-flex-1 rtg-bg-transparent rtg-py-[3px] rtg-text-sm rtg-text-primary focus-visible:rtg-outline-none"
|
|
6255
6255
|
/>
|
|
6256
6256
|
<button
|
|
6257
6257
|
type="button"
|
package/dist/rtg-ui-kit.umd.cjs
CHANGED
|
@@ -3083,7 +3083,7 @@ body {
|
|
|
3083
3083
|
@input=${this.handleInputChange}
|
|
3084
3084
|
@focus=${this.handleFocus}
|
|
3085
3085
|
${q(e)}
|
|
3086
|
-
class="input-base rtg-no-autofill-bg rtg-flex-1 rtg-bg-transparent rtg-
|
|
3086
|
+
class="input-base rtg-no-autofill-bg rtg-flex-1 rtg-bg-transparent rtg-py-[3px] rtg-text-sm rtg-text-primary focus-visible:rtg-outline-none"
|
|
3087
3087
|
/>
|
|
3088
3088
|
<button
|
|
3089
3089
|
type="button"
|
package/package.json
CHANGED