@veritree/ui 0.87.0 → 0.87.1

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,6 +1,6 @@
1
1
  {
2
2
  "name": "@veritree/ui",
3
- "version": "0.87.0",
3
+ "version": "0.87.1",
4
4
  "description": "veritree ui library",
5
5
  "type": "module",
6
6
  "main": "index.js",
@@ -16,7 +16,7 @@
16
16
  "release-any-branch": "np --no-tests --no-2fa --any-branch"
17
17
  },
18
18
  "dependencies": {
19
- "@floating-ui/dom": "^1.6.5",
19
+ "@floating-ui/dom": "^1.6.12",
20
20
  "@linusborg/vue-simple-portal": "^0.1.5",
21
21
  "@sum.cumo/vue-datepicker": "^4.0.0",
22
22
  "@veritree/icons": "^0.62.0",
@@ -1,6 +1,6 @@
1
1
  <template>
2
2
  <button
3
- :id="id"
3
+ :id="idComputed"
4
4
  :data-testid="dataTestid"
5
5
  :class="triggerClassComputed"
6
6
  :disabled="isDisabled"
@@ -120,7 +120,7 @@ export default {
120
120
  el: this.$el,
121
121
  cancel: this.cancel,
122
122
  focus: this.focus,
123
- id: this.id,
123
+ id: this.idComputed,
124
124
  };
125
125
 
126
126
  this.apiListbox().registerTrigger(trigger);