@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.
@@ -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-px-2 rtg-py-[3px] rtg-text-sm rtg-text-primary focus-visible:rtg-outline-none"
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"
@@ -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-px-2 rtg-py-[3px] rtg-text-sm rtg-text-primary focus-visible:rtg-outline-none"
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
@@ -3,7 +3,7 @@
3
3
  "description": "Webcomponent wc-ui following open-wc recommendations",
4
4
  "license": "MIT",
5
5
  "author": "wc-ui",
6
- "version": "0.1.41",
6
+ "version": "0.1.42",
7
7
  "type": "module",
8
8
  "main": "dist/rtg-ui-kit.umd.cjs",
9
9
  "module": "./dist/rtg-ui-kit.js",