@hotelinking/ui 16.49.21 → 16.49.23

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/dist/ui.es.js CHANGED
@@ -3193,8 +3193,7 @@ const Me = /* @__PURE__ */ Ce(no, [["render", io]]), ro = {
3193
3193
  }, M.chart = {
3194
3194
  ...M.chart,
3195
3195
  animations: {
3196
- enabled: !1
3197
- // Deshabilitado para datasets grandes
3196
+ enabled: !0
3198
3197
  },
3199
3198
  toolbar: {
3200
3199
  show: !1
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@hotelinking/ui",
3
3
  "private": false,
4
- "version": "16.49.21",
4
+ "version": "16.49.23",
5
5
  "files": [
6
6
  "dist"
7
7
  ],
@@ -96,15 +96,6 @@
96
96
  "vue3-draggable": "^2.0.9",
97
97
  "vue3-funnel-graph-js": "^0.0.3"
98
98
  },
99
- "lint-staged": {
100
- "*.{js,jsx,ts,tsx,vue}": [
101
- "biome lint --write"
102
- ],
103
- "*.json": [
104
- "biome format --write"
105
- ],
106
- "package-lock.json": []
107
- },
108
99
  "overrides": {
109
100
  "storybook": "$storybook"
110
101
  }