@budibase/bbui 2.1.34 → 2.1.36

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.1.34",
4
+ "version": "2.1.36",
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.1.34",
41
+ "@budibase/string-templates": "^2.1.36",
42
42
  "@spectrum-css/actionbutton": "^1.0.1",
43
43
  "@spectrum-css/actiongroup": "^1.0.1",
44
44
  "@spectrum-css/avatar": "^3.0.2",
@@ -88,5 +88,5 @@
88
88
  "resolutions": {
89
89
  "loader-utils": "1.4.1"
90
90
  },
91
- "gitHead": "3a97595805609eed69d6b6b739eed98ebf920dc6"
91
+ "gitHead": "4f5806fba31235ef57799f914af9711a0708ab02"
92
92
  }
@@ -197,6 +197,7 @@
197
197
  </svg>
198
198
  {/if}
199
199
  <input
200
+ {disabled}
200
201
  data-input
201
202
  type="text"
202
203
  class="spectrum-Textfield-input spectrum-InputGroup-input"