@warp-ds/elements 2.2.0-next.26 → 2.2.0-next.28

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.
@@ -25,6 +25,15 @@ export const wTextfieldStyles = css `
25
25
  display: none;
26
26
  }
27
27
 
28
+ /* Hide the native browser controls */
29
+ input[type="number"] {
30
+ -moz-appearance:textfield;
31
+ }
32
+
33
+ input[type="number"]::-webkit-inner-spin-button {
34
+ display: none;
35
+ }
36
+
28
37
  /* Could also consider giving the input mask a background color instead of this */
29
38
  .w-textfield__input-wrapper:has(.w-textfield__mask):not(:focus-within) input {
30
39
  color: transparent;
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@warp-ds/elements",
4
- "version": "2.2.0-next.25",
4
+ "version": "2.2.0-next.27",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@warp-ds/elements",
3
3
  "type": "module",
4
- "version": "2.2.0-next.26",
4
+ "version": "2.2.0-next.28",
5
5
  "packageManager": "pnpm@10.19.0",
6
6
  "description": "Custom elements for Warp",
7
7
  "exports": {