@fluid-topics/ft-wc-utils 1.1.94 → 1.1.96

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.
@@ -1,3 +1,4 @@
1
1
  export declare const noTextSelect: import("lit").CSSResult;
2
2
  export declare const wordWrap: import("lit").CSSResult;
3
3
  export declare const safariEllipsisFix: import("lit").CSSResult;
4
+ export declare const noTextInputDefaultClearButton: import("lit").CSSResult;
@@ -34,3 +34,11 @@ export const safariEllipsisFix = css `
34
34
  width: 0;
35
35
  }
36
36
  `;
37
+ export const noTextInputDefaultClearButton = css `
38
+ input::-webkit-search-cancel-button,
39
+ input::-webkit-search-decoration,
40
+ input::-webkit-search-results-button,
41
+ input::-webkit-search-results-decoration {
42
+ display: none;
43
+ }
44
+ `;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@fluid-topics/ft-wc-utils",
3
- "version": "1.1.94",
3
+ "version": "1.1.96",
4
4
  "description": "Internal web components tools",
5
5
  "author": "Fluid Topics <devtopics@antidot.net>",
6
6
  "license": "ISC",
@@ -24,5 +24,5 @@
24
24
  "mark.js": "8.11.1",
25
25
  "moment": "2.29.4"
26
26
  },
27
- "gitHead": "41d336c4abf85a6e225aaccaa9ed09fb71a342fe"
27
+ "gitHead": "cf0a1d20240d13d8045f6e02e5476a3291be7101"
28
28
  }