@budibase/bbui 2.2.12-alpha.47 → 2.2.12-alpha.49

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,7 +1,7 @@
1
1
  {
2
2
  "name": "@budibase/bbui",
3
3
  "description": "A UI solution used in the different Budibase projects.",
4
- "version": "2.2.12-alpha.47",
4
+ "version": "2.2.12-alpha.49",
5
5
  "license": "MPL-2.0",
6
6
  "svelte": "src/index.js",
7
7
  "module": "dist/bbui.es.js",
@@ -38,7 +38,7 @@
38
38
  ],
39
39
  "dependencies": {
40
40
  "@adobe/spectrum-css-workflow-icons": "1.2.1",
41
- "@budibase/string-templates": "2.2.12-alpha.47",
41
+ "@budibase/string-templates": "2.2.12-alpha.49",
42
42
  "@spectrum-css/accordion": "3.0.24",
43
43
  "@spectrum-css/actionbutton": "1.0.1",
44
44
  "@spectrum-css/actiongroup": "1.0.1",
@@ -89,5 +89,5 @@
89
89
  "resolutions": {
90
90
  "loader-utils": "1.4.1"
91
91
  },
92
- "gitHead": "a2996efe7a94822856ddfb51151bd1d4ecff311a"
92
+ "gitHead": "df1d853fe0990446eec4a4e08128257d35cc438f"
93
93
  }
@@ -134,7 +134,7 @@
134
134
  on:blur={onBlur}
135
135
  on:focus={onFocus}
136
136
  on:input={onInput}
137
- {type}
137
+ type={hbsValue.length ? "text" : type}
138
138
  style={align ? `text-align: ${align};` : ""}
139
139
  class="spectrum-Textfield-input"
140
140
  inputmode={type === "number" ? "decimal" : "text"}