@budibase/bbui 2.0.34 → 2.0.35

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.0.34",
4
+ "version": "2.0.35",
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.0.34",
41
+ "@budibase/string-templates": "^2.0.35",
42
42
  "@spectrum-css/actionbutton": "^1.0.1",
43
43
  "@spectrum-css/actiongroup": "^1.0.1",
44
44
  "@spectrum-css/avatar": "^3.0.2",
@@ -85,5 +85,5 @@
85
85
  "svelte-flatpickr": "^3.2.3",
86
86
  "svelte-portal": "^1.0.0"
87
87
  },
88
- "gitHead": "69846d9ee1552462d89c630cabefc8c7b93dc66a"
88
+ "gitHead": "eb8461def098bdd972db1dcec4fd32205e03722c"
89
89
  }
@@ -132,7 +132,7 @@
132
132
  {#if open}
133
133
  <div
134
134
  use:clickOutside={() => (open = false)}
135
- transition:fly={{ y: -20, duration: 200 }}
135
+ transition:fly|local={{ y: -20, duration: 200 }}
136
136
  class="spectrum-Popover spectrum-Popover--bottom spectrum-Picker-popover is-open"
137
137
  class:spectrum-Popover--align-right={alignRight}
138
138
  >